﻿2025-08-20T22:33:19.4649687Z Current runner version: '2.328.0'
2025-08-20T22:33:19.4683800Z ##[group]Runner Image Provisioner
2025-08-20T22:33:19.4685177Z Hosted Compute Agent
2025-08-20T22:33:19.4686012Z Version: 20250818.377
2025-08-20T22:33:19.4686691Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:33:19.4687491Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:33:19.4688106Z ##[endgroup]
2025-08-20T22:33:19.4688678Z ##[group]VM Image
2025-08-20T22:33:19.4689242Z - OS: Linux (arm64)
2025-08-20T22:33:19.4689799Z - Source: Partner
2025-08-20T22:33:19.4690423Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:33:19.4691033Z - Version: 20250728.24.1
2025-08-20T22:33:19.4692051Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:33:19.4693129Z ##[endgroup]
2025-08-20T22:33:19.4694478Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:33:19.4698348Z Attestations: write
2025-08-20T22:33:19.4698950Z Contents: write
2025-08-20T22:33:19.4699816Z Metadata: read
2025-08-20T22:33:19.4700429Z Packages: write
2025-08-20T22:33:19.4701037Z ##[endgroup]
2025-08-20T22:33:19.4705180Z Secret source: Actions
2025-08-20T22:33:19.4706573Z Prepare workflow directory
2025-08-20T22:33:19.5108580Z Prepare all required actions
2025-08-20T22:33:19.5149477Z Getting action download info
2025-08-20T22:33:19.8504181Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:33:20.7937508Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:33:21.3853993Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:33:21.5334211Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:33:22.1297349Z Getting action download info
2025-08-20T22:33:22.2786335Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:33:22.7917276Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:33:23.3647266Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/sling/official/source)
2025-08-20T22:33:23.4279413Z ##[group]Run ##Presets
2025-08-20T22:33:23.4280067Z [36;1m##Presets[0m
2025-08-20T22:33:23.4280358Z [36;1mset +x ; set +e[0m
2025-08-20T22:33:23.4280761Z [36;1m#-------------#[0m
2025-08-20T22:33:23.4281151Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:33:23.4281615Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:33:23.4282031Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4282375Z [36;1m  fi[0m
2025-08-20T22:33:23.4282734Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:33:23.4283202Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:33:23.4283635Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4284027Z [36;1m  fi[0m
2025-08-20T22:33:23.4284324Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:33:23.4284925Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:33:23.4285579Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4285942Z [36;1m  fi[0m
2025-08-20T22:33:23.4286330Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:33:23.4286733Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:33:23.4287153Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:33:23.4287517Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:33:23.4287974Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4288798Z [36;1m     else[0m
2025-08-20T22:33:23.4289150Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4289573Z [36;1m     fi[0m
2025-08-20T22:33:23.4289846Z [36;1m  fi[0m
2025-08-20T22:33:23.4290056Z [36;1mfi[0m
2025-08-20T22:33:23.4322564Z shell: /usr/bin/bash -e {0}
2025-08-20T22:33:23.4323481Z env:
2025-08-20T22:33:23.4324182Z   GH_TOKEN: ***
2025-08-20T22:33:23.4324547Z ##[endgroup]
2025-08-20T22:33:23.4593816Z ##[group]Run ##Presets
2025-08-20T22:33:23.4594286Z [36;1m##Presets[0m
2025-08-20T22:33:23.4594542Z [36;1mset +x ; set +e[0m
2025-08-20T22:33:23.4594960Z [36;1m#-------------#[0m
2025-08-20T22:33:23.4595270Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:33:23.4596110Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:33:23.4596668Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:33:23.4597126Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:33:23.4597618Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:33:23.4598076Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:33:23.4598447Z [36;1m  exit 1[0m
2025-08-20T22:33:23.4598787Z [36;1mfi[0m
2025-08-20T22:33:23.4625956Z shell: /usr/bin/bash -e {0}
2025-08-20T22:33:23.4626332Z env:
2025-08-20T22:33:23.4627032Z   RO_GHTOKEN: ***
2025-08-20T22:33:23.4627365Z   RO_GLTOKEN: ***
2025-08-20T22:33:23.4628551Z   MINISIGN_KEY: ***
2025-08-20T22:33:23.4628898Z ##[endgroup]
2025-08-20T22:33:23.4772986Z ##[group]Run ##Presets
2025-08-20T22:33:23.4773490Z [36;1m##Presets[0m
2025-08-20T22:33:23.4773909Z [36;1mset +x ; set +e[0m
2025-08-20T22:33:23.4774185Z [36;1m#-------------#[0m
2025-08-20T22:33:23.4774505Z [36;1m##Host Triplet[0m
2025-08-20T22:33:23.4774891Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:33:23.4775307Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:33:23.4775977Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:33:23.4776344Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:33:23.4776682Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:33:23.4777134Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:33:23.4777541Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:33:23.4777956Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:33:23.4778286Z [36;1m   fi[0m
2025-08-20T22:33:23.4778638Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:33:23.4779393Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:33:23.4779774Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:33:23.4780213Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:33:23.4780545Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:33:23.4780816Z [36;1m fi[0m
2025-08-20T22:33:23.4781172Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4781616Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4782034Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4782603Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4782923Z [36;1m##Debug[0m
2025-08-20T22:33:23.4783226Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:33:23.4783578Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:33:23.4783859Z [36;1m else[0m
2025-08-20T22:33:23.4784209Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:33:23.4784477Z [36;1m fi[0m
2025-08-20T22:33:23.4784747Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4785154Z [36;1m##Docker Platform[0m
2025-08-20T22:33:23.4785956Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:33:23.4786392Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:33:23.4786785Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:33:23.4787176Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:33:23.4787677Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:33:23.4788052Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:33:23.4788399Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:33:23.4788819Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:33:23.4789096Z [36;1m fi[0m
2025-08-20T22:33:23.4789413Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4789959Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4790313Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:33:23.4790902Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/sling/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:33:23.4791493Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:33:23.4791852Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4792302Z [36;1m##Logs[0m
2025-08-20T22:33:23.4792568Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:33:23.4792869Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:33:23.4793204Z [36;1m else[0m
2025-08-20T22:33:23.4793468Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:33:23.4793868Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:33:23.4794188Z [36;1m fi[0m
2025-08-20T22:33:23.4794701Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4795237Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4795974Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:33:23.4796397Z [36;1m PKG_FAMILY_LOCAL="$(echo "sling" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:33:23.4796905Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:33:23.4797278Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4797700Z [36;1m##Rebuild[0m
2025-08-20T22:33:23.4797983Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:33:23.4798324Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:33:23.4798658Z [36;1m else[0m
2025-08-20T22:33:23.4799098Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:33:23.4799405Z [36;1m fi[0m
2025-08-20T22:33:23.4799788Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4800163Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:33:23.4800711Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:33:23.4801356Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:33:23.4802185Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:33:23.4803032Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:33:23.4803469Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:33:23.4803974Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:33:23.4804500Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:33:23.4804911Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4805240Z [36;1m    exit 1[0m
2025-08-20T22:33:23.4805827Z [36;1m   else[0m
2025-08-20T22:33:23.4806153Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:33:23.4806710Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4807112Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:33:23.4807747Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:33:23.4808222Z [36;1m      #check if supported[0m
2025-08-20T22:33:23.4808680Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:33:23.4809245Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:33:23.4809769Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:33:23.4810137Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4810527Z [36;1m         exit 1[0m
2025-08-20T22:33:23.4810837Z [36;1m       fi[0m
2025-08-20T22:33:23.4811096Z [36;1m      #get build system[0m
2025-08-20T22:33:23.4811557Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:33:23.4811994Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:33:23.4812326Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4812820Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:33:23.4813206Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4813731Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4814143Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:33:23.4814526Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4814995Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:23.4815529Z [36;1m       fi[0m
2025-08-20T22:33:23.4815997Z [36;1m     fi[0m
2025-08-20T22:33:23.4816371Z [36;1m   fi[0m
2025-08-20T22:33:23.4816599Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:33:23.4843162Z shell: /usr/bin/bash -e {0}
2025-08-20T22:33:23.4843491Z ##[endgroup]
2025-08-20T22:33:24.8432923Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:33:24.8433699Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:33:24.8433948Z 
2025-08-20T22:33:24.9626425Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:33:24.9627293Z 100  4151  100  4151    0     0  34300      0 --:--:-- --:--:-- --:--:-- 34591
2025-08-20T22:33:24.9638436Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:33:24.9842003Z ##[group]Run ##Presets
2025-08-20T22:33:24.9842430Z [36;1m##Presets[0m
2025-08-20T22:33:24.9842820Z [36;1mset +x ; set +e[0m
2025-08-20T22:33:24.9843062Z [36;1m#-------------#[0m
2025-08-20T22:33:24.9843285Z [36;1m##Debug?[0m
2025-08-20T22:33:24.9843584Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:33:24.9843898Z [36;1m  set -x[0m
2025-08-20T22:33:24.9844099Z [36;1mfi[0m
2025-08-20T22:33:24.9844419Z [36;1m#-------------#[0m
2025-08-20T22:33:24.9844701Z [36;1m##CoreUtils[0m
2025-08-20T22:33:24.9844996Z [36;1msudo apt update -y[0m
2025-08-20T22:33:24.9845625Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:33:24.9846641Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:33:24.9847679Z [36;1m##tmp[0m
2025-08-20T22:33:24.9847981Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:33:24.9848379Z [36;1m#GH ENV[0m
2025-08-20T22:33:24.9848629Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:24.9848985Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:24.9849354Z [36;1m#-------------#[0m
2025-08-20T22:33:24.9849607Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:33:24.9850202Z [36;1msudo apt update -y[0m
2025-08-20T22:33:24.9850516Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:33:24.9850791Z [36;1m##Setup Minisign[0m
2025-08-20T22:33:24.9851174Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:33:24.9851936Z [36;1mecho "***[0m
2025-08-20T22:33:24.9853367Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:33:24.9853759Z [36;1m##User-Agent[0m
2025-08-20T22:33:24.9854506Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:33:24.9855549Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:24.9883564Z shell: /usr/bin/bash -e {0}
2025-08-20T22:33:24.9883890Z env:
2025-08-20T22:33:24.9884099Z   CROSS_COMPILING: NO
2025-08-20T22:33:24.9884445Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:33:24.9884724Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:33:24.9884982Z   ON_QEMU: NO
2025-08-20T22:33:24.9885234Z   DEBUG: 0
2025-08-20T22:33:24.9885804Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:33:24.9886156Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:33:24.9886511Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:33:24.9886840Z   KEEP_LOGS: YES
2025-08-20T22:33:24.9887102Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:33:24.9887353Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:33:24.9887622Z   SBUILD_REBUILD: false
2025-08-20T22:33:24.9888214Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:33:24.9888796Z   BUILD_SYS: docker://go
2025-08-20T22:33:24.9889028Z   BUILD_ON_HOST: FALSE
2025-08-20T22:33:24.9889313Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:33:24.9889542Z ##[endgroup]
2025-08-20T22:33:25.2807458Z 
2025-08-20T22:33:25.2808455Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:33:25.2808811Z 
2025-08-20T22:33:25.9886954Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:33:25.9888334Z Get:2 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:33:25.9923819Z Get:3 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:33:25.9930914Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:33:26.1453635Z Get:5 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:33:26.1625881Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:33:26.1879628Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:33:26.1955950Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:33:26.1956702Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:33:26.1957441Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:33:26.2288167Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:33:26.3005610Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:33:26.4689442Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:33:26.5122473Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:33:26.5540638Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:33:26.6136289Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:33:26.6568584Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:33:26.7018215Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:33:26.7831331Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:33:26.8240006Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:33:26.8630106Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:33:26.9816694Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:33:27.0218258Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:33:27.0611601Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:33:27.1003212Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:33:27.1394036Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:33:27.1785008Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:33:27.2175601Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:33:27.2567029Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:33:27.2957025Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:33:27.3347194Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:33:27.3738571Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:33:27.4198775Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:33:27.4595045Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:33:27.4985748Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:33:27.5428931Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:33:27.6620610Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:33:27.7011308Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:33:27.7539723Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:33:27.7950311Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:33:27.8341079Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:33:27.8733042Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:33:27.9125610Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:33:35.8070238Z Fetched 11.9 MB in 2s (5421 kB/s)
2025-08-20T22:33:36.6340216Z Reading package lists...
2025-08-20T22:33:36.8989562Z Building dependency tree...
2025-08-20T22:33:36.8996098Z Reading state information...
2025-08-20T22:33:36.9316810Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:33:36.9411867Z 
2025-08-20T22:33:36.9427402Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:33:36.9428327Z 
2025-08-20T22:33:36.9529164Z Reading package lists...
2025-08-20T22:33:37.2032040Z Building dependency tree...
2025-08-20T22:33:37.2038711Z Reading state information...
2025-08-20T22:33:37.4982988Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:33:37.4983839Z bc set to manually installed.
2025-08-20T22:33:37.4984210Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:33:37.4984642Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:33:37.4984997Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:33:37.5621865Z The following NEW packages will be installed:
2025-08-20T22:33:37.5629248Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:33:37.5631267Z   moreutils
2025-08-20T22:33:37.5637920Z The following packages will be upgraded:
2025-08-20T22:33:37.5646216Z   jq libjq1
2025-08-20T22:33:37.5830894Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:33:37.7326442Z Need to get 936 kB of archives.
2025-08-20T22:33:37.7326929Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:33:37.7327769Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:33:37.8483998Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:33:37.9263150Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:33:38.0069277Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:33:38.0484728Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:33:38.0967793Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:33:38.1363342Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:33:38.1808064Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:33:38.5534048Z Fetched 936 kB in 1s (1465 kB/s)
2025-08-20T22:33:38.6169407Z Selecting previously unselected package fdupes.
2025-08-20T22:33:38.7262501Z (Reading database ... 
2025-08-20T22:33:38.7263931Z (Reading database ... 5%
2025-08-20T22:33:38.7264282Z (Reading database ... 10%
2025-08-20T22:33:38.7264694Z (Reading database ... 15%
2025-08-20T22:33:38.7265004Z (Reading database ... 20%
2025-08-20T22:33:38.7265284Z (Reading database ... 25%
2025-08-20T22:33:38.7266034Z (Reading database ... 30%
2025-08-20T22:33:38.7266280Z (Reading database ... 35%
2025-08-20T22:33:38.7266514Z (Reading database ... 40%
2025-08-20T22:33:38.7266850Z (Reading database ... 45%
2025-08-20T22:33:38.7267095Z (Reading database ... 50%
2025-08-20T22:33:39.0117621Z (Reading database ... 55%
2025-08-20T22:33:39.5114019Z (Reading database ... 60%
2025-08-20T22:33:39.9737342Z (Reading database ... 65%
2025-08-20T22:33:40.4794916Z (Reading database ... 70%
2025-08-20T22:33:40.9141454Z (Reading database ... 75%
2025-08-20T22:33:41.4877447Z (Reading database ... 80%
2025-08-20T22:33:42.0432242Z (Reading database ... 85%
2025-08-20T22:33:42.6062304Z (Reading database ... 90%
2025-08-20T22:33:43.1295191Z (Reading database ... 95%
2025-08-20T22:33:43.1295718Z (Reading database ... 100%
2025-08-20T22:33:43.1296290Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:33:43.1336269Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:33:43.1595222Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:33:43.2497013Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:33:43.2706935Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:33:43.3964517Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:33:43.4294019Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:33:43.5410253Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:33:43.5577262Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:33:43.5689751Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:33:43.6561104Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:33:43.6763123Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:33:43.6819816Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:33:43.7566259Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:33:43.7748566Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:33:43.7808854Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:33:43.8360684Z Selecting previously unselected package moreutils.
2025-08-20T22:33:43.8537361Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:33:43.8595024Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:33:43.9878298Z Selecting previously unselected package dos2unix.
2025-08-20T22:33:44.0035861Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:33:44.0089796Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:33:44.2991442Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:33:44.3231563Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:33:44.3495301Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:33:44.3664267Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:33:44.3842390Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:33:44.4037471Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:33:44.4205242Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:33:44.4452340Z Setting up moreutils (0.69-1) ...
2025-08-20T22:33:44.4714201Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:34:07.9061554Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:34:09.4028908Z Reading package lists...
2025-08-20T22:34:09.6596559Z Building dependency tree...
2025-08-20T22:34:09.6605159Z Reading state information...
2025-08-20T22:34:09.9894518Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:34:09.9895098Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:34:09.9895762Z apt-utils set to manually installed.
2025-08-20T22:34:09.9896181Z ca-certificates is already the newest version (20240203).
2025-08-20T22:34:09.9896896Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:34:09.9897965Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:34:09.9898430Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:34:09.9898795Z moreutils is already the newest version (0.69-1).
2025-08-20T22:34:09.9899239Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:34:09.9899629Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:34:09.9900004Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:34:09.9901437Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:34:09.9901786Z tmux set to manually installed.
2025-08-20T22:34:09.9902133Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:34:09.9902506Z The following additional packages will be installed:
2025-08-20T22:34:09.9903021Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:34:09.9903573Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:34:09.9904085Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:34:09.9904440Z   uuid-runtime
2025-08-20T22:34:09.9911257Z Suggested packages:
2025-08-20T22:34:09.9911682Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:34:09.9912189Z   util-linux-extra util-linux-locales
2025-08-20T22:34:09.9912463Z Recommended packages:
2025-08-20T22:34:09.9912695Z   unattended-upgrades
2025-08-20T22:34:10.0502860Z The following NEW packages will be installed:
2025-08-20T22:34:10.0503266Z   rename
2025-08-20T22:34:10.0508047Z The following packages will be upgraded:
2025-08-20T22:34:10.0509190Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:34:10.0510312Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:34:10.0517967Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:34:10.0518445Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:34:10.0753236Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:34:10.3520603Z Need to get 4390 kB of archives.
2025-08-20T22:34:10.3521387Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:34:10.3522012Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:34:10.7831859Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:34:11.3118409Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:34:11.4241050Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:34:11.5332189Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:34:11.6401369Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:34:11.7471345Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:34:11.8597424Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:34:11.9723940Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:34:12.0818968Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:34:12.3010101Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:34:12.5167734Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:34:13.0801208Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:34:13.3190514Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:34:13.6545179Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:34:13.7707792Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:34:14.0022331Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:34:14.1147172Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:34:14.2368218Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:34:14.3448216Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:34:14.4655322Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:34:14.5783597Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:34:14.8021586Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:34:15.1677406Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:34:15.2893023Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:34:15.4277475Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:34:15.5563937Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:34:15.8315979Z Fetched 4390 kB in 5s (803 kB/s)
2025-08-20T22:34:15.8612467Z (Reading database ... 
2025-08-20T22:34:15.8612894Z (Reading database ... 5%
2025-08-20T22:34:15.8613166Z (Reading database ... 10%
2025-08-20T22:34:15.8613449Z (Reading database ... 15%
2025-08-20T22:34:15.8613749Z (Reading database ... 20%
2025-08-20T22:34:15.8613997Z (Reading database ... 25%
2025-08-20T22:34:15.8614289Z (Reading database ... 30%
2025-08-20T22:34:15.8614530Z (Reading database ... 35%
2025-08-20T22:34:15.8614773Z (Reading database ... 40%
2025-08-20T22:34:15.8615971Z (Reading database ... 45%
2025-08-20T22:34:15.8616254Z (Reading database ... 50%
2025-08-20T22:34:15.8635025Z (Reading database ... 55%
2025-08-20T22:34:15.8724797Z (Reading database ... 60%
2025-08-20T22:34:15.8765855Z (Reading database ... 65%
2025-08-20T22:34:15.8781671Z (Reading database ... 70%
2025-08-20T22:34:15.8802339Z (Reading database ... 75%
2025-08-20T22:34:15.8835586Z (Reading database ... 80%
2025-08-20T22:34:15.9014493Z (Reading database ... 85%
2025-08-20T22:34:15.9034139Z (Reading database ... 90%
2025-08-20T22:34:15.9138891Z (Reading database ... 95%
2025-08-20T22:34:15.9139225Z (Reading database ... 100%
2025-08-20T22:34:15.9139569Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:34:15.9180924Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:15.9446308Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:16.0717837Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:16.1591463Z (Reading database ... 
2025-08-20T22:34:16.1592046Z (Reading database ... 5%
2025-08-20T22:34:16.1592317Z (Reading database ... 10%
2025-08-20T22:34:16.1592587Z (Reading database ... 15%
2025-08-20T22:34:16.1593690Z (Reading database ... 20%
2025-08-20T22:34:16.1594001Z (Reading database ... 25%
2025-08-20T22:34:16.1594254Z (Reading database ... 30%
2025-08-20T22:34:16.1594546Z (Reading database ... 35%
2025-08-20T22:34:16.1594812Z (Reading database ... 40%
2025-08-20T22:34:16.1595071Z (Reading database ... 45%
2025-08-20T22:34:16.1595611Z (Reading database ... 50%
2025-08-20T22:34:16.1614853Z (Reading database ... 55%
2025-08-20T22:34:16.1707869Z (Reading database ... 60%
2025-08-20T22:34:16.1751591Z (Reading database ... 65%
2025-08-20T22:34:16.1768155Z (Reading database ... 70%
2025-08-20T22:34:16.1790101Z (Reading database ... 75%
2025-08-20T22:34:16.1826953Z (Reading database ... 80%
2025-08-20T22:34:16.2023629Z (Reading database ... 85%
2025-08-20T22:34:16.2044781Z (Reading database ... 90%
2025-08-20T22:34:16.2156983Z (Reading database ... 95%
2025-08-20T22:34:16.2157456Z (Reading database ... 100%
2025-08-20T22:34:16.2157807Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:34:16.2200367Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:16.2811967Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:16.4375227Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:17.0708836Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:34:17.1497087Z (Reading database ... 
2025-08-20T22:34:17.1499256Z (Reading database ... 5%
2025-08-20T22:34:17.1499565Z (Reading database ... 10%
2025-08-20T22:34:17.1499943Z (Reading database ... 15%
2025-08-20T22:34:17.1500195Z (Reading database ... 20%
2025-08-20T22:34:17.1500443Z (Reading database ... 25%
2025-08-20T22:34:17.1500778Z (Reading database ... 30%
2025-08-20T22:34:17.1501069Z (Reading database ... 35%
2025-08-20T22:34:17.1501345Z (Reading database ... 40%
2025-08-20T22:34:17.1501605Z (Reading database ... 45%
2025-08-20T22:34:17.1501829Z (Reading database ... 50%
2025-08-20T22:34:17.1521401Z (Reading database ... 55%
2025-08-20T22:34:17.1609174Z (Reading database ... 60%
2025-08-20T22:34:17.1649477Z (Reading database ... 65%
2025-08-20T22:34:17.1664674Z (Reading database ... 70%
2025-08-20T22:34:17.1684951Z (Reading database ... 75%
2025-08-20T22:34:17.1718310Z (Reading database ... 80%
2025-08-20T22:34:17.1898397Z (Reading database ... 85%
2025-08-20T22:34:17.1918206Z (Reading database ... 90%
2025-08-20T22:34:17.2023057Z (Reading database ... 95%
2025-08-20T22:34:17.2023398Z (Reading database ... 100%
2025-08-20T22:34:17.2023750Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:34:17.2063492Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:17.2241154Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:17.3199882Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:17.3475282Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:17.4314759Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:17.5176320Z (Reading database ... 
2025-08-20T22:34:17.5176873Z (Reading database ... 5%
2025-08-20T22:34:17.5177151Z (Reading database ... 10%
2025-08-20T22:34:17.5182538Z (Reading database ... 15%
2025-08-20T22:34:17.5183500Z (Reading database ... 20%
2025-08-20T22:34:17.5183852Z (Reading database ... 25%
2025-08-20T22:34:17.5184283Z (Reading database ... 30%
2025-08-20T22:34:17.5185541Z (Reading database ... 35%
2025-08-20T22:34:17.5185983Z (Reading database ... 40%
2025-08-20T22:34:17.5186327Z (Reading database ... 45%
2025-08-20T22:34:17.5186570Z (Reading database ... 50%
2025-08-20T22:34:17.5201063Z (Reading database ... 55%
2025-08-20T22:34:17.5289013Z (Reading database ... 60%
2025-08-20T22:34:17.5329410Z (Reading database ... 65%
2025-08-20T22:34:17.5344798Z (Reading database ... 70%
2025-08-20T22:34:17.5365478Z (Reading database ... 75%
2025-08-20T22:34:17.5399898Z (Reading database ... 80%
2025-08-20T22:34:17.5584327Z (Reading database ... 85%
2025-08-20T22:34:17.5604195Z (Reading database ... 90%
2025-08-20T22:34:17.5708364Z (Reading database ... 95%
2025-08-20T22:34:17.5708709Z (Reading database ... 100%
2025-08-20T22:34:17.5709076Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:34:17.5747993Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:17.5945877Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:17.6752416Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:17.7587286Z (Reading database ... 
2025-08-20T22:34:17.7587861Z (Reading database ... 5%
2025-08-20T22:34:17.7588123Z (Reading database ... 10%
2025-08-20T22:34:17.7588377Z (Reading database ... 15%
2025-08-20T22:34:17.7589587Z (Reading database ... 20%
2025-08-20T22:34:17.7589930Z (Reading database ... 25%
2025-08-20T22:34:17.7590173Z (Reading database ... 30%
2025-08-20T22:34:17.7590477Z (Reading database ... 35%
2025-08-20T22:34:17.7590720Z (Reading database ... 40%
2025-08-20T22:34:17.7590954Z (Reading database ... 45%
2025-08-20T22:34:17.7591271Z (Reading database ... 50%
2025-08-20T22:34:17.7612939Z (Reading database ... 55%
2025-08-20T22:34:17.7703688Z (Reading database ... 60%
2025-08-20T22:34:17.7745267Z (Reading database ... 65%
2025-08-20T22:34:17.7761134Z (Reading database ... 70%
2025-08-20T22:34:17.7782361Z (Reading database ... 75%
2025-08-20T22:34:17.7817267Z (Reading database ... 80%
2025-08-20T22:34:17.8004267Z (Reading database ... 85%
2025-08-20T22:34:17.8025075Z (Reading database ... 90%
2025-08-20T22:34:17.8138812Z (Reading database ... 95%
2025-08-20T22:34:17.8139229Z (Reading database ... 100%
2025-08-20T22:34:17.8139586Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:34:17.8182597Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:17.8473762Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:17.9476949Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:17.9727821Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:18.0628701Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:18.1622418Z (Reading database ... 
2025-08-20T22:34:18.1622750Z (Reading database ... 5%
2025-08-20T22:34:18.1623010Z (Reading database ... 10%
2025-08-20T22:34:18.1623354Z (Reading database ... 15%
2025-08-20T22:34:18.1623600Z (Reading database ... 20%
2025-08-20T22:34:18.1623832Z (Reading database ... 25%
2025-08-20T22:34:18.1624115Z (Reading database ... 30%
2025-08-20T22:34:18.1624348Z (Reading database ... 35%
2025-08-20T22:34:18.1624637Z (Reading database ... 40%
2025-08-20T22:34:18.1624883Z (Reading database ... 45%
2025-08-20T22:34:18.1625154Z (Reading database ... 50%
2025-08-20T22:34:18.1646147Z (Reading database ... 55%
2025-08-20T22:34:18.1735939Z (Reading database ... 60%
2025-08-20T22:34:18.1775615Z (Reading database ... 65%
2025-08-20T22:34:18.1790770Z (Reading database ... 70%
2025-08-20T22:34:18.1811123Z (Reading database ... 75%
2025-08-20T22:34:18.1845110Z (Reading database ... 80%
2025-08-20T22:34:18.2026092Z (Reading database ... 85%
2025-08-20T22:34:18.2045746Z (Reading database ... 90%
2025-08-20T22:34:18.2149606Z (Reading database ... 95%
2025-08-20T22:34:18.2149858Z (Reading database ... 100%
2025-08-20T22:34:18.2150198Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:34:18.2190462Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:18.2402630Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:18.3434823Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:18.4181697Z (Reading database ... 
2025-08-20T22:34:18.4182315Z (Reading database ... 5%
2025-08-20T22:34:18.4182901Z (Reading database ... 10%
2025-08-20T22:34:18.4183152Z (Reading database ... 15%
2025-08-20T22:34:18.4184143Z (Reading database ... 20%
2025-08-20T22:34:18.4184580Z (Reading database ... 25%
2025-08-20T22:34:18.4185543Z (Reading database ... 30%
2025-08-20T22:34:18.4185859Z (Reading database ... 35%
2025-08-20T22:34:18.4186109Z (Reading database ... 40%
2025-08-20T22:34:18.4186442Z (Reading database ... 45%
2025-08-20T22:34:18.4186683Z (Reading database ... 50%
2025-08-20T22:34:18.4204354Z (Reading database ... 55%
2025-08-20T22:34:18.4292176Z (Reading database ... 60%
2025-08-20T22:34:18.4331487Z (Reading database ... 65%
2025-08-20T22:34:18.4345703Z (Reading database ... 70%
2025-08-20T22:34:18.4366007Z (Reading database ... 75%
2025-08-20T22:34:18.4398758Z (Reading database ... 80%
2025-08-20T22:34:18.4579339Z (Reading database ... 85%
2025-08-20T22:34:18.4599072Z (Reading database ... 90%
2025-08-20T22:34:18.4702093Z (Reading database ... 95%
2025-08-20T22:34:18.4702629Z (Reading database ... 100%
2025-08-20T22:34:18.4702981Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:34:18.4741992Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:34:18.5060971Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:18.6278345Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:34:18.6779783Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:18.7764885Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:34:18.7955325Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:18.8878277Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:34:18.9079719Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:19.0058412Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:34:19.0266083Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:19.1269912Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:34:19.1507567Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:19.2460565Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:34:19.2653737Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:19.3546166Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:34:19.3756078Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:19.4760397Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:34:19.5036078Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:19.6089196Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:34:19.6297972Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:19.7194935Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:19.7809828Z (Reading database ... 
2025-08-20T22:34:19.7810378Z (Reading database ... 5%
2025-08-20T22:34:19.7810679Z (Reading database ... 10%
2025-08-20T22:34:19.7810932Z (Reading database ... 15%
2025-08-20T22:34:19.7811216Z (Reading database ... 20%
2025-08-20T22:34:19.7811474Z (Reading database ... 25%
2025-08-20T22:34:19.7811714Z (Reading database ... 30%
2025-08-20T22:34:19.7812195Z (Reading database ... 35%
2025-08-20T22:34:19.7812458Z (Reading database ... 40%
2025-08-20T22:34:19.7812719Z (Reading database ... 45%
2025-08-20T22:34:19.7813034Z (Reading database ... 50%
2025-08-20T22:34:19.7833256Z (Reading database ... 55%
2025-08-20T22:34:19.7922334Z (Reading database ... 60%
2025-08-20T22:34:19.7963586Z (Reading database ... 65%
2025-08-20T22:34:19.7978702Z (Reading database ... 70%
2025-08-20T22:34:19.8000852Z (Reading database ... 75%
2025-08-20T22:34:19.8034431Z (Reading database ... 80%
2025-08-20T22:34:19.8213737Z (Reading database ... 85%
2025-08-20T22:34:19.8232640Z (Reading database ... 90%
2025-08-20T22:34:19.8338178Z (Reading database ... 95%
2025-08-20T22:34:19.8338682Z (Reading database ... 100%
2025-08-20T22:34:19.8339095Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:34:19.8377809Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:19.8555194Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:19.9480054Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:19.9691399Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:20.0596751Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:20.0904104Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:20.1934201Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:34:20.2110621Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:34:20.2984066Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:34:20.3250795Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:20.4178327Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:34:20.5686116Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:34:20.6829797Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:34:20.7608518Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:34:20.8382537Z Selecting previously unselected package rename.
2025-08-20T22:34:20.8566228Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:34:20.8631086Z Unpacking rename (2.02-1) ...
2025-08-20T22:34:20.9495069Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:34:20.9763635Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:34:21.0619665Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:21.0864603Z Setting up rename (2.02-1) ...
2025-08-20T22:34:21.1064089Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:34:21.1195564Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:21.1371527Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:21.1581535Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:21.1751059Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:21.1929553Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:21.8317065Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:34:21.8541020Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:21.8728168Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:21.8904187Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:21.9064693Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:22.2634726Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:22.2970452Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:34:22.3148575Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:22.4290450Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:34:22.5683277Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:22.6689209Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:22.6866188Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:22.7058116Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:34:22.7230874Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:34:22.8490857Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:34:23.1293220Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:34:23.1676318Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:34:23.3714805Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:34:24.9088308Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:34:24.9171335Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:34:24.9253419Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:34:24.9641212Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:34:25.0028780Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:34:25.0416031Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:34:26.0829536Z Reading package lists...
2025-08-20T22:34:26.3432861Z Building dependency tree...
2025-08-20T22:34:26.3438940Z Reading state information...
2025-08-20T22:34:26.3747602Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:34:26.3873826Z 
2025-08-20T22:34:26.3875081Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:34:26.3875609Z 
2025-08-20T22:34:26.4794979Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:34:26.4877902Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:34:26.6777156Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:34:26.7191060Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:34:26.7605927Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:34:26.8021023Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:34:27.7704918Z Reading package lists...
2025-08-20T22:34:28.0392294Z Building dependency tree...
2025-08-20T22:34:28.0400706Z Reading state information...
2025-08-20T22:34:28.0753247Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:34:28.0846369Z 
2025-08-20T22:34:28.0847068Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:34:28.0847398Z 
2025-08-20T22:34:28.0965205Z Reading package lists...
2025-08-20T22:34:28.3498024Z Building dependency tree...
2025-08-20T22:34:28.3506435Z Reading state information...
2025-08-20T22:34:28.6481786Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:34:28.6943086Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:34:28.7244351Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:34:28.8076769Z ##[group]Run ##Presets
2025-08-20T22:34:28.8077194Z [36;1m##Presets[0m
2025-08-20T22:34:28.8077526Z [36;1mset +x ; set +e[0m
2025-08-20T22:34:28.8077784Z [36;1m#-------------#[0m
2025-08-20T22:34:28.8078017Z [36;1m##Debug?[0m
2025-08-20T22:34:28.8078335Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:34:28.8078681Z [36;1m  set -x[0m
2025-08-20T22:34:28.8078876Z [36;1mfi[0m
2025-08-20T22:34:28.8079093Z [36;1m#-------------#[0m
2025-08-20T22:34:28.8079548Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:34:28.8080151Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:34:28.8080587Z [36;1msudo service procps restart[0m
2025-08-20T22:34:28.8080904Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:34:28.8110305Z shell: /usr/bin/bash -e {0}
2025-08-20T22:34:28.8110580Z env:
2025-08-20T22:34:28.8111161Z   CROSS_COMPILING: NO
2025-08-20T22:34:28.8111397Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:34:28.8111720Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:34:28.8111966Z   ON_QEMU: NO
2025-08-20T22:34:28.8112158Z   DEBUG: 0
2025-08-20T22:34:28.8112445Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:34:28.8112707Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:34:28.8113067Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:34:28.8113427Z   KEEP_LOGS: YES
2025-08-20T22:34:28.8113644Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:28.8113942Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:34:28.8114208Z   SBUILD_REBUILD: false
2025-08-20T22:34:28.8114761Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:34:28.8115673Z   BUILD_SYS: docker://go
2025-08-20T22:34:28.8115931Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:28.8116197Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:28.8116453Z   SYSTMP: /tmp
2025-08-20T22:34:28.8116664Z   GHA_MODE: MATRIX
2025-08-20T22:34:28.8117142Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:34:28.8117642Z ##[endgroup]
2025-08-20T22:34:28.8226325Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:34:28.8293197Z 0
2025-08-20T22:34:28.8672067Z vm.max_map_count = 262144
2025-08-20T22:34:28.8672415Z fs.inotify.max_user_watches = 655360
2025-08-20T22:34:28.8672895Z fs.inotify.max_user_instances = 1280
2025-08-20T22:34:28.8673178Z vm.mmap_rnd_bits = 28
2025-08-20T22:34:28.8766971Z ##[group]Run ##Presets
2025-08-20T22:34:28.8767432Z [36;1m##Presets[0m
2025-08-20T22:34:28.8767733Z [36;1mset +x ; set +e[0m
2025-08-20T22:34:28.8767993Z [36;1m#-------------#[0m
2025-08-20T22:34:28.8768221Z [36;1m##Debug?[0m
2025-08-20T22:34:28.8768522Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:34:28.8768841Z [36;1m  set -x[0m
2025-08-20T22:34:28.8769072Z [36;1mfi[0m
2025-08-20T22:34:28.8769346Z [36;1m#-------------#[0m
2025-08-20T22:34:28.8769587Z [36;1m##Main[0m
2025-08-20T22:34:28.8769816Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:34:28.8770507Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:34:28.8771230Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:34:28.8771676Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:34:28.8772042Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:34:28.8772359Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:34:28.8772689Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:34:28.8773028Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:34:28.8773427Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:34:28.8773762Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:34:28.8774374Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:34:28.8774788Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:34:28.8775190Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:34:28.8775775Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:34:28.8776124Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:34:28.8776439Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:34:28.8776793Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:34:28.8777135Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:34:28.8777474Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:34:28.8777842Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:34:28.8778192Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:34:28.8778518Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:34:28.8778906Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:34:28.8779277Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:34:28.8779631Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:34:28.8779984Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:34:28.8780292Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:34:28.8780702Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:34:28.8781212Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:34:28.8781693Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:34:28.8782231Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:34:28.8782607Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:34:28.8783002Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:34:28.8783689Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:34:28.8784483Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:34:28.8785069Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:34:28.8785519Z [36;1m else[0m
2025-08-20T22:34:28.8786187Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:34:28.8786719Z [36;1m fi[0m
2025-08-20T22:34:28.8786983Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:34:28.8787427Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:34:28.8787875Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:34:28.8788298Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:34:28.8788776Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:34:28.8789208Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:34:28.8789631Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:34:28.8790112Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:34:28.8790561Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:34:28.8791047Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:34:28.8791467Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:34:28.8818841Z shell: /usr/bin/bash -e {0}
2025-08-20T22:34:28.8819110Z env:
2025-08-20T22:34:28.8819311Z   CROSS_COMPILING: NO
2025-08-20T22:34:28.8819656Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:34:28.8820146Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:34:28.8820435Z   ON_QEMU: NO
2025-08-20T22:34:28.8820660Z   DEBUG: 0
2025-08-20T22:34:28.8820850Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:34:28.8821160Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:34:28.8821496Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:34:28.8821841Z   KEEP_LOGS: YES
2025-08-20T22:34:28.8822085Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:28.8822331Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:34:28.8822593Z   SBUILD_REBUILD: false
2025-08-20T22:34:28.8823190Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:34:28.8823766Z   BUILD_SYS: docker://go
2025-08-20T22:34:28.8824019Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:28.8824254Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:28.8824507Z   SYSTMP: /tmp
2025-08-20T22:34:28.8824739Z   GHA_MODE: MATRIX
2025-08-20T22:34:28.8825187Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:34:28.8826125Z   GHCR_TOKEN: ***
2025-08-20T22:34:28.8826787Z   GITHUB_TOKEN: ***
2025-08-20T22:34:28.8827162Z   GITLAB_TOKEN: ***
2025-08-20T22:34:28.8828359Z   MINISIGN_KEY: ***
2025-08-20T22:34:28.8828801Z ##[endgroup]
2025-08-20T22:34:28.9483502Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:34:29.0275540Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:34:29.0276564Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:34:29.0276852Z 
2025-08-20T22:34:29.0744560Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:34:29.0745265Z 100  4151  100  4151    0     0  88394      0 --:--:-- --:--:-- --:--:-- 90239
2025-08-20T22:34:29.0757630Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:34:29.0842681Z 
2025-08-20T22:34:29.0843488Z [+] Building [/tmp/tmp.u8nyNjsrAt/SBUILD_INPUT] Locally
2025-08-20T22:34:29.0843949Z 
2025-08-20T22:34:29.0855873Z '/tmp/tmp.u8nyNjsrAt/SBUILD_INPUT' -> '/tmp/pkgforge/yFBkp6S9G_build.yaml'
2025-08-20T22:34:29.1786311Z 
2025-08-20T22:34:29.1787020Z [+] Passwordless sudo is Configured
2025-08-20T22:34:29.2886899Z 
2025-08-20T22:34:29.2900243Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:34:29.2900520Z 
2025-08-20T22:34:29.3304017Z 
2025-08-20T22:34:29.3306112Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:34:29.3306536Z 
2025-08-20T22:34:29.3306567Z 
2025-08-20T22:34:29.3306819Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:34:29.3307248Z 
2025-08-20T22:34:29.3347264Z [+] Installing: 7z -> 7z
2025-08-20T22:34:29.6361806Z [+] Installing: actionlint -> actionlint
2025-08-20T22:34:29.8666635Z [+] Installing: anew -> anew
2025-08-20T22:34:30.1122585Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:34:30.2709504Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:34:30.7413968Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:34:30.9378124Z [+] Installing: archey -> archey
2025-08-20T22:34:31.1851955Z [+] Installing: aria2 -> aria2c
2025-08-20T22:34:31.4416224Z [+] Installing: askalono -> askalono
2025-08-20T22:34:31.6650789Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:34:31.9720707Z [+] Installing: b3sum -> b3sum
2025-08-20T22:34:32.4597150Z [+] Installing: bita -> bita
2025-08-20T22:34:32.7089753Z [+] Installing: btop -> btop
2025-08-20T22:34:33.2381019Z [+] Installing: chafa -> chafa
2025-08-20T22:34:33.8293656Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:34:34.1876623Z [+] Installing: croc -> croc
2025-08-20T22:34:34.4296010Z [+] Installing: csvtk -> csvtk
2025-08-20T22:34:35.0729276Z [+] Installing: cutlines -> cutlines
2025-08-20T22:34:35.2578293Z curl: (22) The requested URL returned error: 404
2025-08-20T22:34:35.2614665Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:34:35.2615523Z [+] Installing: dbin -> dbin
2025-08-20T22:34:35.4785742Z [+] Installing: dasel -> dasel
2025-08-20T22:34:36.5198175Z [+] Installing: delta -> delta
2025-08-20T22:34:36.7501205Z [+] Installing: ds -> ds
2025-08-20T22:34:36.9531612Z curl: (22) The requested URL returned error: 404
2025-08-20T22:34:36.9567947Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:34:36.9568558Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:34:37.4074209Z [+] Installing: duf -> duf
2025-08-20T22:34:37.9234012Z [+] Installing: duplicut -> duplicut
2025-08-20T22:34:38.4681984Z [+] Installing: dust -> dust
2025-08-20T22:34:38.6745443Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:34:39.2356483Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:34:39.4829516Z [+] Installing: dysk -> dysk
2025-08-20T22:34:39.6892000Z [+] Installing: eget -> eget
2025-08-20T22:34:39.9294872Z [+] Installing: epoch -> epoch
2025-08-20T22:34:40.4524299Z [+] Installing: faketty -> faketty
2025-08-20T22:34:40.9424050Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:34:41.4327900Z [+] Installing: freeze -> freeze
2025-08-20T22:34:41.7032162Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:34:42.1845328Z [+] Installing: gdu -> gdu
2025-08-20T22:34:42.7787812Z [+] Installing: gh -> gh
2025-08-20T22:34:43.1729294Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:34:43.4438598Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:34:43.6620472Z [+] Installing: glab -> glab
2025-08-20T22:34:44.6103692Z [+] Installing: glow -> glow
2025-08-20T22:34:44.8248655Z [+] Installing: httpx -> httpx
2025-08-20T22:34:45.0970326Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:34:45.3515813Z [+] Installing: husarnet -> husarnet
2025-08-20T22:34:45.8207820Z curl: (22) The requested URL returned error: 404
2025-08-20T22:34:45.8244084Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:34:45.8244682Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:34:46.0984370Z curl: (22) The requested URL returned error: 404
2025-08-20T22:34:46.1019851Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:34:46.1020240Z [+] Installing: imgcat -> imgcat
2025-08-20T22:34:46.6483945Z [+] Installing: jc -> jc
2025-08-20T22:34:46.9161957Z [+] Installing: jq -> jq
2025-08-20T22:34:47.4061257Z [+] Installing: logdy -> logdy
2025-08-20T22:34:48.0858796Z [+] Installing: micro -> micro
2025-08-20T22:34:48.9409355Z [+] Installing: miniserve -> miniserve
2025-08-20T22:34:49.5771017Z [+] Installing: minisign -> minisign
2025-08-20T22:34:49.7958927Z [+] Installing: ncdu -> ncdu
2025-08-20T22:34:50.0704284Z [+] Installing: notify -> notify
2025-08-20T22:34:50.6221094Z [+] Installing: ouch -> ouch
2025-08-20T22:34:50.8496079Z [+] Installing: oras -> oras
2025-08-20T22:34:51.0444617Z [+] Installing: pipetty -> pipetty
2025-08-20T22:34:51.4931465Z [+] Installing: pixterm -> pixterm
2025-08-20T22:34:52.0407949Z [+] Installing: qsv -> qsv
2025-08-20T22:34:52.3117260Z [+] Installing: rclone -> rclone
2025-08-20T22:34:52.9459304Z [+] Installing: ripgrep -> rg
2025-08-20T22:34:53.1858565Z [+] Installing: rga -> rga
2025-08-20T22:34:53.4072524Z [+] Installing: rsync -> rsync
2025-08-20T22:34:53.6403780Z [+] Installing: script -> script
2025-08-20T22:34:54.1032025Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:34:54.5081792Z [+] Installing: soar -> soar
2025-08-20T22:34:54.7957460Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:34:55.0266513Z [+] Installing: sstrip -> sstrip
2025-08-20T22:34:55.4795942Z [+] Installing: strace -> strace
2025-08-20T22:34:55.6509771Z [+] Installing: sttr -> sttr
2025-08-20T22:34:56.0052310Z [+] Installing: tailscale -> tailscale
2025-08-20T22:34:56.5822522Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:34:56.9028960Z [+] Installing: taplo -> taplo
2025-08-20T22:34:57.3918695Z [+] Installing: tldr -> tldr
2025-08-20T22:34:57.6339086Z [+] Installing: tldr -> tealdeer
2025-08-20T22:34:57.8656522Z [+] Installing: tmux -> tmux
2025-08-20T22:34:58.1239081Z [+] Installing: tok -> tok
2025-08-20T22:34:58.6449251Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:34:59.2123990Z [+] Installing: trurl -> trurl
2025-08-20T22:34:59.4081517Z [+] Installing: tss -> tss
2025-08-20T22:34:59.5962519Z [+] Installing: ulexec -> ulexec
2025-08-20T22:35:00.1348399Z [+] Installing: unfurl -> unfurl
2025-08-20T22:35:00.3663228Z [+] Installing: upx -> upx
2025-08-20T22:35:00.6449361Z [+] Installing: validtoml -> validtoml
2025-08-20T22:35:01.1698678Z [+] Installing: wget -> wget
2025-08-20T22:35:01.6082208Z [+] Installing: wget2 -> wget2
2025-08-20T22:35:01.8665643Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:35:02.3951773Z [+] Installing: xq -> xq
2025-08-20T22:35:02.6266823Z [+] Installing: xz -> xz
2025-08-20T22:35:03.1215186Z [+] Installing: unxz -> unxz
2025-08-20T22:35:03.3675860Z [+] Installing: yq -> yq
2025-08-20T22:35:03.7253192Z [+] Installing: yj -> yj
2025-08-20T22:35:03.9067724Z [+] Installing: zapper -> zapper
2025-08-20T22:35:04.3733143Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:35:04.8168748Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:35:05.3071651Z curl: (22) The requested URL returned error: 404
2025-08-20T22:35:05.3107127Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:35:05.3107785Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:35:05.5241089Z curl: (22) The requested URL returned error: 404
2025-08-20T22:35:05.5277580Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:35:05.5277990Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:35:05.6830672Z curl: (22) The requested URL returned error: 404
2025-08-20T22:35:05.6867864Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:35:05.6868499Z [+] Installing: zstd -> zstd
2025-08-20T22:35:06.2079121Z [+] Creating symlinks...
2025-08-20T22:35:06.2155050Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:35:06.2239187Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:35:06.2323445Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:35:06.2408567Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:35:06.2491376Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:35:06.2576049Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:35:06.2660040Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:35:06.2743763Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:35:06.2828318Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:35:06.2912210Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:35:06.2996785Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:35:06.3081816Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:35:06.3168066Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:35:06.3253804Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:35:06.3339334Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:35:06.3425656Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:35:06.3511646Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:35:06.3547543Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:35:06.3621057Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:35:06.3703602Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:35:06.3792821Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:35:06.3828363Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:35:06.3905262Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:35:06.3991752Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:35:06.4079126Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:35:06.4165226Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:35:06.4252514Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:35:06.4336785Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:35:06.4423902Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:35:06.4512138Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:35:06.4601100Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:35:06.4690795Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:35:06.4778101Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:35:06.4865250Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:35:06.4953796Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:35:06.5038476Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:35:06.5125314Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:35:06.5213926Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:35:06.5298927Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:35:06.5382574Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:35:06.5471633Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:35:06.5557313Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:35:06.5646741Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:35:06.5735826Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:35:06.5770948Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:35:06.5797724Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:35:06.5876309Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:35:06.5963801Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:35:06.6051850Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:35:06.6138690Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:35:06.6226645Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:35:06.6317425Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:35:06.6404069Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:35:06.6490209Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:35:06.6577179Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:35:06.6664345Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:35:06.6749518Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:35:06.6836194Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:35:06.6922830Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:35:06.7011678Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:35:06.7100172Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:35:06.7186691Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:35:06.7275568Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:35:06.7361017Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:35:06.7447106Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:35:06.7531809Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:35:06.7617169Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:35:06.7703683Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:35:06.7789021Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:35:06.7877401Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:35:06.7963234Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:35:06.8050568Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:35:06.8138894Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:35:06.8228584Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:35:06.8359005Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:35:06.8445922Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:35:06.8531252Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:35:06.8615656Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:35:06.8700431Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:35:06.8786540Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:35:06.8872971Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:35:06.8958926Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:35:06.9046759Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:35:06.9133375Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:35:06.9221385Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:35:06.9304469Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:35:06.9390785Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:35:06.9478862Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:35:06.9567069Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:35:06.9654054Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:35:06.9741589Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:35:06.9828575Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:35:06.9914074Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:35:07.0003952Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:35:07.0092558Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:35:07.0128202Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:35:07.0153722Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:35:07.0179076Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:35:07.0256359Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:35:07.0280458Z 
2025-08-20T22:35:07.0281083Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:35:07.0281446Z 
2025-08-20T22:35:07.0397067Z 
2025-08-20T22:35:07.0482196Z 
2025-08-20T22:35:07.0482905Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:35:07.0483122Z 
2025-08-20T22:35:07.0483207Z [+] Installation completed!
2025-08-20T22:35:07.0561279Z 
2025-08-20T22:35:07.0561829Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:35:07.3232591Z github.com
2025-08-20T22:35:07.3233188Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:35:07.3233489Z   - Active account: true
2025-08-20T22:35:07.3233743Z   - Git operations protocol: https
2025-08-20T22:35:07.3233996Z   - Token: ghp_************************************
2025-08-20T22:35:07.3234646Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:35:07.3235283Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:35:07.3235850Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:35:07.5038742Z Limit: 5000, Remaining: 4607, Reset: 2025-08-20 23:28:26 +0000 UTC (53m18s)
2025-08-20T22:35:07.5046922Z 
2025-08-20T22:35:07.5047355Z [+] GHCR_TOKEN is Exported
2025-08-20T22:35:07.5078435Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:35:07.7755829Z Login Succeeded
2025-08-20T22:35:07.7763974Z 
2025-08-20T22:35:07.7764079Z [+] GITLAB is Exported
2025-08-20T22:35:07.9309968Z [git remote -v]
2025-08-20T22:35:08.1868781Z gitlab.com
2025-08-20T22:35:08.1869501Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:35:08.1871966Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:35:08.1872517Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:35:08.1872904Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:35:08.1873255Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:35:08.1873570Z   ✓ Token found: **************************
2025-08-20T22:35:08.1873731Z 
2025-08-20T22:35:08.1874081Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:35:08.1874547Z [git remote -v]
2025-08-20T22:35:08.1881670Z 2025/08/20 22:35:08 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:35:08.1882169Z git: exit status 128]
2025-08-20T22:35:08.4513361Z 
2025-08-20T22:35:08.4513715Z 
2025-08-20T22:35:08.4514433Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:35:08 PM)
2025-08-20T22:35:08.4514834Z 
2025-08-20T22:35:08.4514838Z 
2025-08-20T22:35:08.4515046Z [+] USER = runner
2025-08-20T22:35:08.4515218Z [+] HOME = /home/runner
2025-08-20T22:35:08.4517489Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:35:08.4520031Z 
2025-08-20T22:35:08.5446628Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:35:08.5447242Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:35:08.6318875Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:35:08.6733749Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:35:08.7149337Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:35:08.7565138Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:35:09.6935577Z Reading package lists...
2025-08-20T22:35:09.7246597Z Reading package lists...
2025-08-20T22:35:09.9714671Z Building dependency tree...
2025-08-20T22:35:09.9722202Z Reading state information...
2025-08-20T22:35:10.2837763Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:35:10.2839327Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:35:10.2839699Z ca-certificates is already the newest version (20240203).
2025-08-20T22:35:10.2840077Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:35:10.2840398Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:35:10.2840710Z moreutils is already the newest version (0.69-1).
2025-08-20T22:35:10.2841072Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:35:10.2841464Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:35:10.2841820Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:10.3724147Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:35:10.3726023Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:35:10.4610752Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:35:10.5025626Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:35:10.5440191Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:35:10.5855287Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:35:11.5263398Z Reading package lists...
2025-08-20T22:35:11.5578538Z Reading package lists...
2025-08-20T22:35:11.8102512Z Building dependency tree...
2025-08-20T22:35:11.8111517Z Reading state information...
2025-08-20T22:35:12.0883137Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:35:12.0883648Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:35:12.0884071Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:35:12.0884662Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:35:12.0885047Z ca-certificates is already the newest version (20240203).
2025-08-20T22:35:12.0885844Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:35:12.0886327Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:35:12.0886673Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:35:12.0887390Z gawk set to manually installed.
2025-08-20T22:35:12.0887692Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:35:12.0888064Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:35:12.0888450Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:35:12.0888783Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:35:12.0889152Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:35:12.0889573Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:35:12.0889961Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:35:12.0890351Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:35:12.0890713Z The following additional packages will be installed:
2025-08-20T22:35:12.0891125Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:35:12.0891620Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:35:12.0892104Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:35:12.0892571Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:35:12.0893074Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:35:12.0893505Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:35:12.0902218Z Suggested packages:
2025-08-20T22:35:12.0902636Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:35:12.0903134Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:35:12.0903739Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:35:12.0904238Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:35:12.0904671Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:35:12.0905129Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:35:12.0905757Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:35:12.1137236Z The following NEW packages will be installed:
2025-08-20T22:35:12.1139283Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:35:12.1139780Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:35:12.1141638Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:35:12.1142148Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:35:12.1143031Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:35:12.1144913Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:35:12.1146934Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:35:12.2600836Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:12.2601336Z Need to get 27.2 MB of archives.
2025-08-20T22:35:12.2601747Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:35:12.2602402Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:35:12.5890408Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:35:12.6702816Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:35:12.7112566Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:35:12.7503806Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:35:12.7897484Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:35:12.8321716Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:35:12.8740174Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:35:12.9167603Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:35:12.9563380Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:35:13.0898764Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:35:13.1298425Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:35:13.1716971Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:35:13.2108885Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:35:13.2500211Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:35:13.2892735Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:35:13.3286537Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:35:13.3873558Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:35:13.5063953Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:35:13.5470201Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:35:13.5865772Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:35:13.6257959Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:35:13.6682233Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:35:13.7074786Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:35:13.7476412Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:35:13.7870612Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:35:13.8310329Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:35:13.8707760Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:35:13.9101545Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:35:13.9498943Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:35:13.9892959Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:35:14.0289371Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:35:14.0685664Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:35:14.1186664Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:35:14.1599737Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:35:14.2022025Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:35:14.4618206Z Preconfiguring packages ...
2025-08-20T22:35:14.5621236Z Fetched 27.2 MB in 2s (13.1 MB/s)
2025-08-20T22:35:14.6056389Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:35:14.6089147Z (Reading database ... 
2025-08-20T22:35:14.6089395Z (Reading database ... 5%
2025-08-20T22:35:14.6089593Z (Reading database ... 10%
2025-08-20T22:35:14.6089788Z (Reading database ... 15%
2025-08-20T22:35:14.6089985Z (Reading database ... 20%
2025-08-20T22:35:14.6090182Z (Reading database ... 25%
2025-08-20T22:35:14.6090374Z (Reading database ... 30%
2025-08-20T22:35:14.6090601Z (Reading database ... 35%
2025-08-20T22:35:14.6090796Z (Reading database ... 40%
2025-08-20T22:35:14.6090992Z (Reading database ... 45%
2025-08-20T22:35:14.6091186Z (Reading database ... 50%
2025-08-20T22:35:14.6113785Z (Reading database ... 55%
2025-08-20T22:35:14.6202457Z (Reading database ... 60%
2025-08-20T22:35:14.6244952Z (Reading database ... 65%
2025-08-20T22:35:14.6259755Z (Reading database ... 70%
2025-08-20T22:35:14.6282230Z (Reading database ... 75%
2025-08-20T22:35:14.6316827Z (Reading database ... 80%
2025-08-20T22:35:14.6490819Z (Reading database ... 85%
2025-08-20T22:35:14.6516626Z (Reading database ... 90%
2025-08-20T22:35:14.6613484Z (Reading database ... 95%
2025-08-20T22:35:14.6613713Z (Reading database ... 100%
2025-08-20T22:35:14.6614012Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:35:14.6652921Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:35:14.6868947Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:35:14.8566947Z Selecting previously unselected package poppler-data.
2025-08-20T22:35:14.8743254Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:35:14.8814113Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:35:15.0001141Z Selecting previously unselected package b3sum.
2025-08-20T22:35:15.0175976Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:35:15.0249095Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:35:15.1008914Z Selecting previously unselected package build-essential.
2025-08-20T22:35:15.1172824Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:35:15.1253889Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:35:15.1944003Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:35:15.2109491Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:35:15.2235163Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:35:15.2945011Z Selecting previously unselected package ccache.
2025-08-20T22:35:15.3127400Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:35:15.3186487Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:35:15.3904135Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:35:15.4084831Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:35:15.4143594Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:35:15.4719783Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:35:15.4898862Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:35:15.4962654Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:35:15.5698165Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:35:15.5873837Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:35:15.5989197Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:35:15.7000210Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:35:15.7190905Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:35:15.7784032Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:35:15.9012643Z Selecting previously unselected package libgs-common.
2025-08-20T22:35:15.9199702Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:35:15.9307005Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:35:15.9900665Z Selecting previously unselected package libgs10-common.
2025-08-20T22:35:16.0083752Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:35:16.0162215Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:35:16.1141984Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:35:16.1324547Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:35:16.1409843Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:35:16.2037100Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:35:16.2208183Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:35:16.2332143Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:35:16.2943699Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:35:16.3103636Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:35:16.3169730Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:35:16.4070555Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:35:16.4236376Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:35:16.4324886Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:35:16.5097856Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:35:16.5284110Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:35:16.5350994Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:35:16.6968299Z Selecting previously unselected package ghostscript.
2025-08-20T22:35:16.7158746Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:35:16.7222976Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:35:16.7927457Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:35:16.8112799Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:35:16.8169968Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:35:16.9817416Z Selecting previously unselected package imagemagick.
2025-08-20T22:35:16.9980738Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:35:17.0091936Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:35:17.0594885Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:35:17.0759388Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:35:17.0819574Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:35:17.1402317Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:35:17.1597525Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:35:17.1657914Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:35:17.2385958Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:35:17.2612759Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:35:17.2679060Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:35:17.3334376Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:35:17.3523040Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:35:17.3628052Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:35:17.4250477Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:35:17.4425515Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:35:17.4488586Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:35:17.5077430Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:35:17.5245705Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:35:17.5306959Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:35:17.6148945Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:35:17.6361146Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:35:17.6598608Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:35:17.7116282Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:35:17.7287629Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:35:17.7356737Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:35:17.8024180Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:35:17.8210532Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:35:17.8273902Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:35:17.8805284Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:35:17.8980133Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:35:17.9047829Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:35:17.9587071Z Selecting previously unselected package libtool-bin.
2025-08-20T22:35:17.9761970Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:35:17.9828945Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:35:18.0403537Z Selecting previously unselected package lzip.
2025-08-20T22:35:18.0579968Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:35:18.0642592Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:35:18.1254056Z Selecting previously unselected package netpbm.
2025-08-20T22:35:18.1424345Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:35:18.1488559Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:35:18.3559624Z Selecting previously unselected package musl:arm64.
2025-08-20T22:35:18.3746010Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:35:18.3829069Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:35:18.4490021Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:35:18.4673235Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:35:18.4743304Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:35:18.5557069Z Selecting previously unselected package musl-tools.
2025-08-20T22:35:18.5741506Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:35:18.5819075Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:35:18.6597490Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:35:18.8048450Z 
2025-08-20T22:35:18.8048939Z Creating config file /etc/papersize with new version
2025-08-20T22:35:18.8960529Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:35:18.9160511Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:35:18.9467703Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:35:18.9704884Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:35:18.9886088Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:35:19.0059223Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:35:19.0241336Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:35:19.0418349Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:35:19.0963366Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:35:19.1127415Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:35:19.1295735Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:35:19.1527113Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:35:19.1619951Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:35:19.1689845Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:35:19.1823302Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:35:19.1994427Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:35:19.2171611Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:35:19.2356266Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:35:19.2567439Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:35:19.2731702Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:35:19.2833483Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:35:19.2929925Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:35:19.3001485Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:35:19.3078699Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:35:19.3147513Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:35:19.3239082Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:35:19.3318245Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:35:19.3397801Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:35:19.3471072Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:35:19.3547709Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:35:19.3620050Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:35:19.3715160Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:35:19.3798426Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:35:19.3874846Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:35:19.3944341Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:35:19.4017222Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:35:19.4082273Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:35:19.4166361Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:35:19.4249851Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:35:19.4335929Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:35:19.4412682Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:35:19.4540682Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:35:19.4729125Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:35:19.5040980Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:35:19.5230047Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:35:19.5613956Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:35:19.5816035Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:35:19.6127992Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:35:19.6351667Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:35:19.6478707Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:35:19.6625922Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:35:19.6804970Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:35:19.7015798Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:35:19.7201119Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:35:19.7401366Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:35:19.7568662Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:35:19.7739492Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:35:19.9758369Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:35:19.9941535Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:35:20.0110932Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:35:20.0297111Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:35:20.0570033Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:35:20.1439985Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:35:20.4785429Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:35:21.5035895Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:35:21.5357670Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:35:24.3206929Z Reading package lists...
2025-08-20T22:35:24.5729149Z Building dependency tree...
2025-08-20T22:35:24.5739736Z Reading state information...
2025-08-20T22:35:24.8796393Z autoconf is already the newest version (2.71-3).
2025-08-20T22:35:24.8796773Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:35:24.8797117Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:35:24.8797446Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:35:24.8797796Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:35:24.8798160Z ca-certificates is already the newest version (20240203).
2025-08-20T22:35:24.8798472Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:35:24.8798766Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:35:24.8799070Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:35:24.8799377Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:35:24.8799695Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:35:24.8800006Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:35:24.8800733Z patch set to manually installed.
2025-08-20T22:35:24.8801023Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:35:24.8801349Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:35:24.8801651Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:35:24.8801949Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:35:24.8802207Z Suggested packages:
2025-08-20T22:35:24.8802386Z   scons-doc
2025-08-20T22:35:24.8972439Z The following NEW packages will be installed:
2025-08-20T22:35:24.8981097Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:35:25.0126956Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:25.0127337Z Need to get 17.8 MB of archives.
2025-08-20T22:35:25.0127637Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:35:25.0128130Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:35:25.2728027Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:35:25.3147032Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:35:25.6355996Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:35:25.6808392Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:35:25.9593889Z Fetched 17.8 MB in 1s (23.0 MB/s)
2025-08-20T22:35:25.9833871Z Selecting previously unselected package autopoint.
2025-08-20T22:35:25.9866367Z (Reading database ... 
2025-08-20T22:35:25.9866642Z (Reading database ... 5%
2025-08-20T22:35:25.9866852Z (Reading database ... 10%
2025-08-20T22:35:25.9867052Z (Reading database ... 15%
2025-08-20T22:35:25.9867252Z (Reading database ... 20%
2025-08-20T22:35:25.9867444Z (Reading database ... 25%
2025-08-20T22:35:25.9867675Z (Reading database ... 30%
2025-08-20T22:35:25.9867873Z (Reading database ... 35%
2025-08-20T22:35:25.9868067Z (Reading database ... 40%
2025-08-20T22:35:25.9868263Z (Reading database ... 45%
2025-08-20T22:35:25.9868458Z (Reading database ... 50%
2025-08-20T22:35:25.9889184Z (Reading database ... 55%
2025-08-20T22:35:25.9972412Z (Reading database ... 60%
2025-08-20T22:35:26.0013126Z (Reading database ... 65%
2025-08-20T22:35:26.0027871Z (Reading database ... 70%
2025-08-20T22:35:26.0048675Z (Reading database ... 75%
2025-08-20T22:35:26.0179967Z (Reading database ... 80%
2025-08-20T22:35:26.0257706Z (Reading database ... 85%
2025-08-20T22:35:26.0285994Z (Reading database ... 90%
2025-08-20T22:35:26.0380527Z (Reading database ... 95%
2025-08-20T22:35:26.0380737Z (Reading database ... 100%
2025-08-20T22:35:26.0381031Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:35:26.0420894Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:35:26.0481541Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:35:26.1209359Z Selecting previously unselected package clang.
2025-08-20T22:35:26.1379536Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:35:26.5475764Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:35:26.6045261Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:35:26.6210422Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:35:26.6295758Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:35:27.6152219Z Selecting previously unselected package scons.
2025-08-20T22:35:27.6334147Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:35:27.6397577Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:35:27.7644401Z Selecting previously unselected package byacc.
2025-08-20T22:35:27.7811317Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:35:27.7871132Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:35:27.8668381Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:35:27.8898865Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:35:27.9188166Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:35:27.9683838Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:35:28.3458506Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:35:28.3658135Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:35:29.5907466Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:35:31.0512351Z Reading package lists...
2025-08-20T22:35:31.3151760Z Building dependency tree...
2025-08-20T22:35:31.3158120Z Reading state information...
2025-08-20T22:35:31.6203171Z The following additional packages will be installed:
2025-08-20T22:35:31.6203955Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:35:31.6204337Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:35:31.6204765Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:35:31.6205289Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:35:31.6205882Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:35:31.6206312Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:35:31.6206761Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:35:31.6207561Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:35:31.6209192Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:35:31.6219429Z Suggested packages:
2025-08-20T22:35:31.6219701Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:35:31.6220085Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:35:31.6220489Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:35:31.6220892Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:35:31.6221272Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:35:31.6221680Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:35:31.6222137Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:35:31.6222611Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:35:31.6222986Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:35:31.6223199Z Recommended packages:
2025-08-20T22:35:31.6223475Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:35:31.6223905Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:35:31.6224303Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:35:31.6224664Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:35:31.6224986Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:35:31.6433809Z The following NEW packages will be installed:
2025-08-20T22:35:31.6435181Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:35:31.6435681Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:35:31.6436072Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:35:31.6436543Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:35:31.6436998Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:35:31.6437424Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:35:31.6437867Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:35:31.6440450Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:35:31.6443852Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:35:31.8511071Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:32.0286635Z Need to get 2409 kB of archives.
2025-08-20T22:35:32.0287047Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:35:32.0287569Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:35:32.0288152Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:35:32.2352560Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:35:32.4291830Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:35:32.6315984Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:35:32.8266065Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:35:33.0319122Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:35:33.2315950Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:35:33.4317700Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:35:33.5817688Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:35:33.7872318Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:35:33.9786387Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:35:34.0198938Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:35:34.0643722Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:35:34.1106328Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:35:34.1667553Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:35:34.2094128Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:35:34.4025803Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:35:34.4432915Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:35:34.4834125Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:35:34.5226490Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:35:34.6013631Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:35:34.6483016Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:35:34.6911895Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:35:34.7301043Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:35:34.7694388Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:35:34.8087533Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:35:34.8526806Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:35:34.8938766Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:35:34.9334473Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:35:35.2674723Z Fetched 2409 kB in 3s (724 kB/s)
2025-08-20T22:35:35.3006773Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:35:35.3041037Z (Reading database ... 
2025-08-20T22:35:35.3041277Z (Reading database ... 5%
2025-08-20T22:35:35.3041480Z (Reading database ... 10%
2025-08-20T22:35:35.3041682Z (Reading database ... 15%
2025-08-20T22:35:35.3041917Z (Reading database ... 20%
2025-08-20T22:35:35.3042114Z (Reading database ... 25%
2025-08-20T22:35:35.3042329Z (Reading database ... 30%
2025-08-20T22:35:35.3042525Z (Reading database ... 35%
2025-08-20T22:35:35.3042717Z (Reading database ... 40%
2025-08-20T22:35:35.3042919Z (Reading database ... 45%
2025-08-20T22:35:35.3043115Z (Reading database ... 50%
2025-08-20T22:35:35.3067141Z (Reading database ... 55%
2025-08-20T22:35:35.3156880Z (Reading database ... 60%
2025-08-20T22:35:35.3200730Z (Reading database ... 65%
2025-08-20T22:35:35.3216702Z (Reading database ... 70%
2025-08-20T22:35:35.3239195Z (Reading database ... 75%
2025-08-20T22:35:35.3379576Z (Reading database ... 80%
2025-08-20T22:35:35.3463491Z (Reading database ... 85%
2025-08-20T22:35:35.3493810Z (Reading database ... 90%
2025-08-20T22:35:35.3597138Z (Reading database ... 95%
2025-08-20T22:35:35.3597357Z (Reading database ... 100%
2025-08-20T22:35:35.3597648Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:35:35.3639654Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:35:35.3705142Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:35:35.4336794Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:35:35.4511196Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:35:35.4612611Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:35:35.5206443Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:35:35.5379826Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:35:35.5451434Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:35:35.6329644Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:35:35.6519651Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:35:35.6584737Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:35:35.7208552Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:35:35.7396681Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:35:35.7478167Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:35:35.7956711Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:35:35.8139671Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:35:35.8194162Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:35:35.8782130Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:35:35.8965321Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:35:35.9028089Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:35:35.9551677Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:35:35.9718344Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:35:35.9784246Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:35:36.0351211Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:35:36.0517013Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:35:36.0596221Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:35:36.1336149Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:35:36.1502127Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:35:36.1570789Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:35:36.2659775Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:35:36.2845578Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:35:36.2909912Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:35:36.3495902Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:35:36.3683698Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:35:36.3751288Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:35:36.4296235Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:35:36.4478483Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:35:36.4543475Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:35:36.5099445Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:35:36.5282804Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:35:36.5373394Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:35:36.5862572Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:35:36.6035047Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:35:36.6094573Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:35:36.6648744Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:35:36.6824418Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:35:36.6924204Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:35:36.7542607Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:35:36.7720497Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:35:36.7776433Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:35:36.8367353Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:35:36.8573426Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:35:36.8656185Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:35:36.9225067Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:35:36.9411921Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:35:36.9472280Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:35:36.9982289Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:35:37.0168199Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:35:37.0245838Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:35:37.1015236Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:35:37.1199805Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:35:37.1292269Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:35:37.1940066Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:35:37.2109822Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:35:37.2210956Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:35:37.2770148Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:35:37.2950797Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:35:37.3029823Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:35:37.3545614Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:35:37.3729150Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:35:37.3793217Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:35:37.4318292Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:35:37.4515470Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:35:37.4579513Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:35:37.5147701Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:35:37.5346166Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:35:37.5438989Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:35:37.5959379Z Selecting previously unselected package libwww-perl.
2025-08-20T22:35:37.6146662Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:35:37.6206068Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:35:37.6803075Z Selecting previously unselected package patchutils.
2025-08-20T22:35:37.6988004Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:35:37.7120424Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:35:37.7824991Z Selecting previously unselected package wdiff.
2025-08-20T22:35:37.8000437Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:35:37.8077367Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:35:37.8859173Z Selecting previously unselected package devscripts.
2025-08-20T22:35:37.9029666Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:35:37.9247593Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:35:38.0702138Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:35:38.0903150Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:35:38.1167762Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:35:38.1391748Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:35:38.1722410Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:35:38.1906066Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:35:38.2072560Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:35:38.2279837Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:35:38.2455655Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:35:38.2653009Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:35:38.2867363Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:35:38.3354638Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:35:38.3555675Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:35:38.3765028Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:35:38.3967678Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:35:38.4181270Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:35:38.4365298Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:35:38.4526174Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:35:38.4747009Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:35:38.4936381Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:35:38.5121258Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:35:38.5308039Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:35:38.5503591Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:35:38.5689327Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:35:38.5880947Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:35:38.6039770Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:35:38.6232064Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:35:38.6421188Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:35:38.6598091Z Setting up devscripts (2.23.7) ...
2025-08-20T22:35:38.7960799Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:35:38.8196719Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:35:40.4073873Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:35:41.8492292Z Reading package lists...
2025-08-20T22:35:42.0976954Z Building dependency tree...
2025-08-20T22:35:42.0985586Z Reading state information...
2025-08-20T22:35:42.3837641Z The following additional packages will be installed:
2025-08-20T22:35:42.3844378Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:35:42.3853249Z Suggested packages:
2025-08-20T22:35:42.3853482Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:35:42.4033470Z The following NEW packages will be installed:
2025-08-20T22:35:42.4042681Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:35:42.6111580Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:42.6111908Z Need to get 12.7 MB of archives.
2025-08-20T22:35:42.6112209Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:35:42.6112716Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:35:42.7536618Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:35:42.8429982Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:35:43.0382318Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:35:43.4401425Z Fetched 12.7 MB in 1s (17.0 MB/s)
2025-08-20T22:35:43.4757343Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:35:43.4791756Z (Reading database ... 
2025-08-20T22:35:43.4792028Z (Reading database ... 5%
2025-08-20T22:35:43.4792234Z (Reading database ... 10%
2025-08-20T22:35:43.4792436Z (Reading database ... 15%
2025-08-20T22:35:43.4792627Z (Reading database ... 20%
2025-08-20T22:35:43.4793316Z (Reading database ... 25%
2025-08-20T22:35:43.4793560Z (Reading database ... 30%
2025-08-20T22:35:43.4793761Z (Reading database ... 35%
2025-08-20T22:35:43.4793962Z (Reading database ... 40%
2025-08-20T22:35:43.4794542Z (Reading database ... 45%
2025-08-20T22:35:43.4794741Z (Reading database ... 50%
2025-08-20T22:35:43.4817083Z (Reading database ... 55%
2025-08-20T22:35:43.4907004Z (Reading database ... 60%
2025-08-20T22:35:43.4951250Z (Reading database ... 65%
2025-08-20T22:35:43.4967630Z (Reading database ... 70%
2025-08-20T22:35:43.4998820Z (Reading database ... 75%
2025-08-20T22:35:43.5132717Z (Reading database ... 80%
2025-08-20T22:35:43.5217062Z (Reading database ... 85%
2025-08-20T22:35:43.5247466Z (Reading database ... 90%
2025-08-20T22:35:43.5349368Z (Reading database ... 95%
2025-08-20T22:35:43.5349598Z (Reading database ... 100%
2025-08-20T22:35:43.5349895Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:35:43.5390899Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:35:43.5516790Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:35:43.6115311Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:35:43.6303322Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:35:43.6361323Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:35:43.7028360Z Selecting previously unselected package cmake-data.
2025-08-20T22:35:43.7203643Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:35:43.7309074Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:35:44.9796974Z Selecting previously unselected package cmake.
2025-08-20T22:35:45.0005218Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:35:45.0065054Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:35:45.2240836Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:35:45.2418407Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:35:45.2600032Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:35:45.2840983Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:35:45.3017683Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:35:46.6612058Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:35:48.0567121Z Reading package lists...
2025-08-20T22:35:48.3232670Z Building dependency tree...
2025-08-20T22:35:48.3240555Z Reading state information...
2025-08-20T22:35:48.6708452Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:35:48.6708883Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:35:48.6709205Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:35:48.6709896Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:35:48.6710257Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:35:48.6710575Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:35:48.6710925Z ca-certificates is already the newest version (20240203).
2025-08-20T22:35:48.6711232Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:35:48.6711533Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:35:48.6711859Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:35:48.6712147Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:35:48.6712435Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:35:48.6712771Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:35:48.6713129Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:35:48.6713435Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:35:48.6713748Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:35:48.6714069Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:35:48.6714376Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:35:48.6714652Z musl is already the newest version (1.2.4-2).
2025-08-20T22:35:48.6714926Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:35:48.6715211Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:35:48.6715882Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:35:48.6716474Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:35:48.6716778Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:35:48.6717076Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:35:48.6717409Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:48.6927929Z Reading package lists...
2025-08-20T22:35:48.9496451Z Building dependency tree...
2025-08-20T22:35:48.9503463Z Reading state information...
2025-08-20T22:35:49.2876876Z autoconf is already the newest version (2.71-3).
2025-08-20T22:35:49.2877282Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:35:49.2877629Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:35:49.2877956Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:35:49.2878291Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:35:49.2878649Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:35:49.2878980Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:35:49.2879322Z ca-certificates is already the newest version (20240203).
2025-08-20T22:35:49.2879638Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:35:49.2879931Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:35:49.2880224Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:35:49.2880522Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:35:49.2880835Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:35:49.2881150Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:35:49.2881464Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:35:49.2881777Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:35:49.2882107Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:35:49.2882476Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:35:49.2882828Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:35:49.2883125Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:35:49.2883427Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:35:49.2883761Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:49.3083618Z Reading package lists...
2025-08-20T22:35:49.5715072Z Building dependency tree...
2025-08-20T22:35:49.5722745Z Reading state information...
2025-08-20T22:35:49.9186481Z devscripts is already the newest version (2.23.7).
2025-08-20T22:35:49.9186870Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:49.9380201Z Reading package lists...
2025-08-20T22:35:50.1895682Z Building dependency tree...
2025-08-20T22:35:50.1903247Z Reading state information...
2025-08-20T22:35:50.5139105Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:35:50.5348859Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:50.5349215Z Reading package lists...
2025-08-20T22:35:50.7770648Z Building dependency tree...
2025-08-20T22:35:50.7778393Z Reading state information...
2025-08-20T22:35:51.0537767Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:35:51.0538240Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:35:51.0971120Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:51.1448109Z Reading package lists...
2025-08-20T22:35:51.3975127Z Building dependency tree...
2025-08-20T22:35:51.3982238Z Reading state information...
2025-08-20T22:35:51.6901911Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:35:51.6902473Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:35:51.6902924Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:35:51.6903368Z The following additional packages will be installed:
2025-08-20T22:35:51.6904325Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:35:51.6904797Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:35:51.6905326Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:35:51.6905972Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:35:51.6906434Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:35:51.6906954Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:35:51.6907427Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:35:51.6907907Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:35:51.6908351Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:35:51.6908814Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:35:51.6909313Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:35:51.6909727Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:35:51.6910161Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:35:51.6910682Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:35:51.6911089Z   linux-libc-dev-armhf-cross
2025-08-20T22:35:51.6919959Z Suggested packages:
2025-08-20T22:35:51.6920281Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:35:51.6920653Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:35:51.7266566Z The following NEW packages will be installed:
2025-08-20T22:35:51.7266917Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:35:51.7267327Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:35:51.7267805Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:35:51.7268264Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:35:51.7268640Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:35:51.7269034Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:35:51.7269454Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:35:51.7269865Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:35:51.7270642Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:35:51.7271037Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:35:51.7271444Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:35:51.7272543Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:35:51.7278636Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:35:51.7279162Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:35:51.7279678Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:35:51.8307950Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:35:51.8308323Z Need to get 112 MB of archives.
2025-08-20T22:35:51.8308935Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:35:51.8309665Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:35:51.9612991Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:35:52.3324464Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:35:52.3747354Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:35:52.5157302Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:35:52.5578115Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:35:52.6000842Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:35:52.6618862Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:35:52.7041968Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:35:52.7460728Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:35:52.7941014Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:35:52.8365509Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:35:52.8792689Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:35:52.9215298Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:35:52.9782804Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:35:53.0238508Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:35:53.1541118Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:35:53.2007782Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:35:53.4492554Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:35:53.5044868Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:35:53.5604787Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:35:53.6271388Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:35:53.7834616Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:35:53.8596934Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:35:53.9016210Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:35:53.9439922Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:35:53.9982930Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:35:54.0405662Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:35:54.0832113Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:35:54.1249033Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:35:54.1962566Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:35:54.2440473Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:35:54.2967269Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:35:54.4290240Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:35:54.6661355Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:35:54.7213392Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:35:54.7767428Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:35:54.8431508Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:35:54.9995217Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:35:55.0411561Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:35:55.0830067Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:35:55.1247853Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:35:55.4400820Z Fetched 112 MB in 3s (33.1 MB/s)
2025-08-20T22:35:55.4679439Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:35:55.4715724Z (Reading database ... 
2025-08-20T22:35:55.4716327Z (Reading database ... 5%
2025-08-20T22:35:55.4716598Z (Reading database ... 10%
2025-08-20T22:35:55.4716804Z (Reading database ... 15%
2025-08-20T22:35:55.4717006Z (Reading database ... 20%
2025-08-20T22:35:55.4717201Z (Reading database ... 25%
2025-08-20T22:35:55.4717395Z (Reading database ... 30%
2025-08-20T22:35:55.4717957Z (Reading database ... 35%
2025-08-20T22:35:55.4718167Z (Reading database ... 40%
2025-08-20T22:35:55.4718362Z (Reading database ... 45%
2025-08-20T22:35:55.4718556Z (Reading database ... 50%
2025-08-20T22:35:55.4741680Z (Reading database ... 55%
2025-08-20T22:35:55.4835700Z (Reading database ... 60%
2025-08-20T22:35:55.4882155Z (Reading database ... 65%
2025-08-20T22:35:55.4898221Z (Reading database ... 70%
2025-08-20T22:35:55.4929593Z (Reading database ... 75%
2025-08-20T22:35:55.5063532Z (Reading database ... 80%
2025-08-20T22:35:55.5149742Z (Reading database ... 85%
2025-08-20T22:35:55.5182789Z (Reading database ... 90%
2025-08-20T22:35:55.5300688Z (Reading database ... 95%
2025-08-20T22:35:55.5300911Z (Reading database ... 100%
2025-08-20T22:35:55.5301223Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:35:55.5346342Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:35:55.5410291Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:55.5923237Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:35:55.6129015Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:35:55.6231167Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:55.9040497Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:35:55.9230605Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:35:55.9286252Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:55.9819473Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:35:56.0007895Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:35:56.0095252Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:56.2321236Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:35:56.2522509Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:35:56.2690698Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:35:56.3165978Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:35:56.3339326Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:35:56.3403280Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:35:56.3954886Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:35:56.4145137Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:35:56.4290645Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:35:56.5367564Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:35:56.5556132Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:56.5613537Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:56.6098627Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:35:56.6289847Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:56.6348186Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:56.6877935Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:35:56.7061368Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:35:56.7119289Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:35:56.7962486Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:35:56.8136957Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:56.8239826Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:56.8858331Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:35:56.9037915Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:56.9092755Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:56.9614005Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:35:56.9785755Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:56.9845716Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:57.0396947Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:35:57.0595748Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:57.0660601Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:57.1651553Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:35:57.1844315Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:57.1912316Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:57.2602109Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:35:57.2812088Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:57.2880173Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:57.3572720Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:35:57.3748231Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:57.3811256Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:57.4664755Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:35:57.4844320Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:35:57.4925104Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:57.8859663Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:35:57.9040212Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:35:57.9096144Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:35:58.1519966Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:35:58.1701016Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:35:58.1776524Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:35:58.3063118Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:35:58.3258987Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:58.3315886Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:58.5542793Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:35:58.5719935Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:35:58.5803129Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:58.8381036Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:35:58.8578288Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:35:58.8641936Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:35:58.9762198Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:35:58.9948246Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:59.0009606Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:59.0531096Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:35:59.0721978Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:59.0817540Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:59.1387035Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:35:59.1563035Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:35:59.1642291Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:35:59.2437562Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:35:59.2615514Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:59.2680092Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:59.3243798Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:35:59.3419535Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:59.3490978Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:59.4038966Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:35:59.4235183Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:59.4319567Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:59.5019858Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:35:59.5211390Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:59.5270921Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:59.6253753Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:35:59.6439991Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:59.6538700Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:59.7320159Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:35:59.7511354Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:59.7568198Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:35:59.8289068Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:35:59.8465580Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:35:59.8522185Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:35:59.9378657Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:35:59.9555555Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:35:59.9661280Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:00.3605858Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:36:00.3787534Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:36:00.3857435Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:36:00.6470275Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:36:00.6672884Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:36:00.6729399Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:36:00.7932993Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:36:00.8124507Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:36:00.8183439Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.0570786Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:36:01.0759674Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:36:01.0848277Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.3347949Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:36:01.3540544Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:36:01.3607799Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:36:01.4128624Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:36:01.4331708Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:36:01.4389765Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:36:01.4812052Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:36:01.4999609Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:36:01.5062766Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:36:01.5526229Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:36:01.5704145Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:36:01.5762636Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:36:01.6508724Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:36:01.6733332Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:36:01.6925300Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.7132442Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.7372293Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.7716116Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:36:01.7984674Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.8149839Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:36:01.8336528Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:36:01.8508273Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.8685902Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.8906537Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:36:01.9149254Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:36:01.9309306Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.9472886Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.9652270Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:01.9825262Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.0018658Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.0276711Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.0459301Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.0633006Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:36:02.0820047Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.1057856Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.1260449Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:36:02.1477389Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.1666654Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.1833182Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.2024884Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:36:02.2260120Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.2423520Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.2602156Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.2790646Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.2978117Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.3197023Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.3384221Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:36:02.3560605Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.3762356Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.3970522Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.4199980Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:36:02.4379537Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:36:02.4596425Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:36:02.4760653Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:36:02.4995087Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:36:02.5061934Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:36:02.5227979Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:36:03.8775906Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:36:05.2527049Z Reading package lists...
2025-08-20T22:36:05.5108430Z Building dependency tree...
2025-08-20T22:36:05.5116085Z Reading state information...
2025-08-20T22:36:05.8089181Z The following additional packages will be installed:
2025-08-20T22:36:05.8089634Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:36:05.8093957Z   libpcap0.8-dev
2025-08-20T22:36:05.8424560Z The following NEW packages will be installed:
2025-08-20T22:36:05.8425553Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:36:05.8432204Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:36:05.8678592Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:36:05.9862439Z Need to get 1640 kB of archives.
2025-08-20T22:36:05.9862961Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:36:05.9864348Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:36:06.1872505Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:36:06.2395848Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:36:06.2928766Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:36:06.3630346Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:36:06.4743180Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:36:06.5214830Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:36:06.5606694Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:36:06.8464758Z Fetched 1640 kB in 1s (2410 kB/s)
2025-08-20T22:36:06.8905271Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:36:06.8941722Z (Reading database ... 
2025-08-20T22:36:06.8944208Z (Reading database ... 5%
2025-08-20T22:36:06.8944436Z (Reading database ... 10%
2025-08-20T22:36:06.8944637Z (Reading database ... 15%
2025-08-20T22:36:06.8944836Z (Reading database ... 20%
2025-08-20T22:36:06.8945029Z (Reading database ... 25%
2025-08-20T22:36:06.8945220Z (Reading database ... 30%
2025-08-20T22:36:06.8946007Z (Reading database ... 35%
2025-08-20T22:36:06.8946229Z (Reading database ... 40%
2025-08-20T22:36:06.8946426Z (Reading database ... 45%
2025-08-20T22:36:06.8946624Z (Reading database ... 50%
2025-08-20T22:36:06.8968672Z (Reading database ... 55%
2025-08-20T22:36:06.9063290Z (Reading database ... 60%
2025-08-20T22:36:06.9106170Z (Reading database ... 65%
2025-08-20T22:36:06.9125424Z (Reading database ... 70%
2025-08-20T22:36:06.9153947Z (Reading database ... 75%
2025-08-20T22:36:06.9296090Z (Reading database ... 80%
2025-08-20T22:36:06.9384042Z (Reading database ... 85%
2025-08-20T22:36:06.9415702Z (Reading database ... 90%
2025-08-20T22:36:06.9544960Z (Reading database ... 95%
2025-08-20T22:36:06.9545169Z (Reading database ... 100%
2025-08-20T22:36:06.9545568Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:36:06.9590168Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:36:06.9662965Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:36:07.0610821Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:36:07.0804046Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:36:07.0933595Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:36:07.1525440Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:36:07.1718232Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:36:07.1783783Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:36:07.2486652Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:36:07.2678437Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:36:07.2765116Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:36:07.3348209Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:36:07.3542875Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:36:07.3617208Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:36:07.4493660Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:36:07.4671415Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:36:07.4838894Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:36:07.5442505Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:36:07.5624661Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:36:07.5686289Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:36:07.6343211Z Selecting previously unselected package pcaputils.
2025-08-20T22:36:07.6520430Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:36:07.6611884Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:36:07.7440138Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:36:07.7617999Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:36:07.9114105Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:36:07.9359871Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:36:07.9638841Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:36:08.1970436Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:36:08.2166610Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:36:08.2377551Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:36:08.2679343Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:36:09.8826853Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:36:09.9403591Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:36:09.9584028Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:36:11.3601101Z Reading package lists...
2025-08-20T22:36:11.6175584Z Building dependency tree...
2025-08-20T22:36:11.6185285Z Reading state information...
2025-08-20T22:36:11.6670526Z Reading package lists...
2025-08-20T22:36:11.9082304Z Building dependency tree...
2025-08-20T22:36:11.9090387Z Reading state information...
2025-08-20T22:36:12.1712852Z The following additional packages will be installed:
2025-08-20T22:36:12.1716797Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:36:12.1723845Z Suggested packages:
2025-08-20T22:36:12.1724152Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:36:12.1724569Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:36:12.1903458Z The following NEW packages will be installed:
2025-08-20T22:36:12.1904820Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:36:12.1909536Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:36:12.2918799Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:36:12.2919149Z Need to get 801 kB of archives.
2025-08-20T22:36:12.2919476Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:36:12.2919963Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:36:12.3892923Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:36:12.4720170Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:36:12.6078410Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:36:12.6497261Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:36:12.6894566Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:36:12.7394873Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:36:12.7786399Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:36:12.8195969Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:36:13.1114266Z Fetched 801 kB in 1s (1291 kB/s)
2025-08-20T22:36:13.1493580Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:36:13.1529968Z (Reading database ... 
2025-08-20T22:36:13.1530223Z (Reading database ... 5%
2025-08-20T22:36:13.1530430Z (Reading database ... 10%
2025-08-20T22:36:13.1530628Z (Reading database ... 15%
2025-08-20T22:36:13.1530822Z (Reading database ... 20%
2025-08-20T22:36:13.1531018Z (Reading database ... 25%
2025-08-20T22:36:13.1531226Z (Reading database ... 30%
2025-08-20T22:36:13.1531420Z (Reading database ... 35%
2025-08-20T22:36:13.1531615Z (Reading database ... 40%
2025-08-20T22:36:13.1531807Z (Reading database ... 45%
2025-08-20T22:36:13.1532000Z (Reading database ... 50%
2025-08-20T22:36:13.1556128Z (Reading database ... 55%
2025-08-20T22:36:13.1650477Z (Reading database ... 60%
2025-08-20T22:36:13.1694497Z (Reading database ... 65%
2025-08-20T22:36:13.1714557Z (Reading database ... 70%
2025-08-20T22:36:13.1743766Z (Reading database ... 75%
2025-08-20T22:36:13.1890677Z (Reading database ... 80%
2025-08-20T22:36:13.1979025Z (Reading database ... 85%
2025-08-20T22:36:13.2010252Z (Reading database ... 90%
2025-08-20T22:36:13.2143219Z (Reading database ... 95%
2025-08-20T22:36:13.2143490Z (Reading database ... 100%
2025-08-20T22:36:13.2143789Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:36:13.2188927Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:36:13.2340344Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:36:13.2892775Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:36:13.3087522Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:36:13.3153907Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:36:13.3775186Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:36:13.3978586Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:36:13.4040036Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:36:13.4884177Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:36:13.5069080Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:36:13.5142501Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:36:13.5643675Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:36:13.5826242Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:36:13.5884301Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:36:13.6413381Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:36:13.6591997Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:36:13.6690817Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:36:13.7260397Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:36:13.7502827Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:36:13.7586716Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:36:13.8331892Z Selecting previously unselected package lzma.
2025-08-20T22:36:13.8529004Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:36:13.8589685Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:36:13.9184854Z Selecting previously unselected package lzma-dev.
2025-08-20T22:36:13.9379114Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:36:13.9440095Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:36:14.0179423Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:36:14.0358050Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:36:14.0566687Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:36:14.0879372Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:36:14.1063554Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:36:14.1233400Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:36:14.1362236Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:36:14.1599617Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:36:14.1831423Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:36:14.2013838Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:36:14.2252420Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:36:14.2554052Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:36:15.5988028Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:36:17.0214135Z Reading package lists...
2025-08-20T22:36:17.2759176Z Building dependency tree...
2025-08-20T22:36:17.2768489Z Reading state information...
2025-08-20T22:36:17.6414209Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:36:17.6414647Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:36:17.6414975Z inetutils-telnet set to manually installed.
2025-08-20T22:36:17.6415278Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:36:17.6415875Z The following additional packages will be installed:
2025-08-20T22:36:17.6416145Z   tcpd update-inetd
2025-08-20T22:36:17.6601182Z The following packages will be REMOVED:
2025-08-20T22:36:17.6610419Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:36:17.6611657Z The following NEW packages will be installed:
2025-08-20T22:36:17.6611986Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:36:17.6612376Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:36:17.6620843Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:36:17.8947207Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:36:17.8947974Z Need to get 691 kB of archives.
2025-08-20T22:36:17.8948243Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:36:17.8948751Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:36:18.2467079Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:36:18.3787571Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:36:18.5109391Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:36:18.6662269Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:36:18.8654962Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:36:19.0285682Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:36:19.1797219Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:36:19.3175722Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:36:19.4491033Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:36:19.5982772Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:36:19.8568595Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:36:20.1894258Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:36:20.4799636Z Preconfiguring packages ...
2025-08-20T22:36:20.5987083Z Fetched 691 kB in 3s (270 kB/s)
2025-08-20T22:36:20.6221713Z (Reading database ... 
2025-08-20T22:36:20.6221994Z (Reading database ... 5%
2025-08-20T22:36:20.6222194Z (Reading database ... 10%
2025-08-20T22:36:20.6222390Z (Reading database ... 15%
2025-08-20T22:36:20.6222588Z (Reading database ... 20%
2025-08-20T22:36:20.6222783Z (Reading database ... 25%
2025-08-20T22:36:20.6222982Z (Reading database ... 30%
2025-08-20T22:36:20.6223175Z (Reading database ... 35%
2025-08-20T22:36:20.6223389Z (Reading database ... 40%
2025-08-20T22:36:20.6223582Z (Reading database ... 45%
2025-08-20T22:36:20.6223777Z (Reading database ... 50%
2025-08-20T22:36:20.6245235Z (Reading database ... 55%
2025-08-20T22:36:20.6338255Z (Reading database ... 60%
2025-08-20T22:36:20.6382978Z (Reading database ... 65%
2025-08-20T22:36:20.6400483Z (Reading database ... 70%
2025-08-20T22:36:20.6431326Z (Reading database ... 75%
2025-08-20T22:36:20.6574893Z (Reading database ... 80%
2025-08-20T22:36:20.6665778Z (Reading database ... 85%
2025-08-20T22:36:20.6699122Z (Reading database ... 90%
2025-08-20T22:36:20.6836596Z (Reading database ... 95%
2025-08-20T22:36:20.6836826Z (Reading database ... 100%
2025-08-20T22:36:20.6837120Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:36:20.6882125Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:36:20.7676131Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:36:20.8852717Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:36:21.3046924Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:36:21.3083446Z (Reading database ... 
2025-08-20T22:36:21.3083697Z (Reading database ... 5%
2025-08-20T22:36:21.3083937Z (Reading database ... 10%
2025-08-20T22:36:21.3084137Z (Reading database ... 15%
2025-08-20T22:36:21.3084436Z (Reading database ... 20%
2025-08-20T22:36:21.3084645Z (Reading database ... 25%
2025-08-20T22:36:21.3084844Z (Reading database ... 30%
2025-08-20T22:36:21.3085038Z (Reading database ... 35%
2025-08-20T22:36:21.3085236Z (Reading database ... 40%
2025-08-20T22:36:21.3085958Z (Reading database ... 45%
2025-08-20T22:36:21.3086173Z (Reading database ... 50%
2025-08-20T22:36:21.3106824Z (Reading database ... 55%
2025-08-20T22:36:21.3197053Z (Reading database ... 60%
2025-08-20T22:36:21.3240888Z (Reading database ... 65%
2025-08-20T22:36:21.3259359Z (Reading database ... 70%
2025-08-20T22:36:21.3286527Z (Reading database ... 75%
2025-08-20T22:36:21.3423483Z (Reading database ... 80%
2025-08-20T22:36:21.3504746Z (Reading database ... 85%
2025-08-20T22:36:21.3534096Z (Reading database ... 90%
2025-08-20T22:36:21.3659572Z (Reading database ... 95%
2025-08-20T22:36:21.3659803Z (Reading database ... 100%
2025-08-20T22:36:21.3660104Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:36:21.3704301Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:21.3810955Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:21.4386505Z Selecting previously unselected package tcpd.
2025-08-20T22:36:21.4589447Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:36:21.4655750Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:36:21.5324415Z Selecting previously unselected package update-inetd.
2025-08-20T22:36:21.5524987Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:36:21.5592997Z Unpacking update-inetd (4.53) ...
2025-08-20T22:36:21.6296256Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:36:21.6493265Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:21.6609985Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:21.7222533Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:36:21.7416577Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:21.7488743Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:36:21.8625768Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:36:21.8801145Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:21.8876402Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:21.9496842Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:36:21.9671995Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:21.9736639Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:36:22.0319654Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:36:22.0516520Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:22.0590451Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:36:22.1181246Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:36:22.1374970Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:22.1433286Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:22.2020449Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:36:22.2215124Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:22.2307055Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:22.2906250Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:36:22.3100741Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:22.3179989Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:36:22.3836261Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:36:22.4050563Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:36:22.4114789Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:36:22.4785922Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:36:22.4971223Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:36:22.5093614Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:36:22.5947088Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:36:22.6231989Z Setting up update-inetd (4.53) ...
2025-08-20T22:36:22.7235715Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:36:22.7390558Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:36:22.7536400Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:23.1201461Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:36:23.1201928Z 
2025-08-20T22:36:23.1202037Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:36:23.1202225Z 
2025-08-20T22:36:23.1202630Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:36:23.1203002Z 
2025-08-20T22:36:23.1203497Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:36:23.1203979Z 
2025-08-20T22:36:23.3451180Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:36:23.3715236Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:36:23.3882219Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:36:23.3995578Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:36:23.4228957Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:36:23.4430982Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:36:23.4641948Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:23.7829559Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:36:23.7829972Z 
2025-08-20T22:36:23.7830464Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:36:23.7830933Z 
2025-08-20T22:36:24.0173295Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:24.1397478Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:24.2312108Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:36:24.3144849Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:36:27.4993246Z Reading package lists...
2025-08-20T22:36:27.7603066Z Building dependency tree...
2025-08-20T22:36:27.7610359Z Reading state information...
2025-08-20T22:36:28.1511146Z The following packages will be REMOVED:
2025-08-20T22:36:28.1520352Z   inetutils-ping
2025-08-20T22:36:28.1521695Z The following NEW packages will be installed:
2025-08-20T22:36:28.1530414Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:36:28.1535916Z The following packages will be upgraded:
2025-08-20T22:36:28.1543754Z   iputils-tracepath
2025-08-20T22:36:28.4808114Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:36:28.4808470Z Need to get 84.5 kB of archives.
2025-08-20T22:36:28.4808765Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:36:28.4809362Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:36:28.7804727Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:36:28.8959880Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:36:29.0116935Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:36:29.3492546Z Fetched 84.5 kB in 1s (98.3 kB/s)
2025-08-20T22:36:29.3738317Z (Reading database ... 
2025-08-20T22:36:29.3738578Z (Reading database ... 5%
2025-08-20T22:36:29.3738791Z (Reading database ... 10%
2025-08-20T22:36:29.3738992Z (Reading database ... 15%
2025-08-20T22:36:29.3739183Z (Reading database ... 20%
2025-08-20T22:36:29.3739377Z (Reading database ... 25%
2025-08-20T22:36:29.3739566Z (Reading database ... 30%
2025-08-20T22:36:29.3740150Z (Reading database ... 35%
2025-08-20T22:36:29.3741021Z (Reading database ... 40%
2025-08-20T22:36:29.3741223Z (Reading database ... 45%
2025-08-20T22:36:29.3741419Z (Reading database ... 50%
2025-08-20T22:36:29.3763480Z (Reading database ... 55%
2025-08-20T22:36:29.3856975Z (Reading database ... 60%
2025-08-20T22:36:29.3898945Z (Reading database ... 65%
2025-08-20T22:36:29.3918167Z (Reading database ... 70%
2025-08-20T22:36:29.3945136Z (Reading database ... 75%
2025-08-20T22:36:29.4088033Z (Reading database ... 80%
2025-08-20T22:36:29.4174307Z (Reading database ... 85%
2025-08-20T22:36:29.4210614Z (Reading database ... 90%
2025-08-20T22:36:29.4331165Z (Reading database ... 95%
2025-08-20T22:36:29.4331372Z (Reading database ... 100%
2025-08-20T22:36:29.4331666Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:36:29.4376832Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:36:29.5448910Z Selecting previously unselected package iputils-ping.
2025-08-20T22:36:29.5488381Z (Reading database ... 
2025-08-20T22:36:29.5488604Z (Reading database ... 5%
2025-08-20T22:36:29.5489074Z (Reading database ... 10%
2025-08-20T22:36:29.5489305Z (Reading database ... 15%
2025-08-20T22:36:29.5489509Z (Reading database ... 20%
2025-08-20T22:36:29.5489705Z (Reading database ... 25%
2025-08-20T22:36:29.5489900Z (Reading database ... 30%
2025-08-20T22:36:29.5490092Z (Reading database ... 35%
2025-08-20T22:36:29.5490680Z (Reading database ... 40%
2025-08-20T22:36:29.5490874Z (Reading database ... 45%
2025-08-20T22:36:29.5491069Z (Reading database ... 50%
2025-08-20T22:36:29.5516267Z (Reading database ... 55%
2025-08-20T22:36:29.5612268Z (Reading database ... 60%
2025-08-20T22:36:29.5658912Z (Reading database ... 65%
2025-08-20T22:36:29.5679324Z (Reading database ... 70%
2025-08-20T22:36:29.5708197Z (Reading database ... 75%
2025-08-20T22:36:29.5856914Z (Reading database ... 80%
2025-08-20T22:36:29.5948591Z (Reading database ... 85%
2025-08-20T22:36:29.5986881Z (Reading database ... 90%
2025-08-20T22:36:29.6113236Z (Reading database ... 95%
2025-08-20T22:36:29.6113448Z (Reading database ... 100%
2025-08-20T22:36:29.6113737Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:36:29.6159570Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:36:29.6236236Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:36:29.7011227Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:36:29.7226842Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:36:29.7994003Z Selecting previously unselected package iputils-arping.
2025-08-20T22:36:29.8182706Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:36:29.8311593Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:36:29.9115273Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:36:29.9301994Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:36:29.9367327Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:36:30.0246140Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:36:30.0672831Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:36:30.1061237Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:36:30.1379366Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:36:30.1582648Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:36:33.1176109Z Reading package lists...
2025-08-20T22:36:33.3602793Z Building dependency tree...
2025-08-20T22:36:33.3610651Z Reading state information...
2025-08-20T22:36:33.6300895Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:36:33.6606697Z The following packages will be upgraded:
2025-08-20T22:36:33.6607011Z   python3-pip python3-pip-whl
2025-08-20T22:36:33.6791768Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:36:34.0213895Z Need to get 3020 kB of archives.
2025-08-20T22:36:34.0214281Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:36:34.0214855Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:36:34.8601777Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:36:35.5705444Z Fetched 3020 kB in 2s (1899 kB/s)
2025-08-20T22:36:35.6141635Z (Reading database ... 
2025-08-20T22:36:35.6141913Z (Reading database ... 5%
2025-08-20T22:36:35.6142117Z (Reading database ... 10%
2025-08-20T22:36:35.6142334Z (Reading database ... 15%
2025-08-20T22:36:35.6142537Z (Reading database ... 20%
2025-08-20T22:36:35.6142728Z (Reading database ... 25%
2025-08-20T22:36:35.6142920Z (Reading database ... 30%
2025-08-20T22:36:35.6143112Z (Reading database ... 35%
2025-08-20T22:36:35.6143339Z (Reading database ... 40%
2025-08-20T22:36:35.6143546Z (Reading database ... 45%
2025-08-20T22:36:35.6143739Z (Reading database ... 50%
2025-08-20T22:36:35.6167235Z (Reading database ... 55%
2025-08-20T22:36:35.6262137Z (Reading database ... 60%
2025-08-20T22:36:35.6305752Z (Reading database ... 65%
2025-08-20T22:36:35.6325505Z (Reading database ... 70%
2025-08-20T22:36:35.6363923Z (Reading database ... 75%
2025-08-20T22:36:35.6496091Z (Reading database ... 80%
2025-08-20T22:36:35.6581426Z (Reading database ... 85%
2025-08-20T22:36:35.6617848Z (Reading database ... 90%
2025-08-20T22:36:35.6737579Z (Reading database ... 95%
2025-08-20T22:36:35.6737796Z (Reading database ... 100%
2025-08-20T22:36:35.6738091Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:36:35.6781377Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:36:35.8708868Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:36:36.0348614Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:36:36.0552534Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:36:36.1600122Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:36:36.1938523Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:36:37.1575302Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:36:40.1737889Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:36:40.4630867Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:36:41.4039972Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:36:41.5455502Z Collecting pip
2025-08-20T22:36:41.6179868Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:36:41.6441338Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:36:41.7451393Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 18.3 MB/s eta 0:00:00
2025-08-20T22:36:42.0123515Z Installing collected packages: pip
2025-08-20T22:36:42.6922217Z Successfully installed pip-25.2
2025-08-20T22:36:42.8932979Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:36:42.9377561Z Reading package lists...
2025-08-20T22:36:43.1896562Z Building dependency tree...
2025-08-20T22:36:43.1905301Z Reading state information...
2025-08-20T22:36:43.4747507Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:36:43.4748320Z pciutils set to manually installed.
2025-08-20T22:36:43.4748646Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:36:43.4748978Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:36:43.4749271Z python3-distro set to manually installed.
2025-08-20T22:36:43.4749591Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:36:43.4749920Z python3-netifaces set to manually installed.
2025-08-20T22:36:43.4750666Z The following additional packages will be installed:
2025-08-20T22:36:43.4750948Z   libsysfs2
2025-08-20T22:36:43.4758091Z Suggested packages:
2025-08-20T22:36:43.4758292Z   fancontrol read-edid i2c-tools
2025-08-20T22:36:43.5070686Z The following NEW packages will be installed:
2025-08-20T22:36:43.5073362Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:36:43.5314760Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:36:43.7655000Z Need to get 133 kB of archives.
2025-08-20T22:36:43.7655590Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:36:43.7656129Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:36:43.9871537Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:36:44.1211850Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:36:44.4040809Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:36:44.6914693Z Fetched 133 kB in 1s (153 kB/s)
2025-08-20T22:36:44.7275452Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:36:44.7311400Z (Reading database ... 
2025-08-20T22:36:44.7311649Z (Reading database ... 5%
2025-08-20T22:36:44.7311851Z (Reading database ... 10%
2025-08-20T22:36:44.7312456Z (Reading database ... 15%
2025-08-20T22:36:44.7312648Z (Reading database ... 20%
2025-08-20T22:36:44.7312843Z (Reading database ... 25%
2025-08-20T22:36:44.7313739Z (Reading database ... 30%
2025-08-20T22:36:44.7313947Z (Reading database ... 35%
2025-08-20T22:36:44.7314145Z (Reading database ... 40%
2025-08-20T22:36:44.7314337Z (Reading database ... 45%
2025-08-20T22:36:44.7314532Z (Reading database ... 50%
2025-08-20T22:36:44.7334839Z (Reading database ... 55%
2025-08-20T22:36:44.7424593Z (Reading database ... 60%
2025-08-20T22:36:44.7465909Z (Reading database ... 65%
2025-08-20T22:36:44.7484467Z (Reading database ... 70%
2025-08-20T22:36:44.7520860Z (Reading database ... 75%
2025-08-20T22:36:44.7646918Z (Reading database ... 80%
2025-08-20T22:36:44.7730708Z (Reading database ... 85%
2025-08-20T22:36:44.7766775Z (Reading database ... 90%
2025-08-20T22:36:44.7886455Z (Reading database ... 95%
2025-08-20T22:36:44.7886697Z (Reading database ... 100%
2025-08-20T22:36:44.7886990Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:36:44.7929234Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:36:44.8085835Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:36:44.8840741Z Selecting previously unselected package sysfsutils.
2025-08-20T22:36:44.9034828Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:36:44.9152911Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:36:45.0026737Z Selecting previously unselected package lm-sensors.
2025-08-20T22:36:45.0222566Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:36:45.0499436Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:36:45.1233889Z Selecting previously unselected package virt-what.
2025-08-20T22:36:45.1427352Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:36:45.1504101Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:36:45.2374734Z Setting up virt-what (1.25-2) ...
2025-08-20T22:36:45.2565127Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:36:45.2772759Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:36:45.6058000Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:36:45.6058390Z 
2025-08-20T22:36:45.6058869Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:36:45.6059306Z 
2025-08-20T22:36:45.8543199Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:36:46.1657308Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:36:46.1657802Z 
2025-08-20T22:36:46.1789791Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:36:47.8043470Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:36:49.2666964Z Reading package lists...
2025-08-20T22:36:49.5306085Z Building dependency tree...
2025-08-20T22:36:49.5315753Z Reading state information...
2025-08-20T22:36:49.8532304Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:36:49.8532692Z The following additional packages will be installed:
2025-08-20T22:36:49.8538798Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:36:49.8539152Z   xorg-sgml-doctools
2025-08-20T22:36:49.8545599Z Suggested packages:
2025-08-20T22:36:49.8545781Z   libxcb-doc
2025-08-20T22:36:49.8736751Z The following NEW packages will be installed:
2025-08-20T22:36:49.8738927Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:36:49.8742332Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:36:49.8742684Z   xcb xorg-sgml-doctools
2025-08-20T22:36:49.9717355Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:36:49.9717707Z Need to get 816 kB of archives.
2025-08-20T22:36:49.9718002Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:36:49.9718856Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:36:50.0107429Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:36:50.0521280Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:36:50.2787218Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:36:50.3177327Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:36:50.3575259Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:36:50.3992366Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:36:50.4384617Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:36:50.4775914Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:36:50.5167131Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:36:50.5559040Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:36:50.8408122Z Fetched 816 kB in 1s (1215 kB/s)
2025-08-20T22:36:50.8772052Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:36:50.8809360Z (Reading database ... 
2025-08-20T22:36:50.8809602Z (Reading database ... 5%
2025-08-20T22:36:50.8809804Z (Reading database ... 10%
2025-08-20T22:36:50.8810655Z (Reading database ... 15%
2025-08-20T22:36:50.8810861Z (Reading database ... 20%
2025-08-20T22:36:50.8811053Z (Reading database ... 25%
2025-08-20T22:36:50.8811262Z (Reading database ... 30%
2025-08-20T22:36:50.8811459Z (Reading database ... 35%
2025-08-20T22:36:50.8811673Z (Reading database ... 40%
2025-08-20T22:36:50.8811869Z (Reading database ... 45%
2025-08-20T22:36:50.8812059Z (Reading database ... 50%
2025-08-20T22:36:50.8835533Z (Reading database ... 55%
2025-08-20T22:36:50.8929573Z (Reading database ... 60%
2025-08-20T22:36:50.8972103Z (Reading database ... 65%
2025-08-20T22:36:50.8991133Z (Reading database ... 70%
2025-08-20T22:36:50.9028221Z (Reading database ... 75%
2025-08-20T22:36:50.9157080Z (Reading database ... 80%
2025-08-20T22:36:50.9237540Z (Reading database ... 85%
2025-08-20T22:36:50.9272387Z (Reading database ... 90%
2025-08-20T22:36:50.9385155Z (Reading database ... 95%
2025-08-20T22:36:50.9385550Z (Reading database ... 100%
2025-08-20T22:36:50.9385870Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:36:50.9426620Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:36:50.9491086Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:36:51.0028712Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:36:51.0220643Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:36:51.0291763Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:36:51.0982728Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:36:51.1172637Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:36:51.1237863Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:36:51.2039496Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:36:51.2219895Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:36:51.2287564Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:36:51.3144605Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:36:51.3319060Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:36:51.3396870Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:36:51.3961601Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:36:51.4136459Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:36:51.4210182Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:51.4833842Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:36:51.5044989Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:36:51.5110612Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:51.5844449Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:36:51.6034697Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:36:51.6163489Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:51.6734888Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:36:51.6922606Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:36:51.7009776Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:51.7558066Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:36:51.7748967Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:36:51.7814620Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:51.8594652Z Selecting previously unselected package xcb.
2025-08-20T22:36:51.8778140Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:36:51.8848499Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:36:51.9848373Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:52.0073644Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:36:52.0292956Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:36:52.0590889Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:36:52.0852945Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:36:52.1173410Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:36:53.6450885Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:36:53.6783502Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:36:53.7004642Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:36:53.7214238Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:36:53.7440002Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:53.7649646Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:53.7892089Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:53.8106699Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:36:55.4307337Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:36:56.0908993Z Collecting build
2025-08-20T22:36:56.1626157Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:36:56.3234541Z Collecting cffi
2025-08-20T22:36:56.3407621Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:36:56.3868206Z Collecting scons
2025-08-20T22:36:56.4032868Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:36:56.4549658Z Collecting scuba
2025-08-20T22:36:56.4727200Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:36:56.5440249Z Collecting pytest
2025-08-20T22:36:56.5612164Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:36:56.6079722Z Collecting packaging>=19.1 (from build)
2025-08-20T22:36:56.6242477Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:36:56.6602634Z Collecting pyproject_hooks (from build)
2025-08-20T22:36:56.6842075Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:36:56.7225492Z Collecting pycparser (from cffi)
2025-08-20T22:36:56.7388851Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:36:56.7970680Z Collecting PyYAML (from scuba)
2025-08-20T22:36:56.8139381Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:36:56.8762602Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:36:56.8917716Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:36:56.9488232Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:36:56.9657819Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:36:57.0090062Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:36:57.0246000Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:36:57.0532770Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:36:57.0886551Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:36:57.1624487Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:36:57.2283826Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 63.1 MB/s  0:00:00
2025-08-20T22:36:57.2442790Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:36:57.2732013Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:36:57.3048763Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:36:57.3298839Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:36:57.3556242Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:36:57.3813913Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:36:57.4006049Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 56.5 MB/s  0:00:00
2025-08-20T22:36:57.4183867Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:36:57.4463564Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:36:57.4757917Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:36:57.4930251Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 31.8 MB/s  0:00:00
2025-08-20T22:36:57.5893242Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:36:59.4135773Z 
2025-08-20T22:36:59.4150106Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:36:59.7136272Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:37:00.3715979Z Collecting ansi2txt
2025-08-20T22:37:00.4567982Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:37:00.5105553Z Collecting pipx
2025-08-20T22:37:00.5274101Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:37:00.5692446Z Collecting scons
2025-08-20T22:37:00.5704283Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:37:00.6002098Z Collecting py2static
2025-08-20T22:37:00.6172108Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:37:00.6682338Z Collecting typer
2025-08-20T22:37:00.6835895Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:37:00.7396422Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:37:00.7556911Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:37:00.7965902Z Collecting packaging>=20 (from pipx)
2025-08-20T22:37:00.7977708Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:37:00.8446248Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:37:00.8600435Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:37:00.9202628Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:37:00.9380215Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:37:01.0210614Z Collecting pyinstaller (from py2static)
2025-08-20T22:37:01.0410924Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:37:01.0819444Z Collecting staticx (from py2static)
2025-08-20T22:37:01.0992227Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:37:01.1504946Z   Preparing metadata (setup.py): started
2025-08-20T22:37:01.6380568Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:37:01.6752864Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:37:01.6924301Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:37:01.7518010Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:37:01.7673548Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:37:01.8137850Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:37:01.8290267Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:37:01.8968881Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:37:01.9124508Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:37:01.9578022Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:37:01.9734681Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:37:02.0155539Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:37:02.0165872Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:37:02.0449045Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:37:02.0602325Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:37:02.1896863Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:37:02.2052061Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:37:02.2487533Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:37:02.2673959Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:37:02.3138748Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:37:02.3370634Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:37:02.3815828Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:37:02.3983347Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:37:02.4406698Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:37:02.4869436Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:37:02.5082862Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:37:02.5306274Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:37:02.5560833Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:37:02.5826995Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:37:02.6091878Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:37:02.6251137Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:37:02.6404676Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:37:02.6679567Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:37:02.6949277Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:37:02.7108910Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:37:02.7394700Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:37:02.7645440Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:37:02.7891767Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:37:02.8167992Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:37:02.8439039Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:37:02.8752147Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 17.3 MB/s  0:00:00
2025-08-20T22:37:02.8905276Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:37:02.9216516Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:37:02.9527883Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 32.5 MB/s  0:00:00
2025-08-20T22:37:02.9682997Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:37:02.9938162Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:37:03.0388772Z Building wheels for collected packages: staticx
2025-08-20T22:37:03.0394661Z   Building wheel for staticx (setup.py): started
2025-08-20T22:37:14.6797028Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:37:14.6806198Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790697 sha256=e9b17aa8224a00fa7cbb9821c779c15ec6088b7ebbd13808c0dcd028a08bec82
2025-08-20T22:37:14.6807183Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:37:14.6824350Z Successfully built staticx
2025-08-20T22:37:14.7804494Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:37:15.5907879Z   Attempting uninstall: scons
2025-08-20T22:37:15.5981625Z     Found existing installation: SCons 4.9.1
2025-08-20T22:37:15.6272232Z     Uninstalling SCons-4.9.1:
2025-08-20T22:37:15.6335193Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:37:16.1332037Z   Attempting uninstall: pygments
2025-08-20T22:37:16.1411260Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:37:16.1573984Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:37:16.1598407Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:37:16.8899940Z   Attempting uninstall: packaging
2025-08-20T22:37:16.8973005Z     Found existing installation: packaging 25.0
2025-08-20T22:37:16.8992731Z     Uninstalling packaging-25.0:
2025-08-20T22:37:16.8999185Z       Successfully uninstalled packaging-25.0
2025-08-20T22:37:17.8289776Z 
2025-08-20T22:37:17.8314703Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:37:18.1295694Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:37:18.5437869Z Collecting build
2025-08-20T22:37:18.5449441Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:37:18.6267250Z Collecting cffi
2025-08-20T22:37:18.6279183Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:37:18.6548432Z Collecting scons
2025-08-20T22:37:18.6558629Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:37:18.6819440Z Collecting scuba
2025-08-20T22:37:18.6829621Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:37:18.7347150Z Collecting pytest
2025-08-20T22:37:18.7357352Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:37:18.7664647Z Collecting packaging>=19.1 (from build)
2025-08-20T22:37:18.7675505Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:37:18.7903501Z Collecting pyproject_hooks (from build)
2025-08-20T22:37:18.7914593Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:37:18.8159387Z Collecting pycparser (from cffi)
2025-08-20T22:37:18.8172265Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:37:18.8556667Z Collecting PyYAML (from scuba)
2025-08-20T22:37:18.8573976Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:37:18.8809390Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:37:18.8820825Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:37:18.9109956Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:37:18.9121201Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:37:18.9430706Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:37:18.9440994Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:37:18.9493320Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:37:18.9503216Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:37:18.9515555Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:37:18.9547900Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:37:18.9558946Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:37:18.9570750Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:37:18.9580020Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:37:18.9588835Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:37:18.9598108Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:37:18.9613164Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:37:18.9622765Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:37:18.9631927Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:37:19.0689887Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:37:19.0693953Z   Attempting uninstall: scons
2025-08-20T22:37:19.0764869Z     Found existing installation: SCons 4.9.1
2025-08-20T22:37:19.1053847Z     Uninstalling SCons-4.9.1:
2025-08-20T22:37:19.1117847Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:37:19.6168643Z   Attempting uninstall: PyYAML
2025-08-20T22:37:19.6244056Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:37:19.6267646Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:37:19.6273344Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:37:19.6834384Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:37:19.6905842Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:37:19.6921701Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:37:19.6927305Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:37:19.7088271Z   Attempting uninstall: pygments
2025-08-20T22:37:19.7157037Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:37:19.7316842Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:37:19.7341168Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:37:20.3179072Z   Attempting uninstall: pycparser
2025-08-20T22:37:20.3253654Z     Found existing installation: pycparser 2.22
2025-08-20T22:37:20.3281239Z     Uninstalling pycparser-2.22:
2025-08-20T22:37:20.3287738Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:37:20.4493046Z   Attempting uninstall: pluggy
2025-08-20T22:37:20.4564145Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:37:20.4581371Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:37:20.4587046Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:37:20.4841525Z   Attempting uninstall: packaging
2025-08-20T22:37:20.4917235Z     Found existing installation: packaging 25.0
2025-08-20T22:37:20.4936784Z     Uninstalling packaging-25.0:
2025-08-20T22:37:20.4942951Z       Successfully uninstalled packaging-25.0
2025-08-20T22:37:20.5378420Z   Attempting uninstall: iniconfig
2025-08-20T22:37:20.5452204Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:37:20.5466794Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:37:20.5471998Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:37:20.5628079Z   Attempting uninstall: scuba
2025-08-20T22:37:20.5697685Z     Found existing installation: scuba 2.14.1
2025-08-20T22:37:20.5716473Z     Uninstalling scuba-2.14.1:
2025-08-20T22:37:20.5724058Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:37:20.5972202Z   Attempting uninstall: pytest
2025-08-20T22:37:20.6050489Z     Found existing installation: pytest 8.4.1
2025-08-20T22:37:20.6098042Z     Uninstalling pytest-8.4.1:
2025-08-20T22:37:20.6303887Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:37:20.8399909Z   Attempting uninstall: cffi
2025-08-20T22:37:20.8471109Z     Found existing installation: cffi 1.17.1
2025-08-20T22:37:20.8492101Z     Uninstalling cffi-1.17.1:
2025-08-20T22:37:20.8685696Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:37:20.9400513Z   Attempting uninstall: build
2025-08-20T22:37:20.9473053Z     Found existing installation: build 1.3.0
2025-08-20T22:37:20.9497514Z     Uninstalling build-1.3.0:
2025-08-20T22:37:20.9505652Z       Successfully uninstalled build-1.3.0
2025-08-20T22:37:20.9738964Z 
2025-08-20T22:37:20.9764048Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:37:21.2843861Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:37:21.4766263Z Collecting ansi2txt
2025-08-20T22:37:21.4777862Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:37:21.5084976Z Collecting pipx
2025-08-20T22:37:21.5096519Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:37:21.5405633Z Collecting scons
2025-08-20T22:37:21.5417719Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:37:21.5670752Z Collecting py2static
2025-08-20T22:37:21.5681095Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:37:21.5976168Z Collecting typer
2025-08-20T22:37:21.5988999Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:37:21.6348051Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:37:21.6359622Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:37:21.6645956Z Collecting packaging>=20 (from pipx)
2025-08-20T22:37:21.6656241Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:37:21.6964072Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:37:21.6975524Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:37:21.7247228Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:37:21.7258606Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:37:21.7746913Z Collecting pyinstaller (from py2static)
2025-08-20T22:37:21.7758654Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:37:21.8050651Z Collecting staticx (from py2static)
2025-08-20T22:37:21.8060944Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:37:21.8199916Z   Preparing metadata (setup.py): started
2025-08-20T22:37:22.0269372Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:37:22.0564784Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:37:22.0574950Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:37:22.0889595Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:37:22.0901297Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:37:22.1307879Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:37:22.1318502Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:37:22.1751984Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:37:22.1763063Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:37:22.2067328Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:37:22.2079236Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:37:22.2405804Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:37:22.2417744Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:37:22.2666505Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:37:22.2678360Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:37:22.3678561Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:37:22.3688822Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:37:22.3992651Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:37:22.4003435Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:37:22.4317664Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:37:22.4328678Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:37:22.4635774Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:37:22.4645628Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:37:22.4679118Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:37:22.4688903Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:37:22.4698921Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:37:22.4731602Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:37:22.4740842Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:37:22.4750072Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:37:22.4759485Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:37:22.4769073Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:37:22.4778551Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:37:22.4787815Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:37:22.4798016Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:37:22.4813491Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:37:22.4823154Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:37:22.4832225Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:37:22.4841233Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:37:22.4850400Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:37:22.4859404Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:37:22.4872744Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:37:22.4884391Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:37:22.4900111Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:37:22.4909174Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:37:22.5223756Z Building wheels for collected packages: staticx
2025-08-20T22:37:22.5230563Z   Building wheel for staticx (setup.py): started
2025-08-20T22:37:25.0253649Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:37:25.0264274Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=26b2613ad5bc02a7300d5d341f5fe1d26609cd246a935316bf3c83aa850b2e1b
2025-08-20T22:37:25.0265272Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:37:25.0282748Z Successfully built staticx
2025-08-20T22:37:25.1253338Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:37:25.1254907Z   Attempting uninstall: pyelftools
2025-08-20T22:37:25.1323003Z     Found existing installation: pyelftools 0.32
2025-08-20T22:37:25.1359697Z     Uninstalling pyelftools-0.32:
2025-08-20T22:37:25.1373138Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:37:25.2474803Z   Attempting uninstall: altgraph
2025-08-20T22:37:25.2547144Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:37:25.2563991Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:37:25.2572607Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:37:25.2763222Z   Attempting uninstall: typing-extensions
2025-08-20T22:37:25.2833505Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:37:25.2847281Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:37:25.3039323Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:37:25.3329134Z   Attempting uninstall: staticx
2025-08-20T22:37:25.3401433Z     Found existing installation: staticx 0.14.1
2025-08-20T22:37:25.3422889Z     Uninstalling staticx-0.14.1:
2025-08-20T22:37:25.3432392Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:37:25.3748498Z   Attempting uninstall: shellingham
2025-08-20T22:37:25.3821916Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:37:25.3838052Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:37:25.3843377Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:37:25.3991534Z   Attempting uninstall: setuptools
2025-08-20T22:37:25.4061085Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:37:25.4266153Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:37:25.4490062Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:37:26.0354037Z   Attempting uninstall: scons
2025-08-20T22:37:26.0432943Z     Found existing installation: SCons 4.9.1
2025-08-20T22:37:26.0735006Z     Uninstalling SCons-4.9.1:
2025-08-20T22:37:26.0796430Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:37:26.5703426Z   Attempting uninstall: pygments
2025-08-20T22:37:26.5785058Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:37:26.5944199Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:37:26.5968117Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:37:27.1869970Z   Attempting uninstall: platformdirs
2025-08-20T22:37:27.1947771Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:37:27.1978617Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:37:27.1983705Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:37:27.2233191Z   Attempting uninstall: packaging
2025-08-20T22:37:27.2307793Z     Found existing installation: packaging 25.0
2025-08-20T22:37:27.2327885Z     Uninstalling packaging-25.0:
2025-08-20T22:37:27.2334012Z       Successfully uninstalled packaging-25.0
2025-08-20T22:37:27.2773297Z   Attempting uninstall: mdurl
2025-08-20T22:37:27.2842227Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:37:27.2857159Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:37:27.2862125Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:37:27.3031412Z   Attempting uninstall: click
2025-08-20T22:37:27.3103459Z     Found existing installation: click 8.2.1
2025-08-20T22:37:27.3121682Z     Uninstalling click-8.2.1:
2025-08-20T22:37:27.3127519Z       Successfully uninstalled click-8.2.1
2025-08-20T22:37:27.3808814Z   Attempting uninstall: argcomplete
2025-08-20T22:37:27.3883310Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:37:27.3908056Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:37:27.3917478Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:37:27.4209257Z   Attempting uninstall: ansi2txt
2025-08-20T22:37:27.4282646Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:37:27.4295929Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:37:27.4491414Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:37:27.4654202Z   Attempting uninstall: userpath
2025-08-20T22:37:27.4730252Z     Found existing installation: userpath 1.9.2
2025-08-20T22:37:27.4746654Z     Uninstalling userpath-1.9.2:
2025-08-20T22:37:27.4753760Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:37:27.7041120Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:37:27.7117190Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:37:27.7418580Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:37:27.7458857Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:37:27.9564530Z   Attempting uninstall: markdown-it-py
2025-08-20T22:37:27.9650654Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:37:27.9694897Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:37:27.9706845Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:37:28.0382255Z   Attempting uninstall: rich
2025-08-20T22:37:28.0462594Z     Found existing installation: rich 14.1.0
2025-08-20T22:37:28.0509213Z     Uninstalling rich-14.1.0:
2025-08-20T22:37:28.0518013Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:37:28.2112402Z   Attempting uninstall: pyinstaller
2025-08-20T22:37:28.2185715Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:37:28.2441785Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:37:28.2480851Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:37:28.5188393Z   Attempting uninstall: pipx
2025-08-20T22:37:28.5269772Z     Found existing installation: pipx 1.7.1
2025-08-20T22:37:28.5311381Z     Uninstalling pipx-1.7.1:
2025-08-20T22:37:28.5320707Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:37:28.5889457Z   Attempting uninstall: typer
2025-08-20T22:37:28.5963214Z     Found existing installation: typer 0.16.1
2025-08-20T22:37:28.5985858Z     Uninstalling typer-0.16.1:
2025-08-20T22:37:28.5993763Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:37:28.6399521Z   Attempting uninstall: py2static
2025-08-20T22:37:28.6469694Z     Found existing installation: py2static 0.0.1
2025-08-20T22:37:28.6485810Z     Uninstalling py2static-0.0.1:
2025-08-20T22:37:28.6493840Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:37:28.6653530Z 
2025-08-20T22:37:28.6678632Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:37:28.9830266Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:37:29.0867052Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:37:29.0871108Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-ytomqmz6
2025-08-20T22:37:29.0890210Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-ytomqmz6
2025-08-20T22:37:30.7205986Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:37:30.7241593Z   Installing build dependencies: started
2025-08-20T22:37:31.3969462Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:37:31.3979730Z   Getting requirements to build wheel: started
2025-08-20T22:37:31.6584956Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:37:31.6595957Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:37:31.8297505Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:37:32.0156088Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:37:32.0168351Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:37:32.0483416Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:37:32.0494824Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:37:32.0824886Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:37:32.0836647Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:37:32.1127624Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:37:32.1138493Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:37:32.1179420Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:37:32.1189075Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:37:32.1201214Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:37:32.1217605Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:37:32.1327440Z Building wheels for collected packages: pyinstaller
2025-08-20T22:37:32.1334544Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:37:34.9766654Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:37:34.9788989Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=c61b26c7b108e19fd83dfc62e0e23783cc237dd0bef3c7094dd3d205ef621186
2025-08-20T22:37:34.9789973Z   Stored in directory: /tmp/pip-ephem-wheel-cache-crk8t1nn/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:37:34.9829014Z Successfully built pyinstaller
2025-08-20T22:37:35.0633857Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:37:35.0638191Z   Attempting uninstall: altgraph
2025-08-20T22:37:35.0708243Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:37:35.0726257Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:37:35.0732449Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:37:35.1026166Z   Attempting uninstall: setuptools
2025-08-20T22:37:35.1096768Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:37:35.1303568Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:37:35.1533353Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:37:35.7537689Z   Attempting uninstall: packaging
2025-08-20T22:37:35.7622158Z     Found existing installation: packaging 25.0
2025-08-20T22:37:35.7641569Z     Uninstalling packaging-25.0:
2025-08-20T22:37:35.7648001Z       Successfully uninstalled packaging-25.0
2025-08-20T22:37:35.8089637Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:37:35.8164178Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:37:35.8469280Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:37:35.8509410Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:37:36.0480355Z   Attempting uninstall: pyinstaller
2025-08-20T22:37:36.0565239Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:37:36.0820072Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:37:36.0860164Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:37:36.3780425Z 
2025-08-20T22:37:36.3803911Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:37:36.6127957Z 6.15.0
2025-08-20T22:37:38.8700041Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:37:38.8709517Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:37:38.8709854Z 
2025-08-20T22:37:38.8710050Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:37:38.8710533Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:37:38.8710992Z installation.
2025-08-20T22:37:38.8711127Z 
2025-08-20T22:37:38.8711355Z If you installed the current Docker package using this script and are using it
2025-08-20T22:37:38.8711866Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:37:38.8712347Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:37:38.8712747Z files to match the parameters passed to the script.
2025-08-20T22:37:38.8713000Z 
2025-08-20T22:37:38.8713127Z You may press Ctrl+C now to abort this script.
2025-08-20T22:37:38.8882463Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:37:40.5628522Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:37:41.1317892Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:37:41.1335245Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:37:41.2447486Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:37:41.2462778Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:37:41.2470253Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:37:42.8241140Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:37:53.7278602Z + sh -c 'docker version'
2025-08-20T22:37:53.7429223Z Client: Docker Engine - Community
2025-08-20T22:37:53.7430137Z  Version:           28.3.3
2025-08-20T22:37:53.7430742Z  API version:       1.51
2025-08-20T22:37:53.7431046Z  Go version:        go1.24.5
2025-08-20T22:37:53.7431286Z  Git commit:        980b856
2025-08-20T22:37:53.7431587Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:37:53.7431914Z  OS/Arch:           linux/arm64
2025-08-20T22:37:53.7432305Z  Context:           default
2025-08-20T22:37:53.7432503Z 
2025-08-20T22:37:53.7432607Z Server: Docker Engine - Community
2025-08-20T22:37:53.7432854Z  Engine:
2025-08-20T22:37:53.7433079Z   Version:          28.3.3
2025-08-20T22:37:53.7433371Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:37:53.7433673Z   Go version:       go1.24.5
2025-08-20T22:37:53.7433942Z   Git commit:       bea959c
2025-08-20T22:37:53.7434190Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:37:53.7434455Z   OS/Arch:          linux/arm64
2025-08-20T22:37:53.7434760Z   Experimental:     false
2025-08-20T22:37:53.7434989Z  containerd:
2025-08-20T22:37:53.7435218Z   Version:          1.7.27
2025-08-20T22:37:53.7435696Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:37:53.7436015Z  runc:
2025-08-20T22:37:53.7436261Z   Version:          1.2.5
2025-08-20T22:37:53.7436487Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:37:53.7436747Z  docker-init:
2025-08-20T22:37:53.7436976Z   Version:          0.19.0
2025-08-20T22:37:53.7437206Z   GitCommit:        de40ad0
2025-08-20T22:37:53.7455109Z 
2025-08-20T22:37:53.7455665Z ================================================================================
2025-08-20T22:37:53.7456132Z 
2025-08-20T22:37:53.7456592Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:37:53.7456981Z Docker daemon in rootless mode for your user:
2025-08-20T22:37:53.7457255Z 
2025-08-20T22:37:53.7457419Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:37:53.7457627Z 
2025-08-20T22:37:53.7457842Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:37:53.7458135Z 
2025-08-20T22:37:53.7458140Z 
2025-08-20T22:37:53.7458329Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:37:53.7458829Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:37:53.7459100Z 
2025-08-20T22:37:53.7459286Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:37:53.7459765Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:37:53.7460263Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:37:53.7460549Z 
2025-08-20T22:37:53.7460651Z ================================================================================
2025-08-20T22:37:53.7460850Z 
2025-08-20T22:38:04.7851497Z ● docker.service - Docker Application Container Engine
2025-08-20T22:38:04.7852186Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:38:04.7852692Z      Active: active (running) since Wed 2025-08-20 22:37:54 UTC; 10s ago
2025-08-20T22:38:04.7853125Z TriggeredBy: ● docker.socket
2025-08-20T22:38:04.7853822Z        Docs: https://docs.docker.com
2025-08-20T22:38:04.7854142Z    Main PID: 21028 (dockerd)
2025-08-20T22:38:04.7854374Z       Tasks: 10
2025-08-20T22:38:04.7854633Z      Memory: 20.7M (peak: 24.4M)
2025-08-20T22:38:04.7854883Z         CPU: 271ms
2025-08-20T22:38:04.7855141Z      CGroup: /system.slice/docker.service
2025-08-20T22:38:04.7858098Z              └─21028 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:38:04.7858527Z 
2025-08-20T22:38:04.7858883Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.121172977Z" level=info msg="Loading containers: start."
2025-08-20T22:38:04.7860173Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.667394269Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f9ef78bb4f0464244e81dbc4a0695bb735d575911976974b28b66cb0443012ae], retrying...."
2025-08-20T22:38:04.7861318Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.718590043Z" level=info msg="Loading containers: done."
2025-08-20T22:38:04.7862411Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.748694777Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:38:04.7863884Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.748801221Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:38:04.7864770Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.748833214Z" level=info msg="Initializing buildkit"
2025-08-20T22:38:04.7866006Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.766097137Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:38:04.7866780Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.769019494Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:38:04.7867518Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.769081320Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:38:04.7868282Z Aug 20 22:37:54 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:38:04.7949958Z ● docker.service - Docker Application Container Engine
2025-08-20T22:38:04.7950891Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:38:04.7951733Z      Active: active (running) since Wed 2025-08-20 22:37:54 UTC; 10s ago
2025-08-20T22:38:04.7952207Z TriggeredBy: ● docker.socket
2025-08-20T22:38:04.7952601Z        Docs: https://docs.docker.com
2025-08-20T22:38:04.7952883Z    Main PID: 21028 (dockerd)
2025-08-20T22:38:04.7953114Z       Tasks: 10
2025-08-20T22:38:04.7953395Z      Memory: 20.7M (peak: 24.4M)
2025-08-20T22:38:04.7953650Z         CPU: 271ms
2025-08-20T22:38:04.7953931Z      CGroup: /system.slice/docker.service
2025-08-20T22:38:04.7954525Z              └─21028 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:38:04.7954821Z 
2025-08-20T22:38:04.7955136Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.121172977Z" level=info msg="Loading containers: start."
2025-08-20T22:38:04.7956571Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.667394269Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f9ef78bb4f0464244e81dbc4a0695bb735d575911976974b28b66cb0443012ae], retrying...."
2025-08-20T22:38:04.7957724Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.718590043Z" level=info msg="Loading containers: done."
2025-08-20T22:38:04.7958815Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.748694777Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:38:04.7960392Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.748801221Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:38:04.7961273Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.748833214Z" level=info msg="Initializing buildkit"
2025-08-20T22:38:04.7961997Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.766097137Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:38:04.7962743Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.769019494Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:38:04.7963486Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.769081320Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:38:04.7964202Z Aug 20 22:37:54 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:38:04.8138700Z ● docker.service - Docker Application Container Engine
2025-08-20T22:38:04.8139245Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:38:04.8139922Z      Active: active (running) since Wed 2025-08-20 22:37:54 UTC; 10s ago
2025-08-20T22:38:04.8140380Z TriggeredBy: ● docker.socket
2025-08-20T22:38:04.8140750Z        Docs: https://docs.docker.com
2025-08-20T22:38:04.8141036Z    Main PID: 21028 (dockerd)
2025-08-20T22:38:04.8141312Z       Tasks: 10
2025-08-20T22:38:04.8141585Z      Memory: 20.7M (peak: 24.4M)
2025-08-20T22:38:04.8141846Z         CPU: 271ms
2025-08-20T22:38:04.8142116Z      CGroup: /system.slice/docker.service
2025-08-20T22:38:04.8142733Z              └─21028 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:38:04.8143035Z 
2025-08-20T22:38:04.8143360Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.121172977Z" level=info msg="Loading containers: start."
2025-08-20T22:38:04.8144546Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.667394269Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f9ef78bb4f0464244e81dbc4a0695bb735d575911976974b28b66cb0443012ae], retrying...."
2025-08-20T22:38:04.8145926Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.718590043Z" level=info msg="Loading containers: done."
2025-08-20T22:38:04.8147354Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.748694777Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:38:04.8148738Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.748801221Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:38:04.8149632Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.748833214Z" level=info msg="Initializing buildkit"
2025-08-20T22:38:04.8150316Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.766097137Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:38:04.8151098Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.769019494Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:38:04.8151857Z Aug 20 22:37:54 runnervmdbl46 dockerd[21028]: time="2025-08-20T22:37:54.769081320Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:38:04.8152543Z Aug 20 22:37:54 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:38:04.8239315Z Docker version 28.3.3, build 980b856
2025-08-20T22:38:04.8409332Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:38:05.4760699Z latest: Pulling from library/hello-world
2025-08-20T22:38:05.6274540Z 198f93fd5094: Pulling fs layer
2025-08-20T22:38:05.9825998Z 198f93fd5094: Pull complete
2025-08-20T22:38:06.0064888Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:38:06.0165629Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:38:06.8235153Z 
2025-08-20T22:38:06.8237253Z Hello from Docker!
2025-08-20T22:38:06.8237931Z This message shows that your installation appears to be working correctly.
2025-08-20T22:38:06.8238314Z 
2025-08-20T22:38:06.8238507Z To generate this message, Docker took the following steps:
2025-08-20T22:38:06.8238872Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:38:06.8239484Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:38:06.8239873Z     (arm64v8)
2025-08-20T22:38:06.8240175Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:38:06.8240679Z     executable that produces the output you are currently reading.
2025-08-20T22:38:06.8241152Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:38:06.8241555Z     to your terminal.
2025-08-20T22:38:06.8241714Z 
2025-08-20T22:38:06.8241916Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:38:06.8242296Z  $ docker run -it ubuntu bash
2025-08-20T22:38:06.8242441Z 
2025-08-20T22:38:06.8242666Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:38:06.8243037Z  https://hub.docker.com/
2025-08-20T22:38:06.8243182Z 
2025-08-20T22:38:06.8243298Z For more examples and ideas, visit:
2025-08-20T22:38:06.8243628Z  https://docs.docker.com/get-started/
2025-08-20T22:38:06.8243832Z 
2025-08-20T22:38:06.9887326Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:38:06.9887799Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:38:06.9888391Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:38:06.9889035Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:38:06.9889504Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:38:06.9889954Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:38:06.9890360Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:38:06.9890823Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:38:06.9891222Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:38:06.9892010Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:38:06.9892475Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:38:06.9892899Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:38:06.9893367Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:38:06.9893816Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:38:06.9894332Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:38:06.9894845Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:38:06.9895324Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:38:06.9895989Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:38:06.9896401Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:38:06.9896941Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:38:06.9897440Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:38:06.9897905Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:38:06.9898391Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:38:06.9898840Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:38:06.9899469Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:38:06.9899950Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:38:06.9900455Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:38:06.9900942Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:38:06.9901402Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:38:06.9901866Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:38:06.9902358Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:38:06.9902846Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:38:06.9903329Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:38:06.9903867Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:38:06.9904357Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:38:06.9904849Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:38:06.9905332Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:38:06.9905932Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:38:06.9967955Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:38:06.9968597Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:38:06.9969041Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:38:06.9969465Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:38:06.9969873Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:38:06.9970277Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:38:06.9970734Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:38:06.9971208Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:38:06.9971678Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:38:06.9972166Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:38:06.9973032Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:38:06.9973467Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:38:06.9973884Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:38:06.9974293Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:38:06.9974709Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:38:06.9975116Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:38:06.9975663Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:38:06.9976026Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:38:06.9976394Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:38:06.9976800Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:38:06.9977214Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:38:06.9977596Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:38:06.9978003Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:38:06.9978439Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:38:06.9978857Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:38:06.9979503Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:38:06.9979928Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:38:06.9980358Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:38:06.9980759Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:38:06.9981162Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:38:06.9981598Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:38:06.9982094Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:38:06.9982590Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:38:06.9983054Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:38:06.9983478Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:38:06.9983870Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:38:06.9984261Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:38:06.9984664Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:38:06.9985063Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:38:06.9986069Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:38:06.9986581Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:38:06.9987086Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:38:06.9987575Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:38:06.9988019Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:38:06.9988423Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:38:06.9988819Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:38:06.9989221Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:38:06.9989615Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:38:06.9990243Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:38:06.9990678Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:38:06.9991100Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:38:06.9991482Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:38:06.9991853Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:38:06.9992263Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:38:06.9992671Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:38:06.9993045Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:38:06.9993414Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:38:06.9993803Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:38:06.9994194Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:38:06.9994543Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:38:06.9994919Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:38:06.9995331Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:38:06.9996034Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:38:06.9996633Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:38:06.9997000Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:38:06.9997378Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:38:06.9997760Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:38:06.9998158Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:38:06.9998551Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:38:06.9998938Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:38:06.9999320Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:38:06.9999716Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:38:07.0000118Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:38:07.0000492Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:38:07.0000846Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:38:07.0001195Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:38:07.0001552Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:38:07.0001917Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:38:07.0002269Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:38:07.0002646Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:38:07.0003047Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:38:07.0003474Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:38:07.0003911Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:38:07.0004314Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:38:07.0004713Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:38:07.0005105Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:38:07.0005762Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:38:07.0006173Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:38:07.0006584Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:38:07.0007166Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:38:07.0007569Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:38:07.0007982Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:38:07.0008419Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:38:07.0008847Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:38:07.0009242Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:38:07.0009637Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:38:07.0010045Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:38:07.0010452Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:38:07.0010856Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:38:07.0011250Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:38:07.0011654Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:38:07.0012057Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:38:07.0012437Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:38:07.0012794Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:38:07.0013327Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:38:07.0013723Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:38:07.0014117Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:38:07.0014516Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:38:07.0014904Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:38:07.0015279Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:38:07.0015854Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:38:07.0016240Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:38:07.0016629Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:38:07.0017050Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:38:07.0017498Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:38:07.0017898Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:38:07.0018272Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:38:07.0018663Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:38:07.0019081Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:38:07.0019505Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:38:07.0019863Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:38:07.0020207Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:38:07.0020624Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:38:07.0021055Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:38:07.0021467Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:38:07.0021853Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:38:07.0022230Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:38:07.0022613Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:38:07.0023036Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:38:07.0023727Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:38:07.0024191Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:38:07.0024558Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:38:07.0024919Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:38:07.0025497Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:38:07.0026020Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:38:07.0026459Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:38:07.0026835Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:38:07.0027298Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:38:07.0027838Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:38:07.0028340Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:38:07.0028776Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:38:07.0029140Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:38:07.0029519Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:38:07.0030140Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:38:07.0030559Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:38:07.0030966Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:38:07.0031340Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:38:07.0031711Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:38:07.0032118Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:38:07.0032514Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:38:07.0032912Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:38:07.0033311Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:38:07.0033706Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:38:07.0034104Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:38:07.0034523Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:38:07.0034968Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:38:07.0035574Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:38:07.0035992Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:38:07.0036374Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:38:07.0036747Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:38:07.0037123Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:38:07.0037514Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:38:07.0037932Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:38:07.0038404Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:38:07.0038855Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:38:07.0039261Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:38:07.0039650Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:38:07.0040032Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:38:07.0040605Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:38:07.0041025Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:38:07.0041412Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:38:07.0041794Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:38:07.0042239Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:38:07.0042720Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:38:07.0043179Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:38:07.0043701Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:38:07.0044211Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:38:07.0044719Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:38:07.0045158Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:38:07.0045770Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:38:07.0046141Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:38:07.0046523Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:38:07.0047092Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:38:07.0047464Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:38:07.0047845Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:38:07.0048228Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:38:07.0048613Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:38:07.0048995Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:38:07.0049369Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:38:07.0049761Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:38:07.0050151Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:38:07.0050566Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:38:07.0051019Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:38:07.0051440Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:38:07.0051853Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:38:07.0052259Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:38:07.0052674Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:38:07.0053099Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:38:07.0053498Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:38:07.0053863Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:38:07.0054375Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.0055089Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:38:07.0055570Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:38:07.0055997Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:38:07.0056373Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:38:07.0056768Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:38:07.0057443Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:38:07.0057885Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:38:07.0058317Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:38:07.0058721Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:38:07.0059127Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:38:07.0059553Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:38:07.0059963Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:38:07.0060349Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:38:07.0060778Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:38:07.0061265Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:38:07.0062015Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:38:07.0062468Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:38:07.0062879Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:38:07.0063282Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:38:07.0063758Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:38:07.0064499Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:38:07.0064909Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:38:07.0065540Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:38:07.0066004Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:38:07.0066414Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:38:07.0066777Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:38:07.0067128Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:38:07.0067497Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:38:07.0067883Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:38:07.0068252Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:38:07.0068607Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:38:07.0068977Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:38:07.0069341Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:38:07.0069692Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:38:07.0070068Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:38:07.0070428Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:38:07.0070809Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:38:07.0071189Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:38:07.0071551Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:38:07.0071950Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:38:07.0072316Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:38:07.0072680Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:38:07.0073056Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:38:07.0073422Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:38:07.0073783Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:38:07.0074161Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:38:07.0074805Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:38:07.0075294Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:38:07.0075849Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:38:07.0076208Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:38:07.0076595Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:38:07.0077020Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:38:07.0077415Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:38:07.0077773Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:38:07.0078138Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:38:07.0078498Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:38:07.0078845Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:38:07.0079193Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:38:07.0079546Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:38:07.0079914Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:38:07.0080271Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:38:07.0080772Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:38:07.0081106Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:38:07.0081485Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:38:07.0081892Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:38:07.0082286Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:38:07.0082683Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:38:07.0083075Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:38:07.0083489Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:38:07.0083991Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:38:07.0084607Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:38:07.0085235Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:38:07.0085978Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:38:07.0086454Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:38:07.0086910Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:38:07.0087436Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:38:07.0088055Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:38:07.0088614Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:38:07.0089106Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:38:07.0089554Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:38:07.0089924Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:38:07.0090297Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:38:07.0090673Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:38:07.0091054Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:38:07.0091645Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:38:07.0092048Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:38:07.0092437Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:38:07.0092823Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:38:07.0093210Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:38:07.0093593Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:38:07.0093971Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:38:07.0094345Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:38:07.0094738Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:38:07.0095130Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:38:07.0095681Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:38:07.0096093Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:38:07.0096460Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:38:07.0096848Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:38:07.0097258Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:38:07.0097912Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:38:07.0098349Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:38:07.0098774Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:38:07.0099142Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:38:07.0099511Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:38:07.0099897Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:38:07.0100266Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:38:07.0100656Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:38:07.0101048Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:38:07.0101432Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:38:07.0101815Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:38:07.0102180Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:38:07.0102552Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:38:07.0103099Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.0103823Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.0104509Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.0105175Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.0105914Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:38:07.0106312Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:38:07.0106717Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:38:07.0107121Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:38:07.0107499Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:38:07.0107872Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:38:07.0108447Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:38:07.0108833Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:38:07.0109210Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:38:07.0109587Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:38:07.0109963Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:38:07.0110355Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:38:07.0110755Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:38:07.0111154Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:38:07.0111553Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:38:07.0111940Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:38:07.0112321Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:38:07.0112709Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:38:07.0113111Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:38:07.0113504Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:38:07.0113900Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:38:07.0114445Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:38:07.0114870Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:38:07.0115304Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:38:07.0115943Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:38:07.0116380Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:38:07.0116841Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:38:07.0117246Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:38:07.0117642Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:38:07.0118025Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:38:07.0118419Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:38:07.0118832Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:38:07.0119236Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:38:07.0119622Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:38:07.0120017Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:38:07.0120488Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:38:07.0121088Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:38:07.0121489Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:38:07.0121900Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:38:07.0122352Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:38:07.0122803Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:38:07.0123282Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:38:07.0123774Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:38:07.0124221Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:38:07.0124659Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:38:07.0125323Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:38:07.0125909Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:38:07.0126334Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:38:07.0126717Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:38:07.0127090Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:38:07.0127505Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:38:07.0127909Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:38:07.0128315Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:38:07.0128730Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:38:07.0129123Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:38:07.0129502Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:38:07.0129869Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:38:07.0130226Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:38:07.0130616Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:38:07.0131033Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:38:07.0131620Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:38:07.0132066Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:38:07.0132519Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:38:07.0132921Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:38:07.0133362Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:38:07.0133786Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:38:07.0134196Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:38:07.0134602Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:38:07.0134957Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:38:07.0135323Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:38:07.0136006Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:38:07.0136409Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:38:07.0136788Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:38:07.0137147Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:38:07.0137495Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:38:07.0137850Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:38:07.0138336Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:38:07.0138849Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:38:07.0139228Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:38:07.0139613Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:38:07.0140009Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:38:07.0140424Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:38:07.0140835Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:38:07.0141242Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:38:07.0141938Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:38:07.0142373Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:38:07.0142749Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:38:07.0143121Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:38:07.0143482Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:38:07.0143866Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:38:07.0144287Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:38:07.0144715Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:38:07.0145114Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:38:07.0145721Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:38:07.0146165Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:38:07.0146566Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:38:07.0146935Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:38:07.0147285Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:38:07.0147636Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:38:07.0148180Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:38:07.0148557Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:38:07.0148934Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:38:07.0149334Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:38:07.0149746Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:38:07.0150209Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:38:07.0150646Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:38:07.0151020Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:38:07.0151408Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:38:07.0151800Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:38:07.0152194Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:38:07.0152578Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:38:07.0152955Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:38:07.0153398Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:38:07.0153890Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:38:07.0154317Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:38:07.0154693Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:38:07.0155076Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:38:07.0155645Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:38:07.0156043Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:38:07.0156429Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:38:07.0156829Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:38:07.0157209Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:38:07.0157555Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:38:07.0157912Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:38:07.0158522Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:38:07.0158981Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:38:07.0159363Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:38:07.0159749Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:38:07.0160189Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:38:07.0160636Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:38:07.0161067Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:38:07.0161461Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:38:07.0161977Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.0162488Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:38:07.0162881Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:38:07.0163291Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:38:07.0163722Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:38:07.0164244Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:38:07.0164983Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:38:07.0165847Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:38:07.0166500Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:38:07.0167147Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:38:07.0167782Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:38:07.0168410Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:38:07.0168989Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:38:07.0169472Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:38:07.0169919Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:38:07.0170355Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:38:07.0170785Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:38:07.0171301Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:38:07.0171735Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:38:07.0172126Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:38:07.0172497Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:38:07.0172876Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:38:07.0173257Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:38:07.0173668Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:38:07.0174087Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:38:07.0174455Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:38:07.0174847Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:38:07.0175312Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:38:07.0176192Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:38:07.0176690Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:38:07.0177178Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:38:07.0177629Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:38:07.0178043Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:38:07.0178461Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:38:07.0178875Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:38:07.0179307Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:38:07.0179732Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:38:07.0180123Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:38:07.0180510Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:38:07.0180889Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:38:07.0181269Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:38:07.0181706Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:38:07.0182146Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:38:07.0182727Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:38:07.0183145Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:38:07.0183575Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:38:07.0184024Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:38:07.0184472Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:38:07.0184903Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:38:07.0185300Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:38:07.0185848Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:38:07.0186239Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:38:07.0186615Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:38:07.0186988Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:38:07.0187390Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:38:07.0187794Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:38:07.0188221Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:38:07.0188696Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:38:07.0189155Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:38:07.0189553Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:38:07.0189908Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:38:07.0190278Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:38:07.0190679Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:38:07.0191078Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:38:07.0191470Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:38:07.0191899Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:38:07.0192346Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:38:07.0193005Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:38:07.0193422Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:38:07.0193828Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:38:07.0194372Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.0194958Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:38:07.0195683Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:38:07.0196171Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:38:07.0196598Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:38:07.0196997Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:38:07.0197397Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:38:07.0197788Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:38:07.0198191Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:38:07.0198593Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:38:07.0198976Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:38:07.0199559Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:38:07.0199968Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:38:07.0200348Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:38:07.0200758Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:38:07.0201220Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:38:07.0201648Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:38:07.0202026Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:38:07.0202404Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:38:07.0202794Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:38:07.0203169Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:38:07.0203545Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:38:07.0203973Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:38:07.0204415Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:38:07.0204824Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:38:07.0205225Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:38:07.0205780Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:38:07.0206165Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:38:07.0206542Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:38:07.0206929Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:38:07.0207334Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:38:07.0207781Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:38:07.0208230Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:38:07.0208654Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:38:07.0209058Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:38:07.0209657Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:38:07.0210103Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:38:07.0210492Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:38:07.0210847Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:38:07.0211194Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:38:07.0211559Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:38:07.0211939Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:38:07.0212294Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:38:07.0212661Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:38:07.0213060Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:38:07.0213445Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:38:07.0213806Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:38:07.0214157Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:38:07.0214540Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:38:07.0214938Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:38:07.0215315Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:38:07.0216048Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:38:07.0216411Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:38:07.0216798Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:38:07.0217180Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:38:07.0217532Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:38:07.0217913Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:38:07.0218309Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:38:07.0218691Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:38:07.0219071Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:38:07.0219448Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:38:07.0219837Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:38:07.0220240Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:38:07.0220662Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:38:07.0221064Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:38:07.0221423Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:38:07.0221778Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:38:07.0222122Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:38:07.0222549Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:38:07.0223050Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:38:07.0223559Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:38:07.0224048Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:38:07.0224556Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:38:07.0224997Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:38:07.0225612Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:38:07.0226054Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:38:07.0226729Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:38:07.0227135Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:38:07.0227524Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:38:07.0227908Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:38:07.0228288Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:38:07.0228691Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:38:07.0229134Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:38:07.0229568Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:38:07.0229941Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:38:07.0230351Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:38:07.0230773Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:38:07.0231156Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:38:07.0231504Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:38:07.0231893Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:38:07.0232488Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:38:07.0232954Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:38:07.0233364Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:38:07.0233782Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:38:07.0234209Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:38:07.0234651Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:38:07.0562888Z [+] Installing Go for linux-arm64...
2025-08-20T22:38:07.4933473Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:38:07.4933789Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:38:07.4934019Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:38:07.4944088Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:38:07.4944483Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:38:07.4944871Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:38:07.5020381Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:38:07.5020873Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:38:07.5021338Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:38:07.5021818Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:38:07.5022258Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:38:07.5022706Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:38:07.5023172Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:38:07.5023623Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:38:07.5024068Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:38:07.5024507Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:38:07.5024948Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:38:07.5025543Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:38:07.5026006Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:38:07.5026835Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:38:07.5027310Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:38:07.5027764Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:38:07.5028229Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:38:07.5028697Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:38:07.5029148Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:38:07.5029580Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:38:07.5029929Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:38:07.5030256Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:38:07.5030592Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:38:07.5030925Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:38:07.5031262Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:38:07.5062282Z go version go1.22.2 linux/arm64
2025-08-20T22:38:07.5359285Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:38:07.5359813Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:38:07.5360534Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:38:07.5360905Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:38:07.5361300Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:38:07.5361664Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:38:07.5362026Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:38:07.5362393Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:38:07.5362753Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:38:07.5363085Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:38:07.5363445Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:38:07.5363831Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:38:07.5364214Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:38:07.5364625Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:38:07.5365025Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:38:07.5365750Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:38:07.5366187Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:38:07.5366553Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:38:07.5366946Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:38:07.5367405Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:38:07.5367878Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:38:07.5368267Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:38:07.5368688Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:38:07.5369094Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:38:07.5369445Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:38:07.5369835Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:38:07.5370267Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:38:07.5370686Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:38:07.5371372Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:38:07.5371815Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:38:07.5372234Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:38:07.5372657Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:38:07.5373083Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:38:07.5373513Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:38:07.5373952Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:38:07.5374379Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:38:07.5374781Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:38:07.5375191Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:38:07.5375978Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:38:07.5376390Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:38:07.5376818Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:38:07.5377233Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:38:07.5377833Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:38:07.5378230Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:38:07.5378686Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:38:07.5379161Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:38:07.5379633Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:38:07.5380129Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:38:07.5380576Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:38:07.5380994Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:38:07.5381414Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:38:07.5381824Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:38:07.5382248Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:38:07.5382649Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:38:07.5383018Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:38:07.5383431Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:38:07.5383807Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:38:07.5384203Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:38:07.5384609Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:38:07.5384991Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:38:07.5385755Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:38:07.5386224Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:38:07.5386653Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:38:07.5387067Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:38:07.5387492Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:38:07.5387923Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:38:07.5388331Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:38:07.5388986Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:38:07.5389446Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:38:07.5389949Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:38:07.5390452Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:38:07.5390922Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:38:07.5391340Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:38:07.5391728Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:38:07.5392121Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:38:07.5392524Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:38:07.5392925Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:38:07.5393385Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:38:07.5393885Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:38:07.5394392Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:38:07.5395053Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:38:07.5395628Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:38:07.5396032Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:38:07.5396423Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:38:07.5396823Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:38:07.5397225Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:38:07.5397613Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:38:07.5398035Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:38:07.5398459Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:38:07.5398842Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:38:07.5399222Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:38:07.5399628Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:38:07.5400035Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:38:07.5400412Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:38:07.5400781Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:38:07.5401180Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:38:07.5401570Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:38:07.5401923Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:38:07.5402306Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:38:07.5402715Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:38:07.5403113Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:38:07.5403477Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:38:07.5403842Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:38:07.5404219Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:38:07.5404604Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:38:07.5405013Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:38:07.5405910Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:38:07.5406328Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:38:07.5406713Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:38:07.5407111Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:38:07.5407517Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:38:07.5407890Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:38:07.5408248Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:38:07.5408595Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:38:07.5408950Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:38:07.5409318Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:38:07.5409673Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:38:07.5410047Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:38:07.5410447Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:38:07.5410882Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:38:07.5411317Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:38:07.5411899Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:38:07.5412298Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:38:07.5412688Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:38:07.5413080Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:38:07.5413480Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:38:07.5413895Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:38:07.5414281Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:38:07.5414676Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:38:07.5415090Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:38:07.5415682Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:38:07.5416119Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:38:07.5416513Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:38:07.5416909Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:38:07.5417319Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:38:07.5417729Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:38:07.5418138Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:38:07.5418535Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:38:07.5418935Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:38:07.5419338Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:38:07.5419723Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:38:07.5420086Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:38:07.5420456Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:38:07.5420851Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:38:07.5421246Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:38:07.5421656Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:38:07.5422291Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:38:07.5422690Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:38:07.5423069Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:38:07.5423451Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:38:07.5423842Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:38:07.5424281Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:38:07.5424728Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:38:07.5425132Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:38:07.5425676Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:38:07.5426069Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:38:07.5426492Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:38:07.5426913Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:38:07.5427267Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:38:07.5427611Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:38:07.5428033Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:38:07.5428672Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:38:07.5429081Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:38:07.5429470Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:38:07.5429849Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:38:07.5430237Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:38:07.5430667Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:38:07.5431135Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:38:07.5431577Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:38:07.5431948Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:38:07.5432311Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:38:07.5432759Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:38:07.5433267Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:38:07.5433708Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:38:07.5434086Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:38:07.5434553Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:38:07.5435094Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:38:07.5435818Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:38:07.5436261Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:38:07.5436625Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:38:07.5437014Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:38:07.5437426Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:38:07.5437846Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:38:07.5438249Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:38:07.5438624Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:38:07.5439257Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:38:07.5439669Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:38:07.5440074Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:38:07.5440478Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:38:07.5440879Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:38:07.5441288Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:38:07.5441681Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:38:07.5442134Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:38:07.5442582Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:38:07.5443013Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:38:07.5443411Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:38:07.5443785Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:38:07.5444165Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:38:07.5444543Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:38:07.5444937Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:38:07.5445759Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:38:07.5446230Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:38:07.5446680Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:38:07.5447089Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:38:07.5447479Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:38:07.5447866Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:38:07.5448242Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:38:07.5448613Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:38:07.5449005Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:38:07.5449389Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:38:07.5449842Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:38:07.5450313Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:38:07.5450776Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:38:07.5451296Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:38:07.5451815Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:38:07.5452325Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:38:07.5452768Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:38:07.5453136Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:38:07.5453500Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:38:07.5453886Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:38:07.5454277Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:38:07.5454652Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:38:07.5455037Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:38:07.5455594Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:38:07.5456260Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:38:07.5456659Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:38:07.5457039Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:38:07.5457433Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:38:07.5457826Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:38:07.5458254Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:38:07.5458691Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:38:07.5459114Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:38:07.5459528Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:38:07.5459935Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:38:07.5460347Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:38:07.5460770Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:38:07.5461161Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:38:07.5461523Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:38:07.5462032Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.5462696Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:38:07.5463066Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:38:07.5463443Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:38:07.5463809Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:38:07.5464217Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:38:07.5464651Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:38:07.5465077Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:38:07.5465675Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:38:07.5466085Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:38:07.5466492Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:38:07.5466913Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:38:07.5467325Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:38:07.5467722Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:38:07.5468157Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:38:07.5468649Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:38:07.5469149Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:38:07.5469597Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:38:07.5470009Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:38:07.5470412Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:38:07.5470896Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:38:07.5471383Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:38:07.5471795Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:38:07.5472232Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:38:07.5472923Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:38:07.5473367Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:38:07.5473735Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:38:07.5474088Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:38:07.5474460Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:38:07.5474847Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:38:07.5475213Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:38:07.5475707Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:38:07.5476083Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:38:07.5476448Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:38:07.5476805Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:38:07.5477328Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:38:07.5477687Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:38:07.5478062Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:38:07.5478451Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:38:07.5478813Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:38:07.5479389Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:38:07.5479751Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:38:07.5480119Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:38:07.5480496Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:38:07.5480862Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:38:07.5481221Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:38:07.5481603Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:38:07.5482024Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:38:07.5482462Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:38:07.5482871Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:38:07.5483289Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:38:07.5483670Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:38:07.5484095Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:38:07.5484495Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:38:07.5484856Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:38:07.5485224Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:38:07.5485733Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:38:07.5486084Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:38:07.5486433Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:38:07.5486787Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:38:07.5487155Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:38:07.5487520Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:38:07.5487865Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:38:07.5488204Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:38:07.5488584Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:38:07.5488994Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:38:07.5489701Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:38:07.5490122Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:38:07.5490520Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:38:07.5490939Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:38:07.5491437Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:38:07.5492056Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:38:07.5492681Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:38:07.5493224Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:38:07.5493758Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:38:07.5494222Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:38:07.5494746Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:38:07.5495507Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:38:07.5496089Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:38:07.5496738Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:38:07.5497185Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:38:07.5497559Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:38:07.5497934Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:38:07.5498311Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:38:07.5498696Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:38:07.5499090Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:38:07.5499478Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:38:07.5499873Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:38:07.5500267Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:38:07.5500663Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:38:07.5501042Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:38:07.5501417Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:38:07.5501794Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:38:07.5502193Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:38:07.5502592Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:38:07.5503007Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:38:07.5503431Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:38:07.5503808Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:38:07.5504205Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:38:07.5504627Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:38:07.5505043Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:38:07.5505650Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:38:07.5506089Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:38:07.5506462Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:38:07.5507064Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:38:07.5507468Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:38:07.5507842Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:38:07.5508234Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:38:07.5508627Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:38:07.5509019Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:38:07.5509403Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:38:07.5509766Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:38:07.5510133Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:38:07.5510686Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.5511405Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.5512095Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.5512768Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.5513439Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:38:07.5513826Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:38:07.5514235Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:38:07.5514638Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:38:07.5515016Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:38:07.5515547Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:38:07.5515925Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:38:07.5516303Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:38:07.5516684Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:38:07.5517084Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:38:07.5517465Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:38:07.5517854Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:38:07.5518255Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:38:07.5518654Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:38:07.5519055Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:38:07.5519447Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:38:07.5519828Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:38:07.5520214Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:38:07.5520618Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:38:07.5521018Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:38:07.5521418Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:38:07.5521815Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:38:07.5522244Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:38:07.5522676Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:38:07.5523087Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:38:07.5523777Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:38:07.5524253Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:38:07.5524660Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:38:07.5525032Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:38:07.5525560Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:38:07.5525985Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:38:07.5526393Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:38:07.5526802Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:38:07.5527187Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:38:07.5527581Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:38:07.5528059Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:38:07.5528533Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:38:07.5528934Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:38:07.5529347Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:38:07.5529990Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:38:07.5530437Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:38:07.5530912Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:38:07.5531398Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:38:07.5531843Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:38:07.5532282Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:38:07.5532682Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:38:07.5533072Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:38:07.5533492Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:38:07.5533875Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:38:07.5534255Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:38:07.5534664Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:38:07.5535062Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:38:07.5535605Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:38:07.5536041Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:38:07.5536450Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:38:07.5536828Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:38:07.5537198Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:38:07.5537555Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:38:07.5537943Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:38:07.5538373Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:38:07.5538767Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:38:07.5539218Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:38:07.5539669Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:38:07.5540070Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:38:07.5540733Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:38:07.5541182Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:38:07.5541593Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:38:07.5542002Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:38:07.5542368Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:38:07.5542730Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:38:07.5543123Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:38:07.5543524Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:38:07.5543909Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:38:07.5544265Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:38:07.5544618Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:38:07.5544971Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:38:07.5545610Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:38:07.5546132Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:38:07.5546698Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:38:07.5547077Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:38:07.5547480Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:38:07.5547892Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:38:07.5548307Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:38:07.5548718Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:38:07.5549134Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:38:07.5549547Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:38:07.5549921Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:38:07.5550289Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:38:07.5550654Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:38:07.5551034Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:38:07.5551460Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:38:07.5551892Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:38:07.5552293Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:38:07.5552720Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:38:07.5553171Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:38:07.5553575Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:38:07.5553949Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:38:07.5554300Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:38:07.5554659Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:38:07.5555031Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:38:07.5555572Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:38:07.5555966Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:38:07.5556369Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:38:07.5557036Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:38:07.5557511Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:38:07.5557952Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:38:07.5558328Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:38:07.5558716Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:38:07.5559109Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:38:07.5559499Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:38:07.5559881Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:38:07.5560258Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:38:07.5560702Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:38:07.5561196Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:38:07.5561624Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:38:07.5562002Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:38:07.5562378Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:38:07.5562782Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:38:07.5563323Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:38:07.5563700Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:38:07.5564100Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:38:07.5564484Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:38:07.5564835Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:38:07.5565198Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:38:07.5565766Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:38:07.5566192Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:38:07.5566570Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:38:07.5566955Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:38:07.5567404Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:38:07.5567846Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:38:07.5568274Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:38:07.5568671Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:38:07.5569186Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.5569702Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:38:07.5570096Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:38:07.5570512Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:38:07.5570939Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:38:07.5571467Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:38:07.5572054Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:38:07.5572668Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:38:07.5573322Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:38:07.5574173Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:38:07.5574825Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:38:07.5575573Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:38:07.5576155Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:38:07.5576643Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:38:07.5577087Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:38:07.5577521Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:38:07.5577949Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:38:07.5578429Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:38:07.5578861Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:38:07.5579244Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:38:07.5579619Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:38:07.5580000Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:38:07.5580386Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:38:07.5580932Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:38:07.5581348Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:38:07.5581715Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:38:07.5582104Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:38:07.5582567Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:38:07.5583062Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:38:07.5583616Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:38:07.5584106Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:38:07.5584565Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:38:07.5584986Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:38:07.5585540Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:38:07.5585966Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:38:07.5586400Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:38:07.5586831Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:38:07.5587227Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:38:07.5587613Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:38:07.5587989Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:38:07.5588366Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:38:07.5588805Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:38:07.5589249Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:38:07.5589656Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:38:07.5590074Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:38:07.5590505Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:38:07.5591168Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:38:07.5591634Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:38:07.5592071Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:38:07.5592474Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:38:07.5592869Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:38:07.5593263Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:38:07.5593634Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:38:07.5594006Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:38:07.5594409Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:38:07.5594811Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:38:07.5595240Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:38:07.5595879Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:38:07.5596344Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:38:07.5596737Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:38:07.5597087Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:38:07.5597652Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:38:07.5598048Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:38:07.5598438Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:38:07.5598829Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:38:07.5599259Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:38:07.5599714Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:38:07.5600132Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:38:07.5600521Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:38:07.5600920Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:38:07.5601466Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:07.5602050Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:38:07.5602506Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:38:07.5602952Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:38:07.5603380Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:38:07.5603783Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:38:07.5604177Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:38:07.5604570Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:38:07.5604971Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:38:07.5605518Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:38:07.5605931Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:38:07.5606327Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:38:07.5606731Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:38:07.5607108Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:38:07.5607517Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:38:07.5608199Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:38:07.5608632Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:38:07.5609025Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:38:07.5609407Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:38:07.5609799Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:38:07.5610182Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:38:07.5610553Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:38:07.5610982Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:38:07.5611432Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:38:07.5611840Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:38:07.5612243Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:38:07.5612643Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:38:07.5613026Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:38:07.5613403Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:38:07.5613795Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:38:07.5614430Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:38:07.5614874Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:38:07.5615325Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:38:07.5616008Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:38:07.5616419Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:38:07.5616829Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:38:07.5617261Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:38:07.5617652Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:38:07.5618011Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:38:07.5618360Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:38:07.5618732Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:38:07.5619106Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:38:07.5619463Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:38:07.5619833Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:38:07.5620231Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:38:07.5620623Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:38:07.5620983Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:38:07.5621331Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:38:07.5621714Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:38:07.5622116Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:38:07.5622504Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:38:07.5622873Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:38:07.5623239Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:38:07.5623618Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:38:07.5624005Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:38:07.5624583Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:38:07.5624984Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:38:07.5625603Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:38:07.5625999Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:38:07.5626382Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:38:07.5626767Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:38:07.5627153Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:38:07.5627557Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:38:07.5627982Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:38:07.5628385Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:38:07.5628747Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:38:07.5629095Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:38:07.5629439Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:38:07.5629861Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:38:07.5630366Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:38:07.5631079Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:38:07.5631565Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:38:07.5632073Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:38:07.5632507Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:38:07.5632889Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:38:07.5633282Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:38:07.5633675Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:38:07.5634063Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:38:07.5634452Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:38:07.5634840Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:38:07.5635222Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:38:07.5635858Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:38:07.5636311Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:38:07.5636743Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:38:07.5637123Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:38:07.5637530Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:38:07.5637957Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:38:07.5638338Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:38:07.5638689Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:38:07.5639078Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:38:07.5639536Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:38:07.5639998Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:38:07.5640410Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:38:07.5640825Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:38:07.5641461Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:38:07.5641913Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:38:07.7707484Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:38:07.9746748Z Collecting meson
2025-08-20T22:38:08.0340537Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:38:08.1012715Z Collecting ninja
2025-08-20T22:38:08.1151040Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:38:08.1365219Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:38:08.1952241Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 23.8 MB/s  0:00:00
2025-08-20T22:38:08.2072083Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:38:08.2914189Z Installing collected packages: ninja, meson
2025-08-20T22:38:08.9687623Z 
2025-08-20T22:38:08.9711968Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:38:09.2461185Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:38:09.3387049Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:38:09.4368839Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:38:09.8321823Z 1.8.4
2025-08-20T22:38:09.8655231Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:38:09.8970289Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:38:09.8970754Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:38:09.8971135Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:38:09.8971512Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:38:09.8971900Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:38:09.8972282Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:38:09.8972672Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:38:09.8973032Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:38:09.8973377Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:38:09.8973704Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:38:09.8974059Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:38:09.8974455Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:38:09.8974834Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:38:09.8975240Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:38:09.8975791Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:38:09.8976194Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:38:09.8976607Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:38:09.8976971Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:38:09.8977350Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:38:09.8977808Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:38:09.8978253Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:38:09.8978648Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:38:09.8979065Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:38:09.8979462Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:38:09.8979812Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:38:09.8980194Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:38:09.8981012Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:38:09.8981451Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:38:09.8981857Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:38:09.8982268Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:38:09.8982687Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:38:09.8983117Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:38:09.8983549Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:38:09.8983969Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:38:09.8984414Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:38:09.8984842Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:38:09.8985250Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:38:09.8986487Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:38:09.8986888Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:38:09.8987298Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:38:09.8987985Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:38:09.8988403Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:38:09.8988805Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:38:09.8989198Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:38:09.8989651Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:38:09.8990132Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:38:09.8990603Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:38:09.8991090Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:38:09.8991542Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:38:09.8991959Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:38:09.8992382Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:38:09.8992800Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:38:09.8993215Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:38:09.8993617Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:38:09.8993988Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:38:09.8994353Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:38:09.8994724Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:38:09.8995120Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:38:09.8995702Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:38:09.8996089Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:38:09.8996503Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:38:09.8996942Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:38:09.8997366Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:38:09.8997777Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:38:09.8998391Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:38:09.8998846Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:38:09.8999252Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:38:09.8999645Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:38:09.9000082Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:38:09.9000582Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:38:09.9001079Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:38:09.9001538Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:38:09.9001958Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:38:09.9002343Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:38:09.9002742Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:38:09.9003145Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:38:09.9003546Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:38:09.9004004Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:38:09.9004500Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:38:09.9005138Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:38:09.9005769Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:38:09.9006215Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:38:09.9006618Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:38:09.9007016Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:38:09.9007423Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:38:09.9007820Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:38:09.9008208Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:38:09.9008631Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:38:09.9009063Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:38:09.9009448Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:38:09.9009816Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:38:09.9010223Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:38:09.9010628Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:38:09.9011014Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:38:09.9011380Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:38:09.9011773Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:38:09.9012162Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:38:09.9012512Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:38:09.9012899Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:38:09.9013314Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:38:09.9013706Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:38:09.9014073Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:38:09.9014442Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:38:09.9015023Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:38:09.9016268Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:38:09.9016682Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:38:09.9017078Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:38:09.9017464Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:38:09.9017856Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:38:09.9018250Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:38:09.9018650Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:38:09.9019020Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:38:09.9019374Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:38:09.9019723Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:38:09.9020085Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:38:09.9020451Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:38:09.9020798Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:38:09.9021168Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:38:09.9021565Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:38:09.9022200Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:38:09.9022634Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:38:09.9023034Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:38:09.9023427Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:38:09.9023814Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:38:09.9024208Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:38:09.9024612Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:38:09.9025019Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:38:09.9025551Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:38:09.9025955Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:38:09.9026370Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:38:09.9026807Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:38:09.9027234Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:38:09.9027624Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:38:09.9028016Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:38:09.9028432Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:38:09.9028845Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:38:09.9029251Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:38:09.9029644Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:38:09.9030042Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:38:09.9030447Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:38:09.9030831Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:38:09.9031190Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:38:09.9031558Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:38:09.9031953Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:38:09.9032533Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:38:09.9032951Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:38:09.9033341Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:38:09.9033714Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:38:09.9034089Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:38:09.9034474Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:38:09.9034864Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:38:09.9035286Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:38:09.9035871Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:38:09.9036274Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:38:09.9036655Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:38:09.9037045Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:38:09.9037466Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:38:09.9037884Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:38:09.9038241Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:38:09.9038738Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:38:09.9039155Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:38:09.9039585Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:38:09.9039992Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:38:09.9040376Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:38:09.9040762Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:38:09.9041144Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:38:09.9041571Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:38:09.9042036Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:38:09.9042454Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:38:09.9042820Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:38:09.9043182Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:38:09.9043629Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:38:09.9044132Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:38:09.9044575Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:38:09.9044953Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:38:09.9045594Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:38:09.9046147Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:38:09.9046653Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:38:09.9047123Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:38:09.9047487Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:38:09.9047866Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:38:09.9048277Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:38:09.9048693Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:38:09.9049331Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:38:09.9049715Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:38:09.9050095Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:38:09.9050494Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:38:09.9050894Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:38:09.9051297Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:38:09.9051697Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:38:09.9052091Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:38:09.9052480Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:38:09.9052902Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:38:09.9053350Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:38:09.9053778Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:38:09.9054168Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:38:09.9054543Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:38:09.9054917Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:38:09.9055570Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:38:09.9055968Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:38:09.9056386Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:38:09.9056854Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:38:09.9057302Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:38:09.9057716Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:38:09.9058103Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:38:09.9058486Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:38:09.9058862Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:38:09.9059230Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:38:09.9059626Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:38:09.9060011Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:38:09.9060458Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:38:09.9060930Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:38:09.9061389Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:38:09.9061912Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:38:09.9062423Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:38:09.9062928Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:38:09.9063371Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:38:09.9063743Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:38:09.9064281Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:38:09.9064795Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:38:09.9065175Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:38:09.9065633Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:38:09.9066272Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:38:09.9066670Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:38:09.9067056Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:38:09.9067431Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:38:09.9067808Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:38:09.9068212Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:38:09.9068603Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:38:09.9069019Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:38:09.9069458Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:38:09.9069877Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:38:09.9070298Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:38:09.9070698Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:38:09.9071157Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:38:09.9071582Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:38:09.9071972Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:38:09.9072486Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:38:09.9072994Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:09.9073514Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:38:09.9073886Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:38:09.9074266Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:38:09.9074632Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:38:09.9075031Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:38:09.9075621Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:38:09.9076054Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:38:09.9076490Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:38:09.9076898Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:38:09.9077301Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:38:09.9077728Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:38:09.9078141Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:38:09.9078538Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:38:09.9078969Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:38:09.9079458Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:38:09.9079955Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:38:09.9080405Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:38:09.9080821Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:38:09.9081225Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:38:09.9081701Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:38:09.9082187Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:38:09.9082875Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:38:09.9083326Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:38:09.9083781Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:38:09.9084189Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:38:09.9084552Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:38:09.9084910Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:38:09.9085282Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:38:09.9085872Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:38:09.9086238Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:38:09.9086589Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:38:09.9086960Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:38:09.9087327Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:38:09.9087686Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:38:09.9088054Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:38:09.9088412Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:38:09.9088783Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:38:09.9089345Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:38:09.9089706Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:38:09.9090071Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:38:09.9090428Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:38:09.9090794Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:38:09.9091175Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:38:09.9091543Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:38:09.9091905Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:38:09.9092281Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:38:09.9092701Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:38:09.9093141Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:38:09.9093550Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:38:09.9093912Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:38:09.9094293Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:38:09.9094718Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:38:09.9095121Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:38:09.9095646Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:38:09.9096023Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:38:09.9096377Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:38:09.9096721Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:38:09.9097071Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:38:09.9097429Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:38:09.9097799Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:38:09.9098160Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:38:09.9098506Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:38:09.9098845Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:38:09.9099401Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:38:09.9099826Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:38:09.9100226Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:38:09.9100623Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:38:09.9101017Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:38:09.9101440Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:38:09.9101945Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:38:09.9102557Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:38:09.9103179Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:38:09.9103723Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:38:09.9104196Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:38:09.9104652Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:38:09.9105175Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:38:09.9106054Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:38:09.9106619Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:38:09.9107113Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:38:09.9107556Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:38:09.9107930Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:38:09.9108308Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:38:09.9108688Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:38:09.9109070Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:38:09.9109462Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:38:09.9109847Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:38:09.9110240Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:38:09.9110624Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:38:09.9111011Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:38:09.9111389Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:38:09.9111767Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:38:09.9112146Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:38:09.9112543Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:38:09.9112939Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:38:09.9113350Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:38:09.9113769Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:38:09.9114146Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:38:09.9114544Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:38:09.9114954Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:38:09.9115502Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:38:09.9115962Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:38:09.9116601Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:38:09.9116977Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:38:09.9117346Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:38:09.9117730Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:38:09.9118101Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:38:09.9118499Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:38:09.9118894Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:38:09.9119283Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:38:09.9119665Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:38:09.9120027Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:38:09.9120414Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:38:09.9120962Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:09.9121677Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:09.9122362Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:09.9123188Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:09.9123714Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:38:09.9124098Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:38:09.9124503Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:38:09.9124909Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:38:09.9125285Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:38:09.9125862Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:38:09.9126232Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:38:09.9126610Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:38:09.9126994Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:38:09.9127371Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:38:09.9127750Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:38:09.9128148Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:38:09.9128553Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:38:09.9128957Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:38:09.9129358Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:38:09.9129746Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:38:09.9130124Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:38:09.9130511Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:38:09.9130918Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:38:09.9131318Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:38:09.9131717Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:38:09.9132114Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:38:09.9132542Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:38:09.9133169Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:38:09.9133597Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:38:09.9134032Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:38:09.9134492Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:38:09.9134898Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:38:09.9135275Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:38:09.9135795Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:38:09.9136195Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:38:09.9136606Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:38:09.9137011Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:38:09.9137398Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:38:09.9137789Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:38:09.9138260Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:38:09.9138733Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:38:09.9139309Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:38:09.9139716Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:38:09.9140168Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:38:09.9140616Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:38:09.9141094Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:38:09.9141586Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:38:09.9142034Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:38:09.9142474Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:38:09.9142876Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:38:09.9143268Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:38:09.9143687Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:38:09.9144072Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:38:09.9144448Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:38:09.9144859Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:38:09.9145260Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:38:09.9145840Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:38:09.9146268Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:38:09.9146664Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:38:09.9147041Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:38:09.9147411Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:38:09.9147773Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:38:09.9148164Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:38:09.9148585Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:38:09.9148979Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:38:09.9149633Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:38:09.9150100Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:38:09.9150504Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:38:09.9150944Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:38:09.9151368Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:38:09.9151781Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:38:09.9152189Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:38:09.9152542Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:38:09.9152913Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:38:09.9153304Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:38:09.9153707Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:38:09.9154089Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:38:09.9154448Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:38:09.9154803Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:38:09.9155153Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:38:09.9155821Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:38:09.9156510Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:38:09.9156894Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:38:09.9157273Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:38:09.9157672Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:38:09.9158090Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:38:09.9158501Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:38:09.9158906Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:38:09.9159324Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:38:09.9159739Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:38:09.9160120Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:38:09.9160486Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:38:09.9160845Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:38:09.9161221Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:38:09.9161647Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:38:09.9162081Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:38:09.9162486Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:38:09.9162907Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:38:09.9163352Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:38:09.9163755Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:38:09.9164137Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:38:09.9164495Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:38:09.9164848Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:38:09.9165221Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:38:09.9165766Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:38:09.9166346Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:38:09.9166757Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:38:09.9167173Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:38:09.9167633Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:38:09.9168072Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:38:09.9168454Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:38:09.9168840Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:38:09.9169224Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:38:09.9169612Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:38:09.9169994Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:38:09.9170376Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:38:09.9170819Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:38:09.9171369Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:38:09.9171797Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:38:09.9172176Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:38:09.9172713Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:38:09.9173121Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:38:09.9173516Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:38:09.9173891Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:38:09.9174289Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:38:09.9174679Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:38:09.9175030Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:38:09.9175543Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:38:09.9175963Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:38:09.9176388Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:38:09.9176775Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:38:09.9177161Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:38:09.9177601Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:38:09.9178041Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:38:09.9178466Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:38:09.9178864Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:38:09.9179378Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:09.9179887Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:38:09.9180281Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:38:09.9180699Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:38:09.9181128Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:38:09.9181649Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:38:09.9182235Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:38:09.9183071Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:38:09.9183734Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:38:09.9184383Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:38:09.9185012Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:38:09.9185780Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:38:09.9186359Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:38:09.9186843Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:38:09.9187290Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:38:09.9187727Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:38:09.9188161Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:38:09.9188641Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:38:09.9189075Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:38:09.9189458Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:38:09.9189970Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:38:09.9190350Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:38:09.9190726Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:38:09.9191132Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:38:09.9191543Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:38:09.9191908Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:38:09.9192303Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:38:09.9192768Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:38:09.9193259Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:38:09.9193749Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:38:09.9194245Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:38:09.9194698Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:38:09.9195119Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:38:09.9195677Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:38:09.9196096Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:38:09.9196531Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:38:09.9196982Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:38:09.9197372Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:38:09.9197757Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:38:09.9198132Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:38:09.9198514Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:38:09.9198952Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:38:09.9199391Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:38:09.9199797Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:38:09.9200212Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:38:09.9200827Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:38:09.9201298Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:38:09.9201744Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:38:09.9202181Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:38:09.9202583Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:38:09.9202960Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:38:09.9203350Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:38:09.9203724Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:38:09.9204096Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:38:09.9204505Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:38:09.9204907Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:38:09.9205488Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:38:09.9206003Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:38:09.9206467Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:38:09.9207042Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:38:09.9207397Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:38:09.9207775Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:38:09.9208172Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:38:09.9208563Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:38:09.9208961Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:38:09.9209388Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:38:09.9209838Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:38:09.9210255Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:38:09.9210638Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:38:09.9211044Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:38:09.9211587Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:09.9212171Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:38:09.9212630Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:38:09.9213082Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:38:09.9213510Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:38:09.9213914Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:38:09.9214307Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:38:09.9214696Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:38:09.9215105Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:38:09.9215674Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:38:09.9216057Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:38:09.9216451Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:38:09.9216855Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:38:09.9217498Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:38:09.9217922Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:38:09.9218389Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:38:09.9218813Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:38:09.9219185Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:38:09.9219566Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:38:09.9219955Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:38:09.9220331Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:38:09.9220709Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:38:09.9221141Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:38:09.9221598Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:38:09.9222005Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:38:09.9222403Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:38:09.9222806Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:38:09.9223192Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:38:09.9223727Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:38:09.9224114Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:38:09.9224515Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:38:09.9224958Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:38:09.9225571Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:38:09.9226005Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:38:09.9226409Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:38:09.9226815Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:38:09.9227238Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:38:09.9227633Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:38:09.9227987Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:38:09.9228334Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:38:09.9228702Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:38:09.9229079Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:38:09.9229430Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:38:09.9229803Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:38:09.9230204Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:38:09.9230594Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:38:09.9230952Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:38:09.9231304Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:38:09.9231690Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:38:09.9232089Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:38:09.9232470Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:38:09.9232834Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:38:09.9233197Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:38:09.9233802Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:38:09.9234202Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:38:09.9234553Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:38:09.9234935Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:38:09.9235328Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:38:09.9235866Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:38:09.9236248Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:38:09.9236625Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:38:09.9237008Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:38:09.9237413Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:38:09.9237835Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:38:09.9238241Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:38:09.9238595Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:38:09.9238944Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:38:09.9239286Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:38:09.9239862Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:38:09.9240367Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:38:09.9240840Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:38:09.9241319Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:38:09.9241825Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:38:09.9242270Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:38:09.9242654Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:38:09.9243044Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:38:09.9243435Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:38:09.9243823Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:38:09.9244212Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:38:09.9244604Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:38:09.9244982Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:38:09.9245533Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:38:09.9246001Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:38:09.9246433Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:38:09.9246810Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:38:09.9247211Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:38:09.9247637Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:38:09.9248022Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:38:09.9248373Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:38:09.9248762Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:38:09.9249213Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:38:09.9249673Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:38:09.9250302Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:38:09.9250737Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:38:09.9251165Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:38:09.9251602Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:38:10.1320204Z info: downloading installer
2025-08-20T22:38:10.4569907Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:38:10.4570315Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:38:10.4570677Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:38:10.4571100Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:38:10.4786216Z info: profile set to 'default'
2025-08-20T22:38:10.4786529Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:38:10.4786887Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:38:10.5342302Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:38:10.7360554Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:38:10.7687979Z info: downloading component 'clippy'
2025-08-20T22:38:10.9256925Z info: downloading component 'rustfmt'
2025-08-20T22:38:11.0937562Z info: downloading component 'cargo'
2025-08-20T22:38:11.3132464Z info: downloading component 'rust-std'
2025-08-20T22:38:11.7543387Z info: downloading component 'rustc'
2025-08-20T22:38:12.7522557Z info: removing previous version of component 'clippy'
2025-08-20T22:38:12.7695019Z info: removing previous version of component 'rustfmt'
2025-08-20T22:38:12.7779356Z info: removing previous version of component 'cargo'
2025-08-20T22:38:12.8014828Z info: removing previous version of component 'rust-std'
2025-08-20T22:38:12.8135411Z info: removing previous version of component 'rustc'
2025-08-20T22:38:12.8393902Z info: installing component 'clippy'
2025-08-20T22:38:13.1046473Z info: installing component 'rustfmt'
2025-08-20T22:38:13.3029516Z info: installing component 'cargo'
2025-08-20T22:38:13.8031473Z info: installing component 'rust-std'
2025-08-20T22:38:15.1216635Z info: installing component 'rustc'
2025-08-20T22:38:17.9817422Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:38:17.9817717Z 
2025-08-20T22:38:17.9890929Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:38:17.9891391Z 
2025-08-20T22:38:17.9891395Z 
2025-08-20T22:38:17.9891476Z Rust is installed now. Great!
2025-08-20T22:38:17.9891623Z 
2025-08-20T22:38:17.9891797Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:38:17.9892193Z environment variable. This has not been done automatically.
2025-08-20T22:38:17.9892416Z 
2025-08-20T22:38:17.9892524Z To configure your current shell, you need to source
2025-08-20T22:38:17.9892826Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:38:17.9893008Z 
2025-08-20T22:38:17.9893174Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:38:17.9893570Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:38:17.9893862Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:38:17.9894136Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:38:18.0076873Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:38:18.0403892Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:38:18.0404185Z 
2025-08-20T22:38:18.0478312Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:38:18.0478641Z 
2025-08-20T22:38:18.0893098Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:38:18.1274869Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:38:18.1562931Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:38:18.1563685Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:38:18.1564075Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:38:18.1564626Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:38:18.1564995Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:38:18.1565476Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:38:18.1565858Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:38:18.1566222Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:38:18.1566569Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:38:18.1566899Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:38:18.1567253Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:38:18.1567636Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:38:18.1568020Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:38:18.1568427Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:38:18.1568824Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:38:18.1569224Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:38:18.1569628Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:38:18.1570216Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:38:18.1570592Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:38:18.1571049Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:38:18.1571494Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:38:18.1571880Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:38:18.1572304Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:38:18.1572702Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:38:18.1573055Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:38:18.1573447Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:38:18.1573881Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:38:18.1574304Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:38:18.1574712Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:38:18.1575127Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:38:18.1576126Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:38:18.1576555Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:38:18.1576987Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:38:18.1577409Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:38:18.1577850Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:38:18.1578276Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:38:18.1578685Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:38:18.1579095Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:38:18.1579490Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:38:18.1579898Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:38:18.1580321Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:38:18.1580922Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:38:18.1581343Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:38:18.1581741Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:38:18.1582196Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:38:18.1582672Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:38:18.1583151Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:38:18.1583643Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:38:18.1584088Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:38:18.1584510Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:38:18.1584939Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:38:18.1585577Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:38:18.1586019Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:38:18.1586419Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:38:18.1586791Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:38:18.1587334Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:38:18.1587710Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:38:18.1588105Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:38:18.1588508Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:38:18.1588887Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:38:18.1589303Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:38:18.1589742Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:38:18.1590167Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:38:18.1590574Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:38:18.1590998Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:38:18.1591434Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:38:18.1591839Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:38:18.1592241Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:38:18.1592679Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:38:18.1593177Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:38:18.1593684Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:38:18.1594150Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:38:18.1594572Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:38:18.1594966Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:38:18.1595526Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:38:18.1595961Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:38:18.1596364Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:38:18.1596822Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:38:18.1597327Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:38:18.1598061Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:38:18.1598566Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:38:18.1599011Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:38:18.1599416Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:38:18.1599812Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:38:18.1600224Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:38:18.1600617Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:38:18.1601003Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:38:18.1601430Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:38:18.1601855Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:38:18.1602244Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:38:18.1602621Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:38:18.1603030Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:38:18.1603442Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:38:18.1603823Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:38:18.1604348Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:38:18.1604745Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:38:18.1605133Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:38:18.1605699Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:38:18.1606079Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:38:18.1606497Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:38:18.1606889Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:38:18.1607259Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:38:18.1607624Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:38:18.1608003Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:38:18.1608398Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:38:18.1608797Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:38:18.1609194Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:38:18.1609578Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:38:18.1609962Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:38:18.1610372Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:38:18.1610775Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:38:18.1611149Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:38:18.1611512Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:38:18.1611869Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:38:18.1612230Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:38:18.1612597Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:38:18.1612953Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:38:18.1613331Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:38:18.1613732Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:38:18.1614161Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:38:18.1614803Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:38:18.1615222Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:38:18.1615744Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:38:18.1616136Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:38:18.1616523Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:38:18.1616930Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:38:18.1617339Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:38:18.1617723Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:38:18.1618117Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:38:18.1618532Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:38:18.1618974Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:38:18.1619405Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:38:18.1619798Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:38:18.1620194Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:38:18.1620748Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:38:18.1621157Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:38:18.1621600Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:38:18.1621997Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:38:18.1622395Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:38:18.1622802Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:38:18.1623187Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:38:18.1623545Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:38:18.1623910Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:38:18.1624305Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:38:18.1624707Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:38:18.1625104Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:38:18.1625635Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:38:18.1626010Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:38:18.1626388Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:38:18.1626769Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:38:18.1627162Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:38:18.1627588Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:38:18.1628034Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:38:18.1628434Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:38:18.1628811Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:38:18.1629199Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:38:18.1629620Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:38:18.1630039Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:38:18.1630392Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:38:18.1630737Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:38:18.1631346Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:38:18.1631791Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:38:18.1632202Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:38:18.1632585Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:38:18.1632974Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:38:18.1633354Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:38:18.1633776Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:38:18.1634239Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:38:18.1634651Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:38:18.1635026Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:38:18.1635588Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:38:18.1636059Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:38:18.1636563Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:38:18.1637007Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:38:18.1637552Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:38:18.1638013Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:38:18.1638590Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:38:18.1639097Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:38:18.1639534Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:38:18.1639899Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:38:18.1640278Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:38:18.1640690Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:38:18.1641108Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:38:18.1641512Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:38:18.1641893Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:38:18.1642272Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:38:18.1642676Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:38:18.1643073Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:38:18.1643470Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:38:18.1643872Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:38:18.1644266Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:38:18.1644660Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:38:18.1645091Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:38:18.1645680Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:38:18.1646111Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:38:18.1646502Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:38:18.1646878Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:38:18.1647253Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:38:18.1647633Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:38:18.1648244Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:38:18.1648679Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:38:18.1649148Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:38:18.1649600Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:38:18.1650012Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:38:18.1650402Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:38:18.1650784Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:38:18.1651162Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:38:18.1651526Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:38:18.1651916Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:38:18.1652298Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:38:18.1652743Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:38:18.1653223Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:38:18.1653686Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:38:18.1654356Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:38:18.1654869Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:38:18.1655501Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:38:18.1655954Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:38:18.1656321Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:38:18.1656688Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:38:18.1657070Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:38:18.1657452Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:38:18.1657822Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:38:18.1658203Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:38:18.1658593Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:38:18.1658982Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:38:18.1659361Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:38:18.1659735Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:38:18.1660134Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:38:18.1660528Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:38:18.1660954Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:38:18.1661393Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:38:18.1661814Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:38:18.1662232Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:38:18.1662642Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:38:18.1663053Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:38:18.1663477Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:38:18.1663875Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:38:18.1664240Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:38:18.1664998Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:18.1665720Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:38:18.1666103Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:38:18.1666485Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:38:18.1666859Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:38:18.1667264Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:38:18.1667706Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:38:18.1668133Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:38:18.1668568Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:38:18.1668980Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:38:18.1669383Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:38:18.1669799Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:38:18.1670208Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:38:18.1670600Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:38:18.1671205Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:38:18.1671701Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:38:18.1672201Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:38:18.1672651Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:38:18.1673067Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:38:18.1673471Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:38:18.1673946Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:38:18.1674433Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:38:18.1674841Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:38:18.1675283Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:38:18.1675966Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:38:18.1676380Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:38:18.1676745Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:38:18.1677099Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:38:18.1677476Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:38:18.1677864Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:38:18.1678232Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:38:18.1678585Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:38:18.1678951Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:38:18.1679319Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:38:18.1679678Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:38:18.1680048Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:38:18.1680406Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:38:18.1680782Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:38:18.1681172Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:38:18.1681770Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:38:18.1682151Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:38:18.1682513Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:38:18.1682883Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:38:18.1683261Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:38:18.1683639Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:38:18.1683999Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:38:18.1684377Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:38:18.1684797Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:38:18.1685234Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:38:18.1685803Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:38:18.1686179Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:38:18.1686558Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:38:18.1686986Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:38:18.1687389Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:38:18.1687963Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:38:18.1688332Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:38:18.1688692Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:38:18.1689038Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:38:18.1689385Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:38:18.1689738Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:38:18.1690110Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:38:18.1690472Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:38:18.1690820Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:38:18.1691157Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:38:18.1691535Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:38:18.1691953Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:38:18.1692354Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:38:18.1692757Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:38:18.1693158Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:38:18.1693581Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:38:18.1694094Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:38:18.1694738Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:38:18.1695564Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:38:18.1696142Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:38:18.1696627Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:38:18.1697086Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:38:18.1697605Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:38:18.1698223Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:38:18.1699011Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:38:18.1699518Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:38:18.1699967Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:38:18.1700336Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:38:18.1700716Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:38:18.1701087Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:38:18.1701467Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:38:18.1701856Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:38:18.1702243Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:38:18.1702637Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:38:18.1703025Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:38:18.1703412Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:38:18.1703790Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:38:18.1704170Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:38:18.1704710Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:38:18.1705105Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:38:18.1705628Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:38:18.1706043Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:38:18.1706457Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:38:18.1706826Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:38:18.1707224Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:38:18.1707635Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:38:18.1708048Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:38:18.1708487Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:38:18.1708916Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:38:18.1709285Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:38:18.1709657Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:38:18.1710042Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:38:18.1710413Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:38:18.1710806Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:38:18.1711201Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:38:18.1711589Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:38:18.1711972Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:38:18.1712336Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:38:18.1712712Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:38:18.1713270Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:18.1713990Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:18.1714683Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:18.1715651Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:18.1716194Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:38:18.1716578Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:38:18.1716985Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:38:18.1717391Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:38:18.1717768Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:38:18.1718146Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:38:18.1718513Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:38:18.1718889Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:38:18.1719267Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:38:18.1719646Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:38:18.1720025Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:38:18.1720411Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:38:18.1720818Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:38:18.1721221Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:38:18.1721765Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:38:18.1722158Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:38:18.1722536Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:38:18.1722927Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:38:18.1723329Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:38:18.1723732Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:38:18.1724127Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:38:18.1724520Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:38:18.1724945Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:38:18.1725505Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:38:18.1725927Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:38:18.1726369Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:38:18.1726828Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:38:18.1727235Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:38:18.1727609Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:38:18.1727990Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:38:18.1728390Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:38:18.1728799Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:38:18.1729205Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:38:18.1729593Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:38:18.1729984Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:38:18.1730453Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:38:18.1730924Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:38:18.1731325Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:38:18.1731982Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:38:18.1732450Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:38:18.1732897Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:38:18.1733367Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:38:18.1733854Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:38:18.1734306Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:38:18.1734747Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:38:18.1735148Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:38:18.1735688Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:38:18.1736114Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:38:18.1736497Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:38:18.1736872Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:38:18.1737281Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:38:18.1737683Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:38:18.1738250Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:38:18.1738709Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:38:18.1739108Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:38:18.1739488Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:38:18.1739860Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:38:18.1740220Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:38:18.1740614Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:38:18.1741036Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:38:18.1741432Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:38:18.1741885Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:38:18.1742338Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:38:18.1742741Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:38:18.1743181Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:38:18.1743605Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:38:18.1744018Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:38:18.1744434Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:38:18.1744791Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:38:18.1745157Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:38:18.1745672Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:38:18.1746072Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:38:18.1746456Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:38:18.1746814Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:38:18.1747168Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:38:18.1747524Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:38:18.1748010Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:38:18.1748735Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:38:18.1749133Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:38:18.1749516Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:38:18.1749917Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:38:18.1750327Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:38:18.1750747Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:38:18.1751148Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:38:18.1751564Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:38:18.1751979Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:38:18.1752355Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:38:18.1752730Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:38:18.1753089Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:38:18.1753468Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:38:18.1753891Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:38:18.1754322Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:38:18.1754861Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:38:18.1755286Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:38:18.1755855Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:38:18.1756255Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:38:18.1756624Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:38:18.1756980Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:38:18.1757331Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:38:18.1757703Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:38:18.1758078Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:38:18.1758456Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:38:18.1758862Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:38:18.1759275Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:38:18.1759738Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:38:18.1760175Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:38:18.1760552Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:38:18.1760945Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:38:18.1761339Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:38:18.1761732Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:38:18.1762118Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:38:18.1762494Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:38:18.1762944Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:38:18.1763436Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:38:18.1763861Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:38:18.1764240Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:38:18.1764617Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:38:18.1765196Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:38:18.1765737Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:38:18.1766118Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:38:18.1766515Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:38:18.1766898Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:38:18.1767257Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:38:18.1767612Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:38:18.1768011Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:38:18.1768434Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:38:18.1768812Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:38:18.1769235Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:38:18.1769683Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:38:18.1770125Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:38:18.1770554Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:38:18.1770950Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:38:18.1771616Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:18.1772126Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:38:18.1772517Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:38:18.1772930Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:38:18.1773362Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:38:18.1773886Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:38:18.1774466Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:38:18.1775076Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:38:18.1775865Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:38:18.1776517Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:38:18.1777147Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:38:18.1777776Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:38:18.1778365Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:38:18.1778850Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:38:18.1779298Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:38:18.1779734Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:38:18.1780169Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:38:18.1780642Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:38:18.1781078Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:38:18.1781462Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:38:18.1781833Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:38:18.1782362Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:38:18.1782771Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:38:18.1783182Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:38:18.1783597Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:38:18.1783962Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:38:18.1784356Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:38:18.1784817Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:38:18.1785308Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:38:18.1785935Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:38:18.1786425Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:38:18.1786881Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:38:18.1787297Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:38:18.1787711Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:38:18.1788129Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:38:18.1788559Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:38:18.1789177Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:38:18.1789573Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:38:18.1789952Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:38:18.1790329Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:38:18.1790711Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:38:18.1791151Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:38:18.1791591Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:38:18.1791997Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:38:18.1792413Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:38:18.1792847Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:38:18.1793296Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:38:18.1793743Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:38:18.1794176Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:38:18.1794575Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:38:18.1794955Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:38:18.1795484Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:38:18.1795889Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:38:18.1796265Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:38:18.1796666Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:38:18.1797072Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:38:18.1797500Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:38:18.1797971Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:38:18.1798429Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:38:18.1798822Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:38:18.1799360Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:38:18.1799751Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:38:18.1800152Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:38:18.1800541Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:38:18.1800932Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:38:18.1801366Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:38:18.1801815Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:38:18.1802230Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:38:18.1802617Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:38:18.1803016Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:38:18.1803563Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:38:18.1804142Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:38:18.1804597Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:38:18.1805045Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:38:18.1805743Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:38:18.1806148Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:38:18.1806542Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:38:18.1806931Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:38:18.1807333Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:38:18.1807741Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:38:18.1808123Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:38:18.1808516Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:38:18.1808920Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:38:18.1809294Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:38:18.1809707Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:38:18.1810172Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:38:18.1810595Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:38:18.1810972Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:38:18.1811354Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:38:18.1811747Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:38:18.1812127Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:38:18.1812498Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:38:18.1812932Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:38:18.1813387Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:38:18.1813797Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:38:18.1814195Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:38:18.1814594Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:38:18.1814981Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:38:18.1815764Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:38:18.1816180Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:38:18.1816582Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:38:18.1817028Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:38:18.1817472Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:38:18.1817901Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:38:18.1818308Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:38:18.1818713Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:38:18.1819144Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:38:18.1819533Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:38:18.1819897Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:38:18.1820245Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:38:18.1820610Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:38:18.1820985Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:38:18.1821341Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:38:18.1821858Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:38:18.1822253Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:38:18.1822641Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:38:18.1822999Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:38:18.1823349Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:38:18.1823730Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:38:18.1824132Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:38:18.1824510Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:38:18.1824878Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:38:18.1825236Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:38:18.1825880Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:38:18.1826270Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:38:18.1826622Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:38:18.1826999Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:38:18.1827394Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:38:18.1827774Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:38:18.1828157Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:38:18.1828532Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:38:18.1828916Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:38:18.1829320Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:38:18.1829747Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:38:18.1830149Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:38:18.1830509Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:38:18.1830863Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:38:18.1831206Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:38:18.1831625Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:38:18.1832329Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:38:18.1832818Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:38:18.1833298Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:38:18.1833800Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:38:18.1834243Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:38:18.1834623Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:38:18.1835012Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:38:18.1835544Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:38:18.1835941Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:38:18.1836335Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:38:18.1836722Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:38:18.1837098Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:38:18.1837489Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:38:18.1837931Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:38:18.1838541Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:38:18.1838921Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:38:18.1839320Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:38:18.1839747Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:38:18.1840126Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:38:18.1840478Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:38:18.1840865Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:38:18.1841320Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:38:18.1841786Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:38:18.1842200Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:38:18.1842617Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:38:18.1843046Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:38:18.1843478Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:38:18.1843833Z 
2025-08-20T22:38:18.1843837Z 
2025-08-20T22:38:18.1844217Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:38:18 PM)
2025-08-20T22:38:18.1844576Z 
2025-08-20T22:38:18.1844584Z 
2025-08-20T22:38:18.1844587Z 
2025-08-20T22:38:18.1844690Z [+] Continue : YES
2025-08-20T22:38:18.1861805Z 
2025-08-20T22:38:18.1862207Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:38:18.2768490Z 
2025-08-20T22:38:18.2769209Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:38:18 PM) UTC
2025-08-20T22:38:18.2769488Z 
2025-08-20T22:38:18.2784817Z 
2025-08-20T22:38:18.2784980Z [+] Total RECIPES :: 1
2025-08-20T22:38:18.2785117Z 
2025-08-20T22:38:18.2859883Z 
2025-08-20T22:38:18.2860515Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml (1/1)
2025-08-20T22:38:18.2861011Z 
2025-08-20T22:38:18.3395125Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:38:18.3406853Z mode of '/tmp/pkgforge/yFBkp6S9G_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:38:18.3456849Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/sling/official/source [Provided]
2025-08-20T22:38:18.3457260Z [+] Setting '.pkg_family' --> sling [Provided]
2025-08-20T22:38:18.3471566Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:38:18.3476839Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:38:18.3504023Z [00:00:00.003]➜  
2025-08-20T22:38:18.3504551Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:38:18.3504963Z [00:00:00.003]➜  
2025-08-20T22:38:18.3541963Z [00:00:00.007]➜  
2025-08-20T22:38:18.3542430Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:38:18.3542819Z [00:00:00.007]➜  
2025-08-20T22:38:18.3621012Z [00:00:00.014]➜  
2025-08-20T22:38:18.3622059Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/sling/static.official.source.yaml) --> /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:38:18 PM) UTC]
2025-08-20T22:38:18.3622874Z [00:00:00.014]➜  
2025-08-20T22:38:18.3623064Z [00:00:00.014]➜  
2025-08-20T22:38:18.3623246Z [00:00:00.014]➜  
2025-08-20T22:38:18.3623526Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:38:18.3629758Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:38:18.3630694Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:38:18.3631462Z [00:00:00.015]➜  _disabled: false
2025-08-20T22:38:18.3632850Z [00:00:00.015]➜  
2025-08-20T22:38:18.3633081Z [00:00:00.015]➜  pkg: "sling"
2025-08-20T22:38:18.3633395Z [00:00:00.015]➜  pkg_id: "github.com.slingdata-io.sling.source"
2025-08-20T22:38:18.3633715Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T22:38:18.3633979Z [00:00:00.015]➜  category:
2025-08-20T22:38:18.3634632Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T22:38:18.3634950Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:38:18.3635738Z [00:00:00.015]➜  description: "Extract data from a source storage/database and Load it in a target storage/database"
2025-08-20T22:38:18.3636249Z [00:00:00.015]➜  homepage:
2025-08-20T22:38:18.3636569Z [00:00:00.015]➜    - "https://github.com/slingdata-io/sling-cli"
2025-08-20T22:38:18.3636898Z [00:00:00.015]➜  license:
2025-08-20T22:38:18.3637128Z [00:00:00.015]➜    - id: "GPL-3.0"
2025-08-20T22:38:18.3637655Z [00:00:00.015]➜      url: "https://github.com/slingdata-io/sling-cli/raw/5350b9ee73a196807d1bcde69d7ec5a2985188b3/LICENSE"
2025-08-20T22:38:18.3638124Z [00:00:00.015]➜  maintainer:
2025-08-20T22:38:18.3638431Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:38:18.3638731Z [00:00:00.015]➜  note:
2025-08-20T22:38:18.3639022Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:38:18.3639561Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/slingdata-io/sling-cli"
2025-08-20T22:38:18.3639996Z [00:00:00.015]➜  provides:
2025-08-20T22:38:18.3640240Z [00:00:00.015]➜    - "sling"
2025-08-20T22:38:18.3640472Z [00:00:00.015]➜  repology:
2025-08-20T22:38:18.3640702Z [00:00:00.015]➜    - "sling-cli"
2025-08-20T22:38:18.3640932Z [00:00:00.015]➜  src_url:
2025-08-20T22:38:18.3641246Z [00:00:00.015]➜    - "https://github.com/slingdata-io/sling-cli"
2025-08-20T22:38:18.3641549Z [00:00:00.015]➜  tag:
2025-08-20T22:38:18.3641762Z [00:00:00.015]➜    - "Utility"
2025-08-20T22:38:18.3642017Z [00:00:00.015]➜  x_exec:
2025-08-20T22:38:18.3642270Z [00:00:00.015]➜    bsys: "docker://go"
2025-08-20T22:38:18.3642519Z [00:00:00.015]➜    host:
2025-08-20T22:38:18.3642753Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T22:38:18.3643028Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T22:38:18.3643634Z [00:00:00.016]➜    shell: "bash"
2025-08-20T22:38:18.3643975Z [00:00:00.016]➜    pkgver: |
2025-08-20T22:38:18.3644261Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:38:18.3644987Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/slingdata-io/sling-cli" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:38:18.3646142Z [00:00:00.016]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:38:18.3646811Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:38:18.3647187Z [00:00:00.016]➜    run: |
2025-08-20T22:38:18.3647400Z [00:00:00.016]➜      #Build
2025-08-20T22:38:18.3647990Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:38:18.3648716Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:38:18.3649308Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:38:18.3649784Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:38:18.3650192Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:38:18.3650807Z [00:00:00.016]➜        bash -l -c '
2025-08-20T22:38:18.3651055Z [00:00:00.016]➜        #Setup ENV
2025-08-20T22:38:18.3651425Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:38:18.3651783Z [00:00:00.016]➜         CGO_ENABLED="1"
2025-08-20T22:38:18.3652144Z [00:00:00.016]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:38:18.3652650Z [00:00:00.016]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:38:18.3653040Z [00:00:00.016]➜         GOOS="linux"
2025-08-20T22:38:18.3653353Z [00:00:00.016]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:38:18.3653652Z [00:00:00.016]➜        #Build
2025-08-20T22:38:18.3654182Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/slingdata-io/sling-cli" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:38:18.3654745Z [00:00:00.016]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:38:18.3655217Z [00:00:00.016]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:38:18.3656377Z [00:00:00.016]➜         go mod edit -dropreplace="github.com/flarco/g" "./go.mod"
2025-08-20T22:38:18.3656852Z [00:00:00.016]➜         go mod edit -dropreplace="github.com/slingdata-io/sling" "./go.mod"
2025-08-20T22:38:18.3657347Z [00:00:00.016]➜         go mod edit -droprequire="github.com/slingdata-io/sling" "./go.mod"
2025-08-20T22:38:18.3657762Z [00:00:00.016]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:38:18.3658567Z [00:00:00.016]➜         go build -C "./cmd/sling" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/sling"
2025-08-20T22:38:18.3659253Z [00:00:00.016]➜        #Copy
2025-08-20T22:38:18.3659900Z [00:00:00.016]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:38:18.3660468Z [00:00:00.016]➜        #Strip 
2025-08-20T22:38:18.3660955Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:38:18.3661637Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:38:18.3662606Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:38:18.3663282Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:38:18.3663842Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:38:18.3664259Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T22:38:18.3664505Z [00:00:00.016]➜        '
2025-08-20T22:38:18.3664743Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T22:38:18.3665098Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:38:18.3665873Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:38:18.3666969Z [00:00:00.016]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:38:18.3667765Z [00:00:00.016]➜  
2025-08-20T22:38:18.3667945Z [00:00:00.016]➜  
2025-08-20T22:38:18.3668217Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:38:18.3668493Z [00:00:00.016]➜  
2025-08-20T22:38:18.3668679Z [00:00:00.016]➜  
2025-08-20T22:38:18.3668861Z [00:00:00.016]➜  
2025-08-20T22:38:18.3669365Z [00:00:00.017]➜  '/tmp/pkgforge/yFBkp6S9G_build.yaml' -> '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:38:19.7936905Z [00:00:01.446]➜  '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.static.version' -> '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.version'
2025-08-20T22:38:19.7988381Z [00:00:01.451]➜  [+] Version: HEAD-aa4483a-250819T184333 ('.x_exec.pkgver') [/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.static.version]
2025-08-20T22:38:19.8184543Z [00:00:01.471]➜  [+] Progs: sling
2025-08-20T22:38:20.1361157Z [00:00:01.788]➜  
2025-08-20T22:38:20.1361511Z [00:00:01.788]➜  [-] Missing packages. Found: 
2025-08-20T22:38:20.1361804Z [00:00:01.788]➜  [+] Expected: sling
2025-08-20T22:38:20.1362084Z [00:00:01.788]➜  [+] Continuing with build...
2025-08-20T22:38:20.1362336Z [00:00:01.788]➜  
2025-08-20T22:38:20.4962580Z [00:00:02.149]➜  
2025-08-20T22:38:20.4962866Z [00:00:02.149]➜  
2025-08-20T22:38:20.5039575Z [00:00:02.156]➜  + mkdir -pv /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:38:20.5055771Z [00:00:02.158]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=sling -e PKG_ID=github.com.slingdata-io.sling.source -e PKG_TYPE=static -e PKG_VER=HEAD-aa4483a-250819T184333 -e PKGVER=HEAD-aa4483a-250819T184333 -e SBUILD_PKG=sling.static -e SBUILD_PKGVER=HEAD-aa4483a-250819T184333 --volume /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:38:20.5057620Z [00:00:02.158]➜    #Setup ENV
2025-08-20T22:38:20.5058002Z [00:00:02.158]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:38:20.5058360Z [00:00:02.158]➜     CGO_ENABLED="1"
2025-08-20T22:38:20.5058716Z [00:00:02.158]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:38:20.5059228Z [00:00:02.158]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:38:20.5059623Z [00:00:02.158]➜     GOOS="linux"
2025-08-20T22:38:20.5059925Z [00:00:02.158]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:38:20.5060216Z [00:00:02.158]➜    #Build
2025-08-20T22:38:20.5060743Z [00:00:02.158]➜     git clone --filter "blob:none" --quiet "https://github.com/slingdata-io/sling-cli" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:38:20.5061300Z [00:00:02.158]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:38:20.5062114Z [00:00:02.158]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:38:20.5062700Z [00:00:02.158]➜     go mod edit -dropreplace="github.com/flarco/g" "./go.mod"
2025-08-20T22:38:20.5063165Z [00:00:02.158]➜     go mod edit -dropreplace="github.com/slingdata-io/sling" "./go.mod"
2025-08-20T22:38:20.5063653Z [00:00:02.158]➜     go mod edit -droprequire="github.com/slingdata-io/sling" "./go.mod"
2025-08-20T22:38:20.5064054Z [00:00:02.158]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:38:20.5064852Z [00:00:02.158]➜     go build -C "./cmd/sling" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/sling"
2025-08-20T22:38:20.5065753Z [00:00:02.158]➜    #Copy
2025-08-20T22:38:20.5066393Z [00:00:02.158]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:38:20.5066958Z [00:00:02.158]➜    #Strip 
2025-08-20T22:38:20.5067440Z [00:00:02.158]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:38:20.5068115Z [00:00:02.158]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:38:20.5068800Z [00:00:02.158]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:38:20.5069722Z [00:00:02.158]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:38:20.5070270Z [00:00:02.158]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:38:20.5070676Z [00:00:02.158]➜     popd &>/dev/null
2025-08-20T22:38:20.5070910Z [00:00:02.158]➜    '
2025-08-20T22:38:21.0088517Z [00:00:02.661]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:38:21.1517050Z [00:00:02.804]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:38:21.1517468Z [00:00:02.804]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:38:21.1517772Z [00:00:02.804]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:38:21.1518070Z [00:00:02.804]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:38:21.1518365Z [00:00:02.804]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:38:21.1518661Z [00:00:02.804]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:38:21.1518939Z [00:00:02.804]➜  2b92eb3035e7: Waiting
2025-08-20T22:38:21.1519218Z [00:00:02.804]➜  4239b2f25ebc: Waiting
2025-08-20T22:38:21.1519475Z [00:00:02.804]➜  323e89f8c367: Waiting
2025-08-20T22:38:21.3273097Z [00:00:02.980]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:38:21.3273481Z [00:00:02.980]➜  99fd740fb142: Download complete
2025-08-20T22:38:21.3509067Z [00:00:03.003]➜  b2e6f696af52: Download complete
2025-08-20T22:38:21.3922615Z [00:00:03.045]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:38:21.3923744Z [00:00:03.045]➜  996f2cb07f7c: Download complete
2025-08-20T22:38:21.4443904Z [00:00:03.097]➜  b2e6f696af52: Pull complete
2025-08-20T22:38:21.5519291Z [00:00:03.204]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:38:21.5519782Z [00:00:03.204]➜  323e89f8c367: Download complete
2025-08-20T22:38:21.7865004Z [00:00:03.439]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:38:21.7865599Z [00:00:03.439]➜  4239b2f25ebc: Download complete
2025-08-20T22:38:29.3166261Z [00:00:10.969]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:38:33.9278985Z [00:00:15.580]➜  996f2cb07f7c: Pull complete
2025-08-20T22:38:45.0261217Z [00:00:26.678]➜  99fd740fb142: Pull complete
2025-08-20T22:40:17.2094374Z [00:01:58.862]➜  2b92eb3035e7: Pull complete
2025-08-20T22:40:29.4646361Z [00:02:11.117]➜  4239b2f25ebc: Pull complete
2025-08-20T22:40:29.5354234Z [00:02:11.188]➜  323e89f8c367: Pull complete
2025-08-20T22:40:29.5568063Z [00:02:11.209]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:40:29.5641171Z [00:02:11.216]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:40:29.8816701Z [00:02:11.534]➜  + mkdir -p /build-bins
2025-08-20T22:40:29.8834714Z [00:02:11.536]➜  ++ mktemp -d
2025-08-20T22:40:29.8848933Z [00:02:11.537]➜  + pushd /tmp/tmp.1skgbcPykl
2025-08-20T22:40:29.8849255Z [00:02:11.537]➜  + CGO_ENABLED=1
2025-08-20T22:40:29.8849615Z [00:02:11.537]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:40:29.8859130Z [00:02:11.538]➜  ++ uname -m
2025-08-20T22:40:29.8859529Z [00:02:11.538]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:40:29.8869908Z [00:02:11.539]➜  + GOARCH=arm64
2025-08-20T22:40:29.8870617Z [00:02:11.539]➜  + GOOS=linux
2025-08-20T22:40:29.8871359Z [00:02:11.539]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:40:29.8871943Z [00:02:11.539]➜  + git clone --filter blob:none --quiet https://github.com/slingdata-io/sling-cli ./TEMPREPO
2025-08-20T22:40:31.0768870Z [00:02:12.729]➜  
2025-08-20T22:40:31.0769300Z [00:02:12.729]➜  [+] Target: "arm64/linux"
2025-08-20T22:40:31.0769582Z [00:02:12.729]➜  + cd ./TEMPREPO
2025-08-20T22:40:31.0769886Z [00:02:12.729]➜  + echo -e '\n[+] Target: "arm64/linux"'
2025-08-20T22:40:31.0770391Z [00:02:12.729]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:40:31.0770901Z [00:02:12.729]➜  + go mod edit -dropreplace=github.com/flarco/g ./go.mod
2025-08-20T22:40:31.0771819Z [00:02:12.729]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:40:31.0772193Z [00:02:12.729]➜  
2025-08-20T22:40:31.0885291Z [00:02:12.741]➜  + go mod edit -dropreplace=github.com/slingdata-io/sling ./go.mod
2025-08-20T22:40:31.0920223Z [00:02:12.744]➜  + go mod edit -droprequire=github.com/slingdata-io/sling ./go.mod
2025-08-20T22:40:31.0957617Z [00:02:12.748]➜  + go mod tidy -v
2025-08-20T22:40:31.1073408Z [00:02:12.760]➜  go: downloading github.com/flarco/g v0.1.155
2025-08-20T22:40:31.1073875Z [00:02:12.760]➜  go: downloading github.com/spf13/cast v1.7.1
2025-08-20T22:40:31.1175771Z [00:02:12.770]➜  go: downloading github.com/aws/aws-sdk-go-v2 v1.36.5
2025-08-20T22:40:31.1282987Z [00:02:12.781]➜  go: downloading github.com/bits-and-blooms/bloom/v3 v3.7.0
2025-08-20T22:40:31.3563314Z [00:02:13.009]➜  go: downloading github.com/maja42/goval v1.4.0
2025-08-20T22:40:31.3660042Z [00:02:13.018]➜  go: downloading github.com/samber/lo v1.39.0
2025-08-20T22:40:31.4060561Z [00:02:13.058]➜  go: downloading gopkg.in/yaml.v2 v2.4.0
2025-08-20T22:40:31.5239601Z [00:02:13.176]➜  go: downloading github.com/stretchr/testify v1.10.0
2025-08-20T22:40:31.5756604Z [00:02:13.228]➜  go: downloading github.com/gobwas/glob v0.2.3
2025-08-20T22:40:31.6233116Z [00:02:13.276]➜  go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-20T22:40:31.6334974Z [00:02:13.286]➜  go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1
2025-08-20T22:40:31.6359046Z [00:02:13.288]➜  go: downloading github.com/c-bata/go-prompt v0.2.6
2025-08-20T22:40:31.6599227Z [00:02:13.312]➜  go: downloading github.com/getsentry/sentry-go v0.27.0
2025-08-20T22:40:31.6711834Z [00:02:13.324]➜  go: downloading github.com/integrii/flaggy v1.5.2
2025-08-20T22:40:31.6769686Z [00:02:13.329]➜  go: downloading github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
2025-08-20T22:40:31.6840767Z [00:02:13.336]➜  go: downloading github.com/shirou/gopsutil/v3 v3.24.4
2025-08-20T22:40:31.7378267Z [00:02:13.390]➜  go: downloading github.com/jmespath/go-jmespath v0.4.0
2025-08-20T22:40:31.7617697Z [00:02:13.414]➜  go: downloading syreclabs.com/go/faker v1.2.2
2025-08-20T22:40:31.7875853Z [00:02:13.440]➜  go: downloading github.com/jmoiron/sqlx v1.2.0
2025-08-20T22:40:31.8121980Z [00:02:13.464]➜  go: downloading github.com/mattn/go-sqlite3 v1.14.28
2025-08-20T22:40:31.8375245Z [00:02:13.490]➜  go: downloading github.com/mattn/go-isatty v0.0.20
2025-08-20T22:40:31.8765875Z [00:02:13.529]➜  go: downloading github.com/rs/zerolog v1.34.0
2025-08-20T22:40:31.8813058Z [00:02:13.534]➜  go: downloading cloud.google.com/go/storage v1.53.0
2025-08-20T22:40:31.9380999Z [00:02:13.590]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.1
2025-08-20T22:40:31.9478876Z [00:02:13.600]➜  go: downloading cloud.google.com/go v0.121.0
2025-08-20T22:40:31.9731399Z [00:02:13.625]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
2025-08-20T22:40:32.0407527Z [00:02:13.693]➜  go: downloading github.com/PuerkitoBio/goquery v1.6.0
2025-08-20T22:40:32.0409224Z [00:02:13.693]➜  go: downloading github.com/aws/aws-sdk-go-v2/config v1.29.15
2025-08-20T22:40:32.0409782Z [00:02:13.693]➜  go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.68
2025-08-20T22:40:32.1266999Z [00:02:13.779]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.69
2025-08-20T22:40:32.1267767Z [00:02:13.779]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1
2025-08-20T22:40:32.1756194Z [00:02:13.828]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.20
2025-08-20T22:40:32.2105764Z [00:02:13.863]➜  go: downloading github.com/aws/smithy-go v1.22.4
2025-08-20T22:40:32.2176070Z [00:02:13.870]➜  go: downloading github.com/dustin/go-humanize v1.0.1
2025-08-20T22:40:32.2176511Z [00:02:13.870]➜  go: downloading github.com/jlaffaye/ftp v0.2.0
2025-08-20T22:40:32.2272034Z [00:02:13.880]➜  go: downloading github.com/pkg/sftp v1.13.9
2025-08-20T22:40:32.2687148Z [00:02:13.921]➜  go: downloading golang.org/x/oauth2 v0.30.0
2025-08-20T22:40:32.2814679Z [00:02:13.934]➜  go: downloading google.golang.org/api v0.236.0
2025-08-20T22:40:34.7636611Z [00:02:16.416]➜  go: downloading github.com/apache/arrow-go/v18 v18.3.0
2025-08-20T22:40:34.7638079Z [00:02:16.416]➜  go: downloading github.com/clbanning/mxj/v2 v2.7.0
2025-08-20T22:40:34.7640560Z [00:02:16.416]➜  go: downloading github.com/linkedin/goavro/v2 v2.12.0
2025-08-20T22:40:34.8255637Z [00:02:16.478]➜  go: downloading github.com/parquet-go/parquet-go v0.23.0
2025-08-20T22:40:34.8361767Z [00:02:16.489]➜  go: downloading github.com/denisbrodbeck/machineid v1.0.1
2025-08-20T22:40:34.9056601Z [00:02:16.558]➜  go: downloading gorm.io/gorm v1.25.11
2025-08-20T22:40:35.0042250Z [00:02:16.656]➜  go: downloading github.com/json-iterator/go v1.1.12
2025-08-20T22:40:35.0606817Z [00:02:16.713]➜  go: downloading github.com/nqd/flat v0.1.1
2025-08-20T22:40:35.1865560Z [00:02:16.839]➜  go: downloading github.com/segmentio/ksuid v1.0.4
2025-08-20T22:40:35.2189500Z [00:02:16.871]➜  go: downloading gopkg.in/cheggaaa/pb.v2 v2.0.7
2025-08-20T22:40:35.2246288Z [00:02:16.877]➜  go: downloading github.com/360EntSecGroup-Skylar/excelize v1.4.1
2025-08-20T22:40:35.2306847Z [00:02:16.883]➜  go: downloading github.com/google/uuid v1.6.0
2025-08-20T22:40:35.2763367Z [00:02:16.929]➜  go: downloading github.com/jedib0t/go-pretty v4.3.0+incompatible
2025-08-20T22:40:35.3175573Z [00:02:16.970]➜  go: downloading github.com/klauspost/compress v1.18.0
2025-08-20T22:40:35.3493322Z [00:02:17.002]➜  go: downloading github.com/kshedden/datareader v0.0.0-20210325133423-816b6ffdd011
2025-08-20T22:40:35.3632857Z [00:02:17.016]➜  go: downloading github.com/labstack/echo/v4 v4.10.2
2025-08-20T22:40:35.4245643Z [00:02:17.077]➜  go: downloading github.com/shopspring/decimal v1.4.0
2025-08-20T22:40:35.4697758Z [00:02:17.122]➜  go: downloading golang.org/x/crypto v0.39.0
2025-08-20T22:40:35.6054210Z [00:02:17.258]➜  go: downloading golang.org/x/text v0.26.0
2025-08-20T22:40:36.0737972Z [00:02:17.726]➜  go: downloading cloud.google.com/go/bigquery v1.69.0
2025-08-20T22:40:36.0769051Z [00:02:17.729]➜  go: downloading cloud.google.com/go/bigtable v1.37.0
2025-08-20T22:40:36.1331699Z [00:02:17.785]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
2025-08-20T22:40:36.1502948Z [00:02:17.802]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/data/aztables v1.4.0
2025-08-20T22:40:36.1836320Z [00:02:17.836]➜  go: downloading github.com/ClickHouse/clickhouse-go/v2 v2.34.0
2025-08-20T22:40:36.1991237Z [00:02:17.851]➜  go: downloading github.com/flarco/iceberg-go v0.0.0-20250705121323-8242bf566290
2025-08-20T22:40:36.3760225Z [00:02:18.028]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/athena v1.51.0
2025-08-20T22:40:36.3761421Z [00:02:18.028]➜  go: downloading github.com/flarco/databricks-sql-go v0.0.0-20250613120556-51f7c1f3b4ad
2025-08-20T22:40:36.5127817Z [00:02:18.165]➜  go: downloading github.com/elastic/go-elasticsearch/v8 v8.17.0
2025-08-20T22:40:36.6966507Z [00:02:18.349]➜  go: downloading github.com/exasol/exasol-driver-go v1.0.14
2025-08-20T22:40:36.6967464Z [00:02:18.349]➜  go: downloading github.com/fatih/color v1.18.0
2025-08-20T22:40:36.6967860Z [00:02:18.349]➜  go: downloading github.com/flarco/bigquery v0.0.9
2025-08-20T22:40:36.7410369Z [00:02:18.393]➜  go: downloading github.com/go-sql-driver/mysql v1.9.1
2025-08-20T22:40:36.7928432Z [00:02:18.445]➜  go: downloading github.com/lib/pq v1.10.9
2025-08-20T22:40:36.8038420Z [00:02:18.456]➜  go: downloading github.com/microsoft/go-mssqldb v1.8.0
2025-08-20T22:40:36.9056457Z [00:02:18.558]➜  go: downloading github.com/prometheus/client_golang v1.20.5
2025-08-20T22:40:36.9057515Z [00:02:18.558]➜  go: downloading github.com/prometheus/common v0.55.0
2025-08-20T22:40:36.9746715Z [00:02:18.627]➜  go: downloading github.com/psanford/sqlite3vfs v0.0.0-20220823065410-bd28ac7ee3c2
2025-08-20T22:40:36.9942134Z [00:02:18.647]➜  go: downloading github.com/psanford/sqlite3vfshttp v0.0.0-20220827153928-a19f096e6eb4
2025-08-20T22:40:36.9942746Z [00:02:18.647]➜  go: downloading github.com/sijms/go-ora/v2 v2.8.24
2025-08-20T22:40:37.1191330Z [00:02:18.771]➜  go: downloading github.com/snowflakedb/gosnowflake v1.10.0
2025-08-20T22:40:37.1468944Z [00:02:18.799]➜  go: downloading github.com/timeplus-io/proton-go-driver/v2 v2.0.19
2025-08-20T22:40:37.2358244Z [00:02:18.888]➜  go: downloading github.com/trinodb/trino-go-client v0.328.0
2025-08-20T22:40:37.2867169Z [00:02:18.939]➜  go: downloading github.com/xo/dburl v0.3.0
2025-08-20T22:40:37.3183122Z [00:02:18.971]➜  go: downloading github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a
2025-08-20T22:40:37.3350183Z [00:02:18.987]➜  go: downloading go.mongodb.org/mongo-driver v1.14.0
2025-08-20T22:40:37.6598453Z [00:02:19.312]➜  go: downloading gorm.io/driver/postgres v1.5.7
2025-08-20T22:40:37.6599151Z [00:02:19.312]➜  go: downloading gorm.io/driver/sqlite v1.5.5
2025-08-20T22:40:37.6822034Z [00:02:19.334]➜  go: downloading github.com/bits-and-blooms/bitset v1.10.0
2025-08-20T22:40:37.7043235Z [00:02:19.357]➜  go: downloading github.com/twmb/murmur3 v1.1.8
2025-08-20T22:40:37.7589375Z [00:02:19.411]➜  go: downloading golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b
2025-08-20T22:40:37.7590028Z [00:02:19.411]➜  go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2025-08-20T22:40:37.8069097Z [00:02:19.459]➜  go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2025-08-20T22:40:37.8525835Z [00:02:19.505]➜  go: downloading github.com/shirou/gopsutil/v4 v4.25.1
2025-08-20T22:40:37.9256319Z [00:02:19.578]➜  go: downloading gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
2025-08-20T22:40:37.9269056Z [00:02:19.579]➜  go: downloading github.com/mattn/go-colorable v0.1.14
2025-08-20T22:40:37.9695935Z [00:02:19.622]➜  go: downloading github.com/mattn/go-runewidth v0.0.16
2025-08-20T22:40:37.9707026Z [00:02:19.623]➜  go: downloading github.com/mattn/go-tty v0.0.3
2025-08-20T22:40:38.0131176Z [00:02:19.665]➜  go: downloading golang.org/x/sys v0.33.0
2025-08-20T22:40:43.1489648Z [00:02:24.801]➜  go: downloading github.com/frankban/quicktest v1.14.6
2025-08-20T22:40:43.1490217Z [00:02:24.801]➜  go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2025-08-20T22:40:43.1490672Z [00:02:24.801]➜  go: downloading github.com/go-errors/errors v1.4.2
2025-08-20T22:40:43.1491059Z [00:02:24.801]➜  go: downloading github.com/google/go-cmp v0.7.0
2025-08-20T22:40:43.2040651Z [00:02:24.856]➜  go: downloading github.com/pingcap/errors v0.11.4
2025-08-20T22:40:43.2046989Z [00:02:24.857]➜  go: downloading github.com/pkg/errors v0.9.1
2025-08-20T22:40:43.2082271Z [00:02:24.861]➜  go: downloading github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
2025-08-20T22:40:43.2082915Z [00:02:24.861]➜  go: downloading github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
2025-08-20T22:40:43.2286240Z [00:02:24.881]➜  go: downloading github.com/tklauser/go-sysconf v0.3.12
2025-08-20T22:40:43.2358011Z [00:02:24.888]➜  go: downloading github.com/jmespath/go-jmespath/internal/testify v1.5.1
2025-08-20T22:40:43.2436643Z [00:02:24.896]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1
2025-08-20T22:40:43.2578027Z [00:02:24.910]➜  go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
2025-08-20T22:40:43.2979635Z [00:02:24.950]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.3.2
2025-08-20T22:40:43.2984933Z [00:02:24.951]➜  go: downloading github.com/golang-jwt/jwt/v5 v5.2.2
2025-08-20T22:40:43.2985935Z [00:02:24.951]➜  go: downloading github.com/redis/go-redis/v9 v9.8.0
2025-08-20T22:40:43.2986450Z [00:02:24.951]➜  go: downloading cloud.google.com/go/compute/metadata v0.7.0
2025-08-20T22:40:43.3229894Z [00:02:24.975]➜  go: downloading cloud.google.com/go/iam v1.5.2
2025-08-20T22:40:43.3564457Z [00:02:25.009]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0
2025-08-20T22:40:43.3644183Z [00:02:25.017]➜  go: downloading github.com/googleapis/gax-go/v2 v2.14.2
2025-08-20T22:40:43.3795922Z [00:02:25.032]➜  go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.35.0
2025-08-20T22:40:43.3905622Z [00:02:25.043]➜  go: downloading go.opentelemetry.io/otel v1.35.0
2025-08-20T22:40:43.4025892Z [00:02:25.055]➜  go: downloading go.opentelemetry.io/otel/sdk/metric v1.35.0
2025-08-20T22:40:43.4356742Z [00:02:25.088]➜  go: downloading go.opentelemetry.io/otel/sdk v1.35.0
2025-08-20T22:40:43.4982565Z [00:02:25.151]➜  go: downloading go.opentelemetry.io/otel/trace v1.35.0
2025-08-20T22:40:43.4983379Z [00:02:25.151]➜  go: downloading google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2
2025-08-20T22:40:43.4983878Z [00:02:25.151]➜  go: downloading google.golang.org/grpc v1.72.2
2025-08-20T22:40:43.7129176Z [00:02:25.365]➜  go: downloading google.golang.org/protobuf v1.36.6
2025-08-20T22:40:43.8929036Z [00:02:25.545]➜  go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.35.0
2025-08-20T22:40:43.8934592Z [00:02:25.546]➜  go: downloading golang.org/x/sync v0.15.0
2025-08-20T22:40:43.9177875Z [00:02:25.570]➜  go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30
2025-08-20T22:40:43.9388847Z [00:02:25.591]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
2025-08-20T22:40:43.9425967Z [00:02:25.595]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.25.3
2025-08-20T22:40:43.9575169Z [00:02:25.610]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1
2025-08-20T22:40:43.9577447Z [00:02:25.610]➜  go: downloading github.com/andybalholm/cascadia v1.1.0
2025-08-20T22:40:43.9636956Z [00:02:25.616]➜  go: downloading golang.org/x/net v0.41.0
2025-08-20T22:40:43.9676325Z [00:02:25.620]➜  go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10
2025-08-20T22:40:43.9837487Z [00:02:25.636]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36
2025-08-20T22:40:43.9952158Z [00:02:25.647]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.36
2025-08-20T22:40:43.9952882Z [00:02:25.648]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3
2025-08-20T22:40:44.0056490Z [00:02:25.658]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2
2025-08-20T22:40:44.0210192Z [00:02:25.673]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15
2025-08-20T22:40:44.0236811Z [00:02:25.676]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15
2025-08-20T22:40:44.0435017Z [00:02:25.696]➜  go: downloading github.com/hashicorp/go-multierror v1.1.1
2025-08-20T22:40:44.0493768Z [00:02:25.702]➜  go: downloading github.com/kr/fs v0.1.0
2025-08-20T22:40:44.0505703Z [00:02:25.703]➜  go: downloading cloud.google.com/go/auth v0.16.1
2025-08-20T22:40:44.0709977Z [00:02:25.723]➜  go: downloading github.com/golang/snappy v1.0.0
2025-08-20T22:40:44.0714351Z [00:02:25.724]➜  go: downloading github.com/jinzhu/now v1.1.5
2025-08-20T22:40:44.1044747Z [00:02:25.757]➜  go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
2025-08-20T22:40:44.1063726Z [00:02:25.759]➜  go: downloading github.com/modern-go/reflect2 v1.0.2
2025-08-20T22:40:44.1105498Z [00:02:25.763]➜  go: downloading github.com/imdario/mergo v0.3.16
2025-08-20T22:40:44.1265231Z [00:02:25.779]➜  go: downloading github.com/klauspost/asmfmt v1.3.2
2025-08-20T22:40:44.1293393Z [00:02:25.782]➜  go: downloading github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
2025-08-20T22:40:44.1297718Z [00:02:25.782]➜  go: downloading github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
2025-08-20T22:40:44.1369012Z [00:02:25.789]➜  go: downloading golang.org/x/tools v0.33.0
2025-08-20T22:40:44.1517409Z [00:02:25.804]➜  go: downloading github.com/andybalholm/brotli v1.1.1
2025-08-20T22:40:44.1581969Z [00:02:25.811]➜  go: downloading github.com/pierrec/lz4/v4 v4.1.22
2025-08-20T22:40:44.1611401Z [00:02:25.813]➜  go: downloading github.com/shoenig/go-m1cpu v0.1.6
2025-08-20T22:40:44.1854596Z [00:02:25.838]➜  go: downloading github.com/yusufpapurcu/wmi v1.2.4
2025-08-20T22:40:44.2145541Z [00:02:25.867]➜  go: downloading golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
2025-08-20T22:40:44.2381345Z [00:02:25.890]➜  go: downloading github.com/google/flatbuffers v25.2.10+incompatible
2025-08-20T22:40:44.4721070Z [00:02:26.124]➜  go: downloading github.com/apache/thrift v0.21.0
2025-08-20T22:40:44.4721578Z [00:02:26.124]➜  go: downloading gonum.org/v1/gonum v0.16.0
2025-08-20T22:40:44.5388378Z [00:02:26.191]➜  go: downloading gopkg.in/VividCortex/ewma.v1 v1.1.1
2025-08-20T22:40:44.5764281Z [00:02:26.228]➜  go: downloading gopkg.in/fatih/color.v1 v1.7.0
2025-08-20T22:40:44.6146929Z [00:02:26.265]➜  go: downloading gopkg.in/mattn/go-colorable.v0 v0.1.0
2025-08-20T22:40:44.6537229Z [00:02:26.304]➜  go: downloading gopkg.in/mattn/go-isatty.v0 v0.0.4
2025-08-20T22:40:44.6897796Z [00:02:26.342]➜  go: downloading gopkg.in/mattn/go-runewidth.v0 v0.0.4
2025-08-20T22:40:44.7254179Z [00:02:26.378]➜  go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
2025-08-20T22:40:44.7522410Z [00:02:26.405]➜  go: downloading github.com/olekukonko/tablewriter v0.0.5
2025-08-20T22:40:44.7765043Z [00:02:26.428]➜  go: downloading github.com/segmentio/encoding v0.4.0
2025-08-20T22:40:44.8315495Z [00:02:26.484]➜  go: downloading github.com/hexops/gotextdiff v1.0.3
2025-08-20T22:40:44.8788627Z [00:02:26.531]➜  go: downloading github.com/labstack/gommon v0.4.0
2025-08-20T22:40:44.9039362Z [00:02:26.556]➜  go: downloading cloud.google.com/go/longrunning v0.6.7
2025-08-20T22:40:44.9292101Z [00:02:26.581]➜  go: downloading cloud.google.com/go/monitoring v1.24.2
2025-08-20T22:40:44.9760751Z [00:02:26.628]➜  go: downloading go.opentelemetry.io/otel/metric v1.35.0
2025-08-20T22:40:44.9761405Z [00:02:26.628]➜  go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2
2025-08-20T22:40:45.0119342Z [00:02:26.664]➜  go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a
2025-08-20T22:40:45.0204493Z [00:02:26.673]➜  go: downloading github.com/apache/arrow/go/v15 v15.0.2
2025-08-20T22:40:45.2733068Z [00:02:26.926]➜  go: downloading cloud.google.com/go/datacatalog v1.26.0
2025-08-20T22:40:45.2733563Z [00:02:26.926]➜  go: downloading github.com/ClickHouse/ch-go v0.65.1
2025-08-20T22:40:45.3412415Z [00:02:26.994]➜  go: downloading github.com/hamba/avro/v2 v2.28.0
2025-08-20T22:40:45.3497718Z [00:02:27.002]➜  go: downloading github.com/uptrace/bun v1.2.12
2025-08-20T22:40:45.3859044Z [00:02:27.038]➜  go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
2025-08-20T22:40:45.3904081Z [00:02:27.043]➜  go: downloading github.com/uptrace/bun/dialect/mssqldialect v1.2.12
2025-08-20T22:40:45.4061574Z [00:02:27.058]➜  go: downloading github.com/uptrace/bun/dialect/mysqldialect v1.2.12
2025-08-20T22:40:45.4062164Z [00:02:27.058]➜  go: downloading github.com/uptrace/bun/dialect/oracledialect v1.2.12
2025-08-20T22:40:45.4345065Z [00:02:27.087]➜  go: downloading github.com/uptrace/bun/dialect/pgdialect v1.2.12
2025-08-20T22:40:45.4383165Z [00:02:27.091]➜  go: downloading github.com/uptrace/bun/dialect/sqlitedialect v1.2.12
2025-08-20T22:40:45.4548406Z [00:02:27.107]➜  go: downloading github.com/uptrace/bun/extra/bundebug v1.2.12
2025-08-20T22:40:45.4699266Z [00:02:27.121]➜  go: downloading github.com/uptrace/bun/driver/sqliteshim v1.2.12
2025-08-20T22:40:45.4700786Z [00:02:27.122]➜  go: downloading github.com/aws/aws-sdk-go-v2/service/glue v1.113.0
2025-08-20T22:40:45.5252976Z [00:02:27.178]➜  go: downloading github.com/awsdocs/aws-doc-sdk-examples/gov2/testtools v0.0.0-20250407191926-092f3e54b837
2025-08-20T22:40:45.6101160Z [00:02:27.262]➜  go: downloading github.com/pterm/pterm v0.12.81
2025-08-20T22:40:45.6191794Z [00:02:27.271]➜  go: downloading github.com/substrait-io/substrait-go/v3 v3.9.1
2025-08-20T22:40:45.6192436Z [00:02:27.271]➜  go: downloading github.com/testcontainers/testcontainers-go/modules/compose v0.37.0
2025-08-20T22:40:45.6540414Z [00:02:27.306]➜  go: downloading github.com/testcontainers/testcontainers-go v0.37.0
2025-08-20T22:40:45.6731070Z [00:02:27.325]➜  go: downloading gotest.tools/gotestsum v1.8.2
2025-08-20T22:40:45.6880685Z [00:02:27.340]➜  go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
2025-08-20T22:40:45.7091611Z [00:02:27.361]➜  go: downloading filippo.io/edwards25519 v1.1.0
2025-08-20T22:40:45.7198942Z [00:02:27.372]➜  go: downloading github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9
2025-08-20T22:40:45.7378394Z [00:02:27.389]➜  go: downloading github.com/golang-sql/sqlexp v0.1.0
2025-08-20T22:40:45.7417481Z [00:02:27.394]➜  go: downloading github.com/francoispqt/gojay v1.2.13
2025-08-20T22:40:45.7578091Z [00:02:27.410]➜  go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
2025-08-20T22:40:45.8050362Z [00:02:27.457]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.0.1
2025-08-20T22:40:45.8051270Z [00:02:27.457]➜  go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
2025-08-20T22:40:45.8343326Z [00:02:27.487]➜  go: downloading github.com/prometheus/client_model v0.6.1
2025-08-20T22:40:45.8571907Z [00:02:27.509]➜  go: downloading github.com/ahmetb/dlog v0.0.0-20170105205344-4fb5f8204f26
2025-08-20T22:40:45.8660130Z [00:02:27.518]➜  go: downloading github.com/aws/aws-sdk-go v1.55.6
2025-08-20T22:40:45.9180753Z [00:02:27.570]➜  go: downloading github.com/ory/dockertest/v3 v3.11.0
2025-08-20T22:40:45.9885650Z [00:02:27.641]➜  go: downloading github.com/elastic/elastic-transport-go/v8 v8.6.0
2025-08-20T22:40:46.0275273Z [00:02:27.680]➜  go: downloading github.com/99designs/keyring v1.2.2
2025-08-20T22:40:46.0524765Z [00:02:27.705]➜  go: downloading github.com/gabriel-vasile/mimetype v1.4.7
2025-08-20T22:40:46.0806085Z [00:02:27.733]➜  go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2025-08-20T22:40:46.1039820Z [00:02:27.756]➜  go: downloading github.com/sirupsen/logrus v1.9.3
2025-08-20T22:40:46.1460511Z [00:02:27.798]➜  go: downloading github.com/jackc/pgx/v5 v5.5.5
2025-08-20T22:40:46.2159284Z [00:02:27.868]➜  go: downloading github.com/pkg/term v1.2.0-beta.2
2025-08-20T22:40:46.2408340Z [00:02:27.893]➜  go: downloading gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
2025-08-20T22:40:46.2642144Z [00:02:27.917]➜  go: downloading github.com/rivo/uniseg v0.4.7
2025-08-20T22:40:46.3110143Z [00:02:27.963]➜  go: downloading github.com/kr/pretty v0.3.1
2025-08-20T22:40:46.3610455Z [00:02:28.013]➜  go: downloading github.com/tklauser/numcpus v0.6.1
2025-08-20T22:40:46.3870513Z [00:02:28.039]➜  go: downloading github.com/kylelemons/godebug v1.1.0
2025-08-20T22:40:46.4118903Z [00:02:28.064]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage v1.8.0
2025-08-20T22:40:46.4768281Z [00:02:28.129]➜  go: downloading github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1
2025-08-20T22:40:46.5224489Z [00:02:28.175]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0
2025-08-20T22:40:46.5444664Z [00:02:28.197]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.51.0
2025-08-20T22:40:46.5872371Z [00:02:28.240]➜  go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-20T22:40:46.6034845Z [00:02:28.256]➜  go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
2025-08-20T22:40:46.6035867Z [00:02:28.256]➜  go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
2025-08-20T22:40:46.6118153Z [00:02:28.264]➜  go: downloading github.com/go-logr/logr v1.4.2
2025-08-20T22:40:46.6278565Z [00:02:28.280]➜  go: downloading github.com/go-logr/stdr v1.2.2
2025-08-20T22:40:46.6398532Z [00:02:28.292]➜  go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
2025-08-20T22:40:46.6460925Z [00:02:28.298]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0
2025-08-20T22:40:46.6509236Z [00:02:28.303]➜  go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
2025-08-20T22:40:47.0269582Z [00:02:28.679]➜  go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36
2025-08-20T22:40:47.0270153Z [00:02:28.679]➜  go: downloading github.com/google/s2a-go v0.1.9
2025-08-20T22:40:47.0279262Z [00:02:28.680]➜  go: downloading github.com/hashicorp/errwrap v1.1.0
2025-08-20T22:40:47.0498403Z [00:02:28.702]➜  go: downloading github.com/jinzhu/inflection v1.0.0
2025-08-20T22:40:47.0544318Z [00:02:28.707]➜  go: downloading github.com/shoenig/test v0.6.4
2025-08-20T22:40:47.0762232Z [00:02:28.729]➜  go: downloading github.com/go-ole/go-ole v1.2.6
2025-08-20T22:40:47.0873265Z [00:02:28.740]➜  go: downloading github.com/goccy/go-json v0.10.5
2025-08-20T22:40:47.1049720Z [00:02:28.757]➜  go: downloading github.com/xyproto/randomstring v1.0.5
2025-08-20T22:40:47.1050222Z [00:02:28.757]➜  go: downloading github.com/zeebo/xxh3 v1.0.2
2025-08-20T22:40:47.1300696Z [00:02:28.782]➜  go: downloading github.com/klauspost/cpuid/v2 v2.2.10
2025-08-20T22:40:47.1301977Z [00:02:28.782]➜  go: downloading github.com/stretchr/objx v0.5.2
2025-08-20T22:40:47.1397496Z [00:02:28.792]➜  go: downloading github.com/go-openapi/strfmt v0.22.0
2025-08-20T22:40:47.1552851Z [00:02:28.808]➜  go: downloading github.com/valyala/fasttemplate v1.2.2
2025-08-20T22:40:47.1555869Z [00:02:28.808]➜  go: downloading golang.org/x/term v0.32.0
2025-08-20T22:40:47.1724774Z [00:02:28.825]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0
2025-08-20T22:40:47.1782722Z [00:02:28.831]➜  go: downloading golang.org/x/time v0.11.0
2025-08-20T22:40:47.1792797Z [00:02:28.832]➜  go: downloading github.com/google/btree v1.1.3
2025-08-20T22:40:47.1998595Z [00:02:28.852]➜  go: downloading rsc.io/binaryregexp v0.2.0
2025-08-20T22:40:47.2006307Z [00:02:28.853]➜  go: downloading github.com/paulmach/orb v0.11.1
2025-08-20T22:40:47.2832299Z [00:02:28.935]➜  go: downloading gocloud.dev v0.41.0
2025-08-20T22:40:47.5145744Z [00:02:29.167]➜  go: downloading github.com/go-faster/city v1.0.1
2025-08-20T22:40:47.5146344Z [00:02:29.167]➜  go: downloading github.com/go-faster/errors v0.7.1
2025-08-20T22:40:47.5146761Z [00:02:29.167]➜  go: downloading github.com/segmentio/asm v1.2.0
2025-08-20T22:40:47.5407415Z [00:02:29.193]➜  go: downloading github.com/mitchellh/mapstructure v1.5.0
2025-08-20T22:40:47.5538079Z [00:02:29.206]➜  go: downloading golang.org/x/mod v0.25.0
2025-08-20T22:40:47.5546427Z [00:02:29.207]➜  go: downloading github.com/puzpuzpuz/xsync/v3 v3.5.1
2025-08-20T22:40:47.5638389Z [00:02:29.216]➜  go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
2025-08-20T22:40:47.5801058Z [00:02:29.232]➜  go: downloading modernc.org/sqlite v1.37.1
2025-08-20T22:40:47.5852282Z [00:02:29.238]➜  go: downloading github.com/cockroachdb/apd/v3 v3.2.1
2025-08-20T22:40:47.5928332Z [00:02:29.245]➜  go: downloading atomicgo.dev/cursor v0.2.0
2025-08-20T22:40:47.6243448Z [00:02:29.277]➜  go: downloading atomicgo.dev/keyboard v0.2.9
2025-08-20T22:40:47.6646714Z [00:02:29.317]➜  go: downloading atomicgo.dev/schedule v0.1.0
2025-08-20T22:40:47.6648143Z [00:02:29.317]➜  go: downloading github.com/gookit/color v1.5.4
2025-08-20T22:40:47.6980274Z [00:02:29.350]➜  go: downloading github.com/lithammer/fuzzysearch v1.1.8
2025-08-20T22:40:47.6991429Z [00:02:29.352]➜  go: downloading github.com/MarvinJWendt/testza v0.5.2
2025-08-20T22:40:47.7436614Z [00:02:29.396]➜  go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
2025-08-20T22:40:47.7906345Z [00:02:29.443]➜  go: downloading github.com/hashicorp/go-hclog v1.6.3
2025-08-20T22:40:47.7915689Z [00:02:29.444]➜  go: downloading github.com/gorilla/websocket v1.5.3
2025-08-20T22:40:47.8641167Z [00:02:29.516]➜  go: downloading github.com/viant/xunsafe v0.8.0
2025-08-20T22:40:47.9016802Z [00:02:29.554]➜  go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
2025-08-20T22:40:47.9029151Z [00:02:29.555]➜  go: downloading github.com/jcmturner/gofork v1.7.6
2025-08-20T22:40:47.9502577Z [00:02:29.602]➜  go: downloading github.com/hashicorp/go-uuid v1.0.3
2025-08-20T22:40:47.9503683Z [00:02:29.603]➜  go: downloading github.com/jcmturner/goidentity/v6 v6.0.1
2025-08-20T22:40:47.9943347Z [00:02:29.647]➜  go: downloading github.com/gorilla/sessions v1.2.1
2025-08-20T22:40:47.9943877Z [00:02:29.647]➜  go: downloading github.com/jpillora/backoff v1.0.0
2025-08-20T22:40:48.0917785Z [00:02:29.744]➜  go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.0.0
2025-08-20T22:40:48.0943872Z [00:02:29.747]➜  go: downloading github.com/compose-spec/compose-go/v2 v2.6.0
2025-08-20T22:40:48.3091099Z [00:02:29.961]➜  go: downloading github.com/docker/cli v28.0.4+incompatible
2025-08-20T22:40:48.3479729Z [00:02:30.000]➜  go: downloading github.com/docker/compose/v2 v2.35.0
2025-08-20T22:40:48.6520201Z [00:02:30.304]➜  go: downloading github.com/docker/docker v28.0.4+incompatible
2025-08-20T22:40:49.2026964Z [00:02:30.855]➜  go: downloading github.com/cenkalti/backoff/v4 v4.3.0
2025-08-20T22:40:49.2027502Z [00:02:30.855]➜  go: downloading github.com/Microsoft/go-winio v0.6.2
2025-08-20T22:40:49.2027912Z [00:02:30.855]➜  go: downloading github.com/docker/go-units v0.5.0
2025-08-20T22:40:49.2543559Z [00:02:30.906]➜  go: downloading github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
2025-08-20T22:40:49.2583182Z [00:02:30.911]➜  go: downloading github.com/danieljoos/wincred v1.1.2
2025-08-20T22:40:49.2968332Z [00:02:30.949]➜  go: downloading github.com/dvsekhvalnov/jose2go v1.6.0
2025-08-20T22:40:49.2977285Z [00:02:30.950]➜  go: downloading github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2
2025-08-20T22:40:49.3538417Z [00:02:31.006]➜  go: downloading github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c
2025-08-20T22:40:49.3549569Z [00:02:31.007]➜  go: downloading github.com/mtibben/percent v0.2.1
2025-08-20T22:40:49.3855584Z [00:02:31.038]➜  go: downloading github.com/montanaflynn/stats v0.7.0
2025-08-20T22:40:49.3966210Z [00:02:31.049]➜  go: downloading github.com/jackc/pgpassfile v1.0.0
2025-08-20T22:40:49.3967555Z [00:02:31.049]➜  go: downloading github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9
2025-08-20T22:40:49.4563448Z [00:02:31.107]➜  go: downloading github.com/ebitengine/purego v0.8.2
2025-08-20T22:40:49.4571627Z [00:02:31.110]➜  go: downloading github.com/kr/text v0.2.0
2025-08-20T22:40:49.4590394Z [00:02:31.111]➜  go: downloading github.com/rogpeppe/go-internal v1.14.1
2025-08-20T22:40:49.6008293Z [00:02:31.253]➜  go: downloading github.com/keybase/go-keychain v0.0.1
2025-08-20T22:40:49.6022235Z [00:02:31.255]➜  go: downloading cloud.google.com/go/logging v1.13.0
2025-08-20T22:40:49.6438120Z [00:02:31.296]➜  go: downloading cloud.google.com/go/trace v1.11.6
2025-08-20T22:40:49.6924240Z [00:02:31.345]➜  go: downloading go.opentelemetry.io/auto/sdk v1.1.0
2025-08-20T22:40:49.8513877Z [00:02:31.504]➜  go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
2025-08-20T22:40:49.9511941Z [00:02:31.603]➜  go: downloading github.com/felixge/httpsnoop v1.0.4
2025-08-20T22:40:49.9561036Z [00:02:31.608]➜  go: downloading github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f
2025-08-20T22:40:49.9919536Z [00:02:31.644]➜  go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
2025-08-20T22:40:49.9928203Z [00:02:31.645]➜  go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
2025-08-20T22:40:50.0686184Z [00:02:31.721]➜  go: downloading github.com/envoyproxy/go-control-plane v0.13.4
2025-08-20T22:40:50.1503489Z [00:02:31.802]➜  go: downloading github.com/golang/protobuf v1.5.4
2025-08-20T22:40:50.1504473Z [00:02:31.803]➜  go: downloading github.com/google/martian/v3 v3.3.3
2025-08-20T22:40:50.3554147Z [00:02:32.008]➜  go: downloading github.com/google/martian v2.1.0+incompatible
2025-08-20T22:40:50.4420396Z [00:02:32.094]➜  go: downloading github.com/zeebo/assert v1.3.0
2025-08-20T22:40:50.4421141Z [00:02:32.094]➜  go: downloading github.com/go-openapi/errors v0.21.0
2025-08-20T22:40:50.4422087Z [00:02:32.094]➜  go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
2025-08-20T22:40:50.4422734Z [00:02:32.094]➜  go: downloading github.com/oklog/ulid v1.3.1
2025-08-20T22:40:50.4700457Z [00:02:32.122]➜  go: downloading github.com/valyala/bytebufferpool v1.0.0
2025-08-20T22:40:50.4741779Z [00:02:32.127]➜  go: downloading go.opencensus.io v0.24.0
2025-08-20T22:40:50.4966081Z [00:02:32.149]➜  go: downloading github.com/google/wire v0.6.0
2025-08-20T22:40:50.5746425Z [00:02:32.227]➜  go: downloading github.com/Azure/go-autorest/autorest/to v0.4.1
2025-08-20T22:40:50.5748325Z [00:02:32.227]➜  go: downloading github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc
2025-08-20T22:40:50.5756885Z [00:02:32.227]➜  go: downloading github.com/creasty/defaults v1.8.0
2025-08-20T22:40:50.5845784Z [00:02:32.237]➜  go: downloading github.com/goccy/go-yaml v1.16.0
2025-08-20T22:40:50.6558985Z [00:02:32.308]➜  go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
2025-08-20T22:40:50.6559587Z [00:02:32.308]➜  go: downloading github.com/substrait-io/substrait v0.69.0
2025-08-20T22:40:50.6561112Z [00:02:32.308]➜  go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
2025-08-20T22:40:50.6814923Z [00:02:32.334]➜  go: downloading github.com/antlr4-go/antlr/v4 v4.13.1
2025-08-20T22:40:50.6815534Z [00:02:32.334]➜  go: downloading github.com/coreos/go-oidc/v3 v3.5.0
2025-08-20T22:40:50.7124702Z [00:02:32.365]➜  go: downloading github.com/apache/arrow/go/v18 v18.0.0-20241007013041-ab95a4d25142
2025-08-20T22:40:51.0722726Z [00:02:32.725]➜  go: downloading github.com/containerd/console v1.0.5
2025-08-20T22:40:51.2018472Z [00:02:32.854]➜  go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
2025-08-20T22:40:51.2019522Z [00:02:32.854]➜  go: downloading github.com/dnephin/pflag v1.0.7
2025-08-20T22:40:51.2020772Z [00:02:32.854]➜  go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2025-08-20T22:40:51.2054375Z [00:02:32.858]➜  go: downloading gotest.tools/v3 v3.3.0
2025-08-20T22:40:51.3595798Z [00:02:33.012]➜  go: downloading atomicgo.dev/assert v0.0.2
2025-08-20T22:40:51.3596348Z [00:02:33.012]➜  go: downloading github.com/exasol/error-reporting-go v0.2.0
2025-08-20T22:40:51.3596774Z [00:02:33.012]➜  go: downloading github.com/beorn7/perks v1.0.1
2025-08-20T22:40:51.3598208Z [00:02:33.012]➜  go: downloading github.com/prometheus/procfs v0.15.1
2025-08-20T22:40:51.6942459Z [00:02:33.347]➜  go: downloading github.com/gorilla/securecookie v1.1.1
2025-08-20T22:40:51.6947539Z [00:02:33.347]➜  go: downloading github.com/distribution/reference v0.6.0
2025-08-20T22:40:51.7131311Z [00:02:33.365]➜  go: downloading github.com/docker/go-connections v0.5.0
2025-08-20T22:40:51.7193967Z [00:02:33.372]➜  go: downloading github.com/go-viper/mapstructure/v2 v2.0.0
2025-08-20T22:40:51.7491614Z [00:02:33.401]➜  go: downloading github.com/mattn/go-shellwords v1.0.12
2025-08-20T22:40:51.7596590Z [00:02:33.412]➜  go: downloading github.com/opencontainers/go-digest v1.0.0
2025-08-20T22:40:51.7601566Z [00:02:33.413]➜  go: downloading github.com/xhit/go-str2duration/v2 v2.1.0
2025-08-20T22:40:51.7947477Z [00:02:33.447]➜  go: downloading github.com/docker/buildx v0.22.0
2025-08-20T22:40:51.8233196Z [00:02:33.476]➜  go: downloading github.com/hashicorp/go-version v1.7.0
2025-08-20T22:40:51.8233729Z [00:02:33.476]➜  go: downloading github.com/opencontainers/image-spec v1.1.1
2025-08-20T22:40:51.8548380Z [00:02:33.507]➜  go: downloading github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e
2025-08-20T22:40:51.9525921Z [00:02:33.605]➜  go: downloading github.com/containerd/platforms v1.0.0-rc.1
2025-08-20T22:40:51.9531044Z [00:02:33.605]➜  go: downloading github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
2025-08-20T22:40:51.9534598Z [00:02:33.606]➜  go: downloading github.com/moby/buildkit v0.20.1
2025-08-20T22:40:51.9535190Z [00:02:33.606]➜  go: downloading github.com/jonboulle/clockwork v0.5.0
2025-08-20T22:40:52.1640154Z [00:02:33.816]➜  go: downloading github.com/moby/term v0.5.2
2025-08-20T22:40:52.1640622Z [00:02:33.816]➜  go: downloading github.com/spf13/cobra v1.9.1
2025-08-20T22:40:52.1641335Z [00:02:33.816]➜  go: downloading github.com/moby/sys/atomicwriter v0.1.0
2025-08-20T22:40:52.1641819Z [00:02:33.816]➜  go: downloading tags.cncf.io/container-device-interface v1.0.1
2025-08-20T22:40:52.2124363Z [00:02:33.865]➜  go: downloading github.com/moby/sys/sequential v0.6.0
2025-08-20T22:40:52.2135563Z [00:02:33.866]➜  go: downloading github.com/morikuni/aec v1.0.0
2025-08-20T22:40:52.2179306Z [00:02:33.870]➜  go: downloading github.com/spf13/pflag v1.0.6
2025-08-20T22:40:52.2237334Z [00:02:33.876]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.31.0
2025-08-20T22:40:52.2554836Z [00:02:33.908]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.31.0
2025-08-20T22:40:52.2569623Z [00:02:33.909]➜  go: downloading github.com/moby/docker-image-spec v1.3.1
2025-08-20T22:40:52.2685849Z [00:02:33.921]➜  go: downloading dario.cat/mergo v1.0.1
2025-08-20T22:40:52.2705017Z [00:02:33.923]➜  go: downloading github.com/cpuguy83/dockercfg v0.3.2
2025-08-20T22:40:52.2789286Z [00:02:33.931]➜  go: downloading github.com/moby/patternmatcher v0.6.0
2025-08-20T22:40:52.2873939Z [00:02:33.940]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
2025-08-20T22:40:52.3167502Z [00:02:33.969]➜  go: downloading github.com/opencontainers/runc v1.1.13
2025-08-20T22:40:52.3178557Z [00:02:33.970]➜  go: downloading github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5
2025-08-20T22:40:52.3214064Z [00:02:33.974]➜  go: downloading github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c
2025-08-20T22:40:52.3409778Z [00:02:33.993]➜  go: downloading github.com/xdg-go/scram v1.1.2
2025-08-20T22:40:52.3483367Z [00:02:34.001]➜  go: downloading github.com/xdg-go/stringprep v1.0.4
2025-08-20T22:40:52.3615879Z [00:02:34.014]➜  go: downloading github.com/jackc/puddle/v2 v2.2.2
2025-08-20T22:40:52.3657467Z [00:02:34.018]➜  go: downloading modernc.org/libc v1.65.10
2025-08-20T22:40:52.3860426Z [00:02:34.038]➜  go: downloading github.com/spiffe/go-spiffe/v2 v2.5.0
2025-08-20T22:40:52.4199278Z [00:02:34.072]➜  go: downloading github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
2025-08-20T22:40:52.4277657Z [00:02:34.080]➜  go: downloading github.com/google/go-replayers/grpcreplay v1.3.0
2025-08-20T22:40:52.4697607Z [00:02:34.122]➜  go: downloading github.com/google/go-replayers/httpreplay v1.2.0
2025-08-20T22:40:52.5161856Z [00:02:34.168]➜  go: downloading github.com/go-jose/go-jose/v3 v3.0.4
2025-08-20T22:40:52.5163075Z [00:02:34.169]➜  go: downloading github.com/fsnotify/fsnotify v1.8.0
2025-08-20T22:40:52.5483459Z [00:02:34.201]➜  go: downloading github.com/sergi/go-diff v1.2.0
2025-08-20T22:40:52.5532958Z [00:02:34.206]➜  go: downloading github.com/exasol/exasol-test-setup-abstraction-server/go-client v0.3.11
2025-08-20T22:40:52.6187058Z [00:02:34.271]➜  go: downloading github.com/jcmturner/aescts/v2 v2.0.0
2025-08-20T22:40:52.6257404Z [00:02:34.278]➜  go: downloading github.com/jcmturner/rpc/v2 v2.0.3
2025-08-20T22:40:52.6505064Z [00:02:34.303]➜  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
2025-08-20T22:40:52.6511759Z [00:02:34.303]➜  go: downloading github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
2025-08-20T22:40:52.6723518Z [00:02:34.325]➜  go: downloading github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4
2025-08-20T22:40:52.6946537Z [00:02:34.347]➜  go: downloading github.com/Masterminds/semver/v3 v3.2.1
2025-08-20T22:40:52.7182565Z [00:02:34.371]➜  go: downloading github.com/containerd/containerd/v2 v2.0.5
2025-08-20T22:40:52.9902995Z [00:02:34.641]➜  go: downloading github.com/containerd/errdefs v1.0.0
2025-08-20T22:40:52.9920465Z [00:02:34.644]➜  go: downloading github.com/containerd/log v0.1.0
2025-08-20T22:40:53.0363585Z [00:02:34.689]➜  go: downloading k8s.io/api v0.31.2
2025-08-20T22:40:53.0364709Z [00:02:34.689]➜  go: downloading github.com/in-toto/in-toto-golang v0.5.0
2025-08-20T22:40:54.0249119Z [00:02:35.677]➜  go: downloading k8s.io/apimachinery v0.31.2
2025-08-20T22:40:54.1620516Z [00:02:35.814]➜  go: downloading k8s.io/client-go v0.31.2
2025-08-20T22:40:54.5418103Z [00:02:36.194]➜  go: downloading github.com/zclconf/go-cty v1.16.0
2025-08-20T22:40:54.5421685Z [00:02:36.195]➜  go: downloading github.com/pelletier/go-toml v1.9.5
2025-08-20T22:40:54.6463138Z [00:02:36.299]➜  go: downloading github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a
2025-08-20T22:40:54.6463691Z [00:02:36.299]➜  go: downloading github.com/fvbommel/sortorder v1.1.0
2025-08-20T22:40:54.6464134Z [00:02:36.299]➜  go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
2025-08-20T22:40:54.6464569Z [00:02:36.299]➜  go: downloading github.com/moby/sys/capability v0.4.0
2025-08-20T22:40:54.8139985Z [00:02:36.466]➜  go: downloading github.com/moby/sys/signal v0.7.1
2025-08-20T22:40:54.8617332Z [00:02:36.514]➜  go: downloading github.com/r3labs/sse v0.0.0-20210224172625-26fe804710bc
2025-08-20T22:40:54.9004545Z [00:02:36.552]➜  go: downloading github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
2025-08-20T22:40:54.9005102Z [00:02:36.552]➜  go: downloading github.com/buger/goterm v1.0.4
2025-08-20T22:40:54.9447188Z [00:02:36.597]➜  go: downloading github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2025-08-20T22:40:54.9922630Z [00:02:36.644]➜  go: downloading github.com/AlecAivazis/survey/v2 v2.3.7
2025-08-20T22:40:54.9923943Z [00:02:36.644]➜  go: downloading go.uber.org/mock v0.5.0
2025-08-20T22:40:54.9930497Z [00:02:36.645]➜  go: downloading github.com/fsnotify/fsevents v0.2.0
2025-08-20T22:40:54.9934752Z [00:02:36.646]➜  go: downloading github.com/tilt-dev/fsnotify v1.4.8-0.20220602155310-fff9c274a375
2025-08-20T22:40:55.5149261Z [00:02:37.167]➜  go: downloading github.com/moby/sys/user v0.3.0
2025-08-20T22:40:55.5276893Z [00:02:37.180]➜  go: downloading github.com/moby/sys/userns v0.1.0
2025-08-20T22:40:55.5306515Z [00:02:37.183]➜  go: downloading github.com/docker/distribution v2.8.3+incompatible
2025-08-20T22:40:55.6259179Z [00:02:37.278]➜  go: downloading github.com/containerd/containerd/api v1.8.0
2025-08-20T22:40:55.6259811Z [00:02:37.278]➜  go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
2025-08-20T22:40:55.6260379Z [00:02:37.278]➜  go: downloading github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab
2025-08-20T22:40:55.6260874Z [00:02:37.278]➜  go: downloading github.com/gofrs/flock v0.12.1
2025-08-20T22:40:55.6700109Z [00:02:37.322]➜  go: downloading github.com/docker/docker-credential-helpers v0.8.2
2025-08-20T22:40:55.6762565Z [00:02:37.329]➜  go: downloading github.com/inconshreveable/mousetrap v1.1.0
2025-08-20T22:40:55.7069464Z [00:02:37.359]➜  go: downloading go.opentelemetry.io/proto/otlp v1.3.1
2025-08-20T22:40:55.7527547Z [00:02:37.405]➜  go: downloading github.com/magiconair/properties v1.8.10
2025-08-20T22:40:55.7528545Z [00:02:37.405]➜  go: downloading github.com/containerd/continuity v0.4.5
2025-08-20T22:40:55.8477964Z [00:02:37.500]➜  go: downloading github.com/xdg-go/pbkdf2 v1.0.0
2025-08-20T22:40:55.8478413Z [00:02:37.500]➜  go: downloading cel.dev/expr v0.22.1
2025-08-20T22:40:55.8478791Z [00:02:37.500]➜  go: downloading github.com/go-jose/go-jose/v4 v4.0.5
2025-08-20T22:40:55.8479176Z [00:02:37.500]➜  go: downloading github.com/zeebo/errs v1.4.0
2025-08-20T22:40:55.8968629Z [00:02:37.549]➜  go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
2025-08-20T22:40:55.8969850Z [00:02:37.549]➜  go: downloading github.com/xeipuuv/gojsonschema v1.2.0
2025-08-20T22:40:55.9034896Z [00:02:37.556]➜  go: downloading github.com/gogo/protobuf v1.3.2
2025-08-20T22:40:55.9059677Z [00:02:37.558]➜  go: downloading gopkg.in/ini.v1 v1.67.0
2025-08-20T22:40:55.9299996Z [00:02:37.582]➜  go: downloading github.com/containerd/typeurl/v2 v2.2.3
2025-08-20T22:40:55.9915027Z [00:02:37.643]➜  go: downloading github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
2025-08-20T22:40:55.9917299Z [00:02:37.644]➜  go: downloading github.com/moby/locker v1.0.1
2025-08-20T22:40:56.0327912Z [00:02:37.685]➜  go: downloading github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
2025-08-20T22:40:56.1003146Z [00:02:37.752]➜  go: downloading github.com/secure-systems-lab/go-securesystemslib v0.4.0
2025-08-20T22:40:56.1168594Z [00:02:37.769]➜  go: downloading github.com/shibumi/go-pathspec v1.3.0
2025-08-20T22:40:56.1354898Z [00:02:37.788]➜  go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.56.0
2025-08-20T22:40:56.1952935Z [00:02:37.848]➜  go: downloading github.com/google/gofuzz v1.2.0
2025-08-20T22:40:56.1953455Z [00:02:37.848]➜  go: downloading k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
2025-08-20T22:40:56.1953902Z [00:02:37.848]➜  go: downloading github.com/ncruces/go-strftime v0.1.9
2025-08-20T22:40:56.2606477Z [00:02:37.913]➜  go: downloading modernc.org/mathutil v1.7.1
2025-08-20T22:40:56.2612535Z [00:02:37.914]➜  go: downloading modernc.org/memory v1.11.0
2025-08-20T22:40:56.2876666Z [00:02:37.940]➜  go: downloading github.com/containerd/errdefs/pkg v0.3.0
2025-08-20T22:40:56.2901457Z [00:02:37.943]➜  go: downloading github.com/containerd/ttrpc v1.2.7
2025-08-20T22:40:56.3595494Z [00:02:38.012]➜  go: downloading k8s.io/klog/v2 v2.130.1
2025-08-20T22:40:56.3611105Z [00:02:38.013]➜  go: downloading github.com/moby/sys/mountinfo v0.7.2
2025-08-20T22:40:56.4037900Z [00:02:38.056]➜  go: downloading github.com/moby/sys/symlink v0.3.0
2025-08-20T22:40:56.4038439Z [00:02:38.056]➜  go: downloading github.com/docker/cli-docs-tool v0.9.0
2025-08-20T22:40:56.4496850Z [00:02:38.102]➜  go: downloading github.com/theupdateframework/notary v0.7.0
2025-08-20T22:40:56.5909901Z [00:02:38.243]➜  go: downloading gopkg.in/cenkalti/backoff.v1 v1.1.0
2025-08-20T22:40:56.5910923Z [00:02:38.243]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.31.0
2025-08-20T22:40:56.5912294Z [00:02:38.243]➜  go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
2025-08-20T22:40:56.5913069Z [00:02:38.243]➜  go: downloading github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205
2025-08-20T22:40:56.6912963Z [00:02:38.344]➜  go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
2025-08-20T22:40:56.6914963Z [00:02:38.344]➜  go: downloading github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
2025-08-20T22:40:56.6917353Z [00:02:38.344]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
2025-08-20T22:40:56.7916673Z [00:02:38.444]➜  go: downloading github.com/grpc-ecosystem/grpc-gateway v1.5.0
2025-08-20T22:40:56.7975480Z [00:02:38.450]➜  go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
2025-08-20T22:40:56.7981210Z [00:02:38.451]➜  go: downloading gopkg.in/inf.v0 v0.9.1
2025-08-20T22:40:56.8458652Z [00:02:38.498]➜  go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
2025-08-20T22:40:56.8909333Z [00:02:38.543]➜  go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
2025-08-20T22:40:56.8910854Z [00:02:38.543]➜  go: downloading github.com/google/gnostic-models v0.6.8
2025-08-20T22:40:56.8919604Z [00:02:38.544]➜  go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
2025-08-20T22:40:56.9444004Z [00:02:38.597]➜  go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
2025-08-20T22:40:56.9950353Z [00:02:38.647]➜  go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
2025-08-20T22:40:57.0514936Z [00:02:38.703]➜  go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
2025-08-20T22:40:57.0515736Z [00:02:38.704]➜  go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
2025-08-20T22:40:57.0981586Z [00:02:38.750]➜  go: downloading github.com/fxamacker/cbor/v2 v2.7.0
2025-08-20T22:40:57.0982770Z [00:02:38.750]➜  go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
2025-08-20T22:40:57.2541831Z [00:02:38.906]➜  go: downloading github.com/miekg/pkcs11 v1.1.1
2025-08-20T22:40:57.2542287Z [00:02:38.907]➜  go: downloading github.com/gorilla/mux v1.8.1
2025-08-20T22:40:57.2542654Z [00:02:38.907]➜  go: downloading sigs.k8s.io/yaml v1.4.0
2025-08-20T22:40:57.2543033Z [00:02:38.907]➜  go: downloading github.com/moby/spdystream v0.4.0
2025-08-20T22:40:57.7708294Z [00:02:39.423]➜  go: downloading github.com/x448/float16 v0.8.4
2025-08-20T22:40:57.7718153Z [00:02:39.424]➜  go: downloading github.com/go-openapi/swag v0.22.4
2025-08-20T22:40:57.7729228Z [00:02:39.425]➜  go: downloading github.com/go-openapi/jsonreference v0.20.2
2025-08-20T22:40:57.7780600Z [00:02:39.430]➜  go: downloading github.com/docker/go-metrics v0.0.1
2025-08-20T22:40:57.8138656Z [00:02:39.466]➜  go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
2025-08-20T22:40:57.8159299Z [00:02:39.468]➜  go: downloading github.com/emicklei/go-restful/v3 v3.11.0
2025-08-20T22:40:57.8217993Z [00:02:39.474]➜  go: downloading github.com/go-openapi/jsonpointer v0.19.6
2025-08-20T22:40:57.8303723Z [00:02:39.483]➜  go: downloading github.com/mailru/easyjson v0.7.7
2025-08-20T22:40:57.8796597Z [00:02:39.532]➜  go: downloading github.com/josharian/intern v1.0.0
2025-08-20T22:40:57.9502272Z [00:02:39.603]➜  unused github.com/AlecAivazis/survey/v2
2025-08-20T22:40:57.9502755Z [00:02:39.603]➜  unused github.com/Microsoft/go-winio
2025-08-20T22:40:57.9503427Z [00:02:39.603]➜  unused github.com/creack/pty
2025-08-20T22:40:57.9503816Z [00:02:39.603]➜  unused github.com/disintegration/imaging
2025-08-20T22:40:57.9504169Z [00:02:39.603]➜  unused github.com/distribution/reference
2025-08-20T22:40:57.9504498Z [00:02:39.603]➜  unused github.com/docker/docker
2025-08-20T22:40:57.9504827Z [00:02:39.603]➜  unused github.com/docker/go-connections
2025-08-20T22:40:57.9505155Z [00:02:39.603]➜  unused github.com/docker/go-units
2025-08-20T22:40:57.9505822Z [00:02:39.603]➜  unused github.com/domodwyer/mailyak/v3
2025-08-20T22:40:57.9506163Z [00:02:39.603]➜  unused github.com/ganigeorgiev/fexpr
2025-08-20T22:40:57.9506520Z [00:02:39.603]➜  unused github.com/go-ozzo/ozzo-validation/v4
2025-08-20T22:40:57.9506858Z [00:02:39.603]➜  unused github.com/gogo/protobuf
2025-08-20T22:40:57.9507183Z [00:02:39.603]➜  unused github.com/golang-jwt/jwt/v4
2025-08-20T22:40:57.9507511Z [00:02:39.603]➜  unused github.com/itchyny/timefmt-go
2025-08-20T22:40:57.9507863Z [00:02:39.603]➜  unused github.com/kballard/go-shellquote
2025-08-20T22:40:57.9508195Z [00:02:39.603]➜  unused github.com/labstack/echo/v5
2025-08-20T22:40:57.9508514Z [00:02:39.603]➜  unused github.com/mark3labs/mcp-go
2025-08-20T22:40:57.9508845Z [00:02:39.603]➜  unused github.com/matoous/go-nanoid/v2
2025-08-20T22:40:57.9509854Z [00:02:39.603]➜  unused github.com/moby/docker-image-spec
2025-08-20T22:40:57.9510200Z [00:02:39.603]➜  unused github.com/nalgeon/redka
2025-08-20T22:40:57.9510812Z [00:02:39.603]➜  unused github.com/nats-io/nats.go
2025-08-20T22:40:57.9511125Z [00:02:39.603]➜  unused github.com/nats-io/nkeys
2025-08-20T22:40:57.9511430Z [00:02:39.603]➜  unused github.com/nats-io/nuid
2025-08-20T22:40:57.9511749Z [00:02:39.603]➜  unused github.com/ncruces/go-strftime
2025-08-20T22:40:57.9512094Z [00:02:39.603]➜  unused github.com/opencontainers/go-digest
2025-08-20T22:40:57.9512457Z [00:02:39.603]➜  unused github.com/opencontainers/image-spec
2025-08-20T22:40:57.9512794Z [00:02:39.603]➜  unused github.com/pocketbase/dbx
2025-08-20T22:40:57.9513136Z [00:02:39.603]➜  unused github.com/remyoudompheng/bigfft
2025-08-20T22:40:57.9513462Z [00:02:39.603]➜  unused github.com/robfig/cron/v3
2025-08-20T22:40:57.9513791Z [00:02:39.603]➜  unused github.com/skratchdot/open-golang
2025-08-20T22:40:57.9514138Z [00:02:39.603]➜  unused github.com/slingdata-io/pocketbase
2025-08-20T22:40:57.9514487Z [00:02:39.603]➜  unused github.com/yosida95/uritemplate/v3
2025-08-20T22:40:57.9514813Z [00:02:39.603]➜  unused golang.org/x/image
2025-08-20T22:40:57.9515094Z [00:02:39.603]➜  unused modernc.org/libc
2025-08-20T22:40:57.9515537Z [00:02:39.603]➜  unused modernc.org/mathutil
2025-08-20T22:40:57.9515896Z [00:02:39.603]➜  unused modernc.org/memory
2025-08-20T22:40:57.9719491Z [00:02:39.603]➜  unused modernc.org/sqlite
2025-08-20T22:40:57.9719848Z [00:02:39.624]➜  + go generate ./...
2025-08-20T22:40:58.1208686Z [00:02:39.773]➜  + go build -C ./cmd/sling -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/sling
2025-08-20T22:40:58.1232641Z [00:02:39.776]➜  WORK=/tmp/go-build3998081543
2025-08-20T22:40:58.1857643Z [00:02:39.838]➜  # get https://proxy.golang.org/github.com/c-bata/go-prompt/@v/v0.2.6.info
2025-08-20T22:40:58.1870883Z [00:02:39.838]➜  # get https://proxy.golang.org/github.com/flarco/g/@v/v0.1.155.info
2025-08-20T22:40:58.3044011Z [00:02:39.957]➜  # get https://proxy.golang.org/github.com/c-bata/go-prompt/@v/v0.2.6.info: 200 OK (0.119s)
2025-08-20T22:40:58.3049472Z [00:02:39.957]➜  # get https://proxy.golang.org/github.com/getsentry/sentry-go/@v/v0.27.0.info
2025-08-20T22:40:58.3134503Z [00:02:39.966]➜  # get https://proxy.golang.org/github.com/flarco/g/@v/v0.1.155.info: 200 OK (0.128s)
2025-08-20T22:40:58.3139281Z [00:02:39.966]➜  # get https://proxy.golang.org/github.com/integrii/flaggy/@v/v1.5.2.info
2025-08-20T22:40:58.3147948Z [00:02:39.967]➜  # get https://proxy.golang.org/github.com/kardianos/osext/@v/v0.0.0-20190222173326-2bc1f35cddc0.info
2025-08-20T22:40:58.3149062Z [00:02:39.967]➜  # get https://proxy.golang.org/github.com/samber/lo/@v/v1.39.0.info
2025-08-20T22:40:58.3247440Z [00:02:39.977]➜  # get https://proxy.golang.org/github.com/getsentry/sentry-go/@v/v0.27.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.3256800Z [00:02:39.978]➜  # get https://proxy.golang.org/github.com/shirou/gopsutil/v3/@v/v3.24.4.info
2025-08-20T22:40:58.3336194Z [00:02:39.986]➜  # get https://proxy.golang.org/github.com/kardianos/osext/@v/v0.0.0-20190222173326-2bc1f35cddc0.info: 200 OK (0.019s)
2025-08-20T22:40:58.3339147Z [00:02:39.986]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info
2025-08-20T22:40:58.3343373Z [00:02:39.987]➜  # get https://proxy.golang.org/github.com/samber/lo/@v/v1.39.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.3348316Z [00:02:39.987]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.7.1.info
2025-08-20T22:40:58.3382169Z [00:02:39.991]➜  # get https://proxy.golang.org/github.com/integrii/flaggy/@v/v1.5.2.info: 200 OK (0.024s)
2025-08-20T22:40:58.3384872Z [00:02:39.991]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info
2025-08-20T22:40:58.3508695Z [00:02:40.003]➜  # get https://proxy.golang.org/github.com/shirou/gopsutil/v3/@v/v3.24.4.info: 200 OK (0.025s)
2025-08-20T22:40:58.3511871Z [00:02:40.004]➜  # get https://proxy.golang.org/github.com/pkg/term/@v/v1.2.0-beta.2.info
2025-08-20T22:40:58.3535101Z [00:02:40.006]➜  # get https://proxy.golang.org/github.com/json-iterator/go/@v/v1.1.12.info: 200 OK (0.020s)
2025-08-20T22:40:58.3557776Z [00:02:40.008]➜  # get https://proxy.golang.org/gopkg.in/gomail.v2/@v/v2.0.0-20160411212932-81ebce5c23df.info
2025-08-20T22:40:58.3558471Z [00:02:40.008]➜  # get https://proxy.golang.org/github.com/spf13/cast/@v/v1.7.1.info: 200 OK (0.021s)
2025-08-20T22:40:58.3564953Z [00:02:40.009]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info
2025-08-20T22:40:58.3580220Z [00:02:40.010]➜  # get https://proxy.golang.org/github.com/mattn/go-runewidth/@v/v0.0.16.info: 200 OK (0.020s)
2025-08-20T22:40:58.3709228Z [00:02:40.023]➜  # get https://proxy.golang.org/github.com/pkg/term/@v/v1.2.0-beta.2.info: 200 OK (0.020s)
2025-08-20T22:40:58.3717370Z [00:02:40.024]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250531010427-b6e5de432a8b.info
2025-08-20T22:40:58.3750993Z [00:02:40.027]➜  # get https://proxy.golang.org/gopkg.in/gomail.v2/@v/v2.0.0-20160411212932-81ebce5c23df.info: 200 OK (0.019s)
2025-08-20T22:40:58.3753667Z [00:02:40.028]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info
2025-08-20T22:40:58.3759638Z [00:02:40.028]➜  # get https://proxy.golang.org/golang.org/x/sys/@v/v0.33.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.3775645Z [00:02:40.030]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info
2025-08-20T22:40:58.3776961Z [00:02:40.030]➜  # get https://proxy.golang.org/cloud.google.com/go/bigquery/@v/v1.69.0.info
2025-08-20T22:40:58.3954263Z [00:02:40.048]➜  # get https://proxy.golang.org/golang.org/x/exp/@v/v0.0.0-20250531010427-b6e5de432a8b.info: 200 OK (0.023s)
2025-08-20T22:40:58.3955110Z [00:02:40.048]➜  # get https://proxy.golang.org/github.com/rivo/uniseg/@v/v0.4.7.info: 200 OK (0.020s)
2025-08-20T22:40:58.3963520Z [00:02:40.049]➜  # get https://proxy.golang.org/cloud.google.com/go/bigtable/@v/v1.37.0.info
2025-08-20T22:40:58.3964230Z [00:02:40.049]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info
2025-08-20T22:40:58.3971917Z [00:02:40.050]➜  # get https://proxy.golang.org/cloud.google.com/go/bigquery/@v/v1.69.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.3978819Z [00:02:40.050]➜  # get https://proxy.golang.org/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.3982603Z [00:02:40.051]➜  # get https://proxy.golang.org/github.com/denisbrodbeck/machineid/@v/v1.0.1.info
2025-08-20T22:40:58.3983181Z [00:02:40.051]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.121.0.info
2025-08-20T22:40:58.4159992Z [00:02:40.068]➜  # get https://proxy.golang.org/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.info: 200 OK (0.019s)
2025-08-20T22:40:58.4162816Z [00:02:40.069]➜  # get https://proxy.golang.org/cloud.google.com/go/bigtable/@v/v1.37.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.4164181Z [00:02:40.069]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info
2025-08-20T22:40:58.4176615Z [00:02:40.070]➜  # get https://proxy.golang.org/github.com/gobwas/glob/@v/v0.2.3.info
2025-08-20T22:40:58.4267245Z [00:02:40.079]➜  # get https://proxy.golang.org/github.com/denisbrodbeck/machineid/@v/v1.0.1.info: 200 OK (0.028s)
2025-08-20T22:40:58.4270513Z [00:02:40.079]➜  # get https://proxy.golang.org/github.com/jmoiron/sqlx/@v/v1.2.0.info
2025-08-20T22:40:58.4287655Z [00:02:40.081]➜  # get https://proxy.golang.org/cloud.google.com/go/@v/v0.121.0.info: 200 OK (0.031s)
2025-08-20T22:40:58.4290018Z [00:02:40.081]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info
2025-08-20T22:40:58.4361404Z [00:02:40.088]➜  # get https://proxy.golang.org/github.com/modern-go/reflect2/@v/v1.0.2.info: 200 OK (0.020s)
2025-08-20T22:40:58.4368836Z [00:02:40.089]➜  # get https://proxy.golang.org/github.com/orcaman/concurrent-map/v2/@v/v2.0.1.info
2025-08-20T22:40:58.4369518Z [00:02:40.089]➜  # get https://proxy.golang.org/github.com/gobwas/glob/@v/v0.2.3.info: 200 OK (0.019s)
2025-08-20T22:40:58.4485774Z [00:02:40.101]➜  # get https://proxy.golang.org/github.com/mattn/go-isatty/@v/v0.0.20.info: 200 OK (0.019s)
2025-08-20T22:40:58.4488783Z [00:02:40.101]➜  # get https://proxy.golang.org/github.com/rs/zerolog/@v/v1.34.0.info
2025-08-20T22:40:58.4499136Z [00:02:40.102]➜  # get https://proxy.golang.org/github.com/jmoiron/sqlx/@v/v1.2.0.info: 200 OK (0.023s)
2025-08-20T22:40:58.4504742Z [00:02:40.103]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info
2025-08-20T22:40:58.4565144Z [00:02:40.109]➜  # get https://proxy.golang.org/github.com/orcaman/concurrent-map/v2/@v/v2.0.1.info: 200 OK (0.020s)
2025-08-20T22:40:58.4572454Z [00:02:40.110]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info
2025-08-20T22:40:58.4573847Z [00:02:40.110]➜  # get https://proxy.golang.org/cloud.google.com/go/longrunning/@v/v0.6.7.info
2025-08-20T22:40:58.4682717Z [00:02:40.121]➜  # get https://proxy.golang.org/github.com/rs/zerolog/@v/v1.34.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.4689003Z [00:02:40.121]➜  # get https://proxy.golang.org/github.com/tklauser/go-sysconf/@v/v0.3.12.info
2025-08-20T22:40:58.4699479Z [00:02:40.122]➜  # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v1.5.2.info: 200 OK (0.019s)
2025-08-20T22:40:58.4703774Z [00:02:40.123]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.26.0.info
2025-08-20T22:40:58.4768214Z [00:02:40.129]➜  # get https://proxy.golang.org/github.com/dustin/go-humanize/@v/v1.0.1.info: 200 OK (0.020s)
2025-08-20T22:40:58.4770106Z [00:02:40.129]➜  # get https://proxy.golang.org/cloud.google.com/go/longrunning/@v/v0.6.7.info: 200 OK (0.020s)
2025-08-20T22:40:58.4775934Z [00:02:40.130]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250505200425-f936aa4a68b2.info
2025-08-20T22:40:58.4776719Z [00:02:40.130]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info
2025-08-20T22:40:58.4884200Z [00:02:40.141]➜  # get https://proxy.golang.org/github.com/tklauser/go-sysconf/@v/v0.3.12.info: 200 OK (0.020s)
2025-08-20T22:40:58.4898841Z [00:02:40.142]➜  # get https://proxy.golang.org/golang.org/x/text/@v/v0.26.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.4903293Z [00:02:40.143]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250528174236-200df99c418a.info
2025-08-20T22:40:58.4969500Z [00:02:40.149]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/api/@v/v0.0.0-20250505200425-f936aa4a68b2.info: 200 OK (0.019s)
2025-08-20T22:40:58.4974460Z [00:02:40.150]➜  # get https://proxy.golang.org/github.com/fatih/color/@v/v1.18.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.4977762Z [00:02:40.150]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.41.0.info
2025-08-20T22:40:58.4978610Z [00:02:40.150]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250505200425-f936aa4a68b2.info
2025-08-20T22:40:58.5104551Z [00:02:40.163]➜  # get https://proxy.golang.org/google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20250528174236-200df99c418a.info: 200 OK (0.020s)
2025-08-20T22:40:58.5174828Z [00:02:40.170]➜  # get https://proxy.golang.org/google.golang.org/genproto/@v/v0.0.0-20250505200425-f936aa4a68b2.info: 200 OK (0.019s)
2025-08-20T22:40:58.5176806Z [00:02:40.170]➜  # get https://proxy.golang.org/golang.org/x/net/@v/v0.41.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.5179007Z [00:02:40.170]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.72.2.info
2025-08-20T22:40:58.5180121Z [00:02:40.170]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.6.info
2025-08-20T22:40:58.5375938Z [00:02:40.190]➜  # get https://proxy.golang.org/google.golang.org/grpc/@v/v1.72.2.info: 200 OK (0.020s)
2025-08-20T22:40:58.5382185Z [00:02:40.190]➜  # get https://proxy.golang.org/google.golang.org/protobuf/@v/v1.36.6.info: 200 OK (0.020s)
2025-08-20T22:40:58.5383094Z [00:02:40.191]➜  # get https://proxy.golang.org/github.com/tklauser/numcpus/@v/v0.6.1.info
2025-08-20T22:40:58.5384443Z [00:02:40.191]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.2.info
2025-08-20T22:40:58.5385205Z [00:02:40.191]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info
2025-08-20T22:40:58.5387338Z [00:02:40.191]➜  # get https://proxy.golang.org/github.com/nqd/flat/@v/v0.1.1.info
2025-08-20T22:40:58.5577387Z [00:02:40.210]➜  # get https://proxy.golang.org/github.com/tklauser/numcpus/@v/v0.6.1.info: 200 OK (0.020s)
2025-08-20T22:40:58.5587062Z [00:02:40.211]➜  # get https://proxy.golang.org/github.com/mattn/go-colorable/@v/v0.1.14.info: 200 OK (0.020s)
2025-08-20T22:40:58.5592281Z [00:02:40.211]➜  # get https://proxy.golang.org/github.com/jedib0t/go-pretty/@v/v4.3.0+incompatible.info
2025-08-20T22:40:58.5593046Z [00:02:40.212]➜  # get https://proxy.golang.org/github.com/googleapis/gax-go/v2/@v/v2.14.2.info: 200 OK (0.021s)
2025-08-20T22:40:58.5598889Z [00:02:40.212]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.53.0.info
2025-08-20T22:40:58.5599485Z [00:02:40.212]➜  # get https://proxy.golang.org/gorm.io/gorm/@v/v1.25.11.info
2025-08-20T22:40:58.5622564Z [00:02:40.215]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.39.0.info
2025-08-20T22:40:58.5703180Z [00:02:40.223]➜  # get https://proxy.golang.org/github.com/nqd/flat/@v/v0.1.1.info: 200 OK (0.031s)
2025-08-20T22:40:58.5714507Z [00:02:40.224]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.236.0.info
2025-08-20T22:40:58.5792495Z [00:02:40.232]➜  # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.53.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.5795236Z [00:02:40.232]➜  # get https://proxy.golang.org/gorm.io/gorm/@v/v1.25.11.info: 200 OK (0.020s)
2025-08-20T22:40:58.5798559Z [00:02:40.232]➜  # get https://proxy.golang.org/github.com/imdario/mergo/@v/v0.3.16.info
2025-08-20T22:40:58.5800564Z [00:02:40.232]➜  # get https://proxy.golang.org/github.com/segmentio/ksuid/@v/v1.0.4.info
2025-08-20T22:40:58.5817997Z [00:02:40.234]➜  # get https://proxy.golang.org/golang.org/x/crypto/@v/v0.39.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.5840124Z [00:02:40.236]➜  # get https://proxy.golang.org/github.com/jedib0t/go-pretty/@v/v4.3.0+incompatible.info: 200 OK (0.025s)
2025-08-20T22:40:58.5843275Z [00:02:40.237]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info
2025-08-20T22:40:58.5848867Z [00:02:40.237]➜  # get https://proxy.golang.org/github.com/go-openapi/strfmt/@v/v0.22.0.info
2025-08-20T22:40:58.5946896Z [00:02:40.247]➜  # get https://proxy.golang.org/google.golang.org/api/@v/v0.236.0.info: 200 OK (0.023s)
2025-08-20T22:40:58.5957169Z [00:02:40.248]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.5.info
2025-08-20T22:40:58.5994720Z [00:02:40.252]➜  # get https://proxy.golang.org/github.com/imdario/mergo/@v/v0.3.16.info: 200 OK (0.020s)
2025-08-20T22:40:58.6000791Z [00:02:40.252]➜  # get https://proxy.golang.org/github.com/segmentio/ksuid/@v/v1.0.4.info: 200 OK (0.020s)
2025-08-20T22:40:58.6002735Z [00:02:40.253]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.10.1.info
2025-08-20T22:40:58.6003817Z [00:02:40.253]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.1.info
2025-08-20T22:40:58.6038596Z [00:02:40.256]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azcore/@v/v1.18.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.6042124Z [00:02:40.257]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info
2025-08-20T22:40:58.6156290Z [00:02:40.268]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.36.5.info: 200 OK (0.020s)
2025-08-20T22:40:58.6167093Z [00:02:40.269]➜  # get https://proxy.golang.org/github.com/go-openapi/strfmt/@v/v0.22.0.info: 200 OK (0.032s)
2025-08-20T22:40:58.6170143Z [00:02:40.269]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info
2025-08-20T22:40:58.6199075Z [00:02:40.272]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/azidentity/@v/v1.10.1.info: 200 OK (0.020s)
2025-08-20T22:40:58.6200944Z [00:02:40.273]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info
2025-08-20T22:40:58.6207191Z [00:02:40.273]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/@v/v0.16.1.info: 200 OK (0.020s)
2025-08-20T22:40:58.6207839Z [00:02:40.273]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bloom/v3/@v/v3.7.0.info
2025-08-20T22:40:58.6208507Z [00:02:40.273]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/data/aztables/@v/v1.4.0.info
2025-08-20T22:40:58.6237345Z [00:02:40.276]➜  # get https://proxy.golang.org/cloud.google.com/go/monitoring/@v/v1.24.2.info: 200 OK (0.020s)
2025-08-20T22:40:58.6242724Z [00:02:40.277]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.35.0.info
2025-08-20T22:40:58.6367950Z [00:02:40.289]➜  # get https://proxy.golang.org/github.com/asaskevich/govalidator/@v/v0.0.0-20230301143203-a9d515a09cc2.info: 200 OK (0.020s)
2025-08-20T22:40:58.6395537Z [00:02:40.292]➜  # get https://proxy.golang.org/github.com/go-openapi/errors/@v/v0.21.0.info
2025-08-20T22:40:58.6396325Z [00:02:40.292]➜  # get https://proxy.golang.org/cloud.google.com/go/compute/metadata/@v/v0.7.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.6403657Z [00:02:40.293]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bloom/v3/@v/v3.7.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.6404268Z [00:02:40.293]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info
2025-08-20T22:40:58.6409428Z [00:02:40.293]➜  # get https://proxy.golang.org/github.com/%21click%21house/clickhouse-go/v2/@v/v2.34.0.info
2025-08-20T22:40:58.6438982Z [00:02:40.296]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/@v/v1.35.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.6540638Z [00:02:40.306]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/data/aztables/@v/v1.4.0.info: 200 OK (0.033s)
2025-08-20T22:40:58.6548767Z [00:02:40.307]➜  # get https://proxy.golang.org/github.com/shirou/gopsutil/v4/@v/v4.25.1.info
2025-08-20T22:40:58.6569473Z [00:02:40.309]➜  # get https://proxy.golang.org/github.com/go-openapi/errors/@v/v0.21.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.6572694Z [00:02:40.310]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info
2025-08-20T22:40:58.6598321Z [00:02:40.312]➜  # get https://proxy.golang.org/golang.org/x/oauth2/@v/v0.30.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.6602392Z [00:02:40.313]➜  # get https://proxy.golang.org/github.com/maja42/goval/@v/v1.4.0.info
2025-08-20T22:40:58.6697627Z [00:02:40.322]➜  # get https://proxy.golang.org/github.com/%21click%21house/clickhouse-go/v2/@v/v2.34.0.info: 200 OK (0.029s)
2025-08-20T22:40:58.6700997Z [00:02:40.322]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info
2025-08-20T22:40:58.6747098Z [00:02:40.327]➜  # get https://proxy.golang.org/github.com/shirou/gopsutil/v4/@v/v4.25.1.info: 200 OK (0.019s)
2025-08-20T22:40:58.6751778Z [00:02:40.328]➜  # get https://proxy.golang.org/github.com/apache/arrow-go/v18/@v/v18.3.0.info
2025-08-20T22:40:58.6754448Z [00:02:40.328]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.35.0.info
2025-08-20T22:40:58.6766296Z [00:02:40.329]➜  # get https://proxy.golang.org/github.com/google/uuid/@v/v1.6.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.6769844Z [00:02:40.329]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info
2025-08-20T22:40:58.6897693Z [00:02:40.342]➜  # get https://proxy.golang.org/github.com/go-logr/logr/@v/v1.4.2.info: 200 OK (0.020s)
2025-08-20T22:40:58.6898611Z [00:02:40.342]➜  # get https://proxy.golang.org/github.com/maja42/goval/@v/v1.4.0.info: 200 OK (0.030s)
2025-08-20T22:40:58.6905139Z [00:02:40.343]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info
2025-08-20T22:40:58.6906019Z [00:02:40.343]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info
2025-08-20T22:40:58.6945665Z [00:02:40.347]➜  # get https://proxy.golang.org/github.com/apache/arrow-go/v18/@v/v18.3.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.6949277Z [00:02:40.347]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/trace/@v/v1.35.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.6950573Z [00:02:40.347]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.35.0.info
2025-08-20T22:40:58.6963326Z [00:02:40.349]➜  # get https://proxy.golang.org/github.com/mitchellh/mapstructure/@v/v1.5.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.6965860Z [00:02:40.349]➜  # get https://proxy.golang.org/github.com/oklog/ulid/@v/v1.3.1.info
2025-08-20T22:40:58.7100152Z [00:02:40.362]➜  # get https://proxy.golang.org/cloud.google.com/go/auth/oauth2adapt/@v/v0.2.8.info: 200 OK (0.019s)
2025-08-20T22:40:58.7103468Z [00:02:40.363]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/storage/azblob/@v/v1.6.1.info: 200 OK (0.019s)
2025-08-20T22:40:58.7104188Z [00:02:40.363]➜  # get https://proxy.golang.org/github.com/jinzhu/now/@v/v1.1.5.info
2025-08-20T22:40:58.7110433Z [00:02:40.363]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bitset/@v/v1.10.0.info
2025-08-20T22:40:58.7115952Z [00:02:40.364]➜  # get https://proxy.golang.org/github.com/flarco/iceberg-go/@v/v0.0.0-20250705121323-8242bf566290.info
2025-08-20T22:40:58.7145105Z [00:02:40.367]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/metric/@v/v1.35.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.7160590Z [00:02:40.368]➜  # get https://proxy.golang.org/github.com/oklog/ulid/@v/v1.3.1.info: 200 OK (0.019s)
2025-08-20T22:40:58.7163702Z [00:02:40.369]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.14.0.info
2025-08-20T22:40:58.7297998Z [00:02:40.382]➜  # get https://proxy.golang.org/github.com/jinzhu/now/@v/v1.1.5.info: 200 OK (0.019s)
2025-08-20T22:40:58.7304157Z [00:02:40.383]➜  # get https://proxy.golang.org/github.com/bits-and-blooms/bitset/@v/v1.10.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.7307932Z [00:02:40.383]➜  # get https://proxy.golang.org/github.com/apache/arrow/go/v15/@v/v15.0.2.info
2025-08-20T22:40:58.7360119Z [00:02:40.388]➜  # get https://proxy.golang.org/go.mongodb.org/mongo-driver/@v/v1.14.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.7376774Z [00:02:40.390]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.10.0.info
2025-08-20T22:40:58.7401830Z [00:02:40.393]➜  # get https://proxy.golang.org/github.com/flarco/iceberg-go/@v/v0.0.0-20250705121323-8242bf566290.info: 200 OK (0.029s)
2025-08-20T22:40:58.7405054Z [00:02:40.393]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info
2025-08-20T22:40:58.7503640Z [00:02:40.403]➜  # get https://proxy.golang.org/github.com/apache/arrow/go/v15/@v/v15.0.2.info: 200 OK (0.019s)
2025-08-20T22:40:58.7509000Z [00:02:40.403]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.60.0.info
2025-08-20T22:40:58.7509774Z [00:02:40.403]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.35.0.info
2025-08-20T22:40:58.7571322Z [00:02:40.409]➜  # get https://proxy.golang.org/github.com/stretchr/testify/@v/v1.10.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.7574180Z [00:02:40.410]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.2-0.20180830191138-d8f796af33cc.info
2025-08-20T22:40:58.7576202Z [00:02:40.410]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.6.0.info
2025-08-20T22:40:58.7603245Z [00:02:40.413]➜  # get https://proxy.golang.org/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.020s)
2025-08-20T22:40:58.7610543Z [00:02:40.413]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info
2025-08-20T22:40:58.7704318Z [00:02:40.423]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/@v/v0.60.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.7708146Z [00:02:40.423]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/metric/@v/v1.35.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.7708921Z [00:02:40.423]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info
2025-08-20T22:40:58.7770099Z [00:02:40.429]➜  # get https://proxy.golang.org/github.com/davecgh/go-spew/@v/v1.1.2-0.20180830191138-d8f796af33cc.info: 200 OK (0.019s)
2025-08-20T22:40:58.7772886Z [00:02:40.430]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.1-0.20181226105442-5d4384ee4fb2.info
2025-08-20T22:40:58.7805629Z [00:02:40.433]➜  # get https://proxy.golang.org/go.opentelemetry.io/auto/sdk/@v/v1.1.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.7810160Z [00:02:40.433]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.4.info
2025-08-20T22:40:58.7885649Z [00:02:40.441]➜  # get https://proxy.golang.org/github.com/%21puerkito%21bio/goquery/@v/v1.6.0.info: 200 OK (0.031s)
2025-08-20T22:40:58.7902069Z [00:02:40.443]➜  # get https://proxy.golang.org/github.com/%21azure/azure-sdk-for-go/sdk/internal/@v/v1.11.1.info: 200 OK (0.019s)
2025-08-20T22:40:58.7910446Z [00:02:40.443]➜  # get https://proxy.golang.org/gopkg.in/cheggaaa/pb.v2/@v/v2.0.7.info
2025-08-20T22:40:58.7968588Z [00:02:40.449]➜  # get https://proxy.golang.org/github.com/pmezard/go-difflib/@v/v1.0.1-0.20181226105442-5d4384ee4fb2.info: 200 OK (0.020s)
2025-08-20T22:40:58.7972100Z [00:02:40.450]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info
2025-08-20T22:40:58.8014566Z [00:02:40.454]➜  # get https://proxy.golang.org/github.com/aws/smithy-go/@v/v1.22.4.info: 200 OK (0.020s)
2025-08-20T22:40:58.8021702Z [00:02:40.454]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info
2025-08-20T22:40:58.8026781Z [00:02:40.455]➜  # get https://proxy.golang.org/github.com/360%21ent%21sec%21group-%21skylar/excelize/@v/v1.4.1.info
2025-08-20T22:40:58.8034096Z [00:02:40.456]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.15.info
2025-08-20T22:40:58.8139134Z [00:02:40.466]➜  # get https://proxy.golang.org/gopkg.in/cheggaaa/pb.v2/@v/v2.0.7.info: 200 OK (0.023s)
2025-08-20T22:40:58.8150247Z [00:02:40.467]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.1.0.info
2025-08-20T22:40:58.8169811Z [00:02:40.469]➜  # get https://proxy.golang.org/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.020s)
2025-08-20T22:40:58.8217118Z [00:02:40.474]➜  # get https://proxy.golang.org/golang.org/x/time/@v/v0.11.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.8222083Z [00:02:40.475]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.15.0.info
2025-08-20T22:40:58.8228903Z [00:02:40.475]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/config/@v/v1.29.15.info: 200 OK (0.019s)
2025-08-20T22:40:58.8235113Z [00:02:40.476]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.68.info
2025-08-20T22:40:58.8326294Z [00:02:40.485]➜  # get https://proxy.golang.org/github.com/360%21ent%21sec%21group-%21skylar/excelize/@v/v1.4.1.info: 200 OK (0.030s)
2025-08-20T22:40:58.8329879Z [00:02:40.485]➜  # get https://proxy.golang.org/github.com/mohae/deepcopy/@v/v0.0.0-20170929034955-c48cc78d4826.info
2025-08-20T22:40:58.8336522Z [00:02:40.486]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info
2025-08-20T22:40:58.8345185Z [00:02:40.487]➜  # get https://proxy.golang.org/github.com/andybalholm/cascadia/@v/v1.1.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.8417392Z [00:02:40.494]➜  # get https://proxy.golang.org/golang.org/x/sync/@v/v0.15.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.8424769Z [00:02:40.495]➜  # get https://proxy.golang.org/github.com/google/flatbuffers/@v/v25.2.10+incompatible.info
2025-08-20T22:40:58.8429848Z [00:02:40.495]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/credentials/@v/v1.17.68.info: 200 OK (0.019s)
2025-08-20T22:40:58.8434339Z [00:02:40.496]➜  # get https://proxy.golang.org/github.com/%21click%21house/ch-go/@v/v0.65.1.info
2025-08-20T22:40:58.8443315Z [00:02:40.497]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.69.info
2025-08-20T22:40:58.8524908Z [00:02:40.505]➜  # get https://proxy.golang.org/github.com/mohae/deepcopy/@v/v0.0.0-20170929034955-c48cc78d4826.info: 200 OK (0.019s)
2025-08-20T22:40:58.8531401Z [00:02:40.505]➜  # get https://proxy.golang.org/github.com/google/s2a-go/@v/v0.1.9.info: 200 OK (0.019s)
2025-08-20T22:40:58.8533836Z [00:02:40.506]➜  # get https://proxy.golang.org/gopkg.in/%21vivid%21cortex/ewma.v1/@v/v1.1.1.info
2025-08-20T22:40:58.8618952Z [00:02:40.514]➜  # get https://proxy.golang.org/github.com/google/flatbuffers/@v/v25.2.10+incompatible.info: 200 OK (0.019s)
2025-08-20T22:40:58.8657483Z [00:02:40.515]➜  # get https://proxy.golang.org/github.com/goccy/go-json/@v/v0.10.5.info
2025-08-20T22:40:58.8658306Z [00:02:40.515]➜  # get https://proxy.golang.org/github.com/%21click%21house/ch-go/@v/v0.65.1.info: 200 OK (0.020s)
2025-08-20T22:40:58.8659168Z [00:02:40.516]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/s3/manager/@v/v1.17.69.info: 200 OK (0.019s)
2025-08-20T22:40:58.8661019Z [00:02:40.519]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.35.0.info
2025-08-20T22:40:58.8668888Z [00:02:40.519]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info
2025-08-20T22:40:58.8763709Z [00:02:40.529]➜  # get https://proxy.golang.org/gopkg.in/%21vivid%21cortex/ewma.v1/@v/v1.1.1.info: 200 OK (0.023s)
2025-08-20T22:40:58.8771186Z [00:02:40.530]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.80.1.info
2025-08-20T22:40:58.8821783Z [00:02:40.534]➜  # get https://proxy.golang.org/github.com/goccy/go-json/@v/v0.10.5.info: 200 OK (0.020s)
2025-08-20T22:40:58.8827574Z [00:02:40.535]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20240903120638-7835f813f4da.info
2025-08-20T22:40:58.8844770Z [00:02:40.537]➜  # get https://proxy.golang.org/go.opentelemetry.io/otel/sdk/@v/v1.35.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.8852203Z [00:02:40.538]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/athena/@v/v1.51.0.info
2025-08-20T22:40:58.8862889Z [00:02:40.539]➜  # get https://proxy.golang.org/github.com/%21azure%21a%21d/microsoft-authentication-library-for-go/@v/v1.4.2.info: 200 OK (0.019s)
2025-08-20T22:40:58.8874360Z [00:02:40.540]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.60.0.info
2025-08-20T22:40:58.9024685Z [00:02:40.555]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/s3/@v/v1.80.1.info: 200 OK (0.025s)
2025-08-20T22:40:58.9026045Z [00:02:40.555]➜  # get https://proxy.golang.org/golang.org/x/xerrors/@v/v0.0.0-20240903120638-7835f813f4da.info: 200 OK (0.020s)
2025-08-20T22:40:58.9029320Z [00:02:40.555]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info
2025-08-20T22:40:58.9030961Z [00:02:40.555]➜  # get https://proxy.golang.org/gopkg.in/fatih/color.v1/@v/v1.7.0.info
2025-08-20T22:40:58.9032383Z [00:02:40.556]➜  # get https://proxy.golang.org/github.com/zeebo/xxh3/@v/v1.0.2.info
2025-08-20T22:40:58.9070182Z [00:02:40.559]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/@v/v0.60.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.9102259Z [00:02:40.563]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/athena/@v/v1.51.0.info: 200 OK (0.025s)
2025-08-20T22:40:58.9112593Z [00:02:40.564]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.33.20.info
2025-08-20T22:40:58.9226519Z [00:02:40.575]➜  # get https://proxy.golang.org/github.com/googleapis/enterprise-certificate-proxy/@v/v0.3.6.info: 200 OK (0.020s)
2025-08-20T22:40:58.9230095Z [00:02:40.575]➜  # get https://proxy.golang.org/gopkg.in/mattn/go-colorable.v0/@v/v0.1.0.info
2025-08-20T22:40:58.9231717Z [00:02:40.576]➜  # get https://proxy.golang.org/github.com/zeebo/xxh3/@v/v1.0.2.info: 200 OK (0.020s)
2025-08-20T22:40:58.9235008Z [00:02:40.576]➜  # get https://proxy.golang.org/github.com/go-faster/city/@v/v1.0.1.info
2025-08-20T22:40:58.9237443Z [00:02:40.576]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.1.info
2025-08-20T22:40:58.9288488Z [00:02:40.581]➜  # get https://proxy.golang.org/gopkg.in/fatih/color.v1/@v/v1.7.0.info: 200 OK (0.026s)
2025-08-20T22:40:58.9307610Z [00:02:40.583]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sts/@v/v1.33.20.info: 200 OK (0.019s)
2025-08-20T22:40:58.9316601Z [00:02:40.584]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info
2025-08-20T22:40:58.9317221Z [00:02:40.584]➜  # get https://proxy.golang.org/gopkg.in/mattn/go-isatty.v0/@v/v0.0.4.info
2025-08-20T22:40:58.9431133Z [00:02:40.595]➜  # get https://proxy.golang.org/github.com/go-faster/city/@v/v1.0.1.info: 200 OK (0.020s)
2025-08-20T22:40:58.9434709Z [00:02:40.596]➜  # get https://proxy.golang.org/github.com/andybalholm/brotli/@v/v1.1.1.info: 200 OK (0.020s)
2025-08-20T22:40:58.9436438Z [00:02:40.596]➜  # get https://proxy.golang.org/github.com/go-faster/errors/@v/v0.7.1.info
2025-08-20T22:40:58.9440063Z [00:02:40.596]➜  # get https://proxy.golang.org/github.com/apache/thrift/@v/v0.21.0.info
2025-08-20T22:40:58.9481449Z [00:02:40.601]➜  # get https://proxy.golang.org/gopkg.in/mattn/go-colorable.v0/@v/v0.1.0.info: 200 OK (0.025s)
2025-08-20T22:40:58.9485036Z [00:02:40.601]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info
2025-08-20T22:40:58.9513180Z [00:02:40.604]➜  # get https://proxy.golang.org/github.com/felixge/httpsnoop/@v/v1.0.4.info: 200 OK (0.020s)
2025-08-20T22:40:58.9517429Z [00:02:40.604]➜  # get https://proxy.golang.org/github.com/flarco/databricks-sql-go/@v/v0.0.0-20250613120556-51f7c1f3b4ad.info
2025-08-20T22:40:58.9555735Z [00:02:40.608]➜  # get https://proxy.golang.org/gopkg.in/mattn/go-isatty.v0/@v/v0.0.4.info: 200 OK (0.024s)
2025-08-20T22:40:58.9571996Z [00:02:40.610]➜  # get https://proxy.golang.org/gopkg.in/mattn/go-runewidth.v0/@v/v0.0.4.info
2025-08-20T22:40:58.9629447Z [00:02:40.615]➜  # get https://proxy.golang.org/github.com/go-faster/errors/@v/v0.7.1.info: 200 OK (0.019s)
2025-08-20T22:40:58.9635904Z [00:02:40.616]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info
2025-08-20T22:40:58.9636624Z [00:02:40.616]➜  # get https://proxy.golang.org/github.com/apache/thrift/@v/v0.21.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.9641886Z [00:02:40.617]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info
2025-08-20T22:40:58.9686761Z [00:02:40.621]➜  # get https://proxy.golang.org/github.com/jinzhu/inflection/@v/v1.0.0.info: 200 OK (0.020s)
2025-08-20T22:40:58.9750586Z [00:02:40.627]➜  # get https://proxy.golang.org/github.com/flarco/databricks-sql-go/@v/v0.0.0-20250613120556-51f7c1f3b4ad.info: 200 OK (0.023s)
2025-08-20T22:40:58.9755572Z [00:02:40.628]➜  # get https://proxy.golang.org/github.com/uptrace/bun/@v/v1.2.12.info
2025-08-20T22:40:58.9756168Z [00:02:40.628]➜  # get https://proxy.golang.org/github.com/hamba/avro/v2/@v/v2.28.0.info
2025-08-20T22:40:58.9811124Z [00:02:40.633]➜  # get https://proxy.golang.org/gopkg.in/mattn/go-runewidth.v0/@v/v0.0.4.info: 200 OK (0.024s)
2025-08-20T22:40:58.9827503Z [00:02:40.635]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.22.info
2025-08-20T22:40:58.9829415Z [00:02:40.635]➜  # get https://proxy.golang.org/github.com/klauspost/compress/@v/v1.18.0.info: 200 OK (0.019s)
2025-08-20T22:40:58.9892716Z [00:02:40.642]➜  # get https://proxy.golang.org/github.com/golang/snappy/@v/v1.0.0.info: 200 OK (0.025s)
2025-08-20T22:40:59.0014691Z [00:02:40.654]➜  # get https://proxy.golang.org/github.com/uptrace/bun/@v/v1.2.12.info: 200 OK (0.026s)
2025-08-20T22:40:59.0022558Z [00:02:40.655]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/v4/@v/v4.1.22.info: 200 OK (0.019s)
2025-08-20T22:40:59.0029522Z [00:02:40.655]➜  # get https://proxy.golang.org/github.com/hamba/avro/v2/@v/v2.28.0.info: 200 OK (0.027s)
2025-08-20T22:40:59.0030753Z [00:02:40.655]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/glue/@v/v1.113.0.info
2025-08-20T22:40:59.0032921Z [00:02:40.655]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info
2025-08-20T22:40:59.0035216Z [00:02:40.656]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/mssqldialect/@v/v1.2.12.info
2025-08-20T22:40:59.0037426Z [00:02:40.656]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.10.info
2025-08-20T22:40:59.0228128Z [00:02:40.675]➜  # get https://proxy.golang.org/github.com/kylelemons/godebug/@v/v1.1.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.0233179Z [00:02:40.676]➜  # get https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.2.10.info: 200 OK (0.020s)
2025-08-20T22:40:59.0243477Z [00:02:40.677]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.17.0.info
2025-08-20T22:40:59.0245196Z [00:02:40.677]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info
2025-08-20T22:40:59.0271084Z [00:02:40.679]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/glue/@v/v1.113.0.info: 200 OK (0.025s)
2025-08-20T22:40:59.0275949Z [00:02:40.680]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/mysqldialect/@v/v1.2.12.info
2025-08-20T22:40:59.0283782Z [00:02:40.681]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.51.0.info
2025-08-20T22:40:59.0298352Z [00:02:40.682]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/mssqldialect/@v/v1.2.12.info: 200 OK (0.026s)
2025-08-20T22:40:59.0303485Z [00:02:40.683]➜  # get https://proxy.golang.org/github.com/jlaffaye/ftp/@v/v0.2.0.info
2025-08-20T22:40:59.0442218Z [00:02:40.697]➜  # get https://proxy.golang.org/github.com/cespare/xxhash/v2/@v/v2.3.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.0480280Z [00:02:40.700]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/exporter/metric/@v/v0.51.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.0487039Z [00:02:40.701]➜  # get https://proxy.golang.org/github.com/exasol/exasol-driver-go/@v/v1.0.14.info
2025-08-20T22:40:59.0493644Z [00:02:40.702]➜  # get https://proxy.golang.org/github.com/elastic/go-elasticsearch/v8/@v/v8.17.0.info: 200 OK (0.025s)
2025-08-20T22:40:59.0498928Z [00:02:40.702]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.30.info
2025-08-20T22:40:59.0499637Z [00:02:40.702]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/oracledialect/@v/v1.2.12.info
2025-08-20T22:40:59.0505793Z [00:02:40.703]➜  # get https://proxy.golang.org/github.com/jlaffaye/ftp/@v/v0.2.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.0509467Z [00:02:40.703]➜  # get https://proxy.golang.org/github.com/segmentio/asm/@v/v1.2.0.info
2025-08-20T22:40:59.0529801Z [00:02:40.705]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/mysqldialect/@v/v1.2.12.info: 200 OK (0.025s)
2025-08-20T22:40:59.0541647Z [00:02:40.707]➜  # get https://proxy.golang.org/github.com/pkg/sftp/@v/v1.13.9.info
2025-08-20T22:40:59.0695132Z [00:02:40.722]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/@v/v1.16.30.info: 200 OK (0.020s)
2025-08-20T22:40:59.0707161Z [00:02:40.723]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.3.info
2025-08-20T22:40:59.0709003Z [00:02:40.723]➜  # get https://proxy.golang.org/github.com/segmentio/asm/@v/v1.2.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.0717704Z [00:02:40.724]➜  # get https://proxy.golang.org/github.com/twmb/murmur3/@v/v1.1.8.info
2025-08-20T22:40:59.0728065Z [00:02:40.725]➜  # get https://proxy.golang.org/github.com/exasol/exasol-driver-go/@v/v1.0.14.info: 200 OK (0.024s)
2025-08-20T22:40:59.0731696Z [00:02:40.726]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/pgdialect/@v/v1.2.12.info
2025-08-20T22:40:59.0735263Z [00:02:40.726]➜  # get https://proxy.golang.org/github.com/pkg/sftp/@v/v1.13.9.info: 200 OK (0.019s)
2025-08-20T22:40:59.0738608Z [00:02:40.726]➜  # get https://proxy.golang.org/github.com/tmthrgd/go-hex/@v/v0.0.0-20190904060850-447a3041c3bc.info
2025-08-20T22:40:59.0759459Z [00:02:40.728]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/oracledialect/@v/v1.2.12.info: 200 OK (0.026s)
2025-08-20T22:40:59.0773024Z [00:02:40.730]➜  # get https://proxy.golang.org/github.com/flarco/bigquery/@v/v0.0.9.info
2025-08-20T22:40:59.0902538Z [00:02:40.743]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/sso/@v/v1.25.3.info: 200 OK (0.020s)
2025-08-20T22:40:59.0909736Z [00:02:40.743]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.36.info
2025-08-20T22:40:59.0914281Z [00:02:40.744]➜  # get https://proxy.golang.org/github.com/twmb/murmur3/@v/v1.1.8.info: 200 OK (0.019s)
2025-08-20T22:40:59.0916238Z [00:02:40.744]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/sqlitedialect/@v/v1.2.12.info
2025-08-20T22:40:59.0933266Z [00:02:40.746]➜  # get https://proxy.golang.org/github.com/tmthrgd/go-hex/@v/v0.0.0-20190904060850-447a3041c3bc.info: 200 OK (0.019s)
2025-08-20T22:40:59.0937792Z [00:02:40.746]➜  # get https://proxy.golang.org/github.com/stretchr/objx/@v/v0.5.2.info
2025-08-20T22:40:59.0980555Z [00:02:40.750]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/pgdialect/@v/v1.2.12.info: 200 OK (0.025s)
2025-08-20T22:40:59.0995876Z [00:02:40.752]➜  # get https://proxy.golang.org/github.com/uptrace/bun/extra/bundebug/@v/v1.2.12.info
2025-08-20T22:40:59.1017339Z [00:02:40.754]➜  # get https://proxy.golang.org/github.com/flarco/bigquery/@v/v0.0.9.info: 200 OK (0.024s)
2025-08-20T22:40:59.1027881Z [00:02:40.755]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.35.0.info
2025-08-20T22:40:59.1133619Z [00:02:40.766]➜  # get https://proxy.golang.org/github.com/stretchr/objx/@v/v0.5.2.info: 200 OK (0.020s)
2025-08-20T22:40:59.1145225Z [00:02:40.767]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.6.0.info
2025-08-20T22:40:59.1153123Z [00:02:40.768]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/configsources/@v/v1.3.36.info: 200 OK (0.024s)
2025-08-20T22:40:59.1158995Z [00:02:40.768]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.36.info
2025-08-20T22:40:59.1172555Z [00:02:40.770]➜  # get https://proxy.golang.org/github.com/uptrace/bun/dialect/sqlitedialect/@v/v1.2.12.info: 200 OK (0.026s)
2025-08-20T22:40:59.1182449Z [00:02:40.771]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info
2025-08-20T22:40:59.1223480Z [00:02:40.775]➜  # get https://proxy.golang.org/go.opentelemetry.io/contrib/detectors/gcp/@v/v1.35.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.1245075Z [00:02:40.777]➜  # get https://proxy.golang.org/github.com/uptrace/bun/extra/bundebug/@v/v1.2.12.info: 200 OK (0.025s)
2025-08-20T22:40:59.1260886Z [00:02:40.778]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.1.info
2025-08-20T22:40:59.1355003Z [00:02:40.788]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/@v/v2.6.36.info: 200 OK (0.020s)
2025-08-20T22:40:59.1360562Z [00:02:40.788]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.1.info
2025-08-20T22:40:59.1378166Z [00:02:40.790]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/ini/@v/v1.8.3.info: 200 OK (0.020s)
2025-08-20T22:40:59.1390151Z [00:02:40.791]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info
2025-08-20T22:40:59.1415604Z [00:02:40.794]➜  # get https://proxy.golang.org/github.com/elastic/elastic-transport-go/v8/@v/v8.6.0.info: 200 OK (0.027s)
2025-08-20T22:40:59.1420552Z [00:02:40.794]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.10.info
2025-08-20T22:40:59.1459672Z [00:02:40.798]➜  # get https://proxy.golang.org/github.com/go-sql-driver/mysql/@v/v1.9.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.1557766Z [00:02:40.808]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/ssooidc/@v/v1.30.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.1563343Z [00:02:40.809]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.51.0.info
2025-08-20T22:40:59.1566371Z [00:02:40.809]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.3.info
2025-08-20T22:40:59.1588822Z [00:02:40.811]➜  # get https://proxy.golang.org/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.1597581Z [00:02:40.812]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info
2025-08-20T22:40:59.1619679Z [00:02:40.814]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/@v/v1.6.10.info: 200 OK (0.020s)
2025-08-20T22:40:59.1623476Z [00:02:40.815]➜  # get https://proxy.golang.org/github.com/kr/fs/@v/v0.1.0.info
2025-08-20T22:40:59.1626396Z [00:02:40.815]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info
2025-08-20T22:40:59.1761715Z [00:02:40.828]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/internal/resourcemapping/@v/v0.51.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.1767141Z [00:02:40.829]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/@v/v1.12.3.info: 200 OK (0.020s)
2025-08-20T22:40:59.1768001Z [00:02:40.829]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.15.info
2025-08-20T22:40:59.1768969Z [00:02:40.829]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info
2025-08-20T22:40:59.1799973Z [00:02:40.832]➜  # get https://proxy.golang.org/github.com/pkg/errors/@v/v0.9.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.1805456Z [00:02:40.833]➜  # get https://proxy.golang.org/github.com/pterm/pterm/@v/v0.12.81.info
2025-08-20T22:40:59.1822386Z [00:02:40.835]➜  # get https://proxy.golang.org/golang.org/x/mod/@v/v0.25.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.1828344Z [00:02:40.835]➜  # get https://proxy.golang.org/github.com/kr/fs/@v/v0.1.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.1828919Z [00:02:40.835]➜  # get https://proxy.golang.org/github.com/paulmach/orb/@v/v0.11.1.info
2025-08-20T22:40:59.1832547Z [00:02:40.836]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info
2025-08-20T22:40:59.1962007Z [00:02:40.849]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/@v/v1.12.15.info: 200 OK (0.020s)
2025-08-20T22:40:59.1966290Z [00:02:40.849]➜  # get https://proxy.golang.org/github.com/lib/pq/@v/v1.10.9.info: 200 OK (0.020s)
2025-08-20T22:40:59.1973711Z [00:02:40.850]➜  # get https://proxy.golang.org/github.com/mattn/go-sqlite3/@v/v1.14.28.info
2025-08-20T22:40:59.1974296Z [00:02:40.850]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info
2025-08-20T22:40:59.2021985Z [00:02:40.855]➜  # get https://proxy.golang.org/github.com/paulmach/orb/@v/v0.11.1.info: 200 OK (0.019s)
2025-08-20T22:40:59.2027208Z [00:02:40.855]➜  # get https://proxy.golang.org/github.com/substrait-io/substrait-go/v3/@v/v3.9.1.info
2025-08-20T22:40:59.2029663Z [00:02:40.855]➜  # get https://proxy.golang.org/github.com/%21google%21cloud%21platform/opentelemetry-operations-go/detectors/gcp/@v/v1.27.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.2034095Z [00:02:40.856]➜  # get https://proxy.golang.org/github.com/shopspring/decimal/@v/v1.4.0.info
2025-08-20T22:40:59.2045990Z [00:02:40.857]➜  # get https://proxy.golang.org/github.com/pterm/pterm/@v/v0.12.81.info: 200 OK (0.024s)
2025-08-20T22:40:59.2055070Z [00:02:40.858]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info
2025-08-20T22:40:59.2175998Z [00:02:40.869]➜  # get https://proxy.golang.org/github.com/mattn/go-sqlite3/@v/v1.14.28.info: 200 OK (0.020s)
2025-08-20T22:40:59.2177690Z [00:02:40.870]➜  # get https://proxy.golang.org/github.com/jmespath/go-jmespath/@v/v0.4.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.2178356Z [00:02:40.870]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.8.0.info
2025-08-20T22:40:59.2179026Z [00:02:40.870]➜  # get https://proxy.golang.org/github.com/kshedden/datareader/@v/v0.0.0-20210325133423-816b6ffdd011.info
2025-08-20T22:40:59.2220891Z [00:02:40.874]➜  # get https://proxy.golang.org/github.com/substrait-io/substrait-go/v3/@v/v3.9.1.info: 200 OK (0.019s)
2025-08-20T22:40:59.2227827Z [00:02:40.875]➜  # get https://proxy.golang.org/github.com/shopspring/decimal/@v/v1.4.0.info: 200 OK (0.019s)
2025-08-20T22:40:59.2229233Z [00:02:40.875]➜  # get https://proxy.golang.org/atomicgo.dev/cursor/@v/v0.2.0.info
2025-08-20T22:40:59.2232595Z [00:02:40.876]➜  # get https://proxy.golang.org/gocloud.dev/@v/v0.41.0.info
2025-08-20T22:40:59.2249261Z [00:02:40.877]➜  # get https://proxy.golang.org/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.019s)
2025-08-20T22:40:59.2373555Z [00:02:40.890]➜  # get https://proxy.golang.org/github.com/microsoft/go-mssqldb/@v/v1.8.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.2382181Z [00:02:40.891]➜  # get https://proxy.golang.org/atomicgo.dev/keyboard/@v/v0.2.9.info
2025-08-20T22:40:59.2421966Z [00:02:40.895]➜  # get https://proxy.golang.org/github.com/kshedden/datareader/@v/v0.0.0-20210325133423-816b6ffdd011.info: 200 OK (0.024s)
2025-08-20T22:40:59.2427620Z [00:02:40.895]➜  # get https://proxy.golang.org/github.com/labstack/echo/v4/@v/v4.10.2.info
2025-08-20T22:40:59.2478633Z [00:02:40.900]➜  # get https://proxy.golang.org/atomicgo.dev/cursor/@v/v0.2.0.info: 200 OK (0.025s)
2025-08-20T22:40:59.2483308Z [00:02:40.901]➜  # get https://proxy.golang.org/gocloud.dev/@v/v0.41.0.info: 200 OK (0.025s)
2025-08-20T22:40:59.2489001Z [00:02:40.901]➜  # get https://proxy.golang.org/github.com/coreos/go-oidc/v3/@v/v3.5.0.info
2025-08-20T22:40:59.2492542Z [00:02:40.902]➜  # get https://proxy.golang.org/github.com/puzpuzpuz/xsync/v3/@v/v3.5.1.info
2025-08-20T22:40:59.2627931Z [00:02:40.915]➜  # get https://proxy.golang.org/atomicgo.dev/keyboard/@v/v0.2.9.info: 200 OK (0.024s)
2025-08-20T22:40:59.2630184Z [00:02:40.915]➜  # get https://proxy.golang.org/github.com/labstack/echo/v4/@v/v4.10.2.info: 200 OK (0.020s)
2025-08-20T22:40:59.2630955Z [00:02:40.915]➜  # get https://proxy.golang.org/github.com/labstack/gommon/@v/v0.4.0.info
2025-08-20T22:40:59.2631633Z [00:02:40.916]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info
2025-08-20T22:40:59.2642251Z [00:02:40.917]➜  # get https://proxy.golang.org/atomicgo.dev/schedule/@v/v0.1.0.info
2025-08-20T22:40:59.2690233Z [00:02:40.921]➜  # get https://proxy.golang.org/github.com/coreos/go-oidc/v3/@v/v3.5.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.2694309Z [00:02:40.922]➜  # get https://proxy.golang.org/github.com/puzpuzpuz/xsync/v3/@v/v3.5.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.2695587Z [00:02:40.922]➜  # get https://proxy.golang.org/github.com/francoispqt/gojay/@v/v1.2.13.info
2025-08-20T22:40:59.2696633Z [00:02:40.922]➜  # get https://proxy.golang.org/github.com/viant/xunsafe/@v/v0.8.0.info
2025-08-20T22:40:59.2824862Z [00:02:40.935]➜  # get https://proxy.golang.org/github.com/labstack/gommon/@v/v0.4.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.2830063Z [00:02:40.935]➜  # get https://proxy.golang.org/github.com/pkg/browser/@v/v0.0.0-20240102092130-5ac0b6a4141c.info: 200 OK (0.020s)
2025-08-20T22:40:59.2830787Z [00:02:40.935]➜  # get https://proxy.golang.org/github.com/valyala/fasttemplate/@v/v1.2.2.info
2025-08-20T22:40:59.2839222Z [00:02:40.936]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.20.5.info
2025-08-20T22:40:59.2885195Z [00:02:40.941]➜  # get https://proxy.golang.org/atomicgo.dev/schedule/@v/v0.1.0.info: 200 OK (0.024s)
2025-08-20T22:40:59.2894289Z [00:02:40.942]➜  # get https://proxy.golang.org/github.com/francoispqt/gojay/@v/v1.2.13.info: 200 OK (0.020s)
2025-08-20T22:40:59.2901760Z [00:02:40.943]➜  # get https://proxy.golang.org/github.com/exasol/error-reporting-go/@v/v0.2.0.info
2025-08-20T22:40:59.2940851Z [00:02:40.946]➜  # get https://proxy.golang.org/github.com/viant/xunsafe/@v/v0.8.0.info: 200 OK (0.025s)
2025-08-20T22:40:59.2943909Z [00:02:40.947]➜  # get https://proxy.golang.org/github.com/cockroachdb/apd/v3/@v/v3.2.1.info
2025-08-20T22:40:59.3024678Z [00:02:40.955]➜  # get https://proxy.golang.org/github.com/valyala/fasttemplate/@v/v1.2.2.info: 200 OK (0.019s)
2025-08-20T22:40:59.3028432Z [00:02:40.955]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info
2025-08-20T22:40:59.3077865Z [00:02:40.960]➜  # get https://proxy.golang.org/github.com/prometheus/client_golang/@v/v1.20.5.info: 200 OK (0.024s)
2025-08-20T22:40:59.3083180Z [00:02:40.961]➜  # get https://proxy.golang.org/github.com/jcmturner/gokrb5/v8/@v/v8.4.4.info
2025-08-20T22:40:59.3083755Z [00:02:40.961]➜  # get https://proxy.golang.org/github.com/creasty/defaults/@v/v1.8.0.info
2025-08-20T22:40:59.3132592Z [00:02:40.966]➜  # get https://proxy.golang.org/github.com/exasol/error-reporting-go/@v/v0.2.0.info: 200 OK (0.023s)
2025-08-20T22:40:59.3139756Z [00:02:40.966]➜  # get https://proxy.golang.org/github.com/cockroachdb/apd/v3/@v/v3.2.1.info: 200 OK (0.019s)
2025-08-20T22:40:59.3143614Z [00:02:40.967]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info
2025-08-20T22:40:59.3144696Z [00:02:40.967]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.55.0.info
2025-08-20T22:40:59.3224816Z [00:02:40.975]➜  # get https://proxy.golang.org/github.com/valyala/bytebufferpool/@v/v1.0.0.info: 200 OK (0.019s)
2025-08-20T22:40:59.3233106Z [00:02:40.976]➜  # get https://proxy.golang.org/github.com/linkedin/goavro/v2/@v/v2.12.0.info
2025-08-20T22:40:59.3279241Z [00:02:40.980]➜  # get https://proxy.golang.org/github.com/jcmturner/gokrb5/v8/@v/v8.4.4.info: 200 OK (0.020s)
2025-08-20T22:40:59.3284478Z [00:02:40.981]➜  # get https://proxy.golang.org/github.com/creasty/defaults/@v/v1.8.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.3286597Z [00:02:40.981]➜  # get https://proxy.golang.org/github.com/goccy/go-yaml/@v/v1.16.0.info
2025-08-20T22:40:59.3305289Z [00:02:40.983]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info
2025-08-20T22:40:59.3350790Z [00:02:40.987]➜  # get https://proxy.golang.org/github.com/envoyproxy/go-control-plane/envoy/@v/v1.32.4.info: 200 OK (0.021s)
2025-08-20T22:40:59.3351538Z [00:02:40.987]➜  # get https://proxy.golang.org/github.com/prometheus/common/@v/v0.55.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.3363118Z [00:02:40.989]➜  # get https://proxy.golang.org/github.com/substrait-io/substrait/@v/v0.69.0.info
2025-08-20T22:40:59.3428338Z [00:02:40.995]➜  # get https://proxy.golang.org/github.com/linkedin/goavro/v2/@v/v2.12.0.info: 200 OK (0.019s)
2025-08-20T22:40:59.3433765Z [00:02:40.996]➜  # get https://proxy.golang.org/github.com/containerd/console/@v/v1.0.5.info
2025-08-20T22:40:59.3434385Z [00:02:40.996]➜  # get https://proxy.golang.org/github.com/parquet-go/parquet-go/@v/v0.23.0.info
2025-08-20T22:40:59.3502111Z [00:02:41.003]➜  # get https://proxy.golang.org/go.opencensus.io/@v/v0.24.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.3512249Z [00:02:41.004]➜  # get https://proxy.golang.org/github.com/goccy/go-yaml/@v/v1.16.0.info: 200 OK (0.023s)
2025-08-20T22:40:59.3514393Z [00:02:41.004]➜  # get https://proxy.golang.org/github.com/psanford/sqlite3vfs/@v/v0.0.0-20220823065410-bd28ac7ee3c2.info
2025-08-20T22:40:59.3522794Z [00:02:41.005]➜  # get https://proxy.golang.org/github.com/google/wire/@v/v0.6.0.info
2025-08-20T22:40:59.3556891Z [00:02:41.008]➜  # get https://proxy.golang.org/github.com/substrait-io/substrait/@v/v0.69.0.info: 200 OK (0.019s)
2025-08-20T22:40:59.3566309Z [00:02:41.009]➜  # get https://proxy.golang.org/github.com/psanford/sqlite3vfshttp/@v/v0.0.0-20220827153928-a19f096e6eb4.info
2025-08-20T22:40:59.3632632Z [00:02:41.016]➜  # get https://proxy.golang.org/github.com/containerd/console/@v/v1.0.5.info: 200 OK (0.020s)
2025-08-20T22:40:59.3645768Z [00:02:41.017]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info
2025-08-20T22:40:59.3678648Z [00:02:41.020]➜  # get https://proxy.golang.org/github.com/parquet-go/parquet-go/@v/v0.23.0.info: 200 OK (0.024s)
2025-08-20T22:40:59.3682041Z [00:02:41.021]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v0.0.5.info
2025-08-20T22:40:59.3718819Z [00:02:41.024]➜  # get https://proxy.golang.org/github.com/google/wire/@v/v0.6.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.3731702Z [00:02:41.026]➜  # get https://proxy.golang.org/github.com/gookit/color/@v/v1.5.4.info
2025-08-20T22:40:59.3760576Z [00:02:41.028]➜  # get https://proxy.golang.org/github.com/psanford/sqlite3vfs/@v/v0.0.0-20220823065410-bd28ac7ee3c2.info: 200 OK (0.025s)
2025-08-20T22:40:59.3763394Z [00:02:41.029]➜  # get https://proxy.golang.org/github.com/vmihailenco/msgpack/v5/@v/v5.4.1.info
2025-08-20T22:40:59.3813332Z [00:02:41.034]➜  # get https://proxy.golang.org/github.com/psanford/sqlite3vfshttp/@v/v0.0.0-20220827153928-a19f096e6eb4.info: 200 OK (0.025s)
2025-08-20T22:40:59.3820040Z [00:02:41.034]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.36.info
2025-08-20T22:40:59.3840908Z [00:02:41.036]➜  # get https://proxy.golang.org/github.com/golang-jwt/jwt/v5/@v/v5.2.2.info: 200 OK (0.020s)
2025-08-20T22:40:59.3844827Z [00:02:41.037]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250326154945-ae57f3c0d45f.info
2025-08-20T22:40:59.3885435Z [00:02:41.041]➜  # get https://proxy.golang.org/github.com/olekukonko/tablewriter/@v/v0.0.5.info: 200 OK (0.020s)
2025-08-20T22:40:59.3902263Z [00:02:41.043]➜  # get https://proxy.golang.org/github.com/segmentio/encoding/@v/v0.4.0.info
2025-08-20T22:40:59.3925206Z [00:02:41.045]➜  # get https://proxy.golang.org/github.com/gookit/color/@v/v1.5.4.info: 200 OK (0.019s)
2025-08-20T22:40:59.3936644Z [00:02:41.046]➜  # get https://proxy.golang.org/github.com/lithammer/fuzzysearch/@v/v1.1.8.info
2025-08-20T22:40:59.3961920Z [00:02:41.049]➜  # get https://proxy.golang.org/github.com/vmihailenco/msgpack/v5/@v/v5.4.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.4013781Z [00:02:41.054]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/internal/v4a/@v/v1.3.36.info: 200 OK (0.019s)
2025-08-20T22:40:59.4020435Z [00:02:41.054]➜  # get https://proxy.golang.org/github.com/sijms/go-ora/v2/@v/v2.8.24.info
2025-08-20T22:40:59.4039841Z [00:02:41.056]➜  # get https://proxy.golang.org/github.com/cncf/xds/go/@v/v0.0.0-20250326154945-ae57f3c0d45f.info: 200 OK (0.019s)
2025-08-20T22:40:59.4044423Z [00:02:41.057]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.1.info
2025-08-20T22:40:59.4045142Z [00:02:41.057]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info
2025-08-20T22:40:59.4097601Z [00:02:41.062]➜  # get https://proxy.golang.org/github.com/segmentio/encoding/@v/v0.4.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.4132826Z [00:02:41.066]➜  # get https://proxy.golang.org/github.com/lithammer/fuzzysearch/@v/v1.1.8.info: 200 OK (0.020s)
2025-08-20T22:40:59.4137906Z [00:02:41.066]➜  # get https://proxy.golang.org/github.com/jcmturner/dnsutils/v2/@v/v2.0.0.info
2025-08-20T22:40:59.4188011Z [00:02:41.071]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info
2025-08-20T22:40:59.4238630Z [00:02:41.076]➜  # get https://proxy.golang.org/github.com/prometheus/client_model/@v/v0.6.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.4243561Z [00:02:41.077]➜  # get https://proxy.golang.org/github.com/golang-sql/civil/@v/v0.0.0-20220223132316-b832511892a9.info: 200 OK (0.020s)
2025-08-20T22:40:59.4248413Z [00:02:41.077]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.2.info
2025-08-20T22:40:59.4249138Z [00:02:41.077]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info
2025-08-20T22:40:59.4269801Z [00:02:41.079]➜  # get https://proxy.golang.org/github.com/sijms/go-ora/v2/@v/v2.8.24.info: 200 OK (0.025s)
2025-08-20T22:40:59.4274872Z [00:02:41.080]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info
2025-08-20T22:40:59.4376956Z [00:02:41.090]➜  # get https://proxy.golang.org/github.com/jcmturner/dnsutils/v2/@v/v2.0.0.info: 200 OK (0.024s)
2025-08-20T22:40:59.4383204Z [00:02:41.091]➜  # get https://proxy.golang.org/github.com/hashicorp/go-uuid/@v/v1.0.3.info
2025-08-20T22:40:59.4388741Z [00:02:41.091]➜  # get https://proxy.golang.org/github.com/envoyproxy/protoc-gen-validate/@v/v1.2.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.4394640Z [00:02:41.092]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info
2025-08-20T22:40:59.4446893Z [00:02:41.097]➜  # get https://proxy.golang.org/github.com/xo/terminfo/@v/v0.0.0-20220910002029-abceb7e1c41e.info: 200 OK (0.020s)
2025-08-20T22:40:59.4450038Z [00:02:41.097]➜  # get https://proxy.golang.org/github.com/jcmturner/gofork/@v/v1.7.6.info
2025-08-20T22:40:59.4470577Z [00:02:41.099]➜  # get https://proxy.golang.org/github.com/golang-sql/sqlexp/@v/v0.1.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.4479211Z [00:02:41.100]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.55.6.info
2025-08-20T22:40:59.4490792Z [00:02:41.101]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/checksum/@v/v1.7.2.info: 200 OK (0.024s)
2025-08-20T22:40:59.4579304Z [00:02:41.110]➜  # get https://proxy.golang.org/github.com/hashicorp/go-uuid/@v/v1.0.3.info: 200 OK (0.020s)
2025-08-20T22:40:59.4581430Z [00:02:41.111]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info
2025-08-20T22:40:59.4599341Z [00:02:41.112]➜  # get https://proxy.golang.org/github.com/spiffe/go-spiffe/v2/@v/v2.5.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.4603975Z [00:02:41.113]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.0.5.info
2025-08-20T22:40:59.4611365Z [00:02:41.114]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.7.info
2025-08-20T22:40:59.4648234Z [00:02:41.117]➜  # get https://proxy.golang.org/github.com/jcmturner/gofork/@v/v1.7.6.info: 200 OK (0.020s)
2025-08-20T22:40:59.4653964Z [00:02:41.118]➜  # get https://proxy.golang.org/github.com/antlr4-go/antlr/v4/@v/v4.13.1.info
2025-08-20T22:40:59.4672658Z [00:02:41.120]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.55.6.info: 200 OK (0.019s)
2025-08-20T22:40:59.4677348Z [00:02:41.120]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.32.0.info
2025-08-20T22:40:59.4777694Z [00:02:41.130]➜  # get https://proxy.golang.org/filippo.io/edwards25519/@v/v1.1.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.4785968Z [00:02:41.131]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.15.info
2025-08-20T22:40:59.4798077Z [00:02:41.132]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v4/@v/v4.0.5.info: 200 OK (0.019s)
2025-08-20T22:40:59.4808729Z [00:02:41.133]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info
2025-08-20T22:40:59.4809824Z [00:02:41.133]➜  # get https://proxy.golang.org/github.com/hashicorp/go-retryablehttp/@v/v0.7.7.info: 200 OK (0.020s)
2025-08-20T22:40:59.4817101Z [00:02:41.134]➜  # get https://proxy.golang.org/github.com/%21azure/go-autorest/autorest/to/@v/v0.4.1.info
2025-08-20T22:40:59.4850629Z [00:02:41.137]➜  # get https://proxy.golang.org/github.com/antlr4-go/antlr/v4/@v/v4.13.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.4862809Z [00:02:41.139]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info
2025-08-20T22:40:59.4876071Z [00:02:41.140]➜  # get https://proxy.golang.org/golang.org/x/term/@v/v0.32.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.4880381Z [00:02:41.140]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v3/@v/v3.0.4.info
2025-08-20T22:40:59.4985113Z [00:02:41.151]➜  # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/@v/v1.18.15.info: 200 OK (0.020s)
2025-08-20T22:40:59.4997176Z [00:02:41.152]➜  # get https://proxy.golang.org/github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.info
2025-08-20T22:40:59.5001470Z [00:02:41.153]➜  # get https://proxy.golang.org/github.com/zeebo/errs/@v/v1.4.0.info: 200 OK (0.019s)
2025-08-20T22:40:59.5016237Z [00:02:41.154]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.22.1.info
2025-08-20T22:40:59.5058329Z [00:02:41.158]➜  # get https://proxy.golang.org/github.com/gorilla/websocket/@v/v1.5.3.info: 200 OK (0.019s)
2025-08-20T22:40:59.5077351Z [00:02:41.160]➜  # get https://proxy.golang.org/github.com/go-jose/go-jose/v3/@v/v3.0.4.info: 200 OK (0.020s)
2025-08-20T22:40:59.5109595Z [00:02:41.163]➜  # get https://proxy.golang.org/github.com/snowflakedb/gosnowflake/@v/v1.10.0.info
2025-08-20T22:40:59.5116382Z [00:02:41.164]➜  # get https://proxy.golang.org/github.com/%21azure/go-autorest/autorest/to/@v/v0.4.1.info: 200 OK (0.030s)
2025-08-20T22:40:59.5118088Z [00:02:41.164]➜  # get https://proxy.golang.org/github.com/timeplus-io/proton-go-driver/v2/@v/v2.0.19.info
2025-08-20T22:40:59.5139580Z [00:02:41.166]➜  # get https://proxy.golang.org/github.com/jcmturner/goidentity/v6/@v/v6.0.1.info
2025-08-20T22:40:59.5191947Z [00:02:41.172]➜  # get https://proxy.golang.org/github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.info: 200 OK (0.020s)
2025-08-20T22:40:59.5194678Z [00:02:41.172]➜  # get https://proxy.golang.org/github.com/apache/arrow/go/v18/@v/v18.0.0-20241007013041-ab95a4d25142.info
2025-08-20T22:40:59.5260751Z [00:02:41.178]➜  # get https://proxy.golang.org/cel.dev/expr/@v/v0.22.1.info: 200 OK (0.025s)
2025-08-20T22:40:59.5328315Z [00:02:41.185]➜  # get https://proxy.golang.org/github.com/snowflakedb/gosnowflake/@v/v1.10.0.info: 200 OK (0.024s)
2025-08-20T22:40:59.5329155Z [00:02:41.185]➜  # get https://proxy.golang.org/github.com/jcmturner/goidentity/v6/@v/v6.0.1.info: 200 OK (0.020s)
2025-08-20T22:40:59.5332891Z [00:02:41.186]➜  # get https://proxy.golang.org/github.com/vmihailenco/tagparser/v2/@v/v2.0.0.info
2025-08-20T22:40:59.5334004Z [00:02:41.186]➜  # get https://proxy.golang.org/github.com/trinodb/trino-go-client/@v/v0.328.0.info
2025-08-20T22:40:59.5357061Z [00:02:41.188]➜  # get https://proxy.golang.org/github.com/timeplus-io/proton-go-driver/v2/@v/v2.0.19.info: 200 OK (0.024s)
2025-08-20T22:40:59.5383792Z [00:02:41.191]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info
2025-08-20T22:40:59.5435967Z [00:02:41.196]➜  # get https://proxy.golang.org/github.com/apache/arrow/go/v18/@v/v18.0.0-20241007013041-ab95a4d25142.info: 200 OK (0.024s)
2025-08-20T22:40:59.5441152Z [00:02:41.196]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info
2025-08-20T22:40:59.5442130Z [00:02:41.197]➜  # get https://proxy.golang.org/github.com/xo/dburl/@v/v0.3.0.info
2025-08-20T22:40:59.5526397Z [00:02:41.205]➜  # get https://proxy.golang.org/github.com/vmihailenco/tagparser/v2/@v/v2.0.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.5532083Z [00:02:41.205]➜  # get https://proxy.golang.org/github.com/trinodb/trino-go-client/@v/v0.328.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.5537919Z [00:02:41.206]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20201027041543-1326539a0a0a.info
2025-08-20T22:40:59.5541571Z [00:02:41.207]➜  # get https://proxy.golang.org/github.com/jpillora/backoff/@v/v1.0.0.info
2025-08-20T22:40:59.5579482Z [00:02:41.210]➜  # get https://proxy.golang.org/github.com/golang/groupcache/@v/v0.0.0-20241129210726-2c02b8208cf8.info: 200 OK (0.020s)
2025-08-20T22:40:59.5637540Z [00:02:41.216]➜  # get https://proxy.golang.org/github.com/hashicorp/go-cleanhttp/@v/v0.5.2.info: 200 OK (0.020s)
2025-08-20T22:40:59.5677665Z [00:02:41.220]➜  # get https://proxy.golang.org/github.com/xo/dburl/@v/v0.3.0.info: 200 OK (0.023s)
2025-08-20T22:40:59.5687108Z [00:02:41.221]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info
2025-08-20T22:40:59.5711208Z [00:02:41.223]➜  # get https://proxy.golang.org/gorm.io/driver/postgres/@v/v1.5.7.info
2025-08-20T22:40:59.5736525Z [00:02:41.226]➜  # get https://proxy.golang.org/github.com/youmark/pkcs8/@v/v0.0.0-20201027041543-1326539a0a0a.info: 200 OK (0.020s)
2025-08-20T22:40:59.5744566Z [00:02:41.227]➜  # get https://proxy.golang.org/github.com/jpillora/backoff/@v/v1.0.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.5745224Z [00:02:41.227]➜  # get https://proxy.golang.org/github.com/jcmturner/aescts/v2/@v/v2.0.0.info
2025-08-20T22:40:59.5747649Z [00:02:41.227]➜  # get https://proxy.golang.org/gorm.io/driver/sqlite/@v/v1.5.5.info
2025-08-20T22:40:59.5882051Z [00:02:41.240]➜  # get https://proxy.golang.org/github.com/beorn7/perks/@v/v1.0.1.info: 200 OK (0.019s)
2025-08-20T22:40:59.5889981Z [00:02:41.241]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.15.1.info
2025-08-20T22:40:59.5904699Z [00:02:41.243]➜  # get https://proxy.golang.org/gorm.io/driver/postgres/@v/v1.5.7.info: 200 OK (0.019s)
2025-08-20T22:40:59.6017093Z [00:02:41.253]➜  # get https://proxy.golang.org/github.com/jcmturner/aescts/v2/@v/v2.0.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.6017917Z [00:02:41.253]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info
2025-08-20T22:40:59.6018585Z [00:02:41.253]➜  # get https://proxy.golang.org/gorm.io/driver/sqlite/@v/v1.5.5.info: 200 OK (0.020s)
2025-08-20T22:40:59.6019179Z [00:02:41.253]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/@v/v2.6.1+incompatible.info
2025-08-20T22:40:59.6019722Z [00:02:41.253]➜  # get https://proxy.golang.org/github.com/jackc/pgx/v5/@v/v5.5.5.info
2025-08-20T22:40:59.6086314Z [00:02:41.261]➜  # get https://proxy.golang.org/github.com/prometheus/procfs/@v/v0.15.1.info: 200 OK (0.019s)
2025-08-20T22:40:59.6128716Z [00:02:41.265]➜  # get https://proxy.golang.org/github.com/jcmturner/rpc/v2/@v/v2.0.3.info
2025-08-20T22:40:59.6135946Z [00:02:41.266]➜  # get https://proxy.golang.org/github.com/munnerz/goautoneg/@v/v0.0.0-20191010083416-a7dc8b61c822.info: 200 OK (0.019s)
2025-08-20T22:40:59.6137658Z [00:02:41.266]➜  # get https://proxy.golang.org/github.com/pierrec/lz4/@v/v2.6.1+incompatible.info: 200 OK (0.019s)
2025-08-20T22:40:59.6145317Z [00:02:41.267]➜  # get https://proxy.golang.org/github.com/99designs/keyring/@v/v1.2.2.info
2025-08-20T22:40:59.6153643Z [00:02:41.268]➜  # get https://proxy.golang.org/github.com/jackc/pgx/v5/@v/v5.5.5.info: 200 OK (0.019s)
2025-08-20T22:40:59.6175784Z [00:02:41.270]➜  # get https://proxy.golang.org/github.com/jackc/pgpassfile/@v/v1.0.0.info
2025-08-20T22:40:59.6176406Z [00:02:41.270]➜  # get https://proxy.golang.org/github.com/jackc/puddle/v2/@v/v2.2.2.info
2025-08-20T22:40:59.6177080Z [00:02:41.270]➜  # get https://proxy.golang.org/github.com/jackc/pgservicefile/@v/v0.0.0-20231201235250-de7065d80cb9.info
2025-08-20T22:40:59.6324215Z [00:02:41.285]➜  # get https://proxy.golang.org/github.com/jcmturner/rpc/v2/@v/v2.0.3.info: 200 OK (0.019s)
2025-08-20T22:40:59.6340504Z [00:02:41.286]➜  # get https://proxy.golang.org/github.com/99designs/keyring/@v/v1.2.2.info: 200 OK (0.019s)
2025-08-20T22:40:59.6345038Z [00:02:41.287]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.0.info
2025-08-20T22:40:59.6350270Z [00:02:41.287]➜  # get https://proxy.golang.org/github.com/dvsekhvalnov/jose2go/@v/v1.6.0.info
2025-08-20T22:40:59.6372870Z [00:02:41.290]➜  # get https://proxy.golang.org/github.com/jackc/pgpassfile/@v/v1.0.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.6378457Z [00:02:41.290]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.7.info
2025-08-20T22:40:59.6379156Z [00:02:41.290]➜  # get https://proxy.golang.org/github.com/jackc/puddle/v2/@v/v2.2.2.info: 200 OK (0.020s)
2025-08-20T22:40:59.6383826Z [00:02:41.291]➜  # get https://proxy.golang.org/github.com/jackc/pgservicefile/@v/v0.0.0-20231201235250-de7065d80cb9.info: 200 OK (0.021s)
2025-08-20T22:40:59.6388196Z [00:02:41.291]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info
2025-08-20T22:40:59.6547883Z [00:02:41.307]➜  # get https://proxy.golang.org/github.com/montanaflynn/stats/@v/v0.7.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.6556506Z [00:02:41.308]➜  # get https://proxy.golang.org/github.com/dvsekhvalnov/jose2go/@v/v1.6.0.info: 200 OK (0.020s)
2025-08-20T22:40:59.6557594Z [00:02:41.308]➜  # get https://proxy.golang.org/github.com/godbus/dbus/@v/v0.0.0-20190726142602-4481cbc300e2.info
2025-08-20T22:40:59.6558352Z [00:02:41.308]➜  # get https://proxy.golang.org/github.com/%21john%21c%21griffin/overflow/@v/v0.0.0-20211019200055-46fa312c352c.info
2025-08-20T22:40:59.6571899Z [00:02:41.310]➜  # get https://proxy.golang.org/github.com/gabriel-vasile/mimetype/@v/v1.4.7.info: 200 OK (0.020s)
2025-08-20T22:40:59.6575575Z [00:02:41.310]➜  # get https://proxy.golang.org/github.com/gsterjov/go-libsecret/@v/v0.0.0-20161001094733-a6f4afe4910c.info
2025-08-20T22:40:59.6583354Z [00:02:41.311]➜  # get https://proxy.golang.org/github.com/sirupsen/logrus/@v/v1.9.3.info: 200 OK (0.019s)
2025-08-20T22:40:59.6586790Z [00:02:41.311]➜  # get https://proxy.golang.org/github.com/mtibben/percent/@v/v0.2.1.info
2025-08-20T22:40:59.6762399Z [00:02:41.329]➜  # get https://proxy.golang.org/github.com/godbus/dbus/@v/v0.0.0-20190726142602-4481cbc300e2.info: 200 OK (0.021s)
2025-08-20T22:40:59.6763345Z [00:02:41.329]➜  # get https://proxy.golang.org/github.com/%21john%21c%21griffin/overflow/@v/v0.0.0-20211019200055-46fa312c352c.info: 200 OK (0.020s)
2025-08-20T22:40:59.6773840Z [00:02:41.330]➜  # get https://proxy.golang.org/github.com/gsterjov/go-libsecret/@v/v0.0.0-20161001094733-a6f4afe4910c.info: 200 OK (0.020s)
2025-08-20T22:40:59.6779260Z [00:02:41.330]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info
2025-08-20T22:40:59.6779870Z [00:02:41.330]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info
2025-08-20T22:40:59.6832111Z [00:02:41.336]➜  # get https://proxy.golang.org/github.com/mtibben/percent/@v/v0.2.1.info: 200 OK (0.024s)
2025-08-20T22:40:59.6978298Z [00:02:41.350]➜  # get https://proxy.golang.org/github.com/xdg-go/scram/@v/v1.1.2.info: 200 OK (0.020s)
2025-08-20T22:40:59.6979752Z [00:02:41.350]➜  # get https://proxy.golang.org/github.com/xdg-go/stringprep/@v/v1.0.4.info: 200 OK (0.020s)
2025-08-20T22:40:59.6981767Z [00:02:41.351]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info
2025-08-20T22:40:59.7191145Z [00:02:41.371]➜  # get https://proxy.golang.org/github.com/xdg-go/pbkdf2/@v/v1.0.0.info: 200 OK (0.021s)
2025-08-20T22:40:59.7273163Z [00:02:41.380]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO
2025-08-20T22:40:59.7273528Z [00:02:41.380]➜  git status --porcelain
2025-08-20T22:40:59.8311641Z [00:02:41.484]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO
2025-08-20T22:40:59.8312144Z [00:02:41.484]➜  git -c log.showsignature=false log -1 --format=%H:%ct
2025-08-20T22:40:59.8329596Z [00:02:41.485]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO; git config extensions.objectformat
2025-08-20T22:40:59.8339694Z [00:02:41.486]➜  0.001s # cd /tmp/tmp.1skgbcPykl/TEMPREPO; git config extensions.objectformat
2025-08-20T22:40:59.8340620Z [00:02:41.486]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' aa4483a4dece11a844f124c32802b90ed4e72680 --
2025-08-20T22:40:59.8394667Z [00:02:41.492]➜  0.005s # cd /tmp/tmp.1skgbcPykl/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' aa4483a4dece11a844f124c32802b90ed4e72680 --
2025-08-20T22:40:59.8395577Z [00:02:41.492]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO; git tag -l
2025-08-20T22:40:59.8409107Z [00:02:41.493]➜  0.001s # cd /tmp/tmp.1skgbcPykl/TEMPREPO; git tag -l
2025-08-20T22:40:59.8409879Z [00:02:41.493]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/tags/v1.5.0 --
2025-08-20T22:40:59.8454003Z [00:02:41.498]➜  0.004s # cd /tmp/tmp.1skgbcPykl/TEMPREPO; git -c log.showsignature=false log --no-decorate -n1 '--format=format:%H %ct %D' refs/tags/v1.5.0 --
2025-08-20T22:40:59.8454897Z [00:02:41.498]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO; git cat-file blob aa4483a4dece11a844f124c32802b90ed4e72680:go.mod
2025-08-20T22:40:59.8476365Z [00:02:41.500]➜  0.002s # cd /tmp/tmp.1skgbcPykl/TEMPREPO; git cat-file blob aa4483a4dece11a844f124c32802b90ed4e72680:go.mod
2025-08-20T22:40:59.8587010Z [00:02:41.511]➜  internal/unsafeheader
2025-08-20T22:40:59.8588428Z [00:02:41.511]➜  mkdir -p $WORK/b008/
2025-08-20T22:40:59.8588861Z [00:02:41.511]➜  internal/goarch
2025-08-20T22:40:59.8589124Z [00:02:41.511]➜  mkdir -p $WORK/b006/
2025-08-20T22:40:59.8589387Z [00:02:41.511]➜  internal/byteorder
2025-08-20T22:40:59.8589661Z [00:02:41.511]➜  mkdir -p $WORK/b012/
2025-08-20T22:40:59.8593655Z [00:02:41.512]➜  echo '# import config' > $WORK/b012/importcfg # internal
2025-08-20T22:40:59.8595974Z [00:02:41.512]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.8600124Z [00:02:41.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b012/_pkg_.a -trimpath "/root/.go/src/internal/byteorder=>internal/byteorder;$WORK/b012=>" -p internal/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid TBPJ9nmn3XMRKHaQjfh3/TBPJ9nmn3XMRKHaQjfh3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b012/importcfg -pack /root/.go/src/internal/byteorder/byteorder.go
2025-08-20T22:40:59.8601662Z [00:02:41.512]➜  echo '# import config' > $WORK/b008/importcfg # internal
2025-08-20T22:40:59.8602083Z [00:02:41.512]➜  echo '# import config' > $WORK/b006/importcfg # internal
2025-08-20T22:40:59.8603798Z [00:02:41.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b008/_pkg_.a -trimpath "/root/.go/src/internal/unsafeheader=>internal/unsafeheader;$WORK/b008=>" -p internal/unsafeheader -lang=go1.25 -std -complete -installsuffix shared -buildid P7HnT-FBefdbfrtuVPxp/P7HnT-FBefdbfrtuVPxp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b008/importcfg -pack /root/.go/src/internal/unsafeheader/unsafeheader.go
2025-08-20T22:40:59.8607004Z [00:02:41.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b006/_pkg_.a -trimpath "/root/.go/src/internal/goarch=>internal/goarch;$WORK/b006=>" -p internal/goarch -lang=go1.25 -std -complete -installsuffix shared -buildid xcpGd16-xB79hCE2NxH-/xcpGd16-xB79hCE2NxH- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b006/importcfg -pack /root/.go/src/internal/goarch/goarch.go /root/.go/src/internal/goarch/goarch_arm64.go /root/.go/src/internal/goarch/zgoarch_arm64.go
2025-08-20T22:40:59.8626602Z [00:02:41.515]➜  internal/cpu
2025-08-20T22:40:59.8660493Z [00:02:41.515]➜  mkdir -p $WORK/b011/
2025-08-20T22:40:59.8660865Z [00:02:41.515]➜  echo -n > $WORK/b011/go_asm.h # internal
2025-08-20T22:40:59.8661215Z [00:02:41.515]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:40:59.8662260Z [00:02:41.515]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b011/symabis ./cpu.s ./cpu_arm64.s
2025-08-20T22:40:59.8673029Z [00:02:41.520]➜  echo '# import config' > $WORK/b011/importcfg # internal
2025-08-20T22:40:59.8673959Z [00:02:41.520]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.8678449Z [00:02:41.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b011/_pkg_.a -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -p internal/cpu -lang=go1.25 -std -installsuffix shared -buildid xOiVxElhnkLKUPIOyZdm/xOiVxElhnkLKUPIOyZdm -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/cpu/cpu.go /root/.go/src/internal/cpu/cpu_arm64.go /root/.go/src/internal/cpu/cpu_arm64_hwcap.go /root/.go/src/internal/cpu/cpu_arm64_linux.go /root/.go/src/internal/cpu/cpu_no_name.go
2025-08-20T22:40:59.8705740Z [00:02:41.523]➜  go tool buildid -w $WORK/b008/_pkg_.a # internal
2025-08-20T22:40:59.8709538Z [00:02:41.523]➜  cp $WORK/b008/_pkg_.a /root/.cache/go-build/39/3904be4136078bbed85318b44e0e90180c8583b55d104c1b76689aa22b880dab-d # internal
2025-08-20T22:40:59.8710213Z [00:02:41.523]➜  internal/coverage/rtcov
2025-08-20T22:40:59.8712078Z [00:02:41.523]➜  mkdir -p $WORK/b014/
2025-08-20T22:40:59.8717308Z [00:02:41.524]➜  echo '# import config' > $WORK/b014/importcfg # internal
2025-08-20T22:40:59.8719425Z [00:02:41.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b014/_pkg_.a -trimpath "/root/.go/src/internal/coverage/rtcov=>internal/coverage/rtcov;$WORK/b014=>" -p internal/coverage/rtcov -lang=go1.25 -std -complete -installsuffix shared -buildid Lg1Ui5Zii1hLtfRIIRhB/Lg1Ui5Zii1hLtfRIIRhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b014/importcfg -pack /root/.go/src/internal/coverage/rtcov/rtcov.go
2025-08-20T22:40:59.8732411Z [00:02:41.525]➜  go tool buildid -w $WORK/b006/_pkg_.a # internal
2025-08-20T22:40:59.8740680Z [00:02:41.526]➜  go tool buildid -w $WORK/b012/_pkg_.a # internal
2025-08-20T22:40:59.8741950Z [00:02:41.527]➜  cp $WORK/b006/_pkg_.a /root/.cache/go-build/92/92447d945f7317f66a882eb5865e8aeb0349496c6380f010cce5b4175aae7d4d-d # internal
2025-08-20T22:40:59.8750346Z [00:02:41.527]➜  internal/abi
2025-08-20T22:40:59.8751257Z [00:02:41.527]➜  mkdir -p $WORK/b005/
2025-08-20T22:40:59.8752420Z [00:02:41.527]➜  cp $WORK/b012/_pkg_.a /root/.cache/go-build/04/046c818a7a06b497978ecefad6052e14ab998487eecd1fcd1aa2c132e16d0cfa-d # internal
2025-08-20T22:40:59.8754237Z [00:02:41.528]➜  echo -n > $WORK/b005/go_asm.h # internal
2025-08-20T22:40:59.8755816Z [00:02:41.528]➜  cd /root/.go/src/internal/abi
2025-08-20T22:40:59.8757168Z [00:02:41.528]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b005/symabis ./abi_test.s ./stub.s
2025-08-20T22:40:59.8760972Z [00:02:41.529]➜  internal/godebugs
2025-08-20T22:40:59.8761594Z [00:02:41.529]➜  mkdir -p $WORK/b015/
2025-08-20T22:40:59.8769098Z [00:02:41.529]➜  echo '# import config' > $WORK/b015/importcfg # internal
2025-08-20T22:40:59.8771242Z [00:02:41.529]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.8778461Z [00:02:41.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b015/_pkg_.a -trimpath "/root/.go/src/internal/godebugs=>internal/godebugs;$WORK/b015=>" -p internal/godebugs -lang=go1.25 -std -complete -installsuffix shared -buildid z0U3JTpbM1KVjGC6PuUk/z0U3JTpbM1KVjGC6PuUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b015/importcfg -pack /root/.go/src/internal/godebugs/table.go
2025-08-20T22:40:59.8797832Z [00:02:41.532]➜  cat >/tmp/go-build3998081543/b005/importcfg << 'EOF' # internal
2025-08-20T22:40:59.8798711Z [00:02:41.532]➜  # import config
2025-08-20T22:40:59.8799410Z [00:02:41.532]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:40:59.8799939Z [00:02:41.532]➜  EOF
2025-08-20T22:40:59.8803802Z [00:02:41.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b005/_pkg_.a -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -p internal/abi -lang=go1.25 -std -installsuffix shared -buildid OEFtkDQjYlx_bUzkur7n/OEFtkDQjYlx_bUzkur7n -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/abi/abi.go /root/.go/src/internal/abi/abi_arm64.go /root/.go/src/internal/abi/compiletype.go /root/.go/src/internal/abi/escape.go /root/.go/src/internal/abi/funcpc.go /root/.go/src/internal/abi/iface.go /root/.go/src/internal/abi/map_noswiss.go /root/.go/src/internal/abi/map_select_swiss.go /root/.go/src/internal/abi/map_swiss.go /root/.go/src/internal/abi/rangefuncconsts.go /root/.go/src/internal/abi/runtime.go /root/.go/src/internal/abi/stack.go /root/.go/src/internal/abi/switch.go /root/.go/src/internal/abi/symtab.go /root/.go/src/internal/abi/type.go
2025-08-20T22:40:59.8833369Z [00:02:41.536]➜  go tool buildid -w $WORK/b014/_pkg_.a # internal
2025-08-20T22:40:59.8839540Z [00:02:41.536]➜  cp $WORK/b014/_pkg_.a /root/.cache/go-build/bc/bc67e9efb9f5e3f901f6d057adf7e6314c09146fae2f0674871f237358a6ef0a-d # internal
2025-08-20T22:40:59.8841694Z [00:02:41.537]➜  internal/goexperiment
2025-08-20T22:40:59.8842745Z [00:02:41.537]➜  mkdir -p $WORK/b016/
2025-08-20T22:40:59.8847281Z [00:02:41.537]➜  echo '# import config' > $WORK/b016/importcfg # internal
2025-08-20T22:40:59.8855591Z [00:02:41.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b016/_pkg_.a -trimpath "/root/.go/src/internal/goexperiment=>internal/goexperiment;$WORK/b016=>" -p internal/goexperiment -lang=go1.25 -std -complete -installsuffix shared -buildid uKWXL1o0Bc-LSj0ptaHT/uKWXL1o0Bc-LSj0ptaHT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b016/importcfg -pack /root/.go/src/internal/goexperiment/exp_aliastypeparams_on.go /root/.go/src/internal/goexperiment/exp_arenas_off.go /root/.go/src/internal/goexperiment/exp_boringcrypto_off.go /root/.go/src/internal/goexperiment/exp_cacheprog_off.go /root/.go/src/internal/goexperiment/exp_cgocheck2_off.go /root/.go/src/internal/goexperiment/exp_dwarf5_on.go /root/.go/src/internal/goexperiment/exp_fieldtrack_off.go /root/.go/src/internal/goexperiment/exp_greenteagc_off.go /root/.go/src/internal/goexperiment/exp_heapminimum512kib_off.go /root/.go/src/internal/goexperiment/exp_jsonv2_off.go /root/.go/src/internal/goexperiment/exp_loopvar_off.go /root/.go/src/internal/goexperiment/exp_newinliner_off.go /root/.go/src/internal/goexperiment/exp_preemptibleloops_off.go /root/.go/src/internal/goexperiment/exp_rangefunc_off.go /root/.go/src/internal/goexperiment/exp_regabiargs_on.go /root/.go/src/internal/goexperiment/exp_regabiwrappers_on.go /root/.go/src/internal/goexperiment/exp_staticlockranking_off.go /root/.go/src/internal/goexperiment/exp_swissmap_on.go /root/.go/src/internal/goexperiment/exp_synchashtriemap_on.go /root/.go/src/internal/goexperiment/exp_synctest_off.go /root/.go/src/internal/goexperiment/flags.go
2025-08-20T22:40:59.8901345Z [00:02:41.542]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:40:59.8908002Z [00:02:41.543]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu.o ./cpu.s
2025-08-20T22:40:59.8931465Z [00:02:41.545]➜  go tool buildid -w $WORK/b016/_pkg_.a # internal
2025-08-20T22:40:59.8947614Z [00:02:41.547]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/cpu -trimpath "/root/.go/src/internal/cpu=>internal/cpu;$WORK/b011=>" -I $WORK/b011/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b011/cpu_arm64.o ./cpu_arm64.s
2025-08-20T22:40:59.8951328Z [00:02:41.547]➜  cp $WORK/b016/_pkg_.a /root/.cache/go-build/ff/ff718b847099f1e12182c6bb50a274869bfd4c8be92830fa8b2d73ee74298e8a-d # internal
2025-08-20T22:40:59.8952963Z [00:02:41.548]➜  internal/goos
2025-08-20T22:40:59.8953838Z [00:02:41.548]➜  mkdir -p $WORK/b017/
2025-08-20T22:40:59.8958287Z [00:02:41.548]➜  echo '# import config' > $WORK/b017/importcfg # internal
2025-08-20T22:40:59.8958716Z [00:02:41.548]➜  go tool buildid -w $WORK/b015/_pkg_.a # internal
2025-08-20T22:40:59.8960591Z [00:02:41.549]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.8968604Z [00:02:41.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b017/_pkg_.a -trimpath "/root/.go/src/internal/goos=>internal/goos;$WORK/b017=>" -p internal/goos -lang=go1.25 -std -complete -installsuffix shared -buildid Zaio9CsRMM6rTHRpGKtH/Zaio9CsRMM6rTHRpGKtH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b017/importcfg -pack /root/.go/src/internal/goos/goos.go /root/.go/src/internal/goos/unix.go /root/.go/src/internal/goos/zgoos_linux.go
2025-08-20T22:40:59.8974159Z [00:02:41.550]➜  cp $WORK/b015/_pkg_.a /root/.cache/go-build/8a/8a684b2382460372a8a42494090362060cae31e70e147c0935744b953b9140a3-d # internal
2025-08-20T22:40:59.8977622Z [00:02:41.550]➜  internal/profilerecord
2025-08-20T22:40:59.8980175Z [00:02:41.550]➜  mkdir -p $WORK/b018/
2025-08-20T22:40:59.8983231Z [00:02:41.551]➜  echo '# import config' > $WORK/b018/importcfg # internal
2025-08-20T22:40:59.8985764Z [00:02:41.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b018/_pkg_.a -trimpath "/root/.go/src/internal/profilerecord=>internal/profilerecord;$WORK/b018=>" -p internal/profilerecord -lang=go1.25 -std -complete -installsuffix shared -buildid XXTVkWgYXL2VIK-83WuU/XXTVkWgYXL2VIK-83WuU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b018/importcfg -pack /root/.go/src/internal/profilerecord/profilerecord.go
2025-08-20T22:40:59.9009129Z [00:02:41.553]➜  cd /root/.go/src/internal/cpu
2025-08-20T22:40:59.9013689Z [00:02:41.553]➜  go tool pack r $WORK/b011/_pkg_.a $WORK/b011/cpu.o $WORK/b011/cpu_arm64.o # internal
2025-08-20T22:40:59.9017097Z [00:02:41.553]➜  go tool buildid -w $WORK/b011/_pkg_.a # internal
2025-08-20T22:40:59.9017846Z [00:02:41.553]➜  cp $WORK/b011/_pkg_.a /root/.cache/go-build/fa/faa1ba3f55ba1a0c1fcef94a9dcdea3dd147c68d776f7ecfd52131b5cc83f978-d # internal
2025-08-20T22:40:59.9018405Z [00:02:41.554]➜  internal/bytealg
2025-08-20T22:40:59.9018665Z [00:02:41.554]➜  mkdir -p $WORK/b010/
2025-08-20T22:40:59.9018986Z [00:02:41.554]➜  echo -n > $WORK/b010/go_asm.h # internal
2025-08-20T22:40:59.9019310Z [00:02:41.554]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:40:59.9020629Z [00:02:41.554]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b010/symabis ./compare_arm64.s ./count_arm64.s ./equal_arm64.s ./index_arm64.s ./indexbyte_arm64.s
2025-08-20T22:40:59.9058788Z [00:02:41.558]➜  go tool buildid -w $WORK/b017/_pkg_.a # internal
2025-08-20T22:40:59.9064028Z [00:02:41.559]➜  cat >/tmp/go-build3998081543/b010/importcfg << 'EOF' # internal
2025-08-20T22:40:59.9065943Z [00:02:41.559]➜  # import config
2025-08-20T22:40:59.9066773Z [00:02:41.559]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:40:59.9067664Z [00:02:41.559]➜  EOF
2025-08-20T22:40:59.9068180Z [00:02:41.559]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.9072433Z [00:02:41.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b010/_pkg_.a -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -p internal/bytealg -lang=go1.25 -std -installsuffix shared -buildid cHLYtuUGsNYroo6_NRzy/cHLYtuUGsNYroo6_NRzy -goversion go1.25.0 -symabis $WORK/b010/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b010/importcfg -pack -asmhdr $WORK/b010/go_asm.h /root/.go/src/internal/bytealg/bytealg.go /root/.go/src/internal/bytealg/compare_native.go /root/.go/src/internal/bytealg/count_native.go /root/.go/src/internal/bytealg/equal_generic.go /root/.go/src/internal/bytealg/equal_native.go /root/.go/src/internal/bytealg/index_arm64.go /root/.go/src/internal/bytealg/index_native.go /root/.go/src/internal/bytealg/indexbyte_native.go /root/.go/src/internal/bytealg/lastindexbyte_generic.go
2025-08-20T22:40:59.9077615Z [00:02:41.559]➜  cp $WORK/b017/_pkg_.a /root/.cache/go-build/93/9351077ab492d3302cef304953a16238648ba4f25b9d769a2380d6143a418372-d # internal
2025-08-20T22:40:59.9079307Z [00:02:41.559]➜  internal/chacha8rand
2025-08-20T22:40:59.9079866Z [00:02:41.560]➜  mkdir -p $WORK/b013/
2025-08-20T22:40:59.9080190Z [00:02:41.560]➜  echo -n > $WORK/b013/go_asm.h # internal
2025-08-20T22:40:59.9081567Z [00:02:41.560]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:40:59.9085301Z [00:02:41.560]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b013/symabis ./chacha8_arm64.s
2025-08-20T22:40:59.9136022Z [00:02:41.566]➜  cat >/tmp/go-build3998081543/b013/importcfg << 'EOF' # internal
2025-08-20T22:40:59.9137586Z [00:02:41.566]➜  # import config
2025-08-20T22:40:59.9138274Z [00:02:41.566]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:40:59.9139400Z [00:02:41.566]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:40:59.9139966Z [00:02:41.566]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:40:59.9140318Z [00:02:41.566]➜  EOF
2025-08-20T22:40:59.9140589Z [00:02:41.566]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.9142934Z [00:02:41.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b013/_pkg_.a -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -p internal/chacha8rand -lang=go1.25 -std -installsuffix shared -buildid M9nUdEz__gedwbgeRjJL/M9nUdEz__gedwbgeRjJL -goversion go1.25.0 -symabis $WORK/b013/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b013/importcfg -pack -asmhdr $WORK/b013/go_asm.h /root/.go/src/internal/chacha8rand/chacha8.go /root/.go/src/internal/chacha8rand/chacha8_generic.go
2025-08-20T22:40:59.9153177Z [00:02:41.568]➜  go tool buildid -w $WORK/b018/_pkg_.a # internal
2025-08-20T22:40:59.9162236Z [00:02:41.569]➜  cp $WORK/b018/_pkg_.a /root/.cache/go-build/53/539ec67dd579b4851e4d7a26e939116354d21dc6a47314baffe8d80d5e86d571-d # internal
2025-08-20T22:40:59.9170874Z [00:02:41.569]➜  internal/runtime/atomic
2025-08-20T22:40:59.9175236Z [00:02:41.569]➜  mkdir -p $WORK/b019/
2025-08-20T22:40:59.9175779Z [00:02:41.570]➜  echo -n > $WORK/b019/go_asm.h # internal
2025-08-20T22:40:59.9181849Z [00:02:41.571]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:40:59.9184825Z [00:02:41.571]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b019/symabis ./atomic_arm64.s
2025-08-20T22:40:59.9236792Z [00:02:41.575]➜  cat >/tmp/go-build3998081543/b019/importcfg << 'EOF' # internal
2025-08-20T22:40:59.9237761Z [00:02:41.576]➜  # import config
2025-08-20T22:40:59.9238189Z [00:02:41.576]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:40:59.9239201Z [00:02:41.576]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:40:59.9239553Z [00:02:41.576]➜  EOF
2025-08-20T22:40:59.9239834Z [00:02:41.576]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.9242843Z [00:02:41.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b019/_pkg_.a -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -p internal/runtime/atomic -lang=go1.25 -std -installsuffix shared -buildid 4iqTnJEJ0Qa9TcC_Q_sc/4iqTnJEJ0Qa9TcC_Q_sc -goversion go1.25.0 -symabis $WORK/b019/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b019/importcfg -pack -asmhdr $WORK/b019/go_asm.h /root/.go/src/internal/runtime/atomic/atomic_arm64.go /root/.go/src/internal/runtime/atomic/doc.go /root/.go/src/internal/runtime/atomic/stubs.go /root/.go/src/internal/runtime/atomic/types.go /root/.go/src/internal/runtime/atomic/types_64bit.go /root/.go/src/internal/runtime/atomic/unaligned.go /root/.go/src/internal/runtime/atomic/xchg8.go
2025-08-20T22:40:59.9251929Z [00:02:41.578]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:40:59.9253049Z [00:02:41.578]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/compare_arm64.o ./compare_arm64.s
2025-08-20T22:40:59.9313162Z [00:02:41.583]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/count_arm64.o ./count_arm64.s
2025-08-20T22:40:59.9353430Z [00:02:41.587]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:40:59.9354856Z [00:02:41.587]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/chacha8rand -trimpath "/root/.go/src/internal/chacha8rand=>internal/chacha8rand;$WORK/b013=>" -I $WORK/b013/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b013/chacha8_arm64.o ./chacha8_arm64.s
2025-08-20T22:40:59.9356233Z [00:02:41.587]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:40:59.9359341Z [00:02:41.587]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/equal_arm64.o ./equal_arm64.s
2025-08-20T22:40:59.9403909Z [00:02:41.593]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/index_arm64.o ./index_arm64.s
2025-08-20T22:40:59.9425564Z [00:02:41.595]➜  cd /root/.go/src/internal/chacha8rand
2025-08-20T22:40:59.9426729Z [00:02:41.595]➜  go tool pack r $WORK/b013/_pkg_.a $WORK/b013/chacha8_arm64.o # internal
2025-08-20T22:40:59.9427633Z [00:02:41.595]➜  go tool buildid -w $WORK/b013/_pkg_.a # internal
2025-08-20T22:40:59.9436864Z [00:02:41.596]➜  cp $WORK/b013/_pkg_.a /root/.cache/go-build/d2/d2f854a00ccd25b061bc5c07c452dfa584e5ab690d4914ab88d4f8aa9a6c5577-d # internal
2025-08-20T22:40:59.9437790Z [00:02:41.596]➜  internal/runtime/math
2025-08-20T22:40:59.9438218Z [00:02:41.596]➜  mkdir -p $WORK/b022/
2025-08-20T22:40:59.9439121Z [00:02:41.596]➜  cat >/tmp/go-build3998081543/b022/importcfg << 'EOF' # internal
2025-08-20T22:40:59.9439519Z [00:02:41.596]➜  # import config
2025-08-20T22:40:59.9439923Z [00:02:41.596]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:40:59.9440279Z [00:02:41.596]➜  EOF
2025-08-20T22:40:59.9440555Z [00:02:41.596]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.9442228Z [00:02:41.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b022/_pkg_.a -trimpath "/root/.go/src/internal/runtime/math=>internal/runtime/math;$WORK/b022=>" -p internal/runtime/math -lang=go1.25 -std -complete -installsuffix shared -buildid 5Ux89PrGBaXlGLWJEWjy/5Ux89PrGBaXlGLWJEWjy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b022/importcfg -pack /root/.go/src/internal/runtime/math/math.go
2025-08-20T22:40:59.9545151Z [00:02:41.607]➜  cd /root/.go/src/internal/bytealg
2025-08-20T22:40:59.9546502Z [00:02:41.607]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/bytealg -trimpath "/root/.go/src/internal/bytealg=>internal/bytealg;$WORK/b010=>" -I $WORK/b010/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b010/indexbyte_arm64.o ./indexbyte_arm64.s
2025-08-20T22:40:59.9628743Z [00:02:41.614]➜  go tool pack r $WORK/b010/_pkg_.a $WORK/b010/compare_arm64.o $WORK/b010/count_arm64.o $WORK/b010/equal_arm64.o $WORK/b010/index_arm64.o $WORK/b010/indexbyte_arm64.o # internal
2025-08-20T22:40:59.9631338Z [00:02:41.615]➜  go tool buildid -w $WORK/b010/_pkg_.a # internal
2025-08-20T22:40:59.9633171Z [00:02:41.615]➜  cp $WORK/b010/_pkg_.a /root/.cache/go-build/9e/9e92752c349e069289da95eff553fc35fb64cec9762342d00c13f1dce4f34465-d # internal
2025-08-20T22:40:59.9634038Z [00:02:41.615]➜  internal/runtime/syscall
2025-08-20T22:40:59.9635622Z [00:02:41.615]➜  mkdir -p $WORK/b023/
2025-08-20T22:40:59.9636205Z [00:02:41.615]➜  echo -n > $WORK/b023/go_asm.h # internal
2025-08-20T22:40:59.9636563Z [00:02:41.615]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:40:59.9639325Z [00:02:41.615]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b023/symabis ./asm_linux_arm64.s
2025-08-20T22:40:59.9641647Z [00:02:41.615]➜  go tool buildid -w $WORK/b022/_pkg_.a # internal
2025-08-20T22:40:59.9648824Z [00:02:41.617]➜  cp $WORK/b022/_pkg_.a /root/.cache/go-build/5d/5d812f69206ca3ffccba05acaa3450d347d564c53b21dd648937451869a579d8-d # internal
2025-08-20T22:40:59.9657210Z [00:02:41.617]➜  internal/runtime/strconv
2025-08-20T22:40:59.9657547Z [00:02:41.617]➜  mkdir -p $WORK/b021/
2025-08-20T22:40:59.9666779Z [00:02:41.619]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:40:59.9669711Z [00:02:41.619]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/atomic -trimpath "/root/.go/src/internal/runtime/atomic=>internal/runtime/atomic;$WORK/b019=>" -I $WORK/b019/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b019/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:40:59.9682838Z [00:02:41.620]➜  cat >/tmp/go-build3998081543/b021/importcfg << 'EOF' # internal
2025-08-20T22:40:59.9684563Z [00:02:41.621]➜  # import config
2025-08-20T22:40:59.9686547Z [00:02:41.621]➜  packagefile internal/runtime/math=/tmp/go-build3998081543/b022/_pkg_.a
2025-08-20T22:40:59.9686987Z [00:02:41.621]➜  EOF
2025-08-20T22:40:59.9687271Z [00:02:41.621]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.9688983Z [00:02:41.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b021/_pkg_.a -trimpath "/root/.go/src/internal/runtime/strconv=>internal/runtime/strconv;$WORK/b021=>" -p internal/runtime/strconv -lang=go1.25 -std -complete -installsuffix shared -buildid sGVZN97xBvHwg1gwzGiw/sGVZN97xBvHwg1gwzGiw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b021/importcfg -pack /root/.go/src/internal/runtime/strconv/atoi.go
2025-08-20T22:40:59.9706187Z [00:02:41.623]➜  cat >/tmp/go-build3998081543/b023/importcfg << 'EOF' # internal
2025-08-20T22:40:59.9707203Z [00:02:41.623]➜  # import config
2025-08-20T22:40:59.9709320Z [00:02:41.623]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:40:59.9709856Z [00:02:41.623]➜  EOF
2025-08-20T22:40:59.9712116Z [00:02:41.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b023/_pkg_.a -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -p internal/runtime/syscall -lang=go1.25 -std -installsuffix shared -buildid h7rJ5t74D4jf8hI5e9k-/h7rJ5t74D4jf8hI5e9k- -goversion go1.25.0 -symabis $WORK/b023/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b023/importcfg -pack -asmhdr $WORK/b023/go_asm.h /root/.go/src/internal/runtime/syscall/defs_linux.go /root/.go/src/internal/runtime/syscall/defs_linux_arm64.go /root/.go/src/internal/runtime/syscall/syscall_linux.go
2025-08-20T22:40:59.9751697Z [00:02:41.627]➜  cd /root/.go/src/internal/runtime/atomic
2025-08-20T22:40:59.9754706Z [00:02:41.627]➜  go tool pack r $WORK/b019/_pkg_.a $WORK/b019/atomic_arm64.o # internal
2025-08-20T22:40:59.9755171Z [00:02:41.627]➜  go tool buildid -w $WORK/b019/_pkg_.a # internal
2025-08-20T22:40:59.9762091Z [00:02:41.629]➜  cp $WORK/b019/_pkg_.a /root/.cache/go-build/f5/f59ee396ab2810ce2128f24d3c84c198eb5432a152bb3e68c641ecbd692be2d2-d # internal
2025-08-20T22:40:59.9770177Z [00:02:41.629]➜  internal/runtime/exithook
2025-08-20T22:40:59.9771000Z [00:02:41.629]➜  mkdir -p $WORK/b024/
2025-08-20T22:40:59.9772870Z [00:02:41.630]➜  cat >/tmp/go-build3998081543/b024/importcfg << 'EOF' # internal
2025-08-20T22:40:59.9775264Z [00:02:41.630]➜  # import config
2025-08-20T22:40:59.9775871Z [00:02:41.630]➜  packagefile internal/runtime/atomic=/tmp/go-build3998081543/b019/_pkg_.a
2025-08-20T22:40:59.9776257Z [00:02:41.630]➜  EOF
2025-08-20T22:40:59.9776529Z [00:02:41.630]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:40:59.9778271Z [00:02:41.630]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b024/_pkg_.a -trimpath "/root/.go/src/internal/runtime/exithook=>internal/runtime/exithook;$WORK/b024=>" -p internal/runtime/exithook -lang=go1.25 -std -complete -installsuffix shared -buildid vRsvs1FpEvSALlVcu8C5/vRsvs1FpEvSALlVcu8C5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b024/importcfg -pack /root/.go/src/internal/runtime/exithook/hooks.go
2025-08-20T22:40:59.9824729Z [00:02:41.635]➜  go tool buildid -w $WORK/b021/_pkg_.a # internal
2025-08-20T22:40:59.9828268Z [00:02:41.635]➜  cp $WORK/b021/_pkg_.a /root/.cache/go-build/87/87c5a07859af16cb6a272d9340225aba45050267a1b5bd85797d47cc7533ad38-d # internal
2025-08-20T22:40:59.9828860Z [00:02:41.635]➜  internal/runtime/gc
2025-08-20T22:40:59.9829170Z [00:02:41.635]➜  mkdir -p $WORK/b025/
2025-08-20T22:40:59.9831509Z [00:02:41.636]➜  cat >/tmp/go-build3998081543/b025/importcfg << 'EOF' # internal
2025-08-20T22:40:59.9833145Z [00:02:41.636]➜  # import config
2025-08-20T22:40:59.9833540Z [00:02:41.636]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:40:59.9833892Z [00:02:41.636]➜  EOF
2025-08-20T22:40:59.9848945Z [00:02:41.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b025/_pkg_.a -trimpath "/root/.go/src/internal/runtime/gc=>internal/runtime/gc;$WORK/b025=>" -p internal/runtime/gc -lang=go1.25 -std -complete -installsuffix shared -buildid IW_XP-SAg_cVB1raUxrp/IW_XP-SAg_cVB1raUxrp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b025/importcfg -pack /root/.go/src/internal/runtime/gc/malloc.go /root/.go/src/internal/runtime/gc/scan.go /root/.go/src/internal/runtime/gc/sizeclasses.go
2025-08-20T22:40:59.9913655Z [00:02:41.644]➜  go tool buildid -w $WORK/b024/_pkg_.a # internal
2025-08-20T22:40:59.9918272Z [00:02:41.644]➜  cp $WORK/b024/_pkg_.a /root/.cache/go-build/b2/b26f993901165e676f357b93dbc5ea6e8036740e0b3cd2508d8f82ba50e37fc3-d # internal
2025-08-20T22:40:59.9919571Z [00:02:41.644]➜  internal/asan
2025-08-20T22:40:59.9924541Z [00:02:41.645]➜  mkdir -p $WORK/b027/
2025-08-20T22:40:59.9925503Z [00:02:41.645]➜  echo '# import config' > $WORK/b027/importcfg # internal
2025-08-20T22:40:59.9927630Z [00:02:41.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b027/_pkg_.a -trimpath "/root/.go/src/internal/asan=>internal/asan;$WORK/b027=>" -p internal/asan -lang=go1.25 -std -complete -installsuffix shared -buildid -TFJu7YwUq_gUxtM6rGp/-TFJu7YwUq_gUxtM6rGp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b027/importcfg -pack /root/.go/src/internal/asan/doc.go /root/.go/src/internal/asan/noasan.go
2025-08-20T22:40:59.9938842Z [00:02:41.646]➜  go tool buildid -w $WORK/b025/_pkg_.a # internal
2025-08-20T22:40:59.9945579Z [00:02:41.647]➜  cp $WORK/b025/_pkg_.a /root/.cache/go-build/7f/7f4bbd8cd5c80cf10289f353c1ac8af35e79bcb3ab715de3e1f3d53974228ad0-d # internal
2025-08-20T22:40:59.9946887Z [00:02:41.647]➜  internal/msan
2025-08-20T22:40:59.9947408Z [00:02:41.647]➜  mkdir -p $WORK/b028/
2025-08-20T22:40:59.9951844Z [00:02:41.648]➜  echo '# import config' > $WORK/b028/importcfg # internal
2025-08-20T22:40:59.9955044Z [00:02:41.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b028/_pkg_.a -trimpath "/root/.go/src/internal/msan=>internal/msan;$WORK/b028=>" -p internal/msan -lang=go1.25 -std -complete -installsuffix shared -buildid cK2sxiCTxqBq1nuuQvTl/cK2sxiCTxqBq1nuuQvTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b028/importcfg -pack /root/.go/src/internal/msan/doc.go /root/.go/src/internal/msan/nomsan.go
2025-08-20T22:40:59.9956906Z [00:02:41.648]➜  cd /root/.go/src/internal/runtime/syscall
2025-08-20T22:40:59.9958236Z [00:02:41.648]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/syscall -trimpath "/root/.go/src/internal/runtime/syscall=>internal/runtime/syscall;$WORK/b023=>" -I $WORK/b023/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b023/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:41:00.0024759Z [00:02:41.655]➜  go tool pack r $WORK/b023/_pkg_.a $WORK/b023/asm_linux_arm64.o # internal
2025-08-20T22:41:00.0026189Z [00:02:41.655]➜  go tool buildid -w $WORK/b023/_pkg_.a # internal
2025-08-20T22:41:00.0029017Z [00:02:41.655]➜  cp $WORK/b023/_pkg_.a /root/.cache/go-build/d8/d8ed84ca358a4199024344b616f25971c2e575f7676aeffa4166a29672a16272-d # internal
2025-08-20T22:41:00.0037768Z [00:02:41.656]➜  internal/runtime/cgroup
2025-08-20T22:41:00.0038118Z [00:02:41.656]➜  mkdir -p $WORK/b020/
2025-08-20T22:41:00.0038499Z [00:02:41.656]➜  cat >/tmp/go-build3998081543/b020/importcfg << 'EOF' # internal
2025-08-20T22:41:00.0038862Z [00:02:41.656]➜  # import config
2025-08-20T22:41:00.0039245Z [00:02:41.656]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:00.0039810Z [00:02:41.656]➜  packagefile internal/runtime/strconv=/tmp/go-build3998081543/b021/_pkg_.a
2025-08-20T22:41:00.0040371Z [00:02:41.656]➜  packagefile internal/runtime/syscall=/tmp/go-build3998081543/b023/_pkg_.a
2025-08-20T22:41:00.0040748Z [00:02:41.656]➜  EOF
2025-08-20T22:41:00.0041019Z [00:02:41.656]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.0043547Z [00:02:41.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b020/_pkg_.a -trimpath "/root/.go/src/internal/runtime/cgroup=>internal/runtime/cgroup;$WORK/b020=>" -p internal/runtime/cgroup -lang=go1.25 -std -complete -installsuffix shared -buildid RZkNYuEbdv1cShxbFoVg/RZkNYuEbdv1cShxbFoVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b020/importcfg -pack /root/.go/src/internal/runtime/cgroup/cgroup_linux.go /root/.go/src/internal/runtime/cgroup/line_reader.go /root/.go/src/internal/runtime/cgroup/runtime.go
2025-08-20T22:41:00.0130441Z [00:02:41.664]➜  go tool buildid -w $WORK/b027/_pkg_.a # internal
2025-08-20T22:41:00.0132687Z [00:02:41.664]➜  go tool buildid -w $WORK/b028/_pkg_.a # internal
2025-08-20T22:41:00.0133372Z [00:02:41.665]➜  cp $WORK/b028/_pkg_.a /root/.cache/go-build/a0/a0f5ccff9f366741713bef87bb753e9fe323bcd482a6fca824f3fa19fb0fed3d-d # internal
2025-08-20T22:41:00.0134257Z [00:02:41.665]➜  cp $WORK/b027/_pkg_.a /root/.cache/go-build/51/51f67725f0f01360aa8010c0b88c102fb1d7f18dcd0a98308d94ef1e224920d5-d # internal
2025-08-20T22:41:00.0134798Z [00:02:41.666]➜  internal/stringslite
2025-08-20T22:41:00.0135070Z [00:02:41.666]➜  mkdir -p $WORK/b031/
2025-08-20T22:41:00.0135679Z [00:02:41.666]➜  cat >/tmp/go-build3998081543/b031/importcfg << 'EOF' # internal
2025-08-20T22:41:00.0136093Z [00:02:41.666]➜  # import config
2025-08-20T22:41:00.0136478Z [00:02:41.666]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:00.0136830Z [00:02:41.666]➜  EOF
2025-08-20T22:41:00.0138392Z [00:02:41.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b031/_pkg_.a -trimpath "/root/.go/src/internal/stringslite=>internal/stringslite;$WORK/b031=>" -p internal/stringslite -lang=go1.25 -std -complete -installsuffix shared -buildid sgElV92iBri_C0vyrR2H/sgElV92iBri_C0vyrR2H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b031/importcfg -pack /root/.go/src/internal/stringslite/strings.go
2025-08-20T22:41:00.0150329Z [00:02:41.667]➜  internal/runtime/sys
2025-08-20T22:41:00.0150939Z [00:02:41.667]➜  mkdir -p $WORK/b030/
2025-08-20T22:41:00.0152004Z [00:02:41.668]➜  echo -n > $WORK/b030/go_asm.h # internal
2025-08-20T22:41:00.0152762Z [00:02:41.668]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:41:00.0154302Z [00:02:41.668]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b030/symabis ./dit_arm64.s ./empty.s
2025-08-20T22:41:00.0229059Z [00:02:41.675]➜  cat >/tmp/go-build3998081543/b030/importcfg << 'EOF' # internal
2025-08-20T22:41:00.0230018Z [00:02:41.675]➜  # import config
2025-08-20T22:41:00.0232012Z [00:02:41.675]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:41:00.0232798Z [00:02:41.675]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:00.0233745Z [00:02:41.675]➜  packagefile internal/goos=/tmp/go-build3998081543/b017/_pkg_.a
2025-08-20T22:41:00.0234216Z [00:02:41.675]➜  EOF
2025-08-20T22:41:00.0234734Z [00:02:41.675]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.0238132Z [00:02:41.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b030/_pkg_.a -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -p internal/runtime/sys -lang=go1.25 -std -installsuffix shared -buildid JaoXZ_h_hmhHF4urri25/JaoXZ_h_hmhHF4urri25 -goversion go1.25.0 -symabis $WORK/b030/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b030/importcfg -pack -asmhdr $WORK/b030/go_asm.h /root/.go/src/internal/runtime/sys/consts.go /root/.go/src/internal/runtime/sys/consts_norace.go /root/.go/src/internal/runtime/sys/dit_arm64.go /root/.go/src/internal/runtime/sys/intrinsics.go /root/.go/src/internal/runtime/sys/nih.go /root/.go/src/internal/runtime/sys/sys.go /root/.go/src/internal/runtime/sys/zversion.go
2025-08-20T22:41:00.0362654Z [00:02:41.688]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:41:00.0368304Z [00:02:41.688]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/dit_arm64.o ./dit_arm64.s
2025-08-20T22:41:00.0369466Z [00:02:41.689]➜  cd /root/.go/src/internal/abi
2025-08-20T22:41:00.0379741Z [00:02:41.689]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/abi_test.o ./abi_test.s
2025-08-20T22:41:00.0393380Z [00:02:41.692]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:41:00.0397266Z [00:02:41.692]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/runtime/sys -trimpath "/root/.go/src/internal/runtime/sys=>internal/runtime/sys;$WORK/b030=>" -I $WORK/b030/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b030/empty.o ./empty.s
2025-08-20T22:41:00.0399273Z [00:02:41.692]➜  go tool buildid -w $WORK/b031/_pkg_.a # internal
2025-08-20T22:41:00.0401482Z [00:02:41.692]➜  cd /root/.go/src/internal/abi
2025-08-20T22:41:00.0407790Z [00:02:41.692]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/abi -trimpath "/root/.go/src/internal/abi=>internal/abi;$WORK/b005=>" -I $WORK/b005/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b005/stub.o ./stub.s
2025-08-20T22:41:00.0409063Z [00:02:41.693]➜  cp $WORK/b031/_pkg_.a /root/.cache/go-build/6f/6f3c98e4b8927182bdc37a0f2138b35a773ce9502a92bb0e7ff13d85a5d1c352-d # internal
2025-08-20T22:41:00.0410022Z [00:02:41.693]➜  internal/trace/tracev2
2025-08-20T22:41:00.0410300Z [00:02:41.693]➜  mkdir -p $WORK/b032/
2025-08-20T22:41:00.0410652Z [00:02:41.693]➜  echo '# import config' > $WORK/b032/importcfg # internal
2025-08-20T22:41:00.0411037Z [00:02:41.693]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.0413073Z [00:02:41.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b032/_pkg_.a -trimpath "/root/.go/src/internal/trace/tracev2=>internal/trace/tracev2;$WORK/b032=>" -p internal/trace/tracev2 -lang=go1.25 -std -complete -installsuffix shared -buildid JOw4kvqnrGZisJYbR6vl/JOw4kvqnrGZisJYbR6vl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b032/importcfg -pack /root/.go/src/internal/trace/tracev2/doc.go /root/.go/src/internal/trace/tracev2/events.go /root/.go/src/internal/trace/tracev2/spec.go
2025-08-20T22:41:00.0430403Z [00:02:41.694]➜  go tool buildid -w $WORK/b020/_pkg_.a # internal
2025-08-20T22:41:00.0431077Z [00:02:41.695]➜  cp $WORK/b020/_pkg_.a /root/.cache/go-build/5b/5b1df4b6317377f8b126b9c0bd332171ca36d3f855363af58f2845771069d5e0-d # internal
2025-08-20T22:41:00.0431634Z [00:02:41.695]➜  sync/atomic
2025-08-20T22:41:00.0431879Z [00:02:41.695]➜  mkdir -p $WORK/b035/
2025-08-20T22:41:00.0440224Z [00:02:41.696]➜  cd /root/.go/src/internal/abi
2025-08-20T22:41:00.0441176Z [00:02:41.696]➜  go tool pack r $WORK/b005/_pkg_.a $WORK/b005/abi_test.o $WORK/b005/stub.o # internal
2025-08-20T22:41:00.0443565Z [00:02:41.696]➜  go tool buildid -w $WORK/b005/_pkg_.a # internal
2025-08-20T22:41:00.0452810Z [00:02:41.698]➜  echo -n > $WORK/b035/go_asm.h # internal
2025-08-20T22:41:00.0455853Z [00:02:41.698]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:41:00.0464694Z [00:02:41.698]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b035/symabis ./asm.s
2025-08-20T22:41:00.0465923Z [00:02:41.699]➜  cd /root/.go/src/internal/runtime/sys
2025-08-20T22:41:00.0469930Z [00:02:41.699]➜  go tool pack r $WORK/b030/_pkg_.a $WORK/b030/dit_arm64.o $WORK/b030/empty.o # internal
2025-08-20T22:41:00.0472356Z [00:02:41.699]➜  go tool buildid -w $WORK/b030/_pkg_.a # internal
2025-08-20T22:41:00.0473988Z [00:02:41.700]➜  cp $WORK/b030/_pkg_.a /root/.cache/go-build/e7/e7bc1d1aa877b34cddaaa76a13d117b00ed6866cd383f0bf76a6e4a0e99aa227-d # internal
2025-08-20T22:41:00.0476806Z [00:02:41.700]➜  math/bits
2025-08-20T22:41:00.0477332Z [00:02:41.700]➜  mkdir -p $WORK/b040/
2025-08-20T22:41:00.0478272Z [00:02:41.700]➜  cp $WORK/b005/_pkg_.a /root/.cache/go-build/7b/7b5113e0ab5fdd21ab28efe5242b44ecdc941f62616c81b795ef2c2fa7a34f81-d # internal
2025-08-20T22:41:00.0478889Z [00:02:41.700]➜  internal/race
2025-08-20T22:41:00.0479143Z [00:02:41.700]➜  mkdir -p $WORK/b029/
2025-08-20T22:41:00.0479496Z [00:02:41.700]➜  echo '# import config' > $WORK/b040/importcfg # internal
2025-08-20T22:41:00.0479882Z [00:02:41.700]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.0481622Z [00:02:41.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b040/_pkg_.a -trimpath "/root/.go/src/math/bits=>math/bits;$WORK/b040=>" -p math/bits -lang=go1.25 -std -complete -installsuffix shared -buildid mewLIJx9t7e24poTN5tU/mewLIJx9t7e24poTN5tU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b040/importcfg -pack /root/.go/src/math/bits/bits.go /root/.go/src/math/bits/bits_errors.go /root/.go/src/math/bits/bits_tables.go
2025-08-20T22:41:00.0488311Z [00:02:41.701]➜  cat >/tmp/go-build3998081543/b029/importcfg << 'EOF' # internal
2025-08-20T22:41:00.0491186Z [00:02:41.701]➜  # import config
2025-08-20T22:41:00.0491559Z [00:02:41.701]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:00.0491896Z [00:02:41.701]➜  EOF
2025-08-20T22:41:00.0493477Z [00:02:41.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b029/_pkg_.a -trimpath "/root/.go/src/internal/race=>internal/race;$WORK/b029=>" -p internal/race -lang=go1.25 -std -complete -installsuffix shared -buildid FhbLQqV1Qz8jSBwlrpNF/FhbLQqV1Qz8jSBwlrpNF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b029/importcfg -pack /root/.go/src/internal/race/doc.go /root/.go/src/internal/race/norace.go
2025-08-20T22:41:00.0525092Z [00:02:41.705]➜  echo '# import config' > $WORK/b035/importcfg # internal
2025-08-20T22:41:00.0533616Z [00:02:41.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b035/_pkg_.a -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b035=>" -p sync/atomic -lang=go1.25 -std -installsuffix shared -buildid v-MlDIDzOS5gnwcNEwHP/v-MlDIDzOS5gnwcNEwHP -goversion go1.25.0 -symabis $WORK/b035/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b035/importcfg -pack -asmhdr $WORK/b035/go_asm.h /root/.go/src/sync/atomic/doc.go /root/.go/src/sync/atomic/doc_64.go /root/.go/src/sync/atomic/type.go /root/.go/src/sync/atomic/value.go
2025-08-20T22:41:00.0572209Z [00:02:41.709]➜  go tool buildid -w $WORK/b032/_pkg_.a # internal
2025-08-20T22:41:00.0579342Z [00:02:41.710]➜  cp $WORK/b032/_pkg_.a /root/.cache/go-build/cd/cd3051784454a2168b6c4bb5d41845e5a6c569401a46c05ed660e51fddb1f838-d # internal
2025-08-20T22:41:00.0581716Z [00:02:41.710]➜  internal/synctest
2025-08-20T22:41:00.0582007Z [00:02:41.710]➜  mkdir -p $WORK/b036/
2025-08-20T22:41:00.0582386Z [00:02:41.710]➜  cat >/tmp/go-build3998081543/b036/importcfg << 'EOF' # internal
2025-08-20T22:41:00.0582738Z [00:02:41.710]➜  # import config
2025-08-20T22:41:00.0583118Z [00:02:41.710]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:00.0583460Z [00:02:41.710]➜  EOF
2025-08-20T22:41:00.0584988Z [00:02:41.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b036/_pkg_.a -trimpath "/root/.go/src/internal/synctest=>internal/synctest;$WORK/b036=>" -p internal/synctest -lang=go1.25 -std -complete -installsuffix shared -buildid TXvhGynv0KAtbNuS7qmd/TXvhGynv0KAtbNuS7qmd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b036/importcfg -pack /root/.go/src/internal/synctest/synctest.go
2025-08-20T22:41:00.0666942Z [00:02:41.717]➜  go tool buildid -w $WORK/b029/_pkg_.a # internal
2025-08-20T22:41:00.0678752Z [00:02:41.720]➜  cp $WORK/b029/_pkg_.a /root/.cache/go-build/b6/b660b4af4a041fec5cc0f8ab1dd11d02348b8b132f004d2be64b68e1bfbc7d70-d # internal
2025-08-20T22:41:00.0684302Z [00:02:41.721]➜  internal/runtime/maps
2025-08-20T22:41:00.0685160Z [00:02:41.721]➜  mkdir -p $WORK/b026/
2025-08-20T22:41:00.0696093Z [00:02:41.721]➜  go tool buildid -w $WORK/b036/_pkg_.a # internal
2025-08-20T22:41:00.0698394Z [00:02:41.722]➜  cat >/tmp/go-build3998081543/b026/importcfg << 'EOF' # internal
2025-08-20T22:41:00.0698908Z [00:02:41.722]➜  # import config
2025-08-20T22:41:00.0699305Z [00:02:41.722]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:00.0699789Z [00:02:41.722]➜  packagefile internal/asan=/tmp/go-build3998081543/b027/_pkg_.a
2025-08-20T22:41:00.0700268Z [00:02:41.722]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:00.0700769Z [00:02:41.722]➜  packagefile internal/msan=/tmp/go-build3998081543/b028/_pkg_.a
2025-08-20T22:41:00.0701239Z [00:02:41.722]➜  packagefile internal/race=/tmp/go-build3998081543/b029/_pkg_.a
2025-08-20T22:41:00.0701735Z [00:02:41.722]➜  packagefile internal/runtime/math=/tmp/go-build3998081543/b022/_pkg_.a
2025-08-20T22:41:00.0702258Z [00:02:41.722]➜  packagefile internal/runtime/sys=/tmp/go-build3998081543/b030/_pkg_.a
2025-08-20T22:41:00.0702617Z [00:02:41.722]➜  EOF
2025-08-20T22:41:00.0711378Z [00:02:41.723]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b026/_pkg_.a -trimpath "/root/.go/src/internal/runtime/maps=>internal/runtime/maps;$WORK/b026=>" -p internal/runtime/maps -lang=go1.25 -std -complete -installsuffix shared -buildid FvpnymCbqQDEW_gwSU6f/FvpnymCbqQDEW_gwSU6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b026/importcfg -pack /root/.go/src/internal/runtime/maps/group.go /root/.go/src/internal/runtime/maps/map.go /root/.go/src/internal/runtime/maps/runtime.go /root/.go/src/internal/runtime/maps/runtime_fast32_swiss.go /root/.go/src/internal/runtime/maps/runtime_fast64_swiss.go /root/.go/src/internal/runtime/maps/runtime_faststr_swiss.go /root/.go/src/internal/runtime/maps/runtime_swiss.go /root/.go/src/internal/runtime/maps/table.go /root/.go/src/internal/runtime/maps/table_debug.go
2025-08-20T22:41:00.0715094Z [00:02:41.723]➜  cp $WORK/b036/_pkg_.a /root/.cache/go-build/b2/b2873871407a91c440dc3cf51ebd3b1ded1bbc7ce2d525de6bbdde5db340eab1-d # internal
2025-08-20T22:41:00.0719719Z [00:02:41.724]➜  internal/itoa
2025-08-20T22:41:00.0738899Z [00:02:41.726]➜  mkdir -p $WORK/b042/
2025-08-20T22:41:00.0739298Z [00:02:41.726]➜  echo '# import config' > $WORK/b042/importcfg # internal
2025-08-20T22:41:00.0740842Z [00:02:41.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b042/_pkg_.a -trimpath "/root/.go/src/internal/itoa=>internal/itoa;$WORK/b042=>" -p internal/itoa -lang=go1.25 -std -complete -installsuffix shared -buildid 9u4HPsdihVw8NDi4g4l5/9u4HPsdihVw8NDi4g4l5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b042/importcfg -pack /root/.go/src/internal/itoa/itoa.go
2025-08-20T22:41:00.0821409Z [00:02:41.734]➜  go tool buildid -w $WORK/b040/_pkg_.a # internal
2025-08-20T22:41:00.0830838Z [00:02:41.735]➜  cp $WORK/b040/_pkg_.a /root/.cache/go-build/3a/3a50ceb0a2fb77b5edf3aa93566e69df24271103323657ad56870816d20d576f-d # internal
2025-08-20T22:41:00.0834037Z [00:02:41.735]➜  cmp
2025-08-20T22:41:00.0834342Z [00:02:41.735]➜  mkdir -p $WORK/b045/
2025-08-20T22:41:00.0834733Z [00:02:41.736]➜  echo '# import config' > $WORK/b045/importcfg # internal
2025-08-20T22:41:00.0838588Z [00:02:41.736]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b045/_pkg_.a -trimpath "/root/.go/src/cmp=>cmp;$WORK/b045=>" -p cmp -lang=go1.25 -std -complete -installsuffix shared -buildid 3pNLZ4lQZRo8EuEyPFwj/3pNLZ4lQZRo8EuEyPFwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b045/importcfg -pack /root/.go/src/cmp/cmp.go
2025-08-20T22:41:00.0872072Z [00:02:41.739]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:41:00.0873207Z [00:02:41.740]➜  /root/.go/pkg/tool/linux_arm64/asm -p sync/atomic -trimpath "/root/.go/src/sync/atomic=>sync/atomic;$WORK/b035=>" -I $WORK/b035/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b035/asm.o ./asm.s
2025-08-20T22:41:00.0895949Z [00:02:41.742]➜  go tool buildid -w $WORK/b042/_pkg_.a # internal
2025-08-20T22:41:00.0897928Z [00:02:41.742]➜  cp $WORK/b042/_pkg_.a /root/.cache/go-build/43/43f3793b0347d321d798ee01c1447718113e7bc9ee464864b96656ec487ee6b5-d # internal
2025-08-20T22:41:00.0898667Z [00:02:41.742]➜  unicode/utf8
2025-08-20T22:41:00.0898949Z [00:02:41.742]➜  mkdir -p $WORK/b051/
2025-08-20T22:41:00.0899654Z [00:02:41.742]➜  echo '# import config' > $WORK/b051/importcfg # internal
2025-08-20T22:41:00.0900072Z [00:02:41.742]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.0903946Z [00:02:41.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b051/_pkg_.a -trimpath "/root/.go/src/unicode/utf8=>unicode/utf8;$WORK/b051=>" -p unicode/utf8 -lang=go1.25 -std -complete -installsuffix shared -buildid reMv-Ud2pu9ytkC_Wm1X/reMv-Ud2pu9ytkC_Wm1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b051/importcfg -pack /root/.go/src/unicode/utf8/utf8.go
2025-08-20T22:41:00.0908581Z [00:02:41.743]➜  cd /root/.go/src/sync/atomic
2025-08-20T22:41:00.0908964Z [00:02:41.743]➜  go tool pack r $WORK/b035/_pkg_.a $WORK/b035/asm.o # internal
2025-08-20T22:41:00.0909386Z [00:02:41.743]➜  go tool buildid -w $WORK/b035/_pkg_.a # internal
2025-08-20T22:41:00.0918938Z [00:02:41.744]➜  cp $WORK/b035/_pkg_.a /root/.cache/go-build/fe/feabcbb20f01685b446215b8a907e961472b59cb372daae82e5fd043039954f6-d # internal
2025-08-20T22:41:00.0925542Z [00:02:41.745]➜  go tool buildid -w $WORK/b045/_pkg_.a # internal
2025-08-20T22:41:00.0929779Z [00:02:41.745]➜  cp $WORK/b045/_pkg_.a /root/.cache/go-build/ed/ed6c5f43a5203b4128232dc7cfe4b375a2a22f2dead0d2222d83c2bbad9036e1-d # internal
2025-08-20T22:41:00.0941132Z [00:02:41.747]➜  math
2025-08-20T22:41:00.0943046Z [00:02:41.747]➜  mkdir -p $WORK/b055/
2025-08-20T22:41:00.0946370Z [00:02:41.747]➜  internal/sync
2025-08-20T22:41:00.0946636Z [00:02:41.747]➜  mkdir -p $WORK/b034/
2025-08-20T22:41:00.0949891Z [00:02:41.747]➜  cat >/tmp/go-build3998081543/b034/importcfg << 'EOF' # internal
2025-08-20T22:41:00.0950638Z [00:02:41.747]➜  # import config
2025-08-20T22:41:00.0951512Z [00:02:41.747]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:00.0954939Z [00:02:41.747]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:00.0955680Z [00:02:41.747]➜  packagefile internal/race=/tmp/go-build3998081543/b029/_pkg_.a
2025-08-20T22:41:00.0956164Z [00:02:41.747]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:00.0956496Z [00:02:41.747]➜  EOF
2025-08-20T22:41:00.0956774Z [00:02:41.748]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.0962856Z [00:02:41.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b034/_pkg_.a -trimpath "/root/.go/src/internal/sync=>internal/sync;$WORK/b034=>" -p internal/sync -lang=go1.25 -std -complete -installsuffix shared -buildid CrhNaheWs2cMJRe3X-vu/CrhNaheWs2cMJRe3X-vu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b034/importcfg -pack /root/.go/src/internal/sync/hashtriemap.go /root/.go/src/internal/sync/mutex.go /root/.go/src/internal/sync/runtime.go
2025-08-20T22:41:00.0969475Z [00:02:41.749]➜  echo -n > $WORK/b055/go_asm.h # internal
2025-08-20T22:41:00.0971751Z [00:02:41.750]➜  cd /root/.go/src/math
2025-08-20T22:41:00.0975695Z [00:02:41.750]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b055/symabis ./dim_arm64.s ./exp_arm64.s ./floor_arm64.s ./modf_arm64.s
2025-08-20T22:41:00.1012141Z [00:02:41.753]➜  cat >/tmp/go-build3998081543/b055/importcfg << 'EOF' # internal
2025-08-20T22:41:00.1013150Z [00:02:41.753]➜  # import config
2025-08-20T22:41:00.1014012Z [00:02:41.753]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:00.1014576Z [00:02:41.753]➜  EOF
2025-08-20T22:41:00.1015980Z [00:02:41.754]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.1022793Z [00:02:41.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b055/_pkg_.a -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -p math -lang=go1.25 -std -installsuffix shared -buildid 6wDiWzQQCqBQkxujwy3F/6wDiWzQQCqBQkxujwy3F -goversion go1.25.0 -symabis $WORK/b055/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b055/importcfg -pack -asmhdr $WORK/b055/go_asm.h /root/.go/src/math/abs.go /root/.go/src/math/acosh.go /root/.go/src/math/asin.go /root/.go/src/math/asinh.go /root/.go/src/math/atan.go /root/.go/src/math/atan2.go /root/.go/src/math/atanh.go /root/.go/src/math/bits.go /root/.go/src/math/cbrt.go /root/.go/src/math/const.go /root/.go/src/math/copysign.go /root/.go/src/math/dim.go /root/.go/src/math/dim_asm.go /root/.go/src/math/erf.go /root/.go/src/math/erfinv.go /root/.go/src/math/exp.go /root/.go/src/math/exp2_asm.go /root/.go/src/math/exp_asm.go /root/.go/src/math/expm1.go /root/.go/src/math/floor.go /root/.go/src/math/floor_asm.go /root/.go/src/math/fma.go /root/.go/src/math/frexp.go /root/.go/src/math/gamma.go /root/.go/src/math/hypot.go /root/.go/src/math/hypot_noasm.go /root/.go/src/math/j0.go /root/.go/src/math/j1.go /root/.go/src/math/jn.go /root/.go/src/math/ldexp.go /root/.go/src/math/lgamma.go /root/.go/src/math/log.go /root/.go/src/math/log10.go /root/.go/src/math/log1p.go /root/.go/src/math/log_stub.go /root/.go/src/math/logb.go /root/.go/src/math/mod.go /root/.go/src/math/modf.go /root/.go/src/math/modf_asm.go /root/.go/src/math/nextafter.go /root/.go/src/math/pow.go /root/.go/src/math/pow10.go /root/.go/src/math/remainder.go /root/.go/src/math/signbit.go /root/.go/src/math/sin.go /root/.go/src/math/sincos.go /root/.go/src/math/sinh.go /root/.go/src/math/sqrt.go /root/.go/src/math/stubs.go /root/.go/src/math/tan.go /root/.go/src/math/tanh.go /root/.go/src/math/trig_reduce.go /root/.go/src/math/unsafe.go
2025-08-20T22:41:00.1111791Z [00:02:41.763]➜  go tool buildid -w $WORK/b051/_pkg_.a # internal
2025-08-20T22:41:00.1118674Z [00:02:41.764]➜  cp $WORK/b051/_pkg_.a /root/.cache/go-build/a7/a75ff72001f2bce9c9039ce88ad4bd34bc9d0b5e5fd112b2f9beeaa0a4265c93-d # internal
2025-08-20T22:41:00.1126570Z [00:02:41.765]➜  unicode
2025-08-20T22:41:00.1132124Z [00:02:41.765]➜  mkdir -p $WORK/b057/
2025-08-20T22:41:00.1138142Z [00:02:41.766]➜  echo '# import config' > $WORK/b057/importcfg # internal
2025-08-20T22:41:00.1157838Z [00:02:41.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b057/_pkg_.a -trimpath "/root/.go/src/unicode=>unicode;$WORK/b057=>" -p unicode -lang=go1.25 -std -complete -installsuffix shared -buildid 1uavR90G2Z8Kzq6sjfjV/1uavR90G2Z8Kzq6sjfjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b057/importcfg -pack /root/.go/src/unicode/casetables.go /root/.go/src/unicode/digit.go /root/.go/src/unicode/graphic.go /root/.go/src/unicode/letter.go /root/.go/src/unicode/tables.go
2025-08-20T22:41:00.1199220Z [00:02:41.772]➜  go tool buildid -w $WORK/b034/_pkg_.a # internal
2025-08-20T22:41:00.1205318Z [00:02:41.773]➜  cp $WORK/b034/_pkg_.a /root/.cache/go-build/fb/fb4bd605be1e6c90bef6f038cc77a8497529f7cfa1c89ae8401a6e374cd5dad5-d # internal
2025-08-20T22:41:00.1208018Z [00:02:41.773]➜  log/internal
2025-08-20T22:41:00.1208480Z [00:02:41.773]➜  mkdir -p $WORK/b072/
2025-08-20T22:41:00.1232447Z [00:02:41.776]➜  echo '# import config' > $WORK/b072/importcfg # internal
2025-08-20T22:41:00.1234082Z [00:02:41.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b072/_pkg_.a -trimpath "/root/.go/src/log/internal=>log/internal;$WORK/b072=>" -p log/internal -lang=go1.25 -std -complete -installsuffix shared -buildid M0dPiGT15wJWZrjLqd_h/M0dPiGT15wJWZrjLqd_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b072/importcfg -pack /root/.go/src/log/internal/internal.go
2025-08-20T22:41:00.1310742Z [00:02:41.783]➜  go tool buildid -w $WORK/b072/_pkg_.a # internal
2025-08-20T22:41:00.1316058Z [00:02:41.783]➜  cp $WORK/b072/_pkg_.a /root/.cache/go-build/3e/3e57a438f9e6fbb1f4a158c7b3d148c10a288055c14b73556fec49b3f5010c62-d # internal
2025-08-20T22:41:00.1317549Z [00:02:41.784]➜  github.com/c-bata/go-prompt/internal/strings
2025-08-20T22:41:00.1317974Z [00:02:41.784]➜  mkdir -p $WORK/b073/
2025-08-20T22:41:00.1318367Z [00:02:41.784]➜  cat >/tmp/go-build3998081543/b073/importcfg << 'EOF' # internal
2025-08-20T22:41:00.1319095Z [00:02:41.784]➜  # import config
2025-08-20T22:41:00.1319531Z [00:02:41.784]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:00.1319870Z [00:02:41.784]➜  EOF
2025-08-20T22:41:00.1321915Z [00:02:41.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/strings=>github.com/c-bata/go-prompt@v0.2.6/internal/strings;$WORK/b073=>" -p github.com/c-bata/go-prompt/internal/strings -lang=go1.14 -complete -installsuffix shared -buildid CxbVbObv5WS9ufOEAvMZ/CxbVbObv5WS9ufOEAvMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b073/importcfg -pack /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/strings/strings.go
2025-08-20T22:41:00.1453968Z [00:02:41.798]➜  go tool buildid -w $WORK/b073/_pkg_.a # internal
2025-08-20T22:41:00.1460301Z [00:02:41.798]➜  cp $WORK/b073/_pkg_.a /root/.cache/go-build/51/51c31f3810be9fde46d348f2ffee9c86839c7425b76f7bb4bff1bec2e7a8ea0d-d # internal
2025-08-20T22:41:00.1478873Z [00:02:41.800]➜  github.com/rivo/uniseg
2025-08-20T22:41:00.1479198Z [00:02:41.800]➜  mkdir -p $WORK/b079/
2025-08-20T22:41:00.1486317Z [00:02:41.801]➜  cat >/tmp/go-build3998081543/b079/importcfg << 'EOF' # internal
2025-08-20T22:41:00.1486713Z [00:02:41.801]➜  # import config
2025-08-20T22:41:00.1487075Z [00:02:41.801]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:00.1487881Z [00:02:41.801]➜  EOF
2025-08-20T22:41:00.1498602Z [00:02:41.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b079/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rivo/uniseg@v0.4.7=>github.com/rivo/uniseg@v0.4.7;$WORK/b079=>" -p github.com/rivo/uniseg -lang=go1.18 -complete -installsuffix shared -buildid _Ij5HmOVJjd14q5M5JOk/_Ij5HmOVJjd14q5M5JOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b079/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-20T22:41:00.2279216Z [00:02:41.878]➜  go tool buildid -w $WORK/b057/_pkg_.a # internal
2025-08-20T22:41:00.2279988Z [00:02:41.880]➜  cp $WORK/b057/_pkg_.a /root/.cache/go-build/47/473cce98a269cae0ec2db1857eecf73a7a3ecee83d576a6d563f184672cf7684-d # internal
2025-08-20T22:41:00.2286675Z [00:02:41.881]➜  crypto/internal/fips140/alias
2025-08-20T22:41:00.2287521Z [00:02:41.881]➜  mkdir -p $WORK/b099/
2025-08-20T22:41:00.2294080Z [00:02:41.882]➜  echo '# import config' > $WORK/b099/importcfg # internal
2025-08-20T22:41:00.2298518Z [00:02:41.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b099/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/alias=>crypto/internal/fips140/alias;$WORK/b099=>" -p crypto/internal/fips140/alias -lang=go1.25 -std -complete -installsuffix shared -buildid P89uAJXoYu0tNKQ7oYTl/P89uAJXoYu0tNKQ7oYTl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b099/importcfg -pack /root/.go/src/crypto/internal/fips140/alias/alias.go
2025-08-20T22:41:00.2331935Z [00:02:41.885]➜  cd /root/.go/src/math
2025-08-20T22:41:00.2334065Z [00:02:41.885]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b055/dim_arm64.o ./dim_arm64.s
2025-08-20T22:41:00.2402010Z [00:02:41.892]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b055/exp_arm64.o ./exp_arm64.s
2025-08-20T22:41:00.2403447Z [00:02:41.893]➜  go tool buildid -w $WORK/b099/_pkg_.a # internal
2025-08-20T22:41:00.2404343Z [00:02:41.893]➜  cp $WORK/b099/_pkg_.a /root/.cache/go-build/58/588e32276932b3fdda9ba97641cbebbd242221a30a16856453160f4b3da2f038-d # internal
2025-08-20T22:41:00.2406234Z [00:02:41.893]➜  crypto/internal/fips140deps/byteorder
2025-08-20T22:41:00.2407463Z [00:02:41.893]➜  mkdir -p $WORK/b103/
2025-08-20T22:41:00.2407882Z [00:02:41.893]➜  cat >/tmp/go-build3998081543/b103/importcfg << 'EOF' # internal
2025-08-20T22:41:00.2408234Z [00:02:41.893]➜  # import config
2025-08-20T22:41:00.2408630Z [00:02:41.893]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:00.2408993Z [00:02:41.893]➜  EOF
2025-08-20T22:41:00.2409262Z [00:02:41.893]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.2411243Z [00:02:41.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b103/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/byteorder=>crypto/internal/fips140deps/byteorder;$WORK/b103=>" -p crypto/internal/fips140deps/byteorder -lang=go1.25 -std -complete -installsuffix shared -buildid ghv3MFGy8L4P-VUWzvG5/ghv3MFGy8L4P-VUWzvG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b103/importcfg -pack /root/.go/src/crypto/internal/fips140deps/byteorder/byteorder.go
2025-08-20T22:41:00.2425006Z [00:02:41.895]➜  cd /root/.go/src/math
2025-08-20T22:41:00.2426105Z [00:02:41.895]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b055/floor_arm64.o ./floor_arm64.s
2025-08-20T22:41:00.2453259Z [00:02:41.898]➜  /root/.go/pkg/tool/linux_arm64/asm -p math -trimpath "/root/.go/src/math=>math;$WORK/b055=>" -I $WORK/b055/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b055/modf_arm64.o ./modf_arm64.s
2025-08-20T22:41:00.2484115Z [00:02:41.901]➜  go tool pack r $WORK/b055/_pkg_.a $WORK/b055/dim_arm64.o $WORK/b055/exp_arm64.o $WORK/b055/floor_arm64.o $WORK/b055/modf_arm64.o # internal
2025-08-20T22:41:00.2485125Z [00:02:41.901]➜  go tool buildid -w $WORK/b055/_pkg_.a # internal
2025-08-20T22:41:00.2500013Z [00:02:41.902]➜  cp $WORK/b055/_pkg_.a /root/.cache/go-build/17/17b1eb6db80c50e7944d2b5a5f96836bf732615bb04e806d8f21318c0337c86c-d # internal
2025-08-20T22:41:00.2501187Z [00:02:41.902]➜  crypto/internal/fips140deps/cpu
2025-08-20T22:41:00.2501767Z [00:02:41.902]➜  mkdir -p $WORK/b104/
2025-08-20T22:41:00.2503198Z [00:02:41.903]➜  cat >/tmp/go-build3998081543/b104/importcfg << 'EOF' # internal
2025-08-20T22:41:00.2503833Z [00:02:41.903]➜  # import config
2025-08-20T22:41:00.2504311Z [00:02:41.903]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:41:00.2504886Z [00:02:41.903]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:00.2505603Z [00:02:41.903]➜  EOF
2025-08-20T22:41:00.2507016Z [00:02:41.903]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.2508845Z [00:02:41.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b104/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/cpu=>crypto/internal/fips140deps/cpu;$WORK/b104=>" -p crypto/internal/fips140deps/cpu -lang=go1.25 -std -complete -installsuffix shared -buildid E6H_w7b3eFEYOHk0R41l/E6H_w7b3eFEYOHk0R41l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b104/importcfg -pack /root/.go/src/crypto/internal/fips140deps/cpu/cpu.go
2025-08-20T22:41:00.2529781Z [00:02:41.905]➜  go tool buildid -w $WORK/b026/_pkg_.a # internal
2025-08-20T22:41:00.2541091Z [00:02:41.906]➜  go tool buildid -w $WORK/b103/_pkg_.a # internal
2025-08-20T22:41:00.2544087Z [00:02:41.907]➜  cp $WORK/b103/_pkg_.a /root/.cache/go-build/3a/3a20cb1432888c208b49a2fbc631359b90629c8d47494e75045c036c20d6315b-d # internal
2025-08-20T22:41:00.2547056Z [00:02:41.907]➜  crypto/internal/fips140/subtle
2025-08-20T22:41:00.2547573Z [00:02:41.907]➜  mkdir -p $WORK/b107/
2025-08-20T22:41:00.2547894Z [00:02:41.907]➜  echo -n > $WORK/b107/go_asm.h # internal
2025-08-20T22:41:00.2548259Z [00:02:41.907]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:41:00.2549747Z [00:02:41.907]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b107/symabis ./xor_arm64.s
2025-08-20T22:41:00.2571458Z [00:02:41.910]➜  cat >/tmp/go-build3998081543/b107/importcfg << 'EOF' # internal
2025-08-20T22:41:00.2573219Z [00:02:41.910]➜  # import config
2025-08-20T22:41:00.2574296Z [00:02:41.910]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3998081543/b099/_pkg_.a
2025-08-20T22:41:00.2575237Z [00:02:41.910]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:00.2576798Z [00:02:41.910]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:00.2578475Z [00:02:41.910]➜  EOF
2025-08-20T22:41:00.2578965Z [00:02:41.910]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.2581567Z [00:02:41.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b107/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b107=>" -p crypto/internal/fips140/subtle -lang=go1.25 -std -installsuffix shared -buildid 2NY9C7oa8Pj4-CAILAM2/2NY9C7oa8Pj4-CAILAM2 -goversion go1.25.0 -symabis $WORK/b107/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b107/importcfg -pack -asmhdr $WORK/b107/go_asm.h /root/.go/src/crypto/internal/fips140/subtle/constant_time.go /root/.go/src/crypto/internal/fips140/subtle/xor.go /root/.go/src/crypto/internal/fips140/subtle/xor_asm.go
2025-08-20T22:41:00.2586413Z [00:02:41.910]➜  cp $WORK/b026/_pkg_.a /root/.cache/go-build/c6/c616b65fa5990fbca2ad0a1a9a8c848b696578192ce2a528a51f5ffd3461ffec-d # internal
2025-08-20T22:41:00.2599624Z [00:02:41.912]➜  go tool buildid -w $WORK/b104/_pkg_.a # internal
2025-08-20T22:41:00.2622205Z [00:02:41.915]➜  cp $WORK/b104/_pkg_.a /root/.cache/go-build/ab/abf0dda6d42bf4e26c835af0338a69f396829085b126221436f314ac1c9e5a97-d # internal
2025-08-20T22:41:00.2638417Z [00:02:41.915]➜  crypto/internal/boring/sig
2025-08-20T22:41:00.2639057Z [00:02:41.915]➜  mkdir -p $WORK/b119/
2025-08-20T22:41:00.2639401Z [00:02:41.915]➜  echo -n > $WORK/b119/go_asm.h # internal
2025-08-20T22:41:00.2639782Z [00:02:41.915]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:41:00.2641231Z [00:02:41.915]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b119/symabis ./sig_other.s
2025-08-20T22:41:00.2652449Z [00:02:41.918]➜  runtime
2025-08-20T22:41:00.2654450Z [00:02:41.918]➜  mkdir -p $WORK/b009/
2025-08-20T22:41:00.2664442Z [00:02:41.919]➜  echo '# import config' > $WORK/b119/importcfg # internal
2025-08-20T22:41:00.2665151Z [00:02:41.919]➜  echo -n > $WORK/b009/go_asm.h # internal
2025-08-20T22:41:00.2666327Z [00:02:41.919]➜  cd /root/.go/src/runtime
2025-08-20T22:41:00.2668475Z [00:02:41.919]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b009/symabis ./asm.s ./asm_arm64.s ./atomic_arm64.s ./duff_arm64.s ./ints.s ./memclr_arm64.s ./memmove_arm64.s ./preempt_arm64.s ./rt0_linux_arm64.s ./sys_linux_arm64.s ./tls_arm64.s
2025-08-20T22:41:00.2670093Z [00:02:41.919]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.2672236Z [00:02:41.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b119/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b119=>" -p crypto/internal/boring/sig -lang=go1.25 -std -installsuffix shared -buildid HC672PcYn1QAJA2a1Uyp/HC672PcYn1QAJA2a1Uyp -goversion go1.25.0 -symabis $WORK/b119/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b119/importcfg -pack -asmhdr $WORK/b119/go_asm.h /root/.go/src/crypto/internal/boring/sig/sig.go
2025-08-20T22:41:00.2742963Z [00:02:41.926]➜  cat >/tmp/go-build3998081543/b009/importcfg << 'EOF' # internal
2025-08-20T22:41:00.2743391Z [00:02:41.926]➜  # import config
2025-08-20T22:41:00.2743755Z [00:02:41.926]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:00.2744270Z [00:02:41.926]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:00.2744778Z [00:02:41.926]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:00.2745300Z [00:02:41.926]➜  packagefile internal/chacha8rand=/tmp/go-build3998081543/b013/_pkg_.a
2025-08-20T22:41:00.2746145Z [00:02:41.926]➜  packagefile internal/coverage/rtcov=/tmp/go-build3998081543/b014/_pkg_.a
2025-08-20T22:41:00.2747074Z [00:02:41.926]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:41:00.2747558Z [00:02:41.926]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:00.2748052Z [00:02:41.926]➜  packagefile internal/godebugs=/tmp/go-build3998081543/b015/_pkg_.a
2025-08-20T22:41:00.2748568Z [00:02:41.926]➜  packagefile internal/goexperiment=/tmp/go-build3998081543/b016/_pkg_.a
2025-08-20T22:41:00.2749065Z [00:02:41.926]➜  packagefile internal/goos=/tmp/go-build3998081543/b017/_pkg_.a
2025-08-20T22:41:00.2749580Z [00:02:41.926]➜  packagefile internal/profilerecord=/tmp/go-build3998081543/b018/_pkg_.a
2025-08-20T22:41:00.2750119Z [00:02:41.926]➜  packagefile internal/runtime/atomic=/tmp/go-build3998081543/b019/_pkg_.a
2025-08-20T22:41:00.2750661Z [00:02:41.926]➜  packagefile internal/runtime/cgroup=/tmp/go-build3998081543/b020/_pkg_.a
2025-08-20T22:41:00.2751216Z [00:02:41.926]➜  packagefile internal/runtime/exithook=/tmp/go-build3998081543/b024/_pkg_.a
2025-08-20T22:41:00.2751762Z [00:02:41.926]➜  packagefile internal/runtime/gc=/tmp/go-build3998081543/b025/_pkg_.a
2025-08-20T22:41:00.2752280Z [00:02:41.926]➜  packagefile internal/runtime/maps=/tmp/go-build3998081543/b026/_pkg_.a
2025-08-20T22:41:00.2752805Z [00:02:41.926]➜  packagefile internal/runtime/math=/tmp/go-build3998081543/b022/_pkg_.a
2025-08-20T22:41:00.2753341Z [00:02:41.926]➜  packagefile internal/runtime/strconv=/tmp/go-build3998081543/b021/_pkg_.a
2025-08-20T22:41:00.2753888Z [00:02:41.926]➜  packagefile internal/runtime/sys=/tmp/go-build3998081543/b030/_pkg_.a
2025-08-20T22:41:00.2754421Z [00:02:41.926]➜  packagefile internal/runtime/syscall=/tmp/go-build3998081543/b023/_pkg_.a
2025-08-20T22:41:00.2754956Z [00:02:41.926]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:41:00.2755657Z [00:02:41.926]➜  packagefile internal/trace/tracev2=/tmp/go-build3998081543/b032/_pkg_.a
2025-08-20T22:41:00.2756086Z [00:02:41.926]➜  EOF
2025-08-20T22:41:00.2800203Z [00:02:41.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b009/_pkg_.a -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -p runtime -lang=go1.25 -std -installsuffix shared -buildid B5UbB7eV3_8DKtyjgmA9/B5UbB7eV3_8DKtyjgmA9 -goversion go1.25.0 -symabis $WORK/b009/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b009/importcfg -pack -asmhdr $WORK/b009/go_asm.h /root/.go/src/runtime/alg.go /root/.go/src/runtime/arena.go /root/.go/src/runtime/asan0.go /root/.go/src/runtime/atomic_pointer.go /root/.go/src/runtime/badlinkname.go /root/.go/src/runtime/badlinkname_linux.go /root/.go/src/runtime/cgo.go /root/.go/src/runtime/cgo_mmap.go /root/.go/src/runtime/cgo_sigaction.go /root/.go/src/runtime/cgocall.go /root/.go/src/runtime/cgocallback.go /root/.go/src/runtime/cgocheck.go /root/.go/src/runtime/cgroup_linux.go /root/.go/src/runtime/chan.go /root/.go/src/runtime/checkptr.go /root/.go/src/runtime/compiler.go /root/.go/src/runtime/complex.go /root/.go/src/runtime/coro.go /root/.go/src/runtime/covercounter.go /root/.go/src/runtime/covermeta.go /root/.go/src/runtime/cpuflags.go /root/.go/src/runtime/cpuflags_arm64.go /root/.go/src/runtime/cpuprof.go /root/.go/src/runtime/create_file_unix.go /root/.go/src/runtime/debug.go /root/.go/src/runtime/debugcall.go /root/.go/src/runtime/debuglog.go /root/.go/src/runtime/debuglog_off.go /root/.go/src/runtime/defs_linux_arm64.go /root/.go/src/runtime/env_posix.go /root/.go/src/runtime/error.go /root/.go/src/runtime/extern.go /root/.go/src/runtime/fastlog2.go /root/.go/src/runtime/fastlog2table.go /root/.go/src/runtime/fds_unix.go /root/.go/src/runtime/float.go /root/.go/src/runtime/hash64.go /root/.go/src/runtime/heapdump.go /root/.go/src/runtime/histogram.go /root/.go/src/runtime/iface.go /root/.go/src/runtime/lfstack.go /root/.go/src/runtime/linkname.go /root/.go/src/runtime/linkname_swiss.go /root/.go/src/runtime/linkname_unix.go /root/.go/src/runtime/lock_futex.go /root/.go/src/runtime/lock_spinbit.go /root/.go/src/runtime/lockrank.go /root/.go/src/runtime/lockrank_off.go /root/.go/src/runtime/malloc.go /root/.go/src/runtime/map_fast32_swiss.go /root/.go/src/runtime/map_fast64_swiss.go /root/.go/src/runtime/map_faststr_swiss.go /root/.go/src/runtime/map_swiss.go /root/.go/src/runtime/mbarrier.go /root/.go/src/runtime/mbitmap.go /root/.go/src/runtime/mcache.go /root/.go/src/runtime/mcentral.go /root/.go/src/runtime/mcheckmark.go /root/.go/src/runtime/mcleanup.go /root/.go/src/runtime/mem.go /root/.go/src/runtime/mem_linux.go /root/.go/src/runtime/mem_nonsbrk.go /root/.go/src/runtime/metrics.go /root/.go/src/runtime/mfinal.go /root/.go/src/runtime/mfixalloc.go /root/.go/src/runtime/mgc.go /root/.go/src/runtime/mgclimit.go /root/.go/src/runtime/mgcmark.go /root/.go/src/runtime/mgcmark_nogreenteagc.go /root/.go/src/runtime/mgcpacer.go /root/.go/src/runtime/mgcscavenge.go /root/.go/src/runtime/mgcstack.go /root/.go/src/runtime/mgcsweep.go /root/.go/src/runtime/mgcwork.go /root/.go/src/runtime/mheap.go /root/.go/src/runtime/minmax.go /root/.go/src/runtime/mpagealloc.go /root/.go/src/runtime/mpagealloc_64bit.go /root/.go/src/runtime/mpagecache.go /root/.go/src/runtime/mpallocbits.go /root/.go/src/runtime/mprof.go /root/.go/src/runtime/mranges.go /root/.go/src/runtime/msan0.go /root/.go/src/runtime/msize.go /root/.go/src/runtime/mspanset.go /root/.go/src/runtime/mstats.go /root/.go/src/runtime/mwbbuf.go /root/.go/src/runtime/nbpipe_pipe2.go /root/.go/src/runtime/netpoll.go /root/.go/src/runtime/netpoll_epoll.go /root/.go/src/runtime/nonwindows_stub.go /root/.go/src/runtime/note_other.go /root/.go/src/runtime/os_linux.go /root/.go/src/runtime/os_linux_arm64.go /root/.go/src/runtime/os_linux_generic.go /root/.go/src/runtime/os_nonopenbsd.go /root/.go/src/runtime/os_unix.go /root/.go/src/runtime/panic.go /root/.go/src/runtime/pinner.go /root/.go/src/runtime/plugin.go /root/.go/src/runtime/preempt.go /root/.go/src/runtime/preempt_nonwindows.go /root/.go/src/runtime/print.go /root/.go/src/runtime/proc.go /root/.go/src/runtime/profbuf.go /root/.go/src/runtime/proflabel.go /root/.go/src/runtime/race0.go /root/.go/src/runtime/rand.go /root/.go/src/runtime/rdebug.go /root/.go/src/runtime/retry.go /root/.go/src/runtime/runtime.go /root/.go/src/runtime/runtime1.go /root/.go/src/runtime/runtime2.go /root/.go/src/runtime/runtime_boring.go /root/.go/src/runtime/rwmutex.go /root/.go/src/runtime/security_linux.go /root/.go/src/runtime/security_unix.go /root/.go/src/runtime/select.go /root/.go/src/runtime/sema.go /root/.go/src/runtime/set_vma_name_linux.go /root/.go/src/runtime/signal_arm64.go /root/.go/src/runtime/signal_linux_arm64.go /root/.go/src/runtime/signal_unix.go /root/.go/src/runtime/sigqueue.go /root/.go/src/runtime/sigqueue_note.go /root/.go/src/runtime/sigtab_linux_generic.go /root/.go/src/runtime/slice.go /root/.go/src/runtime/softfloat64.go /root/.go/src/runtime/stack.go /root/.go/src/runtime/stkframe.go /root/.go/src/runtime/string.go /root/.go/src/runtime/stubs.go /root/.go/src/runtime/stubs2.go /root/.go/src/runtime/stubs3.go /root/.go/src/runtime/stubs_arm64.go /root/.go/src/runtime/stubs_linux.go /root/.go/src/runtime/stubs_nonwasm.go /root/.go/src/runtime/symtab.go /root/.go/src/runtime/symtabinl.go /root/.go/src/runtime/synctest.go /root/.go/src/runtime/sys_arm64.go /root/.go/src/runtime/sys_nonppc64x.go /root/.go/src/runtime/tagptr.go /root/.go/src/runtime/tagptr_64bit.go /root/.go/src/runtime/test_stubs.go /root/.go/src/runtime/time.go /root/.go/src/runtime/time_nofake.go /root/.go/src/runtime/timestub.go /root/.go/src/runtime/timestub2.go /root/.go/src/runtime/tls_stub.go /root/.go/src/runtime/trace.go /root/.go/src/runtime/traceallocfree.go /root/.go/src/runtime/traceback.go /root/.go/src/runtime/tracebuf.go /root/.go/src/runtime/tracecpu.go /root/.go/src/runtime/traceevent.go /root/.go/src/runtime/tracemap.go /root/.go/src/runtime/traceregion.go /root/.go/src/runtime/traceruntime.go /root/.go/src/runtime/tracestack.go /root/.go/src/runtime/tracestatus.go /root/.go/src/runtime/tracestring.go /root/.go/src/runtime/tracetime.go /root/.go/src/runtime/tracetype.go /root/.go/src/runtime/type.go /root/.go/src/runtime/typekind.go /root/.go/src/runtime/unsafe.go /root/.go/src/runtime/utf8.go /root/.go/src/runtime/valgrind0.go /root/.go/src/runtime/vdso_elf64.go /root/.go/src/runtime/vdso_linux.go /root/.go/src/runtime/vdso_linux_arm64.go /root/.go/src/runtime/vgetrandom_linux.go /root/.go/src/runtime/write_err.go
2025-08-20T22:41:00.2820420Z [00:02:41.931]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:41:00.2821626Z [00:02:41.931]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/boring/sig -trimpath "/root/.go/src/crypto/internal/boring/sig=>crypto/internal/boring/sig;$WORK/b119=>" -I $WORK/b119/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b119/sig_other.o ./sig_other.s
2025-08-20T22:41:00.2839639Z [00:02:41.936]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:41:00.2843625Z [00:02:41.936]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/subtle -trimpath "/root/.go/src/crypto/internal/fips140/subtle=>crypto/internal/fips140/subtle;$WORK/b107=>" -I $WORK/b107/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b107/xor_arm64.o ./xor_arm64.s
2025-08-20T22:41:00.2867180Z [00:02:41.939]➜  cd /root/.go/src/crypto/internal/boring/sig
2025-08-20T22:41:00.2868087Z [00:02:41.939]➜  go tool pack r $WORK/b119/_pkg_.a $WORK/b119/sig_other.o # internal
2025-08-20T22:41:00.2869559Z [00:02:41.939]➜  go tool buildid -w $WORK/b119/_pkg_.a # internal
2025-08-20T22:41:00.2876233Z [00:02:41.940]➜  cp $WORK/b119/_pkg_.a /root/.cache/go-build/3c/3c162168b36a24f45f82254074f4e5879cdf68374b3f3005ec1f26ea8e4f19cc-d # internal
2025-08-20T22:41:00.2878389Z [00:02:41.940]➜  container/list
2025-08-20T22:41:00.2881507Z [00:02:41.940]➜  mkdir -p $WORK/b126/
2025-08-20T22:41:00.2882076Z [00:02:41.941]➜  cd /root/.go/src/crypto/internal/fips140/subtle
2025-08-20T22:41:00.2882727Z [00:02:41.941]➜  go tool pack r $WORK/b107/_pkg_.a $WORK/b107/xor_arm64.o # internal
2025-08-20T22:41:00.2886514Z [00:02:41.941]➜  go tool buildid -w $WORK/b107/_pkg_.a # internal
2025-08-20T22:41:00.2887328Z [00:02:41.941]➜  cp $WORK/b107/_pkg_.a /root/.cache/go-build/31/312e6941e5f2d6e0aa69b3d825feb31da5c5fcba36e8cb51a64564b0756bf30e-d # internal
2025-08-20T22:41:00.2888522Z [00:02:41.941]➜  unicode/utf16
2025-08-20T22:41:00.2891798Z [00:02:41.941]➜  mkdir -p $WORK/b145/
2025-08-20T22:41:00.2894732Z [00:02:41.942]➜  echo '# import config' > $WORK/b126/importcfg # internal
2025-08-20T22:41:00.2897588Z [00:02:41.942]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:00.2904772Z [00:02:41.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b126/_pkg_.a -trimpath "/root/.go/src/container/list=>container/list;$WORK/b126=>" -p container/list -lang=go1.25 -std -complete -installsuffix shared -buildid TrZDFbIDKtA6owNtEibT/TrZDFbIDKtA6owNtEibT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b126/importcfg -pack /root/.go/src/container/list/list.go
2025-08-20T22:41:00.2908202Z [00:02:41.943]➜  echo '# import config' > $WORK/b145/importcfg # internal
2025-08-20T22:41:00.2937586Z [00:02:41.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b145/_pkg_.a -trimpath "/root/.go/src/unicode/utf16=>unicode/utf16;$WORK/b145=>" -p unicode/utf16 -lang=go1.25 -std -complete -installsuffix shared -buildid L6aXOucgpcsx5O1yqVow/L6aXOucgpcsx5O1yqVow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b145/importcfg -pack /root/.go/src/unicode/utf16/utf16.go
2025-08-20T22:41:00.3161847Z [00:02:41.968]➜  go tool buildid -w $WORK/b126/_pkg_.a # internal
2025-08-20T22:41:00.3165200Z [00:02:41.968]➜  go tool buildid -w $WORK/b145/_pkg_.a # internal
2025-08-20T22:41:00.3166220Z [00:02:41.969]➜  cp $WORK/b145/_pkg_.a /root/.cache/go-build/85/8518c40ad743ffb738856b3fd05f5a55d212ad347f67416987d7ced93845e10e-d # internal
2025-08-20T22:41:00.3170088Z [00:02:41.969]➜  vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:41:00.3171031Z [00:02:41.969]➜  mkdir -p $WORK/b146/
2025-08-20T22:41:00.3173132Z [00:02:41.970]➜  echo '# import config' > $WORK/b146/importcfg # internal
2025-08-20T22:41:00.3183862Z [00:02:41.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b146/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1=>vendor/golang.org/x/crypto/cryptobyte/asn1;$WORK/b146=>" -p vendor/golang.org/x/crypto/cryptobyte/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid aCO_SQqbp-7GmFoyZhlY/aCO_SQqbp-7GmFoyZhlY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b146/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go
2025-08-20T22:41:00.3187426Z [00:02:41.971]➜  cp $WORK/b126/_pkg_.a /root/.cache/go-build/8f/8fe0e9668c0b846e4fd53c753bfbd8710d9c4e64db4dcde3aebe4e15f0ccf539-d # internal
2025-08-20T22:41:00.3188057Z [00:02:41.971]➜  vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:41:00.3188377Z [00:02:41.971]➜  mkdir -p $WORK/b159/
2025-08-20T22:41:00.3188732Z [00:02:41.971]➜  echo '# import config' > $WORK/b159/importcfg # internal
2025-08-20T22:41:00.3190750Z [00:02:41.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b159/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/alias=>vendor/golang.org/x/crypto/internal/alias;$WORK/b159=>" -p vendor/golang.org/x/crypto/internal/alias -lang=go1.25 -std -complete -installsuffix shared -buildid G8rFd5R03zb2rRvRO1QK/G8rFd5R03zb2rRvRO1QK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b159/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/alias/alias.go
2025-08-20T22:41:00.3283478Z [00:02:41.980]➜  go tool buildid -w $WORK/b146/_pkg_.a # internal
2025-08-20T22:41:00.3287887Z [00:02:41.981]➜  go tool buildid -w $WORK/b159/_pkg_.a # internal
2025-08-20T22:41:00.3289584Z [00:02:41.981]➜  cp $WORK/b146/_pkg_.a /root/.cache/go-build/60/60136b9f053ebb266647602dfc5bc7b17d1b0a46834c258505b0fe2aea7dc857-d # internal
2025-08-20T22:41:00.3290203Z [00:02:41.981]➜  internal/nettrace
2025-08-20T22:41:00.3290470Z [00:02:41.981]➜  mkdir -p $WORK/b175/
2025-08-20T22:41:00.3290848Z [00:02:41.981]➜  echo '# import config' > $WORK/b175/importcfg # internal
2025-08-20T22:41:00.3292513Z [00:02:41.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b175/_pkg_.a -trimpath "/root/.go/src/internal/nettrace=>internal/nettrace;$WORK/b175=>" -p internal/nettrace -lang=go1.25 -std -complete -installsuffix shared -buildid NehoFUm-zDNVaHMKfjIF/NehoFUm-zDNVaHMKfjIF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b175/importcfg -pack /root/.go/src/internal/nettrace/nettrace.go
2025-08-20T22:41:00.3294228Z [00:02:41.981]➜  cp $WORK/b159/_pkg_.a /root/.cache/go-build/3e/3ec4462fbd4f403e118879cba7c7b85bd7e6cf7c22f970648ef741e140d88a43-d # internal
2025-08-20T22:41:00.3294757Z [00:02:41.981]➜  encoding
2025-08-20T22:41:00.3294992Z [00:02:41.981]➜  mkdir -p $WORK/b182/
2025-08-20T22:41:00.3295506Z [00:02:41.981]➜  echo '# import config' > $WORK/b182/importcfg # internal
2025-08-20T22:41:00.3304279Z [00:02:41.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b182/_pkg_.a -trimpath "/root/.go/src/encoding=>encoding;$WORK/b182=>" -p encoding -lang=go1.25 -std -complete -installsuffix shared -buildid _GZqvJiOcWT_ie0TcTGm/_GZqvJiOcWT_ie0TcTGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b182/importcfg -pack /root/.go/src/encoding/encoding.go
2025-08-20T22:41:00.3410726Z [00:02:41.993]➜  go tool buildid -w $WORK/b182/_pkg_.a # internal
2025-08-20T22:41:00.3411503Z [00:02:41.993]➜  cp $WORK/b182/_pkg_.a /root/.cache/go-build/52/526e33027ace2eaf45237c67cb09ad12bbd2d06858cd9c3cf78f0537d41174a5-d # internal
2025-08-20T22:41:00.3412415Z [00:02:41.993]➜  container/ring
2025-08-20T22:41:00.3412765Z [00:02:41.993]➜  mkdir -p $WORK/b188/
2025-08-20T22:41:00.3413123Z [00:02:41.993]➜  echo '# import config' > $WORK/b188/importcfg # internal
2025-08-20T22:41:00.3418704Z [00:02:41.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b188/_pkg_.a -trimpath "/root/.go/src/container/ring=>container/ring;$WORK/b188=>" -p container/ring -lang=go1.25 -std -complete -installsuffix shared -buildid Cl4xA-mVZOgTQ1c4ZpLv/Cl4xA-mVZOgTQ1c4ZpLv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b188/importcfg -pack /root/.go/src/container/ring/ring.go
2025-08-20T22:41:00.3420264Z [00:02:41.993]➜  go tool buildid -w $WORK/b175/_pkg_.a # internal
2025-08-20T22:41:00.3420935Z [00:02:41.993]➜  cp $WORK/b175/_pkg_.a /root/.cache/go-build/c0/c00ba52636b5888d7d84c383144d49c93a04a07db5d5604dcbb3a46fdbebad9d-d # internal
2025-08-20T22:41:00.3421651Z [00:02:41.994]➜  github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage
2025-08-20T22:41:00.3422057Z [00:02:41.994]➜  mkdir -p $WORK/b209/
2025-08-20T22:41:00.3422409Z [00:02:41.994]➜  echo '# import config' > $WORK/b209/importcfg # internal
2025-08-20T22:41:00.3446565Z [00:02:41.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage/internal/baggage=>github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage/internal/baggage;$WORK/b209=>" -p github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage -lang=go1.18 -complete -installsuffix shared -buildid XAq108dvigP-Ul2RMbC-/XAq108dvigP-Ul2RMbC- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b209/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage/internal/baggage/baggage.go
2025-08-20T22:41:00.3593809Z [00:02:42.012]➜  go tool buildid -w $WORK/b188/_pkg_.a # internal
2025-08-20T22:41:00.3599625Z [00:02:42.012]➜  go tool buildid -w $WORK/b209/_pkg_.a # internal
2025-08-20T22:41:00.3604225Z [00:02:42.013]➜  cp $WORK/b209/_pkg_.a /root/.cache/go-build/f3/f360a05f0a2cbd19e94ddafecb8195fb869956a4ca20c8acb75ce11760874e42-d # internal
2025-08-20T22:41:00.3605300Z [00:02:42.013]➜  internal/goversion
2025-08-20T22:41:00.3606097Z [00:02:42.013]➜  mkdir -p $WORK/b232/
2025-08-20T22:41:00.3606875Z [00:02:42.013]➜  echo '# import config' > $WORK/b232/importcfg # internal
2025-08-20T22:41:00.3609239Z [00:02:42.013]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b232/_pkg_.a -trimpath "/root/.go/src/internal/goversion=>internal/goversion;$WORK/b232=>" -p internal/goversion -lang=go1.25 -std -complete -installsuffix shared -buildid LV3fw3zKt9pvoVZw61on/LV3fw3zKt9pvoVZw61on -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b232/importcfg -pack /root/.go/src/internal/goversion/goversion.go
2025-08-20T22:41:00.3611956Z [00:02:42.013]➜  cp $WORK/b188/_pkg_.a /root/.cache/go-build/71/71fae81568b99965aa27330c35f767313f0885df4eeab97249240a12ca8a3783-d # internal
2025-08-20T22:41:00.3612517Z [00:02:42.013]➜  internal/platform
2025-08-20T22:41:00.3612780Z [00:02:42.013]➜  mkdir -p $WORK/b233/
2025-08-20T22:41:00.3613125Z [00:02:42.013]➜  echo '# import config' > $WORK/b233/importcfg # internal
2025-08-20T22:41:00.3614907Z [00:02:42.014]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b233/_pkg_.a -trimpath "/root/.go/src/internal/platform=>internal/platform;$WORK/b233=>" -p internal/platform -lang=go1.25 -std -complete -installsuffix shared -buildid n1M3Gc_4bd6uEkS3n-kY/n1M3Gc_4bd6uEkS3n-kY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b233/importcfg -pack /root/.go/src/internal/platform/supported.go /root/.go/src/internal/platform/zosarch.go
2025-08-20T22:41:00.3735217Z [00:02:42.026]➜  go tool buildid -w $WORK/b232/_pkg_.a # internal
2025-08-20T22:41:00.3736905Z [00:02:42.026]➜  cp $WORK/b232/_pkg_.a /root/.cache/go-build/93/93cc6ca44fd1901c627c219694794dadc3860e312aaa073980c15c555204df8f-d # internal
2025-08-20T22:41:00.3739309Z [00:02:42.026]➜  internal/syslist
2025-08-20T22:41:00.3739903Z [00:02:42.026]➜  mkdir -p $WORK/b234/
2025-08-20T22:41:00.3750341Z [00:02:42.027]➜  echo '# import config' > $WORK/b234/importcfg # internal
2025-08-20T22:41:00.3752098Z [00:02:42.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b234/_pkg_.a -trimpath "/root/.go/src/internal/syslist=>internal/syslist;$WORK/b234=>" -p internal/syslist -lang=go1.25 -std -complete -installsuffix shared -buildid _j0WU0QH4RMH9GPlhGmm/_j0WU0QH4RMH9GPlhGmm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b234/importcfg -pack /root/.go/src/internal/syslist/syslist.go
2025-08-20T22:41:00.3753529Z [00:02:42.027]➜  go tool buildid -w $WORK/b079/_pkg_.a # internal
2025-08-20T22:41:00.3774876Z [00:02:42.030]➜  cp $WORK/b079/_pkg_.a /root/.cache/go-build/7f/7f11baf07beced63ee1ba1c91d16963c6126de0599b614b0c82d3d56039e1744-d # internal
2025-08-20T22:41:00.3776291Z [00:02:42.030]➜  go.mongodb.org/mongo-driver/bson/bsonoptions
2025-08-20T22:41:00.3776642Z [00:02:42.030]➜  mkdir -p $WORK/b251/
2025-08-20T22:41:00.3781655Z [00:02:42.031]➜  echo '# import config' > $WORK/b251/importcfg # internal
2025-08-20T22:41:00.3790560Z [00:02:42.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b251/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions=>go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions;$WORK/b251=>" -p go.mongodb.org/mongo-driver/bson/bsonoptions -lang=go1.18 -complete -installsuffix shared -buildid ZYPZRLC58s1-J4YbhoWe/ZYPZRLC58s1-J4YbhoWe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b251/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions/byte_slice_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions/empty_interface_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions/map_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions/slice_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions/string_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions/struct_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions/time_codec_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonoptions/uint_codec_options.go
2025-08-20T22:41:00.3966751Z [00:02:42.049]➜  go tool buildid -w $WORK/b234/_pkg_.a # internal
2025-08-20T22:41:00.3978295Z [00:02:42.050]➜  cp $WORK/b234/_pkg_.a /root/.cache/go-build/0d/0d1f4d34f28cd8b76175fc11980f35e42aceea75596a4fa38d98686c9657447b-d # internal
2025-08-20T22:41:00.3979109Z [00:02:42.050]➜  go.mongodb.org/mongo-driver/bson/bsontype
2025-08-20T22:41:00.3979564Z [00:02:42.050]➜  mkdir -p $WORK/b253/
2025-08-20T22:41:00.3987057Z [00:02:42.051]➜  echo '# import config' > $WORK/b253/importcfg # internal
2025-08-20T22:41:00.3989753Z [00:02:42.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b253/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsontype=>go.mongodb.org/mongo-driver@v1.14.0/bson/bsontype;$WORK/b253=>" -p go.mongodb.org/mongo-driver/bson/bsontype -lang=go1.18 -complete -installsuffix shared -buildid 0q6VY9AwBUP8yplOgIQp/0q6VY9AwBUP8yplOgIQp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b253/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsontype/bsontype.go
2025-08-20T22:41:00.4029073Z [00:02:42.055]➜  go tool buildid -w $WORK/b251/_pkg_.a # internal
2025-08-20T22:41:00.4030285Z [00:02:42.055]➜  cp $WORK/b251/_pkg_.a /root/.cache/go-build/e8/e8e3520b39e721e47332ca7025054b2a4ee6e72a3e6f83f1632f38fc168f83d7-d # internal
2025-08-20T22:41:00.4031534Z [00:02:42.055]➜  golang.org/x/exp/constraints
2025-08-20T22:41:00.4031848Z [00:02:42.055]➜  mkdir -p $WORK/b264/
2025-08-20T22:41:00.4032230Z [00:02:42.055]➜  cat >/tmp/go-build3998081543/b264/importcfg << 'EOF' # internal
2025-08-20T22:41:00.4032608Z [00:02:42.055]➜  # import config
2025-08-20T22:41:00.4032947Z [00:02:42.055]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:00.4033259Z [00:02:42.055]➜  EOF
2025-08-20T22:41:00.4046069Z [00:02:42.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b264/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/constraints=>golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/constraints;$WORK/b264=>" -p golang.org/x/exp/constraints -lang=go1.23 -complete -installsuffix shared -buildid yZBTEx4HcTmdd4bPpcms/yZBTEx4HcTmdd4bPpcms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b264/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/constraints/constraints.go
2025-08-20T22:41:00.4118415Z [00:02:42.064]➜  go tool buildid -w $WORK/b264/_pkg_.a # internal
2025-08-20T22:41:00.4124791Z [00:02:42.065]➜  cp $WORK/b264/_pkg_.a /root/.cache/go-build/12/12d7ab4b053100cefe2dd268e1ff619eb61c0e59e1cc5ee9abfc0cd804cc1899-d # internal
2025-08-20T22:41:00.4127864Z [00:02:42.065]➜  github.com/shirou/gopsutil/v4/common
2025-08-20T22:41:00.4129459Z [00:02:42.065]➜  mkdir -p $WORK/b267/
2025-08-20T22:41:00.4131128Z [00:02:42.065]➜  echo '# import config' > $WORK/b267/importcfg # internal
2025-08-20T22:41:00.4133923Z [00:02:42.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/common=>github.com/shirou/gopsutil/v4@v4.25.1/common;$WORK/b267=>" -p github.com/shirou/gopsutil/v4/common -lang=go1.18 -complete -installsuffix shared -buildid 1t_pdluw9UHHTnqfBVXp/1t_pdluw9UHHTnqfBVXp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b267/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/common/env.go
2025-08-20T22:41:00.4146501Z [00:02:42.067]➜  go tool buildid -w $WORK/b253/_pkg_.a # internal
2025-08-20T22:41:00.4148979Z [00:02:42.067]➜  cp $WORK/b253/_pkg_.a /root/.cache/go-build/e7/e7c2726be292026ca50eae90ce3c7552c7b6ef6546b84fd239c2c723c701a674-d # internal
2025-08-20T22:41:00.4157754Z [00:02:42.068]➜  github.com/shirou/gopsutil/v3/common
2025-08-20T22:41:00.4158268Z [00:02:42.068]➜  mkdir -p $WORK/b297/
2025-08-20T22:41:00.4167984Z [00:02:42.069]➜  echo '# import config' > $WORK/b297/importcfg # internal
2025-08-20T22:41:00.4171905Z [00:02:42.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/common=>github.com/shirou/gopsutil/v3@v3.24.4/common;$WORK/b297=>" -p github.com/shirou/gopsutil/v3/common -lang=go1.15 -complete -installsuffix shared -buildid I_2nYiKWf3yxLjNyUfYj/I_2nYiKWf3yxLjNyUfYj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b297/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/common/env.go
2025-08-20T22:41:00.4269190Z [00:02:42.079]➜  go tool buildid -w $WORK/b297/_pkg_.a # internal
2025-08-20T22:41:00.4279162Z [00:02:42.080]➜  cp $WORK/b297/_pkg_.a /root/.cache/go-build/8f/8f6a5c3589228998c89e46c5d22ce9215100cd341ff1e99afabc70d9a6be7dea-d # internal
2025-08-20T22:41:00.4308824Z [00:02:42.083]➜  go tool buildid -w $WORK/b267/_pkg_.a # internal
2025-08-20T22:41:00.4309238Z [00:02:42.083]➜  go tool buildid -w $WORK/b233/_pkg_.a # internal
2025-08-20T22:41:00.4309910Z [00:02:42.083]➜  cp $WORK/b267/_pkg_.a /root/.cache/go-build/ab/abf3d96a01bb0aabbafe1a7b5bdc6311cbcd8f4e12902bc03a0230fb78df1e88-d # internal
2025-08-20T22:41:00.4310464Z [00:02:42.083]➜  image/color
2025-08-20T22:41:00.4311129Z [00:02:42.083]➜  mkdir -p $WORK/b349/
2025-08-20T22:41:00.4311487Z [00:02:42.083]➜  echo '# import config' > $WORK/b349/importcfg # internal
2025-08-20T22:41:00.4313149Z [00:02:42.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b349/_pkg_.a -trimpath "/root/.go/src/image/color=>image/color;$WORK/b349=>" -p image/color -lang=go1.25 -std -complete -installsuffix shared -buildid ol6SQl3dUtPQvnKtBlUM/ol6SQl3dUtPQvnKtBlUM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b349/importcfg -pack /root/.go/src/image/color/color.go /root/.go/src/image/color/ycbcr.go
2025-08-20T22:41:00.4314854Z [00:02:42.083]➜  cp $WORK/b233/_pkg_.a /root/.cache/go-build/16/167cd125c505ce005245a1b00a7d2a20347ec69269b0de06d5459603210dea63-d # internal
2025-08-20T22:41:00.4315769Z [00:02:42.083]➜  github.com/apache/arrow-go/v18/arrow/internal/debug
2025-08-20T22:41:00.4316129Z [00:02:42.083]➜  mkdir -p $WORK/b353/
2025-08-20T22:41:00.4316482Z [00:02:42.083]➜  echo '# import config' > $WORK/b353/importcfg # internal
2025-08-20T22:41:00.4319496Z [00:02:42.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b353/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/debug=>github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/debug;$WORK/b353=>" -p github.com/apache/arrow-go/v18/arrow/internal/debug -lang=go1.23 -complete -installsuffix shared -buildid 7rgMuK7H_ceJflqHFawC/7rgMuK7H_ceJflqHFawC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b353/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/debug/assert_off.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/debug/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/debug/log_off.go
2025-08-20T22:41:00.4321915Z [00:02:42.083]➜  github.com/gobwas/glob/util/runes
2025-08-20T22:41:00.4322207Z [00:02:42.083]➜  mkdir -p $WORK/b308/
2025-08-20T22:41:00.4322552Z [00:02:42.083]➜  echo '# import config' > $WORK/b308/importcfg # internal
2025-08-20T22:41:00.4324461Z [00:02:42.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b308/_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/b308=>" -p github.com/gobwas/glob/util/runes -lang=go1.16 -complete -installsuffix shared -buildid jnHzLQ5_x3cajf1dt9ck/jnHzLQ5_x3cajf1dt9ck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b308/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/runes/runes.go
2025-08-20T22:41:00.4513484Z [00:02:42.103]➜  go tool buildid -w $WORK/b353/_pkg_.a # internal
2025-08-20T22:41:00.4528089Z [00:02:42.104]➜  cp $WORK/b353/_pkg_.a /root/.cache/go-build/f8/f8c3dd6aefa41b839f5683576025006c14163bc7f54a61c1fdae0055d99efaf5-d # internal
2025-08-20T22:41:00.4528722Z [00:02:42.104]➜  golang.org/x/xerrors/internal
2025-08-20T22:41:00.4529020Z [00:02:42.104]➜  mkdir -p $WORK/b373/
2025-08-20T22:41:00.4529367Z [00:02:42.104]➜  echo '# import config' > $WORK/b373/importcfg # internal
2025-08-20T22:41:00.4531622Z [00:02:42.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b373/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/internal=>golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/internal;$WORK/b373=>" -p golang.org/x/xerrors/internal -lang=go1.18 -complete -installsuffix shared -buildid Ghd8T93_8DXg88QJSrHJ/Ghd8T93_8DXg88QJSrHJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b373/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/internal/internal.go
2025-08-20T22:41:00.4556061Z [00:02:42.108]➜  go tool buildid -w $WORK/b308/_pkg_.a # internal
2025-08-20T22:41:00.4561031Z [00:02:42.108]➜  cp $WORK/b308/_pkg_.a /root/.cache/go-build/81/81a9f1376401b98acff66dbe42cbad71aeb8e2e0e0ffb0441e93190e964f987e-d # internal
2025-08-20T22:41:00.4599407Z [00:02:42.111]➜  github.com/apache/arrow-go/v18/parquet/internal/debug
2025-08-20T22:41:00.4600218Z [00:02:42.112]➜  mkdir -p $WORK/b387/
2025-08-20T22:41:00.4600582Z [00:02:42.112]➜  echo '# import config' > $WORK/b387/importcfg # internal
2025-08-20T22:41:00.4603544Z [00:02:42.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b387/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/debug=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/debug;$WORK/b387=>" -p github.com/apache/arrow-go/v18/parquet/internal/debug -lang=go1.23 -complete -installsuffix shared -buildid LeEoKN3ujjUrxahkg_Xt/LeEoKN3ujjUrxahkg_Xt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b387/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/debug/assert_off.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/debug/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/debug/log_off.go
2025-08-20T22:41:00.4635551Z [00:02:42.116]➜  go tool buildid -w $WORK/b373/_pkg_.a # internal
2025-08-20T22:41:00.4645795Z [00:02:42.116]➜  cp $WORK/b373/_pkg_.a /root/.cache/go-build/9f/9fe42c04f0ba2ff2d7d4e75ce5f28510dc60f9f756a70dd4e89feae756b0e333-d # internal
2025-08-20T22:41:00.4656219Z [00:02:42.116]➜  log/slog/internal
2025-08-20T22:41:00.4656513Z [00:02:42.117]➜  mkdir -p $WORK/b393/
2025-08-20T22:41:00.4656886Z [00:02:42.117]➜  echo '# import config' > $WORK/b393/importcfg # internal
2025-08-20T22:41:00.4658542Z [00:02:42.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b393/_pkg_.a -trimpath "/root/.go/src/log/slog/internal=>log/slog/internal;$WORK/b393=>" -p log/slog/internal -lang=go1.25 -std -complete -installsuffix shared -buildid _pX6nOEPDwOqnqzQhusU/_pX6nOEPDwOqnqzQhusU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b393/importcfg -pack /root/.go/src/log/slog/internal/ignorepc.go
2025-08-20T22:41:00.4710379Z [00:02:42.123]➜  go tool buildid -w $WORK/b349/_pkg_.a # internal
2025-08-20T22:41:00.4719032Z [00:02:42.124]➜  cp $WORK/b349/_pkg_.a /root/.cache/go-build/e5/e53045bc2ec97b559155d1c5e6dc9a06ce1d46c8809e605557703b51aa03b9a4-d # internal
2025-08-20T22:41:00.4719768Z [00:02:42.124]➜  github.com/klauspost/compress/internal/le
2025-08-20T22:41:00.4720092Z [00:02:42.124]➜  mkdir -p $WORK/b398/
2025-08-20T22:41:00.4720443Z [00:02:42.124]➜  echo '# import config' > $WORK/b398/importcfg # internal
2025-08-20T22:41:00.4737721Z [00:02:42.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b398/_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/b398=>" -p github.com/klauspost/compress/internal/le -lang=go1.22 -complete -installsuffix shared -buildid jFqXVdQP4HIwXfGmCd4f/jFqXVdQP4HIwXfGmCd4f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b398/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-20T22:41:00.4744294Z [00:02:42.126]➜  go tool buildid -w $WORK/b393/_pkg_.a # internal
2025-08-20T22:41:00.4744994Z [00:02:42.126]➜  cp $WORK/b393/_pkg_.a /root/.cache/go-build/05/052fac1c62cacae6b5ed76c6f2dee6b25ce14f214e444a90fbec0679834bc0ad-d # internal
2025-08-20T22:41:00.4746682Z [00:02:42.127]➜  github.com/klauspost/compress
2025-08-20T22:41:00.4746984Z [00:02:42.127]➜  mkdir -p $WORK/b400/
2025-08-20T22:41:00.4747358Z [00:02:42.127]➜  cat >/tmp/go-build3998081543/b400/importcfg << 'EOF' # internal
2025-08-20T22:41:00.4747704Z [00:02:42.127]➜  # import config
2025-08-20T22:41:00.4748056Z [00:02:42.127]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:00.4748372Z [00:02:42.127]➜  EOF
2025-08-20T22:41:00.4758307Z [00:02:42.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0=>github.com/klauspost/compress@v1.18.0;$WORK/b400=>" -p github.com/klauspost/compress -lang=go1.22 -complete -installsuffix shared -buildid HEadWJC1Ujr3UqpsCrLy/HEadWJC1Ujr3UqpsCrLy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b400/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/compressible.go
2025-08-20T22:41:00.4760368Z [00:02:42.128]➜  go tool buildid -w $WORK/b387/_pkg_.a # internal
2025-08-20T22:41:00.4761019Z [00:02:42.128]➜  cp $WORK/b387/_pkg_.a /root/.cache/go-build/28/2824461d0c9b57c50983ec0f673dbb5526009e36a05765229c491142a3cf2d2a-d # internal
2025-08-20T22:41:00.4761616Z [00:02:42.128]➜  github.com/pierrec/lz4/v4/internal/lz4errors
2025-08-20T22:41:00.4761944Z [00:02:42.128]➜  mkdir -p $WORK/b407/
2025-08-20T22:41:00.4762288Z [00:02:42.128]➜  echo '# import config' > $WORK/b407/importcfg # internal
2025-08-20T22:41:00.4764400Z [00:02:42.128]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b407/_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/b407=>" -p github.com/pierrec/lz4/v4/internal/lz4errors -lang=go1.14 -complete -installsuffix shared -buildid eaPqasy-Dd0GbrNJP39q/eaPqasy-Dd0GbrNJP39q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b407/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4errors/errors.go
2025-08-20T22:41:00.4831252Z [00:02:42.135]➜  go tool buildid -w $WORK/b398/_pkg_.a # internal
2025-08-20T22:41:00.4851793Z [00:02:42.136]➜  cp $WORK/b398/_pkg_.a /root/.cache/go-build/12/12aa5233875525288d813846368685b0430a7931846783c8dc4e96027ea79b15-d # internal
2025-08-20T22:41:00.4852468Z [00:02:42.136]➜  google.golang.org/protobuf/internal/flags
2025-08-20T22:41:00.4857840Z [00:02:42.136]➜  mkdir -p $WORK/b457/
2025-08-20T22:41:00.4858197Z [00:02:42.136]➜  echo '# import config' > $WORK/b457/importcfg # internal
2025-08-20T22:41:00.4860685Z [00:02:42.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b457/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/flags=>google.golang.org/protobuf@v1.36.6/internal/flags;$WORK/b457=>" -p google.golang.org/protobuf/internal/flags -lang=go1.22 -complete -installsuffix shared -buildid NhNYNtslc2qgR7toS63K/NhNYNtslc2qgR7toS63K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b457/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/flags/flags.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/flags/proto_legacy_disable.go
2025-08-20T22:41:00.4866986Z [00:02:42.137]➜  go tool buildid -w $WORK/b407/_pkg_.a # internal
2025-08-20T22:41:00.4868009Z [00:02:42.138]➜  cp $WORK/b407/_pkg_.a /root/.cache/go-build/c4/c4e73be92033acc920b2c742e4d5b68f66d274176324e2fb86c87af3e707fab3-d # internal
2025-08-20T22:41:00.4868663Z [00:02:42.138]➜  google.golang.org/grpc/serviceconfig
2025-08-20T22:41:00.4868971Z [00:02:42.138]➜  mkdir -p $WORK/b464/
2025-08-20T22:41:00.4869312Z [00:02:42.138]➜  echo '# import config' > $WORK/b464/importcfg # internal
2025-08-20T22:41:00.4871335Z [00:02:42.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b464/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/serviceconfig=>google.golang.org/grpc@v1.72.2/serviceconfig;$WORK/b464=>" -p google.golang.org/grpc/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid TPIPK2rJ1D8IWc84mx8K/TPIPK2rJ1D8IWc84mx8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b464/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/serviceconfig/serviceconfig.go
2025-08-20T22:41:00.4873076Z [00:02:42.139]➜  go tool buildid -w $WORK/b400/_pkg_.a # internal
2025-08-20T22:41:00.4878535Z [00:02:42.139]➜  cp $WORK/b400/_pkg_.a /root/.cache/go-build/7c/7cddddae1b766dbc622ec99aa078e4953fdfc27e0173d82889df004a242c1b6e-d # internal
2025-08-20T22:41:00.4879345Z [00:02:42.139]➜  google.golang.org/protobuf/internal/set
2025-08-20T22:41:00.4887573Z [00:02:42.139]➜  mkdir -p $WORK/b483/
2025-08-20T22:41:00.4888064Z [00:02:42.140]➜  cat >/tmp/go-build3998081543/b483/importcfg << 'EOF' # internal
2025-08-20T22:41:00.4888413Z [00:02:42.140]➜  # import config
2025-08-20T22:41:00.4889096Z [00:02:42.140]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:00.4889425Z [00:02:42.140]➜  EOF
2025-08-20T22:41:00.4891348Z [00:02:42.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b483/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/set=>google.golang.org/protobuf@v1.36.6/internal/set;$WORK/b483=>" -p google.golang.org/protobuf/internal/set -lang=go1.22 -complete -installsuffix shared -buildid JAt1KPGP4i2IlHgvWDJ1/JAt1KPGP4i2IlHgvWDJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b483/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/set/ints.go
2025-08-20T22:41:00.4923005Z [00:02:42.145]➜  go tool buildid -w $WORK/b457/_pkg_.a # internal
2025-08-20T22:41:00.4923707Z [00:02:42.145]➜  cp $WORK/b457/_pkg_.a /root/.cache/go-build/05/0593ddea4add67acdbd1a6be4f8921b5b70771dd6815638f1c344c30c7feb459-d # internal
2025-08-20T22:41:00.4929012Z [00:02:42.145]➜  github.com/aws/aws-sdk-go-v2/internal/sdkio
2025-08-20T22:41:00.4929722Z [00:02:42.145]➜  mkdir -p $WORK/b554/
2025-08-20T22:41:00.4930444Z [00:02:42.145]➜  echo '# import config' > $WORK/b554/importcfg # internal
2025-08-20T22:41:00.4933121Z [00:02:42.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdkio=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdkio;$WORK/b554=>" -p github.com/aws/aws-sdk-go-v2/internal/sdkio -lang=go1.22 -complete -installsuffix shared -buildid odnumcPRnG_14ah9iwPE/odnumcPRnG_14ah9iwPE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b554/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdkio/byte.go
2025-08-20T22:41:00.4969979Z [00:02:42.149]➜  go tool buildid -w $WORK/b464/_pkg_.a # internal
2025-08-20T22:41:00.4973539Z [00:02:42.150]➜  cp $WORK/b464/_pkg_.a /root/.cache/go-build/05/051ba6715d79495acd11f7b0b560e82873d25c5550d56bd62d15127deb0f98eb-d # internal
2025-08-20T22:41:00.5010380Z [00:02:42.153]➜  github.com/klauspost/compress/internal/race
2025-08-20T22:41:00.5010809Z [00:02:42.153]➜  mkdir -p $WORK/b593/
2025-08-20T22:41:00.5011174Z [00:02:42.153]➜  echo '# import config' > $WORK/b593/importcfg # internal
2025-08-20T22:41:00.5013646Z [00:02:42.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b593/_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/b593=>" -p github.com/klauspost/compress/internal/race -lang=go1.22 -complete -installsuffix shared -buildid Hxe4XEfKtMjALUcX7soi/Hxe4XEfKtMjALUcX7soi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b593/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/internal/race/norace.go
2025-08-20T22:41:00.5080612Z [00:02:42.160]➜  go tool buildid -w $WORK/b554/_pkg_.a # internal
2025-08-20T22:41:00.5083637Z [00:02:42.161]➜  cp $WORK/b554/_pkg_.a /root/.cache/go-build/dd/dd72741bb11dadda499dfd05bc2e0ae2a0d58c6fc57c1ac20fc42dc586dcac6b-d # internal
2025-08-20T22:41:00.5086571Z [00:02:42.161]➜  golang.org/x/text/encoding/internal/identifier
2025-08-20T22:41:00.5086957Z [00:02:42.161]➜  mkdir -p $WORK/b597/
2025-08-20T22:41:00.5090816Z [00:02:42.162]➜  echo '# import config' > $WORK/b597/importcfg # internal
2025-08-20T22:41:00.5104367Z [00:02:42.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b597/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal/identifier=>golang.org/x/text@v0.26.0/encoding/internal/identifier;$WORK/b597=>" -p golang.org/x/text/encoding/internal/identifier -lang=go1.23 -complete -installsuffix shared -buildid PkI6VsQuL5axTU5Q3XvM/PkI6VsQuL5axTU5Q3XvM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b597/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal/identifier/identifier.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal/identifier/mib.go
2025-08-20T22:41:00.5108923Z [00:02:42.163]➜  go tool buildid -w $WORK/b483/_pkg_.a # internal
2025-08-20T22:41:00.5118223Z [00:02:42.164]➜  cp $WORK/b483/_pkg_.a /root/.cache/go-build/1c/1c7b20dcc30006ac8c5a18cf8848ddd080897ad877fdc6df5436ce2aa2af0238-d # internal
2025-08-20T22:41:00.5121920Z [00:02:42.164]➜  golang.org/x/crypto/internal/alias
2025-08-20T22:41:00.5124163Z [00:02:42.164]➜  mkdir -p $WORK/b646/
2025-08-20T22:41:00.5125148Z [00:02:42.165]➜  echo '# import config' > $WORK/b646/importcfg # internal
2025-08-20T22:41:00.5127362Z [00:02:42.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b646/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/alias=>golang.org/x/crypto@v0.39.0/internal/alias;$WORK/b646=>" -p golang.org/x/crypto/internal/alias -lang=go1.23 -complete -installsuffix shared -buildid ImGAPpIuSDXQetzoWIkd/ImGAPpIuSDXQetzoWIkd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b646/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/alias/alias.go
2025-08-20T22:41:00.5190894Z [00:02:42.171]➜  go tool buildid -w $WORK/b593/_pkg_.a # internal
2025-08-20T22:41:00.5219838Z [00:02:42.174]➜  cp $WORK/b593/_pkg_.a /root/.cache/go-build/c7/c794a777c57e55a330b02af1d9a395dda9281e67aeed56fc141db991952f7c65-d # internal
2025-08-20T22:41:00.5221000Z [00:02:42.174]➜  golang.org/x/text/internal/utf8internal
2025-08-20T22:41:00.5221370Z [00:02:42.174]➜  mkdir -p $WORK/b668/
2025-08-20T22:41:00.5221730Z [00:02:42.174]➜  echo '# import config' > $WORK/b668/importcfg # internal
2025-08-20T22:41:00.5224927Z [00:02:42.174]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b668/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/utf8internal=>golang.org/x/text@v0.26.0/internal/utf8internal;$WORK/b668=>" -p golang.org/x/text/internal/utf8internal -lang=go1.23 -complete -installsuffix shared -buildid RQs8ls-SkbLXi2n2bC3F/RQs8ls-SkbLXi2n2bC3F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b668/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/utf8internal/utf8internal.go
2025-08-20T22:41:00.5297657Z [00:02:42.182]➜  go tool buildid -w $WORK/b646/_pkg_.a # internal
2025-08-20T22:41:00.5301298Z [00:02:42.182]➜  cp $WORK/b646/_pkg_.a /root/.cache/go-build/a3/a31c2214de83eac8419e5a222612b72eeae71c8e251f7db27969b2eada6b9643-d # internal
2025-08-20T22:41:00.5302068Z [00:02:42.182]➜  golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:41:00.5302394Z [00:02:42.182]➜  mkdir -p $WORK/b704/
2025-08-20T22:41:00.5303913Z [00:02:42.183]➜  echo '# import config' > $WORK/b704/importcfg # internal
2025-08-20T22:41:00.5307480Z [00:02:42.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b704/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/asn1=>golang.org/x/crypto@v0.39.0/cryptobyte/asn1;$WORK/b704=>" -p golang.org/x/crypto/cryptobyte/asn1 -lang=go1.23 -complete -installsuffix shared -buildid bdiv31tqcLf-DbCrwCwB/bdiv31tqcLf-DbCrwCwB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b704/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/asn1/asn1.go
2025-08-20T22:41:00.5309335Z [00:02:42.183]➜  go tool buildid -w $WORK/b597/_pkg_.a # internal
2025-08-20T22:41:00.5311565Z [00:02:42.184]➜  cp $WORK/b597/_pkg_.a /root/.cache/go-build/a2/a2fecc12085af943663be4777194a2f6219e7e6229e625b11700680493a22e0f-d # internal
2025-08-20T22:41:00.5313110Z [00:02:42.184]➜  github.com/googleapis/gax-go/v2/internal
2025-08-20T22:41:00.5314585Z [00:02:42.184]➜  mkdir -p $WORK/b728/
2025-08-20T22:41:00.5318471Z [00:02:42.184]➜  echo '# import config' > $WORK/b728/importcfg # internal
2025-08-20T22:41:00.5324206Z [00:02:42.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internal=>github.com/googleapis/gax-go/v2@v2.14.2/internal;$WORK/b728=>" -p github.com/googleapis/gax-go/v2/internal -lang=go1.23 -complete -installsuffix shared -buildid 5oppSEWJz8Dxav4FBxEw/5oppSEWJz8Dxav4FBxEw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b728/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internal/version.go
2025-08-20T22:41:00.5341763Z [00:02:42.187]➜  go tool buildid -w $WORK/b668/_pkg_.a # internal
2025-08-20T22:41:00.5346420Z [00:02:42.187]➜  cp $WORK/b668/_pkg_.a /root/.cache/go-build/33/33bce22d3f71d73cfe2a910a004ea7128a9a27f38913f058c074c94197c39446-d # internal
2025-08-20T22:41:00.5348394Z [00:02:42.187]➜  go.opentelemetry.io/otel/internal
2025-08-20T22:41:00.5349177Z [00:02:42.187]➜  mkdir -p $WORK/b739/
2025-08-20T22:41:00.5350874Z [00:02:42.187]➜  cat >/tmp/go-build3998081543/b739/importcfg << 'EOF' # internal
2025-08-20T22:41:00.5351262Z [00:02:42.187]➜  # import config
2025-08-20T22:41:00.5351602Z [00:02:42.187]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:00.5351915Z [00:02:42.187]➜  EOF
2025-08-20T22:41:00.5354022Z [00:02:42.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b739/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal=>go.opentelemetry.io/otel@v1.35.0/internal;$WORK/b739=>" -p go.opentelemetry.io/otel/internal -lang=go1.22 -complete -installsuffix shared -buildid vinkuXAzSS59O6JaC6xq/vinkuXAzSS59O6JaC6xq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b739/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/gen.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/rawhelpers.go
2025-08-20T22:41:00.5403524Z [00:02:42.193]➜  go tool buildid -w $WORK/b728/_pkg_.a # internal
2025-08-20T22:41:00.5411508Z [00:02:42.193]➜  cp $WORK/b728/_pkg_.a /root/.cache/go-build/5a/5aaa406bc8dbfd2a27bc5936306f04a7377537782496b1604406a3f387a45be4-d # internal
2025-08-20T22:41:00.5412331Z [00:02:42.194]➜  go.opentelemetry.io/otel/trace/embedded
2025-08-20T22:41:00.5412768Z [00:02:42.194]➜  mkdir -p $WORK/b752/
2025-08-20T22:41:00.5413231Z [00:02:42.194]➜  echo '# import config' > $WORK/b752/importcfg # internal
2025-08-20T22:41:00.5415551Z [00:02:42.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b752/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/embedded=>go.opentelemetry.io/otel/trace@v1.35.0/embedded;$WORK/b752=>" -p go.opentelemetry.io/otel/trace/embedded -lang=go1.22 -complete -installsuffix shared -buildid dMtt1P43XxpCmV_LvasN/dMtt1P43XxpCmV_LvasN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b752/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/embedded/embedded.go
2025-08-20T22:41:00.5440497Z [00:02:42.196]➜  go tool buildid -w $WORK/b704/_pkg_.a # internal
2025-08-20T22:41:00.5448095Z [00:02:42.197]➜  cp $WORK/b704/_pkg_.a /root/.cache/go-build/ac/ac01e34e264ad46d84126426a1ea7f4b87c26088ae16e0fd118ac09aa4abe37c-d # internal
2025-08-20T22:41:00.5450055Z [00:02:42.197]➜  go.opentelemetry.io/otel/metric/embedded
2025-08-20T22:41:00.5450386Z [00:02:42.197]➜  mkdir -p $WORK/b756/
2025-08-20T22:41:00.5452307Z [00:02:42.198]➜  echo '# import config' > $WORK/b756/importcfg # internal
2025-08-20T22:41:00.5459857Z [00:02:42.198]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b756/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/embedded=>go.opentelemetry.io/otel/metric@v1.35.0/embedded;$WORK/b756=>" -p go.opentelemetry.io/otel/metric/embedded -lang=go1.22 -complete -installsuffix shared -buildid 1AEJqdPDM89ChfkST7vt/1AEJqdPDM89ChfkST7vt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b756/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/embedded/embedded.go
2025-08-20T22:41:00.5461979Z [00:02:42.198]➜  go tool buildid -w $WORK/b739/_pkg_.a # internal
2025-08-20T22:41:00.5470535Z [00:02:42.199]➜  cp $WORK/b739/_pkg_.a /root/.cache/go-build/a8/a8e753558cdc7de235f9344d75d5bdf26c43f32492de2b7c65b2cd4a7564dc3c-d # internal
2025-08-20T22:41:00.5471808Z [00:02:42.200]➜  cloud.google.com/go/bigquery/internal
2025-08-20T22:41:00.5472371Z [00:02:42.200]➜  mkdir -p $WORK/b764/
2025-08-20T22:41:00.5474556Z [00:02:42.200]➜  echo '# import config' > $WORK/b764/importcfg # internal
2025-08-20T22:41:00.5479092Z [00:02:42.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b764/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/internal=>cloud.google.com/go/bigquery@v1.69.0/internal;$WORK/b764=>" -p cloud.google.com/go/bigquery/internal -lang=go1.23 -complete -installsuffix shared -buildid TVcFVYpD7c74PAdGPCO3/TVcFVYpD7c74PAdGPCO3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b764/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/internal/version.go
2025-08-20T22:41:00.5528015Z [00:02:42.204]➜  go tool buildid -w $WORK/b752/_pkg_.a # internal
2025-08-20T22:41:00.5529362Z [00:02:42.204]➜  cp $WORK/b752/_pkg_.a /root/.cache/go-build/e9/e93b39213334a18d82c7cfc6779671781d201d6e4db0c5e99d434ad667f65ee7-d # internal
2025-08-20T22:41:00.5530920Z [00:02:42.204]➜  github.com/apache/arrow/go/v15/arrow/internal/debug
2025-08-20T22:41:00.5531277Z [00:02:42.204]➜  mkdir -p $WORK/b810/
2025-08-20T22:41:00.5531637Z [00:02:42.204]➜  echo '# import config' > $WORK/b810/importcfg # internal
2025-08-20T22:41:00.5534572Z [00:02:42.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b810/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/debug=>github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/debug;$WORK/b810=>" -p github.com/apache/arrow/go/v15/arrow/internal/debug -lang=go1.20 -complete -installsuffix shared -buildid DTJyxDitXETdnBlz_742/DTJyxDitXETdnBlz_742 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b810/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/debug/assert_off.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/debug/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/debug/log_off.go
2025-08-20T22:41:00.5581313Z [00:02:42.210]➜  go tool buildid -w $WORK/b764/_pkg_.a # internal
2025-08-20T22:41:00.5591598Z [00:02:42.211]➜  cp $WORK/b764/_pkg_.a /root/.cache/go-build/ec/eca5c650ffb5cad075890cb01c70daaf2c7429321ec39eb629ff6bb8eb8cf5f9-d # internal
2025-08-20T22:41:00.5592782Z [00:02:42.212]➜  cloud.google.com/go/bigtable/internal
2025-08-20T22:41:00.5593488Z [00:02:42.212]➜  mkdir -p $WORK/b834/
2025-08-20T22:41:00.5608628Z [00:02:42.213]➜  go tool buildid -w $WORK/b756/_pkg_.a # internal
2025-08-20T22:41:00.5609898Z [00:02:42.213]➜  cp $WORK/b756/_pkg_.a /root/.cache/go-build/e1/e1283483f50e7d23a996dbfe56a2e4f6108ee931fc4dd99997d5cf1d7e653241-d # internal
2025-08-20T22:41:00.5610556Z [00:02:42.213]➜  cloud.google.com/go/monitoring/internal
2025-08-20T22:41:00.5611243Z [00:02:42.213]➜  mkdir -p $WORK/b848/
2025-08-20T22:41:00.5612105Z [00:02:42.213]➜  echo '# import config' > $WORK/b848/importcfg # internal
2025-08-20T22:41:00.5614163Z [00:02:42.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b848/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/internal=>cloud.google.com/go/monitoring@v1.24.2/internal;$WORK/b848=>" -p cloud.google.com/go/monitoring/internal -lang=go1.23 -complete -installsuffix shared -buildid RBDj_tqXQWXXiq2tj1iF/RBDj_tqXQWXXiq2tj1iF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b848/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/internal/version.go
2025-08-20T22:41:00.5616240Z [00:02:42.213]➜  echo '# import config' > $WORK/b834/importcfg # internal
2025-08-20T22:41:00.5620453Z [00:02:42.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b834/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/internal=>cloud.google.com/go/bigtable@v1.37.0/internal;$WORK/b834=>" -p cloud.google.com/go/bigtable/internal -lang=go1.23 -complete -installsuffix shared -buildid qqzUGa91ieVj_mX6_Ngk/qqzUGa91ieVj_mX6_Ngk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b834/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/internal/version.go
2025-08-20T22:41:00.5630012Z [00:02:42.215]➜  go tool buildid -w $WORK/b810/_pkg_.a # internal
2025-08-20T22:41:00.5631028Z [00:02:42.215]➜  cp $WORK/b810/_pkg_.a /root/.cache/go-build/13/1312b1e81d6c2606446c2409dc51e63a784ae7b1d987c2b19e77dac790b780ab-d # internal
2025-08-20T22:41:00.5631634Z [00:02:42.215]➜  go.opentelemetry.io/otel/sdk/metric/internal
2025-08-20T22:41:00.5631954Z [00:02:42.215]➜  mkdir -p $WORK/b852/
2025-08-20T22:41:00.5632303Z [00:02:42.215]➜  echo '# import config' > $WORK/b852/importcfg # internal
2025-08-20T22:41:00.5634434Z [00:02:42.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b852/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal=>go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal;$WORK/b852=>" -p go.opentelemetry.io/otel/sdk/metric/internal -lang=go1.22 -complete -installsuffix shared -buildid VUImdGHHyQSPG_rMyhLe/VUImdGHHyQSPG_rMyhLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b852/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/reuse_slice.go
2025-08-20T22:41:00.5694334Z [00:02:42.222]➜  go tool buildid -w $WORK/b834/_pkg_.a # internal
2025-08-20T22:41:00.5702076Z [00:02:42.222]➜  cp $WORK/b834/_pkg_.a /root/.cache/go-build/dd/dd14676eb210ce066e25f08e0f39253fd64183c50ba47bc34d7498141e9fadc3-d # internal
2025-08-20T22:41:00.5704469Z [00:02:42.223]➜  go.opentelemetry.io/otel/sdk
2025-08-20T22:41:00.5704874Z [00:02:42.223]➜  mkdir -p $WORK/b856/
2025-08-20T22:41:00.5709747Z [00:02:42.223]➜  echo '# import config' > $WORK/b856/importcfg # internal
2025-08-20T22:41:00.5712093Z [00:02:42.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b856/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0=>go.opentelemetry.io/otel/sdk@v1.35.0;$WORK/b856=>" -p go.opentelemetry.io/otel/sdk -lang=go1.22 -complete -installsuffix shared -buildid oYPtW7XpVnRX8eMpjVrA/oYPtW7XpVnRX8eMpjVrA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b856/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/version.go
2025-08-20T22:41:00.5718569Z [00:02:42.224]➜  go tool buildid -w $WORK/b848/_pkg_.a # internal
2025-08-20T22:41:00.5724036Z [00:02:42.225]➜  cp $WORK/b848/_pkg_.a /root/.cache/go-build/2a/2a17cde6fb819ebac6d74851938f3a770ceec1fac3d9972a056df3f527109ad2-d # internal
2025-08-20T22:41:00.5724663Z [00:02:42.225]➜  go tool buildid -w $WORK/b852/_pkg_.a # internal
2025-08-20T22:41:00.5725804Z [00:02:42.225]➜  google.golang.org/grpc/xds/internal/xdsclient/internal
2025-08-20T22:41:00.5726264Z [00:02:42.225]➜  mkdir -p $WORK/b918/
2025-08-20T22:41:00.5727003Z [00:02:42.225]➜  echo '# import config' > $WORK/b918/importcfg # internal
2025-08-20T22:41:00.5729414Z [00:02:42.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b918/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/internal=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/internal;$WORK/b918=>" -p google.golang.org/grpc/xds/internal/xdsclient/internal -lang=go1.23 -complete -installsuffix shared -buildid nLKSTj8YWGx02iM03a1L/nLKSTj8YWGx02iM03a1L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b918/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/internal/internal.go
2025-08-20T22:41:00.5738077Z [00:02:42.226]➜  cp $WORK/b852/_pkg_.a /root/.cache/go-build/11/11cf8ce8807483aa5bc5845413ec8274aa3954e3b942a742a3713029f93e1c00-d # internal
2025-08-20T22:41:00.5738806Z [00:02:42.226]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version
2025-08-20T22:41:00.5739197Z [00:02:42.226]➜  mkdir -p $WORK/b933/
2025-08-20T22:41:00.5739567Z [00:02:42.226]➜  echo '# import config' > $WORK/b933/importcfg # internal
2025-08-20T22:41:00.5742062Z [00:02:42.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b933/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/version=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/version;$WORK/b933=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version -lang=go1.23 -complete -installsuffix shared -buildid I_qf5mDt2DDOO6ZRsB0C/I_qf5mDt2DDOO6ZRsB0C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b933/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/version/version.go
2025-08-20T22:41:00.5817309Z [00:02:42.234]➜  go tool buildid -w $WORK/b856/_pkg_.a # internal
2025-08-20T22:41:00.5824354Z [00:02:42.234]➜  go tool buildid -w $WORK/b918/_pkg_.a # internal
2025-08-20T22:41:00.5825181Z [00:02:42.234]➜  cp $WORK/b918/_pkg_.a /root/.cache/go-build/0c/0c69178fac20fedbf719008a3e694546be5a31e787d9f8a2fdb11a1e70864e8b-d # internal
2025-08-20T22:41:00.5826224Z [00:02:42.235]➜  cp $WORK/b856/_pkg_.a /root/.cache/go-build/ee/ee8e3f0bf1ded07fdd28341dc7cc6f1577ffaaf067137f58e8d31dfe6632c356-d # internal
2025-08-20T22:41:00.5826839Z [00:02:42.235]➜  go tool buildid -w $WORK/b933/_pkg_.a # internal
2025-08-20T22:41:00.5829023Z [00:02:42.235]➜  cp $WORK/b933/_pkg_.a /root/.cache/go-build/2f/2fd4bfdeeaf454ad7c61a21abc452cdb0fd237026d9a8af853c266b097ad2114-d # internal
2025-08-20T22:41:00.5830849Z [00:02:42.235]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud
2025-08-20T22:41:00.5831936Z [00:02:42.236]➜  mkdir -p $WORK/b994/
2025-08-20T22:41:00.5833396Z [00:02:42.236]➜  google.golang.org/grpc/xds/internal/resolver/internal
2025-08-20T22:41:00.5833799Z [00:02:42.236]➜  mkdir -p $WORK/b972/
2025-08-20T22:41:00.5834158Z [00:02:42.236]➜  echo '# import config' > $WORK/b972/importcfg # internal
2025-08-20T22:41:00.5848974Z [00:02:42.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b972/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/resolver/internal=>google.golang.org/grpc@v1.72.2/xds/internal/resolver/internal;$WORK/b972=>" -p google.golang.org/grpc/xds/internal/resolver/internal -lang=go1.23 -complete -installsuffix shared -buildid u8t8GUro1-lz-2pLkJwJ/u8t8GUro1-lz-2pLkJwJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b972/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/resolver/internal/internal.go
2025-08-20T22:41:00.5851256Z [00:02:42.236]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo
2025-08-20T22:41:00.5851624Z [00:02:42.236]➜  mkdir -p $WORK/b1006/
2025-08-20T22:41:00.5851999Z [00:02:42.237]➜  echo '# import config' > $WORK/b1006/importcfg # internal
2025-08-20T22:41:00.5855036Z [00:02:42.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/errorinfo=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/errorinfo;$WORK/b1006=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo -lang=go1.23 -complete -installsuffix shared -buildid C87NbNMGhux3rCTWWWc5/C87NbNMGhux3rCTWWWc5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1006/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/errorinfo/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/errorinfo/errorinfo.go
2025-08-20T22:41:00.5858152Z [00:02:42.237]➜  echo '# import config' > $WORK/b994/importcfg # internal
2025-08-20T22:41:00.5860660Z [00:02:42.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/cloud=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/cloud;$WORK/b994=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud -lang=go1.23 -complete -installsuffix shared -buildid UVLdfEQuzbb82nK7Fl9s/UVLdfEQuzbb82nK7Fl9s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b994/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/cloud/cloud.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/cloud/doc.go
2025-08-20T22:41:00.5937151Z [00:02:42.246]➜  go tool buildid -w $WORK/b972/_pkg_.a # internal
2025-08-20T22:41:00.5941013Z [00:02:42.246]➜  cp $WORK/b972/_pkg_.a /root/.cache/go-build/37/3701b4b103ea6415b2855261f4df5033687bf76a9de8551587d614c595640630-d # internal
2025-08-20T22:41:00.5942336Z [00:02:42.247]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported
2025-08-20T22:41:00.5942898Z [00:02:42.247]➜  mkdir -p $WORK/b1024/
2025-08-20T22:41:00.5943960Z [00:02:42.247]➜  echo '# import config' > $WORK/b1024/importcfg # internal
2025-08-20T22:41:00.5947382Z [00:02:42.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1024/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/exported=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/exported;$WORK/b1024=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported -lang=go1.18 -complete -installsuffix shared -buildid m19oyWzJnrl3qDAeWnxH/m19oyWzJnrl3qDAeWnxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1024/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/exported/exported.go
2025-08-20T22:41:00.5958857Z [00:02:42.248]➜  go tool buildid -w $WORK/b1006/_pkg_.a # internal
2025-08-20T22:41:00.5964566Z [00:02:42.249]➜  go tool buildid -w $WORK/b994/_pkg_.a # internal
2025-08-20T22:41:00.5967737Z [00:02:42.249]➜  cp $WORK/b1006/_pkg_.a /root/.cache/go-build/29/29ff556f1df3ce249cb3680a2db54db5768e2ade506c1f477b8419c4df3c4119-d # internal
2025-08-20T22:41:00.5970243Z [00:02:42.249]➜  cp $WORK/b994/_pkg_.a /root/.cache/go-build/26/264990c294e5df3261a4e677927bab65456e0d98b3dfff316bb241abcaf0ad8c-d # internal
2025-08-20T22:41:00.5972881Z [00:02:42.250]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version
2025-08-20T22:41:00.5973480Z [00:02:42.250]➜  mkdir -p $WORK/b1034/
2025-08-20T22:41:00.5974046Z [00:02:42.250]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant
2025-08-20T22:41:00.5977412Z [00:02:42.250]➜  mkdir -p $WORK/b1028/
2025-08-20T22:41:00.5977984Z [00:02:42.250]➜  echo '# import config' > $WORK/b1034/importcfg # internal
2025-08-20T22:41:00.5987910Z [00:02:42.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/version=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/version;$WORK/b1034=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version -lang=go1.18 -complete -installsuffix shared -buildid W2h_tsvBlRKMkV6l3V-F/W2h_tsvBlRKMkV6l3V-F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1034/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/version/version.go
2025-08-20T22:41:00.5990554Z [00:02:42.251]➜  echo '# import config' > $WORK/b1028/importcfg # internal
2025-08-20T22:41:00.5993625Z [00:02:42.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1028/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/grant=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/grant;$WORK/b1028=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant -lang=go1.18 -complete -installsuffix shared -buildid -mxay0Y-oxALkWtE0lYO/-mxay0Y-oxALkWtE0lYO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1028/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/grant/grant.go
2025-08-20T22:41:00.6056449Z [00:02:42.258]➜  go tool buildid -w $WORK/b1034/_pkg_.a # internal
2025-08-20T22:41:00.6064764Z [00:02:42.259]➜  go tool buildid -w $WORK/b1028/_pkg_.a # internal
2025-08-20T22:41:00.6071401Z [00:02:42.259]➜  cp $WORK/b1028/_pkg_.a /root/.cache/go-build/0b/0b198cdd9e2a65c84003c9f26e609e4d0783bc31bce10d285a52f309019145df-d # internal
2025-08-20T22:41:00.6072460Z [00:02:42.260]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/to
2025-08-20T22:41:00.6072795Z [00:02:42.260]➜  mkdir -p $WORK/b1043/
2025-08-20T22:41:00.6073407Z [00:02:42.260]➜  cp $WORK/b1034/_pkg_.a /root/.cache/go-build/ae/aefa3d1cd2d2f2e431b24317652bf58ba9689858598e27f7a058f13442fa62f7-d # internal
2025-08-20T22:41:00.6073995Z [00:02:42.260]➜  github.com/segmentio/asm/cpu/cpuid
2025-08-20T22:41:00.6074291Z [00:02:42.260]➜  mkdir -p $WORK/b1053/
2025-08-20T22:41:00.6074646Z [00:02:42.260]➜  echo '# import config' > $WORK/b1043/importcfg # internal
2025-08-20T22:41:00.6077267Z [00:02:42.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/to=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/to;$WORK/b1043=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/to -lang=go1.23 -complete -installsuffix shared -buildid 3qvRledKYP1euJcN7QUu/3qvRledKYP1euJcN7QUu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1043/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/to/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/to/to.go
2025-08-20T22:41:00.6079428Z [00:02:42.260]➜  echo '# import config' > $WORK/b1053/importcfg # internal
2025-08-20T22:41:00.6085392Z [00:02:42.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu/cpuid=>github.com/segmentio/asm@v1.2.0/cpu/cpuid;$WORK/b1053=>" -p github.com/segmentio/asm/cpu/cpuid -lang=go1.18 -complete -installsuffix shared -buildid O4_biUWLjpig6ulSDkKk/O4_biUWLjpig6ulSDkKk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1053/importcfg -pack /root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu/cpuid/cpuid.go
2025-08-20T22:41:00.6087259Z [00:02:42.261]➜  go tool buildid -w $WORK/b1024/_pkg_.a # internal
2025-08-20T22:41:00.6087933Z [00:02:42.261]➜  cp $WORK/b1024/_pkg_.a /root/.cache/go-build/7c/7cb8d6133e57af7778e869c906148fda9923eca7700555397e0cc54542fdd9b0-d # internal
2025-08-20T22:41:00.6088558Z [00:02:42.261]➜  github.com/ClickHouse/clickhouse-go/v2/lib/binary
2025-08-20T22:41:00.6088890Z [00:02:42.261]➜  mkdir -p $WORK/b1059/
2025-08-20T22:41:00.6089242Z [00:02:42.261]➜  echo '# import config' > $WORK/b1059/importcfg # internal
2025-08-20T22:41:00.6092087Z [00:02:42.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1059/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/binary=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0/lib/binary;$WORK/b1059=>" -p github.com/ClickHouse/clickhouse-go/v2/lib/binary -lang=go1.22 -complete -installsuffix shared -buildid oRFqDUCS02VGfz9Bvqhx/oRFqDUCS02VGfz9Bvqhx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1059/importcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/binary/string.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/binary/string_unsafe.go
2025-08-20T22:41:00.6165634Z [00:02:42.269]➜  go tool buildid -w $WORK/b1043/_pkg_.a # internal
2025-08-20T22:41:00.6168707Z [00:02:42.269]➜  cp $WORK/b1043/_pkg_.a /root/.cache/go-build/3e/3e58f257a8eef1d90111a88cb8677cfc7f7baead6f7764eaf56f459eb2281d4f-d # internal
2025-08-20T22:41:00.6171832Z [00:02:42.269]➜  github.com/aws/smithy-go/container/private/cache
2025-08-20T22:41:00.6172229Z [00:02:42.270]➜  mkdir -p $WORK/b1100/
2025-08-20T22:41:00.6172601Z [00:02:42.270]➜  echo '# import config' > $WORK/b1100/importcfg # internal
2025-08-20T22:41:00.6174868Z [00:02:42.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache=>github.com/aws/smithy-go@v1.22.4/container/private/cache;$WORK/b1100=>" -p github.com/aws/smithy-go/container/private/cache -lang=go1.22 -complete -installsuffix shared -buildid sBspQSXnYSidWNkqp1Pg/sBspQSXnYSidWNkqp1Pg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1100/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache/cache.go
2025-08-20T22:41:00.6177399Z [00:02:42.270]➜  go tool buildid -w $WORK/b1059/_pkg_.a # internal
2025-08-20T22:41:00.6181753Z [00:02:42.270]➜  cp $WORK/b1059/_pkg_.a /root/.cache/go-build/ca/cabccb38216f45051d7368527fbf4e3820af6f8497bc1bae6ffbf6006c5d48d0-d # internal
2025-08-20T22:41:00.6182441Z [00:02:42.271]➜  go.opencensus.io/internal/tagencoding
2025-08-20T22:41:00.6182914Z [00:02:42.271]➜  mkdir -p $WORK/b1113/
2025-08-20T22:41:00.6183343Z [00:02:42.271]➜  echo '# import config' > $WORK/b1113/importcfg # internal
2025-08-20T22:41:00.6185520Z [00:02:42.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1113/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding=>go.opencensus.io@v0.24.0/internal/tagencoding;$WORK/b1113=>" -p go.opencensus.io/internal/tagencoding -lang=go1.13 -complete -installsuffix shared -buildid OqElsLM6mUTLyV_QSHp0/OqElsLM6mUTLyV_QSHp0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1113/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/internal/tagencoding/tagencoding.go
2025-08-20T22:41:00.6203782Z [00:02:42.273]➜  go tool buildid -w $WORK/b1053/_pkg_.a # internal
2025-08-20T22:41:00.6217610Z [00:02:42.273]➜  cp $WORK/b1053/_pkg_.a /root/.cache/go-build/7b/7bd564daefbd9a909820145a46b2e539946793efcae669d40caf1b6b85f3e7f9-d # internal
2025-08-20T22:41:00.6218234Z [00:02:42.274]➜  github.com/golang/groupcache/lru
2025-08-20T22:41:00.6218543Z [00:02:42.274]➜  mkdir -p $WORK/b1122/
2025-08-20T22:41:00.6218950Z [00:02:42.274]➜  cat >/tmp/go-build3998081543/b1122/importcfg << 'EOF' # internal
2025-08-20T22:41:00.6219300Z [00:02:42.274]➜  # import config
2025-08-20T22:41:00.6219663Z [00:02:42.274]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:00.6220015Z [00:02:42.274]➜  EOF
2025-08-20T22:41:00.6222767Z [00:02:42.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1122/_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/b1122=>" -p github.com/golang/groupcache/lru -lang=go1.20 -complete -installsuffix shared -buildid jyyNKhvqGfOaoYaF4Npb/jyyNKhvqGfOaoYaF4Npb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1122/importcfg -pack /root/go/pkg/mod/github.com/golang/groupcache@v0.0.0-20241129210726-2c02b8208cf8/lru/lru.go
2025-08-20T22:41:00.6303237Z [00:02:42.282]➜  go tool buildid -w $WORK/b1100/_pkg_.a # internal
2025-08-20T22:41:00.6306220Z [00:02:42.283]➜  cp $WORK/b1100/_pkg_.a /root/.cache/go-build/39/39a011c095ae720c38c908237d8899362aff762b7b33516adc0dc600c0b2d84b-d # internal
2025-08-20T22:41:00.6309235Z [00:02:42.283]➜  github.com/aws/smithy-go/container/private/cache/lru
2025-08-20T22:41:00.6309593Z [00:02:42.283]➜  mkdir -p $WORK/b1101/
2025-08-20T22:41:00.6311692Z [00:02:42.284]➜  cat >/tmp/go-build3998081543/b1101/importcfg << 'EOF' # internal
2025-08-20T22:41:00.6312389Z [00:02:42.284]➜  # import config
2025-08-20T22:41:00.6312996Z [00:02:42.284]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:00.6314132Z [00:02:42.284]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3998081543/b1100/_pkg_.a
2025-08-20T22:41:00.6314636Z [00:02:42.284]➜  EOF
2025-08-20T22:41:00.6331719Z [00:02:42.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache/lru=>github.com/aws/smithy-go@v1.22.4/container/private/cache/lru;$WORK/b1101=>" -p github.com/aws/smithy-go/container/private/cache/lru -lang=go1.22 -complete -installsuffix shared -buildid lGLkJRdLGN83xLqR5mpO/lGLkJRdLGN83xLqR5mpO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1101/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/container/private/cache/lru/lru.go
2025-08-20T22:41:00.6392150Z [00:02:42.291]➜  go tool buildid -w $WORK/b1113/_pkg_.a # internal
2025-08-20T22:41:00.6394358Z [00:02:42.292]➜  cp $WORK/b1113/_pkg_.a /root/.cache/go-build/35/3543e85f9cbfbd101cd569f17b5b136b17f940e873bac0e7377e662e3efee281-d # internal
2025-08-20T22:41:00.6396951Z [00:02:42.292]➜  go.opencensus.io
2025-08-20T22:41:00.6397231Z [00:02:42.292]➜  mkdir -p $WORK/b1124/
2025-08-20T22:41:00.6397590Z [00:02:42.292]➜  echo '# import config' > $WORK/b1124/importcfg # internal
2025-08-20T22:41:00.6399316Z [00:02:42.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1124/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0=>go.opencensus.io@v0.24.0;$WORK/b1124=>" -p go.opencensus.io -lang=go1.13 -complete -installsuffix shared -buildid Px97rdbHDuNGUKE-ECiN/Px97rdbHDuNGUKE-ECiN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1124/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/opencensus.go
2025-08-20T22:41:00.6496822Z [00:02:42.301]➜  go tool buildid -w $WORK/b1124/_pkg_.a # internal
2025-08-20T22:41:00.6498348Z [00:02:42.301]➜  cp $WORK/b1124/_pkg_.a /root/.cache/go-build/db/db3387628424fb6de28c217cabf6d59df81fb3b8671a339f7ac95b045536d506-d # internal
2025-08-20T22:41:00.6500335Z [00:02:42.301]➜  go.opencensus.io/trace/internal
2025-08-20T22:41:00.6500938Z [00:02:42.301]➜  mkdir -p $WORK/b1125/
2025-08-20T22:41:00.6501585Z [00:02:42.301]➜  echo '# import config' > $WORK/b1125/importcfg # internal
2025-08-20T22:41:00.6507401Z [00:02:42.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1125/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal=>go.opencensus.io@v0.24.0/trace/internal;$WORK/b1125=>" -p go.opencensus.io/trace/internal -lang=go1.13 -complete -installsuffix shared -buildid MNVnQ3ObK6Fsa1fjjuH4/MNVnQ3ObK6Fsa1fjjuH4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1125/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/internal/internal.go
2025-08-20T22:41:00.6509154Z [00:02:42.303]➜  go tool buildid -w $WORK/b1101/_pkg_.a # internal
2025-08-20T22:41:00.6515505Z [00:02:42.304]➜  cp $WORK/b1101/_pkg_.a /root/.cache/go-build/00/00d4a0d1aba17c3d1dd54c35c59ae4d1781aa90f05a4a4fc64c75dea88de3ab3-d # internal
2025-08-20T22:41:00.6517139Z [00:02:42.304]➜  github.com/Azure/go-autorest/autorest/to
2025-08-20T22:41:00.6517968Z [00:02:42.304]➜  mkdir -p $WORK/b1130/
2025-08-20T22:41:00.6522276Z [00:02:42.305]➜  echo '# import config' > $WORK/b1130/importcfg # internal
2025-08-20T22:41:00.6527011Z [00:02:42.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1130/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/go-autorest/autorest/to@v0.4.1=>github.com/Azure/go-autorest/autorest/to@v0.4.1;$WORK/b1130=>" -p github.com/Azure/go-autorest/autorest/to -lang=go1.15 -complete -installsuffix shared -buildid 3M63-flkOjdTVKTmIzdF/3M63-flkOjdTVKTmIzdF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1130/importcfg -pack /root/go/pkg/mod/github.com/!azure/go-autorest/autorest/to@v0.4.1/convert.go
2025-08-20T22:41:00.6531456Z [00:02:42.306]➜  go tool buildid -w $WORK/b1122/_pkg_.a # internal
2025-08-20T22:41:00.6543241Z [00:02:42.307]➜  cp $WORK/b1122/_pkg_.a /root/.cache/go-build/af/afc5b48d08e8efb38c190ad2e1bc62c50f01a19895a2cef24c6f635247a88278-d # internal
2025-08-20T22:41:00.6548790Z [00:02:42.307]➜  github.com/google/wire
2025-08-20T22:41:00.6549680Z [00:02:42.307]➜  mkdir -p $WORK/b1131/
2025-08-20T22:41:00.6550532Z [00:02:42.307]➜  echo '# import config' > $WORK/b1131/importcfg # internal
2025-08-20T22:41:00.6552431Z [00:02:42.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1131/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/wire@v0.6.0=>github.com/google/wire@v0.6.0;$WORK/b1131=>" -p github.com/google/wire -lang=go1.12 -complete -installsuffix shared -buildid unK3VxE_v9AUveHkOiUO/unK3VxE_v9AUveHkOiUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1131/importcfg -pack /root/go/pkg/mod/github.com/google/wire@v0.6.0/wire.go
2025-08-20T22:41:00.6584748Z [00:02:42.311]➜  go tool buildid -w $WORK/b1125/_pkg_.a # internal
2025-08-20T22:41:00.6588684Z [00:02:42.311]➜  cp $WORK/b1125/_pkg_.a /root/.cache/go-build/09/09a81adad69e739304138b7fd679f5a2764532484b79dbf033d33dfca877ee0f-d # internal
2025-08-20T22:41:00.6590268Z [00:02:42.311]➜  cloud.google.com/go/iam/internal
2025-08-20T22:41:00.6590596Z [00:02:42.311]➜  mkdir -p $WORK/b1137/
2025-08-20T22:41:00.6590961Z [00:02:42.311]➜  echo '# import config' > $WORK/b1137/importcfg # internal
2025-08-20T22:41:00.6593543Z [00:02:42.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1137/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/internal=>cloud.google.com/go/iam@v1.5.2/internal;$WORK/b1137=>" -p cloud.google.com/go/iam/internal -lang=go1.23 -complete -installsuffix shared -buildid -RKgO69CvD-A6E1IwBD9/-RKgO69CvD-A6E1IwBD9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1137/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/internal/version.go
2025-08-20T22:41:00.6670641Z [00:02:42.319]➜  go tool buildid -w $WORK/b1131/_pkg_.a # internal
2025-08-20T22:41:00.6671496Z [00:02:42.320]➜  go tool buildid -w $WORK/b1137/_pkg_.a # internal
2025-08-20T22:41:00.6675017Z [00:02:42.320]➜  cp $WORK/b1137/_pkg_.a /root/.cache/go-build/3d/3dd1100c73624595c063b850b827f6a0718facde2b149a0e8e285c9c4098999f-d # internal
2025-08-20T22:41:00.6678593Z [00:02:42.320]➜  cp $WORK/b1131/_pkg_.a /root/.cache/go-build/f3/f392324e6fb79cdfb6dce7a34de8f1669853a0484f15d647f9ade542cf671a10-d # internal
2025-08-20T22:41:00.6681414Z [00:02:42.321]➜  github.com/aws/aws-sdk-go/aws/client/metadata
2025-08-20T22:41:00.6681790Z [00:02:42.321]➜  mkdir -p $WORK/b1169/
2025-08-20T22:41:00.6686430Z [00:02:42.321]➜  echo '# import config' > $WORK/b1169/importcfg # internal
2025-08-20T22:41:00.6690200Z [00:02:42.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1169/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/client/metadata=>github.com/aws/aws-sdk-go@v1.55.6/aws/client/metadata;$WORK/b1169=>" -p github.com/aws/aws-sdk-go/aws/client/metadata -lang=go1.19 -complete -installsuffix shared -buildid RCUN0ZbWZv_lJESq8oNy/RCUN0ZbWZv_lJESq8oNy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1169/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/client/metadata/client_info.go
2025-08-20T22:41:00.6692055Z [00:02:42.322]➜  cloud.google.com/go/storage/internal
2025-08-20T22:41:00.6696399Z [00:02:42.322]➜  mkdir -p $WORK/b1140/
2025-08-20T22:41:00.6697802Z [00:02:42.322]➜  echo '# import config' > $WORK/b1140/importcfg # internal
2025-08-20T22:41:00.6700532Z [00:02:42.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1140/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal=>cloud.google.com/go/storage@v1.53.0/internal;$WORK/b1140=>" -p cloud.google.com/go/storage/internal -lang=go1.23 -complete -installsuffix shared -buildid mK6ZyinG55VpOhSmrAPS/mK6ZyinG55VpOhSmrAPS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1140/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/experimental.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/version.go
2025-08-20T22:41:00.6703294Z [00:02:42.322]➜  go tool buildid -w $WORK/b1130/_pkg_.a # internal
2025-08-20T22:41:00.6704257Z [00:02:42.323]➜  cp $WORK/b1130/_pkg_.a /root/.cache/go-build/54/544e2b4fec7e4aa3a825cdb92218bedffa7de25c8ba3d1bc82b0e1b8c5b6ad9b-d # internal
2025-08-20T22:41:00.6705017Z [00:02:42.323]➜  github.com/aws/aws-sdk-go/internal/sdkmath
2025-08-20T22:41:00.6706166Z [00:02:42.323]➜  mkdir -p $WORK/b1179/
2025-08-20T22:41:00.6706817Z [00:02:42.323]➜  cat >/tmp/go-build3998081543/b1179/importcfg << 'EOF' # internal
2025-08-20T22:41:00.6707258Z [00:02:42.323]➜  # import config
2025-08-20T22:41:00.6707758Z [00:02:42.323]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:00.6708679Z [00:02:42.323]➜  EOF
2025-08-20T22:41:00.6712564Z [00:02:42.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkmath=>github.com/aws/aws-sdk-go@v1.55.6/internal/sdkmath;$WORK/b1179=>" -p github.com/aws/aws-sdk-go/internal/sdkmath -lang=go1.19 -complete -installsuffix shared -buildid i0mJOVQ3SLcgCZ20V8IY/i0mJOVQ3SLcgCZ20V8IY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1179/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkmath/floor.go
2025-08-20T22:41:00.6782619Z [00:02:42.331]➜  go tool buildid -w $WORK/b1140/_pkg_.a # internal
2025-08-20T22:41:00.6788932Z [00:02:42.331]➜  cp $WORK/b1140/_pkg_.a /root/.cache/go-build/3c/3c5805c8eede239275c44c0a57c910f99d276337c75e02d9201bc4c28fa5f45a-d # internal
2025-08-20T22:41:00.6790405Z [00:02:42.331]➜  atomicgo.dev/keyboard/internal
2025-08-20T22:41:00.6790728Z [00:02:42.331]➜  mkdir -p $WORK/b1252/
2025-08-20T22:41:00.6792591Z [00:02:42.332]➜  go tool buildid -w $WORK/b1179/_pkg_.a # internal
2025-08-20T22:41:00.6798326Z [00:02:42.332]➜  cp $WORK/b1179/_pkg_.a /root/.cache/go-build/23/23913eb5cab7a96e67109bc04cbab60544c31374ac9a9b658f1a7a872db93ca0-d # internal
2025-08-20T22:41:00.6799003Z [00:02:42.332]➜  github.com/uptrace/bun/dialect/sqltype
2025-08-20T22:41:00.6799429Z [00:02:42.332]➜  mkdir -p $WORK/b1277/
2025-08-20T22:41:00.6799819Z [00:02:42.332]➜  go tool buildid -w $WORK/b1169/_pkg_.a # internal
2025-08-20T22:41:00.6800223Z [00:02:42.332]➜  echo '# import config' > $WORK/b1277/importcfg # internal
2025-08-20T22:41:00.6802317Z [00:02:42.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/dialect/sqltype=>github.com/uptrace/bun@v1.2.12/dialect/sqltype;$WORK/b1277=>" -p github.com/uptrace/bun/dialect/sqltype -lang=go1.23 -complete -installsuffix shared -buildid eEqFfevsopX_GjUmh6bI/eEqFfevsopX_GjUmh6bI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1277/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/dialect/sqltype/sqltype.go
2025-08-20T22:41:00.6805698Z [00:02:42.333]➜  cp $WORK/b1169/_pkg_.a /root/.cache/go-build/89/89ce96c9a7487a9b9f2913986c3b2b050d95534a6ab8b7e757bcb8e0337998d7-d # internal
2025-08-20T22:41:00.6806388Z [00:02:42.333]➜  github.com/vmihailenco/msgpack/v5/msgpcode
2025-08-20T22:41:00.6806708Z [00:02:42.333]➜  mkdir -p $WORK/b1285/
2025-08-20T22:41:00.6807055Z [00:02:42.333]➜  echo '# import config' > $WORK/b1285/importcfg # internal
2025-08-20T22:41:00.6809544Z [00:02:42.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1285/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/msgpcode=>github.com/vmihailenco/msgpack/v5@v5.4.1/msgpcode;$WORK/b1285=>" -p github.com/vmihailenco/msgpack/v5/msgpcode -lang=go1.19 -complete -installsuffix shared -buildid zKrCwGO1TEWSU43EbZ32/zKrCwGO1TEWSU43EbZ32 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1285/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/msgpcode/msgpcode.go
2025-08-20T22:41:00.6817466Z [00:02:42.334]➜  echo '# import config' > $WORK/b1252/importcfg # internal
2025-08-20T22:41:00.6825246Z [00:02:42.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1252/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/internal=>atomicgo.dev/keyboard@v0.2.9/internal;$WORK/b1252=>" -p atomicgo.dev/keyboard/internal -lang=go1.15 -complete -installsuffix shared -buildid ltRs9angXOqFAbXsODrd/ltRs9angXOqFAbXsODrd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1252/importcfg -pack /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/internal/keys.go
2025-08-20T22:41:00.6877399Z [00:02:42.340]➜  go tool buildid -w $WORK/b1277/_pkg_.a # internal
2025-08-20T22:41:00.6878172Z [00:02:42.340]➜  cp $WORK/b1277/_pkg_.a /root/.cache/go-build/17/17d7a340d72700306a7843826009e5d3f816b4887afe7dc041c299c46e986303-d # internal
2025-08-20T22:41:00.6878780Z [00:02:42.340]➜  github.com/vmihailenco/tagparser/v2/internal
2025-08-20T22:41:00.6879104Z [00:02:42.340]➜  mkdir -p $WORK/b1288/
2025-08-20T22:41:00.6879458Z [00:02:42.340]➜  echo '# import config' > $WORK/b1288/importcfg # internal
2025-08-20T22:41:00.6882056Z [00:02:42.340]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1288/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/internal=>github.com/vmihailenco/tagparser/v2@v2.0.0/internal;$WORK/b1288=>" -p github.com/vmihailenco/tagparser/v2/internal -lang=go1.15 -complete -installsuffix shared -buildid QcfoxH7Y4rzuGWnwgjJH/QcfoxH7Y4rzuGWnwgjJH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1288/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/internal/unsafe.go
2025-08-20T22:41:00.6920437Z [00:02:42.344]➜  go tool buildid -w $WORK/b1285/_pkg_.a # internal
2025-08-20T22:41:00.6924956Z [00:02:42.345]➜  cp $WORK/b1285/_pkg_.a /root/.cache/go-build/de/de2bee4893319777281c352f2dfb8d3fd6664a7c1d18f72c8ce4f6d7cd5c23a9-d # internal
2025-08-20T22:41:00.6926604Z [00:02:42.345]➜  github.com/uptrace/bun/internal/ordered
2025-08-20T22:41:00.6929410Z [00:02:42.345]➜  mkdir -p $WORK/b1295/
2025-08-20T22:41:00.6929849Z [00:02:42.345]➜  go tool buildid -w $WORK/b1252/_pkg_.a # internal
2025-08-20T22:41:00.6930522Z [00:02:42.345]➜  cp $WORK/b1252/_pkg_.a /root/.cache/go-build/d5/d52f31d5765f82bf3b42067ec4e9eac3fe0144f7164c2b2dc0c572f3a7b6d8b3-d # internal
2025-08-20T22:41:00.6934050Z [00:02:42.346]➜  atomicgo.dev/keyboard/keys
2025-08-20T22:41:00.6934443Z [00:02:42.346]➜  mkdir -p $WORK/b1253/
2025-08-20T22:41:00.6935711Z [00:02:42.346]➜  cat >/tmp/go-build3998081543/b1253/importcfg << 'EOF' # internal
2025-08-20T22:41:00.6936071Z [00:02:42.346]➜  # import config
2025-08-20T22:41:00.6936530Z [00:02:42.346]➜  packagefile atomicgo.dev/keyboard/internal=/tmp/go-build3998081543/b1252/_pkg_.a
2025-08-20T22:41:00.6936928Z [00:02:42.346]➜  EOF
2025-08-20T22:41:00.6938668Z [00:02:42.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1253/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/keys=>atomicgo.dev/keyboard@v0.2.9/keys;$WORK/b1253=>" -p atomicgo.dev/keyboard/keys -lang=go1.15 -complete -installsuffix shared -buildid pGxT6ORfHPiTgt8w28tM/pGxT6ORfHPiTgt8w28tM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1253/importcfg -pack /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/keys/keys.go
2025-08-20T22:41:00.6940302Z [00:02:42.346]➜  echo '# import config' > $WORK/b1295/importcfg # internal
2025-08-20T22:41:00.6942765Z [00:02:42.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/ordered=>github.com/uptrace/bun@v1.2.12/internal/ordered;$WORK/b1295=>" -p github.com/uptrace/bun/internal/ordered -lang=go1.23 -complete -installsuffix shared -buildid 02eauYPhCLtc9P66qYQS/02eauYPhCLtc9P66qYQS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1295/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/ordered/map.go
2025-08-20T22:41:00.6990875Z [00:02:42.349]➜  go tool buildid -w $WORK/b1288/_pkg_.a # internal
2025-08-20T22:41:00.6991602Z [00:02:42.350]➜  cp $WORK/b1288/_pkg_.a /root/.cache/go-build/af/af79c598e89fa6357f43d6d98783b4b871a120a930b16983945b845e96760a3d-d # internal
2025-08-20T22:41:00.6992259Z [00:02:42.350]➜  github.com/apache/arrow/go/v18/arrow/internal/debug
2025-08-20T22:41:00.6992595Z [00:02:42.350]➜  mkdir -p $WORK/b1330/
2025-08-20T22:41:00.6992944Z [00:02:42.350]➜  echo '# import config' > $WORK/b1330/importcfg # internal
2025-08-20T22:41:00.6996554Z [00:02:42.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/debug=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/debug;$WORK/b1330=>" -p github.com/apache/arrow/go/v18/arrow/internal/debug -lang=go1.22 -complete -installsuffix shared -buildid MBJSi2Q2tMUVg5kYxEl2/MBJSi2Q2tMUVg5kYxEl2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1330/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/debug/assert_off.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/debug/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/debug/log_off.go
2025-08-20T22:41:00.7047209Z [00:02:42.357]➜  go tool buildid -w $WORK/b1295/_pkg_.a # internal
2025-08-20T22:41:00.7053681Z [00:02:42.358]➜  go tool buildid -w $WORK/b1330/_pkg_.a # internal
2025-08-20T22:41:00.7057566Z [00:02:42.358]➜  cp $WORK/b1330/_pkg_.a /root/.cache/go-build/56/569bccb196e55700a035744bda40c0594ee21dba0320b081dd691e99d3872b5c-d # internal
2025-08-20T22:41:00.7059269Z [00:02:42.358]➜  github.com/elastic/elastic-transport-go/v8/elastictransport/version
2025-08-20T22:41:00.7059682Z [00:02:42.358]➜  mkdir -p $WORK/b1353/
2025-08-20T22:41:00.7060040Z [00:02:42.358]➜  echo '# import config' > $WORK/b1353/importcfg # internal
2025-08-20T22:41:00.7062586Z [00:02:42.358]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1353/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/version=>github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/version;$WORK/b1353=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport/version -lang=go1.20 -complete -installsuffix shared -buildid _su32oqYzL8soOOjpI6A/_su32oqYzL8soOOjpI6A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1353/importcfg -pack /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/version/version.go
2025-08-20T22:41:00.7066088Z [00:02:42.359]➜  cp $WORK/b1295/_pkg_.a /root/.cache/go-build/79/7916850aa1290ebb2c929d1aa6d9d8b83dca1f40b75dcbc92a0c55296fd252a6-d # internal
2025-08-20T22:41:00.7070487Z [00:02:42.359]➜  github.com/elastic/go-elasticsearch/v8/internal/version
2025-08-20T22:41:00.7080800Z [00:02:42.360]➜  mkdir -p $WORK/b1355/
2025-08-20T22:41:00.7081205Z [00:02:42.361]➜  echo '# import config' > $WORK/b1355/importcfg # internal
2025-08-20T22:41:00.7083866Z [00:02:42.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/internal/version=>github.com/elastic/go-elasticsearch/v8@v8.17.0/internal/version;$WORK/b1355=>" -p github.com/elastic/go-elasticsearch/v8/internal/version -lang=go1.22 -complete -installsuffix shared -buildid F-X5xE8lH4c1SLrhOCW4/F-X5xE8lH4c1SLrhOCW4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1355/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/internal/version/version.go
2025-08-20T22:41:00.7106942Z [00:02:42.363]➜  go tool buildid -w $WORK/b1253/_pkg_.a # internal
2025-08-20T22:41:00.7120751Z [00:02:42.364]➜  cp $WORK/b1253/_pkg_.a /root/.cache/go-build/1b/1ba953e04602a2ed4ded23704509ecce57f41d884fcd5ffb91001a3e3ca12c7f-d # internal
2025-08-20T22:41:00.7122033Z [00:02:42.364]➜  github.com/exasol/exasol-driver-go/internal/config
2025-08-20T22:41:00.7122686Z [00:02:42.364]➜  mkdir -p $WORK/b2073/
2025-08-20T22:41:00.7123349Z [00:02:42.364]➜  echo '# import config' > $WORK/b2073/importcfg # internal
2025-08-20T22:41:00.7126320Z [00:02:42.364]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/internal/config=>github.com/exasol/exasol-driver-go@v1.0.14/internal/config;$WORK/b2073=>" -p github.com/exasol/exasol-driver-go/internal/config -lang=go1.23 -complete -installsuffix shared -buildid mrAHqhGvebCamc0Ckuqv/mrAHqhGvebCamc0Ckuqv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2073/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/internal/config/config.go
2025-08-20T22:41:00.7152013Z [00:02:42.367]➜  go tool buildid -w $WORK/b1353/_pkg_.a # internal
2025-08-20T22:41:00.7155542Z [00:02:42.368]➜  cp $WORK/b1353/_pkg_.a /root/.cache/go-build/3b/3b3d40c204f5e3738b2298a73c105377ccb56b04d853b7fa67028e262d9ea246-d # internal
2025-08-20T22:41:00.7157302Z [00:02:42.368]➜  github.com/exasol/exasol-driver-go/internal/version
2025-08-20T22:41:00.7158979Z [00:02:42.368]➜  mkdir -p $WORK/b2078/
2025-08-20T22:41:00.7160509Z [00:02:42.368]➜  echo '# import config' > $WORK/b2078/importcfg # internal
2025-08-20T22:41:00.7162796Z [00:02:42.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/internal/version=>github.com/exasol/exasol-driver-go@v1.0.14/internal/version;$WORK/b2078=>" -p github.com/exasol/exasol-driver-go/internal/version -lang=go1.23 -complete -installsuffix shared -buildid VdiuU-2n-eP2ouvubRFc/VdiuU-2n-eP2ouvubRFc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2078/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/internal/version/version.go
2025-08-20T22:41:00.7176362Z [00:02:42.370]➜  go tool buildid -w $WORK/b1355/_pkg_.a # internal
2025-08-20T22:41:00.7188424Z [00:02:42.371]➜  cp $WORK/b1355/_pkg_.a /root/.cache/go-build/5c/5ce3c329a15e4a88cd0215cdab1317ef27382a7490e52dfc040d1f299ddd36d2-d # internal
2025-08-20T22:41:00.7194438Z [00:02:42.371]➜  github.com/lib/pq/oid
2025-08-20T22:41:00.7194827Z [00:02:42.371]➜  mkdir -p $WORK/b2097/
2025-08-20T22:41:00.7195188Z [00:02:42.372]➜  echo '# import config' > $WORK/b2097/importcfg # internal
2025-08-20T22:41:00.7201221Z [00:02:42.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2097/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/oid=>github.com/lib/pq@v1.10.9/oid;$WORK/b2097=>" -p github.com/lib/pq/oid -lang=go1.13 -complete -installsuffix shared -buildid Nzz5MI6ScaU1XI16DSyW/Nzz5MI6ScaU1XI16DSyW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2097/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-20T22:41:00.7233962Z [00:02:42.376]➜  go tool buildid -w $WORK/b2073/_pkg_.a # internal
2025-08-20T22:41:00.7239616Z [00:02:42.376]➜  cp $WORK/b2073/_pkg_.a /root/.cache/go-build/e8/e860f72f17aa371dbed8fc326f99c0acaf267d4945f86453ada008d9af35088f-d # internal
2025-08-20T22:41:00.7240537Z [00:02:42.376]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption
2025-08-20T22:41:00.7242283Z [00:02:42.377]➜  mkdir -p $WORK/b2112/
2025-08-20T22:41:00.7242658Z [00:02:42.377]➜  echo '# import config' > $WORK/b2112/importcfg # internal
2025-08-20T22:41:00.7246162Z [00:02:42.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2112/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=>github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption;$WORK/b2112=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption -lang=go1.18 -complete -installsuffix shared -buildid FGVFM92E3cETCXfFcUrB/FGVFM92E3cETCXfFcUrB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2112/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption/type.go
2025-08-20T22:41:00.7271551Z [00:02:42.380]➜  go tool buildid -w $WORK/b2078/_pkg_.a # internal
2025-08-20T22:41:00.7285189Z [00:02:42.381]➜  cp $WORK/b2078/_pkg_.a /root/.cache/go-build/29/29f10455b2d719cbe9ab5f5e5a9df2f9632efca9d87051e241e12491ccdfa971-d # internal
2025-08-20T22:41:00.7286103Z [00:02:42.381]➜  github.com/jcmturner/gokrb5/v8/iana/etypeID
2025-08-20T22:41:00.7289024Z [00:02:42.381]➜  mkdir -p $WORK/b2122/
2025-08-20T22:41:00.7289452Z [00:02:42.381]➜  echo '# import config' > $WORK/b2122/importcfg # internal
2025-08-20T22:41:00.7291589Z [00:02:42.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2122/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/etypeID=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/etypeID;$WORK/b2122=>" -p github.com/jcmturner/gokrb5/v8/iana/etypeID -lang=go1.16 -complete -installsuffix shared -buildid iN94z_X4h8nsx_iq9yd8/iN94z_X4h8nsx_iq9yd8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2122/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/etypeID/constants.go
2025-08-20T22:41:00.7350525Z [00:02:42.387]➜  go tool buildid -w $WORK/b2097/_pkg_.a # internal
2025-08-20T22:41:00.7355643Z [00:02:42.388]➜  cp $WORK/b2097/_pkg_.a /root/.cache/go-build/ed/ed3a365d4fc161a8dc48fa96da461fa7b48eb0b31b755b72f6f80e56ff02de32-d # internal
2025-08-20T22:41:00.7357226Z [00:02:42.388]➜  github.com/jcmturner/gokrb5/v8/iana/nametype
2025-08-20T22:41:00.7361063Z [00:02:42.389]➜  mkdir -p $WORK/b2125/
2025-08-20T22:41:00.7362254Z [00:02:42.389]➜  echo '# import config' > $WORK/b2125/importcfg # internal
2025-08-20T22:41:00.7364713Z [00:02:42.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2125/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/nametype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/nametype;$WORK/b2125=>" -p github.com/jcmturner/gokrb5/v8/iana/nametype -lang=go1.16 -complete -installsuffix shared -buildid qwDdcRXbcy6QVfh586qi/qwDdcRXbcy6QVfh586qi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2125/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/nametype/constants.go
2025-08-20T22:41:00.7367472Z [00:02:42.389]➜  go tool buildid -w $WORK/b2112/_pkg_.a # internal
2025-08-20T22:41:00.7370686Z [00:02:42.389]➜  cp $WORK/b2112/_pkg_.a /root/.cache/go-build/ea/eaf0f9515c215ca02743251a18295e8b29c9700624478e14ec71217211e115d6-d # internal
2025-08-20T22:41:00.7371750Z [00:02:42.390]➜  github.com/jcmturner/gokrb5/v8/iana/chksumtype
2025-08-20T22:41:00.7372183Z [00:02:42.390]➜  mkdir -p $WORK/b2136/
2025-08-20T22:41:00.7372540Z [00:02:42.390]➜  echo '# import config' > $WORK/b2136/importcfg # internal
2025-08-20T22:41:00.7374732Z [00:02:42.390]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2136/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/chksumtype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/chksumtype;$WORK/b2136=>" -p github.com/jcmturner/gokrb5/v8/iana/chksumtype -lang=go1.16 -complete -installsuffix shared -buildid 6mwh8rGOLGByq26LEVLm/6mwh8rGOLGByq26LEVLm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2136/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/chksumtype/constants.go
2025-08-20T22:41:00.7436363Z [00:02:42.396]➜  go tool buildid -w $WORK/b2122/_pkg_.a # internal
2025-08-20T22:41:00.7440684Z [00:02:42.396]➜  cp $WORK/b2122/_pkg_.a /root/.cache/go-build/4b/4bdd8459d1b158c039fddce89dc3e1fcd1a51095324d1d84362b4666513f0bef-d # internal
2025-08-20T22:41:00.7441318Z [00:02:42.396]➜  github.com/jcmturner/gokrb5/v8/iana/patype
2025-08-20T22:41:00.7441637Z [00:02:42.396]➜  mkdir -p $WORK/b2137/
2025-08-20T22:41:00.7449881Z [00:02:42.397]➜  echo '# import config' > $WORK/b2137/importcfg # internal
2025-08-20T22:41:00.7452806Z [00:02:42.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2137/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/patype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/patype;$WORK/b2137=>" -p github.com/jcmturner/gokrb5/v8/iana/patype -lang=go1.16 -complete -installsuffix shared -buildid 0QVsmWgM0Gzm1jSZCF5N/0QVsmWgM0Gzm1jSZCF5N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2137/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/patype/constants.go
2025-08-20T22:41:00.7460282Z [00:02:42.398]➜  go tool buildid -w $WORK/b2136/_pkg_.a # internal
2025-08-20T22:41:00.7464515Z [00:02:42.399]➜  cp $WORK/b2136/_pkg_.a /root/.cache/go-build/45/452b35db6e13d2f163ea20eb78d005af9268653ba0e09c54b2cfd71254b455a0-d # internal
2025-08-20T22:41:00.7466378Z [00:02:42.399]➜  github.com/jcmturner/gokrb5/v8/iana
2025-08-20T22:41:00.7467301Z [00:02:42.399]➜  mkdir -p $WORK/b2140/
2025-08-20T22:41:00.7472489Z [00:02:42.400]➜  echo '# import config' > $WORK/b2140/importcfg # internal
2025-08-20T22:41:00.7475159Z [00:02:42.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2140/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana;$WORK/b2140=>" -p github.com/jcmturner/gokrb5/v8/iana -lang=go1.16 -complete -installsuffix shared -buildid CJ_58wgkxuIcf_wTXG43/CJ_58wgkxuIcf_wTXG43 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2140/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/constants.go
2025-08-20T22:41:00.7528561Z [00:02:42.405]➜  go tool buildid -w $WORK/b2125/_pkg_.a # internal
2025-08-20T22:41:00.7538711Z [00:02:42.406]➜  cp $WORK/b2125/_pkg_.a /root/.cache/go-build/fd/fd648c6e0e9e03f586ba5849a69f3367923d33c0bed0c0dd006e78f87731bd19-d # internal
2025-08-20T22:41:00.7542123Z [00:02:42.407]➜  github.com/jcmturner/gokrb5/v8/iana/addrtype
2025-08-20T22:41:00.7549322Z [00:02:42.407]➜  mkdir -p $WORK/b2141/
2025-08-20T22:41:00.7554164Z [00:02:42.408]➜  echo '# import config' > $WORK/b2141/importcfg # internal
2025-08-20T22:41:00.7558336Z [00:02:42.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2141/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/addrtype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/addrtype;$WORK/b2141=>" -p github.com/jcmturner/gokrb5/v8/iana/addrtype -lang=go1.16 -complete -installsuffix shared -buildid xRijql-_JZVBTcO0PKC1/xRijql-_JZVBTcO0PKC1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2141/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/addrtype/constants.go
2025-08-20T22:41:00.7567575Z [00:02:42.409]➜  go tool buildid -w $WORK/b2140/_pkg_.a # internal
2025-08-20T22:41:00.7571632Z [00:02:42.410]➜  go tool buildid -w $WORK/b2137/_pkg_.a # internal
2025-08-20T22:41:00.7572631Z [00:02:42.410]➜  cp $WORK/b2137/_pkg_.a /root/.cache/go-build/67/670a223a8cf5ef348a28855e9da3ac3e8f3e5b4c6ce295e58f0635a625cb9209-d # internal
2025-08-20T22:41:00.7573758Z [00:02:42.410]➜  github.com/jcmturner/gokrb5/v8/iana/asnAppTag
2025-08-20T22:41:00.7574123Z [00:02:42.410]➜  mkdir -p $WORK/b2142/
2025-08-20T22:41:00.7574480Z [00:02:42.410]➜  echo '# import config' > $WORK/b2142/importcfg # internal
2025-08-20T22:41:00.7576775Z [00:02:42.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2142/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/asnAppTag=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/asnAppTag;$WORK/b2142=>" -p github.com/jcmturner/gokrb5/v8/iana/asnAppTag -lang=go1.16 -complete -installsuffix shared -buildid 8-sY8K8LOTmsBHqEiCsj/8-sY8K8LOTmsBHqEiCsj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2142/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/asnAppTag/constants.go
2025-08-20T22:41:00.7578978Z [00:02:42.410]➜  cp $WORK/b2140/_pkg_.a /root/.cache/go-build/1f/1f8a24959347c95ea2df8279f599d688243efa31532e0cf819f2c84928d9e076-d # internal
2025-08-20T22:41:00.7579569Z [00:02:42.410]➜  github.com/jcmturner/gokrb5/v8/iana/flags
2025-08-20T22:41:00.7580249Z [00:02:42.410]➜  mkdir -p $WORK/b2144/
2025-08-20T22:41:00.7580602Z [00:02:42.410]➜  echo '# import config' > $WORK/b2144/importcfg # internal
2025-08-20T22:41:00.7592438Z [00:02:42.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2144/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/flags=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/flags;$WORK/b2144=>" -p github.com/jcmturner/gokrb5/v8/iana/flags -lang=go1.16 -complete -installsuffix shared -buildid kaHKw_Pc6CmDPmHumIkY/kaHKw_Pc6CmDPmHumIkY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2144/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/flags/constants.go
2025-08-20T22:41:00.7654148Z [00:02:42.418]➜  go tool buildid -w $WORK/b2141/_pkg_.a # internal
2025-08-20T22:41:00.7668695Z [00:02:42.419]➜  cp $WORK/b2141/_pkg_.a /root/.cache/go-build/11/1135ba946b324ea74433008f4b9baec0b3ff8b03e8122582f0ae52c6fda39ba7-d # internal
2025-08-20T22:41:00.7669402Z [00:02:42.419]➜  github.com/jcmturner/gokrb5/v8/iana/keyusage
2025-08-20T22:41:00.7669775Z [00:02:42.419]➜  mkdir -p $WORK/b2145/
2025-08-20T22:41:00.7670135Z [00:02:42.419]➜  echo '# import config' > $WORK/b2145/importcfg # internal
2025-08-20T22:41:00.7672298Z [00:02:42.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2145/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/keyusage=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/keyusage;$WORK/b2145=>" -p github.com/jcmturner/gokrb5/v8/iana/keyusage -lang=go1.16 -complete -installsuffix shared -buildid N0qFckhRm_WwwUTRlGEo/N0qFckhRm_WwwUTRlGEo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2145/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/keyusage/constants.go
2025-08-20T22:41:00.7674134Z [00:02:42.419]➜  go tool buildid -w $WORK/b2142/_pkg_.a # internal
2025-08-20T22:41:00.7674513Z [00:02:42.419]➜  go tool buildid -w $WORK/b2144/_pkg_.a # internal
2025-08-20T22:41:00.7675164Z [00:02:42.419]➜  cp $WORK/b2142/_pkg_.a /root/.cache/go-build/62/62250a35bac831582cd8574b7d2e3e94910d746ca068dd76f441364c36d744b7-d # internal
2025-08-20T22:41:00.7675942Z [00:02:42.419]➜  github.com/jcmturner/gokrb5/v8/iana/adtype
2025-08-20T22:41:00.7676264Z [00:02:42.419]➜  mkdir -p $WORK/b2149/
2025-08-20T22:41:00.7676886Z [00:02:42.419]➜  cp $WORK/b2144/_pkg_.a /root/.cache/go-build/df/df29e8d8b2ab1b68fef5b3af59cb21ed59b325ddeee40bdbbec3e555d58c5cf8-d # internal
2025-08-20T22:41:00.7678756Z [00:02:42.419]➜  github.com/jcmturner/gokrb5/v8/iana/msgtype
2025-08-20T22:41:00.7679969Z [00:02:42.420]➜  mkdir -p $WORK/b2150/
2025-08-20T22:41:00.7681355Z [00:02:42.420]➜  echo '# import config' > $WORK/b2149/importcfg # internal
2025-08-20T22:41:00.7683496Z [00:02:42.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2149/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/adtype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/adtype;$WORK/b2149=>" -p github.com/jcmturner/gokrb5/v8/iana/adtype -lang=go1.16 -complete -installsuffix shared -buildid MZueBxC18PqIgbuYlJIi/MZueBxC18PqIgbuYlJIi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2149/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/adtype/constants.go
2025-08-20T22:41:00.7700927Z [00:02:42.422]➜  echo '# import config' > $WORK/b2150/importcfg # internal
2025-08-20T22:41:00.7711157Z [00:02:42.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2150/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/msgtype=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/msgtype;$WORK/b2150=>" -p github.com/jcmturner/gokrb5/v8/iana/msgtype -lang=go1.16 -complete -installsuffix shared -buildid QmiCI1oFfh2sYb2qR3Yd/QmiCI1oFfh2sYb2qR3Yd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2150/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/msgtype/constants.go
2025-08-20T22:41:00.7743578Z [00:02:42.427]➜  go tool buildid -w $WORK/b2149/_pkg_.a # internal
2025-08-20T22:41:00.7747912Z [00:02:42.427]➜  go tool buildid -w $WORK/b2145/_pkg_.a # internal
2025-08-20T22:41:00.7749765Z [00:02:42.427]➜  cp $WORK/b2145/_pkg_.a /root/.cache/go-build/a5/a5a83a0197d9cdc1dcde0379ac295f2ddb1a8c1882ad64d150ac09dbdd74a4f7-d # internal
2025-08-20T22:41:00.7750854Z [00:02:42.427]➜  internal/gover
2025-08-20T22:41:00.7751195Z [00:02:42.427]➜  mkdir -p $WORK/b2193/
2025-08-20T22:41:00.7753419Z [00:02:42.428]➜  cat >/tmp/go-build3998081543/b2193/importcfg << 'EOF' # internal
2025-08-20T22:41:00.7756151Z [00:02:42.428]➜  # import config
2025-08-20T22:41:00.7756521Z [00:02:42.428]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:00.7756834Z [00:02:42.428]➜  EOF
2025-08-20T22:41:00.7758319Z [00:02:42.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2193/_pkg_.a -trimpath "/root/.go/src/internal/gover=>internal/gover;$WORK/b2193=>" -p internal/gover -lang=go1.25 -std -complete -installsuffix shared -buildid xHNPK7C-7XGsLyT8Smup/xHNPK7C-7XGsLyT8Smup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2193/importcfg -pack /root/.go/src/internal/gover/gover.go
2025-08-20T22:41:00.7765099Z [00:02:42.429]➜  cp $WORK/b2149/_pkg_.a /root/.cache/go-build/55/55f7484d113996c31f5e6ecc99c68ba6da989afa9ed8064c5da3eb601fde3aee-d # internal
2025-08-20T22:41:00.7769213Z [00:02:42.429]➜  golang.org/x/net/html/atom
2025-08-20T22:41:00.7769623Z [00:02:42.429]➜  mkdir -p $WORK/b2199/
2025-08-20T22:41:00.7779318Z [00:02:42.430]➜  echo '# import config' > $WORK/b2199/importcfg # internal
2025-08-20T22:41:00.7781755Z [00:02:42.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2199/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/html/atom=>golang.org/x/net@v0.41.0/html/atom;$WORK/b2199=>" -p golang.org/x/net/html/atom -lang=go1.23 -complete -installsuffix shared -buildid WREsHBQlppsaHcmpTwwN/WREsHBQlppsaHcmpTwwN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2199/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/atom/atom.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/atom/table.go
2025-08-20T22:41:00.7800339Z [00:02:42.432]➜  go tool buildid -w $WORK/b2150/_pkg_.a # internal
2025-08-20T22:41:00.7805033Z [00:02:42.433]➜  cp $WORK/b2150/_pkg_.a /root/.cache/go-build/3a/3accf408f6bd5d11fa8b9bd2bc08c9a9015fb81d63628d2e369c5853fd974b79-d # internal
2025-08-20T22:41:00.7827316Z [00:02:42.435]➜  github.com/JohnCGriffin/overflow
2025-08-20T22:41:00.7828107Z [00:02:42.435]➜  mkdir -p $WORK/b2221/
2025-08-20T22:41:00.7831510Z [00:02:42.435]➜  cat >/tmp/go-build3998081543/b2221/importcfg << 'EOF' # internal
2025-08-20T22:41:00.7831950Z [00:02:42.435]➜  # import config
2025-08-20T22:41:00.7832288Z [00:02:42.435]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:00.7832600Z [00:02:42.435]➜  EOF
2025-08-20T22:41:00.7835129Z [00:02:42.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!john!c!griffin/overflow@v0.0.0-20211019200055-46fa312c352c=>github.com/JohnCGriffin/overflow@v0.0.0-20211019200055-46fa312c352c;$WORK/b2221=>" -p github.com/JohnCGriffin/overflow -lang=go1.16 -complete -installsuffix shared -buildid wdMord-OBugOvUdP3iu_/wdMord-OBugOvUdP3iu_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2221/importcfg -pack /root/go/pkg/mod/github.com/!john!c!griffin/overflow@v0.0.0-20211019200055-46fa312c352c/overflow.go /root/go/pkg/mod/github.com/!john!c!griffin/overflow@v0.0.0-20211019200055-46fa312c352c/overflow_impl.go
2025-08-20T22:41:00.8039729Z [00:02:42.455]➜  go tool buildid -w $WORK/b2193/_pkg_.a # internal
2025-08-20T22:41:00.8042656Z [00:02:42.456]➜  cp $WORK/b2193/_pkg_.a /root/.cache/go-build/30/30bd2d50f067f40aea97fc8d2cc7ccee321c1a4adb459295ab42dd83ef434ff2-d # internal
2025-08-20T22:41:00.8046288Z [00:02:42.456]➜  go tool buildid -w $WORK/b2199/_pkg_.a # internal
2025-08-20T22:41:00.8047667Z [00:02:42.456]➜  go.mongodb.org/mongo-driver/internal/handshake
2025-08-20T22:41:00.8048115Z [00:02:42.457]➜  mkdir -p $WORK/b2253/
2025-08-20T22:41:00.8050678Z [00:02:42.457]➜  echo '# import config' > $WORK/b2253/importcfg # internal
2025-08-20T22:41:00.8053330Z [00:02:42.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2253/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/handshake=>go.mongodb.org/mongo-driver@v1.14.0/internal/handshake;$WORK/b2253=>" -p go.mongodb.org/mongo-driver/internal/handshake -lang=go1.18 -complete -installsuffix shared -buildid IXlIXFbllPw141KUisx0/IXlIXFbllPw141KUisx0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2253/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/handshake/handshake.go
2025-08-20T22:41:00.8056583Z [00:02:42.457]➜  cp $WORK/b2199/_pkg_.a /root/.cache/go-build/37/3724623d8a0d244b634d14afcd72a049849086937cbfdce8edceebfee4f46618-d # internal
2025-08-20T22:41:00.8058059Z [00:02:42.457]➜  go.mongodb.org/mongo-driver/internal/ptrutil
2025-08-20T22:41:00.8058713Z [00:02:42.458]➜  mkdir -p $WORK/b2254/
2025-08-20T22:41:00.8059534Z [00:02:42.458]➜  echo '# import config' > $WORK/b2254/importcfg # internal
2025-08-20T22:41:00.8069017Z [00:02:42.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2254/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/ptrutil=>go.mongodb.org/mongo-driver@v1.14.0/internal/ptrutil;$WORK/b2254=>" -p go.mongodb.org/mongo-driver/internal/ptrutil -lang=go1.18 -complete -installsuffix shared -buildid dPudeODzV4xBMz7x2mX_/dPudeODzV4xBMz7x2mX_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2254/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/ptrutil/int64.go
2025-08-20T22:41:00.8070977Z [00:02:42.459]➜  go tool buildid -w $WORK/b2221/_pkg_.a # internal
2025-08-20T22:41:00.8080204Z [00:02:42.460]➜  cp $WORK/b2221/_pkg_.a /root/.cache/go-build/08/08e56981ecedd19d423aa2a5c2907a61722876d1accf50091ce0c476fa3fbaed-d # internal
2025-08-20T22:41:00.8082318Z [00:02:42.460]➜  go.mongodb.org/mongo-driver/version
2025-08-20T22:41:00.8082666Z [00:02:42.460]➜  mkdir -p $WORK/b2277/
2025-08-20T22:41:00.8088733Z [00:02:42.461]➜  echo '# import config' > $WORK/b2277/importcfg # internal
2025-08-20T22:41:00.8091703Z [00:02:42.461]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2277/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/version=>go.mongodb.org/mongo-driver@v1.14.0/version;$WORK/b2277=>" -p go.mongodb.org/mongo-driver/version -lang=go1.18 -complete -installsuffix shared -buildid rINbo4JUVOO2R4FaVnv8/rINbo4JUVOO2R4FaVnv8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2277/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/version/version.go
2025-08-20T22:41:00.8164074Z [00:02:42.469]➜  go tool buildid -w $WORK/b2254/_pkg_.a # internal
2025-08-20T22:41:00.8167224Z [00:02:42.469]➜  cp $WORK/b2254/_pkg_.a /root/.cache/go-build/72/72fb4fafdd44fcfc5fe97768367f3549cd2554aa661a800d689abe3552d13bf0-d # internal
2025-08-20T22:41:00.8189857Z [00:02:42.471]➜  github.com/jackc/puddle/v2/internal/genstack
2025-08-20T22:41:00.8198015Z [00:02:42.472]➜  mkdir -p $WORK/b2311/
2025-08-20T22:41:00.8198399Z [00:02:42.472]➜  echo '# import config' > $WORK/b2311/importcfg # internal
2025-08-20T22:41:00.8200877Z [00:02:42.472]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2311/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2/internal/genstack=>github.com/jackc/puddle/v2@v2.2.2/internal/genstack;$WORK/b2311=>" -p github.com/jackc/puddle/v2/internal/genstack -lang=go1.19 -complete -installsuffix shared -buildid LKEbEihJA9ArwN_Iclyw/LKEbEihJA9ArwN_Iclyw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2311/importcfg -pack /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2/internal/genstack/gen_stack.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2/internal/genstack/stack.go
2025-08-20T22:41:00.8205649Z [00:02:42.472]➜  go tool buildid -w $WORK/b2253/_pkg_.a # internal
2025-08-20T22:41:00.8207963Z [00:02:42.472]➜  cp $WORK/b2253/_pkg_.a /root/.cache/go-build/d0/d0f3065eb66faa07cab0c16b90dda9d8773e180fe7223590d40dedfe4880d2ad-d # internal
2025-08-20T22:41:00.8209443Z [00:02:42.473]➜  gopkg.in/VividCortex/ewma.v1
2025-08-20T22:41:00.8209804Z [00:02:42.473]➜  mkdir -p $WORK/b2323/
2025-08-20T22:41:00.8210183Z [00:02:42.473]➜  echo '# import config' > $WORK/b2323/importcfg # internal
2025-08-20T22:41:00.8212093Z [00:02:42.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2323/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/!vivid!cortex/ewma.v1@v1.1.1=>gopkg.in/VividCortex/ewma.v1@v1.1.1;$WORK/b2323=>" -p gopkg.in/VividCortex/ewma.v1 -lang=go1.16 -complete -installsuffix shared -buildid FlKdqg5C3NybR-r-CGod/FlKdqg5C3NybR-r-CGod -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2323/importcfg -pack /root/go/pkg/mod/gopkg.in/!vivid!cortex/ewma.v1@v1.1.1/ewma.go
2025-08-20T22:41:00.8249573Z [00:02:42.477]➜  go tool buildid -w $WORK/b2277/_pkg_.a # internal
2025-08-20T22:41:00.8269145Z [00:02:42.479]➜  cp $WORK/b2277/_pkg_.a /root/.cache/go-build/e0/e0656e81a3918d71320703812dbc78620cd161d44cd2e984ef6c61b9e7da0208-d # internal
2025-08-20T22:41:00.8318590Z [00:02:42.484]➜  go tool buildid -w $WORK/b2311/_pkg_.a # internal
2025-08-20T22:41:00.8319346Z [00:02:42.484]➜  cp $WORK/b2311/_pkg_.a /root/.cache/go-build/ea/ea9f380136d6100c00b96d0e955cbc5d3a4dca996030312620084b7cd949c3fd-d # internal
2025-08-20T22:41:00.8334693Z [00:02:42.485]➜  go tool buildid -w $WORK/b2323/_pkg_.a # internal
2025-08-20T22:41:00.8335578Z [00:02:42.486]➜  cp $WORK/b2323/_pkg_.a /root/.cache/go-build/68/689c0cfc525a6a2c7331868f41a2caa6e3ac95a50872fdeff4efcd8cb827aeb9-d # internal
2025-08-20T22:41:02.0221119Z [00:02:43.674]➜  cp /root/.go/src/runtime/tls_arm64.h $WORK/b009/tls_GOARCH.h
2025-08-20T22:41:02.0222178Z [00:02:43.675]➜  cd /root/.go/src/runtime
2025-08-20T22:41:02.0223138Z [00:02:43.675]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm.o ./asm.s
2025-08-20T22:41:02.0247611Z [00:02:43.677]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/asm_arm64.o ./asm_arm64.s
2025-08-20T22:41:02.0337856Z [00:02:43.686]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/atomic_arm64.o ./atomic_arm64.s
2025-08-20T22:41:02.0361165Z [00:02:43.688]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/duff_arm64.o ./duff_arm64.s
2025-08-20T22:41:02.0386692Z [00:02:43.691]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/ints.o ./ints.s
2025-08-20T22:41:02.0411891Z [00:02:43.694]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memclr_arm64.o ./memclr_arm64.s
2025-08-20T22:41:02.0434945Z [00:02:43.696]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/memmove_arm64.o ./memmove_arm64.s
2025-08-20T22:41:02.0460298Z [00:02:43.698]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/preempt_arm64.o ./preempt_arm64.s
2025-08-20T22:41:02.0497634Z [00:02:43.702]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/rt0_linux_arm64.o ./rt0_linux_arm64.s
2025-08-20T22:41:02.0522435Z [00:02:43.705]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/sys_linux_arm64.o ./sys_linux_arm64.s
2025-08-20T22:41:02.0576374Z [00:02:43.710]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime -trimpath "/root/.go/src/runtime=>runtime;$WORK/b009=>" -I $WORK/b009/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b009/tls_arm64.o ./tls_arm64.s
2025-08-20T22:41:02.0616809Z [00:02:43.714]➜  go tool pack r $WORK/b009/_pkg_.a $WORK/b009/asm.o $WORK/b009/asm_arm64.o $WORK/b009/atomic_arm64.o $WORK/b009/duff_arm64.o $WORK/b009/ints.o $WORK/b009/memclr_arm64.o $WORK/b009/memmove_arm64.o $WORK/b009/preempt_arm64.o $WORK/b009/rt0_linux_arm64.o $WORK/b009/sys_linux_arm64.o $WORK/b009/tls_arm64.o # internal
2025-08-20T22:41:02.0618725Z [00:02:43.714]➜  go tool buildid -w $WORK/b009/_pkg_.a # internal
2025-08-20T22:41:02.0890481Z [00:02:43.741]➜  cp $WORK/b009/_pkg_.a /root/.cache/go-build/9c/9c263cfbf7f11b0105c451f222af469bc8dcc35374590d332eaa8dfccac3e50f-d # internal
2025-08-20T22:41:02.0897574Z [00:02:43.742]➜  internal/reflectlite
2025-08-20T22:41:02.0897923Z [00:02:43.742]➜  mkdir -p $WORK/b004/
2025-08-20T22:41:02.0898189Z [00:02:43.742]➜  crypto/subtle
2025-08-20T22:41:02.0898440Z [00:02:43.742]➜  mkdir -p $WORK/b116/
2025-08-20T22:41:02.0898784Z [00:02:43.742]➜  echo -n > $WORK/b004/go_asm.h # internal
2025-08-20T22:41:02.0899126Z [00:02:43.742]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:41:02.0909187Z [00:02:43.742]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b004/symabis ./asm.s
2025-08-20T22:41:02.0910192Z [00:02:43.742]➜  sync
2025-08-20T22:41:02.0910422Z [00:02:43.742]➜  mkdir -p $WORK/b033/
2025-08-20T22:41:02.0910800Z [00:02:43.742]➜  cat >/tmp/go-build3998081543/b116/importcfg << 'EOF' # internal
2025-08-20T22:41:02.0911149Z [00:02:43.742]➜  # import config
2025-08-20T22:41:02.0911584Z [00:02:43.742]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:02.0912145Z [00:02:43.742]➜  packagefile internal/runtime/sys=/tmp/go-build3998081543/b030/_pkg_.a
2025-08-20T22:41:02.0912982Z [00:02:43.742]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.0913406Z [00:02:43.742]➜  EOF
2025-08-20T22:41:02.0913690Z [00:02:43.742]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.0915838Z [00:02:43.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b116/_pkg_.a -trimpath "/root/.go/src/crypto/subtle=>crypto/subtle;$WORK/b116=>" -p crypto/subtle -lang=go1.25 -std -complete -installsuffix shared -buildid L9xD5BsaOGxtRphKUMpv/L9xD5BsaOGxtRphKUMpv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b116/importcfg -pack /root/.go/src/crypto/subtle/constant_time.go /root/.go/src/crypto/subtle/dit.go /root/.go/src/crypto/subtle/xor.go
2025-08-20T22:41:02.0917564Z [00:02:43.742]➜  cat >/tmp/go-build3998081543/b033/importcfg << 'EOF' # internal
2025-08-20T22:41:02.0917950Z [00:02:43.742]➜  # import config
2025-08-20T22:41:02.0918320Z [00:02:43.742]➜  packagefile internal/race=/tmp/go-build3998081543/b029/_pkg_.a
2025-08-20T22:41:02.0918803Z [00:02:43.742]➜  packagefile internal/sync=/tmp/go-build3998081543/b034/_pkg_.a
2025-08-20T22:41:02.0919290Z [00:02:43.742]➜  packagefile internal/synctest=/tmp/go-build3998081543/b036/_pkg_.a
2025-08-20T22:41:02.0919756Z [00:02:43.742]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.0920205Z [00:02:43.742]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:02.0920540Z [00:02:43.742]➜  EOF
2025-08-20T22:41:02.0923137Z [00:02:43.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b033/_pkg_.a -trimpath "/root/.go/src/sync=>sync;$WORK/b033=>" -p sync -lang=go1.25 -std -installsuffix shared -buildid _xpgFTXYS-CkzPCjgl54/_xpgFTXYS-CkzPCjgl54 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b033/importcfg -pack /root/.go/src/sync/cond.go /root/.go/src/sync/hashtriemap.go /root/.go/src/sync/mutex.go /root/.go/src/sync/once.go /root/.go/src/sync/oncefunc.go /root/.go/src/sync/pool.go /root/.go/src/sync/poolqueue.go /root/.go/src/sync/runtime.go /root/.go/src/sync/runtime2.go /root/.go/src/sync/rwmutex.go /root/.go/src/sync/waitgroup.go
2025-08-20T22:41:02.0925144Z [00:02:43.743]➜  iter
2025-08-20T22:41:02.0925512Z [00:02:43.743]➜  mkdir -p $WORK/b046/
2025-08-20T22:41:02.0925945Z [00:02:43.743]➜  cat >/tmp/go-build3998081543/b046/importcfg << 'EOF' # internal
2025-08-20T22:41:02.0926290Z [00:02:43.743]➜  # import config
2025-08-20T22:41:02.0926652Z [00:02:43.743]➜  packagefile internal/race=/tmp/go-build3998081543/b029/_pkg_.a
2025-08-20T22:41:02.0927109Z [00:02:43.743]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.0927426Z [00:02:43.743]➜  EOF
2025-08-20T22:41:02.0928710Z [00:02:43.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b046/_pkg_.a -trimpath "/root/.go/src/iter=>iter;$WORK/b046=>" -p iter -lang=go1.25 -std -complete -installsuffix shared -buildid F6jtWTgkNWkohEbPrDHG/F6jtWTgkNWkohEbPrDHG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b046/importcfg -pack /root/.go/src/iter/iter.go
2025-08-20T22:41:02.0929960Z [00:02:43.745]➜  cat >/tmp/go-build3998081543/b004/importcfg << 'EOF' # internal
2025-08-20T22:41:02.0930302Z [00:02:43.745]➜  # import config
2025-08-20T22:41:02.0930659Z [00:02:43.745]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:02.0931135Z [00:02:43.745]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:02.0931645Z [00:02:43.745]➜  packagefile internal/unsafeheader=/tmp/go-build3998081543/b008/_pkg_.a
2025-08-20T22:41:02.0932133Z [00:02:43.745]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.0932451Z [00:02:43.745]➜  EOF
2025-08-20T22:41:02.0934716Z [00:02:43.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b004/_pkg_.a -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -p internal/reflectlite -lang=go1.25 -std -installsuffix shared -buildid 5BLKCpsZ5t_lrpMFhH5I/5BLKCpsZ5t_lrpMFhH5I -goversion go1.25.0 -symabis $WORK/b004/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b004/importcfg -pack -asmhdr $WORK/b004/go_asm.h /root/.go/src/internal/reflectlite/swapper.go /root/.go/src/internal/reflectlite/type.go /root/.go/src/internal/reflectlite/value.go
2025-08-20T22:41:02.1055190Z [00:02:43.758]➜  go tool buildid -w $WORK/b046/_pkg_.a # internal
2025-08-20T22:41:02.1059519Z [00:02:43.758]➜  go tool buildid -w $WORK/b116/_pkg_.a # internal
2025-08-20T22:41:02.1060710Z [00:02:43.759]➜  cp $WORK/b046/_pkg_.a /root/.cache/go-build/99/993609d73e4c3243eebe5e27764cf7e773b89b3cf93d466b994fbed76bef0f77-d # internal
2025-08-20T22:41:02.1066713Z [00:02:43.759]➜  cp $WORK/b116/_pkg_.a /root/.cache/go-build/51/5181441f8ba0cbd0fe11d3752f43a314b841c91da94dcbe21afddbddd51276f3-d # internal
2025-08-20T22:41:02.1068252Z [00:02:43.759]➜  maps
2025-08-20T22:41:02.1068537Z [00:02:43.759]➜  mkdir -p $WORK/b085/
2025-08-20T22:41:02.1068795Z [00:02:43.759]➜  slices
2025-08-20T22:41:02.1069037Z [00:02:43.759]➜  mkdir -p $WORK/b044/
2025-08-20T22:41:02.1074256Z [00:02:43.760]➜  cat >/tmp/go-build3998081543/b044/importcfg << 'EOF' # internal
2025-08-20T22:41:02.1074650Z [00:02:43.760]➜  # import config
2025-08-20T22:41:02.1074987Z [00:02:43.760]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:02.1075914Z [00:02:43.760]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:02.1076442Z [00:02:43.760]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:02.1077140Z [00:02:43.760]➜  EOF
2025-08-20T22:41:02.1079014Z [00:02:43.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b044/_pkg_.a -trimpath "/root/.go/src/slices=>slices;$WORK/b044=>" -p slices -lang=go1.25 -std -complete -installsuffix shared -buildid iFykUHT5cA4lGgnhfBIn/iFykUHT5cA4lGgnhfBIn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b044/importcfg -pack /root/.go/src/slices/iter.go /root/.go/src/slices/slices.go /root/.go/src/slices/sort.go /root/.go/src/slices/zsortanyfunc.go /root/.go/src/slices/zsortordered.go
2025-08-20T22:41:02.1080731Z [00:02:43.760]➜  cat >/tmp/go-build3998081543/b085/importcfg << 'EOF' # internal
2025-08-20T22:41:02.1081076Z [00:02:43.760]➜  # import config
2025-08-20T22:41:02.1081409Z [00:02:43.760]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:02.1081719Z [00:02:43.760]➜  EOF
2025-08-20T22:41:02.1083087Z [00:02:43.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b085/_pkg_.a -trimpath "/root/.go/src/maps=>maps;$WORK/b085=>" -p maps -lang=go1.25 -std -complete -installsuffix shared -buildid XA-Sgfg9JPDGuAJgedrY/XA-Sgfg9JPDGuAJgedrY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b085/importcfg -pack /root/.go/src/maps/iter.go /root/.go/src/maps/maps.go
2025-08-20T22:41:02.1188319Z [00:02:43.770]➜  go tool buildid -w $WORK/b085/_pkg_.a # internal
2025-08-20T22:41:02.1189491Z [00:02:43.771]➜  cp $WORK/b085/_pkg_.a /root/.cache/go-build/5e/5e92c2ec8647a30199cf42d8a8a13177d25c63a05de86dda5ae710b9f46d1277-d # internal
2025-08-20T22:41:02.1190080Z [00:02:43.771]➜  weak
2025-08-20T22:41:02.1190354Z [00:02:43.771]➜  mkdir -p $WORK/b139/
2025-08-20T22:41:02.1190737Z [00:02:43.771]➜  cat >/tmp/go-build3998081543/b139/importcfg << 'EOF' # internal
2025-08-20T22:41:02.1191095Z [00:02:43.771]➜  # import config
2025-08-20T22:41:02.1191459Z [00:02:43.771]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:02.1191917Z [00:02:43.771]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.1192257Z [00:02:43.771]➜  EOF
2025-08-20T22:41:02.1193653Z [00:02:43.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b139/_pkg_.a -trimpath "/root/.go/src/weak=>weak;$WORK/b139=>" -p weak -lang=go1.25 -std -complete -installsuffix shared -buildid yhoITzeK5DP-MybkpRqt/yhoITzeK5DP-MybkpRqt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b139/importcfg -pack /root/.go/src/weak/doc.go /root/.go/src/weak/pointer.go
2025-08-20T22:41:02.1285680Z [00:02:43.781]➜  go tool buildid -w $WORK/b139/_pkg_.a # internal
2025-08-20T22:41:02.1293954Z [00:02:43.782]➜  cp $WORK/b139/_pkg_.a /root/.cache/go-build/a0/a0d2321ef736fa41679229edfa6e2822ee60c5d2d20256cf99c0f7531b76fa52-d # internal
2025-08-20T22:41:02.1294610Z [00:02:43.782]➜  golang.org/x/exp/maps
2025-08-20T22:41:02.1294897Z [00:02:43.782]➜  mkdir -p $WORK/b430/
2025-08-20T22:41:02.1295279Z [00:02:43.782]➜  cat >/tmp/go-build3998081543/b430/importcfg << 'EOF' # internal
2025-08-20T22:41:02.1295812Z [00:02:43.782]➜  # import config
2025-08-20T22:41:02.1296180Z [00:02:43.782]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:02.1296496Z [00:02:43.782]➜  EOF
2025-08-20T22:41:02.1298477Z [00:02:43.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b430/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/maps=>golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/maps;$WORK/b430=>" -p golang.org/x/exp/maps -lang=go1.23 -complete -installsuffix shared -buildid zyjHnl51hswucg7XoAAC/zyjHnl51hswucg7XoAAC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b430/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/maps/maps.go
2025-08-20T22:41:02.1338553Z [00:02:43.784]➜  go tool buildid -w $WORK/b044/_pkg_.a # internal
2025-08-20T22:41:02.1347808Z [00:02:43.785]➜  cp $WORK/b044/_pkg_.a /root/.cache/go-build/26/269d27e3f0b2af10b7f62a3831b00004431efded2d8bf5fb9ba8a151c761b219-d # internal
2025-08-20T22:41:02.1348396Z [00:02:43.785]➜  golang.org/x/exp/slices
2025-08-20T22:41:02.1349187Z [00:02:43.785]➜  mkdir -p $WORK/b428/
2025-08-20T22:41:02.1349570Z [00:02:43.785]➜  cat >/tmp/go-build3998081543/b428/importcfg << 'EOF' # internal
2025-08-20T22:41:02.1349917Z [00:02:43.786]➜  # import config
2025-08-20T22:41:02.1350247Z [00:02:43.786]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:02.1350666Z [00:02:43.786]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:02.1361274Z [00:02:43.786]➜  EOF
2025-08-20T22:41:02.1363825Z [00:02:43.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b428/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/slices=>golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/slices;$WORK/b428=>" -p golang.org/x/exp/slices -lang=go1.23 -complete -installsuffix shared -buildid tmAFXNb5COfp2OFVkeGd/tmAFXNb5COfp2OFVkeGd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b428/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/slices/slices.go /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/slices/sort.go
2025-08-20T22:41:02.1548069Z [00:02:43.807]➜  go tool buildid -w $WORK/b430/_pkg_.a # internal
2025-08-20T22:41:02.1553117Z [00:02:43.808]➜  cp $WORK/b430/_pkg_.a /root/.cache/go-build/5b/5bce47855255794e45f7e4d16e7d0202bde121582092e91aa0b2c32e95292747-d # internal
2025-08-20T22:41:02.1558719Z [00:02:43.808]➜  runtime/metrics
2025-08-20T22:41:02.1559023Z [00:02:43.808]➜  mkdir -p $WORK/b2170/
2025-08-20T22:41:02.1559445Z [00:02:43.808]➜  cat >/tmp/go-build3998081543/b2170/importcfg << 'EOF' # internal
2025-08-20T22:41:02.1559796Z [00:02:43.808]➜  # import config
2025-08-20T22:41:02.1560178Z [00:02:43.808]➜  packagefile internal/godebugs=/tmp/go-build3998081543/b015/_pkg_.a
2025-08-20T22:41:02.1560645Z [00:02:43.808]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:02.1561082Z [00:02:43.808]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.1561415Z [00:02:43.808]➜  EOF
2025-08-20T22:41:02.1563862Z [00:02:43.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2170/_pkg_.a -trimpath "/root/.go/src/runtime/metrics=>runtime/metrics;$WORK/b2170=>" -p runtime/metrics -lang=go1.25 -std -installsuffix shared -buildid r4f670ttoJBq9e3NNbJ_/r4f670ttoJBq9e3NNbJ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2170/importcfg -pack /root/.go/src/runtime/metrics/description.go /root/.go/src/runtime/metrics/doc.go /root/.go/src/runtime/metrics/histogram.go /root/.go/src/runtime/metrics/sample.go /root/.go/src/runtime/metrics/value.go
2025-08-20T22:41:02.1642110Z [00:02:43.817]➜  go tool buildid -w $WORK/b428/_pkg_.a # internal
2025-08-20T22:41:02.1653971Z [00:02:43.818]➜  cp $WORK/b428/_pkg_.a /root/.cache/go-build/0d/0d433e08a814a505ac06aa2d200f1cb03a6ef63a90145f5c868947d4516a98b4-d # internal
2025-08-20T22:41:02.1775884Z [00:02:43.830]➜  cd /root/.go/src/internal/reflectlite
2025-08-20T22:41:02.1779438Z [00:02:43.830]➜  /root/.go/pkg/tool/linux_arm64/asm -p internal/reflectlite -trimpath "/root/.go/src/internal/reflectlite=>internal/reflectlite;$WORK/b004=>" -I $WORK/b004/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b004/asm.o ./asm.s
2025-08-20T22:41:02.1807347Z [00:02:43.833]➜  go tool pack r $WORK/b004/_pkg_.a $WORK/b004/asm.o # internal
2025-08-20T22:41:02.1819669Z [00:02:43.834]➜  go tool buildid -w $WORK/b004/_pkg_.a # internal
2025-08-20T22:41:02.1826490Z [00:02:43.835]➜  cp $WORK/b004/_pkg_.a /root/.cache/go-build/8f/8fc32ee02b4b1d3b5c7cc3e0fa4eb0ef5f47caa1ea918acfacf6933a7cfb235c-d # internal
2025-08-20T22:41:02.1829891Z [00:02:43.835]➜  sort
2025-08-20T22:41:02.1831292Z [00:02:43.836]➜  mkdir -p $WORK/b067/
2025-08-20T22:41:02.1836356Z [00:02:43.836]➜  cat >/tmp/go-build3998081543/b067/importcfg << 'EOF' # internal
2025-08-20T22:41:02.1836750Z [00:02:43.836]➜  # import config
2025-08-20T22:41:02.1837300Z [00:02:43.836]➜  packagefile internal/reflectlite=/tmp/go-build3998081543/b004/_pkg_.a
2025-08-20T22:41:02.1838434Z [00:02:43.836]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:02.1838989Z [00:02:43.836]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:02.1839401Z [00:02:43.836]➜  EOF
2025-08-20T22:41:02.1839699Z [00:02:43.836]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.1841564Z [00:02:43.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b067/_pkg_.a -trimpath "/root/.go/src/sort=>sort;$WORK/b067=>" -p sort -lang=go1.25 -std -complete -installsuffix shared -buildid p4KTq1vYeL3p6fuhbC28/p4KTq1vYeL3p6fuhbC28 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b067/importcfg -pack /root/.go/src/sort/search.go /root/.go/src/sort/slice.go /root/.go/src/sort/sort.go /root/.go/src/sort/zsortfunc.go /root/.go/src/sort/zsortinterface.go
2025-08-20T22:41:02.1844629Z [00:02:43.837]➜  errors
2025-08-20T22:41:02.1859907Z [00:02:43.838]➜  mkdir -p $WORK/b003/
2025-08-20T22:41:02.1863445Z [00:02:43.839]➜  cat >/tmp/go-build3998081543/b003/importcfg << 'EOF' # internal
2025-08-20T22:41:02.1863990Z [00:02:43.839]➜  # import config
2025-08-20T22:41:02.1864531Z [00:02:43.839]➜  packagefile internal/reflectlite=/tmp/go-build3998081543/b004/_pkg_.a
2025-08-20T22:41:02.1865024Z [00:02:43.839]➜  EOF
2025-08-20T22:41:02.1866771Z [00:02:43.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b003/_pkg_.a -trimpath "/root/.go/src/errors=>errors;$WORK/b003=>" -p errors -lang=go1.25 -std -complete -installsuffix shared -buildid 095G1sRcqUaOcFo1s7gh/095G1sRcqUaOcFo1s7gh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b003/importcfg -pack /root/.go/src/errors/errors.go /root/.go/src/errors/join.go /root/.go/src/errors/wrap.go
2025-08-20T22:41:02.1942475Z [00:02:43.846]➜  go tool buildid -w $WORK/b2170/_pkg_.a # internal
2025-08-20T22:41:02.1950047Z [00:02:43.847]➜  cp $WORK/b2170/_pkg_.a /root/.cache/go-build/e8/e89495d4f1e79ba399fa2b8412546586d9ed9aa43d9c4652fb4972a075ce1f42-d # internal
2025-08-20T22:41:02.2104283Z [00:02:43.863]➜  go tool buildid -w $WORK/b033/_pkg_.a # internal
2025-08-20T22:41:02.2108046Z [00:02:43.863]➜  go tool buildid -w $WORK/b003/_pkg_.a # internal
2025-08-20T22:41:02.2111237Z [00:02:43.864]➜  cp $WORK/b003/_pkg_.a /root/.cache/go-build/83/83ffbf7d10ccd074da0d856e56b8a6c0ba1dedd57754997f87e271b969cc12f5-d # internal
2025-08-20T22:41:02.2116479Z [00:02:43.864]➜  path
2025-08-20T22:41:02.2116873Z [00:02:43.864]➜  mkdir -p $WORK/b050/
2025-08-20T22:41:02.2118269Z [00:02:43.864]➜  internal/oserror
2025-08-20T22:41:02.2119325Z [00:02:43.864]➜  mkdir -p $WORK/b043/
2025-08-20T22:41:02.2133349Z [00:02:43.866]➜  cat >/tmp/go-build3998081543/b043/importcfg << 'EOF' # internal
2025-08-20T22:41:02.2134976Z [00:02:43.866]➜  # import config
2025-08-20T22:41:02.2135528Z [00:02:43.866]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.2135913Z [00:02:43.866]➜  EOF
2025-08-20T22:41:02.2137446Z [00:02:43.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b043/_pkg_.a -trimpath "/root/.go/src/internal/oserror=>internal/oserror;$WORK/b043=>" -p internal/oserror -lang=go1.25 -std -complete -installsuffix shared -buildid DkixL9Lt3mtxmevGhxjJ/DkixL9Lt3mtxmevGhxjJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b043/importcfg -pack /root/.go/src/internal/oserror/errors.go
2025-08-20T22:41:02.2138925Z [00:02:43.866]➜  cat >/tmp/go-build3998081543/b050/importcfg << 'EOF' # internal
2025-08-20T22:41:02.2139271Z [00:02:43.866]➜  # import config
2025-08-20T22:41:02.2139620Z [00:02:43.866]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.2140080Z [00:02:43.866]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:02.2140562Z [00:02:43.866]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:02.2140897Z [00:02:43.866]➜  EOF
2025-08-20T22:41:02.2141456Z [00:02:43.866]➜  cp $WORK/b033/_pkg_.a /root/.cache/go-build/b4/b4737875e8e6911672637ae7ddc12320c0e765f0f632abb79dab8fdc11198613-d # internal
2025-08-20T22:41:02.2143613Z [00:02:43.866]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b050/_pkg_.a -trimpath "/root/.go/src/path=>path;$WORK/b050=>" -p path -lang=go1.25 -std -complete -installsuffix shared -buildid IZsxqBDjV4qmdR3qJ35o/IZsxqBDjV4qmdR3qJ35o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b050/importcfg -pack /root/.go/src/path/match.go /root/.go/src/path/path.go
2025-08-20T22:41:02.2144834Z [00:02:43.866]➜  internal/bisect
2025-08-20T22:41:02.2145114Z [00:02:43.866]➜  mkdir -p $WORK/b039/
2025-08-20T22:41:02.2145711Z [00:02:43.866]➜  cat >/tmp/go-build3998081543/b039/importcfg << 'EOF' # internal
2025-08-20T22:41:02.2146115Z [00:02:43.866]➜  # import config
2025-08-20T22:41:02.2146461Z [00:02:43.866]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.2146883Z [00:02:43.866]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.2147320Z [00:02:43.866]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:02.2147658Z [00:02:43.866]➜  EOF
2025-08-20T22:41:02.2149141Z [00:02:43.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b039/_pkg_.a -trimpath "/root/.go/src/internal/bisect=>internal/bisect;$WORK/b039=>" -p internal/bisect -lang=go1.25 -std -complete -installsuffix shared -buildid l4jKZnf1JVKltmsYep8x/l4jKZnf1JVKltmsYep8x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b039/importcfg -pack /root/.go/src/internal/bisect/bisect.go
2025-08-20T22:41:02.2352537Z [00:02:43.887]➜  go tool buildid -w $WORK/b043/_pkg_.a # internal
2025-08-20T22:41:02.2370636Z [00:02:43.889]➜  cp $WORK/b043/_pkg_.a /root/.cache/go-build/97/97b2e124ea11508d410ebe513d2698564d93e248990e0e5a385972fe923176ff-d # internal
2025-08-20T22:41:02.2371581Z [00:02:43.889]➜  syscall
2025-08-20T22:41:02.2372318Z [00:02:43.889]➜  mkdir -p $WORK/b041/
2025-08-20T22:41:02.2372671Z [00:02:43.889]➜  echo -n > $WORK/b041/go_asm.h # internal
2025-08-20T22:41:02.2372984Z [00:02:43.889]➜  cd /root/.go/src/syscall
2025-08-20T22:41:02.2373981Z [00:02:43.889]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b041/symabis ./asm_linux_arm64.s
2025-08-20T22:41:02.2457146Z [00:02:43.898]➜  cat >/tmp/go-build3998081543/b041/importcfg << 'EOF' # internal
2025-08-20T22:41:02.2458915Z [00:02:43.898]➜  # import config
2025-08-20T22:41:02.2459367Z [00:02:43.898]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.2460216Z [00:02:43.898]➜  packagefile internal/asan=/tmp/go-build3998081543/b027/_pkg_.a
2025-08-20T22:41:02.2460779Z [00:02:43.898]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:02.2461285Z [00:02:43.898]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:02.2461783Z [00:02:43.898]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:02.2462276Z [00:02:43.898]➜  packagefile internal/itoa=/tmp/go-build3998081543/b042/_pkg_.a
2025-08-20T22:41:02.2462744Z [00:02:43.898]➜  packagefile internal/msan=/tmp/go-build3998081543/b028/_pkg_.a
2025-08-20T22:41:02.2463223Z [00:02:43.898]➜  packagefile internal/oserror=/tmp/go-build3998081543/b043/_pkg_.a
2025-08-20T22:41:02.2463703Z [00:02:43.898]➜  packagefile internal/race=/tmp/go-build3998081543/b029/_pkg_.a
2025-08-20T22:41:02.2464225Z [00:02:43.898]➜  packagefile internal/runtime/syscall=/tmp/go-build3998081543/b023/_pkg_.a
2025-08-20T22:41:02.2464723Z [00:02:43.898]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.2465146Z [00:02:43.898]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:02.2465750Z [00:02:43.898]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.2466253Z [00:02:43.898]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:02.2466641Z [00:02:43.898]➜  EOF
2025-08-20T22:41:02.2467203Z [00:02:43.898]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.2472392Z [00:02:43.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b041/_pkg_.a -trimpath "/root/.go/src/syscall=>syscall;$WORK/b041=>" -p syscall -lang=go1.25 -std -installsuffix shared -buildid ktFerKhiYiuGIxv1i7DE/ktFerKhiYiuGIxv1i7DE -goversion go1.25.0 -symabis $WORK/b041/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b041/importcfg -pack -asmhdr $WORK/b041/go_asm.h /root/.go/src/syscall/badlinkname_unix.go /root/.go/src/syscall/dirent.go /root/.go/src/syscall/env_unix.go /root/.go/src/syscall/exec_linux.go /root/.go/src/syscall/exec_unix.go /root/.go/src/syscall/flock_linux.go /root/.go/src/syscall/forkpipe2.go /root/.go/src/syscall/linkname_unix.go /root/.go/src/syscall/lsf_linux.go /root/.go/src/syscall/net.go /root/.go/src/syscall/netlink_linux.go /root/.go/src/syscall/rlimit.go /root/.go/src/syscall/rlimit_stub.go /root/.go/src/syscall/setuidgid_linux.go /root/.go/src/syscall/sockcmsg_linux.go /root/.go/src/syscall/sockcmsg_unix.go /root/.go/src/syscall/sockcmsg_unix_other.go /root/.go/src/syscall/syscall.go /root/.go/src/syscall/syscall_linux.go /root/.go/src/syscall/syscall_linux_arm64.go /root/.go/src/syscall/syscall_unix.go /root/.go/src/syscall/time_nofake.go /root/.go/src/syscall/timestruct.go /root/.go/src/syscall/zerrors_linux_arm64.go /root/.go/src/syscall/zsyscall_linux_arm64.go /root/.go/src/syscall/zsysnum_linux_arm64.go /root/.go/src/syscall/ztypes_linux_arm64.go
2025-08-20T22:41:02.2483066Z [00:02:43.901]➜  go tool buildid -w $WORK/b050/_pkg_.a # internal
2025-08-20T22:41:02.2527132Z [00:02:43.901]➜  cp $WORK/b050/_pkg_.a /root/.cache/go-build/f4/f4291545e460c4665473c0c71e5068dada68746a5594d68d147e1908c7e16a59-d # internal
2025-08-20T22:41:02.2528756Z [00:02:43.902]➜  io
2025-08-20T22:41:02.2529033Z [00:02:43.902]➜  mkdir -p $WORK/b048/
2025-08-20T22:41:02.2529417Z [00:02:43.903]➜  cat >/tmp/go-build3998081543/b048/importcfg << 'EOF' # internal
2025-08-20T22:41:02.2529769Z [00:02:43.903]➜  # import config
2025-08-20T22:41:02.2530136Z [00:02:43.903]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.2530556Z [00:02:43.903]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.2530882Z [00:02:43.903]➜  EOF
2025-08-20T22:41:02.2532688Z [00:02:43.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b048/_pkg_.a -trimpath "/root/.go/src/io=>io;$WORK/b048=>" -p io -lang=go1.25 -std -complete -installsuffix shared -buildid ymzOBahWBQSHctlSrZkw/ymzOBahWBQSHctlSrZkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b048/importcfg -pack /root/.go/src/io/io.go /root/.go/src/io/multi.go /root/.go/src/io/pipe.go
2025-08-20T22:41:02.2572135Z [00:02:43.910]➜  go tool buildid -w $WORK/b039/_pkg_.a # internal
2025-08-20T22:41:02.2580202Z [00:02:43.910]➜  cp $WORK/b039/_pkg_.a /root/.cache/go-build/da/da78892514f3cf86b6a6bbda6a9219d31316e04b19dbf61cf37e453563480810-d # internal
2025-08-20T22:41:02.2580793Z [00:02:43.910]➜  internal/godebug
2025-08-20T22:41:02.2581095Z [00:02:43.910]➜  mkdir -p $WORK/b038/
2025-08-20T22:41:02.2587691Z [00:02:43.911]➜  cat >/tmp/go-build3998081543/b038/importcfg << 'EOF' # internal
2025-08-20T22:41:02.2588235Z [00:02:43.911]➜  # import config
2025-08-20T22:41:02.2588741Z [00:02:43.911]➜  packagefile internal/bisect=/tmp/go-build3998081543/b039/_pkg_.a
2025-08-20T22:41:02.2589355Z [00:02:43.911]➜  packagefile internal/godebugs=/tmp/go-build3998081543/b015/_pkg_.a
2025-08-20T22:41:02.2589946Z [00:02:43.911]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.2590498Z [00:02:43.911]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:02.2590955Z [00:02:43.911]➜  EOF
2025-08-20T22:41:02.2592582Z [00:02:43.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b038/_pkg_.a -trimpath "/root/.go/src/internal/godebug=>internal/godebug;$WORK/b038=>" -p internal/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid LmYiLXYZhZSnPow1X0TD/LmYiLXYZhZSnPow1X0TD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b038/importcfg -pack /root/.go/src/internal/godebug/godebug.go
2025-08-20T22:41:02.2863473Z [00:02:43.937]➜  go tool buildid -w $WORK/b067/_pkg_.a # internal
2025-08-20T22:41:02.2871040Z [00:02:43.939]➜  cp $WORK/b067/_pkg_.a /root/.cache/go-build/14/14b1a30a7b302987587c0bf14eed13eb5561c133d7aef78813c063105354c84e-d # internal
2025-08-20T22:41:02.2878602Z [00:02:43.940]➜  strconv
2025-08-20T22:41:02.2879864Z [00:02:43.940]➜  mkdir -p $WORK/b056/
2025-08-20T22:41:02.2888687Z [00:02:43.941]➜  cat >/tmp/go-build3998081543/b056/importcfg << 'EOF' # internal
2025-08-20T22:41:02.2889390Z [00:02:43.941]➜  # import config
2025-08-20T22:41:02.2889937Z [00:02:43.941]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.2891685Z [00:02:43.941]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:02.2892287Z [00:02:43.941]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:41:02.2892782Z [00:02:43.941]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:02.2893211Z [00:02:43.941]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:02.2893671Z [00:02:43.941]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:02.2894004Z [00:02:43.941]➜  EOF
2025-08-20T22:41:02.2904079Z [00:02:43.942]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b056/_pkg_.a -trimpath "/root/.go/src/strconv=>strconv;$WORK/b056=>" -p strconv -lang=go1.25 -std -complete -installsuffix shared -buildid -NFPF1TgPmFIp5xx8aOt/-NFPF1TgPmFIp5xx8aOt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b056/importcfg -pack /root/.go/src/strconv/atob.go /root/.go/src/strconv/atoc.go /root/.go/src/strconv/atof.go /root/.go/src/strconv/atoi.go /root/.go/src/strconv/bytealg.go /root/.go/src/strconv/ctoa.go /root/.go/src/strconv/decimal.go /root/.go/src/strconv/doc.go /root/.go/src/strconv/eisel_lemire.go /root/.go/src/strconv/ftoa.go /root/.go/src/strconv/ftoaryu.go /root/.go/src/strconv/isprint.go /root/.go/src/strconv/itoa.go /root/.go/src/strconv/quote.go
2025-08-20T22:41:02.3382061Z [00:02:43.990]➜  go tool buildid -w $WORK/b048/_pkg_.a # internal
2025-08-20T22:41:02.3395883Z [00:02:43.992]➜  cp $WORK/b048/_pkg_.a /root/.cache/go-build/17/17f6724336f2ab5ebe43513935a2a509db50b9569e723a011daf768d49295fed-d # internal
2025-08-20T22:41:02.3397667Z [00:02:43.992]➜  internal/testlog
2025-08-20T22:41:02.3399818Z [00:02:43.992]➜  mkdir -p $WORK/b063/
2025-08-20T22:41:02.3404707Z [00:02:43.993]➜  cat >/tmp/go-build3998081543/b063/importcfg << 'EOF' # internal
2025-08-20T22:41:02.3405606Z [00:02:43.993]➜  # import config
2025-08-20T22:41:02.3406064Z [00:02:43.993]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.3406516Z [00:02:43.993]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:02.3406856Z [00:02:43.993]➜  EOF
2025-08-20T22:41:02.3408512Z [00:02:43.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b063/_pkg_.a -trimpath "/root/.go/src/internal/testlog=>internal/testlog;$WORK/b063=>" -p internal/testlog -lang=go1.25 -std -complete -installsuffix shared -buildid lZKBL5EBzISAizWwsOPq/lZKBL5EBzISAizWwsOPq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b063/importcfg -pack /root/.go/src/internal/testlog/exit.go /root/.go/src/internal/testlog/log.go
2025-08-20T22:41:02.3601727Z [00:02:44.012]➜  go tool buildid -w $WORK/b063/_pkg_.a # internal
2025-08-20T22:41:02.3616104Z [00:02:44.014]➜  cp $WORK/b063/_pkg_.a /root/.cache/go-build/b9/b94d9dd39ba61ca0b32ddf5fdca4bfebf5bfc3acaf2da37265db8ce16dc9d9f5-d # internal
2025-08-20T22:41:02.3621675Z [00:02:44.015]➜  bytes
2025-08-20T22:41:02.3632351Z [00:02:44.016]➜  mkdir -p $WORK/b065/
2025-08-20T22:41:02.3645873Z [00:02:44.017]➜  cat >/tmp/go-build3998081543/b065/importcfg << 'EOF' # internal
2025-08-20T22:41:02.3646548Z [00:02:44.017]➜  # import config
2025-08-20T22:41:02.3647001Z [00:02:44.017]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.3648710Z [00:02:44.017]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:02.3649185Z [00:02:44.017]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:02.3649598Z [00:02:44.017]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:02.3650027Z [00:02:44.017]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:02.3650464Z [00:02:44.017]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:02.3650928Z [00:02:44.017]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:02.3651266Z [00:02:44.017]➜  EOF
2025-08-20T22:41:02.3652894Z [00:02:44.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b065/_pkg_.a -trimpath "/root/.go/src/bytes=>bytes;$WORK/b065=>" -p bytes -lang=go1.25 -std -installsuffix shared -buildid ay423br3koLuVDH0_p8K/ay423br3koLuVDH0_p8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b065/importcfg -pack /root/.go/src/bytes/buffer.go /root/.go/src/bytes/bytes.go /root/.go/src/bytes/iter.go /root/.go/src/bytes/reader.go
2025-08-20T22:41:02.3812414Z [00:02:44.033]➜  go tool buildid -w $WORK/b038/_pkg_.a # internal
2025-08-20T22:41:02.3856639Z [00:02:44.038]➜  cp $WORK/b038/_pkg_.a /root/.cache/go-build/62/626021483130f7fe84dcf682acc3175598cfb76e3b33db5fdf4cc07f4663f819-d # internal
2025-08-20T22:41:02.3861090Z [00:02:44.038]➜  github.com/c-bata/go-prompt/internal/bisect
2025-08-20T22:41:02.3861446Z [00:02:44.038]➜  mkdir -p $WORK/b066/
2025-08-20T22:41:02.3864258Z [00:02:44.039]➜  cat >/tmp/go-build3998081543/b066/importcfg << 'EOF' # internal
2025-08-20T22:41:02.3865014Z [00:02:44.039]➜  # import config
2025-08-20T22:41:02.3866149Z [00:02:44.039]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:02.3866512Z [00:02:44.039]➜  EOF
2025-08-20T22:41:02.3870842Z [00:02:44.039]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/bisect=>github.com/c-bata/go-prompt@v0.2.6/internal/bisect;$WORK/b066=>" -p github.com/c-bata/go-prompt/internal/bisect -lang=go1.14 -complete -installsuffix shared -buildid BihpqykoEUnErKOZGFyJ/BihpqykoEUnErKOZGFyJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b066/importcfg -pack /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/bisect/bisect.go
2025-08-20T22:41:02.4118533Z [00:02:44.064]➜  go tool buildid -w $WORK/b066/_pkg_.a # internal
2025-08-20T22:41:02.4124654Z [00:02:44.064]➜  cp $WORK/b066/_pkg_.a /root/.cache/go-build/de/de07490b52a60f0bb8cf6d829d70199ccc4debf6b044c9f3b3f9a40c93d2f971-d # internal
2025-08-20T22:41:02.4126974Z [00:02:44.065]➜  strings
2025-08-20T22:41:02.4127251Z [00:02:44.065]➜  mkdir -p $WORK/b070/
2025-08-20T22:41:02.4127688Z [00:02:44.065]➜  cat >/tmp/go-build3998081543/b070/importcfg << 'EOF' # internal
2025-08-20T22:41:02.4128044Z [00:02:44.065]➜  # import config
2025-08-20T22:41:02.4128417Z [00:02:44.065]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.4128863Z [00:02:44.065]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:02.4129340Z [00:02:44.065]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:02.4129849Z [00:02:44.065]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:41:02.4130307Z [00:02:44.065]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:02.4130725Z [00:02:44.065]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:02.4131165Z [00:02:44.065]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:02.4131591Z [00:02:44.065]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.4132013Z [00:02:44.065]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:02.4132459Z [00:02:44.065]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:02.4133215Z [00:02:44.065]➜  EOF
2025-08-20T22:41:02.4135625Z [00:02:44.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b070/_pkg_.a -trimpath "/root/.go/src/strings=>strings;$WORK/b070=>" -p strings -lang=go1.25 -std -complete -installsuffix shared -buildid 7c9vJPLXfeWsNhsNR7m0/7c9vJPLXfeWsNhsNR7m0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b070/importcfg -pack /root/.go/src/strings/builder.go /root/.go/src/strings/clone.go /root/.go/src/strings/compare.go /root/.go/src/strings/iter.go /root/.go/src/strings/reader.go /root/.go/src/strings/replace.go /root/.go/src/strings/search.go /root/.go/src/strings/strings.go
2025-08-20T22:41:02.4270559Z [00:02:44.079]➜  go tool buildid -w $WORK/b056/_pkg_.a # internal
2025-08-20T22:41:02.4288025Z [00:02:44.081]➜  cp $WORK/b056/_pkg_.a /root/.cache/go-build/35/351337b25007bda7193cb43a0fe686aa795513fc48cc5f92d100aa7ca4ca0d3c-d # internal
2025-08-20T22:41:02.4294027Z [00:02:44.082]➜  reflect
2025-08-20T22:41:02.4294320Z [00:02:44.082]➜  mkdir -p $WORK/b054/
2025-08-20T22:41:02.4299421Z [00:02:44.082]➜  echo -n > $WORK/b054/go_asm.h # internal
2025-08-20T22:41:02.4299891Z [00:02:44.082]➜  cd /root/.go/src/reflect
2025-08-20T22:41:02.4300848Z [00:02:44.082]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b054=>" -I $WORK/b054/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b054/symabis ./asm_arm64.s
2025-08-20T22:41:02.4442645Z [00:02:44.096]➜  cat >/tmp/go-build3998081543/b054/importcfg << 'EOF' # internal
2025-08-20T22:41:02.4443122Z [00:02:44.096]➜  # import config
2025-08-20T22:41:02.4443481Z [00:02:44.097]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.4443937Z [00:02:44.097]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:02.4444424Z [00:02:44.097]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:02.4444912Z [00:02:44.097]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:02.4445657Z [00:02:44.097]➜  packagefile internal/itoa=/tmp/go-build3998081543/b042/_pkg_.a
2025-08-20T22:41:02.4446189Z [00:02:44.097]➜  packagefile internal/race=/tmp/go-build3998081543/b029/_pkg_.a
2025-08-20T22:41:02.4446689Z [00:02:44.097]➜  packagefile internal/runtime/maps=/tmp/go-build3998081543/b026/_pkg_.a
2025-08-20T22:41:02.4447216Z [00:02:44.097]➜  packagefile internal/runtime/sys=/tmp/go-build3998081543/b030/_pkg_.a
2025-08-20T22:41:02.4448051Z [00:02:44.097]➜  packagefile internal/unsafeheader=/tmp/go-build3998081543/b008/_pkg_.a
2025-08-20T22:41:02.4448600Z [00:02:44.097]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:02.4449014Z [00:02:44.097]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:02.4449434Z [00:02:44.097]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.4449862Z [00:02:44.097]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:02.4450299Z [00:02:44.097]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.4450718Z [00:02:44.097]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:02.4451163Z [00:02:44.097]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:02.4451499Z [00:02:44.097]➜  EOF
2025-08-20T22:41:02.4451764Z [00:02:44.097]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.4454633Z [00:02:44.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b054/_pkg_.a -trimpath "/root/.go/src/reflect=>reflect;$WORK/b054=>" -p reflect -lang=go1.25 -std -installsuffix shared -buildid n7dc5IpgUHaURtvfKDUL/n7dc5IpgUHaURtvfKDUL -goversion go1.25.0 -symabis $WORK/b054/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b054/importcfg -pack -asmhdr $WORK/b054/go_asm.h /root/.go/src/reflect/abi.go /root/.go/src/reflect/badlinkname.go /root/.go/src/reflect/deepequal.go /root/.go/src/reflect/float32reg_generic.go /root/.go/src/reflect/iter.go /root/.go/src/reflect/makefunc.go /root/.go/src/reflect/map_swiss.go /root/.go/src/reflect/swapper.go /root/.go/src/reflect/type.go /root/.go/src/reflect/value.go /root/.go/src/reflect/visiblefields.go
2025-08-20T22:41:02.4902608Z [00:02:44.143]➜  go tool buildid -w $WORK/b065/_pkg_.a # internal
2025-08-20T22:41:02.4932390Z [00:02:44.146]➜  cp $WORK/b065/_pkg_.a /root/.cache/go-build/90/90169e17ed7d2c1d3e3c7fb3cda546c8a50bf09534de39f84bd4f36a548c14c9-d # internal
2025-08-20T22:41:02.5092511Z [00:02:44.162]➜  runtime/cgo
2025-08-20T22:41:02.5108660Z [00:02:44.163]➜  mkdir -p $WORK/b087/
2025-08-20T22:41:02.5113278Z [00:02:44.164]➜  echo -n > $WORK/b087/preferlinkext # internal
2025-08-20T22:41:02.5114846Z [00:02:44.164]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:02.5116692Z [00:02:44.164]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b087/ -importpath runtime/cgo -import_runtime_cgo=false -import_syscall=false "-ldflags=\"-O2\" \"-g\" \"-lpthread\"" -- -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement ./cgo.go
2025-08-20T22:41:02.5435635Z [00:02:44.196]➜  go tool buildid -w $WORK/b070/_pkg_.a # internal
2025-08-20T22:41:02.5461302Z [00:02:44.198]➜  cp $WORK/b070/_pkg_.a /root/.cache/go-build/de/deebb0529c4195681834f1f5e93c754f41e28d4d5f6d9cfe9946c29f7f395e32-d # internal
2025-08-20T22:41:02.5471756Z [00:02:44.200]➜  regexp/syntax
2025-08-20T22:41:02.5480193Z [00:02:44.200]➜  mkdir -p $WORK/b081/
2025-08-20T22:41:02.5490836Z [00:02:44.201]➜  cat >/tmp/go-build3998081543/b081/importcfg << 'EOF' # internal
2025-08-20T22:41:02.5491576Z [00:02:44.201]➜  # import config
2025-08-20T22:41:02.5492633Z [00:02:44.201]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:02.5493106Z [00:02:44.201]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:02.5493544Z [00:02:44.201]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:02.5493977Z [00:02:44.202]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:02.5494432Z [00:02:44.202]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.5494851Z [00:02:44.202]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:02.5495303Z [00:02:44.202]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:02.5495877Z [00:02:44.202]➜  EOF
2025-08-20T22:41:02.5499440Z [00:02:44.202]➜  cd $WORK
2025-08-20T22:41:02.5504934Z [00:02:44.203]➜  gcc -fno-caret-diagnostics -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:41:02.5512023Z [00:02:44.203]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.5514603Z [00:02:44.204]➜  /root/.go/pkg/tool/linux_arm64/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 EKozo-ZOxsorX7n1uCXH/EKozo-ZOxsorX7n1uCXH -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-20T22:41:02.5642303Z [00:02:44.217]➜  cd $WORK
2025-08-20T22:41:02.5647891Z [00:02:44.217]➜  gcc -Qunused-arguments -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:41:02.5739333Z [00:02:44.226]➜  gcc -Wl,--no-gc-sections -O2 -g -x c - -o /dev/null || true
2025-08-20T22:41:02.5939162Z [00:02:44.246]➜  cd /root/.go/src/syscall
2025-08-20T22:41:02.5940205Z [00:02:44.246]➜  /root/.go/pkg/tool/linux_arm64/asm -p syscall -trimpath "/root/.go/src/syscall=>syscall;$WORK/b041=>" -I $WORK/b041/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b041/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:41:02.5987642Z [00:02:44.251]➜  go tool pack r $WORK/b041/_pkg_.a $WORK/b041/asm_linux_arm64.o # internal
2025-08-20T22:41:02.5988529Z [00:02:44.251]➜  go tool buildid -w $WORK/b041/_pkg_.a # internal
2025-08-20T22:41:02.6017352Z [00:02:44.254]➜  cp $WORK/b041/_pkg_.a /root/.cache/go-build/58/58d1cad8cd99dae214ed51f84ef312c8395a5a114bc7c31f9bfbf3fcefea0095-d # internal
2025-08-20T22:41:02.6046773Z [00:02:44.257]➜  cd $WORK
2025-08-20T22:41:02.6055884Z [00:02:44.258]➜  gcc -fdebug-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:41:02.6187451Z [00:02:44.270]➜  gcc -ffile-prefix-map=a=b -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:41:02.6188500Z [00:02:44.271]➜  time
2025-08-20T22:41:02.6188843Z [00:02:44.271]➜  mkdir -p $WORK/b037/
2025-08-20T22:41:02.6189252Z [00:02:44.271]➜  cat >/tmp/go-build3998081543/b037/importcfg << 'EOF' # internal
2025-08-20T22:41:02.6189603Z [00:02:44.271]➜  # import config
2025-08-20T22:41:02.6189991Z [00:02:44.271]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.6190451Z [00:02:44.271]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:02.6190951Z [00:02:44.271]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:02.6191461Z [00:02:44.271]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:41:02.6191948Z [00:02:44.271]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:02.6192402Z [00:02:44.271]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.6192822Z [00:02:44.271]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.6193242Z [00:02:44.271]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:02.6193558Z [00:02:44.271]➜  EOF
2025-08-20T22:41:02.6193828Z [00:02:44.271]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.6196781Z [00:02:44.271]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b037/_pkg_.a -trimpath "/root/.go/src/time=>time;$WORK/b037=>" -p time -lang=go1.25 -std -installsuffix shared -buildid EXE43KLT6MRts9SmvSmj/EXE43KLT6MRts9SmvSmj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b037/importcfg -pack /root/.go/src/time/format.go /root/.go/src/time/format_rfc3339.go /root/.go/src/time/sleep.go /root/.go/src/time/sys_unix.go /root/.go/src/time/tick.go /root/.go/src/time/time.go /root/.go/src/time/zoneinfo.go /root/.go/src/time/zoneinfo_goroot.go /root/.go/src/time/zoneinfo_read.go /root/.go/src/time/zoneinfo_unix.go
2025-08-20T22:41:02.6394344Z [00:02:44.292]➜  cd $WORK
2025-08-20T22:41:02.6398252Z [00:02:44.292]➜  gcc -gno-record-gcc-switches -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:41:02.6563014Z [00:02:44.308]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -frandom-seed=1 -O2 -flto=auto -fPIE -fpie -static -w -pipe -c -x c - -o /dev/null || true
2025-08-20T22:41:02.6721085Z [00:02:44.324]➜  cd $WORK/b087
2025-08-20T22:41:02.6722968Z [00:02:44.324]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x001.o -c _cgo_export.c
2025-08-20T22:41:02.7055126Z [00:02:44.358]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x002.o -c cgo.cgo2.c
2025-08-20T22:41:02.7126277Z [00:02:44.365]➜  go tool buildid -w $WORK/b081/_pkg_.a # internal
2025-08-20T22:41:02.7147663Z [00:02:44.367]➜  cp $WORK/b081/_pkg_.a /root/.cache/go-build/92/929244c0749032b195252659a56dfc1c02f6c4e879dc08af1f32f8686759b11f-d # internal
2025-08-20T22:41:02.7152941Z [00:02:44.368]➜  internal/syscall/unix
2025-08-20T22:41:02.7158920Z [00:02:44.368]➜  mkdir -p $WORK/b061/
2025-08-20T22:41:02.7159319Z [00:02:44.368]➜  cat >/tmp/go-build3998081543/b061/importcfg << 'EOF' # internal
2025-08-20T22:41:02.7159710Z [00:02:44.368]➜  # import config
2025-08-20T22:41:02.7160058Z [00:02:44.368]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:02.7160509Z [00:02:44.368]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:02.7160952Z [00:02:44.368]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:02.7161270Z [00:02:44.368]➜  EOF
2025-08-20T22:41:02.7161793Z [00:02:44.369]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.7184555Z [00:02:44.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b061/_pkg_.a -trimpath "/root/.go/src/internal/syscall/unix=>internal/syscall/unix;$WORK/b061=>" -p internal/syscall/unix -lang=go1.25 -std -complete -installsuffix shared -buildid Ne2S1YEhOUt-bc8qV8By/Ne2S1YEhOUt-bc8qV8By -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b061/importcfg -pack /root/.go/src/internal/syscall/unix/at.go /root/.go/src/internal/syscall/unix/at_fstatat.go /root/.go/src/internal/syscall/unix/at_sysnum_fstatat_linux.go /root/.go/src/internal/syscall/unix/at_sysnum_linux.go /root/.go/src/internal/syscall/unix/constants.go /root/.go/src/internal/syscall/unix/copy_file_range_unix.go /root/.go/src/internal/syscall/unix/eaccess.go /root/.go/src/internal/syscall/unix/faccessat_syscall.go /root/.go/src/internal/syscall/unix/fcntl_unix.go /root/.go/src/internal/syscall/unix/getrandom.go /root/.go/src/internal/syscall/unix/getrandom_linux.go /root/.go/src/internal/syscall/unix/kernel_version_linux.go /root/.go/src/internal/syscall/unix/net.go /root/.go/src/internal/syscall/unix/nofollow_posix.go /root/.go/src/internal/syscall/unix/nonblocking_unix.go /root/.go/src/internal/syscall/unix/pidfd_linux.go /root/.go/src/internal/syscall/unix/renameat_sysnum_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux.go /root/.go/src/internal/syscall/unix/siginfo_linux_other.go /root/.go/src/internal/syscall/unix/syscall.go /root/.go/src/internal/syscall/unix/sysnum_linux_generic.go /root/.go/src/internal/syscall/unix/tcsetpgrp_linux.go /root/.go/src/internal/syscall/unix/utimes.go /root/.go/src/internal/syscall/unix/waitid_linux.go
2025-08-20T22:41:02.7354546Z [00:02:44.386]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:02.7356266Z [00:02:44.387]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x003.o -c gcc_context.c
2025-08-20T22:41:02.7675751Z [00:02:44.420]➜  go tool buildid -w $WORK/b061/_pkg_.a # internal
2025-08-20T22:41:02.7683579Z [00:02:44.421]➜  cp $WORK/b061/_pkg_.a /root/.cache/go-build/7a/7acafcabc891cff6297dbe54b0cdd2d37e30c3a9474d63ce4b24e52a81e81050-d # internal
2025-08-20T22:41:02.7685050Z [00:02:44.421]➜  internal/syscall/execenv
2025-08-20T22:41:02.7687135Z [00:02:44.421]➜  mkdir -p $WORK/b062/
2025-08-20T22:41:02.7707015Z [00:02:44.422]➜  cat >/tmp/go-build3998081543/b062/importcfg << 'EOF' # internal
2025-08-20T22:41:02.7707468Z [00:02:44.422]➜  # import config
2025-08-20T22:41:02.7707831Z [00:02:44.422]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:02.7708162Z [00:02:44.422]➜  EOF
2025-08-20T22:41:02.7708436Z [00:02:44.422]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.7710226Z [00:02:44.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b062/_pkg_.a -trimpath "/root/.go/src/internal/syscall/execenv=>internal/syscall/execenv;$WORK/b062=>" -p internal/syscall/execenv -lang=go1.25 -std -complete -installsuffix shared -buildid 7tm8QoYprXBtFLRZ-Wgo/7tm8QoYprXBtFLRZ-Wgo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b062/importcfg -pack /root/.go/src/internal/syscall/execenv/execenv_default.go
2025-08-20T22:41:02.7739809Z [00:02:44.426]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:02.7742276Z [00:02:44.427]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x004.o -c gcc_fatalf.c
2025-08-20T22:41:02.7924995Z [00:02:44.445]➜  go tool buildid -w $WORK/b062/_pkg_.a # internal
2025-08-20T22:41:02.7928013Z [00:02:44.445]➜  cp $WORK/b062/_pkg_.a /root/.cache/go-build/2e/2e548dc6bd8bff553b122d697f41e356d44fd89a4776f8cd6ca23c213868860f-d # internal
2025-08-20T22:41:02.7931057Z [00:02:44.445]➜  regexp
2025-08-20T22:41:02.7931391Z [00:02:44.445]➜  mkdir -p $WORK/b080/
2025-08-20T22:41:02.7935279Z [00:02:44.446]➜  cat >/tmp/go-build3998081543/b080/importcfg << 'EOF' # internal
2025-08-20T22:41:02.7937968Z [00:02:44.446]➜  # import config
2025-08-20T22:41:02.7938665Z [00:02:44.446]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:02.7939936Z [00:02:44.446]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:02.7940493Z [00:02:44.446]➜  packagefile regexp/syntax=/tmp/go-build3998081543/b081/_pkg_.a
2025-08-20T22:41:02.7940945Z [00:02:44.446]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:02.7941373Z [00:02:44.446]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:02.7941804Z [00:02:44.446]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:02.7942242Z [00:02:44.446]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.7942667Z [00:02:44.446]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:02.7943113Z [00:02:44.446]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:02.7943447Z [00:02:44.446]➜  EOF
2025-08-20T22:41:02.7943716Z [00:02:44.446]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.7945672Z [00:02:44.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b080/_pkg_.a -trimpath "/root/.go/src/regexp=>regexp;$WORK/b080=>" -p regexp -lang=go1.25 -std -complete -installsuffix shared -buildid OVCec7tSb5whGRiUe_hP/OVCec7tSb5whGRiUe_hP -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-20T22:41:02.8165254Z [00:02:44.469]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:02.8167173Z [00:02:44.469]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x005.o -c gcc_libinit.c
2025-08-20T22:41:02.9051174Z [00:02:44.557]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x006.o -c gcc_linux_arm64.c
2025-08-20T22:41:02.9818437Z [00:02:44.634]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x007.o -c gcc_mmap.c
2025-08-20T22:41:02.9820247Z [00:02:44.634]➜  go tool buildid -w $WORK/b037/_pkg_.a # internal
2025-08-20T22:41:02.9858872Z [00:02:44.638]➜  cp $WORK/b037/_pkg_.a /root/.cache/go-build/95/9577bc76e952ddd35d969a3752805a4967ee26c8043b7b22ce2adadcae07e5c6-d # internal
2025-08-20T22:41:02.9859661Z [00:02:44.638]➜  context
2025-08-20T22:41:02.9860036Z [00:02:44.638]➜  mkdir -p $WORK/b002/
2025-08-20T22:41:02.9860510Z [00:02:44.638]➜  cat >/tmp/go-build3998081543/b002/importcfg << 'EOF' # internal
2025-08-20T22:41:02.9860945Z [00:02:44.638]➜  # import config
2025-08-20T22:41:02.9861379Z [00:02:44.638]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:02.9861962Z [00:02:44.638]➜  packagefile internal/reflectlite=/tmp/go-build3998081543/b004/_pkg_.a
2025-08-20T22:41:02.9862550Z [00:02:44.638]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:02.9863102Z [00:02:44.638]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:02.9863674Z [00:02:44.638]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:02.9864077Z [00:02:44.638]➜  EOF
2025-08-20T22:41:02.9864449Z [00:02:44.638]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:02.9866503Z [00:02:44.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b002/_pkg_.a -trimpath "/root/.go/src/context=>context;$WORK/b002=>" -p context -lang=go1.25 -std -complete -installsuffix shared -buildid gRLXQ6VV_2rD5_jjTIDg/gRLXQ6VV_2rD5_jjTIDg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b002/importcfg -pack /root/.go/src/context/context.go
2025-08-20T22:41:03.0142345Z [00:02:44.666]➜  go tool buildid -w $WORK/b080/_pkg_.a # internal
2025-08-20T22:41:03.0142797Z [00:02:44.667]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:03.0144319Z [00:02:44.667]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x008.o -c gcc_setenv.c
2025-08-20T22:41:03.0180328Z [00:02:44.669]➜  cp $WORK/b080/_pkg_.a /root/.cache/go-build/73/7358b30a52590f367844ce1a19d21e5368cb495d37a1a56ad4b34a3f61ce3f28-d # internal
2025-08-20T22:41:03.0180967Z [00:02:44.669]➜  io/fs
2025-08-20T22:41:03.0181206Z [00:02:44.669]➜  mkdir -p $WORK/b049/
2025-08-20T22:41:03.0181584Z [00:02:44.669]➜  cat >/tmp/go-build3998081543/b049/importcfg << 'EOF' # internal
2025-08-20T22:41:03.0181931Z [00:02:44.669]➜  # import config
2025-08-20T22:41:03.0182268Z [00:02:44.669]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.0183199Z [00:02:44.669]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:03.0183691Z [00:02:44.669]➜  packagefile internal/oserror=/tmp/go-build3998081543/b043/_pkg_.a
2025-08-20T22:41:03.0184134Z [00:02:44.669]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.0184539Z [00:02:44.669]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:03.0184953Z [00:02:44.669]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.0185517Z [00:02:44.669]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:03.0186024Z [00:02:44.669]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:03.0186357Z [00:02:44.669]➜  EOF
2025-08-20T22:41:03.0186630Z [00:02:44.669]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.0188819Z [00:02:44.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b049/_pkg_.a -trimpath "/root/.go/src/io/fs=>io/fs;$WORK/b049=>" -p io/fs -lang=go1.25 -std -complete -installsuffix shared -buildid vF5XFSOZzDb9MNUW-Wc4/vF5XFSOZzDb9MNUW-Wc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b049/importcfg -pack /root/.go/src/io/fs/format.go /root/.go/src/io/fs/fs.go /root/.go/src/io/fs/glob.go /root/.go/src/io/fs/readdir.go /root/.go/src/io/fs/readfile.go /root/.go/src/io/fs/readlink.go /root/.go/src/io/fs/stat.go /root/.go/src/io/fs/sub.go /root/.go/src/io/fs/walk.go
2025-08-20T22:41:03.0493289Z [00:02:44.701]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:03.0494940Z [00:02:44.701]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x009.o -c gcc_sigaction.c
2025-08-20T22:41:03.0629658Z [00:02:44.715]➜  go tool buildid -w $WORK/b002/_pkg_.a # internal
2025-08-20T22:41:03.0646060Z [00:02:44.717]➜  cp $WORK/b002/_pkg_.a /root/.cache/go-build/31/310d21f8f9cb06d4b9def7648da8879a6505bc1050f7a5a8871fc856a57f3a86-d # internal
2025-08-20T22:41:03.0653046Z [00:02:44.718]➜  internal/poll
2025-08-20T22:41:03.0653927Z [00:02:44.718]➜  mkdir -p $WORK/b060/
2025-08-20T22:41:03.0661550Z [00:02:44.718]➜  cat >/tmp/go-build3998081543/b060/importcfg << 'EOF' # internal
2025-08-20T22:41:03.0661965Z [00:02:44.719]➜  # import config
2025-08-20T22:41:03.0662706Z [00:02:44.719]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.0663237Z [00:02:44.719]➜  packagefile internal/itoa=/tmp/go-build3998081543/b042/_pkg_.a
2025-08-20T22:41:03.0663760Z [00:02:44.719]➜  packagefile internal/syscall/unix=/tmp/go-build3998081543/b061/_pkg_.a
2025-08-20T22:41:03.0664223Z [00:02:44.719]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.0664639Z [00:02:44.719]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:03.0665076Z [00:02:44.719]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.0665688Z [00:02:44.719]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:03.0666142Z [00:02:44.719]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:03.0666564Z [00:02:44.719]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:03.0666876Z [00:02:44.719]➜  EOF
2025-08-20T22:41:03.0667244Z [00:02:44.719]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.0677712Z [00:02:44.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b060/_pkg_.a -trimpath "/root/.go/src/internal/poll=>internal/poll;$WORK/b060=>" -p internal/poll -lang=go1.25 -std -installsuffix shared -buildid xdd4bpnqufmBejaVtNIS/xdd4bpnqufmBejaVtNIS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b060/importcfg -pack /root/.go/src/internal/poll/copy_file_range_linux.go /root/.go/src/internal/poll/copy_file_range_unix.go /root/.go/src/internal/poll/errno_unix.go /root/.go/src/internal/poll/fd.go /root/.go/src/internal/poll/fd_fsync_posix.go /root/.go/src/internal/poll/fd_mutex.go /root/.go/src/internal/poll/fd_poll_runtime.go /root/.go/src/internal/poll/fd_posix.go /root/.go/src/internal/poll/fd_unix.go /root/.go/src/internal/poll/fd_unixjs.go /root/.go/src/internal/poll/fd_writev_unix.go /root/.go/src/internal/poll/hook_cloexec.go /root/.go/src/internal/poll/hook_unix.go /root/.go/src/internal/poll/iovec_unix.go /root/.go/src/internal/poll/sendfile.go /root/.go/src/internal/poll/sendfile_unix.go /root/.go/src/internal/poll/sock_cloexec.go /root/.go/src/internal/poll/sockopt.go /root/.go/src/internal/poll/sockopt_linux.go /root/.go/src/internal/poll/sockopt_unix.go /root/.go/src/internal/poll/sockoptip.go /root/.go/src/internal/poll/splice_linux.go /root/.go/src/internal/poll/writev.go
2025-08-20T22:41:03.1012954Z [00:02:44.754]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:03.1015150Z [00:02:44.754]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x010.o -c gcc_stack_unix.c
2025-08-20T22:41:03.1119103Z [00:02:44.764]➜  go tool buildid -w $WORK/b049/_pkg_.a # internal
2025-08-20T22:41:03.1138519Z [00:02:44.766]➜  cp $WORK/b049/_pkg_.a /root/.cache/go-build/e9/e9cdb2c7060a7131eaa1268d84555e855c9d8002f581faa53e7c56d3561f9da8-d # internal
2025-08-20T22:41:03.1139132Z [00:02:44.766]➜  embed
2025-08-20T22:41:03.1139373Z [00:02:44.766]➜  mkdir -p $WORK/b047/
2025-08-20T22:41:03.1139757Z [00:02:44.766]➜  cat >/tmp/go-build3998081543/b047/importcfg << 'EOF' # internal
2025-08-20T22:41:03.1140103Z [00:02:44.766]➜  # import config
2025-08-20T22:41:03.1140443Z [00:02:44.766]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.1140931Z [00:02:44.766]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:03.1141442Z [00:02:44.766]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:41:03.1141904Z [00:02:44.766]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.1142311Z [00:02:44.766]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:03.1142728Z [00:02:44.766]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:03.1143415Z [00:02:44.766]➜  EOF
2025-08-20T22:41:03.1143805Z [00:02:44.766]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.1145212Z [00:02:44.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b047/_pkg_.a -trimpath "/root/.go/src/embed=>embed;$WORK/b047=>" -p embed -lang=go1.25 -std -complete -installsuffix shared -buildid QFiBJLv8Lq6LyZVR1Q-x/QFiBJLv8Lq6LyZVR1Q-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b047/importcfg -pack /root/.go/src/embed/embed.go
2025-08-20T22:41:03.1264875Z [00:02:44.779]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:03.1266574Z [00:02:44.779]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x011.o -c gcc_traceback.c
2025-08-20T22:41:03.1404669Z [00:02:44.793]➜  go tool buildid -w $WORK/b047/_pkg_.a # internal
2025-08-20T22:41:03.1446496Z [00:02:44.797]➜  cp $WORK/b047/_pkg_.a /root/.cache/go-build/52/52af8cb2a532bab302e9f7fb061655a50333958840ea22ce9b7cd81a35113a21-d # internal
2025-08-20T22:41:03.1471980Z [00:02:44.800]➜  internal/filepathlite
2025-08-20T22:41:03.1479024Z [00:02:44.800]➜  mkdir -p $WORK/b059/
2025-08-20T22:41:03.1493113Z [00:02:44.802]➜  cat >/tmp/go-build3998081543/b059/importcfg << 'EOF' # internal
2025-08-20T22:41:03.1494301Z [00:02:44.802]➜  # import config
2025-08-20T22:41:03.1494820Z [00:02:44.802]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.1496051Z [00:02:44.802]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:03.1497143Z [00:02:44.802]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:41:03.1497677Z [00:02:44.802]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:03.1498134Z [00:02:44.802]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.1498451Z [00:02:44.802]➜  EOF
2025-08-20T22:41:03.1498722Z [00:02:44.802]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.1500804Z [00:02:44.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b059/_pkg_.a -trimpath "/root/.go/src/internal/filepathlite=>internal/filepathlite;$WORK/b059=>" -p internal/filepathlite -lang=go1.25 -std -complete -installsuffix shared -buildid 3Pvg2aOousz6X6FWyKfn/3Pvg2aOousz6X6FWyKfn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b059/importcfg -pack /root/.go/src/internal/filepathlite/path.go /root/.go/src/internal/filepathlite/path_nonwindows.go /root/.go/src/internal/filepathlite/path_unix.go
2025-08-20T22:41:03.1537032Z [00:02:44.806]➜  cd /root/.go/src/reflect
2025-08-20T22:41:03.1538740Z [00:02:44.806]➜  /root/.go/pkg/tool/linux_arm64/asm -p reflect -trimpath "/root/.go/src/reflect=>reflect;$WORK/b054=>" -I $WORK/b054/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b054/asm_arm64.o ./asm_arm64.s
2025-08-20T22:41:03.1545695Z [00:02:44.807]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:03.1547928Z [00:02:44.807]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x012.o -c gcc_util.c
2025-08-20T22:41:03.1648131Z [00:02:44.817]➜  cd /root/.go/src/reflect
2025-08-20T22:41:03.1649401Z [00:02:44.817]➜  go tool pack r $WORK/b054/_pkg_.a $WORK/b054/asm_arm64.o # internal
2025-08-20T22:41:03.1676889Z [00:02:44.818]➜  go tool buildid -w $WORK/b054/_pkg_.a # internal
2025-08-20T22:41:03.1781633Z [00:02:44.830]➜  cp $WORK/b054/_pkg_.a /root/.cache/go-build/0a/0a1048130b06dd36e7eb3554945b43b9b7ca92d353d427ba212dc939b94582f8-d # internal
2025-08-20T22:41:03.1790196Z [00:02:44.831]➜  internal/fmtsort
2025-08-20T22:41:03.1797080Z [00:02:44.832]➜  mkdir -p $WORK/b053/
2025-08-20T22:41:03.1809166Z [00:02:44.833]➜  cat >/tmp/go-build3998081543/b053/importcfg << 'EOF' # internal
2025-08-20T22:41:03.1809792Z [00:02:44.833]➜  # import config
2025-08-20T22:41:03.1811191Z [00:02:44.833]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:03.1811630Z [00:02:44.833]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:03.1812092Z [00:02:44.833]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.1812408Z [00:02:44.833]➜  EOF
2025-08-20T22:41:03.1812686Z [00:02:44.833]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.1814271Z [00:02:44.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b053/_pkg_.a -trimpath "/root/.go/src/internal/fmtsort=>internal/fmtsort;$WORK/b053=>" -p internal/fmtsort -lang=go1.25 -std -complete -installsuffix shared -buildid WjE68PAQ6wuoco_9izpG/WjE68PAQ6wuoco_9izpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b053/importcfg -pack /root/.go/src/internal/fmtsort/sort.go
2025-08-20T22:41:03.1858527Z [00:02:44.838]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:03.1863029Z [00:02:44.839]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x013.o -c linux_syscall.c
2025-08-20T22:41:03.1909511Z [00:02:44.843]➜  go tool buildid -w $WORK/b059/_pkg_.a # internal
2025-08-20T22:41:03.1913814Z [00:02:44.844]➜  cp $WORK/b059/_pkg_.a /root/.cache/go-build/8a/8a053efe38784feab85f17c07a4d04fc66aa2f130e36e0445a3b6f81af963ff5-d # internal
2025-08-20T22:41:03.1923483Z [00:02:44.845]➜  encoding/binary
2025-08-20T22:41:03.1925602Z [00:02:44.845]➜  mkdir -p $WORK/b077/
2025-08-20T22:41:03.1926898Z [00:02:44.845]➜  cat >/tmp/go-build3998081543/b077/importcfg << 'EOF' # internal
2025-08-20T22:41:03.1927296Z [00:02:44.845]➜  # import config
2025-08-20T22:41:03.1927652Z [00:02:44.845]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.1928072Z [00:02:44.845]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.1928484Z [00:02:44.845]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:03.1928925Z [00:02:44.845]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:03.1929349Z [00:02:44.845]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.1929763Z [00:02:44.845]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.1930068Z [00:02:44.845]➜  EOF
2025-08-20T22:41:03.1930340Z [00:02:44.845]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.1932345Z [00:02:44.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b077/_pkg_.a -trimpath "/root/.go/src/encoding/binary=>encoding/binary;$WORK/b077=>" -p encoding/binary -lang=go1.25 -std -complete -installsuffix shared -buildid NuN1vJFz0DtSsbIcH3t4/NuN1vJFz0DtSsbIcH3t4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b077/importcfg -pack /root/.go/src/encoding/binary/binary.go /root/.go/src/encoding/binary/native_endian_little.go /root/.go/src/encoding/binary/varint.go
2025-08-20T22:41:03.2221397Z [00:02:44.874]➜  go tool buildid -w $WORK/b060/_pkg_.a # internal
2025-08-20T22:41:03.2270678Z [00:02:44.879]➜  cp $WORK/b060/_pkg_.a /root/.cache/go-build/49/4909387a1955e57da76a5f87f142c0890139a4dfe4d502b519ce19e52b2591a3-d # internal
2025-08-20T22:41:03.2325126Z [00:02:44.885]➜  os
2025-08-20T22:41:03.2326422Z [00:02:44.885]➜  mkdir -p $WORK/b058/
2025-08-20T22:41:03.2328842Z [00:02:44.885]➜  cat >/tmp/go-build3998081543/b058/importcfg << 'EOF' # internal
2025-08-20T22:41:03.2330487Z [00:02:44.885]➜  # import config
2025-08-20T22:41:03.2331216Z [00:02:44.885]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.2331753Z [00:02:44.885]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:03.2332258Z [00:02:44.885]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:03.2332782Z [00:02:44.885]➜  packagefile internal/filepathlite=/tmp/go-build3998081543/b059/_pkg_.a
2025-08-20T22:41:03.2333289Z [00:02:44.885]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:03.2333786Z [00:02:44.885]➜  packagefile internal/itoa=/tmp/go-build3998081543/b042/_pkg_.a
2025-08-20T22:41:03.2334256Z [00:02:44.885]➜  packagefile internal/poll=/tmp/go-build3998081543/b060/_pkg_.a
2025-08-20T22:41:03.2334751Z [00:02:44.885]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:41:03.2335290Z [00:02:44.885]➜  packagefile internal/syscall/execenv=/tmp/go-build3998081543/b062/_pkg_.a
2025-08-20T22:41:03.2339321Z [00:02:44.885]➜  packagefile internal/syscall/unix=/tmp/go-build3998081543/b061/_pkg_.a
2025-08-20T22:41:03.2339838Z [00:02:44.885]➜  packagefile internal/testlog=/tmp/go-build3998081543/b063/_pkg_.a
2025-08-20T22:41:03.2340286Z [00:02:44.885]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.2340696Z [00:02:44.885]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:03.2341119Z [00:02:44.885]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:03.2341933Z [00:02:44.885]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.2342349Z [00:02:44.885]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.2342783Z [00:02:44.885]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:03.2343225Z [00:02:44.885]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:03.2343644Z [00:02:44.885]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:03.2343947Z [00:02:44.885]➜  EOF
2025-08-20T22:41:03.2349979Z [00:02:44.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b058/_pkg_.a -trimpath "/root/.go/src/os=>os;$WORK/b058=>" -p os -lang=go1.25 -std -installsuffix shared -buildid oUESCsCAy6GOzPyYrhiS/oUESCsCAy6GOzPyYrhiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b058/importcfg -pack /root/.go/src/os/dir.go /root/.go/src/os/dir_unix.go /root/.go/src/os/dirent_linux.go /root/.go/src/os/eloop_other.go /root/.go/src/os/env.go /root/.go/src/os/error.go /root/.go/src/os/error_errno.go /root/.go/src/os/exec.go /root/.go/src/os/exec_linux.go /root/.go/src/os/exec_posix.go /root/.go/src/os/exec_unix.go /root/.go/src/os/executable.go /root/.go/src/os/executable_procfs.go /root/.go/src/os/file.go /root/.go/src/os/file_open_unix.go /root/.go/src/os/file_posix.go /root/.go/src/os/file_unix.go /root/.go/src/os/getwd.go /root/.go/src/os/path.go /root/.go/src/os/path_unix.go /root/.go/src/os/pidfd_linux.go /root/.go/src/os/pipe2_unix.go /root/.go/src/os/proc.go /root/.go/src/os/rawconn.go /root/.go/src/os/removeall_at.go /root/.go/src/os/removeall_unix.go /root/.go/src/os/root.go /root/.go/src/os/root_nonwindows.go /root/.go/src/os/root_openat.go /root/.go/src/os/root_unix.go /root/.go/src/os/stat.go /root/.go/src/os/stat_linux.go /root/.go/src/os/stat_unix.go /root/.go/src/os/sticky_notbsd.go /root/.go/src/os/sys.go /root/.go/src/os/sys_linux.go /root/.go/src/os/sys_unix.go /root/.go/src/os/tempfile.go /root/.go/src/os/types.go /root/.go/src/os/types_unix.go /root/.go/src/os/wait_waitid.go /root/.go/src/os/zero_copy_linux.go /root/.go/src/os/zero_copy_posix.go
2025-08-20T22:41:03.2354834Z [00:02:44.887]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:03.2356990Z [00:02:44.887]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_x014.o -c gcc_arm64.S
2025-08-20T22:41:03.2429154Z [00:02:44.895]➜  go tool buildid -w $WORK/b053/_pkg_.a # internal
2025-08-20T22:41:03.2432936Z [00:02:44.896]➜  cp $WORK/b053/_pkg_.a /root/.cache/go-build/9f/9f8c269bfa78612c7992d73741a311bfd3566afa10ebffb2ba24b9b0467a9b0e-d # internal
2025-08-20T22:41:03.2458409Z [00:02:44.898]➜  bufio
2025-08-20T22:41:03.2458984Z [00:02:44.898]➜  mkdir -p $WORK/b089/
2025-08-20T22:41:03.2459689Z [00:02:44.898]➜  cat >/tmp/go-build3998081543/b089/importcfg << 'EOF' # internal
2025-08-20T22:41:03.2460758Z [00:02:44.898]➜  # import config
2025-08-20T22:41:03.2461294Z [00:02:44.898]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:03.2461994Z [00:02:44.898]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.2462872Z [00:02:44.898]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.2463432Z [00:02:44.898]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:03.2464770Z [00:02:44.898]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:03.2465117Z [00:02:44.898]➜  EOF
2025-08-20T22:41:03.2465729Z [00:02:44.898]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.2467288Z [00:02:44.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b089/_pkg_.a -trimpath "/root/.go/src/bufio=>bufio;$WORK/b089=>" -p bufio -lang=go1.25 -std -complete -installsuffix shared -buildid Q1p5ESaeRWXuhO4Me_H8/Q1p5ESaeRWXuhO4Me_H8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b089/importcfg -pack /root/.go/src/bufio/bufio.go /root/.go/src/bufio/scan.go
2025-08-20T22:41:03.2538200Z [00:02:44.903]➜  cd $WORK/b087
2025-08-20T22:41:03.2540840Z [00:02:44.903]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -I $WORK/b087/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -Wall -Werror -fno-stack-protector -Wdeclaration-after-statement -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TGVioR3yNDWRnEGdnH6m -o $WORK/b087/_cgo_main.o -c _cgo_main.c
2025-08-20T22:41:03.2695135Z [00:02:44.922]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.2697929Z [00:02:44.922]➜  TERM='dumb' gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -o $WORK/b087/_cgo_.o $WORK/b087/_cgo_main.o $WORK/b087/preferlinkext $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o $WORK/b087/_x004.o $WORK/b087/_x005.o $WORK/b087/_x006.o $WORK/b087/_x007.o $WORK/b087/_x008.o $WORK/b087/_x009.o $WORK/b087/_x010.o $WORK/b087/_x011.o $WORK/b087/_x012.o $WORK/b087/_x013.o $WORK/b087/_x014.o -O2 -g -lpthread
2025-08-20T22:41:03.3221656Z [00:02:44.974]➜  go tool buildid -w $WORK/b089/_pkg_.a # internal
2025-08-20T22:41:03.3258240Z [00:02:44.978]➜  cp $WORK/b089/_pkg_.a /root/.cache/go-build/46/469512d529b07404753ecbea7e304a46ce2650d37e5b7ad99d70799ee107b380-d # internal
2025-08-20T22:41:03.3267708Z [00:02:44.979]➜  hash
2025-08-20T22:41:03.3268799Z [00:02:44.979]➜  mkdir -p $WORK/b093/
2025-08-20T22:41:03.3269343Z [00:02:44.979]➜  cat >/tmp/go-build3998081543/b093/importcfg << 'EOF' # internal
2025-08-20T22:41:03.3271298Z [00:02:44.979]➜  # import config
2025-08-20T22:41:03.3271644Z [00:02:44.979]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.3271988Z [00:02:44.979]➜  EOF
2025-08-20T22:41:03.3273266Z [00:02:44.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b093/_pkg_.a -trimpath "/root/.go/src/hash=>hash;$WORK/b093=>" -p hash -lang=go1.25 -std -complete -installsuffix shared -buildid 8Uee5i_pcRkHzOIsnGmB/8Uee5i_pcRkHzOIsnGmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b093/importcfg -pack /root/.go/src/hash/hash.go
2025-08-20T22:41:03.3491732Z [00:02:45.001]➜  go tool buildid -w $WORK/b093/_pkg_.a # internal
2025-08-20T22:41:03.3498218Z [00:02:45.002]➜  cp $WORK/b093/_pkg_.a /root/.cache/go-build/c4/c44b3775dccf3cedcea0a2d0637c74b08b2859352a12311dc1e00ee5c55de831-d # internal
2025-08-20T22:41:03.3512280Z [00:02:45.003]➜  hash/crc32
2025-08-20T22:41:03.3512562Z [00:02:45.003]➜  mkdir -p $WORK/b092/
2025-08-20T22:41:03.3512874Z [00:02:45.003]➜  echo -n > $WORK/b092/go_asm.h # internal
2025-08-20T22:41:03.3513190Z [00:02:45.003]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:41:03.3514186Z [00:02:45.003]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b092/symabis ./crc32_arm64.s
2025-08-20T22:41:03.3548166Z [00:02:45.007]➜  cat >/tmp/go-build3998081543/b092/importcfg << 'EOF' # internal
2025-08-20T22:41:03.3550762Z [00:02:45.007]➜  # import config
2025-08-20T22:41:03.3553656Z [00:02:45.007]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.3554121Z [00:02:45.007]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:03.3554594Z [00:02:45.007]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:03.3555085Z [00:02:45.007]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:41:03.3555744Z [00:02:45.007]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.3556190Z [00:02:45.007]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:03.3556893Z [00:02:45.007]➜  EOF
2025-08-20T22:41:03.3557174Z [00:02:45.007]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.3559258Z [00:02:45.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b092/_pkg_.a -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b092=>" -p hash/crc32 -lang=go1.25 -std -installsuffix shared -buildid jqW3dDY0YLEOOFeWovmy/jqW3dDY0YLEOOFeWovmy -goversion go1.25.0 -symabis $WORK/b092/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b092/importcfg -pack -asmhdr $WORK/b092/go_asm.h /root/.go/src/hash/crc32/crc32.go /root/.go/src/hash/crc32/crc32_arm64.go /root/.go/src/hash/crc32/crc32_generic.go /root/.go/src/hash/crc32/gen.go
2025-08-20T22:41:03.3652552Z [00:02:45.018]➜  go tool buildid -w $WORK/b077/_pkg_.a # internal
2025-08-20T22:41:03.3688506Z [00:02:45.021]➜  cp $WORK/b077/_pkg_.a /root/.cache/go-build/5b/5be705ae0cc83865cb78464926149111407cd36b8a1bd981be98649f357cccc2-d # internal
2025-08-20T22:41:03.3705696Z [00:02:45.023]➜  golang.org/x/sys/unix
2025-08-20T22:41:03.3712495Z [00:02:45.024]➜  mkdir -p $WORK/b076/
2025-08-20T22:41:03.3722084Z [00:02:45.025]➜  echo -n > $WORK/b076/go_asm.h # internal
2025-08-20T22:41:03.3729650Z [00:02:45.025]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T22:41:03.3737737Z [00:02:45.026]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b076=>" -I $WORK/b076/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b076/symabis ./asm_linux_arm64.s
2025-08-20T22:41:03.3821464Z [00:02:45.034]➜  cat >/tmp/go-build3998081543/b076/importcfg << 'EOF' # internal
2025-08-20T22:41:03.3822342Z [00:02:45.034]➜  # import config
2025-08-20T22:41:03.3823072Z [00:02:45.034]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:03.3824300Z [00:02:45.034]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:03.3824808Z [00:02:45.034]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:03.3825245Z [00:02:45.034]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:03.3825851Z [00:02:45.034]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.3826274Z [00:02:45.034]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:03.3826694Z [00:02:45.034]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:03.3827490Z [00:02:45.034]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:03.3827977Z [00:02:45.034]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.3828400Z [00:02:45.034]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:03.3828868Z [00:02:45.034]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:03.3829179Z [00:02:45.034]➜  EOF
2025-08-20T22:41:03.3829467Z [00:02:45.034]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.3840104Z [00:02:45.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b076/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b076=>" -p golang.org/x/sys/unix -lang=go1.23 -installsuffix shared -buildid 508zEg2amFo41D7fqDSk/508zEg2amFo41D7fqDSk -goversion go1.25.0 -symabis $WORK/b076/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b076/importcfg -pack -asmhdr $WORK/b076/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/affinity_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/aliases.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/bluetooth_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/constants.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dev_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/dirent.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/env_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fcntl.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/fdset.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ifreq_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ioctl_unsigned.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/mremap.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/pagesize_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/race0.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/readdirent_getdents.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sockcmsg_unix_other.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_linux_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/syscall_unix_gc.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/sysvshm_unix.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/timestruct.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/vgetrandom_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zerrors_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_armnn_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zptrace_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsyscall_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/zsysnum_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix/ztypes_linux_arm64.go
2025-08-20T22:41:03.3938725Z [00:02:45.044]➜  cd /root/.go/src/hash/crc32
2025-08-20T22:41:03.3942219Z [00:02:45.044]➜  /root/.go/pkg/tool/linux_arm64/asm -p hash/crc32 -trimpath "/root/.go/src/hash/crc32=>hash/crc32;$WORK/b092=>" -I $WORK/b092/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b092/crc32_arm64.o ./crc32_arm64.s
2025-08-20T22:41:03.4004869Z [00:02:45.053]➜  go tool pack r $WORK/b092/_pkg_.a $WORK/b092/crc32_arm64.o # internal
2025-08-20T22:41:03.4008116Z [00:02:45.053]➜  go tool buildid -w $WORK/b092/_pkg_.a # internal
2025-08-20T22:41:03.4015318Z [00:02:45.054]➜  cp $WORK/b092/_pkg_.a /root/.cache/go-build/24/249b1596982f39aaf2effcc074aaebc33c6624d3bdd578d7bbfb98b3be7a61bb-d # internal
2025-08-20T22:41:03.4050211Z [00:02:45.054]➜  crypto/internal/fips140deps/godebug
2025-08-20T22:41:03.4050563Z [00:02:45.054]➜  mkdir -p $WORK/b098/
2025-08-20T22:41:03.4050953Z [00:02:45.054]➜  cat >/tmp/go-build3998081543/b098/importcfg << 'EOF' # internal
2025-08-20T22:41:03.4051303Z [00:02:45.054]➜  # import config
2025-08-20T22:41:03.4051715Z [00:02:45.054]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:03.4052065Z [00:02:45.054]➜  EOF
2025-08-20T22:41:03.4052336Z [00:02:45.054]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.4054275Z [00:02:45.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b098/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140deps/godebug=>crypto/internal/fips140deps/godebug;$WORK/b098=>" -p crypto/internal/fips140deps/godebug -lang=go1.25 -std -complete -installsuffix shared -buildid 0x2qePh479BKx6TEJYm5/0x2qePh479BKx6TEJYm5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b098/importcfg -pack /root/.go/src/crypto/internal/fips140deps/godebug/godebug.go
2025-08-20T22:41:03.4222306Z [00:02:45.074]➜  gcc -I /root/.go/src/runtime/cgo -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b087=/tmp/go-build -gno-record-gcc-switches -o $WORK/b087/_cgo_.o $WORK/b087/_cgo_main.o $WORK/b087/preferlinkext $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o $WORK/b087/_x004.o $WORK/b087/_x005.o $WORK/b087/_x006.o $WORK/b087/_x007.o $WORK/b087/_x008.o $WORK/b087/_x009.o $WORK/b087/_x010.o $WORK/b087/_x011.o $WORK/b087/_x012.o $WORK/b087/_x013.o $WORK/b087/_x014.o -O2 -g -lpthread # test for internal linking errors (succeeded)
2025-08-20T22:41:03.4226289Z [00:02:45.075]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage cgo -dynimport $WORK/b087/_cgo_.o -dynout $WORK/b087/_cgo_import.go -dynlinker
2025-08-20T22:41:03.4256459Z [00:02:45.078]➜  go tool buildid -w $WORK/b098/_pkg_.a # internal
2025-08-20T22:41:03.4288351Z [00:02:45.081]➜  cp $WORK/b098/_pkg_.a /root/.cache/go-build/e9/e936076d1c514863cf2fe1210d877f835ff613679827c7aa8f709c340ce411c9-d # internal
2025-08-20T22:41:03.4290278Z [00:02:45.081]➜  crypto/internal/fips140
2025-08-20T22:41:03.4290994Z [00:02:45.081]➜  mkdir -p $WORK/b097/
2025-08-20T22:41:03.4291673Z [00:02:45.081]➜  cat >/tmp/go-build3998081543/b097/importcfg << 'EOF' # internal
2025-08-20T22:41:03.4292555Z [00:02:45.081]➜  # import config
2025-08-20T22:41:03.4293086Z [00:02:45.081]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3998081543/b098/_pkg_.a
2025-08-20T22:41:03.4293651Z [00:02:45.081]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.4294077Z [00:02:45.081]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:03.4294507Z [00:02:45.081]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:03.4294967Z [00:02:45.081]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:03.4295289Z [00:02:45.081]➜  EOF
2025-08-20T22:41:03.4297887Z [00:02:45.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b097/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140=>crypto/internal/fips140;$WORK/b097=>" -p crypto/internal/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid kjNalgJ9uA2kVbAh4fIp/kjNalgJ9uA2kVbAh4fIp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b097/importcfg -pack /root/.go/src/crypto/internal/fips140/cast.go /root/.go/src/crypto/internal/fips140/fips140.go /root/.go/src/crypto/internal/fips140/indicator.go /root/.go/src/crypto/internal/fips140/notasan.go /root/.go/src/crypto/internal/fips140/notboring.go
2025-08-20T22:41:03.4309109Z [00:02:45.083]➜  echo -n > $WORK/b087/go_asm.h # internal
2025-08-20T22:41:03.4315160Z [00:02:45.084]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:03.4318633Z [00:02:45.084]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b087=>" -I $WORK/b087/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b087/symabis ./asm_arm64.s
2025-08-20T22:41:03.4373292Z [00:02:45.090]➜  cat >/tmp/go-build3998081543/b087/importcfg << 'EOF' # internal
2025-08-20T22:41:03.4373861Z [00:02:45.090]➜  # import config
2025-08-20T22:41:03.4374401Z [00:02:45.090]➜  packagefile internal/runtime/sys=/tmp/go-build3998081543/b030/_pkg_.a
2025-08-20T22:41:03.4375050Z [00:02:45.090]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.4375694Z [00:02:45.090]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:03.4376117Z [00:02:45.090]➜  EOF
2025-08-20T22:41:03.4376407Z [00:02:45.090]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.4379432Z [00:02:45.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b087/_pkg_.a -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b087=>" -p runtime/cgo -lang=go1.25 -std -installsuffix shared -buildid TGVioR3yNDWRnEGdnH6m/TGVioR3yNDWRnEGdnH6m -goversion go1.25.0 -symabis $WORK/b087/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b087/importcfg -pack -asmhdr $WORK/b087/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/b087/_cgo_gotypes.go $WORK/b087/cgo.cgo1.go $WORK/b087/_cgo_import.go
2025-08-20T22:41:03.4584432Z [00:02:45.111]➜  go tool buildid -w $WORK/b097/_pkg_.a # internal
2025-08-20T22:41:03.4603903Z [00:02:45.112]➜  cp $WORK/b097/_pkg_.a /root/.cache/go-build/0e/0e26c0d04e1ece6cb4ea043da72b9225a1afd08d19b5f8184feb56889d2129f9-d # internal
2025-08-20T22:41:03.4604561Z [00:02:45.112]➜  crypto/internal/impl
2025-08-20T22:41:03.4604845Z [00:02:45.112]➜  mkdir -p $WORK/b105/
2025-08-20T22:41:03.4620563Z [00:02:45.114]➜  cat >/tmp/go-build3998081543/b105/importcfg << 'EOF' # internal
2025-08-20T22:41:03.4620967Z [00:02:45.114]➜  # import config
2025-08-20T22:41:03.4621321Z [00:02:45.114]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:03.4621643Z [00:02:45.114]➜  EOF
2025-08-20T22:41:03.4623203Z [00:02:45.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b105/_pkg_.a -trimpath "/root/.go/src/crypto/internal/impl=>crypto/internal/impl;$WORK/b105=>" -p crypto/internal/impl -lang=go1.25 -std -complete -installsuffix shared -buildid 6QumvVO52A7zozQnmsdk/6QumvVO52A7zozQnmsdk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b105/importcfg -pack /root/.go/src/crypto/internal/impl/impl.go
2025-08-20T22:41:03.4873567Z [00:02:45.139]➜  go tool buildid -w $WORK/b105/_pkg_.a # internal
2025-08-20T22:41:03.4882356Z [00:02:45.140]➜  cp $WORK/b105/_pkg_.a /root/.cache/go-build/10/10baa6b60e6f77c88883ea0b3ff18f711d59bc724c961434709adfd20d940586-d # internal
2025-08-20T22:41:03.4883151Z [00:02:45.141]➜  crypto/internal/fips140/sha256
2025-08-20T22:41:03.4883547Z [00:02:45.141]➜  mkdir -p $WORK/b102/
2025-08-20T22:41:03.4895178Z [00:02:45.142]➜  echo -n > $WORK/b102/go_asm.h # internal
2025-08-20T22:41:03.4897846Z [00:02:45.142]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:41:03.4899182Z [00:02:45.142]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b102=>" -I $WORK/b102/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b102/symabis ./sha256block_arm64.s
2025-08-20T22:41:03.4987751Z [00:02:45.151]➜  cat >/tmp/go-build3998081543/b102/importcfg << 'EOF' # internal
2025-08-20T22:41:03.4988314Z [00:02:45.151]➜  # import config
2025-08-20T22:41:03.4988770Z [00:02:45.151]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:03.4989370Z [00:02:45.151]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:03.4990473Z [00:02:45.151]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:03.4991298Z [00:02:45.151]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3998081543/b104/_pkg_.a
2025-08-20T22:41:03.4991966Z [00:02:45.151]➜  packagefile crypto/internal/impl=/tmp/go-build3998081543/b105/_pkg_.a
2025-08-20T22:41:03.4992546Z [00:02:45.151]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.4993084Z [00:02:45.151]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:03.4993598Z [00:02:45.151]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:03.4994004Z [00:02:45.151]➜  EOF
2025-08-20T22:41:03.4994300Z [00:02:45.151]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.4997245Z [00:02:45.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b102/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b102=>" -p crypto/internal/fips140/sha256 -lang=go1.25 -std -installsuffix shared -buildid XQzWVxa3jQncItt-ppNY/XQzWVxa3jQncItt-ppNY -goversion go1.25.0 -symabis $WORK/b102/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b102/importcfg -pack -asmhdr $WORK/b102/go_asm.h /root/.go/src/crypto/internal/fips140/sha256/cast.go /root/.go/src/crypto/internal/fips140/sha256/sha256.go /root/.go/src/crypto/internal/fips140/sha256/sha256block.go /root/.go/src/crypto/internal/fips140/sha256/sha256block_arm64.go
2025-08-20T22:41:03.5348777Z [00:02:45.187]➜  cp /root/.go/src/runtime/cgo/abi_arm64.h $WORK/b087/abi_GOARCH.h
2025-08-20T22:41:03.5349226Z [00:02:45.187]➜  cd /root/.go/src/runtime/cgo
2025-08-20T22:41:03.5350758Z [00:02:45.187]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/cgo -trimpath "/root/.go/src/runtime/cgo=>runtime/cgo;$WORK/b087=>" -I $WORK/b087/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b087/asm_arm64.o ./asm_arm64.s
2025-08-20T22:41:03.5383414Z [00:02:45.191]➜  go tool pack r $WORK/b087/_pkg_.a $WORK/b087/asm_arm64.o $WORK/b087/preferlinkext $WORK/b087/_x001.o $WORK/b087/_x002.o $WORK/b087/_x003.o $WORK/b087/_x004.o $WORK/b087/_x005.o $WORK/b087/_x006.o $WORK/b087/_x007.o $WORK/b087/_x008.o $WORK/b087/_x009.o $WORK/b087/_x010.o $WORK/b087/_x011.o $WORK/b087/_x012.o $WORK/b087/_x013.o $WORK/b087/_x014.o # internal
2025-08-20T22:41:03.5385846Z [00:02:45.191]➜  go tool buildid -w $WORK/b087/_pkg_.a # internal
2025-08-20T22:41:03.5414212Z [00:02:45.194]➜  cp $WORK/b087/_pkg_.a /root/.cache/go-build/dd/dd782e7d03a5624cf56346b1b0da977ccbc059659feb3bc65aadb8fede93bfc6-d # internal
2025-08-20T22:41:03.5442056Z [00:02:45.197]➜  crypto/internal/fips140/sha3
2025-08-20T22:41:03.5442556Z [00:02:45.197]➜  mkdir -p $WORK/b106/
2025-08-20T22:41:03.5443825Z [00:02:45.197]➜  echo -n > $WORK/b106/go_asm.h # internal
2025-08-20T22:41:03.5445136Z [00:02:45.197]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:41:03.5447024Z [00:02:45.197]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b106=>" -I $WORK/b106/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b106/symabis ./sha3_arm64.s
2025-08-20T22:41:03.5460696Z [00:02:45.198]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:41:03.5468634Z [00:02:45.198]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha256 -trimpath "/root/.go/src/crypto/internal/fips140/sha256=>crypto/internal/fips140/sha256;$WORK/b102=>" -I $WORK/b102/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b102/sha256block_arm64.o ./sha256block_arm64.s
2025-08-20T22:41:03.5492284Z [00:02:45.202]➜  cat >/tmp/go-build3998081543/b106/importcfg << 'EOF' # internal
2025-08-20T22:41:03.5492697Z [00:02:45.202]➜  # import config
2025-08-20T22:41:03.5493049Z [00:02:45.202]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:03.5493920Z [00:02:45.202]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:03.5494566Z [00:02:45.202]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:03.5495201Z [00:02:45.202]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:03.5496122Z [00:02:45.202]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3998081543/b104/_pkg_.a
2025-08-20T22:41:03.5496710Z [00:02:45.202]➜  packagefile crypto/internal/impl=/tmp/go-build3998081543/b105/_pkg_.a
2025-08-20T22:41:03.5497185Z [00:02:45.202]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.5497621Z [00:02:45.202]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:03.5498059Z [00:02:45.202]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:03.5498380Z [00:02:45.202]➜  EOF
2025-08-20T22:41:03.5502108Z [00:02:45.202]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.5511952Z [00:02:45.202]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b106/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b106=>" -p crypto/internal/fips140/sha3 -lang=go1.25 -std -installsuffix shared -buildid 5NyZ3zk_6nxSVqI7PXdR/5NyZ3zk_6nxSVqI7PXdR -goversion go1.25.0 -symabis $WORK/b106/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b106/importcfg -pack -asmhdr $WORK/b106/go_asm.h /root/.go/src/crypto/internal/fips140/sha3/cast.go /root/.go/src/crypto/internal/fips140/sha3/hashes.go /root/.go/src/crypto/internal/fips140/sha3/keccakf.go /root/.go/src/crypto/internal/fips140/sha3/sha3.go /root/.go/src/crypto/internal/fips140/sha3/sha3_arm64.go /root/.go/src/crypto/internal/fips140/sha3/shake.go
2025-08-20T22:41:03.5516203Z [00:02:45.203]➜  cd /root/.go/src/crypto/internal/fips140/sha256
2025-08-20T22:41:03.5516811Z [00:02:45.203]➜  go tool pack r $WORK/b102/_pkg_.a $WORK/b102/sha256block_arm64.o # internal
2025-08-20T22:41:03.5517334Z [00:02:45.203]➜  go tool buildid -w $WORK/b102/_pkg_.a # internal
2025-08-20T22:41:03.5518189Z [00:02:45.203]➜  cp $WORK/b102/_pkg_.a /root/.cache/go-build/d1/d19515b2e80e65923abf5807c2c8b5568a876ea699b66397e7ae2fd764857cb9-d # internal
2025-08-20T22:41:03.5519142Z [00:02:45.204]➜  crypto/internal/fips140/sha512
2025-08-20T22:41:03.5519546Z [00:02:45.204]➜  mkdir -p $WORK/b108/
2025-08-20T22:41:03.5520037Z [00:02:45.204]➜  echo -n > $WORK/b108/go_asm.h # internal
2025-08-20T22:41:03.5531692Z [00:02:45.206]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:41:03.5533108Z [00:02:45.206]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b108=>" -I $WORK/b108/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b108/symabis ./sha512block_arm64.s
2025-08-20T22:41:03.5598675Z [00:02:45.212]➜  cat >/tmp/go-build3998081543/b108/importcfg << 'EOF' # internal
2025-08-20T22:41:03.5600059Z [00:02:45.212]➜  # import config
2025-08-20T22:41:03.5600433Z [00:02:45.212]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:03.5600930Z [00:02:45.212]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:03.5601595Z [00:02:45.212]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:03.5602228Z [00:02:45.212]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3998081543/b104/_pkg_.a
2025-08-20T22:41:03.5602808Z [00:02:45.212]➜  packagefile crypto/internal/impl=/tmp/go-build3998081543/b105/_pkg_.a
2025-08-20T22:41:03.5603282Z [00:02:45.212]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.5604192Z [00:02:45.212]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:03.5604884Z [00:02:45.212]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:03.5605272Z [00:02:45.212]➜  EOF
2025-08-20T22:41:03.5607706Z [00:02:45.213]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.5610538Z [00:02:45.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b108/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b108=>" -p crypto/internal/fips140/sha512 -lang=go1.25 -std -installsuffix shared -buildid vU8PREIG3jI8YOHtjSmu/vU8PREIG3jI8YOHtjSmu -goversion go1.25.0 -symabis $WORK/b108/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b108/importcfg -pack -asmhdr $WORK/b108/go_asm.h /root/.go/src/crypto/internal/fips140/sha512/cast.go /root/.go/src/crypto/internal/fips140/sha512/sha512.go /root/.go/src/crypto/internal/fips140/sha512/sha512block.go /root/.go/src/crypto/internal/fips140/sha512/sha512block_arm64.go
2025-08-20T22:41:03.6011168Z [00:02:45.253]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:41:03.6012624Z [00:02:45.253]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha512 -trimpath "/root/.go/src/crypto/internal/fips140/sha512=>crypto/internal/fips140/sha512;$WORK/b108=>" -I $WORK/b108/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b108/sha512block_arm64.o ./sha512block_arm64.s
2025-08-20T22:41:03.6027795Z [00:02:45.255]➜  go tool buildid -w $WORK/b058/_pkg_.a # internal
2025-08-20T22:41:03.6090754Z [00:02:45.261]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:41:03.6093067Z [00:02:45.262]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/sha3 -trimpath "/root/.go/src/crypto/internal/fips140/sha3=>crypto/internal/fips140/sha3;$WORK/b106=>" -I $WORK/b106/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b106/sha3_arm64.o ./sha3_arm64.s
2025-08-20T22:41:03.6095584Z [00:02:45.262]➜  cd /root/.go/src/crypto/internal/fips140/sha512
2025-08-20T22:41:03.6096110Z [00:02:45.262]➜  go tool pack r $WORK/b108/_pkg_.a $WORK/b108/sha512block_arm64.o # internal
2025-08-20T22:41:03.6096555Z [00:02:45.262]➜  go tool buildid -w $WORK/b108/_pkg_.a # internal
2025-08-20T22:41:03.6097506Z [00:02:45.262]➜  cp $WORK/b058/_pkg_.a /root/.cache/go-build/7d/7df7c8d1c2856767383eedf994384d2cd47d739e4b1c324c4ffc5e216f8e1997-d # internal
2025-08-20T22:41:03.6102094Z [00:02:45.263]➜  cp $WORK/b108/_pkg_.a /root/.cache/go-build/ea/ea881f7a3e0a44e25a0d7d679321bd08a4f219b03f54805c1394fdacc2c23633-d # internal
2025-08-20T22:41:03.6111125Z [00:02:45.263]➜  fmt
2025-08-20T22:41:03.6111910Z [00:02:45.264]➜  mkdir -p $WORK/b052/
2025-08-20T22:41:03.6112226Z [00:02:45.264]➜  io/ioutil
2025-08-20T22:41:03.6112469Z [00:02:45.264]➜  mkdir -p $WORK/b069/
2025-08-20T22:41:03.6112852Z [00:02:45.264]➜  cat >/tmp/go-build3998081543/b069/importcfg << 'EOF' # internal
2025-08-20T22:41:03.6113201Z [00:02:45.264]➜  # import config
2025-08-20T22:41:03.6113527Z [00:02:45.264]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.6113935Z [00:02:45.264]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:03.6114357Z [00:02:45.264]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:03.6114764Z [00:02:45.264]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.6115191Z [00:02:45.264]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:03.6115736Z [00:02:45.264]➜  EOF
2025-08-20T22:41:03.6116013Z [00:02:45.264]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.6117605Z [00:02:45.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b069/_pkg_.a -trimpath "/root/.go/src/io/ioutil=>io/ioutil;$WORK/b069=>" -p io/ioutil -lang=go1.25 -std -complete -installsuffix shared -buildid 1THy3quLs4RypiYbEiwj/1THy3quLs4RypiYbEiwj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b069/importcfg -pack /root/.go/src/io/ioutil/ioutil.go /root/.go/src/io/ioutil/tempfile.go
2025-08-20T22:41:03.6129167Z [00:02:45.265]➜  cat >/tmp/go-build3998081543/b052/importcfg << 'EOF' # internal
2025-08-20T22:41:03.6129611Z [00:02:45.265]➜  # import config
2025-08-20T22:41:03.6130336Z [00:02:45.265]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.6130870Z [00:02:45.265]➜  packagefile internal/fmtsort=/tmp/go-build3998081543/b053/_pkg_.a
2025-08-20T22:41:03.6131314Z [00:02:45.265]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.6131717Z [00:02:45.265]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:03.6132123Z [00:02:45.265]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:03.6132840Z [00:02:45.265]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:03.6133555Z [00:02:45.265]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.6134700Z [00:02:45.265]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:03.6135815Z [00:02:45.265]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.6136523Z [00:02:45.265]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:03.6136914Z [00:02:45.265]➜  EOF
2025-08-20T22:41:03.6139098Z [00:02:45.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b052/_pkg_.a -trimpath "/root/.go/src/fmt=>fmt;$WORK/b052=>" -p fmt -lang=go1.25 -std -complete -installsuffix shared -buildid KK0d2mAdBMirocFQerGP/KK0d2mAdBMirocFQerGP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b052/importcfg -pack /root/.go/src/fmt/doc.go /root/.go/src/fmt/errors.go /root/.go/src/fmt/format.go /root/.go/src/fmt/print.go /root/.go/src/fmt/scan.go
2025-08-20T22:41:03.6142018Z [00:02:45.266]➜  cd /root/.go/src/crypto/internal/fips140/sha3
2025-08-20T22:41:03.6142607Z [00:02:45.266]➜  go tool pack r $WORK/b106/_pkg_.a $WORK/b106/sha3_arm64.o # internal
2025-08-20T22:41:03.6143122Z [00:02:45.266]➜  go tool buildid -w $WORK/b106/_pkg_.a # internal
2025-08-20T22:41:03.6158278Z [00:02:45.268]➜  cp $WORK/b106/_pkg_.a /root/.cache/go-build/b5/b56400a772ca551d2a34ea2c6874e837aeaafcd0c8dd538e49cf1db4209b2f3e-d # internal
2025-08-20T22:41:03.6159245Z [00:02:45.268]➜  github.com/mattn/go-runewidth
2025-08-20T22:41:03.6159655Z [00:02:45.268]➜  mkdir -p $WORK/b078/
2025-08-20T22:41:03.6160266Z [00:02:45.268]➜  cat >/tmp/go-build3998081543/b078/importcfg << 'EOF' # internal
2025-08-20T22:41:03.6161632Z [00:02:45.268]➜  # import config
2025-08-20T22:41:03.6162048Z [00:02:45.268]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3998081543/b079/_pkg_.a
2025-08-20T22:41:03.6162519Z [00:02:45.268]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:03.6162953Z [00:02:45.268]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:03.6163380Z [00:02:45.268]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:03.6163699Z [00:02:45.268]➜  EOF
2025-08-20T22:41:03.6163966Z [00:02:45.268]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.6166822Z [00:02:45.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-runewidth@v0.0.16=>github.com/mattn/go-runewidth@v0.0.16;$WORK/b078=>" -p github.com/mattn/go-runewidth -lang=go1.9 -complete -installsuffix shared -buildid KRXa1D8dXRjcFYp_-kqp/KRXa1D8dXRjcFYp_-kqp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b078/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-20T22:41:03.6484248Z [00:02:45.301]➜  go tool buildid -w $WORK/b069/_pkg_.a # internal
2025-08-20T22:41:03.6490907Z [00:02:45.301]➜  cp $WORK/b069/_pkg_.a /root/.cache/go-build/22/224f8d91fcb16082e8751dd9f5db0f84e8b7480b67d4ae4303f47f53d4d2eed4-d # internal
2025-08-20T22:41:03.6496082Z [00:02:45.302]➜  os/signal
2025-08-20T22:41:03.6498933Z [00:02:45.302]➜  mkdir -p $WORK/b082/
2025-08-20T22:41:03.6499580Z [00:02:45.302]➜  echo -n > $WORK/b082/go_asm.h # internal
2025-08-20T22:41:03.6500044Z [00:02:45.302]➜  cd /root/.go/src/os/signal
2025-08-20T22:41:03.6502115Z [00:02:45.302]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b082=>" -I $WORK/b082/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b082/symabis ./sig.s
2025-08-20T22:41:03.6564875Z [00:02:45.309]➜  cat >/tmp/go-build3998081543/b082/importcfg << 'EOF' # internal
2025-08-20T22:41:03.6566182Z [00:02:45.309]➜  # import config
2025-08-20T22:41:03.6566899Z [00:02:45.309]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:03.6568503Z [00:02:45.309]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:03.6568940Z [00:02:45.309]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.6569360Z [00:02:45.309]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.6569781Z [00:02:45.309]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:03.6570098Z [00:02:45.309]➜  EOF
2025-08-20T22:41:03.6570388Z [00:02:45.309]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.6572296Z [00:02:45.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b082/_pkg_.a -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b082=>" -p os/signal -lang=go1.25 -std -installsuffix shared -buildid 0PbWp1NnRJ7j75tcHFoi/0PbWp1NnRJ7j75tcHFoi -goversion go1.25.0 -symabis $WORK/b082/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b082/importcfg -pack -asmhdr $WORK/b082/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-20T22:41:03.6661431Z [00:02:45.318]➜  go tool buildid -w $WORK/b078/_pkg_.a # internal
2025-08-20T22:41:03.6667445Z [00:02:45.319]➜  cp $WORK/b078/_pkg_.a /root/.cache/go-build/11/1183b70241b465f20764a7ac565694d30434d39d71ed68716c11d0b5bd524758-d # internal
2025-08-20T22:41:03.6682364Z [00:02:45.321]➜  path/filepath
2025-08-20T22:41:03.6683411Z [00:02:45.321]➜  mkdir -p $WORK/b088/
2025-08-20T22:41:03.6685214Z [00:02:45.321]➜  cat >/tmp/go-build3998081543/b088/importcfg << 'EOF' # internal
2025-08-20T22:41:03.6685886Z [00:02:45.321]➜  # import config
2025-08-20T22:41:03.6686867Z [00:02:45.321]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.6687628Z [00:02:45.321]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:03.6688358Z [00:02:45.321]➜  packagefile internal/filepathlite=/tmp/go-build3998081543/b059/_pkg_.a
2025-08-20T22:41:03.6689270Z [00:02:45.321]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:03.6689903Z [00:02:45.321]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:03.6690751Z [00:02:45.321]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:03.6691433Z [00:02:45.321]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:03.6692560Z [00:02:45.321]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:03.6693444Z [00:02:45.321]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:03.6694164Z [00:02:45.321]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:03.6694694Z [00:02:45.321]➜  EOF
2025-08-20T22:41:03.6697346Z [00:02:45.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b088/_pkg_.a -trimpath "/root/.go/src/path/filepath=>path/filepath;$WORK/b088=>" -p path/filepath -lang=go1.25 -std -complete -installsuffix shared -buildid opMDk0VgiCmU5a1iZkch/opMDk0VgiCmU5a1iZkch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b088/importcfg -pack /root/.go/src/path/filepath/match.go /root/.go/src/path/filepath/path.go /root/.go/src/path/filepath/path_unix.go /root/.go/src/path/filepath/symlink.go /root/.go/src/path/filepath/symlink_unix.go
2025-08-20T22:41:03.7142862Z [00:02:45.367]➜  cd /root/.go/src/os/signal
2025-08-20T22:41:03.7144707Z [00:02:45.367]➜  /root/.go/pkg/tool/linux_arm64/asm -p os/signal -trimpath "/root/.go/src/os/signal=>os/signal;$WORK/b082=>" -I $WORK/b082/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b082/sig.o ./sig.s
2025-08-20T22:41:03.7236244Z [00:02:45.376]➜  go tool pack r $WORK/b082/_pkg_.a $WORK/b082/sig.o # internal
2025-08-20T22:41:03.7237174Z [00:02:45.376]➜  go tool buildid -w $WORK/b082/_pkg_.a # internal
2025-08-20T22:41:03.7238192Z [00:02:45.376]➜  cp $WORK/b082/_pkg_.a /root/.cache/go-build/30/30bdd559b4b5f884c540480655f93b453e61dc51066d3e09611618a1c51e009d-d # internal
2025-08-20T22:41:03.7239427Z [00:02:45.376]➜  crypto/internal/fips140/hmac
2025-08-20T22:41:03.7239779Z [00:02:45.376]➜  mkdir -p $WORK/b101/
2025-08-20T22:41:03.7240181Z [00:02:45.376]➜  cat >/tmp/go-build3998081543/b101/importcfg << 'EOF' # internal
2025-08-20T22:41:03.7240532Z [00:02:45.376]➜  # import config
2025-08-20T22:41:03.7240870Z [00:02:45.376]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:03.7241362Z [00:02:45.376]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:03.7241962Z [00:02:45.376]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3998081543/b102/_pkg_.a
2025-08-20T22:41:03.7242548Z [00:02:45.376]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3998081543/b106/_pkg_.a
2025-08-20T22:41:03.7243130Z [00:02:45.376]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3998081543/b108/_pkg_.a
2025-08-20T22:41:03.7243624Z [00:02:45.376]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.7244462Z [00:02:45.376]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:03.7244766Z [00:02:45.376]➜  EOF
2025-08-20T22:41:03.7245039Z [00:02:45.376]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.7247304Z [00:02:45.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b101/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hmac=>crypto/internal/fips140/hmac;$WORK/b101=>" -p crypto/internal/fips140/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid A42YQXKTz7j6V6eZYMhB/A42YQXKTz7j6V6eZYMhB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b101/importcfg -pack /root/.go/src/crypto/internal/fips140/hmac/cast.go /root/.go/src/crypto/internal/fips140/hmac/hmac.go
2025-08-20T22:41:03.7421479Z [00:02:45.394]➜  go tool buildid -w $WORK/b088/_pkg_.a # internal
2025-08-20T22:41:03.7465738Z [00:02:45.399]➜  cp $WORK/b088/_pkg_.a /root/.cache/go-build/26/267dc4c156ccc50cf599558cf568c55813a573c1d4246accbcdf18eb512a2197-d # internal
2025-08-20T22:41:03.7466453Z [00:02:45.399]➜  crypto/internal/sysrand
2025-08-20T22:41:03.7471049Z [00:02:45.399]➜  mkdir -p $WORK/b112/
2025-08-20T22:41:03.7471592Z [00:02:45.399]➜  cat >/tmp/go-build3998081543/b112/importcfg << 'EOF' # internal
2025-08-20T22:41:03.7471947Z [00:02:45.399]➜  # import config
2025-08-20T22:41:03.7472285Z [00:02:45.399]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.7472767Z [00:02:45.399]➜  packagefile internal/syscall/unix=/tmp/go-build3998081543/b061/_pkg_.a
2025-08-20T22:41:03.7473257Z [00:02:45.399]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:03.7473672Z [00:02:45.399]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:03.7474092Z [00:02:45.399]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:03.7474516Z [00:02:45.399]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.7474954Z [00:02:45.399]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:03.7475626Z [00:02:45.399]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:03.7476119Z [00:02:45.399]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:03.7476431Z [00:02:45.399]➜  EOF
2025-08-20T22:41:03.7478679Z [00:02:45.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b112/_pkg_.a -trimpath "/root/.go/src/crypto/internal/sysrand=>crypto/internal/sysrand;$WORK/b112=>" -p crypto/internal/sysrand -lang=go1.25 -std -complete -installsuffix shared -buildid mnJYHg0KzS7cWivVHp2O/mnJYHg0KzS7cWivVHp2O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b112/importcfg -pack /root/.go/src/crypto/internal/sysrand/rand.go /root/.go/src/crypto/internal/sysrand/rand_getrandom.go
2025-08-20T22:41:03.7551916Z [00:02:45.407]➜  go tool buildid -w $WORK/b101/_pkg_.a # internal
2025-08-20T22:41:03.7564858Z [00:02:45.408]➜  cp $WORK/b101/_pkg_.a /root/.cache/go-build/b5/b50eb6d7c3f677fe545a3d9ad59605538a27051bf0355c93330d8650c6dfb38a-d # internal
2025-08-20T22:41:03.7567454Z [00:02:45.408]➜  crypto/internal/fips140/check
2025-08-20T22:41:03.7567792Z [00:02:45.408]➜  mkdir -p $WORK/b100/
2025-08-20T22:41:03.7568168Z [00:02:45.408]➜  cat >/tmp/go-build3998081543/b100/importcfg << 'EOF' # internal
2025-08-20T22:41:03.7568518Z [00:02:45.408]➜  # import config
2025-08-20T22:41:03.7568922Z [00:02:45.408]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:03.7569489Z [00:02:45.408]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3998081543/b101/_pkg_.a
2025-08-20T22:41:03.7570098Z [00:02:45.408]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3998081543/b102/_pkg_.a
2025-08-20T22:41:03.7570725Z [00:02:45.408]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:03.7571368Z [00:02:45.408]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3998081543/b098/_pkg_.a
2025-08-20T22:41:03.7571878Z [00:02:45.408]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.7572640Z [00:02:45.408]➜  EOF
2025-08-20T22:41:03.7574360Z [00:02:45.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b100/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/check=>crypto/internal/fips140/check;$WORK/b100=>" -p crypto/internal/fips140/check -lang=go1.25 -std -complete -installsuffix shared -buildid nhNKEvIck5oeTpa1dzoq/nhNKEvIck5oeTpa1dzoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b100/importcfg -pack /root/.go/src/crypto/internal/fips140/check/check.go
2025-08-20T22:41:03.7781748Z [00:02:45.430]➜  go tool buildid -w $WORK/b112/_pkg_.a # internal
2025-08-20T22:41:03.7787042Z [00:02:45.431]➜  cp $WORK/b112/_pkg_.a /root/.cache/go-build/4a/4a8e17b89188d75b1cdeeba9678dd280582d3ba7d2956df51b7f193a9c2cff01-d # internal
2025-08-20T22:41:03.7799457Z [00:02:45.432]➜  crypto/internal/entropy
2025-08-20T22:41:03.7800118Z [00:02:45.432]➜  mkdir -p $WORK/b111/
2025-08-20T22:41:03.7803015Z [00:02:45.433]➜  cat >/tmp/go-build3998081543/b111/importcfg << 'EOF' # internal
2025-08-20T22:41:03.7803419Z [00:02:45.433]➜  # import config
2025-08-20T22:41:03.7803831Z [00:02:45.433]➜  packagefile crypto/internal/sysrand=/tmp/go-build3998081543/b112/_pkg_.a
2025-08-20T22:41:03.7804209Z [00:02:45.433]➜  EOF
2025-08-20T22:41:03.7806311Z [00:02:45.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b111/_pkg_.a -trimpath "/root/.go/src/crypto/internal/entropy=>crypto/internal/entropy;$WORK/b111=>" -p crypto/internal/entropy -lang=go1.25 -std -complete -installsuffix shared -buildid uyN8ZSB0PiltA8jeC8ce/uyN8ZSB0PiltA8jeC8ce -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b111/importcfg -pack /root/.go/src/crypto/internal/entropy/entropy.go
2025-08-20T22:41:03.7889214Z [00:02:45.441]➜  go tool buildid -w $WORK/b100/_pkg_.a # internal
2025-08-20T22:41:03.7893231Z [00:02:45.442]➜  cp $WORK/b100/_pkg_.a /root/.cache/go-build/8f/8f85460442b947f9b5b7d7f144a673385d21402d34ce36aa26932abdd2536258-d # internal
2025-08-20T22:41:03.7898359Z [00:02:45.442]➜  crypto/internal/fips140/aes
2025-08-20T22:41:03.7898743Z [00:02:45.442]➜  mkdir -p $WORK/b096/
2025-08-20T22:41:03.7931601Z [00:02:45.445]➜  echo -n > $WORK/b096/go_asm.h # internal
2025-08-20T22:41:03.7933629Z [00:02:45.446]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:41:03.7936562Z [00:02:45.446]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b096/symabis ./aes_arm64.s ./ctr_arm64.s
2025-08-20T22:41:03.7994242Z [00:02:45.452]➜  cat >/tmp/go-build3998081543/b096/importcfg << 'EOF' # internal
2025-08-20T22:41:03.7994690Z [00:02:45.452]➜  # import config
2025-08-20T22:41:03.7995040Z [00:02:45.452]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:03.7995673Z [00:02:45.452]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:03.7996663Z [00:02:45.452]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3998081543/b099/_pkg_.a
2025-08-20T22:41:03.7997249Z [00:02:45.452]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:03.7997860Z [00:02:45.452]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:03.7998488Z [00:02:45.452]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:03.7999133Z [00:02:45.452]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3998081543/b104/_pkg_.a
2025-08-20T22:41:03.7999753Z [00:02:45.452]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3998081543/b098/_pkg_.a
2025-08-20T22:41:03.8000322Z [00:02:45.452]➜  packagefile crypto/internal/impl=/tmp/go-build3998081543/b105/_pkg_.a
2025-08-20T22:41:03.8000792Z [00:02:45.452]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.8001237Z [00:02:45.452]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:03.8001671Z [00:02:45.452]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:03.8001988Z [00:02:45.452]➜  EOF
2025-08-20T22:41:03.8002258Z [00:02:45.452]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.8007266Z [00:02:45.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b096/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b096=>" -p crypto/internal/fips140/aes -lang=go1.25 -std -installsuffix shared -buildid nMw5pB3PdI_aXx7k9ui_/nMw5pB3PdI_aXx7k9ui_ -goversion go1.25.0 -symabis $WORK/b096/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b096/importcfg -pack -asmhdr $WORK/b096/go_asm.h /root/.go/src/crypto/internal/fips140/aes/aes.go /root/.go/src/crypto/internal/fips140/aes/aes_asm.go /root/.go/src/crypto/internal/fips140/aes/aes_generic.go /root/.go/src/crypto/internal/fips140/aes/cast.go /root/.go/src/crypto/internal/fips140/aes/cbc.go /root/.go/src/crypto/internal/fips140/aes/cbc_noasm.go /root/.go/src/crypto/internal/fips140/aes/const.go /root/.go/src/crypto/internal/fips140/aes/ctr.go /root/.go/src/crypto/internal/fips140/aes/ctr_asm.go
2025-08-20T22:41:03.8049753Z [00:02:45.457]➜  go tool buildid -w $WORK/b111/_pkg_.a # internal
2025-08-20T22:41:03.8053839Z [00:02:45.458]➜  cp $WORK/b111/_pkg_.a /root/.cache/go-build/08/08d07c5e414a70bc03d0805d4ad67af129f3d930fc500b13e40e400ba96e6f97-d # internal
2025-08-20T22:41:03.8057644Z [00:02:45.458]➜  math/rand/v2
2025-08-20T22:41:03.8058356Z [00:02:45.458]➜  mkdir -p $WORK/b114/
2025-08-20T22:41:03.8061152Z [00:02:45.459]➜  cat >/tmp/go-build3998081543/b114/importcfg << 'EOF' # internal
2025-08-20T22:41:03.8063198Z [00:02:45.459]➜  # import config
2025-08-20T22:41:03.8064140Z [00:02:45.459]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.8064675Z [00:02:45.459]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:03.8065232Z [00:02:45.459]➜  packagefile internal/chacha8rand=/tmp/go-build3998081543/b013/_pkg_.a
2025-08-20T22:41:03.8065869Z [00:02:45.459]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:03.8066307Z [00:02:45.459]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:03.8066633Z [00:02:45.459]➜  EOF
2025-08-20T22:41:03.8068723Z [00:02:45.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b114/_pkg_.a -trimpath "/root/.go/src/math/rand/v2=>math/rand/v2;$WORK/b114=>" -p math/rand/v2 -lang=go1.25 -std -complete -installsuffix shared -buildid ZfMw8tkUidw9934lNf6V/ZfMw8tkUidw9934lNf6V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b114/importcfg -pack /root/.go/src/math/rand/v2/chacha8.go /root/.go/src/math/rand/v2/exp.go /root/.go/src/math/rand/v2/normal.go /root/.go/src/math/rand/v2/pcg.go /root/.go/src/math/rand/v2/rand.go /root/.go/src/math/rand/v2/zipf.go
2025-08-20T22:41:03.8380975Z [00:02:45.490]➜  go tool buildid -w $WORK/b052/_pkg_.a # internal
2025-08-20T22:41:03.8407773Z [00:02:45.493]➜  cp $WORK/b052/_pkg_.a /root/.cache/go-build/f7/f734bbe3d7f17cbf7dcaef69f39ae0646223f0c97cd852b9eab968f8d454b685-d # internal
2025-08-20T22:41:03.8408934Z [00:02:45.493]➜  log
2025-08-20T22:41:03.8409829Z [00:02:45.493]➜  mkdir -p $WORK/b071/
2025-08-20T22:41:03.8410941Z [00:02:45.493]➜  cat >/tmp/go-build3998081543/b071/importcfg << 'EOF' # internal
2025-08-20T22:41:03.8411351Z [00:02:45.493]➜  # import config
2025-08-20T22:41:03.8411719Z [00:02:45.493]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:03.8412166Z [00:02:45.493]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.8412603Z [00:02:45.493]➜  packagefile log/internal=/tmp/go-build3998081543/b072/_pkg_.a
2025-08-20T22:41:03.8413035Z [00:02:45.493]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:03.8413451Z [00:02:45.493]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:03.8413873Z [00:02:45.493]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.8414325Z [00:02:45.494]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:03.8414758Z [00:02:45.494]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:03.8415069Z [00:02:45.494]➜  EOF
2025-08-20T22:41:03.8417957Z [00:02:45.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b071/_pkg_.a -trimpath "/root/.go/src/log=>log;$WORK/b071=>" -p log -lang=go1.25 -std -complete -installsuffix shared -buildid jPprHZI6Qsaa_ihmkgSu/jPprHZI6Qsaa_ihmkgSu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b071/importcfg -pack /root/.go/src/log/log.go
2025-08-20T22:41:03.8864052Z [00:02:45.539]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:41:03.8865470Z [00:02:45.539]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b096/aes_arm64.o ./aes_arm64.s
2025-08-20T22:41:03.8938668Z [00:02:45.546]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes -trimpath "/root/.go/src/crypto/internal/fips140/aes=>crypto/internal/fips140/aes;$WORK/b096=>" -I $WORK/b096/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b096/ctr_arm64.o ./ctr_arm64.s
2025-08-20T22:41:03.8946655Z [00:02:45.547]➜  go tool buildid -w $WORK/b114/_pkg_.a # internal
2025-08-20T22:41:03.8955784Z [00:02:45.548]➜  cp $WORK/b114/_pkg_.a /root/.cache/go-build/7d/7d24c85d1486f6fa6c930dfddb1ef34720afc8a0f1c26874bed53687167e44f3-d # internal
2025-08-20T22:41:03.8970276Z [00:02:45.549]➜  os/user
2025-08-20T22:41:03.8970833Z [00:02:45.549]➜  mkdir -p $WORK/b086/
2025-08-20T22:41:03.8971307Z [00:02:45.549]➜  echo -n > $WORK/b086/preferlinkext # internal
2025-08-20T22:41:03.8971723Z [00:02:45.549]➜  cd /root/.go/src/os/user
2025-08-20T22:41:03.8972818Z [00:02:45.549]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b086/ -importpath os/user "-ldflags=\"-O2\" \"-g\"" -- -I $WORK/b086/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_lookup_cgo.go ./getgrouplist_unix.go
2025-08-20T22:41:03.8999299Z [00:02:45.552]➜  cd /root/.go/src/crypto/internal/fips140/aes
2025-08-20T22:41:03.8999897Z [00:02:45.552]➜  go tool pack r $WORK/b096/_pkg_.a $WORK/b096/aes_arm64.o $WORK/b096/ctr_arm64.o # internal
2025-08-20T22:41:03.9116370Z [00:02:45.564]➜  go tool buildid -w $WORK/b071/_pkg_.a # internal
2025-08-20T22:41:03.9126121Z [00:02:45.565]➜  cp $WORK/b071/_pkg_.a /root/.cache/go-build/31/31fd281146067bac2160f5045c9a737469db49d07070d28a6657fff5bd75a018-d # internal
2025-08-20T22:41:03.9180117Z [00:02:45.570]➜  go tool buildid -w $WORK/b096/_pkg_.a # internal
2025-08-20T22:41:03.9188346Z [00:02:45.571]➜  github.com/c-bata/go-prompt/internal/debug
2025-08-20T22:41:03.9188998Z [00:02:45.571]➜  mkdir -p $WORK/b068/
2025-08-20T22:41:03.9202737Z [00:02:45.573]➜  cat >/tmp/go-build3998081543/b068/importcfg << 'EOF' # internal
2025-08-20T22:41:03.9203611Z [00:02:45.573]➜  # import config
2025-08-20T22:41:03.9203952Z [00:02:45.573]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:03.9204391Z [00:02:45.573]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:03.9204813Z [00:02:45.573]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:03.9206048Z [00:02:45.573]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:03.9206424Z [00:02:45.573]➜  EOF
2025-08-20T22:41:03.9206731Z [00:02:45.573]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:03.9209065Z [00:02:45.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/debug=>github.com/c-bata/go-prompt@v0.2.6/internal/debug;$WORK/b068=>" -p github.com/c-bata/go-prompt/internal/debug -lang=go1.14 -complete -installsuffix shared -buildid XLCoh2y9wWeqII4A41OW/XLCoh2y9wWeqII4A41OW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b068/importcfg -pack /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/debug/assert.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/debug/log.go
2025-08-20T22:41:03.9304294Z [00:02:45.583]➜  cp $WORK/b096/_pkg_.a /root/.cache/go-build/0f/0fb5aff5be34a29fc58fbbf9ef1a7053f4b4c161587f1d1ff90ff4f0bcf13483-d # internal
2025-08-20T22:41:03.9307509Z [00:02:45.583]➜  compress/flate
2025-08-20T22:41:03.9307814Z [00:02:45.583]➜  mkdir -p $WORK/b091/
2025-08-20T22:41:03.9308215Z [00:02:45.583]➜  cat >/tmp/go-build3998081543/b091/importcfg << 'EOF' # internal
2025-08-20T22:41:03.9308567Z [00:02:45.583]➜  # import config
2025-08-20T22:41:03.9308908Z [00:02:45.583]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:03.9309330Z [00:02:45.583]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.9309743Z [00:02:45.583]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:03.9310162Z [00:02:45.583]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.9310572Z [00:02:45.583]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:03.9311003Z [00:02:45.583]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:03.9311429Z [00:02:45.583]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:03.9311850Z [00:02:45.583]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:03.9312607Z [00:02:45.583]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.9312985Z [00:02:45.583]➜  EOF
2025-08-20T22:41:03.9315624Z [00:02:45.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b091/_pkg_.a -trimpath "/root/.go/src/compress/flate=>compress/flate;$WORK/b091=>" -p compress/flate -lang=go1.25 -std -complete -installsuffix shared -buildid ilfncTBnkA4QKWtYPm5O/ilfncTBnkA4QKWtYPm5O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b091/importcfg -pack /root/.go/src/compress/flate/deflate.go /root/.go/src/compress/flate/deflatefast.go /root/.go/src/compress/flate/dict_decoder.go /root/.go/src/compress/flate/huffman_bit_writer.go /root/.go/src/compress/flate/huffman_code.go /root/.go/src/compress/flate/inflate.go /root/.go/src/compress/flate/token.go
2025-08-20T22:41:03.9573566Z [00:02:45.609]➜  go tool buildid -w $WORK/b068/_pkg_.a # internal
2025-08-20T22:41:03.9589435Z [00:02:45.611]➜  cp $WORK/b068/_pkg_.a /root/.cache/go-build/22/22b24318258228870d8b6347143c54d6d47b4d598c6b366ac12bc1031aebc6e8-d # internal
2025-08-20T22:41:03.9594450Z [00:02:45.611]➜  crypto/internal/randutil
2025-08-20T22:41:03.9594757Z [00:02:45.611]➜  mkdir -p $WORK/b113/
2025-08-20T22:41:03.9603473Z [00:02:45.613]➜  cat >/tmp/go-build3998081543/b113/importcfg << 'EOF' # internal
2025-08-20T22:41:03.9604096Z [00:02:45.613]➜  # import config
2025-08-20T22:41:03.9604533Z [00:02:45.613]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.9607882Z [00:02:45.613]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:03.9608508Z [00:02:45.613]➜  EOF
2025-08-20T22:41:03.9610532Z [00:02:45.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b113/_pkg_.a -trimpath "/root/.go/src/crypto/internal/randutil=>crypto/internal/randutil;$WORK/b113=>" -p crypto/internal/randutil -lang=go1.25 -std -complete -installsuffix shared -buildid jI6rmh7sOgnLoJtpj6tm/jI6rmh7sOgnLoJtpj6tm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b113/importcfg -pack /root/.go/src/crypto/internal/randutil/randutil.go
2025-08-20T22:41:03.9726034Z [00:02:45.625]➜  go tool buildid -w $WORK/b113/_pkg_.a # internal
2025-08-20T22:41:03.9731208Z [00:02:45.625]➜  cp $WORK/b113/_pkg_.a /root/.cache/go-build/f5/f531161022c110c2c0a5994535a4eb2bf83e3f68e87903e28d1dfd4a1fa459f4-d # internal
2025-08-20T22:41:03.9747149Z [00:02:45.627]➜  crypto/internal/fips140/drbg
2025-08-20T22:41:03.9747740Z [00:02:45.627]➜  mkdir -p $WORK/b110/
2025-08-20T22:41:03.9755026Z [00:02:45.628]➜  cat >/tmp/go-build3998081543/b110/importcfg << 'EOF' # internal
2025-08-20T22:41:03.9755648Z [00:02:45.628]➜  # import config
2025-08-20T22:41:03.9756030Z [00:02:45.628]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:03.9756528Z [00:02:45.628]➜  packagefile crypto/internal/entropy=/tmp/go-build3998081543/b111/_pkg_.a
2025-08-20T22:41:03.9757082Z [00:02:45.628]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:03.9757667Z [00:02:45.628]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3998081543/b096/_pkg_.a
2025-08-20T22:41:03.9758249Z [00:02:45.628]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:03.9758837Z [00:02:45.628]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:03.9759465Z [00:02:45.628]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:03.9760077Z [00:02:45.628]➜  packagefile crypto/internal/randutil=/tmp/go-build3998081543/b113/_pkg_.a
2025-08-20T22:41:03.9760619Z [00:02:45.628]➜  packagefile crypto/internal/sysrand=/tmp/go-build3998081543/b112/_pkg_.a
2025-08-20T22:41:03.9761096Z [00:02:45.628]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:03.9761507Z [00:02:45.628]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:03.9761932Z [00:02:45.628]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:03.9762772Z [00:02:45.628]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:03.9763158Z [00:02:45.628]➜  EOF
2025-08-20T22:41:03.9765294Z [00:02:45.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b110/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/drbg=>crypto/internal/fips140/drbg;$WORK/b110=>" -p crypto/internal/fips140/drbg -lang=go1.25 -std -complete -installsuffix shared -buildid 2bhr8WQOGW7jzWbzCEFo/2bhr8WQOGW7jzWbzCEFo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b110/importcfg -pack /root/.go/src/crypto/internal/fips140/drbg/cast.go /root/.go/src/crypto/internal/fips140/drbg/ctrdrbg.go /root/.go/src/crypto/internal/fips140/drbg/rand.go
2025-08-20T22:41:04.0069204Z [00:02:45.659]➜  go tool buildid -w $WORK/b110/_pkg_.a # internal
2025-08-20T22:41:04.0082831Z [00:02:45.660]➜  cp $WORK/b110/_pkg_.a /root/.cache/go-build/1f/1f0bcdaae5c96dc3831b92d8004a00f982c864e9b1546e96425dc4405a3e3f48-d # internal
2025-08-20T22:41:04.0094677Z [00:02:45.662]➜  crypto/internal/fips140/aes/gcm
2025-08-20T22:41:04.0098390Z [00:02:45.662]➜  mkdir -p $WORK/b109/
2025-08-20T22:41:04.0098739Z [00:02:45.662]➜  echo -n > $WORK/b109/go_asm.h # internal
2025-08-20T22:41:04.0099110Z [00:02:45.662]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:41:04.0100408Z [00:02:45.662]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b109=>" -I $WORK/b109/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b109/symabis ./gcm_arm64.s
2025-08-20T22:41:04.0156700Z [00:02:45.668]➜  cat >/tmp/go-build3998081543/b109/importcfg << 'EOF' # internal
2025-08-20T22:41:04.0157743Z [00:02:45.668]➜  # import config
2025-08-20T22:41:04.0158803Z [00:02:45.668]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:04.0159420Z [00:02:45.668]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3998081543/b096/_pkg_.a
2025-08-20T22:41:04.0160053Z [00:02:45.668]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3998081543/b099/_pkg_.a
2025-08-20T22:41:04.0160641Z [00:02:45.668]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:04.0161216Z [00:02:45.668]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3998081543/b110/_pkg_.a
2025-08-20T22:41:04.0161803Z [00:02:45.668]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:04.0162453Z [00:02:45.668]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:04.0163078Z [00:02:45.668]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3998081543/b104/_pkg_.a
2025-08-20T22:41:04.0163650Z [00:02:45.668]➜  packagefile crypto/internal/impl=/tmp/go-build3998081543/b105/_pkg_.a
2025-08-20T22:41:04.0164126Z [00:02:45.668]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.0164556Z [00:02:45.668]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:04.0164867Z [00:02:45.668]➜  EOF
2025-08-20T22:41:04.0165138Z [00:02:45.668]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.0169323Z [00:02:45.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b109/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b109=>" -p crypto/internal/fips140/aes/gcm -lang=go1.25 -std -installsuffix shared -buildid RrjrLvctw9Bw7sArM-0F/RrjrLvctw9Bw7sArM-0F -goversion go1.25.0 -symabis $WORK/b109/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b109/importcfg -pack -asmhdr $WORK/b109/go_asm.h /root/.go/src/crypto/internal/fips140/aes/gcm/cast.go /root/.go/src/crypto/internal/fips140/aes/gcm/cmac.go /root/.go/src/crypto/internal/fips140/aes/gcm/ctrkdf.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_asm.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_generic.go /root/.go/src/crypto/internal/fips140/aes/gcm/gcm_nonces.go /root/.go/src/crypto/internal/fips140/aes/gcm/ghash.go
2025-08-20T22:41:04.0554010Z [00:02:45.708]➜  go tool buildid -w $WORK/b091/_pkg_.a # internal
2025-08-20T22:41:04.0574921Z [00:02:45.710]➜  cp $WORK/b091/_pkg_.a /root/.cache/go-build/2c/2c5df6099e86c3f2c42959de92cbe7bebf11b1ea94ca62d377b4ee049c7834f9-d # internal
2025-08-20T22:41:04.0586964Z [00:02:45.710]➜  compress/gzip
2025-08-20T22:41:04.0587318Z [00:02:45.710]➜  mkdir -p $WORK/b090/
2025-08-20T22:41:04.0587699Z [00:02:45.711]➜  cat >/tmp/go-build3998081543/b090/importcfg << 'EOF' # internal
2025-08-20T22:41:04.0588054Z [00:02:45.711]➜  # import config
2025-08-20T22:41:04.0588393Z [00:02:45.711]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:04.0588843Z [00:02:45.711]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:41:04.0589324Z [00:02:45.711]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:04.0589803Z [00:02:45.711]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.0590220Z [00:02:45.711]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:04.0590650Z [00:02:45.711]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:04.0591074Z [00:02:45.711]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:04.0591481Z [00:02:45.711]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:04.0592258Z [00:02:45.711]➜  EOF
2025-08-20T22:41:04.0593884Z [00:02:45.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b090/_pkg_.a -trimpath "/root/.go/src/compress/gzip=>compress/gzip;$WORK/b090=>" -p compress/gzip -lang=go1.25 -std -complete -installsuffix shared -buildid QZrYBpMOEIxYc1KN8cnf/QZrYBpMOEIxYc1KN8cnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b090/importcfg -pack /root/.go/src/compress/gzip/gunzip.go /root/.go/src/compress/gzip/gzip.go
2025-08-20T22:41:04.0647536Z [00:02:45.717]➜  cd /root/.go/src/crypto/internal/fips140/aes/gcm
2025-08-20T22:41:04.0652062Z [00:02:45.717]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/aes/gcm -trimpath "/root/.go/src/crypto/internal/fips140/aes/gcm=>crypto/internal/fips140/aes/gcm;$WORK/b109=>" -I $WORK/b109/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b109/gcm_arm64.o ./gcm_arm64.s
2025-08-20T22:41:04.0716297Z [00:02:45.724]➜  go tool pack r $WORK/b109/_pkg_.a $WORK/b109/gcm_arm64.o # internal
2025-08-20T22:41:04.0723564Z [00:02:45.725]➜  go tool buildid -w $WORK/b109/_pkg_.a # internal
2025-08-20T22:41:04.0741410Z [00:02:45.726]➜  cp $WORK/b109/_pkg_.a /root/.cache/go-build/bc/bcd068a70d188b1a7045f7a377cdee9afc5e9e0750063c9b6e3f13ed9fd213bf-d # internal
2025-08-20T22:41:04.0753273Z [00:02:45.728]➜  crypto/internal/fips140only
2025-08-20T22:41:04.0753859Z [00:02:45.728]➜  mkdir -p $WORK/b115/
2025-08-20T22:41:04.0754847Z [00:02:45.728]➜  cat >/tmp/go-build3998081543/b115/importcfg << 'EOF' # internal
2025-08-20T22:41:04.0755835Z [00:02:45.728]➜  # import config
2025-08-20T22:41:04.0756352Z [00:02:45.728]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3998081543/b110/_pkg_.a
2025-08-20T22:41:04.0756948Z [00:02:45.728]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3998081543/b102/_pkg_.a
2025-08-20T22:41:04.0757535Z [00:02:45.728]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3998081543/b106/_pkg_.a
2025-08-20T22:41:04.0758133Z [00:02:45.728]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3998081543/b108/_pkg_.a
2025-08-20T22:41:04.0758628Z [00:02:45.728]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.0759086Z [00:02:45.728]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:04.0759532Z [00:02:45.728]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:04.0759833Z [00:02:45.728]➜  EOF
2025-08-20T22:41:04.0760104Z [00:02:45.728]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.0762252Z [00:02:45.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b115/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140only=>crypto/internal/fips140only;$WORK/b115=>" -p crypto/internal/fips140only -lang=go1.25 -std -complete -installsuffix shared -buildid g0InnHkhLGhIIw-Lc_FU/g0InnHkhLGhIIw-Lc_FU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b115/importcfg -pack /root/.go/src/crypto/internal/fips140only/fips140only.go
2025-08-20T22:41:04.0763902Z [00:02:45.729]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix
2025-08-20T22:41:04.0765102Z [00:02:45.729]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/unix -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/unix=>golang.org/x/sys@v0.33.0/unix;$WORK/b076=>" -I $WORK/b076/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b076/asm_linux_arm64.o ./asm_linux_arm64.s
2025-08-20T22:41:04.0876630Z [00:02:45.740]➜  go tool pack r $WORK/b076/_pkg_.a $WORK/b076/asm_linux_arm64.o # internal
2025-08-20T22:41:04.0877157Z [00:02:45.740]➜  go tool buildid -w $WORK/b076/_pkg_.a # internal
2025-08-20T22:41:04.0910522Z [00:02:45.743]➜  go tool buildid -w $WORK/b090/_pkg_.a # internal
2025-08-20T22:41:04.0917327Z [00:02:45.744]➜  cp $WORK/b090/_pkg_.a /root/.cache/go-build/ac/ac093be51668a469ed82bfa500a9598efe50fd51d78d5743f957217017de5219-d # internal
2025-08-20T22:41:04.0918630Z [00:02:45.744]➜  crypto
2025-08-20T22:41:04.0919723Z [00:02:45.744]➜  mkdir -p $WORK/b118/
2025-08-20T22:41:04.0924560Z [00:02:45.745]➜  cat >/tmp/go-build3998081543/b118/importcfg << 'EOF' # internal
2025-08-20T22:41:04.0924952Z [00:02:45.745]➜  # import config
2025-08-20T22:41:04.0925291Z [00:02:45.745]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.0925840Z [00:02:45.745]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:04.0926259Z [00:02:45.745]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.0926578Z [00:02:45.745]➜  EOF
2025-08-20T22:41:04.0939078Z [00:02:45.746]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.0940541Z [00:02:45.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b118/_pkg_.a -trimpath "/root/.go/src/crypto=>crypto;$WORK/b118=>" -p crypto -lang=go1.25 -std -complete -installsuffix shared -buildid dgNSfK5ZCKqEnZCelX39/dgNSfK5ZCKqEnZCelX39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b118/importcfg -pack /root/.go/src/crypto/crypto.go
2025-08-20T22:41:04.0963740Z [00:02:45.749]➜  go tool buildid -w $WORK/b115/_pkg_.a # internal
2025-08-20T22:41:04.0973227Z [00:02:45.750]➜  cp $WORK/b115/_pkg_.a /root/.cache/go-build/12/12aa38f968bc69f3d5ed4376f739ba98cbd5d6daa2565e946a4bf1122ad150f2-d # internal
2025-08-20T22:41:04.0978790Z [00:02:45.750]➜  crypto/cipher
2025-08-20T22:41:04.0979858Z [00:02:45.750]➜  mkdir -p $WORK/b095/
2025-08-20T22:41:04.0987463Z [00:02:45.751]➜  cat >/tmp/go-build3998081543/b095/importcfg << 'EOF' # internal
2025-08-20T22:41:04.0987824Z [00:02:45.751]➜  # import config
2025-08-20T22:41:04.0988191Z [00:02:45.751]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:04.0988696Z [00:02:45.751]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3998081543/b096/_pkg_.a
2025-08-20T22:41:04.0989286Z [00:02:45.751]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3998081543/b109/_pkg_.a
2025-08-20T22:41:04.0989881Z [00:02:45.751]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3998081543/b099/_pkg_.a
2025-08-20T22:41:04.0990472Z [00:02:45.751]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:04.0990985Z [00:02:45.751]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:04.0991427Z [00:02:45.751]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.0991889Z [00:02:45.751]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:04.0992383Z [00:02:45.751]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:04.0993021Z [00:02:45.751]➜  EOF
2025-08-20T22:41:04.0995295Z [00:02:45.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b095/_pkg_.a -trimpath "/root/.go/src/crypto/cipher=>crypto/cipher;$WORK/b095=>" -p crypto/cipher -lang=go1.25 -std -complete -installsuffix shared -buildid fzu7Q_qA2I-up68G7SF3/fzu7Q_qA2I-up68G7SF3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b095/importcfg -pack /root/.go/src/crypto/cipher/cbc.go /root/.go/src/crypto/cipher/cfb.go /root/.go/src/crypto/cipher/cipher.go /root/.go/src/crypto/cipher/ctr.go /root/.go/src/crypto/cipher/gcm.go /root/.go/src/crypto/cipher/io.go /root/.go/src/crypto/cipher/ofb.go
2025-08-20T22:41:04.1024312Z [00:02:45.755]➜  cp $WORK/b076/_pkg_.a /root/.cache/go-build/f1/f1cd69497f884330de342f2b0d884e2cc8340d801891a97bc02c10ddc7634b66-d # internal
2025-08-20T22:41:04.1025992Z [00:02:45.755]➜  github.com/pkg/term/termios
2025-08-20T22:41:04.1027641Z [00:02:45.755]➜  mkdir -p $WORK/b075/
2025-08-20T22:41:04.1031999Z [00:02:45.756]➜  cat >/tmp/go-build3998081543/b075/importcfg << 'EOF' # internal
2025-08-20T22:41:04.1032406Z [00:02:45.756]➜  # import config
2025-08-20T22:41:04.1032747Z [00:02:45.756]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:04.1033226Z [00:02:45.756]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:04.1033686Z [00:02:45.756]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:04.1034368Z [00:02:45.756]➜  EOF
2025-08-20T22:41:04.1039138Z [00:02:45.756]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b075/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/term@v1.2.0-beta.2/termios=>github.com/pkg/term@v1.2.0-beta.2/termios;$WORK/b075=>" -p github.com/pkg/term/termios -lang=go1.14 -complete -installsuffix shared -buildid d-CrXSUJDdDQlRmLXu7z/d-CrXSUJDdDQlRmLXu7z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b075/importcfg -pack /root/go/pkg/mod/github.com/pkg/term@v1.2.0-beta.2/termios/doc.go /root/go/pkg/mod/github.com/pkg/term@v1.2.0-beta.2/termios/ioctl.go /root/go/pkg/mod/github.com/pkg/term@v1.2.0-beta.2/termios/pty.go /root/go/pkg/mod/github.com/pkg/term@v1.2.0-beta.2/termios/pty_linux.go /root/go/pkg/mod/github.com/pkg/term@v1.2.0-beta.2/termios/termios.go /root/go/pkg/mod/github.com/pkg/term@v1.2.0-beta.2/termios/termios_const.go /root/go/pkg/mod/github.com/pkg/term@v1.2.0-beta.2/termios/termios_linux.go
2025-08-20T22:41:04.1116788Z [00:02:45.764]➜  go tool buildid -w $WORK/b118/_pkg_.a # internal
2025-08-20T22:41:04.1118367Z [00:02:45.764]➜  cp $WORK/b118/_pkg_.a /root/.cache/go-build/3c/3c300b4240e90aef1a1349f29ada8e7b5f1ae3af44312d1e690980074ee38fb3-d # internal
2025-08-20T22:41:04.1118949Z [00:02:45.764]➜  crypto/md5
2025-08-20T22:41:04.1119206Z [00:02:45.764]➜  mkdir -p $WORK/b120/
2025-08-20T22:41:04.1119523Z [00:02:45.764]➜  echo -n > $WORK/b120/go_asm.h # internal
2025-08-20T22:41:04.1119869Z [00:02:45.764]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:41:04.1120895Z [00:02:45.764]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b120/symabis ./md5block_arm64.s
2025-08-20T22:41:04.1158627Z [00:02:45.768]➜  cat >/tmp/go-build3998081543/b120/importcfg << 'EOF' # internal
2025-08-20T22:41:04.1159045Z [00:02:45.768]➜  # import config
2025-08-20T22:41:04.1159392Z [00:02:45.768]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:04.1159931Z [00:02:45.768]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:04.1160428Z [00:02:45.768]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.1160843Z [00:02:45.768]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.1161305Z [00:02:45.768]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:04.1161776Z [00:02:45.768]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:04.1162473Z [00:02:45.768]➜  EOF
2025-08-20T22:41:04.1165667Z [00:02:45.768]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.1167793Z [00:02:45.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b120/_pkg_.a -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b120=>" -p crypto/md5 -lang=go1.25 -std -installsuffix shared -buildid bDTVyBGdsUxgSuJoa3w1/bDTVyBGdsUxgSuJoa3w1 -goversion go1.25.0 -symabis $WORK/b120/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b120/importcfg -pack -asmhdr $WORK/b120/go_asm.h /root/.go/src/crypto/md5/md5.go /root/.go/src/crypto/md5/md5block.go /root/.go/src/crypto/md5/md5block_decl.go
2025-08-20T22:41:04.1557427Z [00:02:45.808]➜  cd /root/.go/src/crypto/md5
2025-08-20T22:41:04.1558538Z [00:02:45.808]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/md5 -trimpath "/root/.go/src/crypto/md5=>crypto/md5;$WORK/b120=>" -I $WORK/b120/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b120/md5block_arm64.o ./md5block_arm64.s
2025-08-20T22:41:04.1567621Z [00:02:45.809]➜  go tool buildid -w $WORK/b075/_pkg_.a # internal
2025-08-20T22:41:04.1570869Z [00:02:45.810]➜  go tool buildid -w $WORK/b095/_pkg_.a # internal
2025-08-20T22:41:04.1579651Z [00:02:45.810]➜  cp $WORK/b075/_pkg_.a /root/.cache/go-build/38/389310d50771dbd902ff40cadc223b24c4e5d6ab7c04ddfc38f438e3cb8a3e7f-d # internal
2025-08-20T22:41:04.1591622Z [00:02:45.811]➜  cp $WORK/b095/_pkg_.a /root/.cache/go-build/72/72ab7f75beb3d86c57f7c36d5d87a383f3fbe69548b5e7ca6ab2b863601d572c-d # internal
2025-08-20T22:41:04.1592600Z [00:02:45.811]➜  crypto/internal/boring
2025-08-20T22:41:04.1592892Z [00:02:45.812]➜  mkdir -p $WORK/b117/
2025-08-20T22:41:04.1596315Z [00:02:45.812]➜  github.com/c-bata/go-prompt/internal/term
2025-08-20T22:41:04.1600694Z [00:02:45.812]➜  mkdir -p $WORK/b074/
2025-08-20T22:41:04.1603055Z [00:02:45.812]➜  go tool pack r $WORK/b120/_pkg_.a $WORK/b120/md5block_arm64.o # internal
2025-08-20T22:41:04.1603649Z [00:02:45.812]➜  go tool buildid -w $WORK/b120/_pkg_.a # internal
2025-08-20T22:41:04.1604110Z [00:02:45.812]➜  cat >/tmp/go-build3998081543/b117/importcfg << 'EOF' # internal
2025-08-20T22:41:04.1604459Z [00:02:45.812]➜  # import config
2025-08-20T22:41:04.1604801Z [00:02:45.812]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:04.1605251Z [00:02:45.812]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:04.1605986Z [00:02:45.812]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3998081543/b119/_pkg_.a
2025-08-20T22:41:04.1606495Z [00:02:45.812]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.1606804Z [00:02:45.812]➜  EOF
2025-08-20T22:41:04.1607074Z [00:02:45.813]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.1608925Z [00:02:45.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b117/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring=>crypto/internal/boring;$WORK/b117=>" -p crypto/internal/boring -lang=go1.25 -std -complete -installsuffix shared -buildid H_jz5aWRk7iUgy8YLLCA/H_jz5aWRk7iUgy8YLLCA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b117/importcfg -pack /root/.go/src/crypto/internal/boring/doc.go /root/.go/src/crypto/internal/boring/notboring.go
2025-08-20T22:41:04.1610832Z [00:02:45.813]➜  cp $WORK/b120/_pkg_.a /root/.cache/go-build/98/988b8828e3f5df0eb7dbdfc45822b1d69389789a6ba9c8e4b63767d9c82c4147-d # internal
2025-08-20T22:41:04.1611390Z [00:02:45.813]➜  math/rand
2025-08-20T22:41:04.1611653Z [00:02:45.813]➜  mkdir -p $WORK/b123/
2025-08-20T22:41:04.1616498Z [00:02:45.814]➜  cat >/tmp/go-build3998081543/b123/importcfg << 'EOF' # internal
2025-08-20T22:41:04.1616880Z [00:02:45.814]➜  # import config
2025-08-20T22:41:04.1617271Z [00:02:45.814]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:04.1617729Z [00:02:45.814]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:04.1618143Z [00:02:45.814]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.1619006Z [00:02:45.814]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:04.1619400Z [00:02:45.814]➜  EOF
2025-08-20T22:41:04.1621190Z [00:02:45.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b123/_pkg_.a -trimpath "/root/.go/src/math/rand=>math/rand;$WORK/b123=>" -p math/rand -lang=go1.25 -std -complete -installsuffix shared -buildid d_7wOllrEnD7fz2-rkyO/d_7wOllrEnD7fz2-rkyO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b123/importcfg -pack /root/.go/src/math/rand/exp.go /root/.go/src/math/rand/normal.go /root/.go/src/math/rand/rand.go /root/.go/src/math/rand/rng.go /root/.go/src/math/rand/zipf.go
2025-08-20T22:41:04.1627184Z [00:02:45.814]➜  cat >/tmp/go-build3998081543/b074/importcfg << 'EOF' # internal
2025-08-20T22:41:04.1627555Z [00:02:45.814]➜  # import config
2025-08-20T22:41:04.1627977Z [00:02:45.814]➜  packagefile github.com/pkg/term/termios=/tmp/go-build3998081543/b075/_pkg_.a
2025-08-20T22:41:04.1628541Z [00:02:45.814]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:04.1629007Z [00:02:45.814]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.1629424Z [00:02:45.814]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:04.1629743Z [00:02:45.814]➜  EOF
2025-08-20T22:41:04.1631953Z [00:02:45.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b074/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/term=>github.com/c-bata/go-prompt@v0.2.6/internal/term;$WORK/b074=>" -p github.com/c-bata/go-prompt/internal/term -lang=go1.14 -complete -installsuffix shared -buildid KFZ4UGdIGDeTh9KSHjAg/KFZ4UGdIGDeTh9KSHjAg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b074/importcfg -pack /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/term/raw.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/internal/term/term.go
2025-08-20T22:41:04.1857149Z [00:02:45.838]➜  go tool buildid -w $WORK/b117/_pkg_.a # internal
2025-08-20T22:41:04.1858033Z [00:02:45.838]➜  cp $WORK/b117/_pkg_.a /root/.cache/go-build/24/24e8588ad9f381e439e0ec4a8f306894ff43c02e860277ea3f57f1173f770d3a-d # internal
2025-08-20T22:41:04.1858576Z [00:02:45.838]➜  crypto/aes
2025-08-20T22:41:04.1860294Z [00:02:45.838]➜  mkdir -p $WORK/b094/
2025-08-20T22:41:04.1862550Z [00:02:45.839]➜  cat >/tmp/go-build3998081543/b094/importcfg << 'EOF' # internal
2025-08-20T22:41:04.1865008Z [00:02:45.839]➜  # import config
2025-08-20T22:41:04.1865503Z [00:02:45.839]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:04.1866089Z [00:02:45.839]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:04.1866648Z [00:02:45.839]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3998081543/b096/_pkg_.a
2025-08-20T22:41:04.1867148Z [00:02:45.839]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.1867467Z [00:02:45.839]➜  EOF
2025-08-20T22:41:04.1868873Z [00:02:45.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b094/_pkg_.a -trimpath "/root/.go/src/crypto/aes=>crypto/aes;$WORK/b094=>" -p crypto/aes -lang=go1.25 -std -complete -installsuffix shared -buildid NIrY2sXihKc0NX5_sWAT/NIrY2sXihKc0NX5_sWAT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b094/importcfg -pack /root/.go/src/crypto/aes/aes.go
2025-08-20T22:41:04.1909023Z [00:02:45.843]➜  go tool buildid -w $WORK/b074/_pkg_.a # internal
2025-08-20T22:41:04.1913015Z [00:02:45.844]➜  cp $WORK/b074/_pkg_.a /root/.cache/go-build/12/1215cf6b32c7b233788ff6daf499154bd1d0ba33c7e44769650ac8de2e9ef5b0-d # internal
2025-08-20T22:41:04.2042705Z [00:02:45.857]➜  go tool buildid -w $WORK/b094/_pkg_.a # internal
2025-08-20T22:41:04.2046333Z [00:02:45.857]➜  cp $WORK/b094/_pkg_.a /root/.cache/go-build/e0/e047e0232e0a4d676419a212a0209962efb1a4432e6c25341dde94c828c8934b-d # internal
2025-08-20T22:41:04.2047992Z [00:02:45.857]➜  crypto/sha1
2025-08-20T22:41:04.2048908Z [00:02:45.857]➜  mkdir -p $WORK/b124/
2025-08-20T22:41:04.2050893Z [00:02:45.858]➜  echo -n > $WORK/b124/go_asm.h # internal
2025-08-20T22:41:04.2051305Z [00:02:45.858]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:41:04.2052385Z [00:02:45.858]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b124/symabis ./sha1block_arm64.s
2025-08-20T22:41:04.2062756Z [00:02:45.859]➜  github.com/c-bata/go-prompt
2025-08-20T22:41:04.2063584Z [00:02:45.859]➜  mkdir -p $WORK/b064/
2025-08-20T22:41:04.2064034Z [00:02:45.859]➜  cat >/tmp/go-build3998081543/b064/importcfg << 'EOF' # internal
2025-08-20T22:41:04.2064403Z [00:02:45.859]➜  # import config
2025-08-20T22:41:04.2064746Z [00:02:45.859]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:04.2065306Z [00:02:45.859]➜  packagefile github.com/c-bata/go-prompt/internal/bisect=/tmp/go-build3998081543/b066/_pkg_.a
2025-08-20T22:41:04.2066223Z [00:02:45.859]➜  packagefile github.com/c-bata/go-prompt/internal/debug=/tmp/go-build3998081543/b068/_pkg_.a
2025-08-20T22:41:04.2066907Z [00:02:45.859]➜  packagefile github.com/c-bata/go-prompt/internal/strings=/tmp/go-build3998081543/b073/_pkg_.a
2025-08-20T22:41:04.2067570Z [00:02:45.859]➜  packagefile github.com/c-bata/go-prompt/internal/term=/tmp/go-build3998081543/b074/_pkg_.a
2025-08-20T22:41:04.2068178Z [00:02:45.859]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3998081543/b078/_pkg_.a
2025-08-20T22:41:04.2069146Z [00:02:45.859]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:04.2069608Z [00:02:45.859]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:04.2070029Z [00:02:45.859]➜  packagefile os/signal=/tmp/go-build3998081543/b082/_pkg_.a
2025-08-20T22:41:04.2070465Z [00:02:45.859]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:04.2071440Z [00:02:45.859]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.2071876Z [00:02:45.859]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:04.2072297Z [00:02:45.859]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.2072710Z [00:02:45.859]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:04.2073128Z [00:02:45.859]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:04.2073590Z [00:02:45.859]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:04.2073926Z [00:02:45.859]➜  EOF
2025-08-20T22:41:04.2074196Z [00:02:45.859]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.2081020Z [00:02:45.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6=>github.com/c-bata/go-prompt@v0.2.6;$WORK/b064=>" -p github.com/c-bata/go-prompt -lang=go1.14 -complete -installsuffix shared -buildid prpg2G-hkXs10NQ87WzN/prpg2G-hkXs10NQ87WzN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b064/importcfg -pack /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/buffer.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/completion.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/document.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/emacs.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/filter.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/history.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/input.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/input_posix.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/key.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/key_bind.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/key_bind_func.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/key_string.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/option.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/output.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/output_posix.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/output_vt100.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/prompt.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/render.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/shortcut.go /root/go/pkg/mod/github.com/c-bata/go-prompt@v0.2.6/signal_posix.go
2025-08-20T22:41:04.2116657Z [00:02:45.862]➜  go tool buildid -w $WORK/b123/_pkg_.a # internal
2025-08-20T22:41:04.2117175Z [00:02:45.863]➜  cat >/tmp/go-build3998081543/b124/importcfg << 'EOF' # internal
2025-08-20T22:41:04.2117524Z [00:02:45.863]➜  # import config
2025-08-20T22:41:04.2117860Z [00:02:45.863]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:04.2118347Z [00:02:45.863]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:04.2118905Z [00:02:45.863]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:04.2119458Z [00:02:45.863]➜  packagefile crypto/internal/impl=/tmp/go-build3998081543/b105/_pkg_.a
2025-08-20T22:41:04.2119952Z [00:02:45.863]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.2120369Z [00:02:45.863]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.2120829Z [00:02:45.863]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:04.2121315Z [00:02:45.863]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:41:04.2122130Z [00:02:45.863]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:04.2122453Z [00:02:45.863]➜  EOF
2025-08-20T22:41:04.2124305Z [00:02:45.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b124/_pkg_.a -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b124=>" -p crypto/sha1 -lang=go1.25 -std -installsuffix shared -buildid 8Z_kqFRDVoFSVE0DDi_T/8Z_kqFRDVoFSVE0DDi_T -goversion go1.25.0 -symabis $WORK/b124/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b124/importcfg -pack -asmhdr $WORK/b124/go_asm.h /root/.go/src/crypto/sha1/sha1.go /root/.go/src/crypto/sha1/sha1block.go /root/.go/src/crypto/sha1/sha1block_arm64.go
2025-08-20T22:41:04.2126507Z [00:02:45.863]➜  cp $WORK/b123/_pkg_.a /root/.cache/go-build/59/595d545b97ad24434d502fd90fa5b8d27742695b58673c8b07cf1936006add50-d # internal
2025-08-20T22:41:04.2127033Z [00:02:45.864]➜  math/big
2025-08-20T22:41:04.2127267Z [00:02:45.864]➜  mkdir -p $WORK/b122/
2025-08-20T22:41:04.2127579Z [00:02:45.864]➜  echo -n > $WORK/b122/go_asm.h # internal
2025-08-20T22:41:04.2127887Z [00:02:45.864]➜  cd /root/.go/src/math/big
2025-08-20T22:41:04.2128826Z [00:02:45.864]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b122/symabis ./arith_arm64.s
2025-08-20T22:41:04.2194837Z [00:02:45.872]➜  cat >/tmp/go-build3998081543/b122/importcfg << 'EOF' # internal
2025-08-20T22:41:04.2195840Z [00:02:45.872]➜  # import config
2025-08-20T22:41:04.2196257Z [00:02:45.872]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:04.2196694Z [00:02:45.872]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.2197114Z [00:02:45.872]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:04.2197573Z [00:02:45.872]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:04.2198041Z [00:02:45.872]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:04.2198445Z [00:02:45.872]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:04.2198875Z [00:02:45.872]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:04.2199315Z [00:02:45.872]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:04.2199746Z [00:02:45.872]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:04.2200479Z [00:02:45.872]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.2201013Z [00:02:45.872]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:04.2201488Z [00:02:45.872]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.2201796Z [00:02:45.872]➜  EOF
2025-08-20T22:41:04.2202068Z [00:02:45.872]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.2206422Z [00:02:45.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b122/_pkg_.a -trimpath "/root/.go/src/math/big=>math/big;$WORK/b122=>" -p math/big -lang=go1.25 -std -installsuffix shared -buildid ckCotv1-eUY3z3WtniLs/ckCotv1-eUY3z3WtniLs -goversion go1.25.0 -symabis $WORK/b122/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b122/importcfg -pack -asmhdr $WORK/b122/go_asm.h /root/.go/src/math/big/accuracy_string.go /root/.go/src/math/big/arith.go /root/.go/src/math/big/arith_decl.go /root/.go/src/math/big/decimal.go /root/.go/src/math/big/doc.go /root/.go/src/math/big/float.go /root/.go/src/math/big/floatconv.go /root/.go/src/math/big/floatmarsh.go /root/.go/src/math/big/ftoa.go /root/.go/src/math/big/int.go /root/.go/src/math/big/intconv.go /root/.go/src/math/big/intmarsh.go /root/.go/src/math/big/nat.go /root/.go/src/math/big/natconv.go /root/.go/src/math/big/natdiv.go /root/.go/src/math/big/natmul.go /root/.go/src/math/big/prime.go /root/.go/src/math/big/rat.go /root/.go/src/math/big/ratconv.go /root/.go/src/math/big/ratmarsh.go /root/.go/src/math/big/roundingmode_string.go /root/.go/src/math/big/sqrt.go
2025-08-20T22:41:04.2437110Z [00:02:45.896]➜  cd /root/.go/src/crypto/sha1
2025-08-20T22:41:04.2438961Z [00:02:45.896]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/sha1 -trimpath "/root/.go/src/crypto/sha1=>crypto/sha1;$WORK/b124=>" -I $WORK/b124/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b124/sha1block_arm64.o ./sha1block_arm64.s
2025-08-20T22:41:04.2472987Z [00:02:45.900]➜  go tool pack r $WORK/b124/_pkg_.a $WORK/b124/sha1block_arm64.o # internal
2025-08-20T22:41:04.2473696Z [00:02:45.900]➜  go tool buildid -w $WORK/b124/_pkg_.a # internal
2025-08-20T22:41:04.2490594Z [00:02:45.900]➜  cp $WORK/b124/_pkg_.a /root/.cache/go-build/18/188c5a7ac4b169caa8e545477d05ead69d1d04e3f771f88acb1588d8d861d949-d # internal
2025-08-20T22:41:04.2491637Z [00:02:45.901]➜  crypto/des
2025-08-20T22:41:04.2491967Z [00:02:45.901]➜  mkdir -p $WORK/b127/
2025-08-20T22:41:04.2492361Z [00:02:45.901]➜  cat >/tmp/go-build3998081543/b127/importcfg << 'EOF' # internal
2025-08-20T22:41:04.2492740Z [00:02:45.901]➜  # import config
2025-08-20T22:41:04.2493109Z [00:02:45.901]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:04.2493653Z [00:02:45.901]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3998081543/b099/_pkg_.a
2025-08-20T22:41:04.2494414Z [00:02:45.901]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:04.2494917Z [00:02:45.901]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.2495490Z [00:02:45.901]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:04.2496019Z [00:02:45.901]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.2496441Z [00:02:45.901]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.2496748Z [00:02:45.901]➜  EOF
2025-08-20T22:41:04.2497017Z [00:02:45.901]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.2498745Z [00:02:45.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b127/_pkg_.a -trimpath "/root/.go/src/crypto/des=>crypto/des;$WORK/b127=>" -p crypto/des -lang=go1.25 -std -complete -installsuffix shared -buildid V3t-4XrzLvRnqQjloiZp/V3t-4XrzLvRnqQjloiZp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b127/importcfg -pack /root/.go/src/crypto/des/block.go /root/.go/src/crypto/des/cipher.go /root/.go/src/crypto/des/const.go
2025-08-20T22:41:04.2696760Z [00:02:45.921]➜  cd $WORK/b086
2025-08-20T22:41:04.2698660Z [00:02:45.921]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b086=/tmp/go-build -gno-record-gcc-switches -I $WORK/b086/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b086/_x001.o -c _cgo_export.c
2025-08-20T22:41:04.2757610Z [00:02:45.928]➜  go tool buildid -w $WORK/b127/_pkg_.a # internal
2025-08-20T22:41:04.2763567Z [00:02:45.929]➜  cp $WORK/b127/_pkg_.a /root/.cache/go-build/2f/2fd2b069ea6d486e778785a320001e983c6c7a46bb43fd53fbed7f48e0caf2eb-d # internal
2025-08-20T22:41:04.2770561Z [00:02:45.929]➜  crypto/internal/fips140/nistec/fiat
2025-08-20T22:41:04.2770907Z [00:02:45.929]➜  mkdir -p $WORK/b131/
2025-08-20T22:41:04.2773490Z [00:02:45.930]➜  cat >/tmp/go-build3998081543/b131/importcfg << 'EOF' # internal
2025-08-20T22:41:04.2775081Z [00:02:45.930]➜  # import config
2025-08-20T22:41:04.2775630Z [00:02:45.930]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:04.2776313Z [00:02:45.930]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:04.2776827Z [00:02:45.930]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.2777268Z [00:02:45.930]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:04.2777596Z [00:02:45.930]➜  EOF
2025-08-20T22:41:04.2777864Z [00:02:45.930]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.2783178Z [00:02:45.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b131/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec/fiat=>crypto/internal/fips140/nistec/fiat;$WORK/b131=>" -p crypto/internal/fips140/nistec/fiat -lang=go1.25 -std -complete -installsuffix shared -buildid IYbIrobBm91v6aBwRqJ1/IYbIrobBm91v6aBwRqJ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b131/importcfg -pack /root/.go/src/crypto/internal/fips140/nistec/fiat/cast.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p224_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p256_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p384_invert.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_fiat64.go /root/.go/src/crypto/internal/fips140/nistec/fiat/p521_invert.go
2025-08-20T22:41:04.2921497Z [00:02:45.944]➜  cd $WORK/b086
2025-08-20T22:41:04.2923550Z [00:02:45.944]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b086=/tmp/go-build -gno-record-gcc-switches -I $WORK/b086/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b086/_x002.o -c cgo_lookup_cgo.cgo2.c
2025-08-20T22:41:04.3499203Z [00:02:46.001]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b086=/tmp/go-build -gno-record-gcc-switches -I $WORK/b086/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b086/_x003.o -c getgrouplist_unix.cgo2.c
2025-08-20T22:41:04.3793038Z [00:02:46.032]➜  go tool buildid -w $WORK/b064/_pkg_.a # internal
2025-08-20T22:41:04.3847085Z [00:02:46.037]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b086=/tmp/go-build -gno-record-gcc-switches -I $WORK/b086/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=TCDaqMs50n5i10PI86Tl -o $WORK/b086/_cgo_main.o -c _cgo_main.c
2025-08-20T22:41:04.3854523Z [00:02:46.038]➜  cp $WORK/b064/_pkg_.a /root/.cache/go-build/5b/5b4774813784076223268d3c94595d1d7f8236b95fec97dc234a53d46eba451d-d # internal
2025-08-20T22:41:04.3861003Z [00:02:46.038]➜  crypto/internal/fips140/edwards25519/field
2025-08-20T22:41:04.3861840Z [00:02:46.038]➜  mkdir -p $WORK/b132/
2025-08-20T22:41:04.3874471Z [00:02:46.040]➜  cat >/tmp/go-build3998081543/b132/importcfg << 'EOF' # internal
2025-08-20T22:41:04.3875301Z [00:02:46.040]➜  # import config
2025-08-20T22:41:04.3876391Z [00:02:46.040]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:04.3877070Z [00:02:46.040]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:04.3877705Z [00:02:46.040]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:04.3878239Z [00:02:46.040]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.3878700Z [00:02:46.040]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:04.3879028Z [00:02:46.040]➜  EOF
2025-08-20T22:41:04.3879301Z [00:02:46.040]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.3881929Z [00:02:46.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b132/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519/field=>crypto/internal/fips140/edwards25519/field;$WORK/b132=>" -p crypto/internal/fips140/edwards25519/field -lang=go1.25 -std -complete -installsuffix shared -buildid IphQMC9eTQKq58morZAk/IphQMC9eTQKq58morZAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b132/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/field/fe.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_amd64_noasm.go /root/.go/src/crypto/internal/fips140/edwards25519/field/fe_generic.go
2025-08-20T22:41:04.4038726Z [00:02:46.056]➜  TERM='dumb' gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b086=/tmp/go-build -gno-record-gcc-switches -o $WORK/b086/_cgo_.o $WORK/b086/_cgo_main.o $WORK/b086/preferlinkext $WORK/b086/_x001.o $WORK/b086/_x002.o $WORK/b086/_x003.o -O2 -g
2025-08-20T22:41:04.4311224Z [00:02:46.083]➜  go tool buildid -w $WORK/b132/_pkg_.a # internal
2025-08-20T22:41:04.4324720Z [00:02:46.085]➜  cp $WORK/b132/_pkg_.a /root/.cache/go-build/d3/d374e27d9e09ed4e9e326ab5007f9a381ad2c71fe0445a3f11674312508f549c-d # internal
2025-08-20T22:41:04.4346557Z [00:02:46.085]➜  crypto/internal/fips140/bigmod
2025-08-20T22:41:04.4347221Z [00:02:46.085]➜  mkdir -p $WORK/b137/
2025-08-20T22:41:04.4347992Z [00:02:46.085]➜  echo -n > $WORK/b137/go_asm.h # internal
2025-08-20T22:41:04.4348631Z [00:02:46.085]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:41:04.4350694Z [00:02:46.085]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b137/symabis ./nat_arm64.s
2025-08-20T22:41:04.4382554Z [00:02:46.090]➜  cat >/tmp/go-build3998081543/b137/importcfg << 'EOF' # internal
2025-08-20T22:41:04.4384160Z [00:02:46.091]➜  # import config
2025-08-20T22:41:04.4384598Z [00:02:46.091]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:04.4385260Z [00:02:46.091]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:04.4386018Z [00:02:46.091]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3998081543/b104/_pkg_.a
2025-08-20T22:41:04.4386585Z [00:02:46.091]➜  packagefile crypto/internal/impl=/tmp/go-build3998081543/b105/_pkg_.a
2025-08-20T22:41:04.4387054Z [00:02:46.091]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.4387488Z [00:02:46.091]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:04.4388196Z [00:02:46.091]➜  EOF
2025-08-20T22:41:04.4388539Z [00:02:46.091]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.4390737Z [00:02:46.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b137/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b137=>" -p crypto/internal/fips140/bigmod -lang=go1.25 -std -installsuffix shared -buildid d01bEfxgoen9rA0aoqkj/d01bEfxgoen9rA0aoqkj -goversion go1.25.0 -symabis $WORK/b137/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b137/importcfg -pack -asmhdr $WORK/b137/go_asm.h /root/.go/src/crypto/internal/fips140/bigmod/nat.go /root/.go/src/crypto/internal/fips140/bigmod/nat_asm.go
2025-08-20T22:41:04.5613275Z [00:02:46.213]➜  cd /root/.go/src/crypto/internal/fips140/bigmod
2025-08-20T22:41:04.5617432Z [00:02:46.214]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/bigmod -trimpath "/root/.go/src/crypto/internal/fips140/bigmod=>crypto/internal/fips140/bigmod;$WORK/b137=>" -I $WORK/b137/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b137/nat_arm64.o ./nat_arm64.s
2025-08-20T22:41:04.5679334Z [00:02:46.220]➜  go tool pack r $WORK/b137/_pkg_.a $WORK/b137/nat_arm64.o # internal
2025-08-20T22:41:04.5680497Z [00:02:46.220]➜  go tool buildid -w $WORK/b137/_pkg_.a # internal
2025-08-20T22:41:04.5695261Z [00:02:46.222]➜  cp $WORK/b137/_pkg_.a /root/.cache/go-build/f7/f7986a7e6caebf96b24bec07677c267eb89478c99e762fe5983d333aa087e6e9-d # internal
2025-08-20T22:41:04.5699554Z [00:02:46.222]➜  crypto/internal/fips140cache
2025-08-20T22:41:04.5699874Z [00:02:46.222]➜  mkdir -p $WORK/b138/
2025-08-20T22:41:04.5703628Z [00:02:46.223]➜  cat >/tmp/go-build3998081543/b138/importcfg << 'EOF' # internal
2025-08-20T22:41:04.5704371Z [00:02:46.223]➜  # import config
2025-08-20T22:41:04.5706691Z [00:02:46.223]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:04.5714847Z [00:02:46.223]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.5715765Z [00:02:46.223]➜  packagefile weak=/tmp/go-build3998081543/b139/_pkg_.a
2025-08-20T22:41:04.5716423Z [00:02:46.223]➜  EOF
2025-08-20T22:41:04.5717489Z [00:02:46.223]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.5719464Z [00:02:46.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b138/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140cache=>crypto/internal/fips140cache;$WORK/b138=>" -p crypto/internal/fips140cache -lang=go1.25 -std -complete -installsuffix shared -buildid mOJ69xxADTyI1M8QoAOK/mOJ69xxADTyI1M8QoAOK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b138/importcfg -pack /root/.go/src/crypto/internal/fips140cache/cache.go
2025-08-20T22:41:04.5923205Z [00:02:46.245]➜  go tool buildid -w $WORK/b138/_pkg_.a # internal
2025-08-20T22:41:04.5948169Z [00:02:46.246]➜  cp $WORK/b138/_pkg_.a /root/.cache/go-build/ec/ecb6050c896b1a1aa56bda048308423917209637b01c24884234f8096a636c47-d # internal
2025-08-20T22:41:04.5966836Z [00:02:46.247]➜  crypto/sha3
2025-08-20T22:41:04.5967303Z [00:02:46.247]➜  mkdir -p $WORK/b141/
2025-08-20T22:41:04.5967807Z [00:02:46.247]➜  cat >/tmp/go-build3998081543/b141/importcfg << 'EOF' # internal
2025-08-20T22:41:04.5968278Z [00:02:46.247]➜  # import config
2025-08-20T22:41:04.5968724Z [00:02:46.247]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:04.5969334Z [00:02:46.247]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3998081543/b106/_pkg_.a
2025-08-20T22:41:04.5969943Z [00:02:46.247]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.5970344Z [00:02:46.247]➜  EOF
2025-08-20T22:41:04.5972226Z [00:02:46.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b141/_pkg_.a -trimpath "/root/.go/src/crypto/sha3=>crypto/sha3;$WORK/b141=>" -p crypto/sha3 -lang=go1.25 -std -complete -installsuffix shared -buildid W_YWW6j20GnVUuObQInA/W_YWW6j20GnVUuObQInA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b141/importcfg -pack /root/.go/src/crypto/sha3/sha3.go
2025-08-20T22:41:04.6043059Z [00:02:46.256]➜  gcc -I /root/.go/src/os/user -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b086=/tmp/go-build -gno-record-gcc-switches -o $WORK/b086/_cgo_.o $WORK/b086/_cgo_main.o $WORK/b086/preferlinkext $WORK/b086/_x001.o $WORK/b086/_x002.o $WORK/b086/_x003.o -O2 -g # test for internal linking errors (succeeded)
2025-08-20T22:41:04.6044583Z [00:02:46.256]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage user -dynimport $WORK/b086/_cgo_.o -dynout $WORK/b086/_cgo_import.go
2025-08-20T22:41:04.6051332Z [00:02:46.257]➜  go tool buildid -w $WORK/b131/_pkg_.a # internal
2025-08-20T22:41:04.6085836Z [00:02:46.261]➜  cp $WORK/b131/_pkg_.a /root/.cache/go-build/dd/dd5a9defda8a26f133bfa4f440b79e8a0767d4042349c4cf4f7aff60501f2434-d # internal
2025-08-20T22:41:04.6108413Z [00:02:46.263]➜  cat >/tmp/go-build3998081543/b086/importcfg << 'EOF' # internal
2025-08-20T22:41:04.6108963Z [00:02:46.263]➜  # import config
2025-08-20T22:41:04.6109481Z [00:02:46.263]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:04.6111870Z [00:02:46.263]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:04.6114677Z [00:02:46.263]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.6115130Z [00:02:46.263]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:04.6115676Z [00:02:46.263]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.6116538Z [00:02:46.263]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:04.6116989Z [00:02:46.263]➜  packagefile runtime/cgo=/tmp/go-build3998081543/b087/_pkg_.a
2025-08-20T22:41:04.6117325Z [00:02:46.263]➜  EOF
2025-08-20T22:41:04.6120856Z [00:02:46.264]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b086/_pkg_.a -trimpath "/root/.go/src/os/user=>os/user;$WORK/b086=>" -p os/user -lang=go1.25 -std -installsuffix shared -buildid TCDaqMs50n5i10PI86Tl/TCDaqMs50n5i10PI86Tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b086/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/b086/_cgo_gotypes.go $WORK/b086/cgo_lookup_cgo.cgo1.go $WORK/b086/getgrouplist_unix.cgo1.go $WORK/b086/_cgo_import.go
2025-08-20T22:41:04.6128521Z [00:02:46.264]➜  crypto/internal/fips140/nistec
2025-08-20T22:41:04.6128865Z [00:02:46.264]➜  mkdir -p $WORK/b130/
2025-08-20T22:41:04.6129174Z [00:02:46.265]➜  echo -n > $WORK/b130/go_asm.h # internal
2025-08-20T22:41:04.6129532Z [00:02:46.265]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:41:04.6130834Z [00:02:46.265]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b130/symabis ./p256_asm_arm64.s
2025-08-20T22:41:04.6174100Z [00:02:46.269]➜  cat >/tmp/go-build3998081543/b130/importcfg << 'EOF' # internal
2025-08-20T22:41:04.6174496Z [00:02:46.270]➜  # import config
2025-08-20T22:41:04.6175319Z [00:02:46.270]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:04.6176641Z [00:02:46.270]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3998081543/b131/_pkg_.a
2025-08-20T22:41:04.6177376Z [00:02:46.270]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:04.6178016Z [00:02:46.270]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:04.6178576Z [00:02:46.270]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.6179018Z [00:02:46.270]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:04.6179457Z [00:02:46.270]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:04.6180252Z [00:02:46.270]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.6180655Z [00:02:46.270]➜  EOF
2025-08-20T22:41:04.6193311Z [00:02:46.272]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.6197144Z [00:02:46.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b130/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b130=>" -p crypto/internal/fips140/nistec -lang=go1.25 -std -installsuffix shared -buildid I6xat44r4YjCpdw5c6zD/I6xat44r4YjCpdw5c6zD -goversion go1.25.0 -symabis $WORK/b130/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b130/importcfg -pack -asmhdr $WORK/b130/go_asm.h /root/.go/src/crypto/internal/fips140/nistec/nistec.go /root/.go/src/crypto/internal/fips140/nistec/p224.go /root/.go/src/crypto/internal/fips140/nistec/p224_sqrt.go /root/.go/src/crypto/internal/fips140/nistec/p256_asm.go /root/.go/src/crypto/internal/fips140/nistec/p256_ordinv.go /root/.go/src/crypto/internal/fips140/nistec/p256_table.go /root/.go/src/crypto/internal/fips140/nistec/p384.go /root/.go/src/crypto/internal/fips140/nistec/p521.go
2025-08-20T22:41:04.6346714Z [00:02:46.287]➜  go tool buildid -w $WORK/b141/_pkg_.a # internal
2025-08-20T22:41:04.6353679Z [00:02:46.288]➜  cp $WORK/b141/_pkg_.a /root/.cache/go-build/42/42e88f3760debb7363fa01249a0c46d43937cb420f2b8237af0c56c98a16dd97-d # internal
2025-08-20T22:41:04.6363657Z [00:02:46.288]➜  crypto/internal/fips140hash
2025-08-20T22:41:04.6364432Z [00:02:46.288]➜  mkdir -p $WORK/b140/
2025-08-20T22:41:04.6368021Z [00:02:46.289]➜  cat >/tmp/go-build3998081543/b140/importcfg << 'EOF' # internal
2025-08-20T22:41:04.6368684Z [00:02:46.289]➜  # import config
2025-08-20T22:41:04.6369259Z [00:02:46.289]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3998081543/b106/_pkg_.a
2025-08-20T22:41:04.6371663Z [00:02:46.289]➜  packagefile crypto/sha3=/tmp/go-build3998081543/b141/_pkg_.a
2025-08-20T22:41:04.6373661Z [00:02:46.289]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.6374275Z [00:02:46.289]➜  EOF
2025-08-20T22:41:04.6381919Z [00:02:46.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b140/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140hash=>crypto/internal/fips140hash;$WORK/b140=>" -p crypto/internal/fips140hash -lang=go1.25 -std -complete -installsuffix shared -buildid 6XBZ2k4E8iuwnCWRrN-E/6XBZ2k4E8iuwnCWRrN-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b140/importcfg -pack /root/.go/src/crypto/internal/fips140hash/hash.go
2025-08-20T22:41:04.6423169Z [00:02:46.295]➜  cd /root/.go/src/math/big
2025-08-20T22:41:04.6425983Z [00:02:46.295]➜  /root/.go/pkg/tool/linux_arm64/asm -p math/big -trimpath "/root/.go/src/math/big=>math/big;$WORK/b122=>" -I $WORK/b122/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b122/arith_arm64.o ./arith_arm64.s
2025-08-20T22:41:04.6486648Z [00:02:46.301]➜  go tool buildid -w $WORK/b140/_pkg_.a # internal
2025-08-20T22:41:04.6491980Z [00:02:46.302]➜  cp $WORK/b140/_pkg_.a /root/.cache/go-build/b8/b8844c17a175c0d7f53f9b757e2cca687e2071d41bb7d5cbdf428152a2897094-d # internal
2025-08-20T22:41:04.6493759Z [00:02:46.302]➜  go tool pack r $WORK/b122/_pkg_.a $WORK/b122/arith_arm64.o # internal
2025-08-20T22:41:04.6496176Z [00:02:46.302]➜  go tool buildid -w $WORK/b122/_pkg_.a # internal
2025-08-20T22:41:04.6529252Z [00:02:46.305]➜  crypto/sha512
2025-08-20T22:41:04.6530685Z [00:02:46.305]➜  mkdir -p $WORK/b142/
2025-08-20T22:41:04.6533482Z [00:02:46.306]➜  cat >/tmp/go-build3998081543/b142/importcfg << 'EOF' # internal
2025-08-20T22:41:04.6536540Z [00:02:46.306]➜  # import config
2025-08-20T22:41:04.6536893Z [00:02:46.306]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:04.6537390Z [00:02:46.306]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:04.6537961Z [00:02:46.306]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3998081543/b108/_pkg_.a
2025-08-20T22:41:04.6538479Z [00:02:46.306]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.6538794Z [00:02:46.306]➜  EOF
2025-08-20T22:41:04.6539081Z [00:02:46.306]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.6541263Z [00:02:46.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b142/_pkg_.a -trimpath "/root/.go/src/crypto/sha512=>crypto/sha512;$WORK/b142=>" -p crypto/sha512 -lang=go1.25 -std -complete -installsuffix shared -buildid l_784h4NNARlOp1RaqZi/l_784h4NNARlOp1RaqZi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b142/importcfg -pack /root/.go/src/crypto/sha512/sha512.go
2025-08-20T22:41:04.6567697Z [00:02:46.309]➜  cd /root/.go/src/os/user
2025-08-20T22:41:04.6568496Z [00:02:46.309]➜  go tool pack r $WORK/b086/_pkg_.a $WORK/b086/preferlinkext $WORK/b086/_x001.o $WORK/b086/_x002.o $WORK/b086/_x003.o # internal
2025-08-20T22:41:04.6569211Z [00:02:46.309]➜  go tool buildid -w $WORK/b086/_pkg_.a # internal
2025-08-20T22:41:04.6576686Z [00:02:46.310]➜  cp $WORK/b086/_pkg_.a /root/.cache/go-build/2a/2a1638cb084a7a6912e66719e7172d2bd6eb1a4925e902b0dec6287a034b5597-d # internal
2025-08-20T22:41:04.6578381Z [00:02:46.310]➜  archive/tar
2025-08-20T22:41:04.6578778Z [00:02:46.310]➜  mkdir -p $WORK/b084/
2025-08-20T22:41:04.6583625Z [00:02:46.311]➜  cat >/tmp/go-build3998081543/b084/importcfg << 'EOF' # internal
2025-08-20T22:41:04.6584084Z [00:02:46.311]➜  # import config
2025-08-20T22:41:04.6584427Z [00:02:46.311]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:04.6584873Z [00:02:46.311]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.6585284Z [00:02:46.311]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:04.6585904Z [00:02:46.311]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:04.6586354Z [00:02:46.311]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:04.6586778Z [00:02:46.311]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:04.6587202Z [00:02:46.311]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:04.6587612Z [00:02:46.311]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:04.6588029Z [00:02:46.311]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:04.6588449Z [00:02:46.311]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:04.6588893Z [00:02:46.311]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:04.6589352Z [00:02:46.311]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:04.6589779Z [00:02:46.311]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:04.6590200Z [00:02:46.311]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:04.6590617Z [00:02:46.311]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.6591047Z [00:02:46.311]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:04.6591898Z [00:02:46.311]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.6592414Z [00:02:46.311]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:04.6592833Z [00:02:46.311]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:04.6593143Z [00:02:46.311]➜  EOF
2025-08-20T22:41:04.6593415Z [00:02:46.311]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:04.6596054Z [00:02:46.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b084/_pkg_.a -trimpath "/root/.go/src/archive/tar=>archive/tar;$WORK/b084=>" -p archive/tar -lang=go1.25 -std -complete -installsuffix shared -buildid 4D22RQ52EInj1-p8m4MV/4D22RQ52EInj1-p8m4MV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b084/importcfg -pack /root/.go/src/archive/tar/common.go /root/.go/src/archive/tar/format.go /root/.go/src/archive/tar/reader.go /root/.go/src/archive/tar/stat_actime1.go /root/.go/src/archive/tar/stat_unix.go /root/.go/src/archive/tar/strconv.go /root/.go/src/archive/tar/writer.go
2025-08-20T22:41:04.6603924Z [00:02:46.313]➜  cp $WORK/b122/_pkg_.a /root/.cache/go-build/f4/f45ee9c061e45e004d49286b8264ef5c400999a8ab2e91662c9b36434f347474-d # internal
2025-08-20T22:41:04.6604547Z [00:02:46.313]➜  crypto/rand
2025-08-20T22:41:04.6604800Z [00:02:46.313]➜  mkdir -p $WORK/b121/
2025-08-20T22:41:04.6611035Z [00:02:46.313]➜  cat >/tmp/go-build3998081543/b121/importcfg << 'EOF' # internal
2025-08-20T22:41:04.6611714Z [00:02:46.313]➜  # import config
2025-08-20T22:41:04.6612373Z [00:02:46.313]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:04.6612922Z [00:02:46.313]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:04.6613485Z [00:02:46.313]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3998081543/b110/_pkg_.a
2025-08-20T22:41:04.6614204Z [00:02:46.313]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:04.6614837Z [00:02:46.313]➜  packagefile crypto/internal/randutil=/tmp/go-build3998081543/b113/_pkg_.a
2025-08-20T22:41:04.6615500Z [00:02:46.313]➜  packagefile crypto/internal/sysrand=/tmp/go-build3998081543/b112/_pkg_.a
2025-08-20T22:41:04.6616043Z [00:02:46.313]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.6616490Z [00:02:46.313]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:04.6616912Z [00:02:46.313]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:04.6617248Z [00:02:46.313]➜  EOF
2025-08-20T22:41:04.6619051Z [00:02:46.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b121/_pkg_.a -trimpath "/root/.go/src/crypto/rand=>crypto/rand;$WORK/b121=>" -p crypto/rand -lang=go1.25 -std -complete -installsuffix shared -buildid A38w9Mg8qJS5LJrKaVFx/A38w9Mg8qJS5LJrKaVFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b121/importcfg -pack /root/.go/src/crypto/rand/rand.go /root/.go/src/crypto/rand/text.go /root/.go/src/crypto/rand/util.go
2025-08-20T22:41:04.6709298Z [00:02:46.323]➜  go tool buildid -w $WORK/b142/_pkg_.a # internal
2025-08-20T22:41:04.6717993Z [00:02:46.324]➜  cp $WORK/b142/_pkg_.a /root/.cache/go-build/f6/f6f29b57fb53d83386d851c96625bdb4ccc33a0b45b8852fa2e62c9e674330f3-d # internal
2025-08-20T22:41:04.6719191Z [00:02:46.324]➜  crypto/internal/boring/bbig
2025-08-20T22:41:04.6719530Z [00:02:46.324]➜  mkdir -p $WORK/b135/
2025-08-20T22:41:04.6719918Z [00:02:46.324]➜  cat >/tmp/go-build3998081543/b135/importcfg << 'EOF' # internal
2025-08-20T22:41:04.6720293Z [00:02:46.324]➜  # import config
2025-08-20T22:41:04.6720698Z [00:02:46.324]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:04.6721187Z [00:02:46.324]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:04.6721505Z [00:02:46.324]➜  EOF
2025-08-20T22:41:04.6723563Z [00:02:46.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b135/_pkg_.a -trimpath "/root/.go/src/crypto/internal/boring/bbig=>crypto/internal/boring/bbig;$WORK/b135=>" -p crypto/internal/boring/bbig -lang=go1.25 -std -complete -installsuffix shared -buildid uLuL3fdmLM1-eRuYX6XK/uLuL3fdmLM1-eRuYX6XK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b135/importcfg -pack /root/.go/src/crypto/internal/boring/bbig/big.go
2025-08-20T22:41:04.6802653Z [00:02:46.333]➜  go tool buildid -w $WORK/b121/_pkg_.a # internal
2025-08-20T22:41:04.6808529Z [00:02:46.333]➜  cp $WORK/b121/_pkg_.a /root/.cache/go-build/1b/1bf7f27970ce9e2286d4e2d71ac592f52f998b9e407b0315d357c172ae987e1d-d # internal
2025-08-20T22:41:04.6810512Z [00:02:46.334]➜  encoding/asn1
2025-08-20T22:41:04.6811609Z [00:02:46.334]➜  mkdir -p $WORK/b144/
2025-08-20T22:41:04.6817823Z [00:02:46.334]➜  cat >/tmp/go-build3998081543/b144/importcfg << 'EOF' # internal
2025-08-20T22:41:04.6820868Z [00:02:46.334]➜  # import config
2025-08-20T22:41:04.6821243Z [00:02:46.334]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:04.6821700Z [00:02:46.334]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.6822121Z [00:02:46.334]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:04.6822539Z [00:02:46.334]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:04.6822967Z [00:02:46.334]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:04.6823403Z [00:02:46.334]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:04.6824217Z [00:02:46.334]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:04.6824643Z [00:02:46.334]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.6825070Z [00:02:46.334]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:04.6827875Z [00:02:46.334]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:04.6828337Z [00:02:46.334]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:04.6828825Z [00:02:46.334]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:04.6829161Z [00:02:46.334]➜  EOF
2025-08-20T22:41:04.6830888Z [00:02:46.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b144/_pkg_.a -trimpath "/root/.go/src/encoding/asn1=>encoding/asn1;$WORK/b144=>" -p encoding/asn1 -lang=go1.25 -std -complete -installsuffix shared -buildid gw_QiJhDAJhYzCghGh4Q/gw_QiJhDAJhYzCghGh4Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b144/importcfg -pack /root/.go/src/encoding/asn1/asn1.go /root/.go/src/encoding/asn1/common.go /root/.go/src/encoding/asn1/marshal.go
2025-08-20T22:41:04.6883112Z [00:02:46.341]➜  go tool buildid -w $WORK/b135/_pkg_.a # internal
2025-08-20T22:41:04.6893176Z [00:02:46.342]➜  cp $WORK/b135/_pkg_.a /root/.cache/go-build/88/88edf4806a1182fbe40b1684c93792656bce39dc8ed4bcf19d6e109e51e7a5de-d # internal
2025-08-20T22:41:04.6900964Z [00:02:46.342]➜  crypto/internal/fips140/edwards25519
2025-08-20T22:41:04.6904284Z [00:02:46.343]➜  mkdir -p $WORK/b149/
2025-08-20T22:41:04.6916480Z [00:02:46.344]➜  cat >/tmp/go-build3998081543/b149/importcfg << 'EOF' # internal
2025-08-20T22:41:04.6917160Z [00:02:46.344]➜  # import config
2025-08-20T22:41:04.6917729Z [00:02:46.344]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:04.6921026Z [00:02:46.344]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3998081543/b132/_pkg_.a
2025-08-20T22:41:04.6921719Z [00:02:46.344]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:04.6922348Z [00:02:46.344]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:04.6922885Z [00:02:46.344]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.6923321Z [00:02:46.344]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:04.6923774Z [00:02:46.344]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.6924471Z [00:02:46.344]➜  EOF
2025-08-20T22:41:04.6927811Z [00:02:46.344]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b149/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/edwards25519=>crypto/internal/fips140/edwards25519;$WORK/b149=>" -p crypto/internal/fips140/edwards25519 -lang=go1.25 -std -complete -installsuffix shared -buildid 43DwD2TM_46EvNt2sEHy/43DwD2TM_46EvNt2sEHy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b149/importcfg -pack /root/.go/src/crypto/internal/fips140/edwards25519/doc.go /root/.go/src/crypto/internal/fips140/edwards25519/edwards25519.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar.go /root/.go/src/crypto/internal/fips140/edwards25519/scalar_fiat.go /root/.go/src/crypto/internal/fips140/edwards25519/scalarmult.go /root/.go/src/crypto/internal/fips140/edwards25519/tables.go
2025-08-20T22:41:04.7671508Z [00:02:46.419]➜  go tool buildid -w $WORK/b149/_pkg_.a # internal
2025-08-20T22:41:04.7686949Z [00:02:46.421]➜  cp $WORK/b149/_pkg_.a /root/.cache/go-build/1e/1eef6ea75998168352387a948438dcac8eea91de42931a026c97ca6094e0688d-d # internal
2025-08-20T22:41:04.7709099Z [00:02:46.421]➜  crypto/internal/fips140/ed25519
2025-08-20T22:41:04.7709624Z [00:02:46.421]➜  mkdir -p $WORK/b148/
2025-08-20T22:41:04.7710012Z [00:02:46.422]➜  cat >/tmp/go-build3998081543/b148/importcfg << 'EOF' # internal
2025-08-20T22:41:04.7710364Z [00:02:46.422]➜  # import config
2025-08-20T22:41:04.7710701Z [00:02:46.422]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:04.7711685Z [00:02:46.422]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:04.7712263Z [00:02:46.422]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:04.7712845Z [00:02:46.422]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3998081543/b110/_pkg_.a
2025-08-20T22:41:04.7713458Z [00:02:46.422]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3998081543/b149/_pkg_.a
2025-08-20T22:41:04.7714088Z [00:02:46.422]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3998081543/b108/_pkg_.a
2025-08-20T22:41:04.7714585Z [00:02:46.422]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.7715012Z [00:02:46.422]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.7715562Z [00:02:46.422]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:04.7715909Z [00:02:46.422]➜  EOF
2025-08-20T22:41:04.7722734Z [00:02:46.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b148/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ed25519=>crypto/internal/fips140/ed25519;$WORK/b148=>" -p crypto/internal/fips140/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid unbye3IrmxVyBiMgNX5o/unbye3IrmxVyBiMgNX5o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b148/importcfg -pack /root/.go/src/crypto/internal/fips140/ed25519/cast.go /root/.go/src/crypto/internal/fips140/ed25519/ed25519.go
2025-08-20T22:41:04.8087829Z [00:02:46.461]➜  go tool buildid -w $WORK/b148/_pkg_.a # internal
2025-08-20T22:41:04.8096719Z [00:02:46.462]➜  cp $WORK/b148/_pkg_.a /root/.cache/go-build/5f/5f968098c61e825fe0a9316d473d71c2047182aeacbb86694cacd3454f4e4d32-d # internal
2025-08-20T22:41:04.8098311Z [00:02:46.462]➜  crypto/ed25519
2025-08-20T22:41:04.8099537Z [00:02:46.462]➜  mkdir -p $WORK/b147/
2025-08-20T22:41:04.8102433Z [00:02:46.463]➜  cat >/tmp/go-build3998081543/b147/importcfg << 'EOF' # internal
2025-08-20T22:41:04.8102911Z [00:02:46.463]➜  # import config
2025-08-20T22:41:04.8103255Z [00:02:46.463]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:04.8103783Z [00:02:46.463]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3998081543/b148/_pkg_.a
2025-08-20T22:41:04.8105243Z [00:02:46.463]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3998081543/b138/_pkg_.a
2025-08-20T22:41:04.8106132Z [00:02:46.463]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:04.8107760Z [00:02:46.463]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:04.8108334Z [00:02:46.463]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:04.8108788Z [00:02:46.463]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.8109206Z [00:02:46.463]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:04.8109617Z [00:02:46.463]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:04.8109949Z [00:02:46.463]➜  EOF
2025-08-20T22:41:04.8111532Z [00:02:46.463]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b147/_pkg_.a -trimpath "/root/.go/src/crypto/ed25519=>crypto/ed25519;$WORK/b147=>" -p crypto/ed25519 -lang=go1.25 -std -complete -installsuffix shared -buildid ubc8QILqzxwNY9uAXovg/ubc8QILqzxwNY9uAXovg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b147/importcfg -pack /root/.go/src/crypto/ed25519/ed25519.go
2025-08-20T22:41:04.8787961Z [00:02:46.529]➜  go tool buildid -w $WORK/b144/_pkg_.a # internal
2025-08-20T22:41:04.8791259Z [00:02:46.531]➜  cp $WORK/b144/_pkg_.a /root/.cache/go-build/ba/ba9e862be789804eb5216eaa59076dc3e7829afaee26fe50ed4d027b7b68f92c-d # internal
2025-08-20T22:41:04.8792697Z [00:02:46.532]➜  vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:41:04.8793638Z [00:02:46.532]➜  mkdir -p $WORK/b143/
2025-08-20T22:41:04.8806618Z [00:02:46.532]➜  cat >/tmp/go-build3998081543/b143/importcfg << 'EOF' # internal
2025-08-20T22:41:04.8807815Z [00:02:46.533]➜  # import config
2025-08-20T22:41:04.8808346Z [00:02:46.533]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:41:04.8808926Z [00:02:46.533]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:41:04.8809380Z [00:02:46.533]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.8809800Z [00:02:46.533]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:04.8810370Z [00:02:46.533]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3998081543/b146/_pkg_.a
2025-08-20T22:41:04.8810921Z [00:02:46.533]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:04.8811354Z [00:02:46.533]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:04.8811771Z [00:02:46.533]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:04.8812092Z [00:02:46.533]➜  EOF
2025-08-20T22:41:04.8814428Z [00:02:46.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b143/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/cryptobyte=>vendor/golang.org/x/crypto/cryptobyte;$WORK/b143=>" -p vendor/golang.org/x/crypto/cryptobyte -lang=go1.25 -std -complete -installsuffix shared -buildid oRvOipY8qVEQF5KC7uVV/oRvOipY8qVEQF5KC7uVV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b143/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/asn1.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/builder.go /root/.go/src/vendor/golang.org/x/crypto/cryptobyte/string.go
2025-08-20T22:41:04.9284339Z [00:02:46.581]➜  go tool buildid -w $WORK/b147/_pkg_.a # internal
2025-08-20T22:41:04.9313005Z [00:02:46.584]➜  cp $WORK/b147/_pkg_.a /root/.cache/go-build/5a/5a93c480d596584b158bc3f91091ebcfb7fee73c3115cdb7ce21a87f647dcf86-d # internal
2025-08-20T22:41:04.9313958Z [00:02:46.584]➜  crypto/internal/fips140/hkdf
2025-08-20T22:41:04.9316688Z [00:02:46.584]➜  mkdir -p $WORK/b151/
2025-08-20T22:41:04.9348348Z [00:02:46.587]➜  cat >/tmp/go-build3998081543/b151/importcfg << 'EOF' # internal
2025-08-20T22:41:04.9349101Z [00:02:46.587]➜  # import config
2025-08-20T22:41:04.9350061Z [00:02:46.587]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:04.9351791Z [00:02:46.587]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:04.9352738Z [00:02:46.587]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:04.9354305Z [00:02:46.587]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3998081543/b101/_pkg_.a
2025-08-20T22:41:04.9355008Z [00:02:46.587]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3998081543/b102/_pkg_.a
2025-08-20T22:41:04.9355799Z [00:02:46.587]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.9356281Z [00:02:46.587]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.9356615Z [00:02:46.587]➜  EOF
2025-08-20T22:41:04.9358521Z [00:02:46.587]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b151/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/hkdf=>crypto/internal/fips140/hkdf;$WORK/b151=>" -p crypto/internal/fips140/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid bQq8kK-sRD2qWI2UGSWz/bQq8kK-sRD2qWI2UGSWz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b151/importcfg -pack /root/.go/src/crypto/internal/fips140/hkdf/cast.go /root/.go/src/crypto/internal/fips140/hkdf/hkdf.go
2025-08-20T22:41:04.9512598Z [00:02:46.603]➜  go tool buildid -w $WORK/b151/_pkg_.a # internal
2025-08-20T22:41:04.9513805Z [00:02:46.603]➜  cp $WORK/b151/_pkg_.a /root/.cache/go-build/05/05277414b8f3a04b3a70f21a37b6afb440a8ed68c3607ecbf35a1aad72299301-d # internal
2025-08-20T22:41:04.9514636Z [00:02:46.603]➜  crypto/hkdf
2025-08-20T22:41:04.9515162Z [00:02:46.603]➜  mkdir -p $WORK/b150/
2025-08-20T22:41:04.9516061Z [00:02:46.604]➜  cat >/tmp/go-build3998081543/b150/importcfg << 'EOF' # internal
2025-08-20T22:41:04.9517047Z [00:02:46.604]➜  # import config
2025-08-20T22:41:04.9517729Z [00:02:46.604]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3998081543/b151/_pkg_.a
2025-08-20T22:41:04.9518542Z [00:02:46.604]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3998081543/b140/_pkg_.a
2025-08-20T22:41:04.9519278Z [00:02:46.604]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:04.9520085Z [00:02:46.604]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.9524757Z [00:02:46.604]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.9525102Z [00:02:46.604]➜  EOF
2025-08-20T22:41:04.9526873Z [00:02:46.604]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b150/_pkg_.a -trimpath "/root/.go/src/crypto/hkdf=>crypto/hkdf;$WORK/b150=>" -p crypto/hkdf -lang=go1.25 -std -complete -installsuffix shared -buildid le8lku1Ns3Um0BHAqMkZ/le8lku1Ns3Um0BHAqMkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b150/importcfg -pack /root/.go/src/crypto/hkdf/hkdf.go
2025-08-20T22:41:04.9677264Z [00:02:46.620]➜  go tool buildid -w $WORK/b150/_pkg_.a # internal
2025-08-20T22:41:04.9693327Z [00:02:46.621]➜  cp $WORK/b150/_pkg_.a /root/.cache/go-build/f2/f2737138cd2a5e5c62a990ae02f80bc2cb6947f388f10bdeb3b2f127187cf920-d # internal
2025-08-20T22:41:04.9693936Z [00:02:46.622]➜  crypto/hmac
2025-08-20T22:41:04.9694206Z [00:02:46.622]➜  mkdir -p $WORK/b152/
2025-08-20T22:41:04.9726707Z [00:02:46.622]➜  cat >/tmp/go-build3998081543/b152/importcfg << 'EOF' # internal
2025-08-20T22:41:04.9728040Z [00:02:46.622]➜  # import config
2025-08-20T22:41:04.9728473Z [00:02:46.623]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:04.9729169Z [00:02:46.623]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3998081543/b101/_pkg_.a
2025-08-20T22:41:04.9729812Z [00:02:46.623]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3998081543/b140/_pkg_.a
2025-08-20T22:41:04.9730414Z [00:02:46.623]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:04.9730938Z [00:02:46.623]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:04.9731551Z [00:02:46.623]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:04.9731874Z [00:02:46.623]➜  EOF
2025-08-20T22:41:04.9733581Z [00:02:46.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b152/_pkg_.a -trimpath "/root/.go/src/crypto/hmac=>crypto/hmac;$WORK/b152=>" -p crypto/hmac -lang=go1.25 -std -complete -installsuffix shared -buildid 549e95ZYMU_qbfhVYNI1/549e95ZYMU_qbfhVYNI1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b152/importcfg -pack /root/.go/src/crypto/hmac/hmac.go
2025-08-20T22:41:04.9956229Z [00:02:46.648]➜  go tool buildid -w $WORK/b152/_pkg_.a # internal
2025-08-20T22:41:04.9962611Z [00:02:46.649]➜  cp $WORK/b152/_pkg_.a /root/.cache/go-build/f2/f239d7e0be3a5fabb1cc326802bfaf5e947d64114d85e590e0110c3fe02dc1cc-d # internal
2025-08-20T22:41:04.9963762Z [00:02:46.649]➜  crypto/internal/fips140/mlkem
2025-08-20T22:41:04.9964154Z [00:02:46.649]➜  mkdir -p $WORK/b153/
2025-08-20T22:41:04.9985267Z [00:02:46.649]➜  cat >/tmp/go-build3998081543/b153/importcfg << 'EOF' # internal
2025-08-20T22:41:04.9985905Z [00:02:46.650]➜  # import config
2025-08-20T22:41:04.9986254Z [00:02:46.650]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:04.9986752Z [00:02:46.650]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:04.9987357Z [00:02:46.650]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:04.9987941Z [00:02:46.650]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3998081543/b110/_pkg_.a
2025-08-20T22:41:04.9988517Z [00:02:46.650]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3998081543/b106/_pkg_.a
2025-08-20T22:41:04.9989098Z [00:02:46.650]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:04.9990144Z [00:02:46.650]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:04.9990677Z [00:02:46.650]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:04.9990994Z [00:02:46.650]➜  EOF
2025-08-20T22:41:04.9993394Z [00:02:46.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b153/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/mlkem=>crypto/internal/fips140/mlkem;$WORK/b153=>" -p crypto/internal/fips140/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid dtpPPng82mXKfRgXsEIR/dtpPPng82mXKfRgXsEIR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b153/importcfg -pack /root/.go/src/crypto/internal/fips140/mlkem/cast.go /root/.go/src/crypto/internal/fips140/mlkem/field.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem1024.go /root/.go/src/crypto/internal/fips140/mlkem/mlkem768.go
2025-08-20T22:41:05.0059426Z [00:02:46.658]➜  go tool buildid -w $WORK/b084/_pkg_.a # internal
2025-08-20T22:41:05.0129318Z [00:02:46.665]➜  cp $WORK/b084/_pkg_.a /root/.cache/go-build/e5/e5818ee8aa4e4757bdb257f8b9954a6cf319f82ad834e6701b293511c17c6737-d # internal
2025-08-20T22:41:05.0130504Z [00:02:46.665]➜  crypto/internal/fips140/tls12
2025-08-20T22:41:05.0131081Z [00:02:46.665]➜  mkdir -p $WORK/b154/
2025-08-20T22:41:05.0131559Z [00:02:46.665]➜  cat >/tmp/go-build3998081543/b154/importcfg << 'EOF' # internal
2025-08-20T22:41:05.0131913Z [00:02:46.665]➜  # import config
2025-08-20T22:41:05.0132285Z [00:02:46.665]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.0132784Z [00:02:46.665]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:05.0133359Z [00:02:46.665]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:05.0133937Z [00:02:46.665]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3998081543/b101/_pkg_.a
2025-08-20T22:41:05.0134538Z [00:02:46.665]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3998081543/b102/_pkg_.a
2025-08-20T22:41:05.0135123Z [00:02:46.665]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3998081543/b108/_pkg_.a
2025-08-20T22:41:05.0135934Z [00:02:46.665]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.0136376Z [00:02:46.665]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:05.0136692Z [00:02:46.665]➜  EOF
2025-08-20T22:41:05.0139029Z [00:02:46.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b154/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls12=>crypto/internal/fips140/tls12;$WORK/b154=>" -p crypto/internal/fips140/tls12 -lang=go1.25 -std -complete -installsuffix shared -buildid riSwBUQK0g9rKDJhvxyr/riSwBUQK0g9rKDJhvxyr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b154/importcfg -pack /root/.go/src/crypto/internal/fips140/tls12/cast.go /root/.go/src/crypto/internal/fips140/tls12/tls12.go
2025-08-20T22:41:05.0142863Z [00:02:46.667]➜  cd /root/.go/src/crypto/internal/fips140/nistec
2025-08-20T22:41:05.0144183Z [00:02:46.667]➜  /root/.go/pkg/tool/linux_arm64/asm -p crypto/internal/fips140/nistec -trimpath "/root/.go/src/crypto/internal/fips140/nistec=>crypto/internal/fips140/nistec;$WORK/b130=>" -I $WORK/b130/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b130/p256_asm_arm64.o ./p256_asm_arm64.s
2025-08-20T22:41:05.0191366Z [00:02:46.671]➜  go tool pack r $WORK/b130/_pkg_.a $WORK/b130/p256_asm_arm64.o # internal
2025-08-20T22:41:05.0192268Z [00:02:46.671]➜  go tool buildid -w $WORK/b130/_pkg_.a # internal
2025-08-20T22:41:05.0204321Z [00:02:46.673]➜  go tool buildid -w $WORK/b143/_pkg_.a # internal
2025-08-20T22:41:05.0221743Z [00:02:46.674]➜  cp $WORK/b143/_pkg_.a /root/.cache/go-build/f6/f6bab0b5ea7334ab165c5b1fad0552dcfa781dba0b82927021febc7d258ca2eb-d # internal
2025-08-20T22:41:05.0222613Z [00:02:46.675]➜  crypto/internal/fips140/tls13
2025-08-20T22:41:05.0223502Z [00:02:46.675]➜  mkdir -p $WORK/b155/
2025-08-20T22:41:05.0226040Z [00:02:46.675]➜  cat >/tmp/go-build3998081543/b155/importcfg << 'EOF' # internal
2025-08-20T22:41:05.0226576Z [00:02:46.675]➜  # import config
2025-08-20T22:41:05.0226945Z [00:02:46.675]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.0227466Z [00:02:46.675]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:05.0228076Z [00:02:46.675]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:05.0244511Z [00:02:46.675]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3998081543/b151/_pkg_.a
2025-08-20T22:41:05.0245223Z [00:02:46.675]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3998081543/b102/_pkg_.a
2025-08-20T22:41:05.0246034Z [00:02:46.675]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:05.0246582Z [00:02:46.675]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.0247022Z [00:02:46.675]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:05.0247334Z [00:02:46.675]➜  EOF
2025-08-20T22:41:05.0247610Z [00:02:46.675]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:05.0249637Z [00:02:46.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b155/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/tls13=>crypto/internal/fips140/tls13;$WORK/b155=>" -p crypto/internal/fips140/tls13 -lang=go1.25 -std -complete -installsuffix shared -buildid HdcjQUsc722trmK-PCnO/HdcjQUsc722trmK-PCnO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b155/importcfg -pack /root/.go/src/crypto/internal/fips140/tls13/cast.go /root/.go/src/crypto/internal/fips140/tls13/tls13.go
2025-08-20T22:41:05.0254162Z [00:02:46.678]➜  cp $WORK/b130/_pkg_.a /root/.cache/go-build/fa/fa6f38691e5d582ef7053e66c99a8deb87b5287e9010609b87dbde79011bcdcc-d # internal
2025-08-20T22:41:05.0254756Z [00:02:46.678]➜  crypto/internal/fips140/ecdh
2025-08-20T22:41:05.0255075Z [00:02:46.678]➜  mkdir -p $WORK/b129/
2025-08-20T22:41:05.0255616Z [00:02:46.678]➜  cat >/tmp/go-build3998081543/b129/importcfg << 'EOF' # internal
2025-08-20T22:41:05.0256018Z [00:02:46.678]➜  # import config
2025-08-20T22:41:05.0256366Z [00:02:46.678]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.0256857Z [00:02:46.678]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:05.0257709Z [00:02:46.678]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:05.0258358Z [00:02:46.678]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3998081543/b110/_pkg_.a
2025-08-20T22:41:05.0258946Z [00:02:46.678]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3998081543/b130/_pkg_.a
2025-08-20T22:41:05.0259569Z [00:02:46.678]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:41:05.0260126Z [00:02:46.678]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.0260552Z [00:02:46.678]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.0261095Z [00:02:46.678]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:05.0261581Z [00:02:46.678]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.0261892Z [00:02:46.678]➜  EOF
2025-08-20T22:41:05.0263791Z [00:02:46.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b129/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdh=>crypto/internal/fips140/ecdh;$WORK/b129=>" -p crypto/internal/fips140/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid R8Mx55QHRizxqaWLETEj/R8Mx55QHRizxqaWLETEj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b129/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdh/cast.go /root/.go/src/crypto/internal/fips140/ecdh/ecdh.go
2025-08-20T22:41:05.0307962Z [00:02:46.683]➜  go tool buildid -w $WORK/b154/_pkg_.a # internal
2025-08-20T22:41:05.0314775Z [00:02:46.684]➜  cp $WORK/b154/_pkg_.a /root/.cache/go-build/a9/a9efd40316c384ac05215e94e0c02d6934f78098faa8c59e8c3f6494e8ac3501-d # internal
2025-08-20T22:41:05.0318378Z [00:02:46.684]➜  crypto/elliptic
2025-08-20T22:41:05.0318671Z [00:02:46.684]➜  mkdir -p $WORK/b134/
2025-08-20T22:41:05.0319072Z [00:02:46.684]➜  cat >/tmp/go-build3998081543/b134/importcfg << 'EOF' # internal
2025-08-20T22:41:05.0319420Z [00:02:46.684]➜  # import config
2025-08-20T22:41:05.0319869Z [00:02:46.684]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3998081543/b130/_pkg_.a
2025-08-20T22:41:05.0320375Z [00:02:46.684]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.0320785Z [00:02:46.684]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.0321201Z [00:02:46.684]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:05.0321628Z [00:02:46.684]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.0321952Z [00:02:46.684]➜  EOF
2025-08-20T22:41:05.0323772Z [00:02:46.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b134/_pkg_.a -trimpath "/root/.go/src/crypto/elliptic=>crypto/elliptic;$WORK/b134=>" -p crypto/elliptic -lang=go1.25 -std -complete -installsuffix shared -buildid 1H0eO7wkpv4CFuI8AScz/1H0eO7wkpv4CFuI8AScz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b134/importcfg -pack /root/.go/src/crypto/elliptic/elliptic.go /root/.go/src/crypto/elliptic/nistec.go /root/.go/src/crypto/elliptic/params.go
2025-08-20T22:41:05.0604983Z [00:02:46.713]➜  go tool buildid -w $WORK/b155/_pkg_.a # internal
2025-08-20T22:41:05.0614596Z [00:02:46.713]➜  cp $WORK/b155/_pkg_.a /root/.cache/go-build/43/43ec0ab1b9e6743b8ab44c32407dffad0f52447237f901a2d782963c7fdca4ea-d # internal
2025-08-20T22:41:05.0615207Z [00:02:46.714]➜  crypto/internal/fips140/ecdsa
2025-08-20T22:41:05.0627335Z [00:02:46.715]➜  mkdir -p $WORK/b136/
2025-08-20T22:41:05.0628281Z [00:02:46.715]➜  cat >/tmp/go-build3998081543/b136/importcfg << 'EOF' # internal
2025-08-20T22:41:05.0630157Z [00:02:46.715]➜  # import config
2025-08-20T22:41:05.0630525Z [00:02:46.715]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.0631021Z [00:02:46.715]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:05.0631601Z [00:02:46.715]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3998081543/b137/_pkg_.a
2025-08-20T22:41:05.0632187Z [00:02:46.715]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:05.0633070Z [00:02:46.715]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3998081543/b110/_pkg_.a
2025-08-20T22:41:05.0633726Z [00:02:46.715]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3998081543/b101/_pkg_.a
2025-08-20T22:41:05.0634312Z [00:02:46.715]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3998081543/b130/_pkg_.a
2025-08-20T22:41:05.0639489Z [00:02:46.715]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3998081543/b108/_pkg_.a
2025-08-20T22:41:05.0640122Z [00:02:46.715]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.0640544Z [00:02:46.715]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:05.0640954Z [00:02:46.715]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.0641365Z [00:02:46.715]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.0641673Z [00:02:46.715]➜  EOF
2025-08-20T22:41:05.0645655Z [00:02:46.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b136/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/ecdsa=>crypto/internal/fips140/ecdsa;$WORK/b136=>" -p crypto/internal/fips140/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid HdvRbXigLOCyZkMS7U9j/HdvRbXigLOCyZkMS7U9j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b136/importcfg -pack /root/.go/src/crypto/internal/fips140/ecdsa/cast.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa.go /root/.go/src/crypto/internal/fips140/ecdsa/ecdsa_noasm.go /root/.go/src/crypto/internal/fips140/ecdsa/hmacdrbg.go
2025-08-20T22:41:05.0648200Z [00:02:46.715]➜  go tool buildid -w $WORK/b129/_pkg_.a # internal
2025-08-20T22:41:05.0648888Z [00:02:46.716]➜  cp $WORK/b129/_pkg_.a /root/.cache/go-build/a4/a4904f15475b9b4719f68152fa4b2845ca4887c33326acf54323f59c7e1a4e96-d # internal
2025-08-20T22:41:05.0651916Z [00:02:46.717]➜  crypto/ecdh
2025-08-20T22:41:05.0652181Z [00:02:46.717]➜  mkdir -p $WORK/b128/
2025-08-20T22:41:05.0652600Z [00:02:46.717]➜  cat >/tmp/go-build3998081543/b128/importcfg << 'EOF' # internal
2025-08-20T22:41:05.0652947Z [00:02:46.717]➜  # import config
2025-08-20T22:41:05.0653284Z [00:02:46.717]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.0653708Z [00:02:46.717]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:05.0654191Z [00:02:46.717]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:05.0654761Z [00:02:46.717]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3998081543/b129/_pkg_.a
2025-08-20T22:41:05.0655541Z [00:02:46.717]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3998081543/b132/_pkg_.a
2025-08-20T22:41:05.0656234Z [00:02:46.717]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:05.0656792Z [00:02:46.717]➜  packagefile crypto/internal/randutil=/tmp/go-build3998081543/b113/_pkg_.a
2025-08-20T22:41:05.0657305Z [00:02:46.717]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:05.0657751Z [00:02:46.717]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.0658160Z [00:02:46.717]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.0658462Z [00:02:46.717]➜  EOF
2025-08-20T22:41:05.0660122Z [00:02:46.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b128/_pkg_.a -trimpath "/root/.go/src/crypto/ecdh=>crypto/ecdh;$WORK/b128=>" -p crypto/ecdh -lang=go1.25 -std -complete -installsuffix shared -buildid CeLS31ovxjiZUv3X6PYl/CeLS31ovxjiZUv3X6PYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b128/importcfg -pack /root/.go/src/crypto/ecdh/ecdh.go /root/.go/src/crypto/ecdh/nist.go /root/.go/src/crypto/ecdh/x25519.go
2025-08-20T22:41:05.0861038Z [00:02:46.738]➜  go tool buildid -w $WORK/b153/_pkg_.a # internal
2025-08-20T22:41:05.0896011Z [00:02:46.742]➜  cp $WORK/b153/_pkg_.a /root/.cache/go-build/93/93e60f76d750e20a57ceae742a0c842201ae3e67f4dd98b903c26ad8f67d21a9-d # internal
2025-08-20T22:41:05.0904346Z [00:02:46.742]➜  vendor/golang.org/x/crypto/chacha20
2025-08-20T22:41:05.0904758Z [00:02:46.743]➜  mkdir -p $WORK/b158/
2025-08-20T22:41:05.0905072Z [00:02:46.743]➜  echo -n > $WORK/b158/go_asm.h # internal
2025-08-20T22:41:05.0905597Z [00:02:46.743]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:41:05.0907082Z [00:02:46.743]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b158=>" -I $WORK/b158/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b158/symabis ./chacha_arm64.s
2025-08-20T22:41:05.0976408Z [00:02:46.750]➜  cat >/tmp/go-build3998081543/b158/importcfg << 'EOF' # internal
2025-08-20T22:41:05.0978256Z [00:02:46.750]➜  # import config
2025-08-20T22:41:05.0979628Z [00:02:46.750]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:41:05.0981463Z [00:02:46.751]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:05.0982004Z [00:02:46.751]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:05.0982469Z [00:02:46.751]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.0983036Z [00:02:46.751]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3998081543/b159/_pkg_.a
2025-08-20T22:41:05.0984047Z [00:02:46.751]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:05.0984484Z [00:02:46.751]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:05.0984802Z [00:02:46.751]➜  EOF
2025-08-20T22:41:05.0985079Z [00:02:46.751]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:05.0987947Z [00:02:46.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b158/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b158=>" -p vendor/golang.org/x/crypto/chacha20 -lang=go1.25 -std -installsuffix shared -buildid uM0VDGLk5oDbYrNXo2Np/uM0VDGLk5oDbYrNXo2Np -goversion go1.25.0 -symabis $WORK/b158/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b158/importcfg -pack -asmhdr $WORK/b158/go_asm.h /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/chacha_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20/xor.go
2025-08-20T22:41:05.1256333Z [00:02:46.778]➜  go tool buildid -w $WORK/b134/_pkg_.a # internal
2025-08-20T22:41:05.1276252Z [00:02:46.780]➜  cp $WORK/b134/_pkg_.a /root/.cache/go-build/a0/a0d91c25c4305b3571d4fc3369fcf6a5ab142f204e295db901dc1e0e3551e728-d # internal
2025-08-20T22:41:05.1281510Z [00:02:46.781]➜  vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:41:05.1281913Z [00:02:46.781]➜  mkdir -p $WORK/b160/
2025-08-20T22:41:05.1292781Z [00:02:46.782]➜  cat >/tmp/go-build3998081543/b160/importcfg << 'EOF' # internal
2025-08-20T22:41:05.1293624Z [00:02:46.782]➜  # import config
2025-08-20T22:41:05.1294474Z [00:02:46.782]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:05.1294998Z [00:02:46.782]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:05.1296019Z [00:02:46.782]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:05.1296412Z [00:02:46.782]➜  EOF
2025-08-20T22:41:05.1299349Z [00:02:46.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b160/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/internal/poly1305=>vendor/golang.org/x/crypto/internal/poly1305;$WORK/b160=>" -p vendor/golang.org/x/crypto/internal/poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid rwaYiG88Dovpw4-wiOWd/rwaYiG88Dovpw4-wiOWd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b160/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/mac_noasm.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/poly1305.go /root/.go/src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go
2025-08-20T22:41:05.1372527Z [00:02:46.790]➜  go tool buildid -w $WORK/b128/_pkg_.a # internal
2025-08-20T22:41:05.1389192Z [00:02:46.791]➜  cp $WORK/b128/_pkg_.a /root/.cache/go-build/b0/b08bd85b9e15d32832cda58d6a52a91e012cdead4476e962d978a659ab9bb958-d # internal
2025-08-20T22:41:05.1390160Z [00:02:46.791]➜  crypto/rc4
2025-08-20T22:41:05.1390932Z [00:02:46.791]➜  mkdir -p $WORK/b161/
2025-08-20T22:41:05.1400381Z [00:02:46.792]➜  cat >/tmp/go-build3998081543/b161/importcfg << 'EOF' # internal
2025-08-20T22:41:05.1401298Z [00:02:46.792]➜  # import config
2025-08-20T22:41:05.1401782Z [00:02:46.792]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3998081543/b099/_pkg_.a
2025-08-20T22:41:05.1402375Z [00:02:46.792]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:05.1402874Z [00:02:46.792]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.1403326Z [00:02:46.792]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:05.1403647Z [00:02:46.792]➜  EOF
2025-08-20T22:41:05.1405033Z [00:02:46.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b161/_pkg_.a -trimpath "/root/.go/src/crypto/rc4=>crypto/rc4;$WORK/b161=>" -p crypto/rc4 -lang=go1.25 -std -complete -installsuffix shared -buildid 1zqoT4OvkccO8S9B-3Ss/1zqoT4OvkccO8S9B-3Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b161/importcfg -pack /root/.go/src/crypto/rc4/rc4.go
2025-08-20T22:41:05.1532694Z [00:02:46.806]➜  go tool buildid -w $WORK/b136/_pkg_.a # internal
2025-08-20T22:41:05.1548940Z [00:02:46.807]➜  cp $WORK/b136/_pkg_.a /root/.cache/go-build/39/398197bfae009e713577e1d9022c2871e61f88bc8ba77eb6a7d6d3b21f34319d-d # internal
2025-08-20T22:41:05.1549595Z [00:02:46.807]➜  crypto/ecdsa
2025-08-20T22:41:05.1549858Z [00:02:46.807]➜  mkdir -p $WORK/b133/
2025-08-20T22:41:05.1552078Z [00:02:46.808]➜  cat >/tmp/go-build3998081543/b133/importcfg << 'EOF' # internal
2025-08-20T22:41:05.1553173Z [00:02:46.808]➜  # import config
2025-08-20T22:41:05.1553650Z [00:02:46.808]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:41:05.1554291Z [00:02:46.808]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:41:05.1554852Z [00:02:46.808]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:05.1555298Z [00:02:46.808]➜  packagefile crypto/ecdh=/tmp/go-build3998081543/b128/_pkg_.a
2025-08-20T22:41:05.1555974Z [00:02:46.808]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:05.1556494Z [00:02:46.808]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:05.1557053Z [00:02:46.808]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3998081543/b135/_pkg_.a
2025-08-20T22:41:05.1557633Z [00:02:46.808]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3998081543/b136/_pkg_.a
2025-08-20T22:41:05.1558233Z [00:02:46.808]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3998081543/b130/_pkg_.a
2025-08-20T22:41:05.1558816Z [00:02:46.808]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3998081543/b138/_pkg_.a
2025-08-20T22:41:05.1559392Z [00:02:46.808]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3998081543/b140/_pkg_.a
2025-08-20T22:41:05.1559959Z [00:02:46.808]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:05.1560532Z [00:02:46.808]➜  packagefile crypto/internal/randutil=/tmp/go-build3998081543/b113/_pkg_.a
2025-08-20T22:41:05.1561037Z [00:02:46.808]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:05.1561503Z [00:02:46.808]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:05.1561954Z [00:02:46.808]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.1562490Z [00:02:46.808]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3998081543/b143/_pkg_.a
2025-08-20T22:41:05.1563528Z [00:02:46.808]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3998081543/b146/_pkg_.a
2025-08-20T22:41:05.1564144Z [00:02:46.808]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.1564565Z [00:02:46.808]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:05.1565014Z [00:02:46.808]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:05.1565572Z [00:02:46.808]➜  EOF
2025-08-20T22:41:05.1567391Z [00:02:46.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b133/_pkg_.a -trimpath "/root/.go/src/crypto/ecdsa=>crypto/ecdsa;$WORK/b133=>" -p crypto/ecdsa -lang=go1.25 -std -complete -installsuffix shared -buildid RMncMWtMn5o5fs9EVDuT/RMncMWtMn5o5fs9EVDuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b133/importcfg -pack /root/.go/src/crypto/ecdsa/ecdsa.go /root/.go/src/crypto/ecdsa/ecdsa_legacy.go /root/.go/src/crypto/ecdsa/notboring.go
2025-08-20T22:41:05.1594649Z [00:02:46.812]➜  go tool buildid -w $WORK/b161/_pkg_.a # internal
2025-08-20T22:41:05.1602898Z [00:02:46.813]➜  cp $WORK/b161/_pkg_.a /root/.cache/go-build/09/09c9855f4a1c035159e0c1ce80b38bcb54150839e1c7a6555899b7b6298d24bb-d # internal
2025-08-20T22:41:05.1611109Z [00:02:46.814]➜  go tool buildid -w $WORK/b160/_pkg_.a # internal
2025-08-20T22:41:05.1613108Z [00:02:46.814]➜  crypto/internal/fips140/rsa
2025-08-20T22:41:05.1613418Z [00:02:46.814]➜  mkdir -p $WORK/b163/
2025-08-20T22:41:05.1620409Z [00:02:46.814]➜  cp $WORK/b160/_pkg_.a /root/.cache/go-build/78/78446b1ee78c2afdb8f9495f19b05e5d6c7f2b5855e1553ee9753739c23c7758-d # internal
2025-08-20T22:41:05.1621069Z [00:02:46.814]➜  crypto/sha256
2025-08-20T22:41:05.1621323Z [00:02:46.814]➜  mkdir -p $WORK/b164/
2025-08-20T22:41:05.1624377Z [00:02:46.815]➜  cat >/tmp/go-build3998081543/b164/importcfg << 'EOF' # internal
2025-08-20T22:41:05.1627510Z [00:02:46.815]➜  # import config
2025-08-20T22:41:05.1627893Z [00:02:46.815]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:05.1628384Z [00:02:46.815]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:05.1628952Z [00:02:46.815]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3998081543/b102/_pkg_.a
2025-08-20T22:41:05.1629446Z [00:02:46.815]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:05.1629753Z [00:02:46.815]➜  EOF
2025-08-20T22:41:05.1631207Z [00:02:46.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b164/_pkg_.a -trimpath "/root/.go/src/crypto/sha256=>crypto/sha256;$WORK/b164=>" -p crypto/sha256 -lang=go1.25 -std -complete -installsuffix shared -buildid RmStr0QK9Mz1kZnAomE3/RmStr0QK9Mz1kZnAomE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b164/importcfg -pack /root/.go/src/crypto/sha256/sha256.go
2025-08-20T22:41:05.1632619Z [00:02:46.815]➜  cat >/tmp/go-build3998081543/b163/importcfg << 'EOF' # internal
2025-08-20T22:41:05.1632964Z [00:02:46.815]➜  # import config
2025-08-20T22:41:05.1633305Z [00:02:46.815]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.1633790Z [00:02:46.815]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:05.1634363Z [00:02:46.815]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3998081543/b137/_pkg_.a
2025-08-20T22:41:05.1634953Z [00:02:46.815]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:05.1649559Z [00:02:46.815]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3998081543/b110/_pkg_.a
2025-08-20T22:41:05.1650519Z [00:02:46.815]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3998081543/b102/_pkg_.a
2025-08-20T22:41:05.1651517Z [00:02:46.815]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3998081543/b106/_pkg_.a
2025-08-20T22:41:05.1652339Z [00:02:46.815]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3998081543/b108/_pkg_.a
2025-08-20T22:41:05.1653502Z [00:02:46.815]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:41:05.1654242Z [00:02:46.815]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.1654739Z [00:02:46.815]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:05.1655151Z [00:02:46.815]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.1655685Z [00:02:46.817]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.1656020Z [00:02:46.817]➜  EOF
2025-08-20T22:41:05.1658538Z [00:02:46.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b163/_pkg_.a -trimpath "/root/.go/src/crypto/internal/fips140/rsa=>crypto/internal/fips140/rsa;$WORK/b163=>" -p crypto/internal/fips140/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid OvegTzCjjcLC3qIlw50G/OvegTzCjjcLC3qIlw50G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b163/importcfg -pack /root/.go/src/crypto/internal/fips140/rsa/cast.go /root/.go/src/crypto/internal/fips140/rsa/keygen.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v15.go /root/.go/src/crypto/internal/fips140/rsa/pkcs1v22.go /root/.go/src/crypto/internal/fips140/rsa/rsa.go
2025-08-20T22:41:05.1660780Z [00:02:46.817]➜  cd /root/.go/src/vendor/golang.org/x/crypto/chacha20
2025-08-20T22:41:05.1667350Z [00:02:46.817]➜  /root/.go/pkg/tool/linux_arm64/asm -p vendor/golang.org/x/crypto/chacha20 -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20=>vendor/golang.org/x/crypto/chacha20;$WORK/b158=>" -I $WORK/b158/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b158/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:41:05.1682310Z [00:02:46.820]➜  go tool pack r $WORK/b158/_pkg_.a $WORK/b158/chacha_arm64.o # internal
2025-08-20T22:41:05.1682893Z [00:02:46.821]➜  go tool buildid -w $WORK/b158/_pkg_.a # internal
2025-08-20T22:41:05.1689007Z [00:02:46.821]➜  cp $WORK/b158/_pkg_.a /root/.cache/go-build/83/838ff9aaf4d79068bf707c6281d5cc38bfe3ee5e7cfb22a3a8db0aa07ea1e5c1-d # internal
2025-08-20T22:41:05.1695814Z [00:02:46.822]➜  vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:41:05.1697546Z [00:02:46.822]➜  mkdir -p $WORK/b157/
2025-08-20T22:41:05.1698744Z [00:02:46.822]➜  cat >/tmp/go-build3998081543/b157/importcfg << 'EOF' # internal
2025-08-20T22:41:05.1699144Z [00:02:46.822]➜  # import config
2025-08-20T22:41:05.1699566Z [00:02:46.822]➜  importmap golang.org/x/crypto/chacha20=vendor/golang.org/x/crypto/chacha20
2025-08-20T22:41:05.1700208Z [00:02:46.822]➜  importmap golang.org/x/crypto/internal/alias=vendor/golang.org/x/crypto/internal/alias
2025-08-20T22:41:05.1700889Z [00:02:46.822]➜  importmap golang.org/x/crypto/internal/poly1305=vendor/golang.org/x/crypto/internal/poly1305
2025-08-20T22:41:05.1701470Z [00:02:46.822]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:05.1701952Z [00:02:46.822]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:05.1702404Z [00:02:46.822]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.1702943Z [00:02:46.822]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3998081543/b158/_pkg_.a
2025-08-20T22:41:05.1703591Z [00:02:46.822]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3998081543/b159/_pkg_.a
2025-08-20T22:41:05.1704274Z [00:02:46.822]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3998081543/b160/_pkg_.a
2025-08-20T22:41:05.1704711Z [00:02:46.822]➜  EOF
2025-08-20T22:41:05.1704995Z [00:02:46.822]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:05.1708830Z [00:02:46.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b157/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305=>vendor/golang.org/x/crypto/chacha20poly1305;$WORK/b157=>" -p vendor/golang.org/x/crypto/chacha20poly1305 -lang=go1.25 -std -complete -installsuffix shared -buildid PtXt1W2VBM9XbqSI4dsx/PtXt1W2VBM9XbqSI4dsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b157/importcfg -pack /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_generic.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go /root/.go/src/vendor/golang.org/x/crypto/chacha20poly1305/xchacha20poly1305.go
2025-08-20T22:41:05.1759867Z [00:02:46.828]➜  go tool buildid -w $WORK/b164/_pkg_.a # internal
2025-08-20T22:41:05.1762463Z [00:02:46.829]➜  cp $WORK/b164/_pkg_.a /root/.cache/go-build/c7/c711b71bf1a12435eac6d98f495612abbde0959dada7abdea806e260546e8267-d # internal
2025-08-20T22:41:05.1763045Z [00:02:46.829]➜  crypto/fips140
2025-08-20T22:41:05.1763320Z [00:02:46.829]➜  mkdir -p $WORK/b166/
2025-08-20T22:41:05.1765745Z [00:02:46.829]➜  cat >/tmp/go-build3998081543/b166/importcfg << 'EOF' # internal
2025-08-20T22:41:05.1766108Z [00:02:46.829]➜  # import config
2025-08-20T22:41:05.1766515Z [00:02:46.829]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:41:05.1767106Z [00:02:46.829]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:41:05.1767504Z [00:02:46.829]➜  EOF
2025-08-20T22:41:05.1768991Z [00:02:46.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b166/_pkg_.a -trimpath "/root/.go/src/crypto/fips140=>crypto/fips140;$WORK/b166=>" -p crypto/fips140 -lang=go1.25 -std -complete -installsuffix shared -buildid UVWRQBKknR7nlw0IEp2a/UVWRQBKknR7nlw0IEp2a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b166/importcfg -pack /root/.go/src/crypto/fips140/fips140.go
2025-08-20T22:41:05.1872392Z [00:02:46.840]➜  go tool buildid -w $WORK/b166/_pkg_.a # internal
2025-08-20T22:41:05.1882826Z [00:02:46.841]➜  cp $WORK/b166/_pkg_.a /root/.cache/go-build/84/84c8d1a27eceeb0e44431cc4bf5b89d6a892732e4d6c6d87119771a32286af77-d # internal
2025-08-20T22:41:05.1883440Z [00:02:46.841]➜  crypto/tls/internal/fips140tls
2025-08-20T22:41:05.1883743Z [00:02:46.841]➜  mkdir -p $WORK/b165/
2025-08-20T22:41:05.1884154Z [00:02:46.841]➜  cat >/tmp/go-build3998081543/b165/importcfg << 'EOF' # internal
2025-08-20T22:41:05.1884500Z [00:02:46.841]➜  # import config
2025-08-20T22:41:05.1884869Z [00:02:46.841]➜  packagefile crypto/fips140=/tmp/go-build3998081543/b166/_pkg_.a
2025-08-20T22:41:05.1885481Z [00:02:46.841]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:05.1885873Z [00:02:46.841]➜  EOF
2025-08-20T22:41:05.1887603Z [00:02:46.841]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b165/_pkg_.a -trimpath "/root/.go/src/crypto/tls/internal/fips140tls=>crypto/tls/internal/fips140tls;$WORK/b165=>" -p crypto/tls/internal/fips140tls -lang=go1.25 -std -complete -installsuffix shared -buildid -_aiYtR8X7izFgsp_Aw4/-_aiYtR8X7izFgsp_Aw4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b165/importcfg -pack /root/.go/src/crypto/tls/internal/fips140tls/fipstls.go
2025-08-20T22:41:05.1952879Z [00:02:46.847]➜  go tool buildid -w $WORK/b157/_pkg_.a # internal
2025-08-20T22:41:05.1960617Z [00:02:46.848]➜  cp $WORK/b157/_pkg_.a /root/.cache/go-build/9d/9d0f705a43be22d6bcecf748791f8d66b6526109568f18204e4524b4b2471782-d # internal
2025-08-20T22:41:05.1961256Z [00:02:46.848]➜  crypto/internal/hpke
2025-08-20T22:41:05.1961537Z [00:02:46.848]➜  mkdir -p $WORK/b156/
2025-08-20T22:41:05.1965809Z [00:02:46.849]➜  cat >/tmp/go-build3998081543/b156/importcfg << 'EOF' # internal
2025-08-20T22:41:05.1966178Z [00:02:46.849]➜  # import config
2025-08-20T22:41:05.1966690Z [00:02:46.849]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:41:05.1967254Z [00:02:46.849]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:05.1967694Z [00:02:46.849]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:41:05.1968194Z [00:02:46.849]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:05.1968668Z [00:02:46.849]➜  packagefile crypto/ecdh=/tmp/go-build3998081543/b128/_pkg_.a
2025-08-20T22:41:05.1969488Z [00:02:46.849]➜  packagefile crypto/hkdf=/tmp/go-build3998081543/b150/_pkg_.a
2025-08-20T22:41:05.1970027Z [00:02:46.849]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:05.1970472Z [00:02:46.849]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.1971038Z [00:02:46.849]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3998081543/b157/_pkg_.a
2025-08-20T22:41:05.1971641Z [00:02:46.849]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:05.1972113Z [00:02:46.849]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:05.1972441Z [00:02:46.849]➜  EOF
2025-08-20T22:41:05.1974021Z [00:02:46.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b156/_pkg_.a -trimpath "/root/.go/src/crypto/internal/hpke=>crypto/internal/hpke;$WORK/b156=>" -p crypto/internal/hpke -lang=go1.25 -std -complete -installsuffix shared -buildid LLbop9o7yLjyEdHS5Pgg/LLbop9o7yLjyEdHS5Pgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b156/importcfg -pack /root/.go/src/crypto/internal/hpke/hpke.go
2025-08-20T22:41:05.2038657Z [00:02:46.853]➜  go tool buildid -w $WORK/b165/_pkg_.a # internal
2025-08-20T22:41:05.2039446Z [00:02:46.854]➜  cp $WORK/b165/_pkg_.a /root/.cache/go-build/bf/bf83de4a47aba345ad14802745c26c588b69907a9952f543a647e9f9ddd888dc-d # internal
2025-08-20T22:41:05.2039987Z [00:02:46.854]➜  crypto/dsa
2025-08-20T22:41:05.2040683Z [00:02:46.854]➜  mkdir -p $WORK/b168/
2025-08-20T22:41:05.2041056Z [00:02:46.854]➜  cat >/tmp/go-build3998081543/b168/importcfg << 'EOF' # internal
2025-08-20T22:41:05.2041403Z [00:02:46.854]➜  # import config
2025-08-20T22:41:05.2041825Z [00:02:46.854]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:05.2042414Z [00:02:46.854]➜  packagefile crypto/internal/randutil=/tmp/go-build3998081543/b113/_pkg_.a
2025-08-20T22:41:05.2042900Z [00:02:46.854]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.2043324Z [00:02:46.854]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.2043744Z [00:02:46.854]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:05.2044065Z [00:02:46.854]➜  EOF
2025-08-20T22:41:05.2045684Z [00:02:46.854]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b168/_pkg_.a -trimpath "/root/.go/src/crypto/dsa=>crypto/dsa;$WORK/b168=>" -p crypto/dsa -lang=go1.25 -std -complete -installsuffix shared -buildid CRgkcrHysHqpZTiOvdzM/CRgkcrHysHqpZTiOvdzM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b168/importcfg -pack /root/.go/src/crypto/dsa/dsa.go
2025-08-20T22:41:05.2264355Z [00:02:46.879]➜  go tool buildid -w $WORK/b168/_pkg_.a # internal
2025-08-20T22:41:05.2265974Z [00:02:46.879]➜  cp $WORK/b168/_pkg_.a /root/.cache/go-build/2c/2ca86016c3d19792067bf12acb58f03e82ddf79c1bdd79556a10c2286394660c-d # internal
2025-08-20T22:41:05.2266602Z [00:02:46.879]➜  encoding/hex
2025-08-20T22:41:05.2266865Z [00:02:46.879]➜  mkdir -p $WORK/b170/
2025-08-20T22:41:05.2267277Z [00:02:46.879]➜  cat >/tmp/go-build3998081543/b170/importcfg << 'EOF' # internal
2025-08-20T22:41:05.2267626Z [00:02:46.879]➜  # import config
2025-08-20T22:41:05.2267966Z [00:02:46.879]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.2268380Z [00:02:46.879]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.2268779Z [00:02:46.879]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.2269210Z [00:02:46.879]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:05.2269642Z [00:02:46.879]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:05.2269956Z [00:02:46.879]➜  EOF
2025-08-20T22:41:05.2271784Z [00:02:46.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b170/_pkg_.a -trimpath "/root/.go/src/encoding/hex=>encoding/hex;$WORK/b170=>" -p encoding/hex -lang=go1.25 -std -complete -installsuffix shared -buildid iWEB8UeCwiqQ43IOsso9/iWEB8UeCwiqQ43IOsso9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b170/importcfg -pack /root/.go/src/encoding/hex/hex.go
2025-08-20T22:41:05.2513461Z [00:02:46.904]➜  go tool buildid -w $WORK/b156/_pkg_.a # internal
2025-08-20T22:41:05.2514222Z [00:02:46.904]➜  cp $WORK/b156/_pkg_.a /root/.cache/go-build/58/5800b8800abbe1766b016db57f80df41f6d0608b2882316d79f8e0e1ba0e00d0-d # internal
2025-08-20T22:41:05.2514773Z [00:02:46.904]➜  encoding/base64
2025-08-20T22:41:05.2515733Z [00:02:46.904]➜  mkdir -p $WORK/b172/
2025-08-20T22:41:05.2516165Z [00:02:46.904]➜  cat >/tmp/go-build3998081543/b172/importcfg << 'EOF' # internal
2025-08-20T22:41:05.2516512Z [00:02:46.904]➜  # import config
2025-08-20T22:41:05.2516890Z [00:02:46.904]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:05.2517349Z [00:02:46.904]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.2517764Z [00:02:46.904]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:05.2518206Z [00:02:46.904]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:05.2518524Z [00:02:46.904]➜  EOF
2025-08-20T22:41:05.2520014Z [00:02:46.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b172/_pkg_.a -trimpath "/root/.go/src/encoding/base64=>encoding/base64;$WORK/b172=>" -p encoding/base64 -lang=go1.25 -std -complete -installsuffix shared -buildid FKJwPhQaRaoMo7QhtkYl/FKJwPhQaRaoMo7QhtkYl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b172/importcfg -pack /root/.go/src/encoding/base64/base64.go
2025-08-20T22:41:05.2648612Z [00:02:46.917]➜  go tool buildid -w $WORK/b170/_pkg_.a # internal
2025-08-20T22:41:05.2653567Z [00:02:46.918]➜  cp $WORK/b170/_pkg_.a /root/.cache/go-build/00/00162c66b3bc09d931a54658ff37e9d049e4ea29ea223761ee8b2bbbfd6cd20a-d # internal
2025-08-20T22:41:05.2654156Z [00:02:46.918]➜  crypto/x509/pkix
2025-08-20T22:41:05.2654416Z [00:02:46.918]➜  mkdir -p $WORK/b169/
2025-08-20T22:41:05.2658011Z [00:02:46.918]➜  cat >/tmp/go-build3998081543/b169/importcfg << 'EOF' # internal
2025-08-20T22:41:05.2658392Z [00:02:46.918]➜  # import config
2025-08-20T22:41:05.2658768Z [00:02:46.918]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:41:05.2659253Z [00:02:46.918]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:05.2659686Z [00:02:46.918]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.2660132Z [00:02:46.918]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:05.2660554Z [00:02:46.918]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:05.2660862Z [00:02:46.918]➜  EOF
2025-08-20T22:41:05.2662721Z [00:02:46.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b169/_pkg_.a -trimpath "/root/.go/src/crypto/x509/pkix=>crypto/x509/pkix;$WORK/b169=>" -p crypto/x509/pkix -lang=go1.25 -std -complete -installsuffix shared -buildid o8QYJTPZ2keH1_3HaYX-/o8QYJTPZ2keH1_3HaYX- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b169/importcfg -pack /root/.go/src/crypto/x509/pkix/pkix.go
2025-08-20T22:41:05.3011858Z [00:02:46.953]➜  go tool buildid -w $WORK/b169/_pkg_.a # internal
2025-08-20T22:41:05.3012351Z [00:02:46.953]➜  go tool buildid -w $WORK/b163/_pkg_.a # internal
2025-08-20T22:41:05.3026291Z [00:02:46.955]➜  cp $WORK/b163/_pkg_.a /root/.cache/go-build/34/3469c2e99b183b8c6f7ed124eaa26124ea6d78853628f1649b3edb03194eda1c-d # internal
2025-08-20T22:41:05.3027086Z [00:02:46.955]➜  crypto/rsa
2025-08-20T22:41:05.3027362Z [00:02:46.955]➜  mkdir -p $WORK/b162/
2025-08-20T22:41:05.3027738Z [00:02:46.955]➜  cat >/tmp/go-build3998081543/b162/importcfg << 'EOF' # internal
2025-08-20T22:41:05.3028083Z [00:02:46.955]➜  # import config
2025-08-20T22:41:05.3028425Z [00:02:46.955]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:05.3028918Z [00:02:46.955]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:05.3029491Z [00:02:46.955]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3998081543/b135/_pkg_.a
2025-08-20T22:41:05.3030079Z [00:02:46.955]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3998081543/b137/_pkg_.a
2025-08-20T22:41:05.3030654Z [00:02:46.955]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3998081543/b163/_pkg_.a
2025-08-20T22:41:05.3031236Z [00:02:46.955]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3998081543/b140/_pkg_.a
2025-08-20T22:41:05.3032206Z [00:02:46.955]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:41:05.3032767Z [00:02:46.955]➜  packagefile crypto/internal/randutil=/tmp/go-build3998081543/b113/_pkg_.a
2025-08-20T22:41:05.3033271Z [00:02:46.955]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:05.3033740Z [00:02:46.955]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:05.3034184Z [00:02:46.955]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.3034606Z [00:02:46.955]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.3035026Z [00:02:46.955]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:05.3035622Z [00:02:46.955]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:05.3036120Z [00:02:46.955]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.3036526Z [00:02:46.955]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:05.3036958Z [00:02:46.955]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:05.3037282Z [00:02:46.955]➜  EOF
2025-08-20T22:41:05.3044193Z [00:02:46.957]➜  cp $WORK/b169/_pkg_.a /root/.cache/go-build/33/335bd4690c5899076352e43717f12bccc590fb20cf59a7bf97426b2a32554f8e-d # internal
2025-08-20T22:41:05.3044806Z [00:02:46.957]➜  vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:41:05.3045119Z [00:02:46.957]➜  mkdir -p $WORK/b174/
2025-08-20T22:41:05.3045648Z [00:02:46.957]➜  cat >/tmp/go-build3998081543/b174/importcfg << 'EOF' # internal
2025-08-20T22:41:05.3046006Z [00:02:46.957]➜  # import config
2025-08-20T22:41:05.3046348Z [00:02:46.957]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.3046660Z [00:02:46.957]➜  EOF
2025-08-20T22:41:05.3048513Z [00:02:46.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b174/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/dns/dnsmessage=>vendor/golang.org/x/net/dns/dnsmessage;$WORK/b174=>" -p vendor/golang.org/x/net/dns/dnsmessage -lang=go1.25 -std -complete -installsuffix shared -buildid xj7JpWxOh6nwN8rq-KYI/xj7JpWxOh6nwN8rq-KYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b174/importcfg -pack /root/.go/src/vendor/golang.org/x/net/dns/dnsmessage/message.go
2025-08-20T22:41:05.3056797Z [00:02:46.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b162/_pkg_.a -trimpath "/root/.go/src/crypto/rsa=>crypto/rsa;$WORK/b162=>" -p crypto/rsa -lang=go1.25 -std -complete -installsuffix shared -buildid JTexBd_D0Nz1-drfuDKA/JTexBd_D0Nz1-drfuDKA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b162/importcfg -pack /root/.go/src/crypto/rsa/fips.go /root/.go/src/crypto/rsa/notboring.go /root/.go/src/crypto/rsa/pkcs1v15.go /root/.go/src/crypto/rsa/rsa.go
2025-08-20T22:41:05.3078408Z [00:02:46.960]➜  go tool buildid -w $WORK/b172/_pkg_.a # internal
2025-08-20T22:41:05.3088896Z [00:02:46.961]➜  cp $WORK/b172/_pkg_.a /root/.cache/go-build/d5/d5ee532bc527e701997f1a1af786affae7df91acb6263f0edfe666a4c8356610-d # internal
2025-08-20T22:41:05.3089514Z [00:02:46.961]➜  encoding/pem
2025-08-20T22:41:05.3094192Z [00:02:46.962]➜  mkdir -p $WORK/b171/
2025-08-20T22:41:05.3103784Z [00:02:46.963]➜  cat >/tmp/go-build3998081543/b171/importcfg << 'EOF' # internal
2025-08-20T22:41:05.3104183Z [00:02:46.963]➜  # import config
2025-08-20T22:41:05.3104542Z [00:02:46.963]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.3105000Z [00:02:46.963]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:05.3105593Z [00:02:46.963]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.3106055Z [00:02:46.963]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.3106466Z [00:02:46.963]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:05.3106891Z [00:02:46.963]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:05.3107206Z [00:02:46.963]➜  EOF
2025-08-20T22:41:05.3116151Z [00:02:46.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b171/_pkg_.a -trimpath "/root/.go/src/encoding/pem=>encoding/pem;$WORK/b171=>" -p encoding/pem -lang=go1.25 -std -complete -installsuffix shared -buildid IAl9BknR8ABaNGAVZQ94/IAl9BknR8ABaNGAVZQ94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b171/importcfg -pack /root/.go/src/encoding/pem/pem.go
2025-08-20T22:41:05.3675669Z [00:02:47.020]➜  go tool buildid -w $WORK/b171/_pkg_.a # internal
2025-08-20T22:41:05.3681356Z [00:02:47.021]➜  cp $WORK/b171/_pkg_.a /root/.cache/go-build/4b/4b0ac0cf87498f11dfbd56d884f4677a060f93887a1d692c2ce1d597611422fa-d # internal
2025-08-20T22:41:05.3684536Z [00:02:47.021]➜  internal/singleflight
2025-08-20T22:41:05.3684870Z [00:02:47.021]➜  mkdir -p $WORK/b176/
2025-08-20T22:41:05.3685254Z [00:02:47.021]➜  cat >/tmp/go-build3998081543/b176/importcfg << 'EOF' # internal
2025-08-20T22:41:05.3685816Z [00:02:47.021]➜  # import config
2025-08-20T22:41:05.3686198Z [00:02:47.021]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.3686515Z [00:02:47.021]➜  EOF
2025-08-20T22:41:05.3688128Z [00:02:47.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b176/_pkg_.a -trimpath "/root/.go/src/internal/singleflight=>internal/singleflight;$WORK/b176=>" -p internal/singleflight -lang=go1.25 -std -complete -installsuffix shared -buildid 7f0dyo-dhoZb5D4ZzewC/7f0dyo-dhoZb5D4ZzewC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b176/importcfg -pack /root/.go/src/internal/singleflight/singleflight.go
2025-08-20T22:41:05.3855546Z [00:02:47.038]➜  go tool buildid -w $WORK/b176/_pkg_.a # internal
2025-08-20T22:41:05.3859930Z [00:02:47.038]➜  cp $WORK/b176/_pkg_.a /root/.cache/go-build/71/7106edb4f435aa35f7ac407d27f39b99f03ce7b570691dddd74a612b4d72c57f-d # internal
2025-08-20T22:41:05.3866524Z [00:02:47.039]➜  unique
2025-08-20T22:41:05.3871027Z [00:02:47.040]➜  mkdir -p $WORK/b178/
2025-08-20T22:41:05.3881492Z [00:02:47.041]➜  cat >/tmp/go-build3998081543/b178/importcfg << 'EOF' # internal
2025-08-20T22:41:05.3882240Z [00:02:47.041]➜  # import config
2025-08-20T22:41:05.3882884Z [00:02:47.041]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:05.3883629Z [00:02:47.041]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:05.3884454Z [00:02:47.041]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:41:05.3885861Z [00:02:47.041]➜  packagefile internal/sync=/tmp/go-build3998081543/b034/_pkg_.a
2025-08-20T22:41:05.3886980Z [00:02:47.041]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:05.3887829Z [00:02:47.041]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.3888537Z [00:02:47.041]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:05.3889254Z [00:02:47.041]➜  packagefile weak=/tmp/go-build3998081543/b139/_pkg_.a
2025-08-20T22:41:05.3889756Z [00:02:47.041]➜  EOF
2025-08-20T22:41:05.3902025Z [00:02:47.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b178/_pkg_.a -trimpath "/root/.go/src/unique=>unique;$WORK/b178=>" -p unique -lang=go1.25 -std -complete -installsuffix shared -buildid l2dWsOAjPHs0NzjmsNFx/l2dWsOAjPHs0NzjmsNFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b178/importcfg -pack /root/.go/src/unique/canonmap.go /root/.go/src/unique/clone.go /root/.go/src/unique/doc.go /root/.go/src/unique/handle.go
2025-08-20T22:41:05.3997514Z [00:02:47.052]➜  go tool buildid -w $WORK/b162/_pkg_.a # internal
2025-08-20T22:41:05.4007747Z [00:02:47.053]➜  cp $WORK/b162/_pkg_.a /root/.cache/go-build/45/450e33b908a1b55025f45579542c47d8c84cf12393abaaf12b3065907fb66524-d # internal
2025-08-20T22:41:05.4015930Z [00:02:47.054]➜  net/url
2025-08-20T22:41:05.4017414Z [00:02:47.054]➜  mkdir -p $WORK/b179/
2025-08-20T22:41:05.4018845Z [00:02:47.054]➜  cat >/tmp/go-build3998081543/b179/importcfg << 'EOF' # internal
2025-08-20T22:41:05.4019537Z [00:02:47.054]➜  # import config
2025-08-20T22:41:05.4020883Z [00:02:47.054]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.4021313Z [00:02:47.054]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.4021725Z [00:02:47.054]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:05.4022138Z [00:02:47.054]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:05.4022552Z [00:02:47.054]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:05.4022993Z [00:02:47.054]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:05.4023422Z [00:02:47.054]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:05.4023740Z [00:02:47.054]➜  EOF
2025-08-20T22:41:05.4025076Z [00:02:47.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b179/_pkg_.a -trimpath "/root/.go/src/net/url=>net/url;$WORK/b179=>" -p net/url -lang=go1.25 -std -complete -installsuffix shared -buildid A8RFegZZZybLED1GbpJw/A8RFegZZZybLED1GbpJw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b179/importcfg -pack /root/.go/src/net/url/url.go
2025-08-20T22:41:05.4720981Z [00:02:47.124]➜  go tool buildid -w $WORK/b133/_pkg_.a # internal
2025-08-20T22:41:05.4833143Z [00:02:47.136]➜  cp $WORK/b133/_pkg_.a /root/.cache/go-build/9a/9adcb034ec57d5af7d9d30e433d9984e9ced5e1d960ec9ed25b07bf199b4882e-d # internal
2025-08-20T22:41:05.4852911Z [00:02:47.138]➜  database/sql/driver
2025-08-20T22:41:05.4856379Z [00:02:47.138]➜  mkdir -p $WORK/b180/
2025-08-20T22:41:05.4857124Z [00:02:47.138]➜  cat >/tmp/go-build3998081543/b180/importcfg << 'EOF' # internal
2025-08-20T22:41:05.4858060Z [00:02:47.138]➜  # import config
2025-08-20T22:41:05.4859113Z [00:02:47.138]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:05.4860260Z [00:02:47.138]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.4860955Z [00:02:47.138]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.4861633Z [00:02:47.138]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:05.4862276Z [00:02:47.138]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:05.4863016Z [00:02:47.138]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:05.4864120Z [00:02:47.138]➜  EOF
2025-08-20T22:41:05.4866434Z [00:02:47.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b180/_pkg_.a -trimpath "/root/.go/src/database/sql/driver=>database/sql/driver;$WORK/b180=>" -p database/sql/driver -lang=go1.25 -std -complete -installsuffix shared -buildid Ta7tT4K82NIZFE2DKn7H/Ta7tT4K82NIZFE2DKn7H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b180/importcfg -pack /root/.go/src/database/sql/driver/driver.go /root/.go/src/database/sql/driver/types.go
2025-08-20T22:41:05.5228473Z [00:02:47.173]➜  go tool buildid -w $WORK/b178/_pkg_.a # internal
2025-08-20T22:41:05.5229954Z [00:02:47.175]➜  cp $WORK/b178/_pkg_.a /root/.cache/go-build/06/0616e33089847667bdeefa4b3ea43058aeeffc7f273b66415ef875983c9075d0-d # internal
2025-08-20T22:41:05.5231412Z [00:02:47.176]➜  net/netip
2025-08-20T22:41:05.5232363Z [00:02:47.176]➜  mkdir -p $WORK/b177/
2025-08-20T22:41:05.5235677Z [00:02:47.176]➜  cat >/tmp/go-build3998081543/b177/importcfg << 'EOF' # internal
2025-08-20T22:41:05.5236599Z [00:02:47.176]➜  # import config
2025-08-20T22:41:05.5237314Z [00:02:47.176]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:05.5237976Z [00:02:47.176]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.5239034Z [00:02:47.176]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:05.5240083Z [00:02:47.176]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:05.5241111Z [00:02:47.176]➜  packagefile internal/itoa=/tmp/go-build3998081543/b042/_pkg_.a
2025-08-20T22:41:05.5241622Z [00:02:47.176]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:05.5242553Z [00:02:47.176]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:05.5242998Z [00:02:47.176]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:05.5243425Z [00:02:47.176]➜  packagefile unique=/tmp/go-build3998081543/b178/_pkg_.a
2025-08-20T22:41:05.5243742Z [00:02:47.176]➜  EOF
2025-08-20T22:41:05.5245271Z [00:02:47.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b177/_pkg_.a -trimpath "/root/.go/src/net/netip=>net/netip;$WORK/b177=>" -p net/netip -lang=go1.25 -std -complete -installsuffix shared -buildid 5dRBDaI-hKcLqPpHX3Ab/5dRBDaI-hKcLqPpHX3Ab -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b177/importcfg -pack /root/.go/src/net/netip/netip.go /root/.go/src/net/netip/uint128.go
2025-08-20T22:41:05.5271340Z [00:02:47.180]➜  go tool buildid -w $WORK/b179/_pkg_.a # internal
2025-08-20T22:41:05.5307221Z [00:02:47.183]➜  cp $WORK/b179/_pkg_.a /root/.cache/go-build/e4/e40d323752e6f936361ab1dc7cd24cbeabb92031183c087d08ccdca85b8e7afd-d # internal
2025-08-20T22:41:05.5309333Z [00:02:47.183]➜  encoding/json
2025-08-20T22:41:05.5309865Z [00:02:47.183]➜  mkdir -p $WORK/b181/
2025-08-20T22:41:05.5310510Z [00:02:47.183]➜  cat >/tmp/go-build3998081543/b181/importcfg << 'EOF' # internal
2025-08-20T22:41:05.5311089Z [00:02:47.183]➜  # import config
2025-08-20T22:41:05.5311756Z [00:02:47.183]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.5312828Z [00:02:47.183]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:05.5313341Z [00:02:47.183]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:05.5313842Z [00:02:47.183]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:05.5314300Z [00:02:47.183]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.5314718Z [00:02:47.183]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.5315123Z [00:02:47.183]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.5315719Z [00:02:47.183]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:05.5316143Z [00:02:47.183]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:05.5316567Z [00:02:47.183]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:05.5316991Z [00:02:47.183]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:05.5317423Z [00:02:47.183]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:05.5326854Z [00:02:47.183]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.5327487Z [00:02:47.183]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:05.5327951Z [00:02:47.183]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:05.5328420Z [00:02:47.183]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:05.5328754Z [00:02:47.183]➜  EOF
2025-08-20T22:41:05.5331211Z [00:02:47.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b181/_pkg_.a -trimpath "/root/.go/src/encoding/json=>encoding/json;$WORK/b181=>" -p encoding/json -lang=go1.25 -std -complete -installsuffix shared -buildid LVFDRKtEsWkoES0oPVFq/LVFDRKtEsWkoES0oPVFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b181/importcfg -pack /root/.go/src/encoding/json/decode.go /root/.go/src/encoding/json/encode.go /root/.go/src/encoding/json/fold.go /root/.go/src/encoding/json/indent.go /root/.go/src/encoding/json/scanner.go /root/.go/src/encoding/json/stream.go /root/.go/src/encoding/json/tables.go /root/.go/src/encoding/json/tags.go
2025-08-20T22:41:05.5344589Z [00:02:47.187]➜  go tool buildid -w $WORK/b174/_pkg_.a # internal
2025-08-20T22:41:05.5372913Z [00:02:47.190]➜  cp $WORK/b174/_pkg_.a /root/.cache/go-build/13/136f20d250b7cf0a23475d7b8414ffad112bb4859bff615910bc38791957c046-d # internal
2025-08-20T22:41:05.5389612Z [00:02:47.191]➜  github.com/mattn/go-isatty
2025-08-20T22:41:05.5389965Z [00:02:47.191]➜  mkdir -p $WORK/b185/
2025-08-20T22:41:05.5393724Z [00:02:47.192]➜  cat >/tmp/go-build3998081543/b185/importcfg << 'EOF' # internal
2025-08-20T22:41:05.5394118Z [00:02:47.192]➜  # import config
2025-08-20T22:41:05.5394520Z [00:02:47.192]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:05.5394883Z [00:02:47.192]➜  EOF
2025-08-20T22:41:05.5397039Z [00:02:47.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-isatty@v0.0.20=>github.com/mattn/go-isatty@v0.0.20;$WORK/b185=>" -p github.com/mattn/go-isatty -lang=go1.15 -complete -installsuffix shared -buildid _l5qKbdWUHYE4qjWttXE/_l5qKbdWUHYE4qjWttXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b185/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-20T22:41:05.5628871Z [00:02:47.215]➜  go tool buildid -w $WORK/b185/_pkg_.a # internal
2025-08-20T22:41:05.5629708Z [00:02:47.215]➜  cp $WORK/b185/_pkg_.a /root/.cache/go-build/03/03b3ceae161fe98aeebed044fe28e724a9a23734b875683dff6273713c1ae4aa-d # internal
2025-08-20T22:41:05.5630282Z [00:02:47.215]➜  github.com/mattn/go-colorable
2025-08-20T22:41:05.5630576Z [00:02:47.215]➜  mkdir -p $WORK/b184/
2025-08-20T22:41:05.5635863Z [00:02:47.216]➜  cat >/tmp/go-build3998081543/b184/importcfg << 'EOF' # internal
2025-08-20T22:41:05.5636405Z [00:02:47.216]➜  # import config
2025-08-20T22:41:05.5636876Z [00:02:47.216]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.5637511Z [00:02:47.216]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3998081543/b185/_pkg_.a
2025-08-20T22:41:05.5638112Z [00:02:47.216]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.5638605Z [00:02:47.216]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:05.5638998Z [00:02:47.216]➜  EOF
2025-08-20T22:41:05.5641106Z [00:02:47.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b184/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-colorable@v0.1.14=>github.com/mattn/go-colorable@v0.1.14;$WORK/b184=>" -p github.com/mattn/go-colorable -lang=go1.18 -complete -installsuffix shared -buildid 8QVXipRe3fY1HhkRGhFH/8QVXipRe3fY1HhkRGhFH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b184/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-20T22:41:05.5697600Z [00:02:47.222]➜  go tool buildid -w $WORK/b180/_pkg_.a # internal
2025-08-20T22:41:05.5708825Z [00:02:47.223]➜  cp $WORK/b180/_pkg_.a /root/.cache/go-build/ba/ba3c38e1700f97098d6e8d9afc0dd9288229a33703d4adf41c9157e261f6b8f5-d # internal
2025-08-20T22:41:05.5713250Z [00:02:47.224]➜  github.com/flarco/g/sizedwaitgroup
2025-08-20T22:41:05.5713596Z [00:02:47.224]➜  mkdir -p $WORK/b186/
2025-08-20T22:41:05.5722157Z [00:02:47.225]➜  cat >/tmp/go-build3998081543/b186/importcfg << 'EOF' # internal
2025-08-20T22:41:05.5731985Z [00:02:47.225]➜  # import config
2025-08-20T22:41:05.5732375Z [00:02:47.225]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:05.5732804Z [00:02:47.225]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:05.5733216Z [00:02:47.225]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:05.5733620Z [00:02:47.225]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:05.5734025Z [00:02:47.225]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.5734483Z [00:02:47.225]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:05.5734917Z [00:02:47.225]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:05.5735224Z [00:02:47.225]➜  EOF
2025-08-20T22:41:05.5738168Z [00:02:47.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/g@v0.1.155/sizedwaitgroup=>github.com/flarco/g@v0.1.155/sizedwaitgroup;$WORK/b186=>" -p github.com/flarco/g/sizedwaitgroup -lang=go1.20 -complete -installsuffix shared -buildid MGV8XYfHgQhHBT5pnSk3/MGV8XYfHgQhHBT5pnSk3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b186/importcfg -pack /root/go/pkg/mod/github.com/flarco/g@v0.1.155/sizedwaitgroup/sizedwaitgroup.go
2025-08-20T22:41:05.5839014Z [00:02:47.236]➜  go tool buildid -w $WORK/b184/_pkg_.a # internal
2025-08-20T22:41:05.5902843Z [00:02:47.243]➜  go tool buildid -w $WORK/b186/_pkg_.a # internal
2025-08-20T22:41:05.5943416Z [00:02:47.247]➜  cp $WORK/b186/_pkg_.a /root/.cache/go-build/43/43e8b60824ca02db0b7edbe251c446a5f42a23e47ba5153dfd83df8f58677a95-d # internal
2025-08-20T22:41:05.5948594Z [00:02:47.247]➜  vendor/golang.org/x/text/transform
2025-08-20T22:41:05.5948930Z [00:02:47.247]➜  mkdir -p $WORK/b194/
2025-08-20T22:41:05.5949308Z [00:02:47.247]➜  cat >/tmp/go-build3998081543/b194/importcfg << 'EOF' # internal
2025-08-20T22:41:05.5949655Z [00:02:47.247]➜  # import config
2025-08-20T22:41:05.5950030Z [00:02:47.247]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.5950452Z [00:02:47.247]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.5950857Z [00:02:47.247]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.5951291Z [00:02:47.247]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:05.5951623Z [00:02:47.247]➜  EOF
2025-08-20T22:41:05.5953411Z [00:02:47.247]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b194/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/transform=>vendor/golang.org/x/text/transform;$WORK/b194=>" -p vendor/golang.org/x/text/transform -lang=go1.25 -std -complete -installsuffix shared -buildid BSrY3R4O6tQ1u6yl32u_/BSrY3R4O6tQ1u6yl32u_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b194/importcfg -pack /root/.go/src/vendor/golang.org/x/text/transform/transform.go
2025-08-20T22:41:05.6040669Z [00:02:47.256]➜  cp $WORK/b184/_pkg_.a /root/.cache/go-build/85/8503ec8d0a29fdb17e0773e957732567a1dc82275058e63ea588b242eaea02ed-d # internal
2025-08-20T22:41:05.6050103Z [00:02:47.256]➜  github.com/fatih/color
2025-08-20T22:41:05.6052047Z [00:02:47.256]➜  mkdir -p $WORK/b183/
2025-08-20T22:41:05.6052486Z [00:02:47.257]➜  cat >/tmp/go-build3998081543/b183/importcfg << 'EOF' # internal
2025-08-20T22:41:05.6052843Z [00:02:47.257]➜  # import config
2025-08-20T22:41:05.6053177Z [00:02:47.257]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.6054031Z [00:02:47.257]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3998081543/b184/_pkg_.a
2025-08-20T22:41:05.6054677Z [00:02:47.257]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3998081543/b185/_pkg_.a
2025-08-20T22:41:05.6055152Z [00:02:47.257]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.6055714Z [00:02:47.257]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:05.6056138Z [00:02:47.257]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:05.6056586Z [00:02:47.257]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:05.6057005Z [00:02:47.257]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.6057313Z [00:02:47.257]➜  EOF
2025-08-20T22:41:05.6059177Z [00:02:47.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/fatih/color@v1.18.0=>github.com/fatih/color@v1.18.0;$WORK/b183=>" -p github.com/fatih/color -lang=go1.17 -complete -installsuffix shared -buildid 7iLlyc1GRxpoq5wWocmN/7iLlyc1GRxpoq5wWocmN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b183/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-20T22:41:05.6591043Z [00:02:47.311]➜  go tool buildid -w $WORK/b183/_pkg_.a # internal
2025-08-20T22:41:05.6609972Z [00:02:47.313]➜  cp $WORK/b183/_pkg_.a /root/.cache/go-build/73/73562ab2d1218ad8afdbc2cd6f19bdf3d46a1252834caed7851e6fd04275a3ac-d # internal
2025-08-20T22:41:05.6621768Z [00:02:47.314]➜  vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:41:05.6623573Z [00:02:47.314]➜  mkdir -p $WORK/b195/
2025-08-20T22:41:05.6634317Z [00:02:47.316]➜  cat >/tmp/go-build3998081543/b195/importcfg << 'EOF' # internal
2025-08-20T22:41:05.6635562Z [00:02:47.316]➜  # import config
2025-08-20T22:41:05.6637326Z [00:02:47.316]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.6638186Z [00:02:47.316]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:05.6638937Z [00:02:47.316]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.6640464Z [00:02:47.316]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:05.6641163Z [00:02:47.316]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:05.6641968Z [00:02:47.316]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:05.6645789Z [00:02:47.316]➜  EOF
2025-08-20T22:41:05.6648887Z [00:02:47.316]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b195/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/bidi=>vendor/golang.org/x/text/unicode/bidi;$WORK/b195=>" -p vendor/golang.org/x/text/unicode/bidi -lang=go1.25 -std -complete -installsuffix shared -buildid aTuuQ1ywASEnKgawejoF/aTuuQ1ywASEnKgawejoF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b195/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bidi.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/bracket.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/core.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/prop.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/bidi/trieval.go
2025-08-20T22:41:05.6665465Z [00:02:47.319]➜  go tool buildid -w $WORK/b194/_pkg_.a # internal
2025-08-20T22:41:05.6676375Z [00:02:47.320]➜  cp $WORK/b194/_pkg_.a /root/.cache/go-build/f8/f83dc428b777e23b1838019751360a29eb8c3de25caa3aa7dfc3dd2ff2bc777e-d # internal
2025-08-20T22:41:05.6692105Z [00:02:47.322]➜  vendor/golang.org/x/text/unicode/norm
2025-08-20T22:41:05.6692667Z [00:02:47.322]➜  mkdir -p $WORK/b196/
2025-08-20T22:41:05.6701971Z [00:02:47.323]➜  cat >/tmp/go-build3998081543/b196/importcfg << 'EOF' # internal
2025-08-20T22:41:05.6703074Z [00:02:47.323]➜  # import config
2025-08-20T22:41:05.6703495Z [00:02:47.323]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:41:05.6704322Z [00:02:47.323]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:05.6704839Z [00:02:47.323]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.6705512Z [00:02:47.323]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3998081543/b194/_pkg_.a
2025-08-20T22:41:05.6706108Z [00:02:47.323]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.6706520Z [00:02:47.323]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.6706974Z [00:02:47.323]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:05.6707305Z [00:02:47.323]➜  EOF
2025-08-20T22:41:05.6733323Z [00:02:47.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b196/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/unicode/norm=>vendor/golang.org/x/text/unicode/norm;$WORK/b196=>" -p vendor/golang.org/x/text/unicode/norm -lang=go1.25 -std -complete -installsuffix shared -buildid HIQaXrGp6qScwX9GSuHd/HIQaXrGp6qScwX9GSuHd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b196/importcfg -pack /root/.go/src/vendor/golang.org/x/text/unicode/norm/composition.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/forminfo.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/input.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/iter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/normalize.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/readwriter.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/transform.go /root/.go/src/vendor/golang.org/x/text/unicode/norm/trie.go
2025-08-20T22:41:05.7807556Z [00:02:47.433]➜  go tool buildid -w $WORK/b195/_pkg_.a # internal
2025-08-20T22:41:05.7853981Z [00:02:47.437]➜  cp $WORK/b195/_pkg_.a /root/.cache/go-build/e0/e0827970f74045e35958571a654bd84584f4e4525bc36cf208d006213d326189-d # internal
2025-08-20T22:41:05.7869906Z [00:02:47.439]➜  vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:41:05.7870374Z [00:02:47.439]➜  mkdir -p $WORK/b193/
2025-08-20T22:41:05.7893740Z [00:02:47.442]➜  cat >/tmp/go-build3998081543/b193/importcfg << 'EOF' # internal
2025-08-20T22:41:05.7894177Z [00:02:47.442]➜  # import config
2025-08-20T22:41:05.7894604Z [00:02:47.442]➜  importmap golang.org/x/text/transform=vendor/golang.org/x/text/transform
2025-08-20T22:41:05.7895196Z [00:02:47.442]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:41:05.7896006Z [00:02:47.442]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.7896543Z [00:02:47.442]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3998081543/b194/_pkg_.a
2025-08-20T22:41:05.7897172Z [00:02:47.442]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3998081543/b195/_pkg_.a
2025-08-20T22:41:05.7897712Z [00:02:47.442]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:05.7898046Z [00:02:47.442]➜  EOF
2025-08-20T22:41:05.7900248Z [00:02:47.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b193/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/text/secure/bidirule=>vendor/golang.org/x/text/secure/bidirule;$WORK/b193=>" -p vendor/golang.org/x/text/secure/bidirule -lang=go1.25 -std -complete -installsuffix shared -buildid iYTtLRk29tX9cYfXA5ms/iYTtLRk29tX9cYfXA5ms -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b193/importcfg -pack /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule.go /root/.go/src/vendor/golang.org/x/text/secure/bidirule/bidirule10.0.0.go
2025-08-20T22:41:05.8127069Z [00:02:47.465]➜  go tool buildid -w $WORK/b193/_pkg_.a # internal
2025-08-20T22:41:05.8129957Z [00:02:47.465]➜  cp $WORK/b193/_pkg_.a /root/.cache/go-build/61/61ba4834b84929ed8e2d68542bb29237f5541d6f24793e4be169d7f5f1f91f58-d # internal
2025-08-20T22:41:05.8133588Z [00:02:47.466]➜  vendor/golang.org/x/net/http2/hpack
2025-08-20T22:41:05.8134075Z [00:02:47.466]➜  mkdir -p $WORK/b199/
2025-08-20T22:41:05.8153125Z [00:02:47.466]➜  cat >/tmp/go-build3998081543/b199/importcfg << 'EOF' # internal
2025-08-20T22:41:05.8153868Z [00:02:47.466]➜  # import config
2025-08-20T22:41:05.8154239Z [00:02:47.466]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.8154670Z [00:02:47.466]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.8155099Z [00:02:47.466]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.8155774Z [00:02:47.466]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.8156193Z [00:02:47.466]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.8156532Z [00:02:47.466]➜  EOF
2025-08-20T22:41:05.8159325Z [00:02:47.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b199/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http2/hpack=>vendor/golang.org/x/net/http2/hpack;$WORK/b199=>" -p vendor/golang.org/x/net/http2/hpack -lang=go1.25 -std -complete -installsuffix shared -buildid 097bK01DbOlXZCQSVAdy/097bK01DbOlXZCQSVAdy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b199/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http2/hpack/encode.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/hpack.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/huffman.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/static_table.go /root/.go/src/vendor/golang.org/x/net/http2/hpack/tables.go
2025-08-20T22:41:05.8172333Z [00:02:47.469]➜  go tool buildid -w $WORK/b177/_pkg_.a # internal
2025-08-20T22:41:05.8266459Z [00:02:47.479]➜  cp $WORK/b177/_pkg_.a /root/.cache/go-build/0c/0cbe1cd840df4fbcdb3072cda120472d630a6d57cba83cf76154fc28dd549393-d # internal
2025-08-20T22:41:05.8285497Z [00:02:47.481]➜  net
2025-08-20T22:41:05.8312748Z [00:02:47.483]➜  mkdir -p $WORK/b173/
2025-08-20T22:41:05.8313239Z [00:02:47.484]➜  echo -n > $WORK/b173/preferlinkext # internal
2025-08-20T22:41:05.8313758Z [00:02:47.484]➜  cd /root/.go/src/net
2025-08-20T22:41:05.8315112Z [00:02:47.484]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b173/ -importpath net "-ldflags=\"-O2\" \"-g\" \"-lresolv\"" -- -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector ./cgo_linux.go ./cgo_resnew.go ./cgo_socknew.go ./cgo_unix_cgo.go ./cgo_unix_cgo_res.go
2025-08-20T22:41:05.8922843Z [00:02:47.544]➜  go tool buildid -w $WORK/b199/_pkg_.a # internal
2025-08-20T22:41:05.8937084Z [00:02:47.546]➜  cp $WORK/b199/_pkg_.a /root/.cache/go-build/74/741fff092c8e1e96837ce488fcf0dc7e51a2a42d5924336c01e7bd8499f8d7d1-d # internal
2025-08-20T22:41:05.8944358Z [00:02:47.547]➜  mime
2025-08-20T22:41:05.8945830Z [00:02:47.547]➜  mkdir -p $WORK/b200/
2025-08-20T22:41:05.8959591Z [00:02:47.548]➜  cat >/tmp/go-build3998081543/b200/importcfg << 'EOF' # internal
2025-08-20T22:41:05.8960629Z [00:02:47.548]➜  # import config
2025-08-20T22:41:05.8961684Z [00:02:47.548]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:05.8962787Z [00:02:47.548]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.8963251Z [00:02:47.548]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:05.8963706Z [00:02:47.548]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.8964124Z [00:02:47.548]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.8964525Z [00:02:47.548]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.8964951Z [00:02:47.548]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:05.8965453Z [00:02:47.548]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:05.8965928Z [00:02:47.548]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:05.8966356Z [00:02:47.548]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:05.8966776Z [00:02:47.548]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:05.8967568Z [00:02:47.548]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:05.8968097Z [00:02:47.548]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:05.8968433Z [00:02:47.548]➜  EOF
2025-08-20T22:41:05.8968700Z [00:02:47.549]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:05.8970555Z [00:02:47.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b200/_pkg_.a -trimpath "/root/.go/src/mime=>mime;$WORK/b200=>" -p mime -lang=go1.25 -std -complete -installsuffix shared -buildid I4kIffXijneyMNNmoBLE/I4kIffXijneyMNNmoBLE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b200/importcfg -pack /root/.go/src/mime/encodedword.go /root/.go/src/mime/grammar.go /root/.go/src/mime/mediatype.go /root/.go/src/mime/type.go /root/.go/src/mime/type_unix.go
2025-08-20T22:41:05.9365501Z [00:02:47.589]➜  go tool buildid -w $WORK/b181/_pkg_.a # internal
2025-08-20T22:41:05.9495860Z [00:02:47.602]➜  cp $WORK/b181/_pkg_.a /root/.cache/go-build/86/8630d9cd567755f79611dab42aaf3147928fa09b4f6d5802016e8e8fc301379e-d # internal
2025-08-20T22:41:05.9498929Z [00:02:47.602]➜  mime/quotedprintable
2025-08-20T22:41:05.9499238Z [00:02:47.602]➜  mkdir -p $WORK/b202/
2025-08-20T22:41:05.9506993Z [00:02:47.603]➜  cat >/tmp/go-build3998081543/b202/importcfg << 'EOF' # internal
2025-08-20T22:41:05.9507662Z [00:02:47.603]➜  # import config
2025-08-20T22:41:05.9508159Z [00:02:47.603]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:05.9509318Z [00:02:47.603]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.9511878Z [00:02:47.603]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.9512312Z [00:02:47.603]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.9516893Z [00:02:47.603]➜  EOF
2025-08-20T22:41:05.9519050Z [00:02:47.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b202/_pkg_.a -trimpath "/root/.go/src/mime/quotedprintable=>mime/quotedprintable;$WORK/b202=>" -p mime/quotedprintable -lang=go1.25 -std -complete -installsuffix shared -buildid E46iEalzJcETRtFu1tSk/E46iEalzJcETRtFu1tSk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b202/importcfg -pack /root/.go/src/mime/quotedprintable/reader.go /root/.go/src/mime/quotedprintable/writer.go
2025-08-20T22:41:05.9938471Z [00:02:47.646]➜  go tool buildid -w $WORK/b202/_pkg_.a # internal
2025-08-20T22:41:05.9939305Z [00:02:47.646]➜  cp $WORK/b202/_pkg_.a /root/.cache/go-build/3b/3bc6be67421966581c330ad14d69e3e0267250408be1064dedd66f3d5af8f308-d # internal
2025-08-20T22:41:05.9939893Z [00:02:47.646]➜  net/http/internal
2025-08-20T22:41:05.9940162Z [00:02:47.646]➜  mkdir -p $WORK/b204/
2025-08-20T22:41:05.9945991Z [00:02:47.647]➜  cat >/tmp/go-build3998081543/b204/importcfg << 'EOF' # internal
2025-08-20T22:41:05.9946368Z [00:02:47.647]➜  # import config
2025-08-20T22:41:05.9946712Z [00:02:47.647]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:05.9947132Z [00:02:47.647]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:05.9947580Z [00:02:47.647]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:05.9948002Z [00:02:47.647]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:05.9948403Z [00:02:47.647]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:05.9948709Z [00:02:47.647]➜  EOF
2025-08-20T22:41:05.9950239Z [00:02:47.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b204/_pkg_.a -trimpath "/root/.go/src/net/http/internal=>net/http/internal;$WORK/b204=>" -p net/http/internal -lang=go1.25 -std -complete -installsuffix shared -buildid vHdEEpk9aalnU7c9Q2CQ/vHdEEpk9aalnU7c9Q2CQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b204/importcfg -pack /root/.go/src/net/http/internal/chunked.go
2025-08-20T22:41:06.0436176Z [00:02:47.696]➜  go tool buildid -w $WORK/b204/_pkg_.a # internal
2025-08-20T22:41:06.0444887Z [00:02:47.697]➜  cp $WORK/b204/_pkg_.a /root/.cache/go-build/c2/c28118b3758da9141682a9cbc67717cc135b0cf9cd6aa19b85adea007e201d18-d # internal
2025-08-20T22:41:06.0445734Z [00:02:47.697]➜  net/http/internal/ascii
2025-08-20T22:41:06.0446649Z [00:02:47.697]➜  mkdir -p $WORK/b205/
2025-08-20T22:41:06.0447247Z [00:02:47.697]➜  cat >/tmp/go-build3998081543/b205/importcfg << 'EOF' # internal
2025-08-20T22:41:06.0448597Z [00:02:47.697]➜  # import config
2025-08-20T22:41:06.0449460Z [00:02:47.697]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.0466853Z [00:02:47.697]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:06.0467767Z [00:02:47.697]➜  EOF
2025-08-20T22:41:06.0469469Z [00:02:47.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b205/_pkg_.a -trimpath "/root/.go/src/net/http/internal/ascii=>net/http/internal/ascii;$WORK/b205=>" -p net/http/internal/ascii -lang=go1.25 -std -complete -installsuffix shared -buildid Sz7mY_P9tDOtwBMvD0b9/Sz7mY_P9tDOtwBMvD0b9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b205/importcfg -pack /root/.go/src/net/http/internal/ascii/print.go
2025-08-20T22:41:06.0488440Z [00:02:47.701]➜  go tool buildid -w $WORK/b196/_pkg_.a # internal
2025-08-20T22:41:06.0565101Z [00:02:47.709]➜  go tool buildid -w $WORK/b205/_pkg_.a # internal
2025-08-20T22:41:06.0568419Z [00:02:47.709]➜  cp $WORK/b205/_pkg_.a /root/.cache/go-build/8e/8e0dccb9f74df18d3810f1cb8a981222a19b48f0d99928ebfe6fd74b3421bff9-d # internal
2025-08-20T22:41:06.0574639Z [00:02:47.710]➜  github.com/getsentry/sentry-go/internal/otel/baggage
2025-08-20T22:41:06.0577723Z [00:02:47.710]➜  mkdir -p $WORK/b208/
2025-08-20T22:41:06.0578260Z [00:02:47.710]➜  cat >/tmp/go-build3998081543/b208/importcfg << 'EOF' # internal
2025-08-20T22:41:06.0580191Z [00:02:47.710]➜  # import config
2025-08-20T22:41:06.0580562Z [00:02:47.710]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:06.0580990Z [00:02:47.710]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.0581693Z [00:02:47.710]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage=/tmp/go-build3998081543/b209/_pkg_.a
2025-08-20T22:41:06.0582350Z [00:02:47.710]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:06.0582779Z [00:02:47.710]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:06.0583201Z [00:02:47.710]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.0583654Z [00:02:47.710]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.0584008Z [00:02:47.710]➜  EOF
2025-08-20T22:41:06.0586321Z [00:02:47.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage=>github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage;$WORK/b208=>" -p github.com/getsentry/sentry-go/internal/otel/baggage -lang=go1.18 -complete -installsuffix shared -buildid H0I9f3OrhhqGptMDnxz5/H0I9f3OrhhqGptMDnxz5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b208/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/otel/baggage/baggage.go
2025-08-20T22:41:06.0595629Z [00:02:47.712]➜  cp $WORK/b196/_pkg_.a /root/.cache/go-build/d6/d6b21b60b897191c5f016d9bbc9cd8419791fd2305d157873e958178e7570b36-d # internal
2025-08-20T22:41:06.0604842Z [00:02:47.712]➜  vendor/golang.org/x/net/idna
2025-08-20T22:41:06.0621206Z [00:02:47.712]➜  mkdir -p $WORK/b192/
2025-08-20T22:41:06.0621631Z [00:02:47.713]➜  cat >/tmp/go-build3998081543/b192/importcfg << 'EOF' # internal
2025-08-20T22:41:06.0622014Z [00:02:47.713]➜  # import config
2025-08-20T22:41:06.0622470Z [00:02:47.713]➜  importmap golang.org/x/text/secure/bidirule=vendor/golang.org/x/text/secure/bidirule
2025-08-20T22:41:06.0623073Z [00:02:47.713]➜  importmap golang.org/x/text/unicode/bidi=vendor/golang.org/x/text/unicode/bidi
2025-08-20T22:41:06.0623648Z [00:02:47.713]➜  importmap golang.org/x/text/unicode/norm=vendor/golang.org/x/text/unicode/norm
2025-08-20T22:41:06.0624545Z [00:02:47.713]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.0625172Z [00:02:47.713]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3998081543/b193/_pkg_.a
2025-08-20T22:41:06.0626123Z [00:02:47.713]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3998081543/b195/_pkg_.a
2025-08-20T22:41:06.0626757Z [00:02:47.713]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3998081543/b196/_pkg_.a
2025-08-20T22:41:06.0627288Z [00:02:47.713]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:06.0627711Z [00:02:47.713]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.0628159Z [00:02:47.713]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.0628495Z [00:02:47.713]➜  EOF
2025-08-20T22:41:06.0631383Z [00:02:47.713]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b192/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/idna=>vendor/golang.org/x/net/idna;$WORK/b192=>" -p vendor/golang.org/x/net/idna -lang=go1.25 -std -complete -installsuffix shared -buildid cqxO-Grpd7T51adYSl9w/cqxO-Grpd7T51adYSl9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b192/importcfg -pack /root/.go/src/vendor/golang.org/x/net/idna/go118.go /root/.go/src/vendor/golang.org/x/net/idna/idna10.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/punycode.go /root/.go/src/vendor/golang.org/x/net/idna/tables15.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trie.go /root/.go/src/vendor/golang.org/x/net/idna/trie13.0.0.go /root/.go/src/vendor/golang.org/x/net/idna/trieval.go
2025-08-20T22:41:06.0811552Z [00:02:47.733]➜  go tool buildid -w $WORK/b200/_pkg_.a # internal
2025-08-20T22:41:06.0838328Z [00:02:47.736]➜  cp $WORK/b200/_pkg_.a /root/.cache/go-build/16/162a94f25d2169fb2c3dd121053822aaea934e781eee8dd2887942175d80acec-d # internal
2025-08-20T22:41:06.0850643Z [00:02:47.736]➜  golang.org/x/text/internal/tag
2025-08-20T22:41:06.0850999Z [00:02:47.736]➜  mkdir -p $WORK/b215/
2025-08-20T22:41:06.0851416Z [00:02:47.736]➜  cat >/tmp/go-build3998081543/b215/importcfg << 'EOF' # internal
2025-08-20T22:41:06.0851767Z [00:02:47.736]➜  # import config
2025-08-20T22:41:06.0852106Z [00:02:47.736]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:06.0852424Z [00:02:47.736]➜  EOF
2025-08-20T22:41:06.0854215Z [00:02:47.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b215/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/tag=>golang.org/x/text@v0.26.0/internal/tag;$WORK/b215=>" -p golang.org/x/text/internal/tag -lang=go1.23 -complete -installsuffix shared -buildid ws1YmUZl2mCDIimTgimd/ws1YmUZl2mCDIimTgimd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b215/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/tag/tag.go
2025-08-20T22:41:06.0997466Z [00:02:47.752]➜  go tool buildid -w $WORK/b215/_pkg_.a # internal
2025-08-20T22:41:06.1000412Z [00:02:47.752]➜  cp $WORK/b215/_pkg_.a /root/.cache/go-build/83/831ea3ca590154a1ab7ffe0aca65439f791dc96d27da01e9374d4f2c361ee0e1-d # internal
2025-08-20T22:41:06.1004827Z [00:02:47.753]➜  golang.org/x/text/internal/language
2025-08-20T22:41:06.1005241Z [00:02:47.753]➜  mkdir -p $WORK/b214/
2025-08-20T22:41:06.1009893Z [00:02:47.753]➜  cat >/tmp/go-build3998081543/b214/importcfg << 'EOF' # internal
2025-08-20T22:41:06.1010248Z [00:02:47.753]➜  # import config
2025-08-20T22:41:06.1010587Z [00:02:47.753]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:06.1011037Z [00:02:47.753]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:06.1011451Z [00:02:47.753]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.1011956Z [00:02:47.753]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3998081543/b215/_pkg_.a
2025-08-20T22:41:06.1012452Z [00:02:47.753]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:06.1012872Z [00:02:47.753]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.1013696Z [00:02:47.753]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.1014335Z [00:02:47.753]➜  EOF
2025-08-20T22:41:06.1018762Z [00:02:47.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b214/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language=>golang.org/x/text@v0.26.0/internal/language;$WORK/b214=>" -p golang.org/x/text/internal/language -lang=go1.23 -complete -installsuffix shared -buildid TwepSxTEtWnPU5H2U7IU/TwepSxTEtWnPU5H2U7IU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b214/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/common.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compose.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/lookup.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/tags.go
2025-08-20T22:41:06.1097306Z [00:02:47.762]➜  go tool buildid -w $WORK/b208/_pkg_.a # internal
2025-08-20T22:41:06.1114926Z [00:02:47.764]➜  cp $WORK/b208/_pkg_.a /root/.cache/go-build/dc/dc51ffd55ee047831166543ada5ea25a98935c34e3a26b4d872520a74793c29c-d # internal
2025-08-20T22:41:06.1124402Z [00:02:47.765]➜  golang.org/x/text/transform
2025-08-20T22:41:06.1131333Z [00:02:47.765]➜  mkdir -p $WORK/b217/
2025-08-20T22:41:06.1147067Z [00:02:47.767]➜  cat >/tmp/go-build3998081543/b217/importcfg << 'EOF' # internal
2025-08-20T22:41:06.1148327Z [00:02:47.767]➜  # import config
2025-08-20T22:41:06.1149885Z [00:02:47.767]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:06.1150453Z [00:02:47.767]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:06.1150877Z [00:02:47.767]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:06.1151314Z [00:02:47.767]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.1151678Z [00:02:47.767]➜  EOF
2025-08-20T22:41:06.1159431Z [00:02:47.768]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b217/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/transform=>golang.org/x/text@v0.26.0/transform;$WORK/b217=>" -p golang.org/x/text/transform -lang=go1.23 -complete -installsuffix shared -buildid YmZ9aWou4Woh5HYkUQes/YmZ9aWou4Woh5HYkUQes -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b217/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/transform/transform.go
2025-08-20T22:41:06.1549335Z [00:02:47.804]➜  go tool buildid -w $WORK/b217/_pkg_.a # internal
2025-08-20T22:41:06.1550129Z [00:02:47.807]➜  cp $WORK/b217/_pkg_.a /root/.cache/go-build/82/829e897ef943d061aaf793190f6709e10e8155e1988d60112600c7457e1f6f66-d # internal
2025-08-20T22:41:06.1550707Z [00:02:47.807]➜  golang.org/x/text/unicode/norm
2025-08-20T22:41:06.1551003Z [00:02:47.807]➜  mkdir -p $WORK/b218/
2025-08-20T22:41:06.1551380Z [00:02:47.807]➜  cat >/tmp/go-build3998081543/b218/importcfg << 'EOF' # internal
2025-08-20T22:41:06.1551731Z [00:02:47.807]➜  # import config
2025-08-20T22:41:06.1552104Z [00:02:47.807]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:06.1552570Z [00:02:47.807]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.1553074Z [00:02:47.807]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:41:06.1553553Z [00:02:47.807]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:06.1553961Z [00:02:47.807]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:06.1554403Z [00:02:47.807]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.1554739Z [00:02:47.807]➜  EOF
2025-08-20T22:41:06.1561080Z [00:02:47.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b218/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm=>golang.org/x/text@v0.26.0/unicode/norm;$WORK/b218=>" -p golang.org/x/text/unicode/norm -lang=go1.23 -complete -installsuffix shared -buildid kyrI57dzpVqzB1hQ_u_M/kyrI57dzpVqzB1hQ_u_M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b218/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/composition.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/forminfo.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/input.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/iter.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/normalize.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/readwriter.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/transform.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/norm/trie.go
2025-08-20T22:41:06.2101828Z [00:02:47.861]➜  go tool buildid -w $WORK/b192/_pkg_.a # internal
2025-08-20T22:41:06.2116228Z [00:02:47.862]➜  cp $WORK/b192/_pkg_.a /root/.cache/go-build/32/3225d403c945b9be38f1b33442128dea0864bdb33569661637f1f37dbf97fe50-d # internal
2025-08-20T22:41:06.2116991Z [00:02:47.862]➜  github.com/getsentry/sentry-go/internal/traceparser
2025-08-20T22:41:06.2117356Z [00:02:47.862]➜  mkdir -p $WORK/b219/
2025-08-20T22:41:06.2118224Z [00:02:47.862]➜  cat >/tmp/go-build3998081543/b219/importcfg << 'EOF' # internal
2025-08-20T22:41:06.2118587Z [00:02:47.862]➜  # import config
2025-08-20T22:41:06.2118927Z [00:02:47.862]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:06.2119363Z [00:02:47.862]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.2119685Z [00:02:47.862]➜  EOF
2025-08-20T22:41:06.2121852Z [00:02:47.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/traceparser=>github.com/getsentry/sentry-go@v0.27.0/internal/traceparser;$WORK/b219=>" -p github.com/getsentry/sentry-go/internal/traceparser -lang=go1.18 -complete -installsuffix shared -buildid -zU8GEtGGGH8arOuSxAA/-zU8GEtGGGH8arOuSxAA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b219/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/traceparser/parser.go
2025-08-20T22:41:06.2352506Z [00:02:47.887]➜  go tool buildid -w $WORK/b219/_pkg_.a # internal
2025-08-20T22:41:06.2373226Z [00:02:47.889]➜  cp $WORK/b219/_pkg_.a /root/.cache/go-build/62/62a847484b1643e1407632d3d066d3a258322761fe8c908c0c46799e8f136e73-d # internal
2025-08-20T22:41:06.2384468Z [00:02:47.891]➜  go/token
2025-08-20T22:41:06.2386066Z [00:02:47.891]➜  mkdir -p $WORK/b223/
2025-08-20T22:41:06.2401273Z [00:02:47.892]➜  cat >/tmp/go-build3998081543/b223/importcfg << 'EOF' # internal
2025-08-20T22:41:06.2404935Z [00:02:47.892]➜  # import config
2025-08-20T22:41:06.2409084Z [00:02:47.892]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:06.2415110Z [00:02:47.892]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.2415649Z [00:02:47.892]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:06.2416068Z [00:02:47.892]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:06.2416497Z [00:02:47.892]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.2416943Z [00:02:47.892]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:06.2417380Z [00:02:47.892]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:06.2417821Z [00:02:47.892]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:06.2418269Z [00:02:47.892]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.2418603Z [00:02:47.892]➜  EOF
2025-08-20T22:41:06.2420711Z [00:02:47.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b223/_pkg_.a -trimpath "/root/.go/src/go/token=>go/token;$WORK/b223=>" -p go/token -lang=go1.25 -std -complete -installsuffix shared -buildid HsSZP51HG9owoqBSmaqZ/HsSZP51HG9owoqBSmaqZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b223/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-20T22:41:06.2696753Z [00:02:47.922]➜  go tool buildid -w $WORK/b214/_pkg_.a # internal
2025-08-20T22:41:06.2730537Z [00:02:47.925]➜  cp $WORK/b214/_pkg_.a /root/.cache/go-build/2b/2b6e8dfbe880c58aa07466e35743e674c89b26fea47db5c7ad195437e368a167-d # internal
2025-08-20T22:41:06.2731301Z [00:02:47.925]➜  golang.org/x/text/internal/language/compact
2025-08-20T22:41:06.2731632Z [00:02:47.925]➜  mkdir -p $WORK/b216/
2025-08-20T22:41:06.2734177Z [00:02:47.926]➜  cat >/tmp/go-build3998081543/b216/importcfg << 'EOF' # internal
2025-08-20T22:41:06.2734730Z [00:02:47.926]➜  # import config
2025-08-20T22:41:06.2736373Z [00:02:47.926]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3998081543/b214/_pkg_.a
2025-08-20T22:41:06.2737164Z [00:02:47.926]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:06.2738830Z [00:02:47.926]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.2739708Z [00:02:47.926]➜  EOF
2025-08-20T22:41:06.2743077Z [00:02:47.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b216/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact=>golang.org/x/text@v0.26.0/internal/language/compact;$WORK/b216=>" -p golang.org/x/text/internal/language/compact -lang=go1.23 -complete -installsuffix shared -buildid WVRzpuLGvibUnqVADxrq/WVRzpuLGvibUnqVADxrq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b216/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/compact.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/language.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/parents.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/tables.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/language/compact/tags.go
2025-08-20T22:41:06.3181220Z [00:02:47.970]➜  go tool buildid -w $WORK/b216/_pkg_.a # internal
2025-08-20T22:41:06.3198093Z [00:02:47.972]➜  cp $WORK/b216/_pkg_.a /root/.cache/go-build/19/1942c8d46f6c61a03402ce8a67713c2d7954bb013f02173c81609434593fa07b-d # internal
2025-08-20T22:41:06.3204848Z [00:02:47.973]➜  golang.org/x/text/language
2025-08-20T22:41:06.3208856Z [00:02:47.973]➜  mkdir -p $WORK/b213/
2025-08-20T22:41:06.3218394Z [00:02:47.974]➜  cat >/tmp/go-build3998081543/b213/importcfg << 'EOF' # internal
2025-08-20T22:41:06.3219370Z [00:02:47.974]➜  # import config
2025-08-20T22:41:06.3220486Z [00:02:47.974]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:06.3221167Z [00:02:47.974]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.3222000Z [00:02:47.974]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3998081543/b214/_pkg_.a
2025-08-20T22:41:06.3223430Z [00:02:47.974]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3998081543/b216/_pkg_.a
2025-08-20T22:41:06.3224187Z [00:02:47.974]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:06.3224667Z [00:02:47.974]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.3225179Z [00:02:47.974]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.3225597Z [00:02:47.974]➜  EOF
2025-08-20T22:41:06.3229031Z [00:02:47.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b213/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/language=>golang.org/x/text@v0.26.0/language;$WORK/b213=>" -p golang.org/x/text/language -lang=go1.23 -complete -installsuffix shared -buildid xTs__25i9SFCuTg2aFe0/xTs__25i9SFCuTg2aFe0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b213/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/coverage.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/doc.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/language.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/match.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/parse.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/tables.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/language/tags.go
2025-08-20T22:41:06.3359206Z [00:02:47.988]➜  go tool buildid -w $WORK/b223/_pkg_.a # internal
2025-08-20T22:41:06.3402449Z [00:02:47.993]➜  cp $WORK/b223/_pkg_.a /root/.cache/go-build/49/492ab1f6ed018d94830420a0a22133b4ed6e633f6a5e79e0ced83bc13231eb81-d # internal
2025-08-20T22:41:06.3403763Z [00:02:47.993]➜  go/scanner
2025-08-20T22:41:06.3404221Z [00:02:47.993]➜  mkdir -p $WORK/b222/
2025-08-20T22:41:06.3428608Z [00:02:47.995]➜  cat >/tmp/go-build3998081543/b222/importcfg << 'EOF' # internal
2025-08-20T22:41:06.3430150Z [00:02:47.995]➜  # import config
2025-08-20T22:41:06.3431262Z [00:02:47.995]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:06.3431987Z [00:02:47.995]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.3432992Z [00:02:47.995]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:41:06.3433640Z [00:02:47.995]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:06.3434898Z [00:02:47.995]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:06.3436327Z [00:02:47.995]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:06.3436759Z [00:02:47.995]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.3437191Z [00:02:47.995]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:06.3437642Z [00:02:47.995]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.3437976Z [00:02:47.995]➜  EOF
2025-08-20T22:41:06.3439534Z [00:02:47.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b222/_pkg_.a -trimpath "/root/.go/src/go/scanner=>go/scanner;$WORK/b222=>" -p go/scanner -lang=go1.25 -std -complete -installsuffix shared -buildid MuE0rcsCKt6ZlkqIjpTZ/MuE0rcsCKt6ZlkqIjpTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b222/importcfg -pack /root/.go/src/go/scanner/errors.go /root/.go/src/go/scanner/scanner.go
2025-08-20T22:41:06.3839839Z [00:02:48.036]➜  go tool buildid -w $WORK/b218/_pkg_.a # internal
2025-08-20T22:41:06.3889484Z [00:02:48.041]➜  cp $WORK/b218/_pkg_.a /root/.cache/go-build/63/63701f59bd32f9ee45817fe2973eab24324ee1c5098ec1a266b2dce2511b8f49-d # internal
2025-08-20T22:41:06.3899986Z [00:02:48.042]➜  go/build/constraint
2025-08-20T22:41:06.3900525Z [00:02:48.042]➜  mkdir -p $WORK/b224/
2025-08-20T22:41:06.3902784Z [00:02:48.043]➜  cat >/tmp/go-build3998081543/b224/importcfg << 'EOF' # internal
2025-08-20T22:41:06.3903448Z [00:02:48.043]➜  # import config
2025-08-20T22:41:06.3903995Z [00:02:48.043]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:06.3904596Z [00:02:48.043]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.3905997Z [00:02:48.043]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.3906436Z [00:02:48.043]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:06.3906889Z [00:02:48.043]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.3907254Z [00:02:48.043]➜  EOF
2025-08-20T22:41:06.3908973Z [00:02:48.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b224/_pkg_.a -trimpath "/root/.go/src/go/build/constraint=>go/build/constraint;$WORK/b224=>" -p go/build/constraint -lang=go1.25 -std -complete -installsuffix shared -buildid tmqD13dSBJ00VihfnaEv/tmqD13dSBJ00VihfnaEv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b224/importcfg -pack /root/.go/src/go/build/constraint/expr.go /root/.go/src/go/build/constraint/vers.go
2025-08-20T22:41:06.4140365Z [00:02:48.066]➜  cd $WORK/b173
2025-08-20T22:41:06.4143395Z [00:02:48.066]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x001.o -c _cgo_export.c
2025-08-20T22:41:06.4331030Z [00:02:48.085]➜  go tool buildid -w $WORK/b222/_pkg_.a # internal
2025-08-20T22:41:06.4340062Z [00:02:48.086]➜  cp $WORK/b222/_pkg_.a /root/.cache/go-build/32/32d841d7ce8faf537ea9b30dc8d2c702aa942d44c06ce67cc2d0f0c198ec29d1-d # internal
2025-08-20T22:41:06.4342723Z [00:02:48.087]➜  go/ast
2025-08-20T22:41:06.4343960Z [00:02:48.087]➜  mkdir -p $WORK/b221/
2025-08-20T22:41:06.4346981Z [00:02:48.087]➜  cat >/tmp/go-build3998081543/b221/importcfg << 'EOF' # internal
2025-08-20T22:41:06.4347380Z [00:02:48.087]➜  # import config
2025-08-20T22:41:06.4347773Z [00:02:48.087]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:06.4348198Z [00:02:48.087]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:06.4348604Z [00:02:48.087]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.4349034Z [00:02:48.087]➜  packagefile go/scanner=/tmp/go-build3998081543/b222/_pkg_.a
2025-08-20T22:41:06.4349480Z [00:02:48.087]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:41:06.4349918Z [00:02:48.087]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:06.4350323Z [00:02:48.087]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:06.4350724Z [00:02:48.087]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:06.4351141Z [00:02:48.087]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:06.4351565Z [00:02:48.087]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:06.4351996Z [00:02:48.087]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.4352421Z [00:02:48.087]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.4352733Z [00:02:48.087]➜  EOF
2025-08-20T22:41:06.4353009Z [00:02:48.087]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:06.4355157Z [00:02:48.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b221/_pkg_.a -trimpath "/root/.go/src/go/ast=>go/ast;$WORK/b221=>" -p go/ast -lang=go1.25 -std -complete -installsuffix shared -buildid izpq07i6-_BlK_jJ36X3/izpq07i6-_BlK_jJ36X3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b221/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-20T22:41:06.4447072Z [00:02:48.097]➜  cd $WORK/b173
2025-08-20T22:41:06.4449677Z [00:02:48.097]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x002.o -c cgo_linux.cgo2.c
2025-08-20T22:41:06.4468013Z [00:02:48.099]➜  go tool buildid -w $WORK/b224/_pkg_.a # internal
2025-08-20T22:41:06.4477774Z [00:02:48.100]➜  cp $WORK/b224/_pkg_.a /root/.cache/go-build/20/20a056f0fac8562265d58a00272f5ea001ba2ff97aa538f8d825bf6cdcc2aae5-d # internal
2025-08-20T22:41:06.4480416Z [00:02:48.100]➜  go/doc/comment
2025-08-20T22:41:06.4480748Z [00:02:48.100]➜  mkdir -p $WORK/b226/
2025-08-20T22:41:06.4482339Z [00:02:48.101]➜  cat >/tmp/go-build3998081543/b226/importcfg << 'EOF' # internal
2025-08-20T22:41:06.4482705Z [00:02:48.101]➜  # import config
2025-08-20T22:41:06.4483049Z [00:02:48.101]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:06.4483493Z [00:02:48.101]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.4483907Z [00:02:48.101]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:06.4484324Z [00:02:48.101]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:06.4484800Z [00:02:48.101]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.4485287Z [00:02:48.101]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.4486171Z [00:02:48.101]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:06.4486622Z [00:02:48.101]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.4486955Z [00:02:48.101]➜  EOF
2025-08-20T22:41:06.4487228Z [00:02:48.101]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:06.4489626Z [00:02:48.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b226/_pkg_.a -trimpath "/root/.go/src/go/doc/comment=>go/doc/comment;$WORK/b226=>" -p go/doc/comment -lang=go1.25 -std -complete -installsuffix shared -buildid ozaFHVDjIEI25G0o-NbL/ozaFHVDjIEI25G0o-NbL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b226/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-20T22:41:06.4608032Z [00:02:48.113]➜  go tool buildid -w $WORK/b213/_pkg_.a # internal
2025-08-20T22:41:06.4636541Z [00:02:48.116]➜  cp $WORK/b213/_pkg_.a /root/.cache/go-build/6b/6bc822f53db9c83e1da498642ee5d024bad0f0b1ac3c4c1051d51a62cca98516-d # internal
2025-08-20T22:41:06.4644370Z [00:02:48.117]➜  golang.org/x/text/internal
2025-08-20T22:41:06.4650154Z [00:02:48.117]➜  mkdir -p $WORK/b212/
2025-08-20T22:41:06.4659889Z [00:02:48.118]➜  cat >/tmp/go-build3998081543/b212/importcfg << 'EOF' # internal
2025-08-20T22:41:06.4661037Z [00:02:48.119]➜  # import config
2025-08-20T22:41:06.4661783Z [00:02:48.119]➜  packagefile golang.org/x/text/language=/tmp/go-build3998081543/b213/_pkg_.a
2025-08-20T22:41:06.4663309Z [00:02:48.119]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:06.4663777Z [00:02:48.119]➜  EOF
2025-08-20T22:41:06.4672992Z [00:02:48.120]➜  cd $WORK/b173
2025-08-20T22:41:06.4675015Z [00:02:48.120]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x003.o -c cgo_resnew.cgo2.c
2025-08-20T22:41:06.4682717Z [00:02:48.121]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:06.4691582Z [00:02:48.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b212/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/internal=>golang.org/x/text@v0.26.0/internal;$WORK/b212=>" -p golang.org/x/text/internal -lang=go1.23 -complete -installsuffix shared -buildid RBrj7eEZE3ZCjBCny80B/RBrj7eEZE3ZCjBCny80B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b212/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/internal.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/internal/match.go
2025-08-20T22:41:06.4892572Z [00:02:48.140]➜  go tool buildid -w $WORK/b212/_pkg_.a # internal
2025-08-20T22:41:06.4903535Z [00:02:48.143]➜  cd $WORK/b173
2025-08-20T22:41:06.4905845Z [00:02:48.143]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x004.o -c cgo_socknew.cgo2.c
2025-08-20T22:41:06.4919777Z [00:02:48.144]➜  cp $WORK/b212/_pkg_.a /root/.cache/go-build/1d/1d3b42074242acea764282b48a6660e5cd362f4438f23e8e4246970222a77d4d-d # internal
2025-08-20T22:41:06.4931852Z [00:02:48.146]➜  golang.org/x/text/cases
2025-08-20T22:41:06.4939152Z [00:02:48.146]➜  mkdir -p $WORK/b211/
2025-08-20T22:41:06.4949825Z [00:02:48.147]➜  cat >/tmp/go-build3998081543/b211/importcfg << 'EOF' # internal
2025-08-20T22:41:06.4956188Z [00:02:48.148]➜  # import config
2025-08-20T22:41:06.4966499Z [00:02:48.149]➜  packagefile golang.org/x/text/internal=/tmp/go-build3998081543/b212/_pkg_.a
2025-08-20T22:41:06.4973644Z [00:02:48.150]➜  packagefile golang.org/x/text/language=/tmp/go-build3998081543/b213/_pkg_.a
2025-08-20T22:41:06.4979567Z [00:02:48.150]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:41:06.4985600Z [00:02:48.150]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3998081543/b218/_pkg_.a
2025-08-20T22:41:06.4990028Z [00:02:48.150]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.4992101Z [00:02:48.150]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:06.4992564Z [00:02:48.150]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.4992903Z [00:02:48.150]➜  EOF
2025-08-20T22:41:06.4993169Z [00:02:48.150]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:06.4996329Z [00:02:48.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b211/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/cases=>golang.org/x/text@v0.26.0/cases;$WORK/b211=>" -p golang.org/x/text/cases -lang=go1.23 -complete -installsuffix shared -buildid fbN9pSa8miI4SfHpwcG1/fbN9pSa8miI4SfHpwcG1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b211/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/cases.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/context.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/fold.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/info.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/map.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/cases/trieval.go
2025-08-20T22:41:06.5121720Z [00:02:48.164]➜  cd $WORK/b173
2025-08-20T22:41:06.5125959Z [00:02:48.164]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x005.o -c cgo_unix_cgo.cgo2.c
2025-08-20T22:41:06.5420051Z [00:02:48.194]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_x006.o -c cgo_unix_cgo_res.cgo2.c
2025-08-20T22:41:06.5834557Z [00:02:48.236]➜  go tool buildid -w $WORK/b226/_pkg_.a # internal
2025-08-20T22:41:06.5852830Z [00:02:48.238]➜  cp $WORK/b226/_pkg_.a /root/.cache/go-build/b2/b2ecc0606f33c84eb6b998bb4c10f90260586bd9a00f73c6b01abe00e88b68c6-d # internal
2025-08-20T22:41:06.5856273Z [00:02:48.238]➜  internal/lazyregexp
2025-08-20T22:41:06.5857317Z [00:02:48.238]➜  mkdir -p $WORK/b227/
2025-08-20T22:41:06.5858323Z [00:02:48.238]➜  cat >/tmp/go-build3998081543/b227/importcfg << 'EOF' # internal
2025-08-20T22:41:06.5858757Z [00:02:48.238]➜  # import config
2025-08-20T22:41:06.5859096Z [00:02:48.238]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:06.5859521Z [00:02:48.238]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:06.5859947Z [00:02:48.238]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.5860367Z [00:02:48.238]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:06.5860701Z [00:02:48.238]➜  EOF
2025-08-20T22:41:06.5860987Z [00:02:48.238]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:06.5862639Z [00:02:48.238]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b227/_pkg_.a -trimpath "/root/.go/src/internal/lazyregexp=>internal/lazyregexp;$WORK/b227=>" -p internal/lazyregexp -lang=go1.25 -std -complete -installsuffix shared -buildid jf5IjoMg2WbmUBwNmYRr/jf5IjoMg2WbmUBwNmYRr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b227/importcfg -pack /root/.go/src/internal/lazyregexp/lazyre.go
2025-08-20T22:41:06.6080397Z [00:02:48.260]➜  go tool buildid -w $WORK/b227/_pkg_.a # internal
2025-08-20T22:41:06.6083081Z [00:02:48.261]➜  cd $WORK/b173
2025-08-20T22:41:06.6085097Z [00:02:48.261]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -I $WORK/b173/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -fno-stack-protector -ffile-prefix-map=/root/.go=/_/GOROOT -frandom-seed=eXcrLAO0S0TwJ_5cJgMP -o $WORK/b173/_cgo_main.o -c _cgo_main.c
2025-08-20T22:41:06.6095699Z [00:02:48.262]➜  cp $WORK/b227/_pkg_.a /root/.cache/go-build/5f/5f9a10ea1c15a13d2146524d5ed600f0e65949d1006e143fed89ed974dcc9ab7-d # internal
2025-08-20T22:41:06.6098400Z [00:02:48.262]➜  internal/buildcfg
2025-08-20T22:41:06.6099132Z [00:02:48.262]➜  mkdir -p $WORK/b229/
2025-08-20T22:41:06.6099720Z [00:02:48.262]➜  cat >/tmp/go-build3998081543/b229/importcfg << 'EOF' # internal
2025-08-20T22:41:06.6100313Z [00:02:48.262]➜  # import config
2025-08-20T22:41:06.6100687Z [00:02:48.262]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.6101327Z [00:02:48.262]➜  packagefile internal/goexperiment=/tmp/go-build3998081543/b016/_pkg_.a
2025-08-20T22:41:06.6101986Z [00:02:48.262]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:06.6102435Z [00:02:48.262]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:06.6102904Z [00:02:48.262]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:06.6103334Z [00:02:48.262]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:06.6103764Z [00:02:48.262]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.6104193Z [00:02:48.262]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.6104511Z [00:02:48.262]➜  EOF
2025-08-20T22:41:06.6104782Z [00:02:48.262]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:06.6106766Z [00:02:48.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b229/_pkg_.a -trimpath "/root/.go/src/internal/buildcfg=>internal/buildcfg;$WORK/b229=>" -p internal/buildcfg -lang=go1.25 -std -complete -installsuffix shared -buildid K5_QvLCXDFJtd2aeonfj/K5_QvLCXDFJtd2aeonfj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b229/importcfg -pack /root/.go/src/internal/buildcfg/cfg.go /root/.go/src/internal/buildcfg/exp.go /root/.go/src/internal/buildcfg/zbootstrap.go
2025-08-20T22:41:06.6347116Z [00:02:48.287]➜  TERM='dumb' gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -o $WORK/b173/_cgo_.o $WORK/b173/_cgo_main.o $WORK/b173/preferlinkext $WORK/b173/_x001.o $WORK/b173/_x002.o $WORK/b173/_x003.o $WORK/b173/_x004.o $WORK/b173/_x005.o $WORK/b173/_x006.o -O2 -g -lresolv
2025-08-20T22:41:06.6494184Z [00:02:48.301]➜  go tool buildid -w $WORK/b211/_pkg_.a # internal
2025-08-20T22:41:06.6514380Z [00:02:48.304]➜  cp $WORK/b211/_pkg_.a /root/.cache/go-build/b9/b9d1781ed3139b0bd3f0ee7703151ee6c23694a4681f26c0588521b2e4b14166-d # internal
2025-08-20T22:41:06.6515001Z [00:02:48.304]➜  os/exec
2025-08-20T22:41:06.6515252Z [00:02:48.304]➜  mkdir -p $WORK/b231/
2025-08-20T22:41:06.6519370Z [00:02:48.304]➜  cat >/tmp/go-build3998081543/b231/importcfg << 'EOF' # internal
2025-08-20T22:41:06.6520326Z [00:02:48.304]➜  # import config
2025-08-20T22:41:06.6521776Z [00:02:48.304]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:06.6522246Z [00:02:48.304]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:06.6522675Z [00:02:48.304]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:06.6523137Z [00:02:48.304]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:06.6523668Z [00:02:48.304]➜  packagefile internal/syscall/execenv=/tmp/go-build3998081543/b062/_pkg_.a
2025-08-20T22:41:06.6524625Z [00:02:48.304]➜  packagefile internal/syscall/unix=/tmp/go-build3998081543/b061/_pkg_.a
2025-08-20T22:41:06.6525089Z [00:02:48.304]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:06.6525669Z [00:02:48.304]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:06.6526087Z [00:02:48.304]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:06.6526523Z [00:02:48.304]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:06.6526985Z [00:02:48.304]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:06.6527412Z [00:02:48.304]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.6527836Z [00:02:48.304]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.6528266Z [00:02:48.304]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:06.6528682Z [00:02:48.304]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:06.6529003Z [00:02:48.304]➜  EOF
2025-08-20T22:41:06.6530588Z [00:02:48.304]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b231/_pkg_.a -trimpath "/root/.go/src/os/exec=>os/exec;$WORK/b231=>" -p os/exec -lang=go1.25 -std -complete -installsuffix shared -buildid SIVNkOzSCWEnsKXlYW2Y/SIVNkOzSCWEnsKXlYW2Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b231/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-20T22:41:06.7273558Z [00:02:48.379]➜  go tool buildid -w $WORK/b229/_pkg_.a # internal
2025-08-20T22:41:06.7282824Z [00:02:48.380]➜  cp $WORK/b229/_pkg_.a /root/.cache/go-build/44/44e1e3d12cef4f42dea62c5baa6be64dc31d6e83440a4c7419fc6eea076647fb-d # internal
2025-08-20T22:41:06.7308593Z [00:02:48.380]➜  runtime/debug
2025-08-20T22:41:06.7308964Z [00:02:48.380]➜  mkdir -p $WORK/b236/
2025-08-20T22:41:06.7309292Z [00:02:48.383]➜  echo -n > $WORK/b236/go_asm.h # internal
2025-08-20T22:41:06.7309650Z [00:02:48.383]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:41:06.7310668Z [00:02:48.383]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b236=>" -I $WORK/b236/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b236/symabis ./debug.s
2025-08-20T22:41:06.7334402Z [00:02:48.386]➜  cat >/tmp/go-build3998081543/b236/importcfg << 'EOF' # internal
2025-08-20T22:41:06.7335645Z [00:02:48.386]➜  # import config
2025-08-20T22:41:06.7337008Z [00:02:48.386]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.7338182Z [00:02:48.386]➜  packagefile internal/poll=/tmp/go-build3998081543/b060/_pkg_.a
2025-08-20T22:41:06.7338683Z [00:02:48.386]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:06.7339116Z [00:02:48.386]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:06.7339547Z [00:02:48.386]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:06.7340008Z [00:02:48.386]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.7340441Z [00:02:48.386]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.7340862Z [00:02:48.386]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:06.7341170Z [00:02:48.386]➜  EOF
2025-08-20T22:41:06.7341450Z [00:02:48.386]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:06.7343576Z [00:02:48.386]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b236/_pkg_.a -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b236=>" -p runtime/debug -lang=go1.25 -std -installsuffix shared -buildid mxuhknRyDyMkG_Bz4Oci/mxuhknRyDyMkG_Bz4Oci -goversion go1.25.0 -symabis $WORK/b236/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b236/importcfg -pack -asmhdr $WORK/b236/go_asm.h /root/.go/src/runtime/debug/garbage.go /root/.go/src/runtime/debug/mod.go /root/.go/src/runtime/debug/stack.go /root/.go/src/runtime/debug/stubs.go
2025-08-20T22:41:06.7456433Z [00:02:48.398]➜  go tool buildid -w $WORK/b221/_pkg_.a # internal
2025-08-20T22:41:06.7545486Z [00:02:48.407]➜  gcc -I /root/.go/src/net -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b173=/tmp/go-build -gno-record-gcc-switches -o $WORK/b173/_cgo_.o $WORK/b173/_cgo_main.o $WORK/b173/preferlinkext $WORK/b173/_x001.o $WORK/b173/_x002.o $WORK/b173/_x003.o $WORK/b173/_x004.o $WORK/b173/_x005.o $WORK/b173/_x006.o -O2 -g -lresolv # test for internal linking errors (succeeded)
2025-08-20T22:41:06.7547867Z [00:02:48.407]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage net -dynimport $WORK/b173/_cgo_.o -dynout $WORK/b173/_cgo_import.go
2025-08-20T22:41:06.7556502Z [00:02:48.408]➜  cp $WORK/b221/_pkg_.a /root/.cache/go-build/a5/a5c06ec1b4c2387930e8c81d53b40a464cb7b557901d65dfd6f08fc3291a947f-d # internal
2025-08-20T22:41:06.7563715Z [00:02:48.409]➜  go/doc
2025-08-20T22:41:06.7564227Z [00:02:48.409]➜  mkdir -p $WORK/b225/
2025-08-20T22:41:06.7566666Z [00:02:48.409]➜  cat >/tmp/go-build3998081543/b225/importcfg << 'EOF' # internal
2025-08-20T22:41:06.7567146Z [00:02:48.409]➜  # import config
2025-08-20T22:41:06.7567498Z [00:02:48.409]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:06.7567908Z [00:02:48.409]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.7568323Z [00:02:48.409]➜  packagefile go/ast=/tmp/go-build3998081543/b221/_pkg_.a
2025-08-20T22:41:06.7568770Z [00:02:48.409]➜  packagefile go/doc/comment=/tmp/go-build3998081543/b226/_pkg_.a
2025-08-20T22:41:06.7569239Z [00:02:48.409]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:41:06.7569720Z [00:02:48.409]➜  packagefile internal/lazyregexp=/tmp/go-build3998081543/b227/_pkg_.a
2025-08-20T22:41:06.7570174Z [00:02:48.409]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:06.7570580Z [00:02:48.409]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:06.7570999Z [00:02:48.409]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:06.7571437Z [00:02:48.409]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.7571865Z [00:02:48.409]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.7572293Z [00:02:48.409]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:06.7572739Z [00:02:48.409]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.7573071Z [00:02:48.409]➜  EOF
2025-08-20T22:41:06.7576413Z [00:02:48.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b225/_pkg_.a -trimpath "/root/.go/src/go/doc=>go/doc;$WORK/b225=>" -p go/doc -lang=go1.25 -std -complete -installsuffix shared -buildid ee8SGXPONU7oYXz76-tx/ee8SGXPONU7oYXz76-tx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b225/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-20T22:41:06.7605178Z [00:02:48.413]➜  cat >/tmp/go-build3998081543/b173/importcfg << 'EOF' # internal
2025-08-20T22:41:06.7605722Z [00:02:48.413]➜  # import config
2025-08-20T22:41:06.7606164Z [00:02:48.413]➜  importmap golang.org/x/net/dns/dnsmessage=vendor/golang.org/x/net/dns/dnsmessage
2025-08-20T22:41:06.7606672Z [00:02:48.413]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:06.7607089Z [00:02:48.413]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:06.7607532Z [00:02:48.413]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:06.7608074Z [00:02:48.413]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3998081543/b174/_pkg_.a
2025-08-20T22:41:06.7608634Z [00:02:48.413]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:41:06.7609125Z [00:02:48.413]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:06.7610004Z [00:02:48.413]➜  packagefile internal/itoa=/tmp/go-build3998081543/b042/_pkg_.a
2025-08-20T22:41:06.7610493Z [00:02:48.413]➜  packagefile internal/nettrace=/tmp/go-build3998081543/b175/_pkg_.a
2025-08-20T22:41:06.7610983Z [00:02:48.413]➜  packagefile internal/poll=/tmp/go-build3998081543/b060/_pkg_.a
2025-08-20T22:41:06.7611486Z [00:02:48.413]➜  packagefile internal/singleflight=/tmp/go-build3998081543/b176/_pkg_.a
2025-08-20T22:41:06.7612014Z [00:02:48.413]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:41:06.7612547Z [00:02:48.413]➜  packagefile internal/syscall/unix=/tmp/go-build3998081543/b061/_pkg_.a
2025-08-20T22:41:06.7613003Z [00:02:48.413]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:06.7613410Z [00:02:48.413]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:06.7613836Z [00:02:48.413]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:41:06.7614249Z [00:02:48.413]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:06.7614672Z [00:02:48.413]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:06.7615096Z [00:02:48.413]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:06.7615717Z [00:02:48.413]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:06.7616161Z [00:02:48.413]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:06.7616604Z [00:02:48.413]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:06.7617033Z [00:02:48.413]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:06.7617467Z [00:02:48.413]➜  packagefile runtime/cgo=/tmp/go-build3998081543/b087/_pkg_.a
2025-08-20T22:41:06.7617796Z [00:02:48.413]➜  EOF
2025-08-20T22:41:06.7639379Z [00:02:48.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b173/_pkg_.a -trimpath "/root/.go/src/net=>net;$WORK/b173=>" -p net -lang=go1.25 -std -installsuffix shared -buildid eXcrLAO0S0TwJ_5cJgMP/eXcrLAO0S0TwJ_5cJgMP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b173/importcfg -pack /root/.go/src/net/addrselect.go /root/.go/src/net/cgo_unix.go /root/.go/src/net/conf.go /root/.go/src/net/dial.go /root/.go/src/net/dnsclient.go /root/.go/src/net/dnsclient_unix.go /root/.go/src/net/dnsconfig.go /root/.go/src/net/dnsconfig_unix.go /root/.go/src/net/error_posix.go /root/.go/src/net/error_unix.go /root/.go/src/net/fd_posix.go /root/.go/src/net/fd_unix.go /root/.go/src/net/file.go /root/.go/src/net/file_posix.go /root/.go/src/net/file_unix.go /root/.go/src/net/hook.go /root/.go/src/net/hook_unix.go /root/.go/src/net/hosts.go /root/.go/src/net/interface.go /root/.go/src/net/interface_linux.go /root/.go/src/net/ip.go /root/.go/src/net/iprawsock.go /root/.go/src/net/iprawsock_posix.go /root/.go/src/net/ipsock.go /root/.go/src/net/ipsock_posix.go /root/.go/src/net/lookup.go /root/.go/src/net/lookup_unix.go /root/.go/src/net/mac.go /root/.go/src/net/mptcpsock_linux.go /root/.go/src/net/net.go /root/.go/src/net/netcgo_off.go /root/.go/src/net/netgo_off.go /root/.go/src/net/nss.go /root/.go/src/net/parse.go /root/.go/src/net/pipe.go /root/.go/src/net/port.go /root/.go/src/net/port_unix.go /root/.go/src/net/rawconn.go /root/.go/src/net/rlimit_unix.go /root/.go/src/net/sendfile.go /root/.go/src/net/sendfile_nonwindows.go /root/.go/src/net/sock_cloexec.go /root/.go/src/net/sock_linux.go /root/.go/src/net/sock_posix.go /root/.go/src/net/sockaddr_posix.go /root/.go/src/net/sockopt_linux.go /root/.go/src/net/sockopt_posix.go /root/.go/src/net/sockoptip4_linux.go /root/.go/src/net/sockoptip6_posix.go /root/.go/src/net/splice_linux.go /root/.go/src/net/tcpsock.go /root/.go/src/net/tcpsock_posix.go /root/.go/src/net/tcpsock_unix.go /root/.go/src/net/tcpsockopt_posix.go /root/.go/src/net/tcpsockopt_unix.go /root/.go/src/net/udpsock.go /root/.go/src/net/udpsock_posix.go /root/.go/src/net/unixsock.go /root/.go/src/net/unixsock_posix.go /root/.go/src/net/unixsock_readmsg_cmsg_cloexec.go /root/.go/src/net/writev_unix.go $WORK/b173/_cgo_gotypes.go $WORK/b173/cgo_linux.cgo1.go $WORK/b173/cgo_resnew.cgo1.go $WORK/b173/cgo_socknew.cgo1.go $WORK/b173/cgo_unix_cgo.cgo1.go $WORK/b173/cgo_unix_cgo_res.cgo1.go $WORK/b173/_cgo_import.go
2025-08-20T22:41:06.7654116Z [00:02:48.418]➜  go tool buildid -w $WORK/b231/_pkg_.a # internal
2025-08-20T22:41:06.7704147Z [00:02:48.423]➜  cp $WORK/b231/_pkg_.a /root/.cache/go-build/49/49eb024a962097b639a41610a596f20f6fe4ea0b35a6c1b3f72af343c2b59aa8-d # internal
2025-08-20T22:41:06.7704867Z [00:02:48.423]➜  go/parser
2025-08-20T22:41:06.7706022Z [00:02:48.423]➜  mkdir -p $WORK/b228/
2025-08-20T22:41:06.7709419Z [00:02:48.423]➜  cat >/tmp/go-build3998081543/b228/importcfg << 'EOF' # internal
2025-08-20T22:41:06.7710529Z [00:02:48.423]➜  # import config
2025-08-20T22:41:06.7711326Z [00:02:48.423]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:06.7712072Z [00:02:48.423]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:06.7712909Z [00:02:48.423]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.7713874Z [00:02:48.423]➜  packagefile go/ast=/tmp/go-build3998081543/b221/_pkg_.a
2025-08-20T22:41:06.7714579Z [00:02:48.423]➜  packagefile go/build/constraint=/tmp/go-build3998081543/b224/_pkg_.a
2025-08-20T22:41:06.7715556Z [00:02:48.423]➜  packagefile go/scanner=/tmp/go-build3998081543/b222/_pkg_.a
2025-08-20T22:41:06.7716554Z [00:02:48.423]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:41:06.7717226Z [00:02:48.423]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:06.7718076Z [00:02:48.423]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:06.7718692Z [00:02:48.423]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:06.7719244Z [00:02:48.423]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:06.7720140Z [00:02:48.423]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.7720680Z [00:02:48.423]➜  EOF
2025-08-20T22:41:06.7739228Z [00:02:48.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b228/_pkg_.a -trimpath "/root/.go/src/go/parser=>go/parser;$WORK/b228=>" -p go/parser -lang=go1.25 -std -complete -installsuffix shared -buildid AHWHDhAEtBRzHkt-Hj_6/AHWHDhAEtBRzHkt-Hj_6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b228/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-20T22:41:06.7921749Z [00:02:48.444]➜  cd /root/.go/src/runtime/debug
2025-08-20T22:41:06.7924191Z [00:02:48.444]➜  /root/.go/pkg/tool/linux_arm64/asm -p runtime/debug -trimpath "/root/.go/src/runtime/debug=>runtime/debug;$WORK/b236=>" -I $WORK/b236/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b236/debug.o ./debug.s
2025-08-20T22:41:06.7955081Z [00:02:48.448]➜  go tool pack r $WORK/b236/_pkg_.a $WORK/b236/debug.o # internal
2025-08-20T22:41:06.7955882Z [00:02:48.448]➜  go tool buildid -w $WORK/b236/_pkg_.a # internal
2025-08-20T22:41:06.7972019Z [00:02:48.449]➜  cp $WORK/b236/_pkg_.a /root/.cache/go-build/cb/cb3b30c8e26d6daf52407c28a3594f02b6e62c5f066c8b23b7c934ed448d9fd8-d # internal
2025-08-20T22:41:06.7973089Z [00:02:48.450]➜  internal/goroot
2025-08-20T22:41:06.7973509Z [00:02:48.450]➜  mkdir -p $WORK/b230/
2025-08-20T22:41:06.7984646Z [00:02:48.451]➜  cat >/tmp/go-build3998081543/b230/importcfg << 'EOF' # internal
2025-08-20T22:41:06.7985261Z [00:02:48.451]➜  # import config
2025-08-20T22:41:06.7986259Z [00:02:48.451]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:06.7986967Z [00:02:48.451]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:06.7988123Z [00:02:48.451]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:06.7988583Z [00:02:48.451]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.7989008Z [00:02:48.451]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:06.7989737Z [00:02:48.451]➜  EOF
2025-08-20T22:41:06.7990010Z [00:02:48.451]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:06.7991544Z [00:02:48.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b230/_pkg_.a -trimpath "/root/.go/src/internal/goroot=>internal/goroot;$WORK/b230=>" -p internal/goroot -lang=go1.25 -std -complete -installsuffix shared -buildid sdKM_SSkBhjJZNvj3pRB/sdKM_SSkBhjJZNvj3pRB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b230/importcfg -pack /root/.go/src/internal/goroot/gc.go
2025-08-20T22:41:06.8220093Z [00:02:48.474]➜  go tool buildid -w $WORK/b230/_pkg_.a # internal
2025-08-20T22:41:06.8224604Z [00:02:48.475]➜  cp $WORK/b230/_pkg_.a /root/.cache/go-build/76/760ab8a65c21639b23d19bbedb0438515746cd4d5b260785c0d883c8bc395268-d # internal
2025-08-20T22:41:06.8225207Z [00:02:48.475]➜  golang.org/x/sys/execabs
2025-08-20T22:41:06.8225695Z [00:02:48.475]➜  mkdir -p $WORK/b235/
2025-08-20T22:41:06.8227419Z [00:02:48.475]➜  cat >/tmp/go-build3998081543/b235/importcfg << 'EOF' # internal
2025-08-20T22:41:06.8227832Z [00:02:48.475]➜  # import config
2025-08-20T22:41:06.8228185Z [00:02:48.475]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:06.8229320Z [00:02:48.475]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:06.8230020Z [00:02:48.475]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.8230443Z [00:02:48.475]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:06.8230917Z [00:02:48.475]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:06.8231376Z [00:02:48.475]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:06.8231696Z [00:02:48.475]➜  EOF
2025-08-20T22:41:06.8233671Z [00:02:48.475]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b235/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/execabs=>golang.org/x/sys@v0.33.0/execabs;$WORK/b235=>" -p golang.org/x/sys/execabs -lang=go1.23 -complete -installsuffix shared -buildid t1Zac3hAwPcaQ1cp6chR/t1Zac3hAwPcaQ1cp6chR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b235/importcfg -pack /root/go/pkg/mod/golang.org/x/sys@v0.33.0/execabs/execabs.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/execabs/execabs_go119.go
2025-08-20T22:41:06.8479455Z [00:02:48.500]➜  go tool buildid -w $WORK/b235/_pkg_.a # internal
2025-08-20T22:41:06.8503705Z [00:02:48.502]➜  cp $WORK/b235/_pkg_.a /root/.cache/go-build/cc/cc8834e600696fcdd85f85dac6127db287fa416191a40f2d63c321eedab123f5-d # internal
2025-08-20T22:41:06.8509571Z [00:02:48.503]➜  text/template/parse
2025-08-20T22:41:06.8511480Z [00:02:48.503]➜  mkdir -p $WORK/b239/
2025-08-20T22:41:06.8520176Z [00:02:48.504]➜  cat >/tmp/go-build3998081543/b239/importcfg << 'EOF' # internal
2025-08-20T22:41:06.8520587Z [00:02:48.504]➜  # import config
2025-08-20T22:41:06.8520931Z [00:02:48.504]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:06.8521385Z [00:02:48.504]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:06.8521805Z [00:02:48.504]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:06.8522234Z [00:02:48.504]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:06.8522661Z [00:02:48.504]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.8523089Z [00:02:48.504]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:06.8523547Z [00:02:48.504]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.8523885Z [00:02:48.504]➜  EOF
2025-08-20T22:41:06.8525895Z [00:02:48.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b239/_pkg_.a -trimpath "/root/.go/src/text/template/parse=>text/template/parse;$WORK/b239=>" -p text/template/parse -lang=go1.25 -std -complete -installsuffix shared -buildid 18g1CEh_U2Nxe_9ajhbY/18g1CEh_U2Nxe_9ajhbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b239/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-20T22:41:06.9580442Z [00:02:48.610]➜  go tool buildid -w $WORK/b225/_pkg_.a # internal
2025-08-20T22:41:06.9603263Z [00:02:48.613]➜  cp $WORK/b225/_pkg_.a /root/.cache/go-build/47/478a5a5383afa64503b460e08c6e0e6a5add62df44233819a834d08ad355ddd0-d # internal
2025-08-20T22:41:06.9612324Z [00:02:48.614]➜  html
2025-08-20T22:41:06.9612971Z [00:02:48.614]➜  mkdir -p $WORK/b244/
2025-08-20T22:41:06.9626351Z [00:02:48.615]➜  cat >/tmp/go-build3998081543/b244/importcfg << 'EOF' # internal
2025-08-20T22:41:06.9627004Z [00:02:48.615]➜  # import config
2025-08-20T22:41:06.9627769Z [00:02:48.615]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:06.9628445Z [00:02:48.615]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:06.9629633Z [00:02:48.615]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:06.9629999Z [00:02:48.615]➜  EOF
2025-08-20T22:41:06.9644032Z [00:02:48.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b244/_pkg_.a -trimpath "/root/.go/src/html=>html;$WORK/b244=>" -p html -lang=go1.25 -std -complete -installsuffix shared -buildid OrC31vHZcTisU4uxpfKZ/OrC31vHZcTisU4uxpfKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b244/importcfg -pack /root/.go/src/html/entity.go /root/.go/src/html/escape.go
2025-08-20T22:41:07.0100589Z [00:02:48.662]➜  go tool buildid -w $WORK/b244/_pkg_.a # internal
2025-08-20T22:41:07.0119204Z [00:02:48.664]➜  cp $WORK/b244/_pkg_.a /root/.cache/go-build/a8/a8f5748843c414dff27d277c5be26ef5585e39f30013b8a1ee6aac2802bce3a0-d # internal
2025-08-20T22:41:07.0127825Z [00:02:48.665]➜  github.com/oklog/ulid
2025-08-20T22:41:07.0128693Z [00:02:48.665]➜  mkdir -p $WORK/b248/
2025-08-20T22:41:07.0142487Z [00:02:48.667]➜  cat >/tmp/go-build3998081543/b248/importcfg << 'EOF' # internal
2025-08-20T22:41:07.0143143Z [00:02:48.667]➜  # import config
2025-08-20T22:41:07.0143780Z [00:02:48.667]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:07.0144468Z [00:02:48.667]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:07.0145234Z [00:02:48.667]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:07.0146492Z [00:02:48.667]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:07.0146993Z [00:02:48.667]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.0147802Z [00:02:48.667]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.0148289Z [00:02:48.667]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:07.0148720Z [00:02:48.667]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:07.0149166Z [00:02:48.667]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:07.0149595Z [00:02:48.667]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:07.0149924Z [00:02:48.667]➜  EOF
2025-08-20T22:41:07.0160407Z [00:02:48.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/oklog/ulid@v1.3.1=>github.com/oklog/ulid@v1.3.1;$WORK/b248=>" -p github.com/oklog/ulid -lang=go1.16 -complete -installsuffix shared -buildid WeYwC5qkRXAiLurn2tMT/WeYwC5qkRXAiLurn2tMT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b248/importcfg -pack /root/go/pkg/mod/github.com/oklog/ulid@v1.3.1/ulid.go
2025-08-20T22:41:07.0588756Z [00:02:48.711]➜  go tool buildid -w $WORK/b248/_pkg_.a # internal
2025-08-20T22:41:07.0660818Z [00:02:48.715]➜  cp $WORK/b248/_pkg_.a /root/.cache/go-build/85/8525dc675df51abf09abcdb43fc3a43a54d8a0ac17fe5eead163e3dd1cdcb066-d # internal
2025-08-20T22:41:07.0661867Z [00:02:48.715]➜  go.mongodb.org/mongo-driver/bson/primitive
2025-08-20T22:41:07.0662487Z [00:02:48.715]➜  mkdir -p $WORK/b254/
2025-08-20T22:41:07.0663122Z [00:02:48.715]➜  cat >/tmp/go-build3998081543/b254/importcfg << 'EOF' # internal
2025-08-20T22:41:07.0664172Z [00:02:48.715]➜  # import config
2025-08-20T22:41:07.0664833Z [00:02:48.715]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:07.0665971Z [00:02:48.715]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:07.0666489Z [00:02:48.715]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:07.0666967Z [00:02:48.715]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:07.0667474Z [00:02:48.715]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:07.0667986Z [00:02:48.715]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:07.0668438Z [00:02:48.715]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.0668854Z [00:02:48.715]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.0669257Z [00:02:48.715]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.0669688Z [00:02:48.715]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:07.0670114Z [00:02:48.715]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:07.0670538Z [00:02:48.715]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:07.0670962Z [00:02:48.715]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.0671404Z [00:02:48.715]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:07.0671850Z [00:02:48.715]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:07.0672163Z [00:02:48.715]➜  EOF
2025-08-20T22:41:07.0674779Z [00:02:48.715]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b254/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/primitive=>go.mongodb.org/mongo-driver@v1.14.0/bson/primitive;$WORK/b254=>" -p go.mongodb.org/mongo-driver/bson/primitive -lang=go1.18 -complete -installsuffix shared -buildid MlgBedeEpJNMD4f4bjgy/MlgBedeEpJNMD4f4bjgy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b254/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/primitive/decimal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/primitive/objectid.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/primitive/primitive.go
2025-08-20T22:41:07.0971532Z [00:02:48.749]➜  go tool buildid -w $WORK/b228/_pkg_.a # internal
2025-08-20T22:41:07.1025302Z [00:02:48.755]➜  cp $WORK/b228/_pkg_.a /root/.cache/go-build/5e/5e3d1e27c0d93732b9bbb5be77d1cb41e35a19da78dd38038cab92e52c3c8c6e-d # internal
2025-08-20T22:41:07.1027058Z [00:02:48.755]➜  go/build
2025-08-20T22:41:07.1038668Z [00:02:48.756]➜  mkdir -p $WORK/b220/
2025-08-20T22:41:07.1044447Z [00:02:48.757]➜  cat >/tmp/go-build3998081543/b220/importcfg << 'EOF' # internal
2025-08-20T22:41:07.1044824Z [00:02:48.757]➜  # import config
2025-08-20T22:41:07.1045166Z [00:02:48.757]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:07.1045818Z [00:02:48.757]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:07.1046243Z [00:02:48.757]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.1046658Z [00:02:48.757]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.1047072Z [00:02:48.757]➜  packagefile go/ast=/tmp/go-build3998081543/b221/_pkg_.a
2025-08-20T22:41:07.1047541Z [00:02:48.757]➜  packagefile go/build/constraint=/tmp/go-build3998081543/b224/_pkg_.a
2025-08-20T22:41:07.1048025Z [00:02:48.757]➜  packagefile go/doc=/tmp/go-build3998081543/b225/_pkg_.a
2025-08-20T22:41:07.1048459Z [00:02:48.757]➜  packagefile go/parser=/tmp/go-build3998081543/b228/_pkg_.a
2025-08-20T22:41:07.1048907Z [00:02:48.757]➜  packagefile go/scanner=/tmp/go-build3998081543/b222/_pkg_.a
2025-08-20T22:41:07.1049344Z [00:02:48.757]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:41:07.1049806Z [00:02:48.757]➜  packagefile internal/buildcfg=/tmp/go-build3998081543/b229/_pkg_.a
2025-08-20T22:41:07.1050677Z [00:02:48.757]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:07.1051170Z [00:02:48.757]➜  packagefile internal/goroot=/tmp/go-build3998081543/b230/_pkg_.a
2025-08-20T22:41:07.1051665Z [00:02:48.757]➜  packagefile internal/goversion=/tmp/go-build3998081543/b232/_pkg_.a
2025-08-20T22:41:07.1052166Z [00:02:48.757]➜  packagefile internal/platform=/tmp/go-build3998081543/b233/_pkg_.a
2025-08-20T22:41:07.1053042Z [00:02:48.757]➜  packagefile internal/syslist=/tmp/go-build3998081543/b234/_pkg_.a
2025-08-20T22:41:07.1053611Z [00:02:48.757]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.1054113Z [00:02:48.757]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:07.1054615Z [00:02:48.757]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:07.1055119Z [00:02:48.757]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:07.1055804Z [00:02:48.757]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:07.1056346Z [00:02:48.757]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:07.1056928Z [00:02:48.757]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:07.1057495Z [00:02:48.757]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:07.1058017Z [00:02:48.757]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:07.1058574Z [00:02:48.757]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.1059016Z [00:02:48.757]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:07.1092930Z [00:02:48.757]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:07.1093371Z [00:02:48.757]➜  EOF
2025-08-20T22:41:07.1095067Z [00:02:48.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b220/_pkg_.a -trimpath "/root/.go/src/go/build=>go/build;$WORK/b220=>" -p go/build -lang=go1.25 -std -complete -installsuffix shared -buildid Fn1FdsUzwzLDiKlYjEeg/Fn1FdsUzwzLDiKlYjEeg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b220/importcfg -pack /root/.go/src/go/build/build.go /root/.go/src/go/build/doc.go /root/.go/src/go/build/gc.go /root/.go/src/go/build/read.go
2025-08-20T22:41:07.1202992Z [00:02:48.772]➜  go tool buildid -w $WORK/b239/_pkg_.a # internal
2025-08-20T22:41:07.1281328Z [00:02:48.780]➜  cp $WORK/b239/_pkg_.a /root/.cache/go-build/4a/4a153cb2abd1b09c561e3b53954477b6c5bfa0de61452711a8e6f2d3edf369bb-d # internal
2025-08-20T22:41:07.1283464Z [00:02:48.781]➜  text/template
2025-08-20T22:41:07.1291651Z [00:02:48.781]➜  mkdir -p $WORK/b238/
2025-08-20T22:41:07.1292214Z [00:02:48.781]➜  cat >/tmp/go-build3998081543/b238/importcfg << 'EOF' # internal
2025-08-20T22:41:07.1292566Z [00:02:48.781]➜  # import config
2025-08-20T22:41:07.1292911Z [00:02:48.781]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.1293359Z [00:02:48.781]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.1293812Z [00:02:48.781]➜  packagefile internal/fmtsort=/tmp/go-build3998081543/b053/_pkg_.a
2025-08-20T22:41:07.1294252Z [00:02:48.781]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.1294661Z [00:02:48.781]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:07.1295075Z [00:02:48.781]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:07.1297042Z [00:02:48.782]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:07.1297882Z [00:02:48.782]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:07.1298601Z [00:02:48.782]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:07.1299579Z [00:02:48.782]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:07.1300093Z [00:02:48.782]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:07.1300962Z [00:02:48.782]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:07.1301399Z [00:02:48.782]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.1301822Z [00:02:48.782]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:07.1302291Z [00:02:48.782]➜  packagefile text/template/parse=/tmp/go-build3998081543/b239/_pkg_.a
2025-08-20T22:41:07.1302761Z [00:02:48.782]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:07.1303218Z [00:02:48.782]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:07.1303553Z [00:02:48.782]➜  EOF
2025-08-20T22:41:07.1305846Z [00:02:48.782]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b238/_pkg_.a -trimpath "/root/.go/src/text/template=>text/template;$WORK/b238=>" -p text/template -lang=go1.25 -std -complete -installsuffix shared -buildid nWNn5zq-4zq24i--jN00/nWNn5zq-4zq24i--jN00 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b238/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-20T22:41:07.1526896Z [00:02:48.805]➜  go tool buildid -w $WORK/b254/_pkg_.a # internal
2025-08-20T22:41:07.1539657Z [00:02:48.806]➜  cp $WORK/b254/_pkg_.a /root/.cache/go-build/6b/6bf8f0cd53b691dfc5cdc49da08b2e48fe354134b338e0a679bbf56ee93e4c44-d # internal
2025-08-20T22:41:07.1545234Z [00:02:48.807]➜  go.mongodb.org/mongo-driver/x/bsonx/bsoncore
2025-08-20T22:41:07.1545804Z [00:02:48.807]➜  mkdir -p $WORK/b255/
2025-08-20T22:41:07.1548976Z [00:02:48.807]➜  cat >/tmp/go-build3998081543/b255/importcfg << 'EOF' # internal
2025-08-20T22:41:07.1549806Z [00:02:48.807]➜  # import config
2025-08-20T22:41:07.1550471Z [00:02:48.807]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:07.1551472Z [00:02:48.807]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:07.1552022Z [00:02:48.807]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.1552448Z [00:02:48.807]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.1552996Z [00:02:48.807]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:41:07.1553657Z [00:02:48.807]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:41:07.1554565Z [00:02:48.807]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.1555076Z [00:02:48.807]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:07.1555655Z [00:02:48.807]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:07.1556091Z [00:02:48.807]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:07.1556524Z [00:02:48.807]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.1556958Z [00:02:48.807]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:07.1557397Z [00:02:48.807]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:07.1557727Z [00:02:48.807]➜  EOF
2025-08-20T22:41:07.1562684Z [00:02:48.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b255/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore=>go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore;$WORK/b255=>" -p go.mongodb.org/mongo-driver/x/bsonx/bsoncore -lang=go1.18 -complete -installsuffix shared -buildid GKQlEFIO3NNEIOpHqrtj/GKQlEFIO3NNEIOpHqrtj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b255/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/array.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/bson_arraybuilder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/bson_documentbuilder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/bsoncore.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/document.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/document_sequence.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/element.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/tables.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/bsonx/bsoncore/value.go
2025-08-20T22:41:07.4121485Z [00:02:49.064]➜  go tool buildid -w $WORK/b220/_pkg_.a # internal
2025-08-20T22:41:07.4155452Z [00:02:49.068]➜  cp $WORK/b220/_pkg_.a /root/.cache/go-build/5f/5f896b84a5b2a83f88658c2e7d193d1c00f6d4e42619b4165f2b9549692ce6ee-d # internal
2025-08-20T22:41:07.4223039Z [00:02:49.075]➜  github.com/modern-go/concurrent
2025-08-20T22:41:07.4223625Z [00:02:49.075]➜  mkdir -p $WORK/b258/
2025-08-20T22:41:07.4224130Z [00:02:49.075]➜  cat >/tmp/go-build3998081543/b258/importcfg << 'EOF' # internal
2025-08-20T22:41:07.4224697Z [00:02:49.075]➜  # import config
2025-08-20T22:41:07.4225157Z [00:02:49.075]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:07.4225893Z [00:02:49.075]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.4226421Z [00:02:49.075]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:07.4226975Z [00:02:49.075]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:07.4227508Z [00:02:49.075]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:07.4228043Z [00:02:49.075]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:07.4228566Z [00:02:49.075]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:07.4229121Z [00:02:49.075]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:07.4229662Z [00:02:49.075]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:07.4230256Z [00:02:49.075]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:07.4230694Z [00:02:49.075]➜  EOF
2025-08-20T22:41:07.4234458Z [00:02:49.075]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b258/_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/b258=>" -p github.com/modern-go/concurrent -lang=go1.16 -complete -installsuffix shared -buildid X5fETsLM_gylC2wPOF-Z/X5fETsLM_gylC2wPOF-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b258/importcfg -pack /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/executor.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/go_above_19.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/log.go /root/go/pkg/mod/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/unbounded_executor.go
2025-08-20T22:41:07.4357810Z [00:02:49.088]➜  go tool buildid -w $WORK/b255/_pkg_.a # internal
2025-08-20T22:41:07.4418697Z [00:02:49.094]➜  cp $WORK/b255/_pkg_.a /root/.cache/go-build/33/33264e39bd3ec7db8b935cec5ce901358503f190a55f994de117f32af58d263a-d # internal
2025-08-20T22:41:07.4443688Z [00:02:49.097]➜  go.mongodb.org/mongo-driver/bson/bsonrw
2025-08-20T22:41:07.4444073Z [00:02:49.097]➜  mkdir -p $WORK/b252/
2025-08-20T22:41:07.4450815Z [00:02:49.097]➜  cat >/tmp/go-build3998081543/b252/importcfg << 'EOF' # internal
2025-08-20T22:41:07.4462780Z [00:02:49.097]➜  # import config
2025-08-20T22:41:07.4463866Z [00:02:49.097]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:07.4464372Z [00:02:49.097]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:07.4464866Z [00:02:49.097]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:07.4465454Z [00:02:49.097]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:07.4466328Z [00:02:49.097]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.4466749Z [00:02:49.097]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.4467301Z [00:02:49.097]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:41:07.4467968Z [00:02:49.097]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:41:07.4468662Z [00:02:49.097]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:41:07.4469198Z [00:02:49.097]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.4469651Z [00:02:49.097]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:07.4470058Z [00:02:49.097]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:07.4470482Z [00:02:49.097]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:07.4470922Z [00:02:49.097]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.4471343Z [00:02:49.097]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:07.4471752Z [00:02:49.097]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:07.4472169Z [00:02:49.097]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:07.4472617Z [00:02:49.097]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:07.4473095Z [00:02:49.097]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:07.4473432Z [00:02:49.097]➜  EOF
2025-08-20T22:41:07.4479207Z [00:02:49.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b252/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw=>go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw;$WORK/b252=>" -p go.mongodb.org/mongo-driver/bson/bsonrw -lang=go1.18 -complete -installsuffix shared -buildid CFfc-kyCGpUytnjt2s-Z/CFfc-kyCGpUytnjt2s-Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b252/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/copier.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/extjson_parser.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/extjson_reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/extjson_tables.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/extjson_wrappers.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/extjson_writer.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/json_scanner.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/value_reader.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/value_writer.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsonrw/writer.go
2025-08-20T22:41:07.5222189Z [00:02:49.174]➜  go tool buildid -w $WORK/b238/_pkg_.a # internal
2025-08-20T22:41:07.5321206Z [00:02:49.184]➜  cp $WORK/b238/_pkg_.a /root/.cache/go-build/2f/2f8eb2e2e96041bf41210deaa3541138afde05707c0898dba39e707799d4383a-d # internal
2025-08-20T22:41:07.5353912Z [00:02:49.188]➜  github.com/modern-go/reflect2
2025-08-20T22:41:07.5379237Z [00:02:49.190]➜  mkdir -p $WORK/b259/
2025-08-20T22:41:07.5382506Z [00:02:49.191]➜  echo -n > $WORK/b259/go_asm.h # internal
2025-08-20T22:41:07.5383974Z [00:02:49.191]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T22:41:07.5387357Z [00:02:49.191]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b259=>" -I $WORK/b259/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b259/symabis ./relfect2_arm64.s ./relfect2_mips64x.s ./relfect2_mipsx.s ./relfect2_ppc64x.s
2025-08-20T22:41:07.5465706Z [00:02:49.199]➜  cat >/tmp/go-build3998081543/b259/importcfg << 'EOF' # internal
2025-08-20T22:41:07.5466162Z [00:02:49.199]➜  # import config
2025-08-20T22:41:07.5466521Z [00:02:49.199]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:07.5466961Z [00:02:49.199]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:07.5467421Z [00:02:49.199]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:07.5467734Z [00:02:49.199]➜  EOF
2025-08-20T22:41:07.5468915Z [00:02:49.199]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:07.5476854Z [00:02:49.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b259=>" -p github.com/modern-go/reflect2 -lang=go1.12 -installsuffix shared -buildid lKnNIh2EEKiMP7-hTbcW/lKnNIh2EEKiMP7-hTbcW -goversion go1.25.0 -symabis $WORK/b259/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b259/importcfg -pack -asmhdr $WORK/b259/go_asm.h /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_118.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/go_above_19.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/reflect2_kind.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/safe_type.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/type_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_array.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_eface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_field.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_iface.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_link.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_map.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_ptr.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_slice.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_struct.go /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2/unsafe_type.go
2025-08-20T22:41:07.5547662Z [00:02:49.207]➜  go tool buildid -w $WORK/b258/_pkg_.a # internal
2025-08-20T22:41:07.5574203Z [00:02:49.210]➜  cp $WORK/b258/_pkg_.a /root/.cache/go-build/e7/e7256898750dfd6ff29a0ca207301ccb53a81f2be67d753b2867f8cc305566a8-d # internal
2025-08-20T22:41:07.5579688Z [00:02:49.210]➜  github.com/orcaman/concurrent-map/v2
2025-08-20T22:41:07.5583807Z [00:02:49.211]➜  mkdir -p $WORK/b260/
2025-08-20T22:41:07.5586891Z [00:02:49.211]➜  cat >/tmp/go-build3998081543/b260/importcfg << 'EOF' # internal
2025-08-20T22:41:07.5587290Z [00:02:49.211]➜  # import config
2025-08-20T22:41:07.5587658Z [00:02:49.211]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:07.5588106Z [00:02:49.211]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.5588525Z [00:02:49.211]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:07.5588832Z [00:02:49.211]➜  EOF
2025-08-20T22:41:07.5590751Z [00:02:49.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b260/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/orcaman/concurrent-map/v2@v2.0.1=>github.com/orcaman/concurrent-map/v2@v2.0.1;$WORK/b260=>" -p github.com/orcaman/concurrent-map/v2 -lang=go1.18 -complete -installsuffix shared -buildid 8BDz9flsnjuKsHgD_tMs/8BDz9flsnjuKsHgD_tMs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b260/importcfg -pack /root/go/pkg/mod/github.com/orcaman/concurrent-map/v2@v2.0.1/concurrent_map.go
2025-08-20T22:41:07.5717126Z [00:02:49.224]➜  go tool buildid -w $WORK/b260/_pkg_.a # internal
2025-08-20T22:41:07.5739503Z [00:02:49.226]➜  cp $WORK/b260/_pkg_.a /root/.cache/go-build/85/85f9553ff0dabe3cc4cea3a31f52af31ec4052c4cf5f0b79a6c2012eed5d6b4a-d # internal
2025-08-20T22:41:07.5810490Z [00:02:49.233]➜  github.com/samber/lo
2025-08-20T22:41:07.5811123Z [00:02:49.233]➜  mkdir -p $WORK/b263/
2025-08-20T22:41:07.5815155Z [00:02:49.234]➜  cat >/tmp/go-build3998081543/b263/importcfg << 'EOF' # internal
2025-08-20T22:41:07.5817154Z [00:02:49.234]➜  # import config
2025-08-20T22:41:07.5817959Z [00:02:49.234]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.5819515Z [00:02:49.234]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.5820040Z [00:02:49.234]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:41:07.5820550Z [00:02:49.234]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:07.5821009Z [00:02:49.234]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:07.5821435Z [00:02:49.234]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.5821855Z [00:02:49.234]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:07.5822266Z [00:02:49.234]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:07.5822710Z [00:02:49.234]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:07.5823039Z [00:02:49.234]➜  EOF
2025-08-20T22:41:07.5828165Z [00:02:49.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/samber/lo@v1.39.0=>github.com/samber/lo@v1.39.0;$WORK/b263=>" -p github.com/samber/lo -lang=go1.18 -complete -installsuffix shared -buildid GyeZPRl-ZCbRPvobfcA_/GyeZPRl-ZCbRPvobfcA_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b263/importcfg -pack /root/go/pkg/mod/github.com/samber/lo@v1.39.0/channel.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/concurrency.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/condition.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/constraints.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/errors.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/find.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/func.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/intersect.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/map.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/math.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/retry.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/slice.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/string.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/tuples.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/type_manipulation.go /root/go/pkg/mod/github.com/samber/lo@v1.39.0/types.go
2025-08-20T22:41:07.6680612Z [00:02:49.320]➜  go tool buildid -w $WORK/b263/_pkg_.a # internal
2025-08-20T22:41:07.6717023Z [00:02:49.320]➜  cp $WORK/b263/_pkg_.a /root/.cache/go-build/2c/2cf1e8be996f8e982e94bcc50a2f55e8d6b50342736aed2937e69886ecc77edc-d # internal
2025-08-20T22:41:07.6717731Z [00:02:49.320]➜  github.com/shirou/gopsutil/v4/internal/common
2025-08-20T22:41:07.6718065Z [00:02:49.320]➜  mkdir -p $WORK/b266/
2025-08-20T22:41:07.6718437Z [00:02:49.320]➜  cat >/tmp/go-build3998081543/b266/importcfg << 'EOF' # internal
2025-08-20T22:41:07.6718787Z [00:02:49.320]➜  # import config
2025-08-20T22:41:07.6719125Z [00:02:49.320]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:07.6719558Z [00:02:49.320]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:07.6719986Z [00:02:49.320]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:07.6720411Z [00:02:49.320]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.6720824Z [00:02:49.320]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.6721348Z [00:02:49.320]➜  packagefile github.com/shirou/gopsutil/v4/common=/tmp/go-build3998081543/b267/_pkg_.a
2025-08-20T22:41:07.6722239Z [00:02:49.320]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.6722646Z [00:02:49.320]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:07.6723066Z [00:02:49.320]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:07.6723473Z [00:02:49.320]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:07.6723879Z [00:02:49.320]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:07.6724307Z [00:02:49.320]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:07.6724753Z [00:02:49.320]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:07.6725206Z [00:02:49.320]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:07.6726789Z [00:02:49.320]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:07.6727225Z [00:02:49.320]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:07.6727663Z [00:02:49.320]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.6728079Z [00:02:49.320]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:07.6728512Z [00:02:49.320]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:07.6728956Z [00:02:49.320]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:07.6729374Z [00:02:49.320]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:07.6729681Z [00:02:49.320]➜  EOF
2025-08-20T22:41:07.6733914Z [00:02:49.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/internal/common=>github.com/shirou/gopsutil/v4@v4.25.1/internal/common;$WORK/b266=>" -p github.com/shirou/gopsutil/v4/internal/common -lang=go1.18 -complete -installsuffix shared -buildid paGmfKH_BPYUuTx7TaGb/paGmfKH_BPYUuTx7TaGb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b266/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/internal/common/binary.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/internal/common/common.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/internal/common/common_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/internal/common/common_unix.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/internal/common/endian.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/internal/common/sleep.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/internal/common/warnings.go
2025-08-20T22:41:07.7343975Z [00:02:49.387]➜  cd /root/.go/src/net
2025-08-20T22:41:07.7356776Z [00:02:49.388]➜  go tool pack r $WORK/b173/_pkg_.a $WORK/b173/preferlinkext $WORK/b173/_x001.o $WORK/b173/_x002.o $WORK/b173/_x003.o $WORK/b173/_x004.o $WORK/b173/_x005.o $WORK/b173/_x006.o # internal
2025-08-20T22:41:07.7358572Z [00:02:49.388]➜  go tool buildid -w $WORK/b173/_pkg_.a # internal
2025-08-20T22:41:07.7777711Z [00:02:49.430]➜  cp $WORK/b173/_pkg_.a /root/.cache/go-build/98/98963f490c235e2c58bb5ef382d96ff6bafde06539c0f607c411aa02eeab8cf4-d # internal
2025-08-20T22:41:07.7782628Z [00:02:49.431]➜  crypto/x509
2025-08-20T22:41:07.7808642Z [00:02:49.433]➜  mkdir -p $WORK/b167/
2025-08-20T22:41:07.7815759Z [00:02:49.434]➜  cat >/tmp/go-build3998081543/b167/importcfg << 'EOF' # internal
2025-08-20T22:41:07.7816953Z [00:02:49.434]➜  # import config
2025-08-20T22:41:07.7817439Z [00:02:49.434]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:41:07.7818091Z [00:02:49.434]➜  importmap golang.org/x/crypto/cryptobyte/asn1=vendor/golang.org/x/crypto/cryptobyte/asn1
2025-08-20T22:41:07.7818636Z [00:02:49.434]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:07.7819059Z [00:02:49.434]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:07.7819503Z [00:02:49.434]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:41:07.7819985Z [00:02:49.434]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:07.7820447Z [00:02:49.434]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:41:07.7820903Z [00:02:49.434]➜  packagefile crypto/dsa=/tmp/go-build3998081543/b168/_pkg_.a
2025-08-20T22:41:07.7821362Z [00:02:49.434]➜  packagefile crypto/ecdh=/tmp/go-build3998081543/b128/_pkg_.a
2025-08-20T22:41:07.7821827Z [00:02:49.434]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:07.7822309Z [00:02:49.434]➜  packagefile crypto/ed25519=/tmp/go-build3998081543/b147/_pkg_.a
2025-08-20T22:41:07.7822791Z [00:02:49.434]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:07.7823257Z [00:02:49.434]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:07.7823710Z [00:02:49.434]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:07.7824164Z [00:02:49.434]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:07.7824640Z [00:02:49.434]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:07.7825104Z [00:02:49.434]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:07.7825777Z [00:02:49.434]➜  packagefile crypto/x509/pkix=/tmp/go-build3998081543/b169/_pkg_.a
2025-08-20T22:41:07.7826267Z [00:02:49.434]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:41:07.7827056Z [00:02:49.434]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:07.7827588Z [00:02:49.434]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:07.7828029Z [00:02:49.434]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.7828443Z [00:02:49.434]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.7828974Z [00:02:49.434]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3998081543/b143/_pkg_.a
2025-08-20T22:41:07.7829649Z [00:02:49.434]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3998081543/b146/_pkg_.a
2025-08-20T22:41:07.7830225Z [00:02:49.434]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:07.7830707Z [00:02:49.434]➜  packagefile internal/goos=/tmp/go-build3998081543/b017/_pkg_.a
2025-08-20T22:41:07.7831133Z [00:02:49.434]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.7831538Z [00:02:49.434]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:07.7831958Z [00:02:49.434]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:07.7832369Z [00:02:49.434]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:07.7832777Z [00:02:49.434]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:07.7833200Z [00:02:49.434]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:07.7833638Z [00:02:49.434]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:07.7834348Z [00:02:49.434]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:07.7834777Z [00:02:49.434]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:41:07.7835208Z [00:02:49.434]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:07.7838965Z [00:02:49.434]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:07.7839415Z [00:02:49.434]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:07.7839884Z [00:02:49.434]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:07.7840315Z [00:02:49.434]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:07.7840742Z [00:02:49.434]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:07.7841203Z [00:02:49.434]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.7841633Z [00:02:49.434]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:07.7842043Z [00:02:49.434]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:07.7842459Z [00:02:49.434]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:07.7842906Z [00:02:49.434]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:07.7843367Z [00:02:49.434]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:07.7843699Z [00:02:49.434]➜  EOF
2025-08-20T22:41:07.7843995Z [00:02:49.436]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:07.7847119Z [00:02:49.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b167/_pkg_.a -trimpath "/root/.go/src/crypto/x509=>crypto/x509;$WORK/b167=>" -p crypto/x509 -lang=go1.25 -std -complete -installsuffix shared -buildid 0vYh9KNa9hI6YX3vspdS/0vYh9KNa9hI6YX3vspdS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b167/importcfg -pack /root/.go/src/crypto/x509/cert_pool.go /root/.go/src/crypto/x509/oid.go /root/.go/src/crypto/x509/parser.go /root/.go/src/crypto/x509/pem_decrypt.go /root/.go/src/crypto/x509/pkcs1.go /root/.go/src/crypto/x509/pkcs8.go /root/.go/src/crypto/x509/root.go /root/.go/src/crypto/x509/root_linux.go /root/.go/src/crypto/x509/root_unix.go /root/.go/src/crypto/x509/sec1.go /root/.go/src/crypto/x509/verify.go /root/.go/src/crypto/x509/x509.go
2025-08-20T22:41:07.8382077Z [00:02:49.490]➜  go tool buildid -w $WORK/b266/_pkg_.a # internal
2025-08-20T22:41:07.8437347Z [00:02:49.496]➜  cp $WORK/b266/_pkg_.a /root/.cache/go-build/1e/1e9ca22336acbc96f40b64c0521f64aabcb8039ffb57f85ebe42c63be167866f-d # internal
2025-08-20T22:41:07.8445627Z [00:02:49.496]➜  net/textproto
2025-08-20T22:41:07.8445949Z [00:02:49.496]➜  mkdir -p $WORK/b197/
2025-08-20T22:41:07.8446331Z [00:02:49.496]➜  cat >/tmp/go-build3998081543/b197/importcfg << 'EOF' # internal
2025-08-20T22:41:07.8446680Z [00:02:49.496]➜  # import config
2025-08-20T22:41:07.8447017Z [00:02:49.496]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:07.8447467Z [00:02:49.496]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:07.8447891Z [00:02:49.496]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.8448304Z [00:02:49.496]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.8448707Z [00:02:49.496]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.8449113Z [00:02:49.496]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:07.8449529Z [00:02:49.496]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:07.8449948Z [00:02:49.496]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:07.8450375Z [00:02:49.496]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.8450793Z [00:02:49.496]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:07.8451100Z [00:02:49.496]➜  EOF
2025-08-20T22:41:07.8453489Z [00:02:49.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b197/_pkg_.a -trimpath "/root/.go/src/net/textproto=>net/textproto;$WORK/b197=>" -p net/textproto -lang=go1.25 -std -complete -installsuffix shared -buildid nW_bgarAiTfUQzJ9bWhn/nW_bgarAiTfUQzJ9bWhn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b197/importcfg -pack /root/.go/src/net/textproto/header.go /root/.go/src/net/textproto/pipeline.go /root/.go/src/net/textproto/reader.go /root/.go/src/net/textproto/textproto.go /root/.go/src/net/textproto/writer.go
2025-08-20T22:41:07.8709742Z [00:02:49.523]➜  go tool buildid -w $WORK/b252/_pkg_.a # internal
2025-08-20T22:41:07.8762759Z [00:02:49.528]➜  cp $WORK/b252/_pkg_.a /root/.cache/go-build/b8/b8f079474f5042f06033247d71669d641103e0662ae884eea992d724d485c272-d # internal
2025-08-20T22:41:07.8764532Z [00:02:49.529]➜  vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:41:07.8765552Z [00:02:49.529]➜  mkdir -p $WORK/b198/
2025-08-20T22:41:07.8780253Z [00:02:49.530]➜  cat >/tmp/go-build3998081543/b198/importcfg << 'EOF' # internal
2025-08-20T22:41:07.8781083Z [00:02:49.530]➜  # import config
2025-08-20T22:41:07.8781553Z [00:02:49.530]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:41:07.8783154Z [00:02:49.530]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.8783608Z [00:02:49.530]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.8784738Z [00:02:49.530]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3998081543/b192/_pkg_.a
2025-08-20T22:41:07.8785311Z [00:02:49.530]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:07.8785896Z [00:02:49.530]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:41:07.8786346Z [00:02:49.530]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:07.8786759Z [00:02:49.530]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:07.8787179Z [00:02:49.530]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.8787641Z [00:02:49.530]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:07.8787975Z [00:02:49.530]➜  EOF
2025-08-20T22:41:07.8790168Z [00:02:49.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b198/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpproxy=>vendor/golang.org/x/net/http/httpproxy;$WORK/b198=>" -p vendor/golang.org/x/net/http/httpproxy -lang=go1.25 -std -complete -installsuffix shared -buildid xiXA3gTy6LiQyzya8JFy/xiXA3gTy6LiQyzya8JFy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b198/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpproxy/proxy.go
2025-08-20T22:41:07.9121756Z [00:02:49.564]➜  go tool buildid -w $WORK/b198/_pkg_.a # internal
2025-08-20T22:41:07.9134904Z [00:02:49.566]➜  cp $WORK/b198/_pkg_.a /root/.cache/go-build/8a/8a3fbba83f6f8efa6c65f4f4125c7228b2e53e7613137bfb7dc9798ad6f79860-d # internal
2025-08-20T22:41:07.9177397Z [00:02:49.570]➜  github.com/integrii/flaggy
2025-08-20T22:41:07.9178034Z [00:02:49.570]➜  mkdir -p $WORK/b237/
2025-08-20T22:41:07.9179529Z [00:02:49.570]➜  cat >/tmp/go-build3998081543/b237/importcfg << 'EOF' # internal
2025-08-20T22:41:07.9180724Z [00:02:49.570]➜  # import config
2025-08-20T22:41:07.9181347Z [00:02:49.570]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.9182669Z [00:02:49.570]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.9183287Z [00:02:49.570]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:07.9185080Z [00:02:49.570]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:07.9185640Z [00:02:49.570]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:07.9186068Z [00:02:49.570]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:07.9186499Z [00:02:49.570]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:07.9186929Z [00:02:49.570]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.9187808Z [00:02:49.570]➜  packagefile text/template=/tmp/go-build3998081543/b238/_pkg_.a
2025-08-20T22:41:07.9188255Z [00:02:49.570]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:07.9188695Z [00:02:49.570]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:07.9189030Z [00:02:49.570]➜  EOF
2025-08-20T22:41:07.9192651Z [00:02:49.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2=>github.com/integrii/flaggy@v1.5.2;$WORK/b237=>" -p github.com/integrii/flaggy -lang=go1.12 -complete -installsuffix shared -buildid Fi0wg7-J_j9UpHA2M7mH/Fi0wg7-J_j9UpHA2M7mH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b237/importcfg -pack /root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2/argumentParser.go /root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2/flag.go /root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2/flaggy.go /root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2/help.go /root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2/helpValues.go /root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2/parsedValue.go /root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2/parser.go /root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2/positionalValue.go /root/go/pkg/mod/github.com/integrii/flaggy@v1.5.2/subCommand.go
2025-08-20T22:41:07.9391100Z [00:02:49.591]➜  go tool buildid -w $WORK/b197/_pkg_.a # internal
2025-08-20T22:41:07.9404109Z [00:02:49.592]➜  cp $WORK/b197/_pkg_.a /root/.cache/go-build/e3/e3099acc6a3b23fe284af48986e55aa57c8b1dd7404b25aecc599593ce6232de-d # internal
2025-08-20T22:41:07.9408126Z [00:02:49.593]➜  vendor/golang.org/x/net/http/httpguts
2025-08-20T22:41:07.9408481Z [00:02:49.593]➜  mkdir -p $WORK/b191/
2025-08-20T22:41:07.9408863Z [00:02:49.593]➜  cat >/tmp/go-build3998081543/b191/importcfg << 'EOF' # internal
2025-08-20T22:41:07.9409213Z [00:02:49.593]➜  # import config
2025-08-20T22:41:07.9409599Z [00:02:49.593]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:41:07.9410131Z [00:02:49.593]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3998081543/b192/_pkg_.a
2025-08-20T22:41:07.9410615Z [00:02:49.593]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:07.9411057Z [00:02:49.593]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:07.9411504Z [00:02:49.593]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.9412298Z [00:02:49.593]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:07.9412695Z [00:02:49.593]➜  EOF
2025-08-20T22:41:07.9414767Z [00:02:49.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b191/_pkg_.a -trimpath "/root/.go/src/vendor/golang.org/x/net/http/httpguts=>vendor/golang.org/x/net/http/httpguts;$WORK/b191=>" -p vendor/golang.org/x/net/http/httpguts -lang=go1.25 -std -complete -installsuffix shared -buildid ZTtaC_-hUYgvJakSPHfI/ZTtaC_-hUYgvJakSPHfI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b191/importcfg -pack /root/.go/src/vendor/golang.org/x/net/http/httpguts/guts.go /root/.go/src/vendor/golang.org/x/net/http/httpguts/httplex.go
2025-08-20T22:41:07.9717443Z [00:02:49.624]➜  go tool buildid -w $WORK/b191/_pkg_.a # internal
2025-08-20T22:41:07.9745221Z [00:02:49.626]➜  cp $WORK/b191/_pkg_.a /root/.cache/go-build/06/0619a8595d25d0d85ec53d84a8ddd1a9a9b6bcf7e60cb157b96f147f1f09c567-d # internal
2025-08-20T22:41:07.9745975Z [00:02:49.626]➜  mime/multipart
2025-08-20T22:41:07.9746276Z [00:02:49.626]➜  mkdir -p $WORK/b201/
2025-08-20T22:41:07.9746662Z [00:02:49.626]➜  cat >/tmp/go-build3998081543/b201/importcfg << 'EOF' # internal
2025-08-20T22:41:07.9747012Z [00:02:49.626]➜  # import config
2025-08-20T22:41:07.9747353Z [00:02:49.626]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:07.9747775Z [00:02:49.626]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:07.9748214Z [00:02:49.626]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:07.9749045Z [00:02:49.626]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:07.9749459Z [00:02:49.626]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:07.9749911Z [00:02:49.626]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:07.9750353Z [00:02:49.626]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:07.9750761Z [00:02:49.626]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:07.9751185Z [00:02:49.626]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:07.9751600Z [00:02:49.626]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:07.9752074Z [00:02:49.626]➜  packagefile mime/quotedprintable=/tmp/go-build3998081543/b202/_pkg_.a
2025-08-20T22:41:07.9752571Z [00:02:49.626]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:07.9753013Z [00:02:49.626]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:07.9753451Z [00:02:49.626]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:07.9753892Z [00:02:49.626]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:07.9754319Z [00:02:49.626]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:07.9754749Z [00:02:49.626]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:07.9755065Z [00:02:49.626]➜  EOF
2025-08-20T22:41:07.9758609Z [00:02:49.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b201/_pkg_.a -trimpath "/root/.go/src/mime/multipart=>mime/multipart;$WORK/b201=>" -p mime/multipart -lang=go1.25 -std -complete -installsuffix shared -buildid w7XsgNceqMxV_M3Kzwv6/w7XsgNceqMxV_M3Kzwv6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b201/importcfg -pack /root/.go/src/mime/multipart/formdata.go /root/.go/src/mime/multipart/multipart.go /root/.go/src/mime/multipart/readmimeheader.go /root/.go/src/mime/multipart/writer.go
2025-08-20T22:41:08.0750983Z [00:02:49.727]➜  go tool buildid -w $WORK/b201/_pkg_.a # internal
2025-08-20T22:41:08.0768428Z [00:02:49.729]➜  cp $WORK/b201/_pkg_.a /root/.cache/go-build/8a/8a3a74efee7ab483bd3bd0a7cd787c791f261261755e17731b3a06360cd914b1-d # internal
2025-08-20T22:41:08.0773351Z [00:02:49.729]➜  github.com/google/uuid
2025-08-20T22:41:08.0776603Z [00:02:49.729]➜  mkdir -p $WORK/b246/
2025-08-20T22:41:08.0777303Z [00:02:49.729]➜  cat >/tmp/go-build3998081543/b246/importcfg << 'EOF' # internal
2025-08-20T22:41:08.0777730Z [00:02:49.729]➜  # import config
2025-08-20T22:41:08.0778078Z [00:02:49.730]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:08.0778520Z [00:02:49.730]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:08.0778981Z [00:02:49.730]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:08.0779441Z [00:02:49.730]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:08.0779949Z [00:02:49.730]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:08.0780449Z [00:02:49.730]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:08.0780925Z [00:02:49.730]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:08.0781394Z [00:02:49.730]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:08.0781845Z [00:02:49.730]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:08.0782264Z [00:02:49.730]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.0782674Z [00:02:49.730]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:08.0783080Z [00:02:49.730]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:08.0783480Z [00:02:49.730]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:08.0783931Z [00:02:49.730]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:08.0784638Z [00:02:49.730]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:08.0785061Z [00:02:49.730]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:08.0785697Z [00:02:49.730]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:08.0786031Z [00:02:49.730]➜  EOF
2025-08-20T22:41:08.0790510Z [00:02:49.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/uuid@v1.6.0=>github.com/google/uuid@v1.6.0;$WORK/b246=>" -p github.com/google/uuid -lang=go1.16 -complete -installsuffix shared -buildid urCul8kLCbqJChhncU7L/urCul8kLCbqJChhncU7L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b246/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-20T22:41:08.1317737Z [00:02:49.784]➜  go tool buildid -w $WORK/b237/_pkg_.a # internal
2025-08-20T22:41:08.1357408Z [00:02:49.788]➜  cp $WORK/b237/_pkg_.a /root/.cache/go-build/5f/5fb299c43eb9061cc6e603cf70113eb7dc23b5b37d307d5dca93fa25ee52949e-d # internal
2025-08-20T22:41:08.1366695Z [00:02:49.789]➜  github.com/mitchellh/mapstructure
2025-08-20T22:41:08.1370073Z [00:02:49.789]➜  mkdir -p $WORK/b247/
2025-08-20T22:41:08.1380412Z [00:02:49.790]➜  cat >/tmp/go-build3998081543/b247/importcfg << 'EOF' # internal
2025-08-20T22:41:08.1381032Z [00:02:49.790]➜  # import config
2025-08-20T22:41:08.1381489Z [00:02:49.790]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:08.1384501Z [00:02:49.790]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:08.1387939Z [00:02:49.790]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:08.1390988Z [00:02:49.790]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.1393253Z [00:02:49.790]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:08.1393694Z [00:02:49.790]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:08.1394118Z [00:02:49.790]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:08.1394542Z [00:02:49.790]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:08.1394994Z [00:02:49.790]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:08.1395541Z [00:02:49.790]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:08.1395914Z [00:02:49.790]➜  EOF
2025-08-20T22:41:08.1398392Z [00:02:49.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0=>github.com/mitchellh/mapstructure@v1.5.0;$WORK/b247=>" -p github.com/mitchellh/mapstructure -lang=go1.14 -complete -installsuffix shared -buildid GQOybZcIzCs88fHCaH6R/GQOybZcIzCs88fHCaH6R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b247/importcfg -pack /root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0/decode_hooks.go /root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0/error.go /root/go/pkg/mod/github.com/mitchellh/mapstructure@v1.5.0/mapstructure.go
2025-08-20T22:41:08.1415638Z [00:02:49.794]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T22:41:08.1420067Z [00:02:49.794]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b259=>" -I $WORK/b259/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b259/relfect2_arm64.o ./relfect2_arm64.s
2025-08-20T22:41:08.1475955Z [00:02:49.800]➜  go tool buildid -w $WORK/b246/_pkg_.a # internal
2025-08-20T22:41:08.1488123Z [00:02:49.801]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b259=>" -I $WORK/b259/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b259/relfect2_mips64x.o ./relfect2_mips64x.s
2025-08-20T22:41:08.1500895Z [00:02:49.802]➜  cp $WORK/b246/_pkg_.a /root/.cache/go-build/1b/1b926ae9f6f28482f87a3de343b7a30eb23cac606025b433740e73c4b415eeed-d # internal
2025-08-20T22:41:08.1506196Z [00:02:49.803]➜  go.mongodb.org/mongo-driver/bson/bsoncodec
2025-08-20T22:41:08.1506549Z [00:02:49.803]➜  mkdir -p $WORK/b250/
2025-08-20T22:41:08.1510809Z [00:02:49.803]➜  cat >/tmp/go-build3998081543/b250/importcfg << 'EOF' # internal
2025-08-20T22:41:08.1514113Z [00:02:49.804]➜  # import config
2025-08-20T22:41:08.1514496Z [00:02:49.804]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:08.1514960Z [00:02:49.804]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:08.1515526Z [00:02:49.804]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:08.1516006Z [00:02:49.804]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.1516569Z [00:02:49.804]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3998081543/b251/_pkg_.a
2025-08-20T22:41:08.1517261Z [00:02:49.804]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3998081543/b252/_pkg_.a
2025-08-20T22:41:08.1517921Z [00:02:49.804]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:41:08.1518586Z [00:02:49.804]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:41:08.1519259Z [00:02:49.804]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:41:08.1519796Z [00:02:49.804]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:08.1520216Z [00:02:49.804]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:08.1521014Z [00:02:49.804]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:08.1521513Z [00:02:49.804]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:08.1521936Z [00:02:49.804]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:08.1526353Z [00:02:49.804]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:08.1526947Z [00:02:49.804]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:08.1527391Z [00:02:49.804]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:08.1527826Z [00:02:49.804]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:08.1528146Z [00:02:49.804]➜  EOF
2025-08-20T22:41:08.1528425Z [00:02:49.805]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:08.1536722Z [00:02:49.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b250/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec=>go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec;$WORK/b250=>" -p go.mongodb.org/mongo-driver/bson/bsoncodec -lang=go1.18 -complete -installsuffix shared -buildid mkglDYUgFzWDGHIpOVy4/mkglDYUgFzWDGHIpOVy4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b250/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/array_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/bsoncodec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/byte_slice_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/codec_cache.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/cond_addr_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/default_value_decoders.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/default_value_encoders.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/empty_interface_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/map_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/pointer_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/proxy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/registry.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/slice_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/string_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/struct_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/struct_tag_parser.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/time_codec.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/types.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bsoncodec/uint_codec.go
2025-08-20T22:41:08.1561836Z [00:02:49.808]➜  cd /root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2
2025-08-20T22:41:08.1563765Z [00:02:49.808]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b259=>" -I $WORK/b259/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b259/relfect2_mipsx.o ./relfect2_mipsx.s
2025-08-20T22:41:08.1607564Z [00:02:49.813]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/modern-go/reflect2 -trimpath "/root/go/pkg/mod/github.com/modern-go/reflect2@v1.0.2=>github.com/modern-go/reflect2@v1.0.2;$WORK/b259=>" -I $WORK/b259/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b259/relfect2_ppc64x.o ./relfect2_ppc64x.s
2025-08-20T22:41:08.1658160Z [00:02:49.818]➜  go tool pack r $WORK/b259/_pkg_.a $WORK/b259/relfect2_arm64.o $WORK/b259/relfect2_mips64x.o $WORK/b259/relfect2_mipsx.o $WORK/b259/relfect2_ppc64x.o # internal
2025-08-20T22:41:08.1660340Z [00:02:49.818]➜  go tool buildid -w $WORK/b259/_pkg_.a # internal
2025-08-20T22:41:08.1765697Z [00:02:49.829]➜  cp $WORK/b259/_pkg_.a /root/.cache/go-build/9a/9adeac84c071d370420e62746d12b28fbb0849acdcd88c8d14519fbfb5022a8b-d # internal
2025-08-20T22:41:08.1767094Z [00:02:49.829]➜  net/mail
2025-08-20T22:41:08.1768027Z [00:02:49.829]➜  mkdir -p $WORK/b256/
2025-08-20T22:41:08.1775594Z [00:02:49.830]➜  cat >/tmp/go-build3998081543/b256/importcfg << 'EOF' # internal
2025-08-20T22:41:08.1776004Z [00:02:49.830]➜  # import config
2025-08-20T22:41:08.1777163Z [00:02:49.830]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:08.1778122Z [00:02:49.830]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:08.1778931Z [00:02:49.830]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.1779565Z [00:02:49.830]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:08.1780352Z [00:02:49.830]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:08.1780974Z [00:02:49.830]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:08.1781750Z [00:02:49.830]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:08.1782425Z [00:02:49.830]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:08.1783221Z [00:02:49.830]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:08.1784622Z [00:02:49.830]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:08.1785282Z [00:02:49.830]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:08.1786281Z [00:02:49.830]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:08.1786948Z [00:02:49.830]➜  EOF
2025-08-20T22:41:08.1787503Z [00:02:49.830]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:08.1789497Z [00:02:49.830]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b256/_pkg_.a -trimpath "/root/.go/src/net/mail=>net/mail;$WORK/b256=>" -p net/mail -lang=go1.25 -std -complete -installsuffix shared -buildid GJQ_y-DDnM3C_MkPwaXf/GJQ_y-DDnM3C_MkPwaXf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b256/importcfg -pack /root/.go/src/net/mail/message.go
2025-08-20T22:41:08.2664597Z [00:02:49.919]➜  go tool buildid -w $WORK/b256/_pkg_.a # internal
2025-08-20T22:41:08.2710287Z [00:02:49.923]➜  cp $WORK/b256/_pkg_.a /root/.cache/go-build/53/53151ac3477ca6cd10eb2f629018e464daeb0cee9a91c964eabe2184baa7f610-d # internal
2025-08-20T22:41:08.2737650Z [00:02:49.926]➜  github.com/json-iterator/go
2025-08-20T22:41:08.2769000Z [00:02:49.929]➜  mkdir -p $WORK/b257/
2025-08-20T22:41:08.2776319Z [00:02:49.930]➜  cat >/tmp/go-build3998081543/b257/importcfg << 'EOF' # internal
2025-08-20T22:41:08.2776941Z [00:02:49.930]➜  # import config
2025-08-20T22:41:08.2780456Z [00:02:49.930]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:08.2780953Z [00:02:49.930]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:08.2781426Z [00:02:49.930]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:08.2781906Z [00:02:49.930]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:08.2782373Z [00:02:49.930]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:08.2782801Z [00:02:49.930]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.2783326Z [00:02:49.930]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3998081543/b258/_pkg_.a
2025-08-20T22:41:08.2783906Z [00:02:49.930]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3998081543/b259/_pkg_.a
2025-08-20T22:41:08.2784386Z [00:02:49.930]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:08.2784791Z [00:02:49.930]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:08.2785669Z [00:02:49.930]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:08.2786222Z [00:02:49.930]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:08.2786647Z [00:02:49.930]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:08.2787067Z [00:02:49.930]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:08.2787497Z [00:02:49.930]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:08.2787930Z [00:02:49.930]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:08.2788347Z [00:02:49.930]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:08.2788800Z [00:02:49.930]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:08.2789263Z [00:02:49.930]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:08.2789605Z [00:02:49.930]➜  EOF
2025-08-20T22:41:08.2801483Z [00:02:49.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b257/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/json-iterator/go@v1.1.12=>github.com/json-iterator/go@v1.1.12;$WORK/b257=>" -p github.com/json-iterator/go -lang=go1.12 -complete -installsuffix shared -buildid xVPHJMpFpVfphDB8tuVn/xVPHJMpFpVfphDB8tuVn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b257/importcfg -pack /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/adapter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_bool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_int64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_invalid.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_nil.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint32.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/any_uint64.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/config.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_object.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_skip_strict.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/iter_str.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/jsoniter.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/pool.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_array.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_dynamic.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_extension.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_number.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_json_raw_message.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_map.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_marshaler.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_native.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_optional.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_slice.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_decoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/reflect_struct_encoder.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_float.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_int.go /root/go/pkg/mod/github.com/json-iterator/go@v1.1.12/stream_str.go
2025-08-20T22:41:08.3152706Z [00:02:49.968]➜  go tool buildid -w $WORK/b247/_pkg_.a # internal
2025-08-20T22:41:08.3173026Z [00:02:49.970]➜  cp $WORK/b247/_pkg_.a /root/.cache/go-build/4c/4c4c17c8604d933622a25b3bfee72093ed600004883929a73e207ac9367d4277-d # internal
2025-08-20T22:41:08.3217861Z [00:02:49.974]➜  github.com/rs/zerolog/internal/json
2025-08-20T22:41:08.3219003Z [00:02:49.974]➜  mkdir -p $WORK/b262/
2025-08-20T22:41:08.3221909Z [00:02:49.975]➜  cat >/tmp/go-build3998081543/b262/importcfg << 'EOF' # internal
2025-08-20T22:41:08.3223282Z [00:02:49.975]➜  # import config
2025-08-20T22:41:08.3224164Z [00:02:49.975]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.3225888Z [00:02:49.975]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:08.3226852Z [00:02:49.975]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:08.3227744Z [00:02:49.975]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:08.3228736Z [00:02:49.975]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:08.3229224Z [00:02:49.975]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:08.3229678Z [00:02:49.975]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:08.3230020Z [00:02:49.975]➜  EOF
2025-08-20T22:41:08.3232962Z [00:02:49.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/internal/json=>github.com/rs/zerolog@v1.34.0/internal/json;$WORK/b262=>" -p github.com/rs/zerolog/internal/json -lang=go1.15 -complete -installsuffix shared -buildid 2YQ9mCm1ufTLSa476i3c/2YQ9mCm1ufTLSa476i3c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b262/importcfg -pack /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/internal/json/base.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/internal/json/bytes.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/internal/json/string.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/internal/json/time.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/internal/json/types.go
2025-08-20T22:41:08.3480838Z [00:02:50.000]➜  go tool buildid -w $WORK/b167/_pkg_.a # internal
2025-08-20T22:41:08.3539276Z [00:02:50.006]➜  cp $WORK/b167/_pkg_.a /root/.cache/go-build/22/22d7acb434d123451f82f144836f7b73ab8fecfc4ea89bc33e6fdb1dac982e28-d # internal
2025-08-20T22:41:08.3554449Z [00:02:50.008]➜  crypto/tls
2025-08-20T22:41:08.3562518Z [00:02:50.009]➜  mkdir -p $WORK/b125/
2025-08-20T22:41:08.3576579Z [00:02:50.010]➜  cat >/tmp/go-build3998081543/b125/importcfg << 'EOF' # internal
2025-08-20T22:41:08.3579708Z [00:02:50.010]➜  # import config
2025-08-20T22:41:08.3581642Z [00:02:50.010]➜  importmap golang.org/x/crypto/chacha20poly1305=vendor/golang.org/x/crypto/chacha20poly1305
2025-08-20T22:41:08.3582306Z [00:02:50.010]➜  importmap golang.org/x/crypto/cryptobyte=vendor/golang.org/x/crypto/cryptobyte
2025-08-20T22:41:08.3582853Z [00:02:50.010]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:08.3583310Z [00:02:50.010]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:08.3583766Z [00:02:50.010]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:08.3584193Z [00:02:50.010]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:08.3584631Z [00:02:50.010]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:41:08.3585112Z [00:02:50.010]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:08.3585771Z [00:02:50.010]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:41:08.3586232Z [00:02:50.010]➜  packagefile crypto/ecdh=/tmp/go-build3998081543/b128/_pkg_.a
2025-08-20T22:41:08.3586693Z [00:02:50.010]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:08.3587439Z [00:02:50.010]➜  packagefile crypto/ed25519=/tmp/go-build3998081543/b147/_pkg_.a
2025-08-20T22:41:08.3588001Z [00:02:50.010]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:08.3588480Z [00:02:50.010]➜  packagefile crypto/hkdf=/tmp/go-build3998081543/b150/_pkg_.a
2025-08-20T22:41:08.3588940Z [00:02:50.010]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:08.3589439Z [00:02:50.010]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:41:08.3590007Z [00:02:50.010]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3998081543/b096/_pkg_.a
2025-08-20T22:41:08.3590594Z [00:02:50.010]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3998081543/b109/_pkg_.a
2025-08-20T22:41:08.3591184Z [00:02:50.010]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3998081543/b153/_pkg_.a
2025-08-20T22:41:08.3591766Z [00:02:50.010]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3998081543/b154/_pkg_.a
2025-08-20T22:41:08.3592347Z [00:02:50.010]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3998081543/b155/_pkg_.a
2025-08-20T22:41:08.3592891Z [00:02:50.010]➜  packagefile crypto/internal/hpke=/tmp/go-build3998081543/b156/_pkg_.a
2025-08-20T22:41:08.3593374Z [00:02:50.010]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:08.3593828Z [00:02:50.010]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:08.3594282Z [00:02:50.010]➜  packagefile crypto/rc4=/tmp/go-build3998081543/b161/_pkg_.a
2025-08-20T22:41:08.3594989Z [00:02:50.010]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:08.3595635Z [00:02:50.010]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:08.3596183Z [00:02:50.010]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:08.3596654Z [00:02:50.010]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:08.3597132Z [00:02:50.010]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:08.3597667Z [00:02:50.010]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3998081543/b165/_pkg_.a
2025-08-20T22:41:08.3598191Z [00:02:50.010]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:08.3598651Z [00:02:50.010]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:08.3599094Z [00:02:50.010]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:08.3599546Z [00:02:50.010]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.3600105Z [00:02:50.010]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3998081543/b157/_pkg_.a
2025-08-20T22:41:08.3600766Z [00:02:50.010]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3998081543/b143/_pkg_.a
2025-08-20T22:41:08.3601307Z [00:02:50.010]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:08.3601780Z [00:02:50.010]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:08.3602266Z [00:02:50.010]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:41:08.3602748Z [00:02:50.010]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:08.3603192Z [00:02:50.010]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:08.3603594Z [00:02:50.010]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:08.3603999Z [00:02:50.010]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:08.3604415Z [00:02:50.010]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:08.3604842Z [00:02:50.010]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:08.3605258Z [00:02:50.010]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:08.3628035Z [00:02:50.010]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:08.3628825Z [00:02:50.010]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:08.3629363Z [00:02:50.010]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:08.3629880Z [00:02:50.010]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:08.3630340Z [00:02:50.010]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:08.3630751Z [00:02:50.010]➜  packagefile weak=/tmp/go-build3998081543/b139/_pkg_.a
2025-08-20T22:41:08.3631073Z [00:02:50.010]➜  EOF
2025-08-20T22:41:08.3635322Z [00:02:50.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b125/_pkg_.a -trimpath "/root/.go/src/crypto/tls=>crypto/tls;$WORK/b125=>" -p crypto/tls -lang=go1.25 -std -complete -installsuffix shared -buildid DhLcUUGOwr7dN8-E3bu8/DhLcUUGOwr7dN8-E3bu8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b125/importcfg -pack /root/.go/src/crypto/tls/alert.go /root/.go/src/crypto/tls/auth.go /root/.go/src/crypto/tls/cache.go /root/.go/src/crypto/tls/cipher_suites.go /root/.go/src/crypto/tls/common.go /root/.go/src/crypto/tls/common_string.go /root/.go/src/crypto/tls/conn.go /root/.go/src/crypto/tls/defaults.go /root/.go/src/crypto/tls/defaults_fips140.go /root/.go/src/crypto/tls/ech.go /root/.go/src/crypto/tls/handshake_client.go /root/.go/src/crypto/tls/handshake_client_tls13.go /root/.go/src/crypto/tls/handshake_messages.go /root/.go/src/crypto/tls/handshake_server.go /root/.go/src/crypto/tls/handshake_server_tls13.go /root/.go/src/crypto/tls/key_agreement.go /root/.go/src/crypto/tls/key_schedule.go /root/.go/src/crypto/tls/prf.go /root/.go/src/crypto/tls/quic.go /root/.go/src/crypto/tls/ticket.go /root/.go/src/crypto/tls/tls.go
2025-08-20T22:41:08.4021254Z [00:02:50.054]➜  go tool buildid -w $WORK/b262/_pkg_.a # internal
2025-08-20T22:41:08.4034438Z [00:02:50.056]➜  cp $WORK/b262/_pkg_.a /root/.cache/go-build/54/546cd48e41c19d8033056bc5fbb60f62c9e6fde71e16960ffef57921a3860a25-d # internal
2025-08-20T22:41:08.4041409Z [00:02:50.056]➜  github.com/asaskevich/govalidator
2025-08-20T22:41:08.4046047Z [00:02:50.057]➜  mkdir -p $WORK/b243/
2025-08-20T22:41:08.4067357Z [00:02:50.057]➜  cat >/tmp/go-build3998081543/b243/importcfg << 'EOF' # internal
2025-08-20T22:41:08.4067747Z [00:02:50.057]➜  # import config
2025-08-20T22:41:08.4068097Z [00:02:50.057]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:08.4068543Z [00:02:50.057]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:08.4069032Z [00:02:50.057]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:08.4069509Z [00:02:50.057]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:08.4069989Z [00:02:50.057]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:08.4070492Z [00:02:50.057]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:08.4070938Z [00:02:50.057]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:08.4071365Z [00:02:50.057]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.4071777Z [00:02:50.057]➜  packagefile html=/tmp/go-build3998081543/b244/_pkg_.a
2025-08-20T22:41:08.4072202Z [00:02:50.057]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:08.4072629Z [00:02:50.057]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:08.4073038Z [00:02:50.057]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:08.4073469Z [00:02:50.057]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:08.4073891Z [00:02:50.057]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:08.4074312Z [00:02:50.057]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:08.4074736Z [00:02:50.057]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:08.4075151Z [00:02:50.057]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:08.4076179Z [00:02:50.057]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:08.4076692Z [00:02:50.057]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:08.4077111Z [00:02:50.057]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:08.4077521Z [00:02:50.057]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:08.4077939Z [00:02:50.057]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:08.4078394Z [00:02:50.057]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:08.4078727Z [00:02:50.057]➜  EOF
2025-08-20T22:41:08.4083853Z [00:02:50.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b243/_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/b243=>" -p github.com/asaskevich/govalidator -lang=go1.13 -complete -installsuffix shared -buildid qz5Bs1ce4UCNPSmJWUoB/qz5Bs1ce4UCNPSmJWUoB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b243/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-20T22:41:08.6246176Z [00:02:50.277]➜  go tool buildid -w $WORK/b243/_pkg_.a # internal
2025-08-20T22:41:08.6346237Z [00:02:50.287]➜  cp $WORK/b243/_pkg_.a /root/.cache/go-build/29/2902808fb80277ddf2cc8c55b7e2533413c813d7bd10d93ea0d47ed6621d8fc5-d # internal
2025-08-20T22:41:08.6417724Z [00:02:50.294]➜  github.com/rs/zerolog
2025-08-20T22:41:08.6421234Z [00:02:50.294]➜  mkdir -p $WORK/b261/
2025-08-20T22:41:08.6426808Z [00:02:50.295]➜  cat >/tmp/go-build3998081543/b261/importcfg << 'EOF' # internal
2025-08-20T22:41:08.6428618Z [00:02:50.295]➜  # import config
2025-08-20T22:41:08.6431428Z [00:02:50.295]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:08.6432498Z [00:02:50.295]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:08.6432967Z [00:02:50.295]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:08.6433449Z [00:02:50.295]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:08.6433892Z [00:02:50.295]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:08.6434330Z [00:02:50.295]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.6434834Z [00:02:50.295]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3998081543/b184/_pkg_.a
2025-08-20T22:41:08.6435593Z [00:02:50.295]➜  packagefile github.com/rs/zerolog/internal/json=/tmp/go-build3998081543/b262/_pkg_.a
2025-08-20T22:41:08.6436159Z [00:02:50.295]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:08.6436588Z [00:02:50.295]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:08.6437015Z [00:02:50.295]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:08.6437436Z [00:02:50.295]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:08.6437838Z [00:02:50.295]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:08.6438246Z [00:02:50.295]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:08.6438995Z [00:02:50.295]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:08.6439538Z [00:02:50.295]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:08.6439967Z [00:02:50.295]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:08.6440385Z [00:02:50.295]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:08.6440814Z [00:02:50.295]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:08.6441246Z [00:02:50.295]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:08.6441680Z [00:02:50.295]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:08.6442110Z [00:02:50.295]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:08.6442415Z [00:02:50.295]➜  EOF
2025-08-20T22:41:08.6597967Z [00:02:50.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/zerolog@v1.34.0=>github.com/rs/zerolog@v1.34.0;$WORK/b261=>" -p github.com/rs/zerolog -lang=go1.15 -complete -installsuffix shared -buildid 0kjp7J5Tgrik56qOneiy/0kjp7J5Tgrik56qOneiy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b261/importcfg -pack /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/array.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/console.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/context.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/ctx.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/encoder.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/encoder_json.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/event.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/fields.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/globals.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/go112.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/hook.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/log.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/sampler.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/syslog.go /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/writer.go
2025-08-20T22:41:08.8197437Z [00:02:50.472]➜  go tool buildid -w $WORK/b250/_pkg_.a # internal
2025-08-20T22:41:08.8275908Z [00:02:50.480]➜  cp $WORK/b250/_pkg_.a /root/.cache/go-build/91/916f22a4ce26a60a193fe16ea742c5bcbe32c43830ddd7be49504686930743c9-d # internal
2025-08-20T22:41:08.8291933Z [00:02:50.480]➜  go.mongodb.org/mongo-driver/bson
2025-08-20T22:41:08.8292293Z [00:02:50.480]➜  mkdir -p $WORK/b249/
2025-08-20T22:41:08.8292716Z [00:02:50.480]➜  cat >/tmp/go-build3998081543/b249/importcfg << 'EOF' # internal
2025-08-20T22:41:08.8293066Z [00:02:50.480]➜  # import config
2025-08-20T22:41:08.8293411Z [00:02:50.480]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:08.8293861Z [00:02:50.480]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:08.8294306Z [00:02:50.480]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:08.8294721Z [00:02:50.480]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:08.8295282Z [00:02:50.480]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3998081543/b250/_pkg_.a
2025-08-20T22:41:08.8296155Z [00:02:50.481]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3998081543/b252/_pkg_.a
2025-08-20T22:41:08.8296810Z [00:02:50.481]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:41:08.8297468Z [00:02:50.481]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:41:08.8298168Z [00:02:50.481]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:41:08.8298697Z [00:02:50.481]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:08.8299112Z [00:02:50.481]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:08.8299529Z [00:02:50.481]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:08.8300272Z [00:02:50.481]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:08.8300647Z [00:02:50.481]➜  EOF
2025-08-20T22:41:08.8305148Z [00:02:50.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b249/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson=>go.mongodb.org/mongo-driver@v1.14.0/bson;$WORK/b249=>" -p go.mongodb.org/mongo-driver/bson -lang=go1.18 -complete -installsuffix shared -buildid OMRfaIYE8p98GggfQehF/OMRfaIYE8p98GggfQehF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b249/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/bson.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/decoder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/encoder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/marshal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/primitive_codecs.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/raw.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/raw_element.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/raw_value.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/registry.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/types.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/bson/unmarshal.go
2025-08-20T22:41:09.0728594Z [00:02:50.725]➜  go tool buildid -w $WORK/b249/_pkg_.a # internal
2025-08-20T22:41:09.0860221Z [00:02:50.738]➜  cp $WORK/b249/_pkg_.a /root/.cache/go-build/6b/6beb997e17b3a76cda8d0d9f435110294656331bda99d049887f8109719fdff8-d # internal
2025-08-20T22:41:09.0874714Z [00:02:50.740]➜  github.com/tklauser/numcpus
2025-08-20T22:41:09.0877564Z [00:02:50.740]➜  mkdir -p $WORK/b269/
2025-08-20T22:41:09.0885252Z [00:02:50.741]➜  cat >/tmp/go-build3998081543/b269/importcfg << 'EOF' # internal
2025-08-20T22:41:09.0886242Z [00:02:50.741]➜  # import config
2025-08-20T22:41:09.0888813Z [00:02:50.741]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.0889825Z [00:02:50.741]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:09.0890322Z [00:02:50.741]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:09.0890749Z [00:02:50.741]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.0891192Z [00:02:50.741]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:09.0891666Z [00:02:50.741]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.0892099Z [00:02:50.741]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.0892421Z [00:02:50.741]➜  EOF
2025-08-20T22:41:09.0902961Z [00:02:50.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b269/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tklauser/numcpus@v0.6.1=>github.com/tklauser/numcpus@v0.6.1;$WORK/b269=>" -p github.com/tklauser/numcpus -lang=go1.13 -complete -installsuffix shared -buildid T6XYAyff-RTWTJb6ltk9/T6XYAyff-RTWTJb6ltk9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b269/importcfg -pack /root/go/pkg/mod/github.com/tklauser/numcpus@v0.6.1/numcpus.go /root/go/pkg/mod/github.com/tklauser/numcpus@v0.6.1/numcpus_linux.go
2025-08-20T22:41:09.1356741Z [00:02:50.788]➜  go tool buildid -w $WORK/b269/_pkg_.a # internal
2025-08-20T22:41:09.1367440Z [00:02:50.789]➜  cp $WORK/b269/_pkg_.a /root/.cache/go-build/97/97672fc057a60fe511e8aced424d7762ea7df062cad2d4ed4d23b49f992cd925-d # internal
2025-08-20T22:41:09.1368249Z [00:02:50.789]➜  github.com/tklauser/go-sysconf
2025-08-20T22:41:09.1368556Z [00:02:50.789]➜  mkdir -p $WORK/b268/
2025-08-20T22:41:09.1371892Z [00:02:50.790]➜  cat >/tmp/go-build3998081543/b268/importcfg << 'EOF' # internal
2025-08-20T22:41:09.1373263Z [00:02:50.790]➜  # import config
2025-08-20T22:41:09.1375185Z [00:02:50.790]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:09.1376241Z [00:02:50.790]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.1376839Z [00:02:50.790]➜  packagefile github.com/tklauser/numcpus=/tmp/go-build3998081543/b269/_pkg_.a
2025-08-20T22:41:09.1377400Z [00:02:50.790]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:09.1377883Z [00:02:50.790]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:09.1378306Z [00:02:50.790]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.1378740Z [00:02:50.790]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:09.1379169Z [00:02:50.790]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.1379621Z [00:02:50.790]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.1379942Z [00:02:50.790]➜  EOF
2025-08-20T22:41:09.1383163Z [00:02:50.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b268/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12=>github.com/tklauser/go-sysconf@v0.3.12;$WORK/b268=>" -p github.com/tklauser/go-sysconf -lang=go1.13 -complete -installsuffix shared -buildid gdqBdjM0t4wXBJIubyEV/gdqBdjM0t4wXBJIubyEV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b268/importcfg -pack /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/sysconf.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/sysconf_generic.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/sysconf_linux.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/sysconf_posix.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/zsysconf_defs_linux.go /root/go/pkg/mod/github.com/tklauser/go-sysconf@v0.3.12/zsysconf_values_linux_arm64.go
2025-08-20T22:41:09.1596744Z [00:02:50.812]➜  go tool buildid -w $WORK/b257/_pkg_.a # internal
2025-08-20T22:41:09.1613810Z [00:02:50.814]➜  go tool buildid -w $WORK/b261/_pkg_.a # internal
2025-08-20T22:41:09.1723317Z [00:02:50.824]➜  cp $WORK/b261/_pkg_.a /root/.cache/go-build/81/818fd3ae709f70f7756daf2e4e6f469d8acc58e8d60d707b91a21aa1fbb04592-d # internal
2025-08-20T22:41:09.1726360Z [00:02:50.824]➜  github.com/shirou/gopsutil/v4/disk
2025-08-20T22:41:09.1726699Z [00:02:50.824]➜  mkdir -p $WORK/b270/
2025-08-20T22:41:09.1727085Z [00:02:50.824]➜  cat >/tmp/go-build3998081543/b270/importcfg << 'EOF' # internal
2025-08-20T22:41:09.1727442Z [00:02:50.824]➜  # import config
2025-08-20T22:41:09.1727791Z [00:02:50.824]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:09.1728249Z [00:02:50.824]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.1728756Z [00:02:50.824]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:09.1729204Z [00:02:50.824]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.1729622Z [00:02:50.824]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.1730205Z [00:02:50.824]➜  packagefile github.com/shirou/gopsutil/v4/internal/common=/tmp/go-build3998081543/b266/_pkg_.a
2025-08-20T22:41:09.1730833Z [00:02:50.824]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:09.1731296Z [00:02:50.824]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.1731709Z [00:02:50.824]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:09.1732156Z [00:02:50.824]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:09.1732608Z [00:02:50.824]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.1733059Z [00:02:50.824]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.1733379Z [00:02:50.824]➜  EOF
2025-08-20T22:41:09.1736328Z [00:02:50.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/disk=>github.com/shirou/gopsutil/v4@v4.25.1/disk;$WORK/b270=>" -p github.com/shirou/gopsutil/v4/disk -lang=go1.18 -complete -installsuffix shared -buildid h8xYtNSpm9fjxPZP6mcj/h8xYtNSpm9fjxPZP6mcj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b270/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/disk/disk.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/disk/disk_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/disk/disk_unix.go
2025-08-20T22:41:09.1810983Z [00:02:50.833]➜  cp $WORK/b257/_pkg_.a /root/.cache/go-build/e0/e047de62e284f638e3d25195f65e670317db56e17cb43bb6d155cc626d6af747-d # internal
2025-08-20T22:41:09.1820023Z [00:02:50.833]➜  github.com/shirou/gopsutil/v4/mem
2025-08-20T22:41:09.1820362Z [00:02:50.833]➜  mkdir -p $WORK/b272/
2025-08-20T22:41:09.1820745Z [00:02:50.834]➜  cat >/tmp/go-build3998081543/b272/importcfg << 'EOF' # internal
2025-08-20T22:41:09.1821100Z [00:02:50.834]➜  # import config
2025-08-20T22:41:09.1821443Z [00:02:50.834]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:09.1821870Z [00:02:50.834]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.1822347Z [00:02:50.834]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:09.1822784Z [00:02:50.834]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.1823353Z [00:02:50.834]➜  packagefile github.com/shirou/gopsutil/v4/internal/common=/tmp/go-build3998081543/b266/_pkg_.a
2025-08-20T22:41:09.1823963Z [00:02:50.834]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:09.1824890Z [00:02:50.834]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.1825303Z [00:02:50.834]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:09.1826040Z [00:02:50.834]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.1826459Z [00:02:50.834]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.1826893Z [00:02:50.834]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.1827214Z [00:02:50.834]➜  EOF
2025-08-20T22:41:09.1829628Z [00:02:50.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b272/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/mem=>github.com/shirou/gopsutil/v4@v4.25.1/mem;$WORK/b272=>" -p github.com/shirou/gopsutil/v4/mem -lang=go1.18 -complete -installsuffix shared -buildid pUy9qFeHuLIYX2cIAbBh/pUy9qFeHuLIYX2cIAbBh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b272/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/mem/ex_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/mem/mem.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/mem/mem_linux.go
2025-08-20T22:41:09.1889666Z [00:02:50.841]➜  go tool buildid -w $WORK/b268/_pkg_.a # internal
2025-08-20T22:41:09.1924767Z [00:02:50.844]➜  cp $WORK/b268/_pkg_.a /root/.cache/go-build/66/66c80ecc7876965998de42379265a513a14f05749a471268ba4ec7634028af83-d # internal
2025-08-20T22:41:09.1925552Z [00:02:50.845]➜  github.com/shirou/gopsutil/v4/cpu
2025-08-20T22:41:09.1929238Z [00:02:50.845]➜  mkdir -p $WORK/b265/
2025-08-20T22:41:09.1932120Z [00:02:50.845]➜  cat >/tmp/go-build3998081543/b265/importcfg << 'EOF' # internal
2025-08-20T22:41:09.1932485Z [00:02:50.845]➜  # import config
2025-08-20T22:41:09.1932839Z [00:02:50.845]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.1933292Z [00:02:50.845]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:09.1933763Z [00:02:50.845]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.1934181Z [00:02:50.845]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.1934750Z [00:02:50.845]➜  packagefile github.com/shirou/gopsutil/v4/internal/common=/tmp/go-build3998081543/b266/_pkg_.a
2025-08-20T22:41:09.1935528Z [00:02:50.845]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3998081543/b268/_pkg_.a
2025-08-20T22:41:09.1936085Z [00:02:50.845]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:09.1936544Z [00:02:50.845]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:09.1936997Z [00:02:50.845]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:09.1937427Z [00:02:50.845]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.1937858Z [00:02:50.845]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.1938277Z [00:02:50.845]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.1942091Z [00:02:50.845]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.1942410Z [00:02:50.845]➜  EOF
2025-08-20T22:41:09.1944535Z [00:02:50.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b265/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/cpu=>github.com/shirou/gopsutil/v4@v4.25.1/cpu;$WORK/b265=>" -p github.com/shirou/gopsutil/v4/cpu -lang=go1.18 -complete -installsuffix shared -buildid XK4bFJLsMUgL4wmH7Z1A/XK4bFJLsMUgL4wmH7Z1A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b265/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/cpu/cpu.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/cpu/cpu_linux.go
2025-08-20T22:41:09.2458988Z [00:02:50.895]➜  go tool buildid -w $WORK/b270/_pkg_.a # internal
2025-08-20T22:41:09.2462996Z [00:02:50.896]➜  cp $WORK/b270/_pkg_.a /root/.cache/go-build/0a/0ac30f4b25b38a0884ac8fb16fd770246b235d257ce0dfbe59173e1447367cc0-d # internal
2025-08-20T22:41:09.2463631Z [00:02:50.896]➜  github.com/shirou/gopsutil/v4/net
2025-08-20T22:41:09.2463940Z [00:02:50.896]➜  mkdir -p $WORK/b273/
2025-08-20T22:41:09.2464314Z [00:02:50.897]➜  cat >/tmp/go-build3998081543/b273/importcfg << 'EOF' # internal
2025-08-20T22:41:09.2464663Z [00:02:50.897]➜  # import config
2025-08-20T22:41:09.2465004Z [00:02:50.897]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.2465596Z [00:02:50.897]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.2466137Z [00:02:50.897]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:09.2466609Z [00:02:50.897]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:09.2467131Z [00:02:50.897]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.2470331Z [00:02:50.897]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.2470907Z [00:02:50.897]➜  packagefile github.com/shirou/gopsutil/v4/internal/common=/tmp/go-build3998081543/b266/_pkg_.a
2025-08-20T22:41:09.2471468Z [00:02:50.897]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.2471872Z [00:02:50.897]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:09.2472272Z [00:02:50.897]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.2472687Z [00:02:50.897]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.2473117Z [00:02:50.897]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.2473934Z [00:02:50.897]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:09.2474328Z [00:02:50.897]➜  EOF
2025-08-20T22:41:09.2476586Z [00:02:50.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b273/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/net=>github.com/shirou/gopsutil/v4@v4.25.1/net;$WORK/b273=>" -p github.com/shirou/gopsutil/v4/net -lang=go1.18 -complete -installsuffix shared -buildid sqBEHQwe8KRMTX_4p8MG/sqBEHQwe8KRMTX_4p8MG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b273/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/net/net.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/net/net_linux.go
2025-08-20T22:41:09.2853581Z [00:02:50.937]➜  go tool buildid -w $WORK/b265/_pkg_.a # internal
2025-08-20T22:41:09.2862895Z [00:02:50.939]➜  cp $WORK/b265/_pkg_.a /root/.cache/go-build/e3/e3f6ba51c0f98db902117ebbfae70de25da119d822afdd0462a9c619bd328a03-d # internal
2025-08-20T22:41:09.2865822Z [00:02:50.939]➜  github.com/shirou/gopsutil/v4/docker
2025-08-20T22:41:09.2867573Z [00:02:50.939]➜  mkdir -p $WORK/b271/
2025-08-20T22:41:09.2872382Z [00:02:50.940]➜  cat >/tmp/go-build3998081543/b271/importcfg << 'EOF' # internal
2025-08-20T22:41:09.2873071Z [00:02:50.940]➜  # import config
2025-08-20T22:41:09.2873985Z [00:02:50.940]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.2874931Z [00:02:50.940]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:09.2876338Z [00:02:50.940]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.2877207Z [00:02:50.940]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.2878632Z [00:02:50.940]➜  packagefile github.com/shirou/gopsutil/v4/cpu=/tmp/go-build3998081543/b265/_pkg_.a
2025-08-20T22:41:09.2879311Z [00:02:50.940]➜  packagefile github.com/shirou/gopsutil/v4/internal/common=/tmp/go-build3998081543/b266/_pkg_.a
2025-08-20T22:41:09.2879870Z [00:02:50.940]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.2880287Z [00:02:50.940]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:09.2880714Z [00:02:50.940]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:09.2881136Z [00:02:50.940]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.2881563Z [00:02:50.940]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.2881894Z [00:02:50.940]➜  EOF
2025-08-20T22:41:09.2884242Z [00:02:50.940]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b271/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/docker=>github.com/shirou/gopsutil/v4@v4.25.1/docker;$WORK/b271=>" -p github.com/shirou/gopsutil/v4/docker -lang=go1.18 -complete -installsuffix shared -buildid OYztQtUT0TJ4shSSHfbi/OYztQtUT0TJ4shSSHfbi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b271/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/docker/docker.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/docker/docker_linux.go
2025-08-20T22:41:09.2920277Z [00:02:50.944]➜  go tool buildid -w $WORK/b272/_pkg_.a # internal
2025-08-20T22:41:09.2927971Z [00:02:50.945]➜  cp $WORK/b272/_pkg_.a /root/.cache/go-build/d0/d0d00c898ae5fe683d5b7f0728663928278d49c0192f527fc651738ae2054569-d # internal
2025-08-20T22:41:09.2930614Z [00:02:50.945]➜  html/template
2025-08-20T22:41:09.2930915Z [00:02:50.945]➜  mkdir -p $WORK/b276/
2025-08-20T22:41:09.2935982Z [00:02:50.946]➜  cat >/tmp/go-build3998081543/b276/importcfg << 'EOF' # internal
2025-08-20T22:41:09.2936597Z [00:02:50.946]➜  # import config
2025-08-20T22:41:09.2937049Z [00:02:50.946]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.2938007Z [00:02:50.946]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:09.2938607Z [00:02:50.946]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.2939463Z [00:02:50.946]➜  packagefile html=/tmp/go-build3998081543/b244/_pkg_.a
2025-08-20T22:41:09.2940827Z [00:02:50.946]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:09.2941282Z [00:02:50.946]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.2941696Z [00:02:50.946]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:09.2942111Z [00:02:50.946]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:09.2942534Z [00:02:50.946]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.2942933Z [00:02:50.946]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:09.2943378Z [00:02:50.946]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:09.2943827Z [00:02:50.946]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:09.2944252Z [00:02:50.946]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:09.2944684Z [00:02:50.946]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.2945115Z [00:02:50.946]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.2945755Z [00:02:50.946]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.2946207Z [00:02:50.946]➜  packagefile text/template=/tmp/go-build3998081543/b238/_pkg_.a
2025-08-20T22:41:09.2946700Z [00:02:50.946]➜  packagefile text/template/parse=/tmp/go-build3998081543/b239/_pkg_.a
2025-08-20T22:41:09.2947516Z [00:02:50.946]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:09.2947970Z [00:02:50.946]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:09.2948305Z [00:02:50.946]➜  EOF
2025-08-20T22:41:09.2954181Z [00:02:50.946]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b276/_pkg_.a -trimpath "/root/.go/src/html/template=>html/template;$WORK/b276=>" -p html/template -lang=go1.25 -std -complete -installsuffix shared -buildid bcIVhNf49Yk1d6M9nH2_/bcIVhNf49Yk1d6M9nH2_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b276/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-20T22:41:09.3352982Z [00:02:50.988]➜  go tool buildid -w $WORK/b271/_pkg_.a # internal
2025-08-20T22:41:09.3365298Z [00:02:50.989]➜  cp $WORK/b271/_pkg_.a /root/.cache/go-build/d2/d291ad9645443fcd3d983b9ba9069c1d4fc954f8d4b650297f3db1d4a7493ca7-d # internal
2025-08-20T22:41:09.3373269Z [00:02:50.990]➜  github.com/davecgh/go-spew/spew
2025-08-20T22:41:09.3373619Z [00:02:50.990]➜  mkdir -p $WORK/b278/
2025-08-20T22:41:09.3380886Z [00:02:50.990]➜  cat >/tmp/go-build3998081543/b278/importcfg << 'EOF' # internal
2025-08-20T22:41:09.3382046Z [00:02:50.991]➜  # import config
2025-08-20T22:41:09.3382449Z [00:02:50.991]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.3382947Z [00:02:50.991]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:09.3383394Z [00:02:50.991]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.3383802Z [00:02:50.991]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.3384250Z [00:02:50.991]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.3384665Z [00:02:50.991]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:09.3385698Z [00:02:50.991]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:09.3386248Z [00:02:50.991]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:09.3386679Z [00:02:50.991]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.3387112Z [00:02:50.991]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.3387438Z [00:02:50.991]➜  EOF
2025-08-20T22:41:09.3398496Z [00:02:50.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b278/_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/b278=>" -p github.com/davecgh/go-spew/spew -lang=go1.16 -complete -installsuffix shared -buildid Xk-BU5Cfgfc31OweG9MQ/Xk-BU5Cfgfc31OweG9MQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b278/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-20T22:41:09.3526498Z [00:02:51.005]➜  go tool buildid -w $WORK/b273/_pkg_.a # internal
2025-08-20T22:41:09.3534336Z [00:02:51.006]➜  cp $WORK/b273/_pkg_.a /root/.cache/go-build/90/90c2ec29ea818589038ea8c3b9b6223d08634ce3aff4cbf912719893edf7c16f-d # internal
2025-08-20T22:41:09.3539269Z [00:02:51.006]➜  github.com/shirou/gopsutil/v4/process
2025-08-20T22:41:09.3542280Z [00:02:51.007]➜  mkdir -p $WORK/b274/
2025-08-20T22:41:09.3542752Z [00:02:51.007]➜  cat >/tmp/go-build3998081543/b274/importcfg << 'EOF' # internal
2025-08-20T22:41:09.3543114Z [00:02:51.007]➜  # import config
2025-08-20T22:41:09.3543452Z [00:02:51.007]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:09.3543868Z [00:02:51.007]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.3544294Z [00:02:51.007]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.3544761Z [00:02:51.007]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:09.3545210Z [00:02:51.007]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.3545801Z [00:02:51.007]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.3546325Z [00:02:51.007]➜  packagefile github.com/shirou/gopsutil/v4/cpu=/tmp/go-build3998081543/b265/_pkg_.a
2025-08-20T22:41:09.3546995Z [00:02:51.007]➜  packagefile github.com/shirou/gopsutil/v4/internal/common=/tmp/go-build3998081543/b266/_pkg_.a
2025-08-20T22:41:09.3547656Z [00:02:51.007]➜  packagefile github.com/shirou/gopsutil/v4/mem=/tmp/go-build3998081543/b272/_pkg_.a
2025-08-20T22:41:09.3548280Z [00:02:51.007]➜  packagefile github.com/shirou/gopsutil/v4/net=/tmp/go-build3998081543/b273/_pkg_.a
2025-08-20T22:41:09.3548876Z [00:02:51.007]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3998081543/b268/_pkg_.a
2025-08-20T22:41:09.3549434Z [00:02:51.007]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:09.3549910Z [00:02:51.007]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:09.3550317Z [00:02:51.007]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.3550733Z [00:02:51.007]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:09.3551184Z [00:02:51.007]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:09.3551637Z [00:02:51.007]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:09.3552394Z [00:02:51.007]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:09.3552933Z [00:02:51.007]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.3553360Z [00:02:51.007]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.3553784Z [00:02:51.007]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.3554203Z [00:02:51.007]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:09.3554634Z [00:02:51.007]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.3554939Z [00:02:51.007]➜  EOF
2025-08-20T22:41:09.3557713Z [00:02:51.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/process=>github.com/shirou/gopsutil/v4@v4.25.1/process;$WORK/b274=>" -p github.com/shirou/gopsutil/v4/process -lang=go1.18 -complete -installsuffix shared -buildid HSTQAuj_bwFd94aOtyjU/HSTQAuj_bwFd94aOtyjU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b274/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/process/process.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/process/process_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v4@v4.25.1/process/process_posix.go
2025-08-20T22:41:09.4976137Z [00:02:51.150]➜  go tool buildid -w $WORK/b278/_pkg_.a # internal
2025-08-20T22:41:09.5032471Z [00:02:51.155]➜  cp $WORK/b278/_pkg_.a /root/.cache/go-build/11/11cf57e063bc897ef7c19da2bbd7a738f5904f6743de5dea7ad6433464807405-d # internal
2025-08-20T22:41:09.5041673Z [00:02:51.156]➜  github.com/pmezard/go-difflib/difflib
2025-08-20T22:41:09.5042024Z [00:02:51.157]➜  mkdir -p $WORK/b279/
2025-08-20T22:41:09.5052554Z [00:02:51.158]➜  cat >/tmp/go-build3998081543/b279/importcfg << 'EOF' # internal
2025-08-20T22:41:09.5054214Z [00:02:51.158]➜  # import config
2025-08-20T22:41:09.5056910Z [00:02:51.158]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:09.5057391Z [00:02:51.158]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.5057919Z [00:02:51.158]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.5058331Z [00:02:51.158]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.5058750Z [00:02:51.158]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.5059069Z [00:02:51.158]➜  EOF
2025-08-20T22:41:09.5061335Z [00:02:51.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2/difflib=>github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2/difflib;$WORK/b279=>" -p github.com/pmezard/go-difflib/difflib -lang=go1.16 -complete -installsuffix shared -buildid dlkP-H5qLseozDceb6oH/dlkP-H5qLseozDceb6oH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b279/importcfg -pack /root/go/pkg/mod/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2/difflib/difflib.go
2025-08-20T22:41:09.5313487Z [00:02:51.183]➜  go tool buildid -w $WORK/b274/_pkg_.a # internal
2025-08-20T22:41:09.5334705Z [00:02:51.186]➜  cp $WORK/b274/_pkg_.a /root/.cache/go-build/3e/3ed427f75ab66b5305c67efa4091843155f63c7c0e048ca30e542165ed30cb54-d # internal
2025-08-20T22:41:09.5418790Z [00:02:51.194]➜  gopkg.in/yaml.v3
2025-08-20T22:41:09.5419353Z [00:02:51.194]➜  mkdir -p $WORK/b281/
2025-08-20T22:41:09.5431129Z [00:02:51.195]➜  cat >/tmp/go-build3998081543/b281/importcfg << 'EOF' # internal
2025-08-20T22:41:09.5431985Z [00:02:51.195]➜  # import config
2025-08-20T22:41:09.5432616Z [00:02:51.195]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.5434201Z [00:02:51.195]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:09.5434695Z [00:02:51.195]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:09.5435160Z [00:02:51.195]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.5436103Z [00:02:51.195]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.5436584Z [00:02:51.195]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.5436993Z [00:02:51.195]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:09.5437415Z [00:02:51.195]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:09.5437842Z [00:02:51.195]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:09.5438279Z [00:02:51.195]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:09.5438702Z [00:02:51.195]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.5439132Z [00:02:51.195]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.5439554Z [00:02:51.195]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.5439963Z [00:02:51.195]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.5440390Z [00:02:51.195]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:09.5440836Z [00:02:51.195]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:09.5441168Z [00:02:51.195]➜  EOF
2025-08-20T22:41:09.5444858Z [00:02:51.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b281/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v3@v3.0.1=>gopkg.in/yaml.v3@v3.0.1;$WORK/b281=>" -p gopkg.in/yaml.v3 -lang=go1.16 -complete -installsuffix shared -buildid f90Ix7u7NR8rzVeZHFOG/f90Ix7u7NR8rzVeZHFOG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b281/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-20T22:41:09.5718299Z [00:02:51.224]➜  go tool buildid -w $WORK/b279/_pkg_.a # internal
2025-08-20T22:41:09.5726189Z [00:02:51.225]➜  cp $WORK/b279/_pkg_.a /root/.cache/go-build/e5/e5fcca15de7929788076b4f9bd54d627c03964702735be13a6ff523ea42521b6-d # internal
2025-08-20T22:41:09.5733820Z [00:02:51.225]➜  flag
2025-08-20T22:41:09.5734108Z [00:02:51.225]➜  mkdir -p $WORK/b283/
2025-08-20T22:41:09.5734489Z [00:02:51.225]➜  cat >/tmp/go-build3998081543/b283/importcfg << 'EOF' # internal
2025-08-20T22:41:09.5734872Z [00:02:51.225]➜  # import config
2025-08-20T22:41:09.5735221Z [00:02:51.225]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:09.5735978Z [00:02:51.225]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.5736405Z [00:02:51.225]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.5736805Z [00:02:51.225]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.5737202Z [00:02:51.225]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.5737614Z [00:02:51.225]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:09.5738064Z [00:02:51.225]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:09.5738487Z [00:02:51.225]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:09.5738911Z [00:02:51.225]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.5739339Z [00:02:51.225]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.5739759Z [00:02:51.225]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.5740066Z [00:02:51.225]➜  EOF
2025-08-20T22:41:09.5741740Z [00:02:51.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b283/_pkg_.a -trimpath "/root/.go/src/flag=>flag;$WORK/b283=>" -p flag -lang=go1.25 -std -complete -installsuffix shared -buildid TAyvud_rBhb0cdgz5-RI/TAyvud_rBhb0cdgz5-RI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b283/importcfg -pack /root/.go/src/flag/flag.go
2025-08-20T22:41:09.6310252Z [00:02:51.283]➜  go tool buildid -w $WORK/b276/_pkg_.a # internal
2025-08-20T22:41:09.6341851Z [00:02:51.286]➜  cp $WORK/b276/_pkg_.a /root/.cache/go-build/e7/e7c59546a2b9565a618f150cab6b6376e99809e613f218199721a5100643c91b-d # internal
2025-08-20T22:41:09.6401767Z [00:02:51.293]➜  github.com/spf13/cast
2025-08-20T22:41:09.6404293Z [00:02:51.293]➜  mkdir -p $WORK/b275/
2025-08-20T22:41:09.6413198Z [00:02:51.293]➜  cat >/tmp/go-build3998081543/b275/importcfg << 'EOF' # internal
2025-08-20T22:41:09.6414603Z [00:02:51.293]➜  # import config
2025-08-20T22:41:09.6415584Z [00:02:51.293]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:09.6416572Z [00:02:51.293]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.6417217Z [00:02:51.293]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.6418069Z [00:02:51.293]➜  packagefile html/template=/tmp/go-build3998081543/b276/_pkg_.a
2025-08-20T22:41:09.6418734Z [00:02:51.293]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:09.6419818Z [00:02:51.293]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.6420369Z [00:02:51.293]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.6421239Z [00:02:51.293]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.6421938Z [00:02:51.293]➜  EOF
2025-08-20T22:41:09.6424288Z [00:02:51.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spf13/cast@v1.7.1=>github.com/spf13/cast@v1.7.1;$WORK/b275=>" -p github.com/spf13/cast -lang=go1.19 -complete -installsuffix shared -buildid 8CHc4lJ-xYtlyCuZkneK/8CHc4lJ-xYtlyCuZkneK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b275/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-20T22:41:09.7086819Z [00:02:51.361]➜  go tool buildid -w $WORK/b283/_pkg_.a # internal
2025-08-20T22:41:09.7107743Z [00:02:51.363]➜  cp $WORK/b283/_pkg_.a /root/.cache/go-build/47/47bbd515ada0e4721ed7b62c268f1231d70dc92ada60deb11d42d665cfc869e7-d # internal
2025-08-20T22:41:09.7108455Z [00:02:51.363]➜  net/http/internal/testcert
2025-08-20T22:41:09.7122640Z [00:02:51.365]➜  mkdir -p $WORK/b284/
2025-08-20T22:41:09.7125921Z [00:02:51.365]➜  cat >/tmp/go-build3998081543/b284/importcfg << 'EOF' # internal
2025-08-20T22:41:09.7127225Z [00:02:51.365]➜  # import config
2025-08-20T22:41:09.7127711Z [00:02:51.365]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.7128080Z [00:02:51.365]➜  EOF
2025-08-20T22:41:09.7181053Z [00:02:51.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b284/_pkg_.a -trimpath "/root/.go/src/net/http/internal/testcert=>net/http/internal/testcert;$WORK/b284=>" -p net/http/internal/testcert -lang=go1.25 -std -complete -installsuffix shared -buildid SpYyhhnbRaynBHayFk8q/SpYyhhnbRaynBHayFk8q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b284/importcfg -pack /root/.go/src/net/http/internal/testcert/testcert.go
2025-08-20T22:41:09.7393304Z [00:02:51.392]➜  go tool buildid -w $WORK/b284/_pkg_.a # internal
2025-08-20T22:41:09.7399418Z [00:02:51.392]➜  cp $WORK/b284/_pkg_.a /root/.cache/go-build/08/08ad8c82150ed63fc443672a4ea4c4bc71d94579c6e0210a4df94ae72540ebde-d # internal
2025-08-20T22:41:09.7402969Z [00:02:51.393]➜  golang.org/x/crypto/pbkdf2
2025-08-20T22:41:09.7403316Z [00:02:51.393]➜  mkdir -p $WORK/b285/
2025-08-20T22:41:09.7410146Z [00:02:51.393]➜  cat >/tmp/go-build3998081543/b285/importcfg << 'EOF' # internal
2025-08-20T22:41:09.7411081Z [00:02:51.393]➜  # import config
2025-08-20T22:41:09.7411613Z [00:02:51.393]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:09.7412985Z [00:02:51.393]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:09.7413310Z [00:02:51.393]➜  EOF
2025-08-20T22:41:09.7420377Z [00:02:51.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b285/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pbkdf2=>golang.org/x/crypto@v0.39.0/pbkdf2;$WORK/b285=>" -p golang.org/x/crypto/pbkdf2 -lang=go1.23 -complete -installsuffix shared -buildid _K8Ogn2LTewGPEpIUfZd/_K8Ogn2LTewGPEpIUfZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b285/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pbkdf2/pbkdf2.go
2025-08-20T22:41:09.7493059Z [00:02:51.401]➜  go tool buildid -w $WORK/b275/_pkg_.a # internal
2025-08-20T22:41:09.7508326Z [00:02:51.403]➜  cp $WORK/b275/_pkg_.a /root/.cache/go-build/ae/ae89949675679e80e337d42294e3dbf7363cd50ed668cd43bcfa44f73e38eeb7-d # internal
2025-08-20T22:41:09.7524691Z [00:02:51.405]➜  go tool buildid -w $WORK/b125/_pkg_.a # internal
2025-08-20T22:41:09.7550869Z [00:02:51.407]➜  go tool buildid -w $WORK/b285/_pkg_.a # internal
2025-08-20T22:41:09.7553683Z [00:02:51.408]➜  cp $WORK/b285/_pkg_.a /root/.cache/go-build/26/262a3db0ef225066ca5d61466f1fb501ce62acf7381949624a6b360b7983f4bd-d # internal
2025-08-20T22:41:09.7554719Z [00:02:51.408]➜  internal/sysinfo
2025-08-20T22:41:09.7554982Z [00:02:51.408]➜  mkdir -p $WORK/b290/
2025-08-20T22:41:09.7557910Z [00:02:51.408]➜  cat >/tmp/go-build3998081543/b290/importcfg << 'EOF' # internal
2025-08-20T22:41:09.7558820Z [00:02:51.408]➜  # import config
2025-08-20T22:41:09.7559179Z [00:02:51.408]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:09.7559597Z [00:02:51.408]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.7560080Z [00:02:51.408]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:41:09.7560516Z [00:02:51.408]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.7560918Z [00:02:51.408]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.7561332Z [00:02:51.408]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.7561760Z [00:02:51.408]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.7562371Z [00:02:51.408]➜  EOF
2025-08-20T22:41:09.7564130Z [00:02:51.408]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b290/_pkg_.a -trimpath "/root/.go/src/internal/sysinfo=>internal/sysinfo;$WORK/b290=>" -p internal/sysinfo -lang=go1.25 -std -complete -installsuffix shared -buildid ZcoUpv8G6BmM7b04fWaG/ZcoUpv8G6BmM7b04fWaG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b290/importcfg -pack /root/.go/src/internal/sysinfo/cpuinfo_linux.go /root/.go/src/internal/sysinfo/sysinfo.go
2025-08-20T22:41:09.7575578Z [00:02:51.410]➜  gopkg.in/yaml.v2
2025-08-20T22:41:09.7576403Z [00:02:51.410]➜  mkdir -p $WORK/b288/
2025-08-20T22:41:09.7578773Z [00:02:51.410]➜  cat >/tmp/go-build3998081543/b288/importcfg << 'EOF' # internal
2025-08-20T22:41:09.7579827Z [00:02:51.410]➜  # import config
2025-08-20T22:41:09.7580502Z [00:02:51.410]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.7581130Z [00:02:51.410]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:09.7581824Z [00:02:51.410]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:09.7582453Z [00:02:51.410]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.7590191Z [00:02:51.410]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.7590883Z [00:02:51.410]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.7591317Z [00:02:51.410]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:09.7592100Z [00:02:51.410]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:09.7592608Z [00:02:51.410]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:09.7593030Z [00:02:51.410]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:09.7593454Z [00:02:51.410]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.7593886Z [00:02:51.410]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.7594326Z [00:02:51.410]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.7594748Z [00:02:51.410]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.7595186Z [00:02:51.410]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:09.7596113Z [00:02:51.410]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:09.7596456Z [00:02:51.410]➜  EOF
2025-08-20T22:41:09.7600115Z [00:02:51.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b288/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0=>gopkg.in/yaml.v2@v2.4.0;$WORK/b288=>" -p gopkg.in/yaml.v2 -lang=go1.15 -complete -installsuffix shared -buildid 0JCccAdUspTRLcka8EZ4/0JCccAdUspTRLcka8EZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b288/importcfg -pack /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/apic.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/decode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/emitterc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/encode.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/parserc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/readerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/resolve.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/scannerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/sorter.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/writerc.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yaml.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yamlh.go /root/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0/yamlprivateh.go
2025-08-20T22:41:09.7683635Z [00:02:51.421]➜  cp $WORK/b125/_pkg_.a /root/.cache/go-build/4f/4feae30e805ae051332d48c484796003d0f9ed6d3ff952912bbf07a906505f8a-d # internal
2025-08-20T22:41:09.7686152Z [00:02:51.421]➜  net/http/httptrace
2025-08-20T22:41:09.7686434Z [00:02:51.421]➜  mkdir -p $WORK/b203/
2025-08-20T22:41:09.7686824Z [00:02:51.421]➜  cat >/tmp/go-build3998081543/b203/importcfg << 'EOF' # internal
2025-08-20T22:41:09.7687179Z [00:02:51.421]➜  # import config
2025-08-20T22:41:09.7687533Z [00:02:51.421]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.7687995Z [00:02:51.421]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:09.7688480Z [00:02:51.421]➜  packagefile internal/nettrace=/tmp/go-build3998081543/b175/_pkg_.a
2025-08-20T22:41:09.7688939Z [00:02:51.421]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:09.7689384Z [00:02:51.421]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:09.7689981Z [00:02:51.421]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:09.7690451Z [00:02:51.421]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.7690763Z [00:02:51.421]➜  EOF
2025-08-20T22:41:09.7692305Z [00:02:51.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b203/_pkg_.a -trimpath "/root/.go/src/net/http/httptrace=>net/http/httptrace;$WORK/b203=>" -p net/http/httptrace -lang=go1.25 -std -complete -installsuffix shared -buildid RAwsCb5ut7Xi-a62HfXJ/RAwsCb5ut7Xi-a62HfXJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b203/importcfg -pack /root/.go/src/net/http/httptrace/trace.go
2025-08-20T22:41:09.7788805Z [00:02:51.431]➜  go tool buildid -w $WORK/b290/_pkg_.a # internal
2025-08-20T22:41:09.7808059Z [00:02:51.432]➜  cp $WORK/b290/_pkg_.a /root/.cache/go-build/b7/b710efaea7491c4eda7d40adeebe7092acb5cc1c43d713ee0c1a74bdff66e47a-d # internal
2025-08-20T22:41:09.7808695Z [00:02:51.433]➜  net/smtp
2025-08-20T22:41:09.7808964Z [00:02:51.433]➜  mkdir -p $WORK/b287/
2025-08-20T22:41:09.7813881Z [00:02:51.434]➜  cat >/tmp/go-build3998081543/b287/importcfg << 'EOF' # internal
2025-08-20T22:41:09.7814589Z [00:02:51.434]➜  # import config
2025-08-20T22:41:09.7815153Z [00:02:51.434]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:09.7816579Z [00:02:51.434]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:09.7817048Z [00:02:51.434]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:09.7817549Z [00:02:51.434]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:09.7818003Z [00:02:51.434]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.7818419Z [00:02:51.434]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.7818821Z [00:02:51.434]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.7819221Z [00:02:51.434]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:09.7819670Z [00:02:51.434]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:09.7820121Z [00:02:51.434]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.7820434Z [00:02:51.434]➜  EOF
2025-08-20T22:41:09.7821896Z [00:02:51.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b287/_pkg_.a -trimpath "/root/.go/src/net/smtp=>net/smtp;$WORK/b287=>" -p net/smtp -lang=go1.25 -std -complete -installsuffix shared -buildid F2B73sby1C7zHGf1xsAV/F2B73sby1C7zHGf1xsAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b287/importcfg -pack /root/.go/src/net/smtp/auth.go /root/.go/src/net/smtp/smtp.go
2025-08-20T22:41:09.7979613Z [00:02:51.450]➜  go tool buildid -w $WORK/b203/_pkg_.a # internal
2025-08-20T22:41:09.7992999Z [00:02:51.451]➜  cp $WORK/b203/_pkg_.a /root/.cache/go-build/34/34175484f44ad4f0cb622be0e4c41793966048f1d70f5d872e5cdaef9e1c8e65-d # internal
2025-08-20T22:41:09.8009455Z [00:02:51.453]➜  net/http/internal/httpcommon
2025-08-20T22:41:09.8010506Z [00:02:51.453]➜  mkdir -p $WORK/b206/
2025-08-20T22:41:09.8011523Z [00:02:51.453]➜  cat >/tmp/go-build3998081543/b206/importcfg << 'EOF' # internal
2025-08-20T22:41:09.8011920Z [00:02:51.453]➜  # import config
2025-08-20T22:41:09.8012359Z [00:02:51.453]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:41:09.8012942Z [00:02:51.453]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:41:09.8013459Z [00:02:51.453]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.8013888Z [00:02:51.453]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.8014303Z [00:02:51.453]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.8014832Z [00:02:51.453]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3998081543/b191/_pkg_.a
2025-08-20T22:41:09.8015706Z [00:02:51.453]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3998081543/b199/_pkg_.a
2025-08-20T22:41:09.8016377Z [00:02:51.453]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:41:09.8016870Z [00:02:51.453]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:09.8017319Z [00:02:51.453]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:09.8017738Z [00:02:51.453]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:09.8018157Z [00:02:51.453]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.8018603Z [00:02:51.453]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.8019023Z [00:02:51.453]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.8019330Z [00:02:51.453]➜  EOF
2025-08-20T22:41:09.8021425Z [00:02:51.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b206/_pkg_.a -trimpath "/root/.go/src/net/http/internal/httpcommon=>net/http/internal/httpcommon;$WORK/b206=>" -p net/http/internal/httpcommon -lang=go1.25 -std -complete -installsuffix shared -buildid Cy6zNOsid188_CRkXwQO/Cy6zNOsid188_CRkXwQO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b206/importcfg -pack /root/.go/src/net/http/internal/httpcommon/httpcommon.go
2025-08-20T22:41:09.8329188Z [00:02:51.485]➜  go tool buildid -w $WORK/b287/_pkg_.a # internal
2025-08-20T22:41:09.8338484Z [00:02:51.486]➜  cp $WORK/b287/_pkg_.a /root/.cache/go-build/d8/d8c4d0e44c12f730d081657be832466048e94c1f6d387212340ecf0b5653f308-d # internal
2025-08-20T22:41:09.8341942Z [00:02:51.487]➜  gopkg.in/gomail.v2
2025-08-20T22:41:09.8342250Z [00:02:51.487]➜  mkdir -p $WORK/b286/
2025-08-20T22:41:09.8345066Z [00:02:51.487]➜  cat >/tmp/go-build3998081543/b286/importcfg << 'EOF' # internal
2025-08-20T22:41:09.8345889Z [00:02:51.487]➜  # import config
2025-08-20T22:41:09.8346446Z [00:02:51.487]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.8347085Z [00:02:51.487]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:09.8347953Z [00:02:51.487]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:09.8348849Z [00:02:51.487]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.8366348Z [00:02:51.487]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.8367209Z [00:02:51.487]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.8368194Z [00:02:51.487]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:09.8369605Z [00:02:51.487]➜  packagefile mime/multipart=/tmp/go-build3998081543/b201/_pkg_.a
2025-08-20T22:41:09.8370579Z [00:02:51.487]➜  packagefile mime/quotedprintable=/tmp/go-build3998081543/b202/_pkg_.a
2025-08-20T22:41:09.8371452Z [00:02:51.487]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:09.8372093Z [00:02:51.487]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:09.8372904Z [00:02:51.487]➜  packagefile net/smtp=/tmp/go-build3998081543/b287/_pkg_.a
2025-08-20T22:41:09.8373762Z [00:02:51.487]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.8374405Z [00:02:51.487]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:09.8375125Z [00:02:51.487]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.8376047Z [00:02:51.487]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.8376786Z [00:02:51.487]➜  EOF
2025-08-20T22:41:09.8380767Z [00:02:51.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b286/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/gomail.v2@v2.0.0-20160411212932-81ebce5c23df=>gopkg.in/gomail.v2@v2.0.0-20160411212932-81ebce5c23df;$WORK/b286=>" -p gopkg.in/gomail.v2 -lang=go1.16 -complete -installsuffix shared -buildid LpsKH5TwP__WUrLYC5H4/LpsKH5TwP__WUrLYC5H4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b286/importcfg -pack /root/go/pkg/mod/gopkg.in/gomail.v2@v2.0.0-20160411212932-81ebce5c23df/auth.go /root/go/pkg/mod/gopkg.in/gomail.v2@v2.0.0-20160411212932-81ebce5c23df/doc.go /root/go/pkg/mod/gopkg.in/gomail.v2@v2.0.0-20160411212932-81ebce5c23df/message.go /root/go/pkg/mod/gopkg.in/gomail.v2@v2.0.0-20160411212932-81ebce5c23df/mime.go /root/go/pkg/mod/gopkg.in/gomail.v2@v2.0.0-20160411212932-81ebce5c23df/send.go /root/go/pkg/mod/gopkg.in/gomail.v2@v2.0.0-20160411212932-81ebce5c23df/smtp.go /root/go/pkg/mod/gopkg.in/gomail.v2@v2.0.0-20160411212932-81ebce5c23df/writeto.go
2025-08-20T22:41:09.8599216Z [00:02:51.511]➜  go tool buildid -w $WORK/b206/_pkg_.a # internal
2025-08-20T22:41:09.8600468Z [00:02:51.512]➜  cp $WORK/b206/_pkg_.a /root/.cache/go-build/4f/4f1074e04a92669d432df32ecf8a09cdb1a0184a89f78f6a259f28c0f7e71743-d # internal
2025-08-20T22:41:09.8604043Z [00:02:51.513]➜  net/http
2025-08-20T22:41:09.8604327Z [00:02:51.513]➜  mkdir -p $WORK/b190/
2025-08-20T22:41:09.8607956Z [00:02:51.513]➜  cat >/tmp/go-build3998081543/b190/importcfg << 'EOF' # internal
2025-08-20T22:41:09.8608872Z [00:02:51.513]➜  # import config
2025-08-20T22:41:09.8609752Z [00:02:51.513]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:41:09.8610463Z [00:02:51.513]➜  importmap golang.org/x/net/http/httpproxy=vendor/golang.org/x/net/http/httpproxy
2025-08-20T22:41:09.8611055Z [00:02:51.513]➜  importmap golang.org/x/net/http2/hpack=vendor/golang.org/x/net/http2/hpack
2025-08-20T22:41:09.8611575Z [00:02:51.513]➜  importmap golang.org/x/net/idna=vendor/golang.org/x/net/idna
2025-08-20T22:41:09.8612038Z [00:02:51.513]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:09.8612460Z [00:02:51.513]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.8612909Z [00:02:51.513]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:09.8613388Z [00:02:51.513]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:09.8613838Z [00:02:51.513]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.8614298Z [00:02:51.513]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:09.8614757Z [00:02:51.513]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:09.8615226Z [00:02:51.513]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:09.8616249Z [00:02:51.513]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:09.8616711Z [00:02:51.513]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.8617493Z [00:02:51.513]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.8618031Z [00:02:51.513]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3998081543/b191/_pkg_.a
2025-08-20T22:41:09.8618671Z [00:02:51.513]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3998081543/b198/_pkg_.a
2025-08-20T22:41:09.8619306Z [00:02:51.513]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3998081543/b199/_pkg_.a
2025-08-20T22:41:09.8619911Z [00:02:51.513]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3998081543/b192/_pkg_.a
2025-08-20T22:41:09.8620442Z [00:02:51.513]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:09.8620887Z [00:02:51.513]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.8621297Z [00:02:51.513]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:09.8621705Z [00:02:51.513]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:09.8622123Z [00:02:51.513]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:09.8622536Z [00:02:51.513]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:09.8622961Z [00:02:51.513]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:09.8623402Z [00:02:51.513]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:09.8623829Z [00:02:51.513]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:09.8624292Z [00:02:51.513]➜  packagefile mime/multipart=/tmp/go-build3998081543/b201/_pkg_.a
2025-08-20T22:41:09.8624731Z [00:02:51.513]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:09.8625190Z [00:02:51.513]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:41:09.8626338Z [00:02:51.513]➜  packagefile net/http/internal=/tmp/go-build3998081543/b204/_pkg_.a
2025-08-20T22:41:09.8626873Z [00:02:51.513]➜  packagefile net/http/internal/ascii=/tmp/go-build3998081543/b205/_pkg_.a
2025-08-20T22:41:09.8627450Z [00:02:51.513]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3998081543/b206/_pkg_.a
2025-08-20T22:41:09.8627982Z [00:02:51.513]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:09.8628432Z [00:02:51.513]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:09.8628844Z [00:02:51.513]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.8629566Z [00:02:51.513]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:09.8630097Z [00:02:51.513]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:09.8630549Z [00:02:51.513]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:09.8630975Z [00:02:51.513]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:09.8631397Z [00:02:51.513]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:09.8631824Z [00:02:51.513]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:09.8632245Z [00:02:51.513]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.8632674Z [00:02:51.513]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.8633091Z [00:02:51.513]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.8633530Z [00:02:51.513]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:09.8633973Z [00:02:51.513]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.8634427Z [00:02:51.513]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:09.8634873Z [00:02:51.513]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:09.8635207Z [00:02:51.513]➜  EOF
2025-08-20T22:41:09.8651198Z [00:02:51.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b190/_pkg_.a -trimpath "/root/.go/src/net/http=>net/http;$WORK/b190=>" -p net/http -lang=go1.25 -std -complete -installsuffix shared -buildid cqGa25ExW1-fXnsMgCm9/cqGa25ExW1-fXnsMgCm9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b190/importcfg -pack /root/.go/src/net/http/client.go /root/.go/src/net/http/clone.go /root/.go/src/net/http/cookie.go /root/.go/src/net/http/csrf.go /root/.go/src/net/http/doc.go /root/.go/src/net/http/filetransport.go /root/.go/src/net/http/fs.go /root/.go/src/net/http/h2_bundle.go /root/.go/src/net/http/h2_error.go /root/.go/src/net/http/header.go /root/.go/src/net/http/http.go /root/.go/src/net/http/jar.go /root/.go/src/net/http/mapping.go /root/.go/src/net/http/method.go /root/.go/src/net/http/pattern.go /root/.go/src/net/http/request.go /root/.go/src/net/http/response.go /root/.go/src/net/http/responsecontroller.go /root/.go/src/net/http/roundtrip.go /root/.go/src/net/http/routing_index.go /root/.go/src/net/http/routing_tree.go /root/.go/src/net/http/servemux121.go /root/.go/src/net/http/server.go /root/.go/src/net/http/sniff.go /root/.go/src/net/http/socks_bundle.go /root/.go/src/net/http/status.go /root/.go/src/net/http/transfer.go /root/.go/src/net/http/transport.go /root/.go/src/net/http/transport_default_other.go
2025-08-20T22:41:09.9367452Z [00:02:51.589]➜  go tool buildid -w $WORK/b286/_pkg_.a # internal
2025-08-20T22:41:09.9384477Z [00:02:51.591]➜  cp $WORK/b286/_pkg_.a /root/.cache/go-build/5f/5f2ca4fb7abcba2e2cc31cf04217c7313159f9bae094a199e1483376dcae9261-d # internal
2025-08-20T22:41:09.9385314Z [00:02:51.591]➜  runtime/trace
2025-08-20T22:41:09.9385818Z [00:02:51.591]➜  mkdir -p $WORK/b291/
2025-08-20T22:41:09.9387646Z [00:02:51.591]➜  cat >/tmp/go-build3998081543/b291/importcfg << 'EOF' # internal
2025-08-20T22:41:09.9388144Z [00:02:51.591]➜  # import config
2025-08-20T22:41:09.9388495Z [00:02:51.591]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.9388939Z [00:02:51.591]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.9390154Z [00:02:51.591]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.9390656Z [00:02:51.591]➜  packagefile internal/trace/tracev2=/tmp/go-build3998081543/b032/_pkg_.a
2025-08-20T22:41:09.9391118Z [00:02:51.591]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.9391534Z [00:02:51.591]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:09.9391958Z [00:02:51.591]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:09.9392373Z [00:02:51.591]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.9393209Z [00:02:51.591]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:09.9393722Z [00:02:51.591]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.9394037Z [00:02:51.591]➜  EOF
2025-08-20T22:41:09.9396639Z [00:02:51.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b291/_pkg_.a -trimpath "/root/.go/src/runtime/trace=>runtime/trace;$WORK/b291=>" -p runtime/trace -lang=go1.25 -std -installsuffix shared -buildid XwdYjLEyjBDAe0Dn4dqx/XwdYjLEyjBDAe0Dn4dqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b291/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-20T22:41:09.9922320Z [00:02:51.644]➜  go tool buildid -w $WORK/b291/_pkg_.a # internal
2025-08-20T22:41:09.9932182Z [00:02:51.645]➜  cp $WORK/b291/_pkg_.a /root/.cache/go-build/d7/d710179f8695fa16254e99549630099ac5c583c221745d5f018533d4d4fd1b14-d # internal
2025-08-20T22:41:09.9934445Z [00:02:51.646]➜  testing
2025-08-20T22:41:09.9934718Z [00:02:51.646]➜  mkdir -p $WORK/b289/
2025-08-20T22:41:09.9979602Z [00:02:51.650]➜  cat >/tmp/go-build3998081543/b289/importcfg << 'EOF' # internal
2025-08-20T22:41:09.9980440Z [00:02:51.650]➜  # import config
2025-08-20T22:41:09.9981266Z [00:02:51.650]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:09.9981717Z [00:02:51.650]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:09.9982147Z [00:02:51.650]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:09.9982577Z [00:02:51.650]➜  packagefile flag=/tmp/go-build3998081543/b283/_pkg_.a
2025-08-20T22:41:09.9982996Z [00:02:51.650]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:09.9983453Z [00:02:51.650]➜  packagefile internal/race=/tmp/go-build3998081543/b029/_pkg_.a
2025-08-20T22:41:09.9983942Z [00:02:51.650]➜  packagefile internal/sysinfo=/tmp/go-build3998081543/b290/_pkg_.a
2025-08-20T22:41:09.9984386Z [00:02:51.650]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:09.9984796Z [00:02:51.650]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:09.9985230Z [00:02:51.650]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:09.9985903Z [00:02:51.650]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:09.9986347Z [00:02:51.650]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:09.9986795Z [00:02:51.650]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:09.9987222Z [00:02:51.650]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:09.9987673Z [00:02:51.650]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:09.9988156Z [00:02:51.650]➜  packagefile runtime/trace=/tmp/go-build3998081543/b291/_pkg_.a
2025-08-20T22:41:09.9988607Z [00:02:51.650]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:09.9989030Z [00:02:51.650]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:09.9989457Z [00:02:51.650]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:09.9989878Z [00:02:51.650]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:09.9990323Z [00:02:51.650]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:09.9990764Z [00:02:51.650]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:09.9991184Z [00:02:51.650]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:09.9991633Z [00:02:51.650]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:09.9991972Z [00:02:51.650]➜  EOF
2025-08-20T22:41:09.9994748Z [00:02:51.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b289/_pkg_.a -trimpath "/root/.go/src/testing=>testing;$WORK/b289=>" -p testing -lang=go1.25 -std -complete -installsuffix shared -buildid d5Peg9FnmXZ0HqDx5aUO/d5Peg9FnmXZ0HqDx5aUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b289/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-20T22:41:10.2329531Z [00:02:51.885]➜  go tool buildid -w $WORK/b281/_pkg_.a # internal
2025-08-20T22:41:10.2409888Z [00:02:51.893]➜  go tool buildid -w $WORK/b288/_pkg_.a # internal
2025-08-20T22:41:10.2457357Z [00:02:51.898]➜  cp $WORK/b288/_pkg_.a /root/.cache/go-build/2b/2b63a45456985d8031572791a4dd5223bd46dbe227e06e00a5ed94c61af24ddd-d # internal
2025-08-20T22:41:10.2477056Z [00:02:51.900]➜  cp $WORK/b281/_pkg_.a /root/.cache/go-build/2b/2b7553427a1a7b3e65f6e2e3dae9361a3b29cf3680a7491f4ffd192b04c764a9-d # internal
2025-08-20T22:41:10.2486200Z [00:02:51.901]➜  github.com/stretchr/testify/assert/yaml
2025-08-20T22:41:10.2486577Z [00:02:51.901]➜  mkdir -p $WORK/b280/
2025-08-20T22:41:10.2507392Z [00:02:51.903]➜  cat >/tmp/go-build3998081543/b280/importcfg << 'EOF' # internal
2025-08-20T22:41:10.2508071Z [00:02:51.903]➜  # import config
2025-08-20T22:41:10.2509143Z [00:02:51.903]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3998081543/b281/_pkg_.a
2025-08-20T22:41:10.2509759Z [00:02:51.903]➜  EOF
2025-08-20T22:41:10.2512734Z [00:02:51.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/yaml=>github.com/stretchr/testify@v1.10.0/assert/yaml;$WORK/b280=>" -p github.com/stretchr/testify/assert/yaml -lang=go1.17 -complete -installsuffix shared -buildid N623NhrplYinqPYybq94/N623NhrplYinqPYybq94 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b280/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/yaml/yaml_default.go
2025-08-20T22:41:10.2523892Z [00:02:51.905]➜  github.com/shirou/gopsutil/v3/internal/common
2025-08-20T22:41:10.2525672Z [00:02:51.905]➜  mkdir -p $WORK/b296/
2025-08-20T22:41:10.2531008Z [00:02:51.905]➜  cat >/tmp/go-build3998081543/b296/importcfg << 'EOF' # internal
2025-08-20T22:41:10.2531701Z [00:02:51.905]➜  # import config
2025-08-20T22:41:10.2536018Z [00:02:51.905]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:10.2536836Z [00:02:51.906]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.2537474Z [00:02:51.906]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.2538128Z [00:02:51.906]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.2539330Z [00:02:51.906]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.2540070Z [00:02:51.906]➜  packagefile github.com/shirou/gopsutil/v3/common=/tmp/go-build3998081543/b297/_pkg_.a
2025-08-20T22:41:10.2540725Z [00:02:51.906]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.2541512Z [00:02:51.906]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:10.2542135Z [00:02:51.906]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:10.2552226Z [00:02:51.906]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:10.2553002Z [00:02:51.906]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:10.2553673Z [00:02:51.906]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:10.2554331Z [00:02:51.906]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:10.2554954Z [00:02:51.906]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:10.2555725Z [00:02:51.906]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:10.2556869Z [00:02:51.906]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:10.2557584Z [00:02:51.906]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.2558226Z [00:02:51.906]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:10.2558979Z [00:02:51.906]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:10.2560027Z [00:02:51.906]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:10.2561244Z [00:02:51.906]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:10.2561957Z [00:02:51.906]➜  EOF
2025-08-20T22:41:10.2571088Z [00:02:51.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common=>github.com/shirou/gopsutil/v3@v3.24.4/internal/common;$WORK/b296=>" -p github.com/shirou/gopsutil/v3/internal/common -lang=go1.15 -complete -installsuffix shared -buildid _ZFG28F7nxcfvBibgkvW/_ZFG28F7nxcfvBibgkvW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b296/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/binary.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/common.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/common_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/common_unix.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/endian.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/sleep.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/internal/common/warnings.go
2025-08-20T22:41:10.2694997Z [00:02:51.922]➜  go tool buildid -w $WORK/b280/_pkg_.a # internal
2025-08-20T22:41:10.2702471Z [00:02:51.923]➜  cp $WORK/b280/_pkg_.a /root/.cache/go-build/a6/a6a123f31c163502ed15fc1b179140c8ab5897d6cbf14ea8a214c3397f2818a5-d # internal
2025-08-20T22:41:10.2746379Z [00:02:51.927]➜  github.com/kardianos/osext
2025-08-20T22:41:10.2747090Z [00:02:51.927]➜  mkdir -p $WORK/b300/
2025-08-20T22:41:10.2747518Z [00:02:51.927]➜  cat >/tmp/go-build3998081543/b300/importcfg << 'EOF' # internal
2025-08-20T22:41:10.2747891Z [00:02:51.927]➜  # import config
2025-08-20T22:41:10.2756650Z [00:02:51.927]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:10.2757259Z [00:02:51.927]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:10.2757653Z [00:02:51.927]➜  EOF
2025-08-20T22:41:10.2760064Z [00:02:51.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kardianos/osext@v0.0.0-20190222173326-2bc1f35cddc0=>github.com/kardianos/osext@v0.0.0-20190222173326-2bc1f35cddc0;$WORK/b300=>" -p github.com/kardianos/osext -lang=go1.16 -complete -installsuffix shared -buildid 9K2P-hF7tmaVNhzjJeZN/9K2P-hF7tmaVNhzjJeZN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b300/importcfg -pack /root/go/pkg/mod/github.com/kardianos/osext@v0.0.0-20190222173326-2bc1f35cddc0/osext.go /root/go/pkg/mod/github.com/kardianos/osext@v0.0.0-20190222173326-2bc1f35cddc0/osext_go18.go
2025-08-20T22:41:10.2970745Z [00:02:51.949]➜  go tool buildid -w $WORK/b300/_pkg_.a # internal
2025-08-20T22:41:10.2971522Z [00:02:51.950]➜  cp $WORK/b300/_pkg_.a /root/.cache/go-build/89/89ca7c2bf8b12dad1d6d4c0bf6f25762aac96c164200810c85ffc90c5f7e6907-d # internal
2025-08-20T22:41:10.2976094Z [00:02:51.950]➜  encoding/csv
2025-08-20T22:41:10.2977957Z [00:02:51.950]➜  mkdir -p $WORK/b303/
2025-08-20T22:41:10.2978354Z [00:02:51.950]➜  cat >/tmp/go-build3998081543/b303/importcfg << 'EOF' # internal
2025-08-20T22:41:10.2978709Z [00:02:51.950]➜  # import config
2025-08-20T22:41:10.2979050Z [00:02:51.950]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:10.2979467Z [00:02:51.950]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.2979885Z [00:02:51.950]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.2980593Z [00:02:51.950]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.2981062Z [00:02:51.950]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.2981475Z [00:02:51.950]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.2981902Z [00:02:51.950]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:10.2982348Z [00:02:51.950]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:10.2982905Z [00:02:51.950]➜  EOF
2025-08-20T22:41:10.2984484Z [00:02:51.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b303/_pkg_.a -trimpath "/root/.go/src/encoding/csv=>encoding/csv;$WORK/b303=>" -p encoding/csv -lang=go1.25 -std -complete -installsuffix shared -buildid FTkU4SFUfHTAgI8mlUkE/FTkU4SFUfHTAgI8mlUkE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b303/importcfg -pack /root/.go/src/encoding/csv/reader.go /root/.go/src/encoding/csv/writer.go
2025-08-20T22:41:10.3672155Z [00:02:52.020]➜  go tool buildid -w $WORK/b303/_pkg_.a # internal
2025-08-20T22:41:10.3674078Z [00:02:52.020]➜  cp $WORK/b303/_pkg_.a /root/.cache/go-build/ba/ba51f074ab70afde8d6803d8b444f0eeb134e8ddf31025b7a8dfe422043a1313-d # internal
2025-08-20T22:41:10.3679186Z [00:02:52.020]➜  github.com/gobwas/glob/util/strings
2025-08-20T22:41:10.3679821Z [00:02:52.020]➜  mkdir -p $WORK/b309/
2025-08-20T22:41:10.3681230Z [00:02:52.020]➜  cat >/tmp/go-build3998081543/b309/importcfg << 'EOF' # internal
2025-08-20T22:41:10.3681622Z [00:02:52.020]➜  # import config
2025-08-20T22:41:10.3681971Z [00:02:52.020]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.3682424Z [00:02:52.020]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:10.3682758Z [00:02:52.020]➜  EOF
2025-08-20T22:41:10.3684640Z [00:02:52.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b309/_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/b309=>" -p github.com/gobwas/glob/util/strings -lang=go1.16 -complete -installsuffix shared -buildid ZH7CCme0VSjKt9S9W6Pg/ZH7CCme0VSjKt9S9W6Pg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b309/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/util/strings/strings.go
2025-08-20T22:41:10.3902825Z [00:02:52.042]➜  go tool buildid -w $WORK/b309/_pkg_.a # internal
2025-08-20T22:41:10.3909454Z [00:02:52.043]➜  cp $WORK/b309/_pkg_.a /root/.cache/go-build/0c/0c074cfed0a7fa90ba8c277587a52656f44d695174aa64303e99d215b77b5502-d # internal
2025-08-20T22:41:10.3983158Z [00:02:52.051]➜  github.com/gobwas/glob/match
2025-08-20T22:41:10.3984737Z [00:02:52.051]➜  mkdir -p $WORK/b307/
2025-08-20T22:41:10.3993608Z [00:02:52.052]➜  cat >/tmp/go-build3998081543/b307/importcfg << 'EOF' # internal
2025-08-20T22:41:10.3995312Z [00:02:52.052]➜  # import config
2025-08-20T22:41:10.3996991Z [00:02:52.052]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.3997899Z [00:02:52.052]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3998081543/b308/_pkg_.a
2025-08-20T22:41:10.3998587Z [00:02:52.052]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build3998081543/b309/_pkg_.a
2025-08-20T22:41:10.3999123Z [00:02:52.052]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.3999555Z [00:02:52.052]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:10.4000022Z [00:02:52.052]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:10.4000359Z [00:02:52.052]➜  EOF
2025-08-20T22:41:10.4006876Z [00:02:52.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/match=>github.com/gobwas/glob@v0.2.3/match;$WORK/b307=>" -p github.com/gobwas/glob/match -lang=go1.16 -complete -installsuffix shared -buildid 79GxqkYsOjrMdMU00v97/79GxqkYsOjrMdMU00v97 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b307/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-20T22:41:10.4611974Z [00:02:52.113]➜  go tool buildid -w $WORK/b296/_pkg_.a # internal
2025-08-20T22:41:10.4664713Z [00:02:52.118]➜  cp $WORK/b296/_pkg_.a /root/.cache/go-build/df/dfde370b2f91bd6212f5629e8738c796864be64845a70a83dc2d9718c5fe67a3-d # internal
2025-08-20T22:41:10.4726613Z [00:02:52.125]➜  github.com/shirou/gopsutil/v3/cpu
2025-08-20T22:41:10.4729812Z [00:02:52.125]➜  mkdir -p $WORK/b295/
2025-08-20T22:41:10.4736832Z [00:02:52.126]➜  cat >/tmp/go-build3998081543/b295/importcfg << 'EOF' # internal
2025-08-20T22:41:10.4738520Z [00:02:52.126]➜  # import config
2025-08-20T22:41:10.4739313Z [00:02:52.126]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.4740052Z [00:02:52.126]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:10.4741029Z [00:02:52.126]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.4742123Z [00:02:52.126]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.4742760Z [00:02:52.126]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3998081543/b296/_pkg_.a
2025-08-20T22:41:10.4743472Z [00:02:52.126]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3998081543/b268/_pkg_.a
2025-08-20T22:41:10.4743972Z [00:02:52.126]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:10.4744417Z [00:02:52.126]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:10.4744868Z [00:02:52.126]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:10.4745295Z [00:02:52.126]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:10.4746292Z [00:02:52.126]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.4746792Z [00:02:52.126]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:10.4747203Z [00:02:52.126]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:10.4747510Z [00:02:52.126]➜  EOF
2025-08-20T22:41:10.4749655Z [00:02:52.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/cpu=>github.com/shirou/gopsutil/v3@v3.24.4/cpu;$WORK/b295=>" -p github.com/shirou/gopsutil/v3/cpu -lang=go1.15 -complete -installsuffix shared -buildid uk05o2AdVxKmwzI8r1vB/uk05o2AdVxKmwzI8r1vB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b295/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/cpu/cpu.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/cpu/cpu_linux.go
2025-08-20T22:41:10.4881074Z [00:02:52.140]➜  go tool buildid -w $WORK/b289/_pkg_.a # internal
2025-08-20T22:41:10.4909139Z [00:02:52.143]➜  go tool buildid -w $WORK/b307/_pkg_.a # internal
2025-08-20T22:41:10.4940914Z [00:02:52.146]➜  cp $WORK/b307/_pkg_.a /root/.cache/go-build/b7/b7456e9a6dd83d285e712caddafe49e884b0e8d633f835811c57cc3dbfd6679d-d # internal
2025-08-20T22:41:10.4948959Z [00:02:52.147]➜  github.com/shirou/gopsutil/v3/mem
2025-08-20T22:41:10.4951024Z [00:02:52.147]➜  mkdir -p $WORK/b298/
2025-08-20T22:41:10.4951509Z [00:02:52.147]➜  cat >/tmp/go-build3998081543/b298/importcfg << 'EOF' # internal
2025-08-20T22:41:10.4952320Z [00:02:52.148]➜  # import config
2025-08-20T22:41:10.4952664Z [00:02:52.148]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:10.4953103Z [00:02:52.148]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.4953558Z [00:02:52.148]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:10.4954005Z [00:02:52.148]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.4954596Z [00:02:52.148]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3998081543/b296/_pkg_.a
2025-08-20T22:41:10.4955211Z [00:02:52.148]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:10.4955873Z [00:02:52.148]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.4956283Z [00:02:52.148]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:10.4956688Z [00:02:52.148]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:10.4957115Z [00:02:52.148]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:10.4957543Z [00:02:52.148]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.4957860Z [00:02:52.148]➜  EOF
2025-08-20T22:41:10.4959972Z [00:02:52.148]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/mem=>github.com/shirou/gopsutil/v3@v3.24.4/mem;$WORK/b298=>" -p github.com/shirou/gopsutil/v3/mem -lang=go1.15 -complete -installsuffix shared -buildid HUDJBlF6tIwydNvUfuoV/HUDJBlF6tIwydNvUfuoV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b298/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/mem/mem.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/mem/mem_linux.go
2025-08-20T22:41:10.4968142Z [00:02:52.149]➜  cp $WORK/b289/_pkg_.a /root/.cache/go-build/1b/1b304955388d9449fffa2c50639a5ac28da45288562a65b7551d844708c60aaa-d # internal
2025-08-20T22:41:10.4981954Z [00:02:52.151]➜  github.com/shirou/gopsutil/v3/net
2025-08-20T22:41:10.4982366Z [00:02:52.151]➜  mkdir -p $WORK/b299/
2025-08-20T22:41:10.4982745Z [00:02:52.151]➜  cat >/tmp/go-build3998081543/b299/importcfg << 'EOF' # internal
2025-08-20T22:41:10.4983095Z [00:02:52.151]➜  # import config
2025-08-20T22:41:10.4983431Z [00:02:52.151]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.4983857Z [00:02:52.151]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.4984702Z [00:02:52.151]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:10.4985239Z [00:02:52.151]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:10.4985950Z [00:02:52.151]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.4986376Z [00:02:52.151]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.4986945Z [00:02:52.151]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3998081543/b296/_pkg_.a
2025-08-20T22:41:10.4987502Z [00:02:52.151]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.4987907Z [00:02:52.151]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:10.4988308Z [00:02:52.151]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:10.4988718Z [00:02:52.151]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:10.4989154Z [00:02:52.151]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.4989580Z [00:02:52.151]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:10.4989899Z [00:02:52.151]➜  EOF
2025-08-20T22:41:10.4992250Z [00:02:52.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/net=>github.com/shirou/gopsutil/v3@v3.24.4/net;$WORK/b299=>" -p github.com/shirou/gopsutil/v3/net -lang=go1.15 -complete -installsuffix shared -buildid iQosudXmotTq_w17ckMh/iQosudXmotTq_w17ckMh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b299/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/net/net.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/net/net_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/net/net_linux_116.go
2025-08-20T22:41:10.5402037Z [00:02:52.192]➜  go tool buildid -w $WORK/b295/_pkg_.a # internal
2025-08-20T22:41:10.5418108Z [00:02:52.194]➜  cp $WORK/b295/_pkg_.a /root/.cache/go-build/89/897140d5a2a8af64e825fdac3bf0f708227a2337fe57ce167afbb63ae88caa14-d # internal
2025-08-20T22:41:10.5519116Z [00:02:52.204]➜  github.com/gobwas/glob/syntax/lexer
2025-08-20T22:41:10.5519668Z [00:02:52.204]➜  mkdir -p $WORK/b311/
2025-08-20T22:41:10.5520192Z [00:02:52.204]➜  cat >/tmp/go-build3998081543/b311/importcfg << 'EOF' # internal
2025-08-20T22:41:10.5520665Z [00:02:52.204]➜  # import config
2025-08-20T22:41:10.5521109Z [00:02:52.204]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.5521676Z [00:02:52.204]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.5522295Z [00:02:52.204]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3998081543/b308/_pkg_.a
2025-08-20T22:41:10.5522914Z [00:02:52.204]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:10.5523330Z [00:02:52.204]➜  EOF
2025-08-20T22:41:10.5525612Z [00:02:52.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b311/_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/b311=>" -p github.com/gobwas/glob/syntax/lexer -lang=go1.16 -complete -installsuffix shared -buildid IAjcPZm2P_NBzB3O_N2q/IAjcPZm2P_NBzB3O_N2q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b311/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-20T22:41:10.5840115Z [00:02:52.236]➜  go tool buildid -w $WORK/b311/_pkg_.a # internal
2025-08-20T22:41:10.5844501Z [00:02:52.237]➜  cp $WORK/b311/_pkg_.a /root/.cache/go-build/09/09de3fa6aad50a99d243afc9f00303cd6d498ae86a14c18ff2f1258b2dc90f14-d # internal
2025-08-20T22:41:10.5860719Z [00:02:52.238]➜  go tool buildid -w $WORK/b298/_pkg_.a # internal
2025-08-20T22:41:10.5866626Z [00:02:52.239]➜  github.com/gobwas/glob/syntax/ast
2025-08-20T22:41:10.5867610Z [00:02:52.239]➜  mkdir -p $WORK/b310/
2025-08-20T22:41:10.5868905Z [00:02:52.239]➜  cat >/tmp/go-build3998081543/b310/importcfg << 'EOF' # internal
2025-08-20T22:41:10.5869365Z [00:02:52.239]➜  # import config
2025-08-20T22:41:10.5870004Z [00:02:52.239]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.5870523Z [00:02:52.239]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.5872311Z [00:02:52.239]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.5875194Z [00:02:52.239]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build3998081543/b311/_pkg_.a
2025-08-20T22:41:10.5875890Z [00:02:52.239]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:10.5876232Z [00:02:52.239]➜  EOF
2025-08-20T22:41:10.5878339Z [00:02:52.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b310/_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/b310=>" -p github.com/gobwas/glob/syntax/ast -lang=go1.16 -complete -installsuffix shared -buildid AnSotZiZvutkNDI4H1L0/AnSotZiZvutkNDI4H1L0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b310/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-20T22:41:10.5880499Z [00:02:52.239]➜  cp $WORK/b298/_pkg_.a /root/.cache/go-build/30/308b562722f8e434b4aeacbae1d5a5f24e120c3e58fba3a720a530648b858985-d # internal
2025-08-20T22:41:10.5881536Z [00:02:52.240]➜  github.com/aws/aws-sdk-go-v2/internal/rand
2025-08-20T22:41:10.5881857Z [00:02:52.240]➜  mkdir -p $WORK/b316/
2025-08-20T22:41:10.5882231Z [00:02:52.240]➜  cat >/tmp/go-build3998081543/b316/importcfg << 'EOF' # internal
2025-08-20T22:41:10.5882577Z [00:02:52.240]➜  # import config
2025-08-20T22:41:10.5882932Z [00:02:52.240]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:10.5883364Z [00:02:52.240]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.5883775Z [00:02:52.240]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.5884199Z [00:02:52.240]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:10.5884519Z [00:02:52.240]➜  EOF
2025-08-20T22:41:10.5886602Z [00:02:52.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/rand=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/rand;$WORK/b316=>" -p github.com/aws/aws-sdk-go-v2/internal/rand -lang=go1.22 -complete -installsuffix shared -buildid v75LZaP5ENxOYz9zyWdJ/v75LZaP5ENxOYz9zyWdJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b316/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/rand/rand.go
2025-08-20T22:41:10.6013679Z [00:02:52.254]➜  go tool buildid -w $WORK/b316/_pkg_.a # internal
2025-08-20T22:41:10.6019283Z [00:02:52.254]➜  cp $WORK/b316/_pkg_.a /root/.cache/go-build/60/60024fe6b0cc520eed118615a6065e71f0400793d4f60710fa681b6d32d044bb-d # internal
2025-08-20T22:41:10.6045327Z [00:02:52.257]➜  github.com/aws/aws-sdk-go-v2/internal/sdk
2025-08-20T22:41:10.6045828Z [00:02:52.257]➜  mkdir -p $WORK/b317/
2025-08-20T22:41:10.6050595Z [00:02:52.257]➜  cat >/tmp/go-build3998081543/b317/importcfg << 'EOF' # internal
2025-08-20T22:41:10.6051552Z [00:02:52.257]➜  # import config
2025-08-20T22:41:10.6052373Z [00:02:52.257]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.6052868Z [00:02:52.257]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:10.6053190Z [00:02:52.257]➜  EOF
2025-08-20T22:41:10.6055945Z [00:02:52.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdk=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdk;$WORK/b317=>" -p github.com/aws/aws-sdk-go-v2/internal/sdk -lang=go1.22 -complete -installsuffix shared -buildid Yu1N-VTvpKDbPK9iwnYn/Yu1N-VTvpKDbPK9iwnYn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b317/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdk/interfaces.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sdk/time.go
2025-08-20T22:41:10.6170757Z [00:02:52.269]➜  go tool buildid -w $WORK/b299/_pkg_.a # internal
2025-08-20T22:41:10.6186800Z [00:02:52.271]➜  cp $WORK/b299/_pkg_.a /root/.cache/go-build/75/758486a1243133ce6bd74000b599ea4c281278350b6e619b0b022d5dd3dbcdae-d # internal
2025-08-20T22:41:10.6206883Z [00:02:52.273]➜  go tool buildid -w $WORK/b310/_pkg_.a # internal
2025-08-20T22:41:10.6214923Z [00:02:52.274]➜  github.com/shirou/gopsutil/v3/process
2025-08-20T22:41:10.6219113Z [00:02:52.274]➜  mkdir -p $WORK/b294/
2025-08-20T22:41:10.6224390Z [00:02:52.275]➜  cp $WORK/b310/_pkg_.a /root/.cache/go-build/80/8098ba7ca587959ef372e7b7a29b63561e94d103fb2321f48420cb50ff3ee295-d # internal
2025-08-20T22:41:10.6235019Z [00:02:52.276]➜  cat >/tmp/go-build3998081543/b294/importcfg << 'EOF' # internal
2025-08-20T22:41:10.6236009Z [00:02:52.276]➜  # import config
2025-08-20T22:41:10.6236399Z [00:02:52.276]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:10.6236830Z [00:02:52.276]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.6237255Z [00:02:52.276]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.6237709Z [00:02:52.276]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:10.6238526Z [00:02:52.276]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.6238946Z [00:02:52.276]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.6239462Z [00:02:52.276]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/tmp/go-build3998081543/b295/_pkg_.a
2025-08-20T22:41:10.6240123Z [00:02:52.276]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3998081543/b296/_pkg_.a
2025-08-20T22:41:10.6240787Z [00:02:52.276]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build3998081543/b298/_pkg_.a
2025-08-20T22:41:10.6241418Z [00:02:52.276]➜  packagefile github.com/shirou/gopsutil/v3/net=/tmp/go-build3998081543/b299/_pkg_.a
2025-08-20T22:41:10.6242015Z [00:02:52.276]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3998081543/b268/_pkg_.a
2025-08-20T22:41:10.6242575Z [00:02:52.276]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:10.6243040Z [00:02:52.276]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:10.6243457Z [00:02:52.276]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:10.6243870Z [00:02:52.276]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:10.6244321Z [00:02:52.276]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:10.6244773Z [00:02:52.276]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:10.6245190Z [00:02:52.276]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:10.6247805Z [00:02:52.276]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:10.6248258Z [00:02:52.276]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.6248676Z [00:02:52.276]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:10.6249094Z [00:02:52.276]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:10.6249509Z [00:02:52.276]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:10.6249827Z [00:02:52.276]➜  EOF
2025-08-20T22:41:10.6250148Z [00:02:52.277]➜  github.com/gobwas/glob/compiler
2025-08-20T22:41:10.6250442Z [00:02:52.277]➜  mkdir -p $WORK/b306/
2025-08-20T22:41:10.6250809Z [00:02:52.277]➜  cat >/tmp/go-build3998081543/b306/importcfg << 'EOF' # internal
2025-08-20T22:41:10.6251148Z [00:02:52.277]➜  # import config
2025-08-20T22:41:10.6251475Z [00:02:52.277]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.6252249Z [00:02:52.277]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build3998081543/b307/_pkg_.a
2025-08-20T22:41:10.6252906Z [00:02:52.277]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build3998081543/b310/_pkg_.a
2025-08-20T22:41:10.6253510Z [00:02:52.277]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3998081543/b308/_pkg_.a
2025-08-20T22:41:10.6254019Z [00:02:52.277]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:10.6254345Z [00:02:52.277]➜  EOF
2025-08-20T22:41:10.6256301Z [00:02:52.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b306/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/compiler=>github.com/gobwas/glob@v0.2.3/compiler;$WORK/b306=>" -p github.com/gobwas/glob/compiler -lang=go1.16 -complete -installsuffix shared -buildid 3J67R93pReo8WZJ5hW6X/3J67R93pReo8WZJ5hW6X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b306/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/compiler/compiler.go
2025-08-20T22:41:10.6260229Z [00:02:52.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b294/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/process=>github.com/shirou/gopsutil/v3@v3.24.4/process;$WORK/b294=>" -p github.com/shirou/gopsutil/v3/process -lang=go1.15 -complete -installsuffix shared -buildid DZcmWhsjeFa6wT343n9L/DZcmWhsjeFa6wT343n9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b294/importcfg -pack /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/process/process.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/process/process_linux.go /root/go/pkg/mod/github.com/shirou/gopsutil/v3@v3.24.4/process/process_posix.go
2025-08-20T22:41:10.6454612Z [00:02:52.297]➜  go tool buildid -w $WORK/b317/_pkg_.a # internal
2025-08-20T22:41:10.6455543Z [00:02:52.298]➜  cp $WORK/b317/_pkg_.a /root/.cache/go-build/77/77ab12e414beb8c9fac0b33ab18de73cf2c52d101741b1ec9cebdffa5c3359fb-d # internal
2025-08-20T22:41:10.6482822Z [00:02:52.300]➜  github.com/gobwas/glob/syntax
2025-08-20T22:41:10.6483739Z [00:02:52.301]➜  mkdir -p $WORK/b312/
2025-08-20T22:41:10.6484169Z [00:02:52.301]➜  cat >/tmp/go-build3998081543/b312/importcfg << 'EOF' # internal
2025-08-20T22:41:10.6484531Z [00:02:52.301]➜  # import config
2025-08-20T22:41:10.6484983Z [00:02:52.301]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build3998081543/b310/_pkg_.a
2025-08-20T22:41:10.6485774Z [00:02:52.301]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build3998081543/b311/_pkg_.a
2025-08-20T22:41:10.6486218Z [00:02:52.301]➜  EOF
2025-08-20T22:41:10.6488001Z [00:02:52.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax=>github.com/gobwas/glob@v0.2.3/syntax;$WORK/b312=>" -p github.com/gobwas/glob/syntax -lang=go1.16 -complete -installsuffix shared -buildid EuCQYF41ZwtaWkyA0-Mc/EuCQYF41ZwtaWkyA0-Mc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b312/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/syntax/syntax.go
2025-08-20T22:41:10.6719598Z [00:02:52.324]➜  go tool buildid -w $WORK/b306/_pkg_.a # internal
2025-08-20T22:41:10.6725893Z [00:02:52.325]➜  cp $WORK/b306/_pkg_.a /root/.cache/go-build/f2/f236ef12773a925bfa994a9b104ebaf75f4ee6bd0110add4ff153c3d1acd417e-d # internal
2025-08-20T22:41:10.6742267Z [00:02:52.326]➜  go tool buildid -w $WORK/b312/_pkg_.a # internal
2025-08-20T22:41:10.6751411Z [00:02:52.327]➜  cp $WORK/b312/_pkg_.a /root/.cache/go-build/0f/0f6c48ff3945656258c865145a179392761e80e5f4da53cd72877b62db196fc4-d # internal
2025-08-20T22:41:10.6758251Z [00:02:52.328]➜  github.com/gobwas/glob
2025-08-20T22:41:10.6762140Z [00:02:52.328]➜  mkdir -p $WORK/b305/
2025-08-20T22:41:10.6762748Z [00:02:52.328]➜  github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
2025-08-20T22:41:10.6763544Z [00:02:52.328]➜  mkdir -p $WORK/b318/
2025-08-20T22:41:10.6764323Z [00:02:52.328]➜  cat >/tmp/go-build3998081543/b305/importcfg << 'EOF' # internal
2025-08-20T22:41:10.6764866Z [00:02:52.328]➜  # import config
2025-08-20T22:41:10.6766210Z [00:02:52.328]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build3998081543/b306/_pkg_.a
2025-08-20T22:41:10.6767405Z [00:02:52.328]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build3998081543/b312/_pkg_.a
2025-08-20T22:41:10.6767849Z [00:02:52.328]➜  EOF
2025-08-20T22:41:10.6769541Z [00:02:52.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b305/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gobwas/glob@v0.2.3=>github.com/gobwas/glob@v0.2.3;$WORK/b305=>" -p github.com/gobwas/glob -lang=go1.16 -complete -installsuffix shared -buildid vEVeGbe2KrMV2KpPrULo/vEVeGbe2KrMV2KpPrULo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b305/importcfg -pack /root/go/pkg/mod/github.com/gobwas/glob@v0.2.3/glob.go
2025-08-20T22:41:10.6771128Z [00:02:52.328]➜  cat >/tmp/go-build3998081543/b318/importcfg << 'EOF' # internal
2025-08-20T22:41:10.6771478Z [00:02:52.328]➜  # import config
2025-08-20T22:41:10.6771821Z [00:02:52.328]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.6772245Z [00:02:52.328]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.6772660Z [00:02:52.328]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.6773080Z [00:02:52.328]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:10.6773528Z [00:02:52.328]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:10.6774396Z [00:02:52.328]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:10.6774710Z [00:02:52.328]➜  EOF
2025-08-20T22:41:10.6777445Z [00:02:52.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sync/singleflight=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sync/singleflight;$WORK/b318=>" -p github.com/aws/aws-sdk-go-v2/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid ohPw8jCtdJEq5X4YBMPS/ohPw8jCtdJEq5X4YBMPS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b318/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/sync/singleflight/singleflight.go
2025-08-20T22:41:10.7153195Z [00:02:52.368]➜  go tool buildid -w $WORK/b305/_pkg_.a # internal
2025-08-20T22:41:10.7155216Z [00:02:52.368]➜  cp $WORK/b305/_pkg_.a /root/.cache/go-build/e7/e7f1167055d80d03337bbcea3c6fb82f63284949e735b6555c41b7d34ee755fd-d # internal
2025-08-20T22:41:10.7201389Z [00:02:52.372]➜  github.com/aws/smithy-go/context
2025-08-20T22:41:10.7202144Z [00:02:52.372]➜  mkdir -p $WORK/b320/
2025-08-20T22:41:10.7203221Z [00:02:52.373]➜  cat >/tmp/go-build3998081543/b320/importcfg << 'EOF' # internal
2025-08-20T22:41:10.7203825Z [00:02:52.373]➜  # import config
2025-08-20T22:41:10.7204681Z [00:02:52.373]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.7205053Z [00:02:52.373]➜  EOF
2025-08-20T22:41:10.7207254Z [00:02:52.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/context=>github.com/aws/smithy-go@v1.22.4/context;$WORK/b320=>" -p github.com/aws/smithy-go/context -lang=go1.22 -complete -installsuffix shared -buildid aTW1ExhYyYb5nl6X27ix/aTW1ExhYyYb5nl6X27ix -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b320/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/context/suppress_expired.go
2025-08-20T22:41:10.7240663Z [00:02:52.376]➜  go tool buildid -w $WORK/b318/_pkg_.a # internal
2025-08-20T22:41:10.7244955Z [00:02:52.377]➜  cp $WORK/b318/_pkg_.a /root/.cache/go-build/46/468fb8507528dc425fad0ad5809809f87a536f3a04d78ed9324698130dd0508a-d # internal
2025-08-20T22:41:10.7261693Z [00:02:52.378]➜  github.com/aws/smithy-go/internal/sync/singleflight
2025-08-20T22:41:10.7263359Z [00:02:52.379]➜  mkdir -p $WORK/b321/
2025-08-20T22:41:10.7264534Z [00:02:52.379]➜  cat >/tmp/go-build3998081543/b321/importcfg << 'EOF' # internal
2025-08-20T22:41:10.7265601Z [00:02:52.379]➜  # import config
2025-08-20T22:41:10.7266048Z [00:02:52.379]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.7266487Z [00:02:52.379]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.7266907Z [00:02:52.379]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.7267327Z [00:02:52.379]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:10.7267812Z [00:02:52.379]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:10.7268251Z [00:02:52.379]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:10.7268560Z [00:02:52.379]➜  EOF
2025-08-20T22:41:10.7271075Z [00:02:52.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/internal/sync/singleflight=>github.com/aws/smithy-go@v1.22.4/internal/sync/singleflight;$WORK/b321=>" -p github.com/aws/smithy-go/internal/sync/singleflight -lang=go1.22 -complete -installsuffix shared -buildid rujtCy1IY7DL1hc3Ue8Y/rujtCy1IY7DL1hc3Ue8Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b321/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/internal/sync/singleflight/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/internal/sync/singleflight/singleflight.go
2025-08-20T22:41:10.7449669Z [00:02:52.397]➜  go tool buildid -w $WORK/b320/_pkg_.a # internal
2025-08-20T22:41:10.7457671Z [00:02:52.398]➜  cp $WORK/b320/_pkg_.a /root/.cache/go-build/84/844186f8ba147a62294a237a58cc7e5e28a27d790e1329f1f3f0f861d54ae9d7-d # internal
2025-08-20T22:41:10.7458968Z [00:02:52.398]➜  github.com/aws/smithy-go/logging
2025-08-20T22:41:10.7459312Z [00:02:52.398]➜  mkdir -p $WORK/b323/
2025-08-20T22:41:10.7461017Z [00:02:52.399]➜  cat >/tmp/go-build3998081543/b323/importcfg << 'EOF' # internal
2025-08-20T22:41:10.7461389Z [00:02:52.399]➜  # import config
2025-08-20T22:41:10.7463058Z [00:02:52.399]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.7463523Z [00:02:52.399]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.7463936Z [00:02:52.399]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:10.7464245Z [00:02:52.399]➜  EOF
2025-08-20T22:41:10.7466181Z [00:02:52.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/logging=>github.com/aws/smithy-go@v1.22.4/logging;$WORK/b323=>" -p github.com/aws/smithy-go/logging -lang=go1.22 -complete -installsuffix shared -buildid NcSrhTzFTEtbJyJmVfgz/NcSrhTzFTEtbJyJmVfgz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b323/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/logging/logger.go
2025-08-20T22:41:10.7711805Z [00:02:52.423]➜  go tool buildid -w $WORK/b321/_pkg_.a # internal
2025-08-20T22:41:10.7715467Z [00:02:52.424]➜  cp $WORK/b321/_pkg_.a /root/.cache/go-build/d3/d3c3ff8429a7f4a0bba65394ac72516040a2424d4e4b53cf1c7583f5a2607b78-d # internal
2025-08-20T22:41:10.7729813Z [00:02:52.425]➜  go tool buildid -w $WORK/b323/_pkg_.a # internal
2025-08-20T22:41:10.7739109Z [00:02:52.426]➜  cp $WORK/b323/_pkg_.a /root/.cache/go-build/24/2409331b50e6da09be082dab94e4d0e6a72cb5cd0dea2c944fdbfa2fee5c9067-d # internal
2025-08-20T22:41:10.7761640Z [00:02:52.428]➜  github.com/aws/smithy-go
2025-08-20T22:41:10.7763714Z [00:02:52.428]➜  mkdir -p $WORK/b325/
2025-08-20T22:41:10.7766672Z [00:02:52.429]➜  cat >/tmp/go-build3998081543/b325/importcfg << 'EOF' # internal
2025-08-20T22:41:10.7767079Z [00:02:52.429]➜  # import config
2025-08-20T22:41:10.7767429Z [00:02:52.429]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.7767855Z [00:02:52.429]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.7768271Z [00:02:52.429]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:10.7769049Z [00:02:52.429]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.7769477Z [00:02:52.429]➜  EOF
2025-08-20T22:41:10.7772349Z [00:02:52.429]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4=>github.com/aws/smithy-go@v1.22.4;$WORK/b325=>" -p github.com/aws/smithy-go -lang=go1.22 -complete -installsuffix shared -buildid QZoEPMN5uYi9RJ4NKAMr/QZoEPMN5uYi9RJ4NKAMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b325/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/errors.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/go_module_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/validation.go
2025-08-20T22:41:10.7791844Z [00:02:52.431]➜  github.com/aws/smithy-go/middleware
2025-08-20T22:41:10.7792555Z [00:02:52.431]➜  mkdir -p $WORK/b322/
2025-08-20T22:41:10.7793702Z [00:02:52.432]➜  cat >/tmp/go-build3998081543/b322/importcfg << 'EOF' # internal
2025-08-20T22:41:10.7794267Z [00:02:52.432]➜  # import config
2025-08-20T22:41:10.7795967Z [00:02:52.432]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.7796411Z [00:02:52.432]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.7796928Z [00:02:52.432]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:10.7797894Z [00:02:52.432]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.7798319Z [00:02:52.432]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:10.7798752Z [00:02:52.432]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.7799072Z [00:02:52.432]➜  EOF
2025-08-20T22:41:10.7804219Z [00:02:52.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b322/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware=>github.com/aws/smithy-go@v1.22.4/middleware;$WORK/b322=>" -p github.com/aws/smithy-go/middleware -lang=go1.22 -complete -installsuffix shared -buildid 5aH6ats79XEAzDTAbX23/5aH6ats79XEAzDTAbX23 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b322/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/ordered_group.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/stack.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/stack_values.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_build.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_deserialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_finalize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_initialize.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/middleware/step_serialize.go
2025-08-20T22:41:10.8273977Z [00:02:52.479]➜  go tool buildid -w $WORK/b325/_pkg_.a # internal
2025-08-20T22:41:10.8280719Z [00:02:52.480]➜  cp $WORK/b325/_pkg_.a /root/.cache/go-build/c4/c4f49aaf597a498d8eddea215d94bb8d797557d0c0d1aaeb52407e5970dc8656-d # internal
2025-08-20T22:41:10.8290375Z [00:02:52.481]➜  github.com/aws/smithy-go/auth
2025-08-20T22:41:10.8295187Z [00:02:52.481]➜  mkdir -p $WORK/b326/
2025-08-20T22:41:10.8300285Z [00:02:52.482]➜  cat >/tmp/go-build3998081543/b326/importcfg << 'EOF' # internal
2025-08-20T22:41:10.8303043Z [00:02:52.482]➜  # import config
2025-08-20T22:41:10.8303419Z [00:02:52.482]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.8304316Z [00:02:52.482]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:10.8304899Z [00:02:52.482]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:10.8305216Z [00:02:52.482]➜  EOF
2025-08-20T22:41:10.8307942Z [00:02:52.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth=>github.com/aws/smithy-go@v1.22.4/auth;$WORK/b326=>" -p github.com/aws/smithy-go/auth -lang=go1.22 -complete -installsuffix shared -buildid mwd_Qx4KIvwSm109nMnf/mwd_Qx4KIvwSm109nMnf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b326/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/identity.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/option.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/scheme_id.go
2025-08-20T22:41:10.8547608Z [00:02:52.507]➜  go tool buildid -w $WORK/b326/_pkg_.a # internal
2025-08-20T22:41:10.8553161Z [00:02:52.507]➜  cp $WORK/b326/_pkg_.a /root/.cache/go-build/46/46bda60e0898e3a6331372b62188840d7830078a0dbeac282433832ecbb104d1-d # internal
2025-08-20T22:41:10.8585027Z [00:02:52.511]➜  github.com/aws/smithy-go/metrics
2025-08-20T22:41:10.8587161Z [00:02:52.511]➜  mkdir -p $WORK/b327/
2025-08-20T22:41:10.8590817Z [00:02:52.511]➜  cat >/tmp/go-build3998081543/b327/importcfg << 'EOF' # internal
2025-08-20T22:41:10.8591738Z [00:02:52.512]➜  # import config
2025-08-20T22:41:10.8593920Z [00:02:52.512]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.8595071Z [00:02:52.512]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:10.8595851Z [00:02:52.512]➜  EOF
2025-08-20T22:41:10.8598945Z [00:02:52.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/metrics=>github.com/aws/smithy-go@v1.22.4/metrics;$WORK/b327=>" -p github.com/aws/smithy-go/metrics -lang=go1.22 -complete -installsuffix shared -buildid yeTPDVhu_wABZlHABfsj/yeTPDVhu_wABZlHABfsj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b327/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/metrics/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/metrics/nop.go
2025-08-20T22:41:10.8947090Z [00:02:52.547]➜  go tool buildid -w $WORK/b294/_pkg_.a # internal
2025-08-20T22:41:10.8976556Z [00:02:52.550]➜  cp $WORK/b294/_pkg_.a /root/.cache/go-build/53/5344f66c793ccfab6ce4f7d9cf075a56de6ce11f98857307cd24f6bf70fcb60a-d # internal
2025-08-20T22:41:10.9046321Z [00:02:52.554]➜  github.com/aws/smithy-go/time
2025-08-20T22:41:10.9047493Z [00:02:52.554]➜  mkdir -p $WORK/b328/
2025-08-20T22:41:10.9048599Z [00:02:52.555]➜  cat >/tmp/go-build3998081543/b328/importcfg << 'EOF' # internal
2025-08-20T22:41:10.9049305Z [00:02:52.555]➜  # import config
2025-08-20T22:41:10.9049774Z [00:02:52.555]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.9051023Z [00:02:52.555]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.9051757Z [00:02:52.555]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:10.9052497Z [00:02:52.555]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.9053358Z [00:02:52.555]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:10.9053937Z [00:02:52.555]➜  EOF
2025-08-20T22:41:10.9056102Z [00:02:52.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/time=>github.com/aws/smithy-go@v1.22.4/time;$WORK/b328=>" -p github.com/aws/smithy-go/time -lang=go1.22 -complete -installsuffix shared -buildid 46exrZx7upOzAP2xVNZa/46exrZx7upOzAP2xVNZa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b328/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/time/time.go
2025-08-20T22:41:10.9196405Z [00:02:52.572]➜  go tool buildid -w $WORK/b327/_pkg_.a # internal
2025-08-20T22:41:10.9205105Z [00:02:52.573]➜  cp $WORK/b327/_pkg_.a /root/.cache/go-build/e0/e0f4b6b07c35c0f6564a1af9e626f7cdb41949e91378816dc0d4ab1ff02bc419-d # internal
2025-08-20T22:41:10.9246228Z [00:02:52.577]➜  github.com/aws/smithy-go/tracing
2025-08-20T22:41:10.9246884Z [00:02:52.577]➜  mkdir -p $WORK/b329/
2025-08-20T22:41:10.9250729Z [00:02:52.577]➜  cat >/tmp/go-build3998081543/b329/importcfg << 'EOF' # internal
2025-08-20T22:41:10.9251686Z [00:02:52.577]➜  # import config
2025-08-20T22:41:10.9252084Z [00:02:52.577]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:10.9252585Z [00:02:52.577]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:10.9252960Z [00:02:52.577]➜  EOF
2025-08-20T22:41:10.9255299Z [00:02:52.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b329/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/tracing=>github.com/aws/smithy-go@v1.22.4/tracing;$WORK/b329=>" -p github.com/aws/smithy-go/tracing -lang=go1.22 -complete -installsuffix shared -buildid CQ9LJDuGWpoek7TfV0AY/CQ9LJDuGWpoek7TfV0AY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b329/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/tracing/context.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/tracing/nop.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/tracing/tracing.go
2025-08-20T22:41:10.9370251Z [00:02:52.589]➜  go tool buildid -w $WORK/b328/_pkg_.a # internal
2025-08-20T22:41:10.9375965Z [00:02:52.590]➜  cp $WORK/b328/_pkg_.a /root/.cache/go-build/cf/cf04a658f2e89919708286a07005b3859895aa07c33ce56ad8b8574ac4e4ddca-d # internal
2025-08-20T22:41:10.9382305Z [00:02:52.591]➜  github.com/aws/smithy-go/transport/http/internal/io
2025-08-20T22:41:10.9383459Z [00:02:52.591]➜  mkdir -p $WORK/b330/
2025-08-20T22:41:10.9385762Z [00:02:52.591]➜  cat >/tmp/go-build3998081543/b330/importcfg << 'EOF' # internal
2025-08-20T22:41:10.9386664Z [00:02:52.591]➜  # import config
2025-08-20T22:41:10.9387342Z [00:02:52.591]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.9388040Z [00:02:52.591]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:10.9388751Z [00:02:52.591]➜  EOF
2025-08-20T22:41:10.9391570Z [00:02:52.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b330/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/internal/io=>github.com/aws/smithy-go@v1.22.4/transport/http/internal/io;$WORK/b330=>" -p github.com/aws/smithy-go/transport/http/internal/io -lang=go1.22 -complete -installsuffix shared -buildid R7jqsQ1W4zT42iHP9XWh/R7jqsQ1W4zT42iHP9XWh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b330/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/internal/io/safe.go
2025-08-20T22:41:10.9504751Z [00:02:52.603]➜  go tool buildid -w $WORK/b329/_pkg_.a # internal
2025-08-20T22:41:10.9506198Z [00:02:52.603]➜  go tool buildid -w $WORK/b322/_pkg_.a # internal
2025-08-20T22:41:10.9522976Z [00:02:52.605]➜  cp $WORK/b329/_pkg_.a /root/.cache/go-build/4d/4d6b06b689e1df3201c6dc8de490b4d189ffa240006a4f26c526f5ea2a6417ec-d # internal
2025-08-20T22:41:10.9545554Z [00:02:52.607]➜  github.com/aws/smithy-go/ptr
2025-08-20T22:41:10.9545965Z [00:02:52.607]➜  mkdir -p $WORK/b331/
2025-08-20T22:41:10.9546353Z [00:02:52.607]➜  cat >/tmp/go-build3998081543/b331/importcfg << 'EOF' # internal
2025-08-20T22:41:10.9546704Z [00:02:52.607]➜  # import config
2025-08-20T22:41:10.9547073Z [00:02:52.607]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:10.9547381Z [00:02:52.607]➜  EOF
2025-08-20T22:41:10.9549980Z [00:02:52.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/ptr=>github.com/aws/smithy-go@v1.22.4/ptr;$WORK/b331=>" -p github.com/aws/smithy-go/ptr -lang=go1.22 -complete -installsuffix shared -buildid C3IA3DR9cXgk90PSibG6/C3IA3DR9cXgk90PSibG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b331/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/ptr/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/ptr/from_ptr.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/ptr/to_ptr.go
2025-08-20T22:41:10.9555022Z [00:02:52.608]➜  cp $WORK/b322/_pkg_.a /root/.cache/go-build/d7/d70e738154d33af6977340931183750103c83d0b02cfca82114ef8435592626b-d # internal
2025-08-20T22:41:10.9566126Z [00:02:52.609]➜  github.com/aws/smithy-go/rand
2025-08-20T22:41:10.9566499Z [00:02:52.609]➜  mkdir -p $WORK/b333/
2025-08-20T22:41:10.9568278Z [00:02:52.609]➜  cat >/tmp/go-build3998081543/b333/importcfg << 'EOF' # internal
2025-08-20T22:41:10.9568642Z [00:02:52.609]➜  # import config
2025-08-20T22:41:10.9569003Z [00:02:52.609]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:10.9569483Z [00:02:52.609]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:10.9569928Z [00:02:52.609]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.9570346Z [00:02:52.609]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.9570766Z [00:02:52.609]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:10.9571082Z [00:02:52.609]➜  EOF
2025-08-20T22:41:10.9575844Z [00:02:52.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b333/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/rand=>github.com/aws/smithy-go@v1.22.4/rand;$WORK/b333=>" -p github.com/aws/smithy-go/rand -lang=go1.22 -complete -installsuffix shared -buildid zjLu8IEiZ5BNmoY2bjf6/zjLu8IEiZ5BNmoY2bjf6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b333/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/rand/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/rand/rand.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/rand/uuid.go
2025-08-20T22:41:10.9596908Z [00:02:52.610]➜  go tool buildid -w $WORK/b330/_pkg_.a # internal
2025-08-20T22:41:10.9597702Z [00:02:52.612]➜  cp $WORK/b330/_pkg_.a /root/.cache/go-build/b0/b0969572e0e70376fa614068e9adf60e18900b288265189baac58650fea5fe76-d # internal
2025-08-20T22:41:10.9602407Z [00:02:52.613]➜  github.com/aws/aws-sdk-go-v2/internal/strings
2025-08-20T22:41:10.9602762Z [00:02:52.613]➜  mkdir -p $WORK/b335/
2025-08-20T22:41:10.9603142Z [00:02:52.613]➜  cat >/tmp/go-build3998081543/b335/importcfg << 'EOF' # internal
2025-08-20T22:41:10.9603488Z [00:02:52.613]➜  # import config
2025-08-20T22:41:10.9603854Z [00:02:52.613]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.9604174Z [00:02:52.613]➜  EOF
2025-08-20T22:41:10.9606325Z [00:02:52.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b335/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/strings=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/strings;$WORK/b335=>" -p github.com/aws/aws-sdk-go-v2/internal/strings -lang=go1.22 -complete -installsuffix shared -buildid -Layy6qPZAxEK9iKKKGX/-Layy6qPZAxEK9iKKKGX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b335/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/strings/strings.go
2025-08-20T22:41:10.9785230Z [00:02:52.630]➜  go tool buildid -w $WORK/b335/_pkg_.a # internal
2025-08-20T22:41:10.9786156Z [00:02:52.630]➜  cp $WORK/b335/_pkg_.a /root/.cache/go-build/bc/bc492e8e21dbe421794a101c410a9cc930e1bf02df1eef6524a14bff75b18386-d # internal
2025-08-20T22:41:10.9786755Z [00:02:52.630]➜  github.com/bits-and-blooms/bitset
2025-08-20T22:41:10.9787302Z [00:02:52.630]➜  mkdir -p $WORK/b339/
2025-08-20T22:41:10.9787681Z [00:02:52.630]➜  cat >/tmp/go-build3998081543/b339/importcfg << 'EOF' # internal
2025-08-20T22:41:10.9788027Z [00:02:52.630]➜  # import config
2025-08-20T22:41:10.9788379Z [00:02:52.630]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:10.9788837Z [00:02:52.631]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:10.9789720Z [00:02:52.631]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:10.9790271Z [00:02:52.631]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:10.9790714Z [00:02:52.631]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.9791127Z [00:02:52.631]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.9791526Z [00:02:52.631]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:10.9791958Z [00:02:52.631]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:10.9792393Z [00:02:52.631]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:10.9792710Z [00:02:52.631]➜  EOF
2025-08-20T22:41:10.9795831Z [00:02:52.631]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b339/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.10.0=>github.com/bits-and-blooms/bitset@v1.10.0;$WORK/b339=>" -p github.com/bits-and-blooms/bitset -lang=go1.16 -complete -installsuffix shared -buildid lBNqa0O5vNN5dUeqD2wB/lBNqa0O5vNN5dUeqD2wB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b339/importcfg -pack /root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.10.0/bitset.go /root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.10.0/popcnt.go /root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.10.0/popcnt_19.go /root/go/pkg/mod/github.com/bits-and-blooms/bitset@v1.10.0/trailing_zeros_19.go
2025-08-20T22:41:10.9923592Z [00:02:52.645]➜  go tool buildid -w $WORK/b333/_pkg_.a # internal
2025-08-20T22:41:10.9929002Z [00:02:52.645]➜  cp $WORK/b333/_pkg_.a /root/.cache/go-build/8c/8c5639f05b7980155d7839206649a6e8988aa3db13a3d269170a7b55d5699ec6-d # internal
2025-08-20T22:41:10.9987153Z [00:02:52.651]➜  github.com/maja42/goval/internal
2025-08-20T22:41:10.9988416Z [00:02:52.651]➜  mkdir -p $WORK/b341/
2025-08-20T22:41:10.9994053Z [00:02:52.652]➜  cat >/tmp/go-build3998081543/b341/importcfg << 'EOF' # internal
2025-08-20T22:41:10.9995101Z [00:02:52.652]➜  # import config
2025-08-20T22:41:10.9995723Z [00:02:52.652]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:10.9996195Z [00:02:52.652]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:10.9996634Z [00:02:52.652]➜  packagefile go/scanner=/tmp/go-build3998081543/b222/_pkg_.a
2025-08-20T22:41:10.9997081Z [00:02:52.652]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:41:10.9997503Z [00:02:52.652]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:10.9997941Z [00:02:52.652]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:10.9998370Z [00:02:52.652]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:10.9998796Z [00:02:52.652]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:10.9999220Z [00:02:52.652]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:10.9999535Z [00:02:52.652]➜  EOF
2025-08-20T22:41:11.0002382Z [00:02:52.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/maja42/goval@v1.4.0/internal=>github.com/maja42/goval@v1.4.0/internal;$WORK/b341=>" -p github.com/maja42/goval/internal -lang=go1.18 -complete -installsuffix shared -buildid FcEA12mM2dQd35HZ8N0K/FcEA12mM2dQd35HZ8N0K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b341/importcfg -pack /root/go/pkg/mod/github.com/maja42/goval@v1.4.0/internal/evaluate.go /root/go/pkg/mod/github.com/maja42/goval@v1.4.0/internal/gen_lin.go /root/go/pkg/mod/github.com/maja42/goval@v1.4.0/internal/lexer.go /root/go/pkg/mod/github.com/maja42/goval@v1.4.0/internal/parser.go /root/go/pkg/mod/github.com/maja42/goval@v1.4.0/internal/parserUtils.go
2025-08-20T22:41:11.0468570Z [00:02:52.699]➜  go tool buildid -w $WORK/b331/_pkg_.a # internal
2025-08-20T22:41:11.0486429Z [00:02:52.701]➜  cp $WORK/b331/_pkg_.a /root/.cache/go-build/25/250e2e720c04d215d937f8db6dfaef52f0b0686e62b92e5f7a5f09033f8da858-d # internal
2025-08-20T22:41:11.0502539Z [00:02:52.703]➜  archive/zip
2025-08-20T22:41:11.0503724Z [00:02:52.703]➜  mkdir -p $WORK/b343/
2025-08-20T22:41:11.0510736Z [00:02:52.703]➜  cat >/tmp/go-build3998081543/b343/importcfg << 'EOF' # internal
2025-08-20T22:41:11.0511681Z [00:02:52.704]➜  # import config
2025-08-20T22:41:11.0512035Z [00:02:52.704]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:11.0512488Z [00:02:52.704]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:41:11.0512998Z [00:02:52.704]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:11.0513447Z [00:02:52.704]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:11.0513857Z [00:02:52.704]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.0514265Z [00:02:52.704]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:11.0514697Z [00:02:52.704]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:11.0515180Z [00:02:52.704]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:41:11.0516234Z [00:02:52.704]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:11.0516652Z [00:02:52.704]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:11.0517061Z [00:02:52.704]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:11.0517468Z [00:02:52.704]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:11.0518341Z [00:02:52.704]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:11.0518792Z [00:02:52.704]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:11.0519218Z [00:02:52.704]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:11.0519637Z [00:02:52.704]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:11.0520045Z [00:02:52.704]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:11.0520495Z [00:02:52.704]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:11.0520830Z [00:02:52.704]➜  EOF
2025-08-20T22:41:11.0522690Z [00:02:52.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b343/_pkg_.a -trimpath "/root/.go/src/archive/zip=>archive/zip;$WORK/b343=>" -p archive/zip -lang=go1.25 -std -complete -installsuffix shared -buildid conkw2KHIADH1MgKUV6C/conkw2KHIADH1MgKUV6C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b343/importcfg -pack /root/.go/src/archive/zip/reader.go /root/.go/src/archive/zip/register.go /root/.go/src/archive/zip/struct.go /root/.go/src/archive/zip/writer.go
2025-08-20T22:41:11.0625506Z [00:02:52.715]➜  go tool buildid -w $WORK/b339/_pkg_.a # internal
2025-08-20T22:41:11.0635024Z [00:02:52.716]➜  cp $WORK/b339/_pkg_.a /root/.cache/go-build/99/996b8e39409662d47c3aeae47718879c1eb25d32b596a1313c5b0ad8e5eae78a-d # internal
2025-08-20T22:41:11.0654281Z [00:02:52.718]➜  github.com/bits-and-blooms/bloom/v3
2025-08-20T22:41:11.0654640Z [00:02:52.718]➜  mkdir -p $WORK/b338/
2025-08-20T22:41:11.0656755Z [00:02:52.718]➜  cat >/tmp/go-build3998081543/b338/importcfg << 'EOF' # internal
2025-08-20T22:41:11.0657178Z [00:02:52.718]➜  # import config
2025-08-20T22:41:11.0657531Z [00:02:52.718]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:11.0658001Z [00:02:52.718]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:11.0658489Z [00:02:52.718]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:11.0658957Z [00:02:52.718]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.0659474Z [00:02:52.718]➜  packagefile github.com/bits-and-blooms/bitset=/tmp/go-build3998081543/b339/_pkg_.a
2025-08-20T22:41:11.0659970Z [00:02:52.718]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:11.0660380Z [00:02:52.718]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:11.0660806Z [00:02:52.718]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:11.0661485Z [00:02:52.718]➜  EOF
2025-08-20T22:41:11.0670325Z [00:02:52.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/bits-and-blooms/bloom/v3@v3.7.0=>github.com/bits-and-blooms/bloom/v3@v3.7.0;$WORK/b338=>" -p github.com/bits-and-blooms/bloom/v3 -lang=go1.16 -complete -installsuffix shared -buildid 5_6nnYRWHaZGXr5yW75P/5_6nnYRWHaZGXr5yW75P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b338/importcfg -pack /root/go/pkg/mod/github.com/bits-and-blooms/bloom/v3@v3.7.0/bloom.go /root/go/pkg/mod/github.com/bits-and-blooms/bloom/v3@v3.7.0/murmur.go
2025-08-20T22:41:11.1226543Z [00:02:52.775]➜  go tool buildid -w $WORK/b338/_pkg_.a # internal
2025-08-20T22:41:11.1240699Z [00:02:52.776]➜  cp $WORK/b338/_pkg_.a /root/.cache/go-build/84/8459275cc1804f05aad714ce2468be77fe292cc236e964848730e8485165d17c-d # internal
2025-08-20T22:41:11.1253787Z [00:02:52.778]➜  database/sql
2025-08-20T22:41:11.1255326Z [00:02:52.778]➜  mkdir -p $WORK/b344/
2025-08-20T22:41:11.1270637Z [00:02:52.779]➜  cat >/tmp/go-build3998081543/b344/importcfg << 'EOF' # internal
2025-08-20T22:41:11.1271124Z [00:02:52.779]➜  # import config
2025-08-20T22:41:11.1271471Z [00:02:52.779]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:11.1271900Z [00:02:52.779]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:11.1272379Z [00:02:52.779]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:11.1273278Z [00:02:52.779]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:11.1273695Z [00:02:52.779]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.1274098Z [00:02:52.779]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:11.1274502Z [00:02:52.779]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:11.1274943Z [00:02:52.779]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:11.1275597Z [00:02:52.779]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:11.1276119Z [00:02:52.779]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:11.1276543Z [00:02:52.779]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:11.1276968Z [00:02:52.779]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:11.1277386Z [00:02:52.779]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:11.1277830Z [00:02:52.779]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:11.1278263Z [00:02:52.779]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:11.1278684Z [00:02:52.779]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:11.1279130Z [00:02:52.779]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:11.1279463Z [00:02:52.779]➜  EOF
2025-08-20T22:41:11.1281181Z [00:02:52.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b344/_pkg_.a -trimpath "/root/.go/src/database/sql=>database/sql;$WORK/b344=>" -p database/sql -lang=go1.25 -std -complete -installsuffix shared -buildid auzaFcKoG4gG1XdcVgxH/auzaFcKoG4gG1XdcVgxH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b344/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-20T22:41:11.1665089Z [00:02:52.818]➜  go tool buildid -w $WORK/b341/_pkg_.a # internal
2025-08-20T22:41:11.1688544Z [00:02:52.821]➜  cp $WORK/b341/_pkg_.a /root/.cache/go-build/0c/0cb5d79c5c9b813c4fd1c652cc1354b0d66f1a5764d88897ae61e6cc6332c3fd-d # internal
2025-08-20T22:41:11.1717439Z [00:02:52.823]➜  github.com/maja42/goval
2025-08-20T22:41:11.1717828Z [00:02:52.823]➜  mkdir -p $WORK/b340/
2025-08-20T22:41:11.1718219Z [00:02:52.824]➜  cat >/tmp/go-build3998081543/b340/importcfg << 'EOF' # internal
2025-08-20T22:41:11.1718570Z [00:02:52.824]➜  # import config
2025-08-20T22:41:11.1719454Z [00:02:52.824]➜  packagefile github.com/maja42/goval/internal=/tmp/go-build3998081543/b341/_pkg_.a
2025-08-20T22:41:11.1719930Z [00:02:52.824]➜  EOF
2025-08-20T22:41:11.1721634Z [00:02:52.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/maja42/goval@v1.4.0=>github.com/maja42/goval@v1.4.0;$WORK/b340=>" -p github.com/maja42/goval -lang=go1.18 -complete -installsuffix shared -buildid CWQYLTLDZZeL2xtF50oV/CWQYLTLDZZeL2xtF50oV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b340/importcfg -pack /root/go/pkg/mod/github.com/maja42/goval@v1.4.0/evaluator.go
2025-08-20T22:41:11.1861196Z [00:02:52.838]➜  go tool buildid -w $WORK/b340/_pkg_.a # internal
2025-08-20T22:41:11.1862985Z [00:02:52.838]➜  cp $WORK/b340/_pkg_.a /root/.cache/go-build/fe/fe221bd9c0b18ee1e5a5a37e3236618563c3d916ffdc6e88a5975b72dcb208c1-d # internal
2025-08-20T22:41:11.1863640Z [00:02:52.838]➜  encoding/xml
2025-08-20T22:41:11.1863943Z [00:02:52.838]➜  mkdir -p $WORK/b345/
2025-08-20T22:41:11.1864327Z [00:02:52.839]➜  cat >/tmp/go-build3998081543/b345/importcfg << 'EOF' # internal
2025-08-20T22:41:11.1864674Z [00:02:52.839]➜  # import config
2025-08-20T22:41:11.1865010Z [00:02:52.839]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:11.1865561Z [00:02:52.839]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:11.1866055Z [00:02:52.839]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:11.1866948Z [00:02:52.839]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:11.1867366Z [00:02:52.839]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.1867764Z [00:02:52.839]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:11.1868177Z [00:02:52.839]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:11.1868603Z [00:02:52.839]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:11.1869045Z [00:02:52.839]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:11.1869472Z [00:02:52.839]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:11.1869890Z [00:02:52.839]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:11.1870307Z [00:02:52.839]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:11.1870754Z [00:02:52.839]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:11.1871097Z [00:02:52.839]➜  EOF
2025-08-20T22:41:11.1872943Z [00:02:52.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b345/_pkg_.a -trimpath "/root/.go/src/encoding/xml=>encoding/xml;$WORK/b345=>" -p encoding/xml -lang=go1.25 -std -complete -installsuffix shared -buildid 2lcbkiW6GTwSPlVl0gvm/2lcbkiW6GTwSPlVl0gvm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b345/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-20T22:41:11.5497298Z [00:02:53.202]➜  go tool buildid -w $WORK/b344/_pkg_.a # internal
2025-08-20T22:41:11.5544555Z [00:02:53.207]➜  cp $WORK/b344/_pkg_.a /root/.cache/go-build/b3/b347f7961832b0fa4c0c46fb0d2334f92584b7b663a205c6a97b7fb9a385c4a5-d # internal
2025-08-20T22:41:11.5546235Z [00:02:53.207]➜  github.com/mohae/deepcopy
2025-08-20T22:41:11.5547614Z [00:02:53.207]➜  mkdir -p $WORK/b347/
2025-08-20T22:41:11.5552258Z [00:02:53.208]➜  cat >/tmp/go-build3998081543/b347/importcfg << 'EOF' # internal
2025-08-20T22:41:11.5553455Z [00:02:53.208]➜  # import config
2025-08-20T22:41:11.5553868Z [00:02:53.208]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:11.5555240Z [00:02:53.208]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:11.5555651Z [00:02:53.208]➜  EOF
2025-08-20T22:41:11.5558083Z [00:02:53.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826=>github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826;$WORK/b347=>" -p github.com/mohae/deepcopy -lang=go1.16 -complete -installsuffix shared -buildid IWgELZiyK2LfgeQmCw-v/IWgELZiyK2LfgeQmCw-v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b347/importcfg -pack /root/go/pkg/mod/github.com/mohae/deepcopy@v0.0.0-20170929034955-c48cc78d4826/deepcopy.go
2025-08-20T22:41:11.5793371Z [00:02:53.231]➜  go tool buildid -w $WORK/b345/_pkg_.a # internal
2025-08-20T22:41:11.5831912Z [00:02:53.235]➜  go tool buildid -w $WORK/b343/_pkg_.a # internal
2025-08-20T22:41:11.5860687Z [00:02:53.238]➜  go tool buildid -w $WORK/b347/_pkg_.a # internal
2025-08-20T22:41:11.5863480Z [00:02:53.239]➜  cp $WORK/b347/_pkg_.a /root/.cache/go-build/87/87e10a4a5a323daecc609e19d84fc67f9f512dd475ca0ed7835d09643c59c24b-d # internal
2025-08-20T22:41:11.5864987Z [00:02:53.239]➜  image
2025-08-20T22:41:11.5865237Z [00:02:53.239]➜  mkdir -p $WORK/b348/
2025-08-20T22:41:11.5869913Z [00:02:53.239]➜  cat >/tmp/go-build3998081543/b348/importcfg << 'EOF' # internal
2025-08-20T22:41:11.5871802Z [00:02:53.239]➜  # import config
2025-08-20T22:41:11.5872685Z [00:02:53.239]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:11.5873755Z [00:02:53.239]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:11.5874273Z [00:02:53.239]➜  packagefile image/color=/tmp/go-build3998081543/b349/_pkg_.a
2025-08-20T22:41:11.5876157Z [00:02:53.239]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:11.5876623Z [00:02:53.239]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:11.5877062Z [00:02:53.239]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:11.5877485Z [00:02:53.239]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:11.5877924Z [00:02:53.239]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:11.5878256Z [00:02:53.239]➜  EOF
2025-08-20T22:41:11.5880055Z [00:02:53.240]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b348/_pkg_.a -trimpath "/root/.go/src/image=>image;$WORK/b348=>" -p image -lang=go1.25 -std -complete -installsuffix shared -buildid 5atW7hS7FvXrIRy7S1Sm/5atW7hS7FvXrIRy7S1Sm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b348/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-20T22:41:11.5881927Z [00:02:53.240]➜  cp $WORK/b345/_pkg_.a /root/.cache/go-build/a7/a7569fcc5be82a7766c79ff32b8643622f6f5d35bd3c5d8e9c326466748c6382-d # internal
2025-08-20T22:41:11.5890773Z [00:02:53.241]➜  github.com/google/flatbuffers/go
2025-08-20T22:41:11.5893944Z [00:02:53.241]➜  mkdir -p $WORK/b355/
2025-08-20T22:41:11.5894679Z [00:02:53.242]➜  cat >/tmp/go-build3998081543/b355/importcfg << 'EOF' # internal
2025-08-20T22:41:11.5895033Z [00:02:53.242]➜  # import config
2025-08-20T22:41:11.5895849Z [00:02:53.242]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:11.5896353Z [00:02:53.242]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:11.5896670Z [00:02:53.242]➜  EOF
2025-08-20T22:41:11.5900821Z [00:02:53.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b355/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/flatbuffers@v25.2.10+incompatible/go=>github.com/google/flatbuffers@v25.2.10+incompatible/go;$WORK/b355=>" -p github.com/google/flatbuffers/go -lang=go1.16 -complete -installsuffix shared -buildid HCQoTVqY5cHGDTK2tKl9/HCQoTVqY5cHGDTK2tKl9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b355/importcfg -pack /root/go/pkg/mod/github.com/google/flatbuffers@v25.2.10+incompatible/go/builder.go /root/go/pkg/mod/github.com/google/flatbuffers@v25.2.10+incompatible/go/doc.go /root/go/pkg/mod/github.com/google/flatbuffers@v25.2.10+incompatible/go/encode.go /root/go/pkg/mod/github.com/google/flatbuffers@v25.2.10+incompatible/go/grpc.go /root/go/pkg/mod/github.com/google/flatbuffers@v25.2.10+incompatible/go/lib.go /root/go/pkg/mod/github.com/google/flatbuffers@v25.2.10+incompatible/go/sizes.go /root/go/pkg/mod/github.com/google/flatbuffers@v25.2.10+incompatible/go/struct.go /root/go/pkg/mod/github.com/google/flatbuffers@v25.2.10+incompatible/go/table.go
2025-08-20T22:41:11.5939704Z [00:02:53.246]➜  cp $WORK/b343/_pkg_.a /root/.cache/go-build/16/166de4fc196c0899fc99813f9f0fcc87283790ec5c07d1a168a545734cdcae54-d # internal
2025-08-20T22:41:11.5956468Z [00:02:53.247]➜  golang.org/x/sys/cpu
2025-08-20T22:41:11.5956834Z [00:02:53.247]➜  mkdir -p $WORK/b357/
2025-08-20T22:41:11.5965910Z [00:02:53.248]➜  echo -n > $WORK/b357/go_asm.h # internal
2025-08-20T22:41:11.5966378Z [00:02:53.248]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu
2025-08-20T22:41:11.5967610Z [00:02:53.248]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b357=>" -I $WORK/b357/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b357/symabis ./cpu_arm64.s
2025-08-20T22:41:11.6021888Z [00:02:53.254]➜  cat >/tmp/go-build3998081543/b357/importcfg << 'EOF' # internal
2025-08-20T22:41:11.6022328Z [00:02:53.254]➜  # import config
2025-08-20T22:41:11.6022688Z [00:02:53.254]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:11.6023110Z [00:02:53.254]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:11.6023546Z [00:02:53.254]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:11.6023961Z [00:02:53.254]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:11.6024394Z [00:02:53.254]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:11.6024822Z [00:02:53.254]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:11.6025251Z [00:02:53.254]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:11.6025784Z [00:02:53.254]➜  EOF
2025-08-20T22:41:11.6026073Z [00:02:53.254]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:11.6030508Z [00:02:53.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b357/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b357=>" -p golang.org/x/sys/cpu -lang=go1.23 -installsuffix shared -buildid 78dJvU9pUzFzZE5Wvh7x/78dJvU9pUzFzZE5Wvh7x -goversion go1.25.0 -symabis $WORK/b357/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b357/importcfg -pack -asmhdr $WORK/b357/go_asm.h /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/byteorder.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_gc_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/cpu_linux_arm64.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/endian_little.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/hwcap_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/parse.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/proc_cpuinfo_linux.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/runtime_auxv.go /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu/runtime_auxv_go121.go
2025-08-20T22:41:11.6489566Z [00:02:53.301]➜  cd /root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu
2025-08-20T22:41:11.6490856Z [00:02:53.301]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/sys/cpu -trimpath "/root/go/pkg/mod/golang.org/x/sys@v0.33.0/cpu=>golang.org/x/sys@v0.33.0/cpu;$WORK/b357=>" -I $WORK/b357/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b357/cpu_arm64.o ./cpu_arm64.s
2025-08-20T22:41:11.6553207Z [00:02:53.307]➜  go tool pack r $WORK/b357/_pkg_.a $WORK/b357/cpu_arm64.o # internal
2025-08-20T22:41:11.6554441Z [00:02:53.307]➜  go tool buildid -w $WORK/b357/_pkg_.a # internal
2025-08-20T22:41:11.6567822Z [00:02:53.308]➜  cp $WORK/b357/_pkg_.a /root/.cache/go-build/4b/4b37f7e69b8248bba16844fd09c288f4591fa79c76be9364c527e5b60be5cf23-d # internal
2025-08-20T22:41:11.6568705Z [00:02:53.308]➜  github.com/apache/arrow-go/v18/arrow/memory
2025-08-20T22:41:11.6569037Z [00:02:53.308]➜  mkdir -p $WORK/b356/
2025-08-20T22:41:11.6569347Z [00:02:53.308]➜  echo -n > $WORK/b356/go_asm.h # internal
2025-08-20T22:41:11.6569781Z [00:02:53.308]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory
2025-08-20T22:41:11.6571342Z [00:02:53.308]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/arrow/memory -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory=>github.com/apache/arrow-go/v18@v18.3.0/arrow/memory;$WORK/b356=>" -I $WORK/b356/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b356/symabis ./memory_neon_arm64.s
2025-08-20T22:41:11.6619946Z [00:02:53.314]➜  cat >/tmp/go-build3998081543/b356/importcfg << 'EOF' # internal
2025-08-20T22:41:11.6622026Z [00:02:53.314]➜  # import config
2025-08-20T22:41:11.6622439Z [00:02:53.314]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.6623040Z [00:02:53.314]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:11.6623665Z [00:02:53.314]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:41:11.6624125Z [00:02:53.314]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:11.6624546Z [00:02:53.314]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:11.6624998Z [00:02:53.314]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:11.6625576Z [00:02:53.314]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:11.6626058Z [00:02:53.314]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:11.6626497Z [00:02:53.314]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:11.6626830Z [00:02:53.314]➜  EOF
2025-08-20T22:41:11.6627102Z [00:02:53.315]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:11.6632437Z [00:02:53.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b356/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory=>github.com/apache/arrow-go/v18@v18.3.0/arrow/memory;$WORK/b356=>" -p github.com/apache/arrow-go/v18/arrow/memory -lang=go1.23 -installsuffix shared -buildid 4F7QZX6AimsAZ6v5XXq1/4F7QZX6AimsAZ6v5XXq1 -goversion go1.25.0 -symabis $WORK/b356/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b356/importcfg -pack -asmhdr $WORK/b356/go_asm.h /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/allocator.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/buffer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/checked_allocator.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/default_allocator.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/go_allocator.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/memory.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/memory_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/memory_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory/util.go
2025-08-20T22:41:11.7524519Z [00:02:53.405]➜  go tool buildid -w $WORK/b355/_pkg_.a # internal
2025-08-20T22:41:11.7599415Z [00:02:53.411]➜  cp $WORK/b355/_pkg_.a /root/.cache/go-build/af/af76c08d6b684c979ffd38df193c2925f413a1f162e6b1cce2956cea4aad1e66-d # internal
2025-08-20T22:41:11.7601744Z [00:02:53.412]➜  github.com/apache/arrow-go/v18/arrow/internal/flatbuf
2025-08-20T22:41:11.7602343Z [00:02:53.412]➜  mkdir -p $WORK/b354/
2025-08-20T22:41:11.7643379Z [00:02:53.417]➜  cat >/tmp/go-build3998081543/b354/importcfg << 'EOF' # internal
2025-08-20T22:41:11.7644690Z [00:02:53.417]➜  # import config
2025-08-20T22:41:11.7645847Z [00:02:53.417]➜  packagefile github.com/google/flatbuffers/go=/tmp/go-build3998081543/b355/_pkg_.a
2025-08-20T22:41:11.7646584Z [00:02:53.417]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:11.7647066Z [00:02:53.417]➜  EOF
2025-08-20T22:41:11.7684573Z [00:02:53.418]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b354/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf=>github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf;$WORK/b354=>" -p github.com/apache/arrow-go/v18/arrow/internal/flatbuf -lang=go1.23 -complete -installsuffix shared -buildid s17eMTBbKYrbj3CCRVsy/s17eMTBbKYrbj3CCRVsy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b354/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Binary.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/BinaryView.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Block.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/BodyCompression.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/BodyCompressionMethod.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Bool.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Buffer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/CompressionType.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Date.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/DateUnit.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Decimal.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/DictionaryBatch.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/DictionaryEncoding.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/DictionaryKind.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Duration.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Endianness.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Feature.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Field.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/FieldNode.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/FixedSizeBinary.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/FixedSizeList.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/FloatingPoint.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Footer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Int.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Interval.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/IntervalUnit.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/KeyValue.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/LargeBinary.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/LargeList.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/LargeListView.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/LargeUtf8.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/List.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/ListView.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Map.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Message.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/MessageHeader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/MetadataVersion.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Null.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Precision.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/RecordBatch.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/RunEndEncoded.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/RunLengthEncoded.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Schema.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/SparseMatrixCompressedAxis.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/SparseMatrixIndexCSR.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/SparseMatrixIndexCSX.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/SparseTensor.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/SparseTensorIndex.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/SparseTensorIndexCOO.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/SparseTensorIndexCSF.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Struct_.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Tensor.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/TensorDim.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Time.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/TimeUnit.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Timestamp.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Type.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Union.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/UnionMode.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Utf8.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/flatbuf/Utf8View.go
2025-08-20T22:41:11.7719743Z [00:02:53.424]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory
2025-08-20T22:41:11.7722000Z [00:02:53.424]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/arrow/memory -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/memory=>github.com/apache/arrow-go/v18@v18.3.0/arrow/memory;$WORK/b356=>" -I $WORK/b356/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b356/memory_neon_arm64.o ./memory_neon_arm64.s
2025-08-20T22:41:11.7757529Z [00:02:53.428]➜  go tool pack r $WORK/b356/_pkg_.a $WORK/b356/memory_neon_arm64.o # internal
2025-08-20T22:41:11.7760314Z [00:02:53.428]➜  go tool buildid -w $WORK/b356/_pkg_.a # internal
2025-08-20T22:41:11.7776649Z [00:02:53.430]➜  go tool buildid -w $WORK/b348/_pkg_.a # internal
2025-08-20T22:41:11.7780702Z [00:02:53.430]➜  cp $WORK/b356/_pkg_.a /root/.cache/go-build/5b/5b812236c61607c4bc92c160345fb290709bfb4afd25292dfff020c716ba12b3-d # internal
2025-08-20T22:41:11.7782369Z [00:02:53.431]➜  github.com/apache/arrow-go/v18/arrow/decimal128
2025-08-20T22:41:11.7783139Z [00:02:53.431]➜  mkdir -p $WORK/b359/
2025-08-20T22:41:11.7783834Z [00:02:53.431]➜  cat >/tmp/go-build3998081543/b359/importcfg << 'EOF' # internal
2025-08-20T22:41:11.7784671Z [00:02:53.431]➜  # import config
2025-08-20T22:41:11.7785080Z [00:02:53.431]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:11.7785795Z [00:02:53.431]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.7786409Z [00:02:53.431]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:11.7786978Z [00:02:53.431]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:11.7787428Z [00:02:53.431]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:11.7787874Z [00:02:53.431]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:11.7788201Z [00:02:53.431]➜  EOF
2025-08-20T22:41:11.7788471Z [00:02:53.431]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:11.7790645Z [00:02:53.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal128=>github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal128;$WORK/b359=>" -p github.com/apache/arrow-go/v18/arrow/decimal128 -lang=go1.23 -complete -installsuffix shared -buildid WX9WI6eVwPA8DKaxafyw/WX9WI6eVwPA8DKaxafyw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b359/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal128/decimal128.go
2025-08-20T22:41:11.7803510Z [00:02:53.432]➜  go tool buildid -w $WORK/b190/_pkg_.a # internal
2025-08-20T22:41:11.7806615Z [00:02:53.433]➜  cp $WORK/b348/_pkg_.a /root/.cache/go-build/78/785bed4ba14081da51765d45b81953cced3b447e1399e86302ae85c258e6b9cd-d # internal
2025-08-20T22:41:11.7829811Z [00:02:53.434]➜  github.com/360EntSecGroup-Skylar/excelize
2025-08-20T22:41:11.7830169Z [00:02:53.434]➜  mkdir -p $WORK/b346/
2025-08-20T22:41:11.7830551Z [00:02:53.435]➜  cat >/tmp/go-build3998081543/b346/importcfg << 'EOF' # internal
2025-08-20T22:41:11.7830936Z [00:02:53.435]➜  # import config
2025-08-20T22:41:11.7831302Z [00:02:53.435]➜  packagefile archive/zip=/tmp/go-build3998081543/b343/_pkg_.a
2025-08-20T22:41:11.7831746Z [00:02:53.435]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:11.7832195Z [00:02:53.435]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:11.7832672Z [00:02:53.435]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:11.7833117Z [00:02:53.435]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:11.7833543Z [00:02:53.435]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.7834031Z [00:02:53.435]➜  packagefile github.com/mohae/deepcopy=/tmp/go-build3998081543/b347/_pkg_.a
2025-08-20T22:41:11.7834517Z [00:02:53.435]➜  packagefile image=/tmp/go-build3998081543/b348/_pkg_.a
2025-08-20T22:41:11.7834960Z [00:02:53.435]➜  packagefile image/color=/tmp/go-build3998081543/b349/_pkg_.a
2025-08-20T22:41:11.7835695Z [00:02:53.435]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:11.7836221Z [00:02:53.435]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:11.7836651Z [00:02:53.435]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:11.7837064Z [00:02:53.435]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:11.7837468Z [00:02:53.435]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:11.7837874Z [00:02:53.435]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:11.7838748Z [00:02:53.435]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:11.7839305Z [00:02:53.435]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:11.7839739Z [00:02:53.435]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:11.7840165Z [00:02:53.435]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:11.7840610Z [00:02:53.435]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:11.7841032Z [00:02:53.435]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:11.7841447Z [00:02:53.435]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:11.7841896Z [00:02:53.435]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:11.7842229Z [00:02:53.435]➜  EOF
2025-08-20T22:41:11.7852997Z [00:02:53.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b346/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1=>github.com/360EntSecGroup-Skylar/excelize@v1.4.1;$WORK/b346=>" -p github.com/360EntSecGroup-Skylar/excelize -lang=go1.16 -complete -installsuffix shared -buildid APRwlUkTM1HX68IIdPHA/APRwlUkTM1HX68IIdPHA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b346/importcfg -pack /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/cell.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/chart.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/col.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/comment.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/datavalidation.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/date.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/excelize.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/file.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/hsl.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/lib.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/picture.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/rows.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/shape.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/sheet.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/sheetpr.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/sheetview.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/styles.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/table.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/templates.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/vmlDrawing.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlChart.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlComments.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlContentTypes.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlDecodeDrawing.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlDrawing.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlSharedStrings.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlStyles.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlTable.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlTheme.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlWorkbook.go /root/go/pkg/mod/github.com/360!ent!sec!group-!skylar/excelize@v1.4.1/xmlWorksheet.go
2025-08-20T22:41:11.8033850Z [00:02:53.456]➜  cp $WORK/b190/_pkg_.a /root/.cache/go-build/4d/4d48825439f2e3238e1d31eb1bd4171fdc0ebae88271b7315c0297e8395da888-d # internal
2025-08-20T22:41:11.8035332Z [00:02:53.456]➜  net/http/httputil
2025-08-20T22:41:11.8035856Z [00:02:53.456]➜  mkdir -p $WORK/b207/
2025-08-20T22:41:11.8036289Z [00:02:53.456]➜  cat >/tmp/go-build3998081543/b207/importcfg << 'EOF' # internal
2025-08-20T22:41:11.8036641Z [00:02:53.456]➜  # import config
2025-08-20T22:41:11.8037068Z [00:02:53.456]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:41:11.8037593Z [00:02:53.456]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:11.8038013Z [00:02:53.456]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:11.8038436Z [00:02:53.456]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:11.8038863Z [00:02:53.456]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:11.8039277Z [00:02:53.456]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.8039820Z [00:02:53.456]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3998081543/b191/_pkg_.a
2025-08-20T22:41:11.8040333Z [00:02:53.456]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:11.8040735Z [00:02:53.456]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:11.8041142Z [00:02:53.456]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:11.8041548Z [00:02:53.456]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:11.8042279Z [00:02:53.456]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:11.8042776Z [00:02:53.456]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:41:11.8043279Z [00:02:53.456]➜  packagefile net/http/internal=/tmp/go-build3998081543/b204/_pkg_.a
2025-08-20T22:41:11.8043799Z [00:02:53.456]➜  packagefile net/http/internal/ascii=/tmp/go-build3998081543/b205/_pkg_.a
2025-08-20T22:41:11.8044302Z [00:02:53.456]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:11.8044761Z [00:02:53.456]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:11.8045189Z [00:02:53.456]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:11.8045858Z [00:02:53.456]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:11.8046273Z [00:02:53.456]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:11.8046582Z [00:02:53.456]➜  EOF
2025-08-20T22:41:11.8048628Z [00:02:53.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b207/_pkg_.a -trimpath "/root/.go/src/net/http/httputil=>net/http/httputil;$WORK/b207=>" -p net/http/httputil -lang=go1.25 -std -complete -installsuffix shared -buildid LuqqpUFZxJvfOSr-2iNh/LuqqpUFZxJvfOSr-2iNh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b207/importcfg -pack /root/.go/src/net/http/httputil/dump.go /root/.go/src/net/http/httputil/httputil.go /root/.go/src/net/http/httputil/persist.go /root/.go/src/net/http/httputil/reverseproxy.go
2025-08-20T22:41:11.8338799Z [00:02:53.486]➜  go tool buildid -w $WORK/b359/_pkg_.a # internal
2025-08-20T22:41:11.8339584Z [00:02:53.486]➜  cp $WORK/b359/_pkg_.a /root/.cache/go-build/bc/bcf1c7eefc33ef1c5d5dbac43b5f3a4077f38f0aca11103df21cce12cfa5efb8-d # internal
2025-08-20T22:41:11.8511160Z [00:02:53.503]➜  github.com/getsentry/sentry-go/internal/ratelimit
2025-08-20T22:41:11.8524949Z [00:02:53.504]➜  mkdir -p $WORK/b210/
2025-08-20T22:41:11.8532957Z [00:02:53.506]➜  cat >/tmp/go-build3998081543/b210/importcfg << 'EOF' # internal
2025-08-20T22:41:11.8535020Z [00:02:53.506]➜  # import config
2025-08-20T22:41:11.8535854Z [00:02:53.506]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:11.8537165Z [00:02:53.506]➜  packagefile golang.org/x/text/cases=/tmp/go-build3998081543/b211/_pkg_.a
2025-08-20T22:41:11.8538013Z [00:02:53.506]➜  packagefile golang.org/x/text/language=/tmp/go-build3998081543/b213/_pkg_.a
2025-08-20T22:41:11.8538634Z [00:02:53.506]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:11.8540215Z [00:02:53.506]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:11.8540728Z [00:02:53.506]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:11.8541160Z [00:02:53.506]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:11.8541582Z [00:02:53.506]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:11.8541895Z [00:02:53.506]➜  EOF
2025-08-20T22:41:11.8545904Z [00:02:53.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit=>github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit;$WORK/b210=>" -p github.com/getsentry/sentry-go/internal/ratelimit -lang=go1.18 -complete -installsuffix shared -buildid czQicYetcCZOmrNHtSDf/czQicYetcCZOmrNHtSDf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b210/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/category.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/deadline.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/doc.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/map.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/rate_limits.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/ratelimit/retry_after.go
2025-08-20T22:41:11.9177432Z [00:02:53.570]➜  go tool buildid -w $WORK/b210/_pkg_.a # internal
2025-08-20T22:41:11.9186562Z [00:02:53.571]➜  cp $WORK/b210/_pkg_.a /root/.cache/go-build/c0/c0b8b7f82a1ee94798301024282d65219d9633cd05aa57fcad06f1e2e3ca3a16-d # internal
2025-08-20T22:41:11.9187191Z [00:02:53.571]➜  github.com/go-openapi/errors
2025-08-20T22:41:11.9187490Z [00:02:53.571]➜  mkdir -p $WORK/b245/
2025-08-20T22:41:11.9195815Z [00:02:53.572]➜  cat >/tmp/go-build3998081543/b245/importcfg << 'EOF' # internal
2025-08-20T22:41:11.9196480Z [00:02:53.572]➜  # import config
2025-08-20T22:41:11.9196985Z [00:02:53.572]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:11.9198328Z [00:02:53.572]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:11.9198819Z [00:02:53.572]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.9199248Z [00:02:53.572]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:11.9199684Z [00:02:53.572]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:11.9200136Z [00:02:53.572]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:11.9200463Z [00:02:53.572]➜  EOF
2025-08-20T22:41:11.9203594Z [00:02:53.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/errors@v0.21.0=>github.com/go-openapi/errors@v0.21.0;$WORK/b245=>" -p github.com/go-openapi/errors -lang=go1.19 -complete -installsuffix shared -buildid N8Ww3YVDk7BSytLrfmE_/N8Ww3YVDk7BSytLrfmE_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b245/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/errors@v0.21.0/api.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.21.0/auth.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.21.0/doc.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.21.0/headers.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.21.0/middleware.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.21.0/parsing.go /root/go/pkg/mod/github.com/go-openapi/errors@v0.21.0/schema.go
2025-08-20T22:41:11.9576852Z [00:02:53.610]➜  go tool buildid -w $WORK/b207/_pkg_.a # internal
2025-08-20T22:41:11.9597180Z [00:02:53.612]➜  cp $WORK/b207/_pkg_.a /root/.cache/go-build/ac/acfa20eae68747c6c9d7b58e51798880f5052948db13416bb4c2422034bf1b9e-d # internal
2025-08-20T22:41:11.9620212Z [00:02:53.614]➜  github.com/getsentry/sentry-go/internal/debug
2025-08-20T22:41:11.9627212Z [00:02:53.615]➜  mkdir -p $WORK/b189/
2025-08-20T22:41:11.9640653Z [00:02:53.616]➜  cat >/tmp/go-build3998081543/b189/importcfg << 'EOF' # internal
2025-08-20T22:41:11.9641746Z [00:02:53.616]➜  # import config
2025-08-20T22:41:11.9642777Z [00:02:53.616]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:11.9643280Z [00:02:53.616]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:11.9643694Z [00:02:53.616]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:11.9644122Z [00:02:53.616]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:11.9644632Z [00:02:53.616]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:41:11.9645141Z [00:02:53.616]➜  packagefile net/http/httputil=/tmp/go-build3998081543/b207/_pkg_.a
2025-08-20T22:41:11.9645722Z [00:02:53.616]➜  EOF
2025-08-20T22:41:11.9647805Z [00:02:53.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b189/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/debug=>github.com/getsentry/sentry-go@v0.27.0/internal/debug;$WORK/b189=>" -p github.com/getsentry/sentry-go/internal/debug -lang=go1.18 -complete -installsuffix shared -buildid fUAF2MmBRqV_OpWza4hT/fUAF2MmBRqV_OpWza4hT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b189/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/internal/debug/transport.go
2025-08-20T22:41:12.0025469Z [00:02:53.655]➜  go tool buildid -w $WORK/b245/_pkg_.a # internal
2025-08-20T22:41:12.0070959Z [00:02:53.659]➜  cp $WORK/b245/_pkg_.a /root/.cache/go-build/db/dbe488ab56465e2c781bca95531c535febcdf50676f6f6f6f300e14a8292535e-d # internal
2025-08-20T22:41:12.0081081Z [00:02:53.660]➜  github.com/go-openapi/strfmt
2025-08-20T22:41:12.0088820Z [00:02:53.661]➜  mkdir -p $WORK/b242/
2025-08-20T22:41:12.0100393Z [00:02:53.662]➜  cat >/tmp/go-build3998081543/b242/importcfg << 'EOF' # internal
2025-08-20T22:41:12.0102213Z [00:02:53.663]➜  # import config
2025-08-20T22:41:12.0102876Z [00:02:53.663]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:12.0103526Z [00:02:53.663]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:12.0116858Z [00:02:53.663]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:12.0117771Z [00:02:53.663]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:12.0118486Z [00:02:53.663]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:12.0119728Z [00:02:53.663]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:12.0120182Z [00:02:53.663]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:12.0120602Z [00:02:53.663]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.0121121Z [00:02:53.663]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3998081543/b243/_pkg_.a
2025-08-20T22:41:12.0121710Z [00:02:53.663]➜  packagefile github.com/go-openapi/errors=/tmp/go-build3998081543/b245/_pkg_.a
2025-08-20T22:41:12.0122272Z [00:02:53.663]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:12.0122849Z [00:02:53.663]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build3998081543/b247/_pkg_.a
2025-08-20T22:41:12.0123409Z [00:02:53.663]➜  packagefile github.com/oklog/ulid=/tmp/go-build3998081543/b248/_pkg_.a
2025-08-20T22:41:12.0123968Z [00:02:53.663]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:41:12.0124610Z [00:02:53.663]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:41:12.0125274Z [00:02:53.663]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:41:12.0126009Z [00:02:53.663]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:12.0126429Z [00:02:53.663]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:12.0127266Z [00:02:53.663]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.0127763Z [00:02:53.663]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:12.0128190Z [00:02:53.663]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.0128617Z [00:02:53.663]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.0129037Z [00:02:53.663]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:12.0129465Z [00:02:53.663]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.0129776Z [00:02:53.663]➜  EOF
2025-08-20T22:41:12.0141337Z [00:02:53.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-openapi/strfmt@v0.22.0=>github.com/go-openapi/strfmt@v0.22.0;$WORK/b242=>" -p github.com/go-openapi/strfmt -lang=go1.19 -complete -installsuffix shared -buildid t84tqQxrPFWCs_c9dPF-/t84tqQxrPFWCs_c9dPF- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b242/importcfg -pack /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.22.0/bson.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.22.0/date.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.22.0/default.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.22.0/doc.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.22.0/duration.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.22.0/format.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.22.0/time.go /root/go/pkg/mod/github.com/go-openapi/strfmt@v0.22.0/ulid.go
2025-08-20T22:41:12.0159025Z [00:02:53.668]➜  go tool buildid -w $WORK/b189/_pkg_.a # internal
2025-08-20T22:41:12.0172942Z [00:02:53.670]➜  cp $WORK/b189/_pkg_.a /root/.cache/go-build/ed/ed108db8658001b1b0b13815c90e077dc02111786652075d4d650f91db4d8f52-d # internal
2025-08-20T22:41:12.0232859Z [00:02:53.676]➜  go tool buildid -w $WORK/b354/_pkg_.a # internal
2025-08-20T22:41:12.0276477Z [00:02:53.680]➜  github.com/getsentry/sentry-go
2025-08-20T22:41:12.0276932Z [00:02:53.680]➜  mkdir -p $WORK/b187/
2025-08-20T22:41:12.0279946Z [00:02:53.680]➜  cat >/tmp/go-build3998081543/b187/importcfg << 'EOF' # internal
2025-08-20T22:41:12.0296727Z [00:02:53.680]➜  # import config
2025-08-20T22:41:12.0297294Z [00:02:53.680]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:12.0297876Z [00:02:53.680]➜  packagefile container/ring=/tmp/go-build3998081543/b188/_pkg_.a
2025-08-20T22:41:12.0298435Z [00:02:53.680]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.0299020Z [00:02:53.680]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:12.0299573Z [00:02:53.680]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:12.0300136Z [00:02:53.680]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:12.0300728Z [00:02:53.680]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:12.0301283Z [00:02:53.680]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:12.0301825Z [00:02:53.680]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:12.0302336Z [00:02:53.680]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.0303021Z [00:02:53.680]➜  packagefile github.com/getsentry/sentry-go/internal/debug=/tmp/go-build3998081543/b189/_pkg_.a
2025-08-20T22:41:12.0303893Z [00:02:53.680]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage=/tmp/go-build3998081543/b208/_pkg_.a
2025-08-20T22:41:12.0304794Z [00:02:53.680]➜  packagefile github.com/getsentry/sentry-go/internal/ratelimit=/tmp/go-build3998081543/b210/_pkg_.a
2025-08-20T22:41:12.0305922Z [00:02:53.680]➜  packagefile github.com/getsentry/sentry-go/internal/traceparser=/tmp/go-build3998081543/b219/_pkg_.a
2025-08-20T22:41:12.0306632Z [00:02:53.680]➜  packagefile go/build=/tmp/go-build3998081543/b220/_pkg_.a
2025-08-20T22:41:12.0307219Z [00:02:53.680]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build3998081543/b235/_pkg_.a
2025-08-20T22:41:12.0308134Z [00:02:53.680]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:12.0308752Z [00:02:53.680]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:12.0309279Z [00:02:53.680]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:12.0309790Z [00:02:53.680]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:12.0310328Z [00:02:53.680]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:12.0310881Z [00:02:53.680]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:12.0311382Z [00:02:53.680]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:12.0311886Z [00:02:53.680]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.0312405Z [00:02:53.680]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:12.0312954Z [00:02:53.680]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:12.0313524Z [00:02:53.680]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:12.0314067Z [00:02:53.680]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:12.0314589Z [00:02:53.680]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.0315107Z [00:02:53.680]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.0315768Z [00:02:53.680]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:12.0316713Z [00:02:53.680]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:12.0317286Z [00:02:53.680]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.0317713Z [00:02:53.680]➜  EOF
2025-08-20T22:41:12.0324893Z [00:02:53.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b187/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0=>github.com/getsentry/sentry-go@v0.27.0;$WORK/b187=>" -p github.com/getsentry/sentry-go -lang=go1.18 -complete -installsuffix shared -buildid 7fDQvTnT2WKtlHL8XHL9/7fDQvTnT2WKtlHL8XHL9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b187/importcfg -pack /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/check_in.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/client.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/doc.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/dsn.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/dynamic_sampling_context.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/hub.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/integrations.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/interfaces.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/profile_sample.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/profiler.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/profiler_other.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/scope.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/sentry.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/sourcereader.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/span_recorder.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/stacktrace.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/stacktrace_go1.20.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/traces_profiler.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/traces_sampler.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/tracing.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/transport.go /root/go/pkg/mod/github.com/getsentry/sentry-go@v0.27.0/util.go
2025-08-20T22:41:12.0350712Z [00:02:53.687]➜  cp $WORK/b354/_pkg_.a /root/.cache/go-build/e1/e1802d33298cadb39a27aa8686d20e9a45c41fd89b833f033224bb40e0acb8bb-d # internal
2025-08-20T22:41:12.0363923Z [00:02:53.688]➜  net/http/httptest
2025-08-20T22:41:12.0364306Z [00:02:53.688]➜  mkdir -p $WORK/b282/
2025-08-20T22:41:12.0365010Z [00:02:53.688]➜  cat >/tmp/go-build3998081543/b282/importcfg << 'EOF' # internal
2025-08-20T22:41:12.0365642Z [00:02:53.688]➜  # import config
2025-08-20T22:41:12.0366126Z [00:02:53.688]➜  importmap golang.org/x/net/http/httpguts=vendor/golang.org/x/net/http/httpguts
2025-08-20T22:41:12.0366632Z [00:02:53.688]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:12.0367054Z [00:02:53.688]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:12.0367494Z [00:02:53.688]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.0367938Z [00:02:53.688]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:12.0368396Z [00:02:53.688]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:12.0368831Z [00:02:53.688]➜  packagefile flag=/tmp/go-build3998081543/b283/_pkg_.a
2025-08-20T22:41:12.0369242Z [00:02:53.688]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.0369779Z [00:02:53.688]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3998081543/b191/_pkg_.a
2025-08-20T22:41:12.0370290Z [00:02:53.688]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:12.0370694Z [00:02:53.688]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:12.0371096Z [00:02:53.688]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:12.0371518Z [00:02:53.688]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:12.0372337Z [00:02:53.688]➜  packagefile net/http/internal/testcert=/tmp/go-build3998081543/b284/_pkg_.a
2025-08-20T22:41:12.0372857Z [00:02:53.688]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:12.0373289Z [00:02:53.688]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:12.0373705Z [00:02:53.688]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.0374133Z [00:02:53.688]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.0374560Z [00:02:53.688]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:12.0374973Z [00:02:53.688]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.0375283Z [00:02:53.688]➜  EOF
2025-08-20T22:41:12.0377328Z [00:02:53.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b282/_pkg_.a -trimpath "/root/.go/src/net/http/httptest=>net/http/httptest;$WORK/b282=>" -p net/http/httptest -lang=go1.25 -std -complete -installsuffix shared -buildid A-Y7AjrAaYe69BjQc_Zc/A-Y7AjrAaYe69BjQc_Zc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b282/importcfg -pack /root/.go/src/net/http/httptest/httptest.go /root/.go/src/net/http/httptest/recorder.go /root/.go/src/net/http/httptest/server.go
2025-08-20T22:41:12.1694625Z [00:02:53.822]➜  go tool buildid -w $WORK/b282/_pkg_.a # internal
2025-08-20T22:41:12.1712846Z [00:02:53.823]➜  cp $WORK/b282/_pkg_.a /root/.cache/go-build/db/db4d3c34feca56a0802fa01cb4f01a21fc30c2957e530c4131b12148ffaa61dc-d # internal
2025-08-20T22:41:12.1800975Z [00:02:53.832]➜  github.com/stretchr/testify/assert
2025-08-20T22:41:12.1815296Z [00:02:53.833]➜  mkdir -p $WORK/b277/
2025-08-20T22:41:12.1815910Z [00:02:53.833]➜  cat >/tmp/go-build3998081543/b277/importcfg << 'EOF' # internal
2025-08-20T22:41:12.1816269Z [00:02:53.833]➜  # import config
2025-08-20T22:41:12.1816611Z [00:02:53.833]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:12.1817035Z [00:02:53.833]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:12.1817513Z [00:02:53.833]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:12.1817961Z [00:02:53.833]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:12.1818373Z [00:02:53.833]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.1818881Z [00:02:53.833]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3998081543/b278/_pkg_.a
2025-08-20T22:41:12.1819856Z [00:02:53.833]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build3998081543/b279/_pkg_.a
2025-08-20T22:41:12.1820582Z [00:02:53.833]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build3998081543/b280/_pkg_.a
2025-08-20T22:41:12.1821109Z [00:02:53.833]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:12.1821535Z [00:02:53.833]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:12.1822004Z [00:02:53.833]➜  packagefile net/http/httptest=/tmp/go-build3998081543/b282/_pkg_.a
2025-08-20T22:41:12.1822479Z [00:02:53.833]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:12.1822889Z [00:02:53.833]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:12.1823297Z [00:02:53.833]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.1823718Z [00:02:53.833]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:12.1824145Z [00:02:53.833]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:12.1824601Z [00:02:53.833]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:12.1825046Z [00:02:53.833]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.1825652Z [00:02:53.833]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.1826095Z [00:02:53.833]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:12.1826544Z [00:02:53.833]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:12.1827191Z [00:02:53.833]➜  EOF
2025-08-20T22:41:12.1831389Z [00:02:53.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b277/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert=>github.com/stretchr/testify@v1.10.0/assert;$WORK/b277=>" -p github.com/stretchr/testify/assert -lang=go1.17 -complete -installsuffix shared -buildid xSnxshe9XwK_LaTV3v1P/xSnxshe9XwK_LaTV3v1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b277/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_compare.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_format.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_forward.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertion_order.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/errors.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/forward_assertions.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/assert/http_assertions.go
2025-08-20T22:41:12.3465462Z [00:02:53.999]➜  go tool buildid -w $WORK/b346/_pkg_.a # internal
2025-08-20T22:41:12.3553828Z [00:02:54.008]➜  cp $WORK/b346/_pkg_.a /root/.cache/go-build/4d/4d492929d90a2d02c56a79d9c608a96a977b4948c12676a79e9b55f257d9ec01-d # internal
2025-08-20T22:41:12.3662496Z [00:02:54.019]➜  github.com/aws/smithy-go/transport/http
2025-08-20T22:41:12.3709647Z [00:02:54.023]➜  mkdir -p $WORK/b324/
2025-08-20T22:41:12.3742437Z [00:02:54.026]➜  cat >/tmp/go-build3998081543/b324/importcfg << 'EOF' # internal
2025-08-20T22:41:12.3742828Z [00:02:54.026]➜  # import config
2025-08-20T22:41:12.3743186Z [00:02:54.026]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.3743634Z [00:02:54.026]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:12.3744123Z [00:02:54.026]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:12.3744594Z [00:02:54.026]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:12.3745041Z [00:02:54.026]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.3745674Z [00:02:54.026]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:12.3746303Z [00:02:54.026]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:41:12.3747190Z [00:02:54.026]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:12.3747874Z [00:02:54.026]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3998081543/b327/_pkg_.a
2025-08-20T22:41:12.3748485Z [00:02:54.026]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:12.3749080Z [00:02:54.026]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3998081543/b328/_pkg_.a
2025-08-20T22:41:12.3749677Z [00:02:54.026]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:12.3750351Z [00:02:54.026]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3998081543/b330/_pkg_.a
2025-08-20T22:41:12.3750916Z [00:02:54.026]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:12.3751318Z [00:02:54.026]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:12.3751747Z [00:02:54.026]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:12.3752223Z [00:02:54.026]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:41:12.3752727Z [00:02:54.026]➜  packagefile net/http/httputil=/tmp/go-build3998081543/b207/_pkg_.a
2025-08-20T22:41:12.3753190Z [00:02:54.026]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:12.3753619Z [00:02:54.026]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.3754333Z [00:02:54.026]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.3754783Z [00:02:54.026]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:12.3755212Z [00:02:54.026]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.3755890Z [00:02:54.026]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:12.3756216Z [00:02:54.026]➜  EOF
2025-08-20T22:41:12.3764674Z [00:02:54.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http=>github.com/aws/smithy-go@v1.22.4/transport/http;$WORK/b324=>" -p github.com/aws/smithy-go/transport/http -lang=go1.22 -complete -installsuffix shared -buildid o4mcOIUIUbdAdodZt7Aa/o4mcOIUIUbdAdodZt7Aa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b324/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/auth.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/auth_schemes.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/checksum_middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/client.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/headerlist.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/host.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/md5_checksum.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/metrics.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_close_response_body.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_content_length.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_header_comment.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_headers.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_http_logging.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_metadata.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/middleware_min_proto.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/properties.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/request.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/response.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/time.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/url.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/transport/http/user_agent.go
2025-08-20T22:41:12.4416693Z [00:02:54.094]➜  go tool buildid -w $WORK/b242/_pkg_.a # internal
2025-08-20T22:41:12.4534425Z [00:02:54.105]➜  cp $WORK/b242/_pkg_.a /root/.cache/go-build/a3/a3104088995774d9dea8167bc0cd825852b515f76f4f8a72b92d620591a5252a-d # internal
2025-08-20T22:41:12.4553276Z [00:02:54.108]➜  github.com/jedib0t/go-pretty/text
2025-08-20T22:41:12.4556111Z [00:02:54.108]➜  mkdir -p $WORK/b241/
2025-08-20T22:41:12.4571965Z [00:02:54.109]➜  cat >/tmp/go-build3998081543/b241/importcfg << 'EOF' # internal
2025-08-20T22:41:12.4583557Z [00:02:54.109]➜  # import config
2025-08-20T22:41:12.4583937Z [00:02:54.109]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:12.4584400Z [00:02:54.109]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:12.4584882Z [00:02:54.109]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.4585459Z [00:02:54.109]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build3998081543/b242/_pkg_.a
2025-08-20T22:41:12.4586075Z [00:02:54.109]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3998081543/b078/_pkg_.a
2025-08-20T22:41:12.4586565Z [00:02:54.109]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:12.4586985Z [00:02:54.109]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.4587817Z [00:02:54.109]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.4588243Z [00:02:54.109]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:12.4588656Z [00:02:54.109]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.4589097Z [00:02:54.109]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:12.4589434Z [00:02:54.109]➜  EOF
2025-08-20T22:41:12.4594810Z [00:02:54.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text=>github.com/jedib0t/go-pretty@v4.3.0+incompatible/text;$WORK/b241=>" -p github.com/jedib0t/go-pretty/text -lang=go1.16 -complete -installsuffix shared -buildid gOTm6jGJqIzkIfsHJtoI/gOTm6jGJqIzkIfsHJtoI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b241/importcfg -pack /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/align.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/ansi.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/ansi_unix.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/color.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/color_html.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/cursor.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/filter.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/format.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/string.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/transformer.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/valign.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/text/wrap.go
2025-08-20T22:41:12.5993364Z [00:02:54.251]➜  go tool buildid -w $WORK/b324/_pkg_.a # internal
2025-08-20T22:41:12.6033248Z [00:02:54.255]➜  go tool buildid -w $WORK/b277/_pkg_.a # internal
2025-08-20T22:41:12.6073041Z [00:02:54.259]➜  cp $WORK/b324/_pkg_.a /root/.cache/go-build/fa/fabb9bf5ce25e8340379414856ce4356c201b55e18dc935b5748db609c34380c-d # internal
2025-08-20T22:41:12.6123923Z [00:02:54.265]➜  cp $WORK/b277/_pkg_.a /root/.cache/go-build/d5/d567abf644e63b0230e19aa655054f5df38521916484c03eae9b736a69493a85-d # internal
2025-08-20T22:41:12.6128933Z [00:02:54.265]➜  github.com/aws/smithy-go/auth/bearer
2025-08-20T22:41:12.6131380Z [00:02:54.265]➜  mkdir -p $WORK/b319/
2025-08-20T22:41:12.6134046Z [00:02:54.265]➜  cat >/tmp/go-build3998081543/b319/importcfg << 'EOF' # internal
2025-08-20T22:41:12.6135701Z [00:02:54.265]➜  # import config
2025-08-20T22:41:12.6136889Z [00:02:54.265]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.6139494Z [00:02:54.265]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.6140295Z [00:02:54.265]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3998081543/b320/_pkg_.a
2025-08-20T22:41:12.6143107Z [00:02:54.265]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3998081543/b321/_pkg_.a
2025-08-20T22:41:12.6144093Z [00:02:54.265]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:12.6146745Z [00:02:54.265]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:12.6147300Z [00:02:54.265]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:12.6147757Z [00:02:54.265]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.6148073Z [00:02:54.265]➜  EOF
2025-08-20T22:41:12.6150769Z [00:02:54.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer=>github.com/aws/smithy-go@v1.22.4/auth/bearer;$WORK/b319=>" -p github.com/aws/smithy-go/auth/bearer -lang=go1.22 -complete -installsuffix shared -buildid NAiOFCmCIl-lUe6Qoq_f/NAiOFCmCIl-lUe6Qoq_f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b319/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer/docs.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer/middleware.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer/token.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/auth/bearer/token_cache.go
2025-08-20T22:41:12.6157710Z [00:02:54.268]➜  github.com/aws/aws-sdk-go-v2/internal/auth
2025-08-20T22:41:12.6158903Z [00:02:54.268]➜  mkdir -p $WORK/b336/
2025-08-20T22:41:12.6175011Z [00:02:54.270]➜  cat >/tmp/go-build3998081543/b336/importcfg << 'EOF' # internal
2025-08-20T22:41:12.6176477Z [00:02:54.270]➜  # import config
2025-08-20T22:41:12.6179301Z [00:02:54.270]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.6180056Z [00:02:54.270]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.6182917Z [00:02:54.270]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:12.6183527Z [00:02:54.270]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:41:12.6184127Z [00:02:54.270]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:12.6184765Z [00:02:54.270]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:12.6185184Z [00:02:54.270]➜  EOF
2025-08-20T22:41:12.6187664Z [00:02:54.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b336/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth;$WORK/b336=>" -p github.com/aws/aws-sdk-go-v2/internal/auth -lang=go1.22 -complete -installsuffix shared -buildid c4sqS-QyNGmBig1hAgMr/c4sqS-QyNGmBig1hAgMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b336/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/scheme.go
2025-08-20T22:41:12.6446974Z [00:02:54.294]➜  go tool buildid -w $WORK/b241/_pkg_.a # internal
2025-08-20T22:41:12.6480964Z [00:02:54.300]➜  cp $WORK/b241/_pkg_.a /root/.cache/go-build/1e/1eefd87342c229a557bd64a2ed811b20910452cf25098826718dfbb5889a7a8d-d # internal
2025-08-20T22:41:12.6483295Z [00:02:54.301]➜  github.com/jedib0t/go-pretty/table
2025-08-20T22:41:12.6487221Z [00:02:54.301]➜  mkdir -p $WORK/b240/
2025-08-20T22:41:12.6505634Z [00:02:54.303]➜  go tool buildid -w $WORK/b187/_pkg_.a # internal
2025-08-20T22:41:12.6508613Z [00:02:54.303]➜  cat >/tmp/go-build3998081543/b240/importcfg << 'EOF' # internal
2025-08-20T22:41:12.6508993Z [00:02:54.303]➜  # import config
2025-08-20T22:41:12.6509328Z [00:02:54.303]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.6509846Z [00:02:54.303]➜  packagefile github.com/jedib0t/go-pretty/text=/tmp/go-build3998081543/b241/_pkg_.a
2025-08-20T22:41:12.6510389Z [00:02:54.303]➜  packagefile html=/tmp/go-build3998081543/b244/_pkg_.a
2025-08-20T22:41:12.6510794Z [00:02:54.303]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:12.6511212Z [00:02:54.303]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.6511631Z [00:02:54.303]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:12.6512052Z [00:02:54.303]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.6512496Z [00:02:54.303]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.6512944Z [00:02:54.303]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:12.6513282Z [00:02:54.303]➜  EOF
2025-08-20T22:41:12.6518268Z [00:02:54.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table=>github.com/jedib0t/go-pretty@v4.3.0+incompatible/table;$WORK/b240=>" -p github.com/jedib0t/go-pretty/table -lang=go1.16 -complete -installsuffix shared -buildid A6PPX71NXaKa_t5OJUwl/A6PPX71NXaKa_t5OJUwl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b240/importcfg -pack /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/config.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/render.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/render_csv.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/render_html.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/render_markdown.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/sort.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/style.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/table.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/util.go /root/go/pkg/mod/github.com/jedib0t/go-pretty@v4.3.0+incompatible/table/writer.go
2025-08-20T22:41:12.6558441Z [00:02:54.308]➜  go tool buildid -w $WORK/b319/_pkg_.a # internal
2025-08-20T22:41:12.6560991Z [00:02:54.308]➜  cp $WORK/b319/_pkg_.a /root/.cache/go-build/97/978682377e1a91fd48356440af158c909b1ddc385f8e785b22f9b7d06f3320d0-d # internal
2025-08-20T22:41:12.6575883Z [00:02:54.310]➜  go tool buildid -w $WORK/b336/_pkg_.a # internal
2025-08-20T22:41:12.6584616Z [00:02:54.311]➜  cp $WORK/b336/_pkg_.a /root/.cache/go-build/ed/ed3d157dda5b87a741795c6b8c66f096a53456aa4eb1833804a9ee447c27783b-d # internal
2025-08-20T22:41:12.6597731Z [00:02:54.312]➜  cp $WORK/b187/_pkg_.a /root/.cache/go-build/8f/8fe86987e1543d0e69ff6b4c99add07ce4a675efcdaa916ef188592c048b2a7a-d # internal
2025-08-20T22:41:12.6606997Z [00:02:54.313]➜  github.com/aws/smithy-go/encoding/httpbinding
2025-08-20T22:41:12.6607568Z [00:02:54.313]➜  mkdir -p $WORK/b337/
2025-08-20T22:41:12.6607905Z [00:02:54.313]➜  github.com/apache/arrow-go/v18/arrow/endian
2025-08-20T22:41:12.6608253Z [00:02:54.313]➜  mkdir -p $WORK/b352/
2025-08-20T22:41:12.6608630Z [00:02:54.313]➜  cat >/tmp/go-build3998081543/b337/importcfg << 'EOF' # internal
2025-08-20T22:41:12.6608976Z [00:02:54.313]➜  # import config
2025-08-20T22:41:12.6609316Z [00:02:54.313]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:12.6609773Z [00:02:54.313]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:12.6612501Z [00:02:54.313]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.6613284Z [00:02:54.313]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:12.6613986Z [00:02:54.313]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:12.6614496Z [00:02:54.313]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:12.6614929Z [00:02:54.313]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:12.6615519Z [00:02:54.313]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.6616037Z [00:02:54.313]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.6616357Z [00:02:54.313]➜  EOF
2025-08-20T22:41:12.6619623Z [00:02:54.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b337/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding=>github.com/aws/smithy-go@v1.22.4/encoding/httpbinding;$WORK/b337=>" -p github.com/aws/smithy-go/encoding/httpbinding -lang=go1.22 -complete -installsuffix shared -buildid p-F04Fc4DzBDtlG6tI_1/p-F04Fc4DzBDtlG6tI_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b337/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/encode.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/header.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/path_replace.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/query.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/httpbinding/uri.go
2025-08-20T22:41:12.6622900Z [00:02:54.313]➜  cat >/tmp/go-build3998081543/b352/importcfg << 'EOF' # internal
2025-08-20T22:41:12.6623242Z [00:02:54.313]➜  # import config
2025-08-20T22:41:12.6623614Z [00:02:54.313]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:12.6624238Z [00:02:54.313]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:12.6624985Z [00:02:54.313]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/flatbuf=/tmp/go-build3998081543/b354/_pkg_.a
2025-08-20T22:41:12.6625629Z [00:02:54.313]➜  EOF
2025-08-20T22:41:12.6627949Z [00:02:54.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/endian=>github.com/apache/arrow-go/v18@v18.3.0/arrow/endian;$WORK/b352=>" -p github.com/apache/arrow-go/v18/arrow/endian -lang=go1.23 -complete -installsuffix shared -buildid Rctr7nJnqPVzXpf7fllo/Rctr7nJnqPVzXpf7fllo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b352/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/endian/endian.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/endian/little.go
2025-08-20T22:41:12.6654036Z [00:02:54.317]➜  github.com/aws/aws-sdk-go-v2/aws
2025-08-20T22:41:12.6654504Z [00:02:54.317]➜  mkdir -p $WORK/b315/
2025-08-20T22:41:12.6665570Z [00:02:54.319]➜  cat >/tmp/go-build3998081543/b315/importcfg << 'EOF' # internal
2025-08-20T22:41:12.6666062Z [00:02:54.319]➜  # import config
2025-08-20T22:41:12.6666415Z [00:02:54.319]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.6666836Z [00:02:54.319]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.6668721Z [00:02:54.319]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3998081543/b316/_pkg_.a
2025-08-20T22:41:12.6669391Z [00:02:54.319]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:12.6670125Z [00:02:54.319]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3998081543/b318/_pkg_.a
2025-08-20T22:41:12.6670806Z [00:02:54.319]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3998081543/b319/_pkg_.a
2025-08-20T22:41:12.6671412Z [00:02:54.319]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:12.6672329Z [00:02:54.319]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:12.6673025Z [00:02:54.319]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3998081543/b331/_pkg_.a
2025-08-20T22:41:12.6673528Z [00:02:54.319]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:12.6673962Z [00:02:54.319]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.6674391Z [00:02:54.319]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.6674846Z [00:02:54.319]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:12.6675325Z [00:02:54.319]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.6675838Z [00:02:54.319]➜  EOF
2025-08-20T22:41:12.6682086Z [00:02:54.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws;$WORK/b315=>" -p github.com/aws/aws-sdk-go-v2/aws -lang=go1.22 -complete -installsuffix shared -buildid 3zeB2FkhJvX4ikf2HODg/3zeB2FkhJvX4ikf2HODg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b315/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/accountid_endpoint_mode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/credential_cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/from_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/logging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/runtime.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/to_ptr.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/version.go
2025-08-20T22:41:12.6713746Z [00:02:54.324]➜  go tool buildid -w $WORK/b352/_pkg_.a # internal
2025-08-20T22:41:12.6718091Z [00:02:54.324]➜  cp $WORK/b352/_pkg_.a /root/.cache/go-build/96/9692e6d3fdc087ace5c156c7a6745959ca71f259072a79b79b34f2a7640a0099-d # internal
2025-08-20T22:41:12.6720217Z [00:02:54.324]➜  github.com/apache/arrow-go/v18/arrow/bitutil
2025-08-20T22:41:12.6720568Z [00:02:54.325]➜  mkdir -p $WORK/b351/
2025-08-20T22:41:12.6724741Z [00:02:54.325]➜  cat >/tmp/go-build3998081543/b351/importcfg << 'EOF' # internal
2025-08-20T22:41:12.6725993Z [00:02:54.325]➜  # import config
2025-08-20T22:41:12.6726339Z [00:02:54.325]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:12.6726769Z [00:02:54.325]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:12.6727340Z [00:02:54.325]➜  packagefile github.com/apache/arrow-go/v18/arrow/endian=/tmp/go-build3998081543/b352/_pkg_.a
2025-08-20T22:41:12.6728053Z [00:02:54.325]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:12.6728764Z [00:02:54.325]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:12.6729295Z [00:02:54.325]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:12.6729723Z [00:02:54.325]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:12.6730046Z [00:02:54.325]➜  EOF
2025-08-20T22:41:12.6734004Z [00:02:54.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b351/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/bitutil=>github.com/apache/arrow-go/v18@v18.3.0/arrow/bitutil;$WORK/b351=>" -p github.com/apache/arrow-go/v18/arrow/bitutil -lang=go1.23 -complete -installsuffix shared -buildid 9hvrTA1mmVHWicl82enE/9hvrTA1mmVHWicl82enE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b351/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/bitutil/bitmap_ops.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/bitutil/bitmap_ops_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/bitutil/bitmaps.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/bitutil/bitutil.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/bitutil/bitutil_bytes.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/bitutil/endian_default.go
2025-08-20T22:41:12.7304389Z [00:02:54.383]➜  go tool buildid -w $WORK/b351/_pkg_.a # internal
2025-08-20T22:41:12.7315736Z [00:02:54.384]➜  cp $WORK/b351/_pkg_.a /root/.cache/go-build/bc/bc1dd3db50e66d892ee12ee8075c5c314c1bb4be719f9444cf49d67a0fc6f102-d # internal
2025-08-20T22:41:12.7340188Z [00:02:54.386]➜  github.com/apache/arrow-go/v18/arrow/decimal256
2025-08-20T22:41:12.7341060Z [00:02:54.386]➜  mkdir -p $WORK/b360/
2025-08-20T22:41:12.7344372Z [00:02:54.387]➜  cat >/tmp/go-build3998081543/b360/importcfg << 'EOF' # internal
2025-08-20T22:41:12.7344759Z [00:02:54.387]➜  # import config
2025-08-20T22:41:12.7345705Z [00:02:54.387]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:12.7346150Z [00:02:54.387]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.7346725Z [00:02:54.387]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:41:12.7347447Z [00:02:54.387]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:12.7348167Z [00:02:54.387]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:12.7348638Z [00:02:54.387]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:12.7349082Z [00:02:54.387]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:12.7349408Z [00:02:54.387]➜  EOF
2025-08-20T22:41:12.7361745Z [00:02:54.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b360/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal256=>github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal256;$WORK/b360=>" -p github.com/apache/arrow-go/v18/arrow/decimal256 -lang=go1.23 -complete -installsuffix shared -buildid fNJFpwh4WfSSuLzza2sD/fNJFpwh4WfSSuLzza2sD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b360/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal256/decimal256.go
2025-08-20T22:41:12.7457629Z [00:02:54.398]➜  go tool buildid -w $WORK/b337/_pkg_.a # internal
2025-08-20T22:41:12.7474526Z [00:02:54.400]➜  cp $WORK/b337/_pkg_.a /root/.cache/go-build/21/215c695c893fa52d96254a5f2bdfcc4e85ef3a1fc6b1c04b389e4bb8728ffd75-d # internal
2025-08-20T22:41:12.7477430Z [00:02:54.400]➜  github.com/apache/arrow-go/v18/arrow/float16
2025-08-20T22:41:12.7477875Z [00:02:54.400]➜  mkdir -p $WORK/b361/
2025-08-20T22:41:12.7480774Z [00:02:54.400]➜  cat >/tmp/go-build3998081543/b361/importcfg << 'EOF' # internal
2025-08-20T22:41:12.7482135Z [00:02:54.400]➜  # import config
2025-08-20T22:41:12.7482562Z [00:02:54.400]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:12.7484517Z [00:02:54.400]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:12.7484946Z [00:02:54.400]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.7485264Z [00:02:54.400]➜  EOF
2025-08-20T22:41:12.7487865Z [00:02:54.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/float16=>github.com/apache/arrow-go/v18@v18.3.0/arrow/float16;$WORK/b361=>" -p github.com/apache/arrow-go/v18/arrow/float16 -lang=go1.23 -complete -installsuffix shared -buildid ok7l2Z8TGhmpZPTR84bK/ok7l2Z8TGhmpZPTR84bK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b361/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/float16/float16.go
2025-08-20T22:41:12.7798768Z [00:02:54.432]➜  go tool buildid -w $WORK/b361/_pkg_.a # internal
2025-08-20T22:41:12.7816911Z [00:02:54.433]➜  cp $WORK/b361/_pkg_.a /root/.cache/go-build/e0/e0f348694561fdb5f78f069e194727680aad80f61a7e0a0469d70ea54e3d47f9-d # internal
2025-08-20T22:41:12.7818818Z [00:02:54.433]➜  github.com/goccy/go-json/internal/errors
2025-08-20T22:41:12.7819392Z [00:02:54.433]➜  mkdir -p $WORK/b365/
2025-08-20T22:41:12.7819811Z [00:02:54.434]➜  cat >/tmp/go-build3998081543/b365/importcfg << 'EOF' # internal
2025-08-20T22:41:12.7820159Z [00:02:54.434]➜  # import config
2025-08-20T22:41:12.7820527Z [00:02:54.434]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.7820952Z [00:02:54.434]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.7821386Z [00:02:54.434]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.7821704Z [00:02:54.434]➜  EOF
2025-08-20T22:41:12.7823650Z [00:02:54.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/errors=>github.com/goccy/go-json@v0.10.5/internal/errors;$WORK/b365=>" -p github.com/goccy/go-json/internal/errors -lang=go1.19 -complete -installsuffix shared -buildid J4ikU8rXT6em6go-WknZ/J4ikU8rXT6em6go-WknZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b365/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/errors/error.go
2025-08-20T22:41:12.8079873Z [00:02:54.460]➜  go tool buildid -w $WORK/b240/_pkg_.a # internal
2025-08-20T22:41:12.8117179Z [00:02:54.463]➜  cp $WORK/b240/_pkg_.a /root/.cache/go-build/98/9831e32ce115af917f94d49bedc497a55997ee705ee08bf5f2cbdf0aaf2d1f72-d # internal
2025-08-20T22:41:12.8118429Z [00:02:54.464]➜  go tool buildid -w $WORK/b365/_pkg_.a # internal
2025-08-20T22:41:12.8126189Z [00:02:54.465]➜  cp $WORK/b365/_pkg_.a /root/.cache/go-build/85/859f69dae42b397c064c25a04c57397b65762cb623b5663fc0e1d156c0a08c10-d # internal
2025-08-20T22:41:12.8129102Z [00:02:54.465]➜  github.com/goccy/go-json/internal/runtime
2025-08-20T22:41:12.8129465Z [00:02:54.465]➜  mkdir -p $WORK/b366/
2025-08-20T22:41:12.8129846Z [00:02:54.465]➜  cat >/tmp/go-build3998081543/b366/importcfg << 'EOF' # internal
2025-08-20T22:41:12.8130192Z [00:02:54.465]➜  # import config
2025-08-20T22:41:12.8130537Z [00:02:54.465]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.8130968Z [00:02:54.465]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.8131390Z [00:02:54.465]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:12.8132151Z [00:02:54.465]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:12.8132530Z [00:02:54.465]➜  EOF
2025-08-20T22:41:12.8135084Z [00:02:54.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/runtime=>github.com/goccy/go-json@v0.10.5/internal/runtime;$WORK/b366=>" -p github.com/goccy/go-json/internal/runtime -lang=go1.19 -complete -installsuffix shared -buildid At7jMBejmh1S1sfYxEdi/At7jMBejmh1S1sfYxEdi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b366/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/runtime/rtype.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/runtime/struct_field.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/runtime/type.go
2025-08-20T22:41:12.8201141Z [00:02:54.472]➜  github.com/flarco/g
2025-08-20T22:41:12.8204164Z [00:02:54.472]➜  mkdir -p $WORK/b083/
2025-08-20T22:41:12.8209989Z [00:02:54.473]➜  go tool buildid -w $WORK/b315/_pkg_.a # internal
2025-08-20T22:41:12.8218970Z [00:02:54.474]➜  cat >/tmp/go-build3998081543/b083/importcfg << 'EOF' # internal
2025-08-20T22:41:12.8219899Z [00:02:54.474]➜  # import config
2025-08-20T22:41:12.8220838Z [00:02:54.474]➜  packagefile archive/tar=/tmp/go-build3998081543/b084/_pkg_.a
2025-08-20T22:41:12.8221582Z [00:02:54.474]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:12.8222493Z [00:02:54.474]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:12.8223548Z [00:02:54.474]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:12.8224246Z [00:02:54.474]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.8225812Z [00:02:54.474]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:41:12.8226306Z [00:02:54.474]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:12.8226785Z [00:02:54.474]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:12.8227242Z [00:02:54.474]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:12.8227699Z [00:02:54.474]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:12.8228153Z [00:02:54.474]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:12.8228637Z [00:02:54.474]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:12.8229145Z [00:02:54.474]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:12.8229616Z [00:02:54.474]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:12.8230085Z [00:02:54.474]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:12.8230528Z [00:02:54.474]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:12.8230945Z [00:02:54.474]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.8231439Z [00:02:54.474]➜  packagefile github.com/fatih/color=/tmp/go-build3998081543/b183/_pkg_.a
2025-08-20T22:41:12.8232028Z [00:02:54.474]➜  packagefile github.com/flarco/g/sizedwaitgroup=/tmp/go-build3998081543/b186/_pkg_.a
2025-08-20T22:41:12.8232632Z [00:02:54.474]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build3998081543/b187/_pkg_.a
2025-08-20T22:41:12.8233203Z [00:02:54.474]➜  packagefile github.com/integrii/flaggy=/tmp/go-build3998081543/b237/_pkg_.a
2025-08-20T22:41:12.8233801Z [00:02:54.474]➜  packagefile github.com/jedib0t/go-pretty/table=/tmp/go-build3998081543/b240/_pkg_.a
2025-08-20T22:41:12.8234385Z [00:02:54.474]➜  packagefile github.com/json-iterator/go=/tmp/go-build3998081543/b257/_pkg_.a
2025-08-20T22:41:12.8234985Z [00:02:54.474]➜  packagefile github.com/orcaman/concurrent-map/v2=/tmp/go-build3998081543/b260/_pkg_.a
2025-08-20T22:41:12.8235709Z [00:02:54.474]➜  packagefile github.com/rs/zerolog=/tmp/go-build3998081543/b261/_pkg_.a
2025-08-20T22:41:12.8236575Z [00:02:54.474]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:41:12.8237197Z [00:02:54.474]➜  packagefile github.com/shirou/gopsutil/v4/cpu=/tmp/go-build3998081543/b265/_pkg_.a
2025-08-20T22:41:12.8237814Z [00:02:54.474]➜  packagefile github.com/shirou/gopsutil/v4/disk=/tmp/go-build3998081543/b270/_pkg_.a
2025-08-20T22:41:12.8238437Z [00:02:54.474]➜  packagefile github.com/shirou/gopsutil/v4/docker=/tmp/go-build3998081543/b271/_pkg_.a
2025-08-20T22:41:12.8239066Z [00:02:54.474]➜  packagefile github.com/shirou/gopsutil/v4/mem=/tmp/go-build3998081543/b272/_pkg_.a
2025-08-20T22:41:12.8239671Z [00:02:54.474]➜  packagefile github.com/shirou/gopsutil/v4/net=/tmp/go-build3998081543/b273/_pkg_.a
2025-08-20T22:41:12.8240292Z [00:02:54.474]➜  packagefile github.com/shirou/gopsutil/v4/process=/tmp/go-build3998081543/b274/_pkg_.a
2025-08-20T22:41:12.8240867Z [00:02:54.474]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:41:12.8241445Z [00:02:54.474]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build3998081543/b277/_pkg_.a
2025-08-20T22:41:12.8242032Z [00:02:54.474]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3998081543/b285/_pkg_.a
2025-08-20T22:41:12.8242566Z [00:02:54.474]➜  packagefile gopkg.in/gomail.v2=/tmp/go-build3998081543/b286/_pkg_.a
2025-08-20T22:41:12.8243068Z [00:02:54.474]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3998081543/b288/_pkg_.a
2025-08-20T22:41:12.8243513Z [00:02:54.474]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:12.8244213Z [00:02:54.474]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:12.8244625Z [00:02:54.474]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:12.8245052Z [00:02:54.474]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:12.8245612Z [00:02:54.474]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:12.8246049Z [00:02:54.474]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:12.8246475Z [00:02:54.474]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:12.8246889Z [00:02:54.474]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:12.8247310Z [00:02:54.474]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:12.8247752Z [00:02:54.474]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:12.8248195Z [00:02:54.474]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.8248630Z [00:02:54.474]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:12.8249054Z [00:02:54.474]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:12.8249470Z [00:02:54.474]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:12.8249887Z [00:02:54.474]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.8250312Z [00:02:54.474]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.8250735Z [00:02:54.474]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:12.8251155Z [00:02:54.474]➜  packagefile testing=/tmp/go-build3998081543/b289/_pkg_.a
2025-08-20T22:41:12.8251604Z [00:02:54.474]➜  packagefile text/template=/tmp/go-build3998081543/b238/_pkg_.a
2025-08-20T22:41:12.8252042Z [00:02:54.474]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.8252463Z [00:02:54.474]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:12.8252791Z [00:02:54.474]➜  EOF
2025-08-20T22:41:12.8257625Z [00:02:54.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/g@v0.1.155=>github.com/flarco/g@v0.1.155;$WORK/b083=>" -p github.com/flarco/g -lang=go1.20 -complete -installsuffix shared -buildid YCXVZ2YfojPk9u3NXQ4M/YCXVZ2YfojPk9u3NXQ4M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b083/importcfg -pack /root/go/pkg/mod/github.com/flarco/g@v0.1.155/cli.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/cypher.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/deindent.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/error.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/filesys.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/hashing.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/helpers.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/helpers_types.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/io.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/logging.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/mail.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/perf.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/reflect.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/routines.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/tokens.go
2025-08-20T22:41:12.8270892Z [00:02:54.478]➜  cp $WORK/b315/_pkg_.a /root/.cache/go-build/44/441c42553180bbd6d1b4c676af239bc1cbb51842e0f625b8f55948e09a1d2661-d # internal
2025-08-20T22:41:12.8271530Z [00:02:54.479]➜  github.com/aws/aws-sdk-go-v2/aws/middleware
2025-08-20T22:41:12.8271850Z [00:02:54.479]➜  mkdir -p $WORK/b332/
2025-08-20T22:41:12.8272173Z [00:02:54.479]➜  go tool buildid -w $WORK/b360/_pkg_.a # internal
2025-08-20T22:41:12.8278841Z [00:02:54.480]➜  cat >/tmp/go-build3998081543/b332/importcfg << 'EOF' # internal
2025-08-20T22:41:12.8279209Z [00:02:54.480]➜  # import config
2025-08-20T22:41:12.8279556Z [00:02:54.480]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.8280274Z [00:02:54.480]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.8280816Z [00:02:54.480]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:12.8281441Z [00:02:54.480]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3998081543/b316/_pkg_.a
2025-08-20T22:41:12.8282092Z [00:02:54.480]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:12.8282720Z [00:02:54.480]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:12.8283329Z [00:02:54.480]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:12.8283922Z [00:02:54.480]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3998081543/b333/_pkg_.a
2025-08-20T22:41:12.8286860Z [00:02:54.480]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:12.8287588Z [00:02:54.480]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:12.8288099Z [00:02:54.480]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:12.8288514Z [00:02:54.480]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:12.8288932Z [00:02:54.480]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:12.8289354Z [00:02:54.480]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.8289781Z [00:02:54.480]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.8290091Z [00:02:54.480]➜  EOF
2025-08-20T22:41:12.8294536Z [00:02:54.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware;$WORK/b332=>" -p github.com/aws/aws-sdk-go-v2/aws/middleware -lang=go1.22 -complete -installsuffix shared -buildid xh0CFtCm56e4UgPCQHzz/xh0CFtCm56e4UgPCQHzz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b332/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/osname.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/recursion_detection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/request_id.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/request_id_retriever.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/middleware/user_agent.go
2025-08-20T22:41:12.8298574Z [00:02:54.481]➜  cp $WORK/b360/_pkg_.a /root/.cache/go-build/48/4819ef7a288afd922b9b1aaae1c03ba5fd7dbc398f64ed981042ae4a97a8d3e9-d # internal
2025-08-20T22:41:12.8346157Z [00:02:54.485]➜  github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
2025-08-20T22:41:12.8349911Z [00:02:54.485]➜  mkdir -p $WORK/b334/
2025-08-20T22:41:12.8350311Z [00:02:54.486]➜  cat >/tmp/go-build3998081543/b334/importcfg << 'EOF' # internal
2025-08-20T22:41:12.8350662Z [00:02:54.486]➜  # import config
2025-08-20T22:41:12.8351026Z [00:02:54.486]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:12.8351498Z [00:02:54.486]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:12.8352045Z [00:02:54.486]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:12.8352703Z [00:02:54.486]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3998081543/b335/_pkg_.a
2025-08-20T22:41:12.8353256Z [00:02:54.486]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:12.8353688Z [00:02:54.486]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:12.8354116Z [00:02:54.486]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.8354958Z [00:02:54.486]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:12.8355511Z [00:02:54.486]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.8355894Z [00:02:54.486]➜  EOF
2025-08-20T22:41:12.8360515Z [00:02:54.486]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4;$WORK/b334=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid cg_7wkEV7RQ5eTyg26Ef/cg_7wkEV7RQ5eTyg26Ef -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b334/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/cache.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/scope.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/internal/v4/util.go
2025-08-20T22:41:12.8451418Z [00:02:54.497]➜  go tool buildid -w $WORK/b366/_pkg_.a # internal
2025-08-20T22:41:12.8464751Z [00:02:54.498]➜  cp $WORK/b366/_pkg_.a /root/.cache/go-build/3e/3e44a22f5ce999876c0d47538734d5a73195cdf535e6acc70e877b392d37413a-d # internal
2025-08-20T22:41:12.8465599Z [00:02:54.498]➜  github.com/apache/arrow-go/v18/arrow/decimal
2025-08-20T22:41:12.8465987Z [00:02:54.499]➜  mkdir -p $WORK/b358/
2025-08-20T22:41:12.8470917Z [00:02:54.499]➜  cat >/tmp/go-build3998081543/b358/importcfg << 'EOF' # internal
2025-08-20T22:41:12.8471301Z [00:02:54.499]➜  # import config
2025-08-20T22:41:12.8471647Z [00:02:54.499]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:12.8472066Z [00:02:54.499]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.8472637Z [00:02:54.499]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:41:12.8473342Z [00:02:54.499]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal256=/tmp/go-build3998081543/b360/_pkg_.a
2025-08-20T22:41:12.8474381Z [00:02:54.499]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:12.8475021Z [00:02:54.499]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:12.8475578Z [00:02:54.499]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:12.8476071Z [00:02:54.499]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:12.8476409Z [00:02:54.499]➜  EOF
2025-08-20T22:41:12.8478723Z [00:02:54.499]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b358/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal=>github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal;$WORK/b358=>" -p github.com/apache/arrow-go/v18/arrow/decimal -lang=go1.23 -complete -installsuffix shared -buildid DLq17Vjw4UzXfhZpUEGB/DLq17Vjw4UzXfhZpUEGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b358/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal/decimal.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/decimal/traits.go
2025-08-20T22:41:12.9012109Z [00:02:54.553]➜  go tool buildid -w $WORK/b332/_pkg_.a # internal
2025-08-20T22:41:12.9019614Z [00:02:54.554]➜  cp $WORK/b332/_pkg_.a /root/.cache/go-build/82/8278e565f6028f20603a1dc445e9d9cbe55aa65628dd15362a24a2cafde372cd-d # internal
2025-08-20T22:41:12.9020239Z [00:02:54.554]➜  github.com/goccy/go-json/internal/decoder
2025-08-20T22:41:12.9020882Z [00:02:54.554]➜  mkdir -p $WORK/b364/
2025-08-20T22:41:12.9021262Z [00:02:54.554]➜  cat >/tmp/go-build3998081543/b364/importcfg << 'EOF' # internal
2025-08-20T22:41:12.9021606Z [00:02:54.554]➜  # import config
2025-08-20T22:41:12.9021948Z [00:02:54.554]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:12.9022372Z [00:02:54.554]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.9022807Z [00:02:54.554]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:12.9023288Z [00:02:54.554]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:12.9023765Z [00:02:54.554]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:12.9024202Z [00:02:54.554]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.9024742Z [00:02:54.554]➜  packagefile github.com/goccy/go-json/internal/errors=/tmp/go-build3998081543/b365/_pkg_.a
2025-08-20T22:41:12.9028422Z [00:02:54.555]➜  packagefile github.com/goccy/go-json/internal/runtime=/tmp/go-build3998081543/b366/_pkg_.a
2025-08-20T22:41:12.9028973Z [00:02:54.555]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:12.9029385Z [00:02:54.555]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:12.9029813Z [00:02:54.555]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:12.9030245Z [00:02:54.555]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.9030680Z [00:02:54.555]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:12.9031100Z [00:02:54.555]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.9031529Z [00:02:54.555]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.9031945Z [00:02:54.555]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:12.9032379Z [00:02:54.555]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:12.9032834Z [00:02:54.555]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:12.9033284Z [00:02:54.555]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:12.9033749Z [00:02:54.555]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:12.9034086Z [00:02:54.555]➜  EOF
2025-08-20T22:41:12.9045910Z [00:02:54.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder=>github.com/goccy/go-json@v0.10.5/internal/decoder;$WORK/b364=>" -p github.com/goccy/go-json/internal/decoder -lang=go1.19 -complete -installsuffix shared -buildid t6e6A8PGnqT2nKAD2Pzl/t6e6A8PGnqT2nKAD2Pzl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b364/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/anonymous_field.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/array.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/assign.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/bool.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/bytes.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/compile.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/compile_norace.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/context.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/float.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/func.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/int.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/interface.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/invalid.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/map.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/number.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/option.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/path.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/ptr.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/slice.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/stream.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/string.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/struct.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/type.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/uint.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/unmarshal_json.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/unmarshal_text.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/decoder/wrapped_string.go
2025-08-20T22:41:12.9317642Z [00:02:54.584]➜  go tool buildid -w $WORK/b358/_pkg_.a # internal
2025-08-20T22:41:12.9335319Z [00:02:54.586]➜  cp $WORK/b358/_pkg_.a /root/.cache/go-build/ae/ae9a47b8a6b433b1121e8536e53907bb3271148344841636c1ea786554564869-d # internal
2025-08-20T22:41:12.9343908Z [00:02:54.587]➜  github.com/goccy/go-json/internal/encoder
2025-08-20T22:41:12.9344264Z [00:02:54.587]➜  mkdir -p $WORK/b367/
2025-08-20T22:41:12.9344645Z [00:02:54.587]➜  cat >/tmp/go-build3998081543/b367/importcfg << 'EOF' # internal
2025-08-20T22:41:12.9346927Z [00:02:54.587]➜  # import config
2025-08-20T22:41:12.9348338Z [00:02:54.587]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:12.9348831Z [00:02:54.587]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.9349279Z [00:02:54.587]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:12.9349798Z [00:02:54.587]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:12.9350278Z [00:02:54.587]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:12.9350732Z [00:02:54.587]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.9351272Z [00:02:54.587]➜  packagefile github.com/goccy/go-json/internal/errors=/tmp/go-build3998081543/b365/_pkg_.a
2025-08-20T22:41:12.9351948Z [00:02:54.587]➜  packagefile github.com/goccy/go-json/internal/runtime=/tmp/go-build3998081543/b366/_pkg_.a
2025-08-20T22:41:12.9352481Z [00:02:54.587]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:12.9352886Z [00:02:54.587]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:12.9353741Z [00:02:54.587]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:12.9354260Z [00:02:54.588]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:12.9354681Z [00:02:54.588]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:12.9355101Z [00:02:54.588]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.9355771Z [00:02:54.588]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.9356220Z [00:02:54.588]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:12.9356662Z [00:02:54.588]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:12.9357123Z [00:02:54.588]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:12.9357456Z [00:02:54.588]➜  EOF
2025-08-20T22:41:12.9363733Z [00:02:54.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder=>github.com/goccy/go-json@v0.10.5/internal/encoder;$WORK/b367=>" -p github.com/goccy/go-json/internal/encoder -lang=go1.19 -complete -installsuffix shared -buildid GJC5mGok-ZgRoTmOGzPl/GJC5mGok-ZgRoTmOGzPl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b367/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/code.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/compact.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/compiler.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/compiler_norace.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/context.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/decode_rune.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/encoder.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/indent.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/int.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/map113.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/opcode.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/option.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/optype.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/query.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/string.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/string_table.go
2025-08-20T22:41:12.9403555Z [00:02:54.592]➜  go tool buildid -w $WORK/b334/_pkg_.a # internal
2025-08-20T22:41:12.9417650Z [00:02:54.594]➜  cp $WORK/b334/_pkg_.a /root/.cache/go-build/17/172ec22f5935377b3f9a211fd13472c39e6f248468382227be0220d9e709a993-d # internal
2025-08-20T22:41:12.9428336Z [00:02:54.595]➜  github.com/aws/aws-sdk-go-v2/aws/signer/v4
2025-08-20T22:41:12.9429250Z [00:02:54.595]➜  mkdir -p $WORK/b314/
2025-08-20T22:41:12.9434628Z [00:02:54.596]➜  cat >/tmp/go-build3998081543/b314/importcfg << 'EOF' # internal
2025-08-20T22:41:12.9435084Z [00:02:54.596]➜  # import config
2025-08-20T22:41:12.9435538Z [00:02:54.596]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:12.9436056Z [00:02:54.596]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:12.9436524Z [00:02:54.596]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:12.9436979Z [00:02:54.596]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:12.9437486Z [00:02:54.596]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:12.9438117Z [00:02:54.596]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:12.9438816Z [00:02:54.596]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3998081543/b334/_pkg_.a
2025-08-20T22:41:12.9439882Z [00:02:54.596]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3998081543/b336/_pkg_.a
2025-08-20T22:41:12.9440605Z [00:02:54.596]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:12.9441280Z [00:02:54.596]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:41:12.9441919Z [00:02:54.596]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:12.9442536Z [00:02:54.596]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:12.9443138Z [00:02:54.596]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:12.9443762Z [00:02:54.596]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:12.9444322Z [00:02:54.596]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:12.9444738Z [00:02:54.596]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:12.9445157Z [00:02:54.596]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:12.9445813Z [00:02:54.596]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:12.9446265Z [00:02:54.596]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:12.9446683Z [00:02:54.596]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:12.9447404Z [00:02:54.596]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:12.9447839Z [00:02:54.596]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:12.9448258Z [00:02:54.596]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:12.9448568Z [00:02:54.596]➜  EOF
2025-08-20T22:41:12.9452878Z [00:02:54.597]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4;$WORK/b314=>" -p github.com/aws/aws-sdk-go-v2/aws/signer/v4 -lang=go1.22 -complete -installsuffix shared -buildid sIUcv1O1ibHW219bkbHw/sIUcv1O1ibHW219bkbHw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b314/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4/stream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/signer/v4/v4.go
2025-08-20T22:41:13.0193140Z [00:02:54.672]➜  go tool buildid -w $WORK/b314/_pkg_.a # internal
2025-08-20T22:41:13.0213907Z [00:02:54.674]➜  cp $WORK/b314/_pkg_.a /root/.cache/go-build/85/85b9833fd529ee674f164d846db07ba974d260bf76dcd5526edbde7a2131bb12-d # internal
2025-08-20T22:41:13.0216777Z [00:02:54.674]➜  golang.org/x/xerrors
2025-08-20T22:41:13.0217084Z [00:02:54.674]➜  mkdir -p $WORK/b372/
2025-08-20T22:41:13.0220939Z [00:02:54.674]➜  cat >/tmp/go-build3998081543/b372/importcfg << 'EOF' # internal
2025-08-20T22:41:13.0221478Z [00:02:54.674]➜  # import config
2025-08-20T22:41:13.0221861Z [00:02:54.675]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:13.0222476Z [00:02:54.675]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:13.0223020Z [00:02:54.675]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:13.0225098Z [00:02:54.675]➜  packagefile golang.org/x/xerrors/internal=/tmp/go-build3998081543/b373/_pkg_.a
2025-08-20T22:41:13.0226057Z [00:02:54.675]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.0226484Z [00:02:54.675]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:13.0226912Z [00:02:54.675]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:13.0227346Z [00:02:54.675]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:13.0228078Z [00:02:54.675]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:13.0228579Z [00:02:54.675]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:13.0229031Z [00:02:54.675]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:13.0229368Z [00:02:54.675]➜  EOF
2025-08-20T22:41:13.0233145Z [00:02:54.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b372/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da=>golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da;$WORK/b372=>" -p golang.org/x/xerrors -lang=go1.18 -complete -installsuffix shared -buildid tgecl2LTzgiBImEK8meW/tgecl2LTzgiBImEK8meW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b372/importcfg -pack /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/adaptor.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/doc.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/errors.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/fmt.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/format.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/frame.go /root/go/pkg/mod/golang.org/x/xerrors@v0.0.0-20240903120638-7835f813f4da/wrap.go
2025-08-20T22:41:13.0984828Z [00:02:54.751]➜  go tool buildid -w $WORK/b372/_pkg_.a # internal
2025-08-20T22:41:13.1014339Z [00:02:54.754]➜  cp $WORK/b372/_pkg_.a /root/.cache/go-build/0c/0ca5a7872f0125a71ed9213b58357f24717ac5289a9b02aa62f718326867bdca-d # internal
2025-08-20T22:41:13.1023183Z [00:02:54.755]➜  hash/maphash
2025-08-20T22:41:13.1041266Z [00:02:54.755]➜  mkdir -p $WORK/b374/
2025-08-20T22:41:13.1051106Z [00:02:54.757]➜  cat >/tmp/go-build3998081543/b374/importcfg << 'EOF' # internal
2025-08-20T22:41:13.1053859Z [00:02:54.758]➜  # import config
2025-08-20T22:41:13.1055021Z [00:02:54.758]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:13.1056236Z [00:02:54.758]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:13.1056805Z [00:02:54.758]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:41:13.1057325Z [00:02:54.758]➜  packagefile internal/goexperiment=/tmp/go-build3998081543/b016/_pkg_.a
2025-08-20T22:41:13.1057696Z [00:02:54.758]➜  EOF
2025-08-20T22:41:13.1067076Z [00:02:54.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b374/_pkg_.a -trimpath "/root/.go/src/hash/maphash=>hash/maphash;$WORK/b374=>" -p hash/maphash -lang=go1.25 -std -complete -installsuffix shared -buildid eNGnSh8Gn7XkHAGK4gTa/eNGnSh8Gn7XkHAGK4gTa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b374/importcfg -pack /root/.go/src/hash/maphash/maphash.go /root/.go/src/hash/maphash/maphash_runtime.go
2025-08-20T22:41:13.1598808Z [00:02:54.812]➜  go tool buildid -w $WORK/b374/_pkg_.a # internal
2025-08-20T22:41:13.1624493Z [00:02:54.815]➜  cp $WORK/b374/_pkg_.a /root/.cache/go-build/71/71eb7aeab5786cfc7a782bcb8b65561caf135fe724c7c77af3e38c364ee42efb-d # internal
2025-08-20T22:41:13.1641304Z [00:02:54.816]➜  github.com/zeebo/xxh3
2025-08-20T22:41:13.1646732Z [00:02:54.817]➜  mkdir -p $WORK/b380/
2025-08-20T22:41:13.1660121Z [00:02:54.818]➜  cat >/tmp/go-build3998081543/b380/importcfg << 'EOF' # internal
2025-08-20T22:41:13.1661553Z [00:02:54.818]➜  # import config
2025-08-20T22:41:13.1662780Z [00:02:54.818]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:13.1663291Z [00:02:54.818]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:13.1663724Z [00:02:54.818]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:13.1664052Z [00:02:54.818]➜  EOF
2025-08-20T22:41:13.1683440Z [00:02:54.820]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2=>github.com/zeebo/xxh3@v1.0.2;$WORK/b380=>" -p github.com/zeebo/xxh3 -lang=go1.17 -complete -installsuffix shared -buildid 9AUCAzFTN8Ad-n_DbeI_/9AUCAzFTN8Ad-n_DbeI_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b380/importcfg -pack /root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2/accum_generic.go /root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2/accum_stubs_other.go /root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2/consts.go /root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2/hash128.go /root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2/hash128_seed.go /root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2/hash64.go /root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2/hash64_seed.go /root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2/hasher.go /root/go/pkg/mod/github.com/zeebo/xxh3@v1.0.2/utils.go
2025-08-20T22:41:13.3564943Z [00:02:55.009]➜  go tool buildid -w $WORK/b367/_pkg_.a # internal
2025-08-20T22:41:13.3649334Z [00:02:55.017]➜  cp $WORK/b367/_pkg_.a /root/.cache/go-build/3d/3d00c49b7e38e798c23e76069524792462c78ff3651bf7e16b93f3ff8e30acfb-d # internal
2025-08-20T22:41:13.3702321Z [00:02:55.023]➜  github.com/goccy/go-json/internal/encoder/vm_color_indent
2025-08-20T22:41:13.3703230Z [00:02:55.023]➜  mkdir -p $WORK/b371/
2025-08-20T22:41:13.3708452Z [00:02:55.023]➜  cat >/tmp/go-build3998081543/b371/importcfg << 'EOF' # internal
2025-08-20T22:41:13.3708820Z [00:02:55.023]➜  # import config
2025-08-20T22:41:13.3709191Z [00:02:55.023]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:13.3709632Z [00:02:55.023]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:13.3725067Z [00:02:55.023]➜  packagefile github.com/goccy/go-json/internal/encoder=/tmp/go-build3998081543/b367/_pkg_.a
2025-08-20T22:41:13.3726456Z [00:02:55.023]➜  packagefile github.com/goccy/go-json/internal/runtime=/tmp/go-build3998081543/b366/_pkg_.a
2025-08-20T22:41:13.3727043Z [00:02:55.023]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:13.3727480Z [00:02:55.023]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:13.3727924Z [00:02:55.023]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:13.3728238Z [00:02:55.023]➜  EOF
2025-08-20T22:41:13.3731093Z [00:02:55.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b371/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color_indent=>github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color_indent;$WORK/b371=>" -p github.com/goccy/go-json/internal/encoder/vm_color_indent -lang=go1.19 -complete -installsuffix shared -buildid dETIsLM7N9WGPiErgqdL/dETIsLM7N9WGPiErgqdL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b371/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color_indent/debug_vm.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color_indent/util.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color_indent/vm.go
2025-08-20T22:41:13.4007582Z [00:02:55.052]➜  go tool buildid -w $WORK/b380/_pkg_.a # internal
2025-08-20T22:41:13.4011086Z [00:02:55.053]➜  cp $WORK/b380/_pkg_.a /root/.cache/go-build/08/083820f46769391eb9a9cbe34d8e98637f5a20948ee79bc47f0de7e257a14e1b-d # internal
2025-08-20T22:41:13.4018424Z [00:02:55.054]➜  github.com/andybalholm/brotli/matchfinder
2025-08-20T22:41:13.4018921Z [00:02:55.054]➜  mkdir -p $WORK/b386/
2025-08-20T22:41:13.4020797Z [00:02:55.055]➜  cat >/tmp/go-build3998081543/b386/importcfg << 'EOF' # internal
2025-08-20T22:41:13.4022049Z [00:02:55.055]➜  # import config
2025-08-20T22:41:13.4022468Z [00:02:55.055]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:13.4022921Z [00:02:55.055]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:13.4023326Z [00:02:55.055]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.4023752Z [00:02:55.055]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:13.4024186Z [00:02:55.055]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:13.4024504Z [00:02:55.055]➜  EOF
2025-08-20T22:41:13.4040559Z [00:02:55.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b386/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder=>github.com/andybalholm/brotli@v1.1.1/matchfinder;$WORK/b386=>" -p github.com/andybalholm/brotli/matchfinder -lang=go1.13 -complete -installsuffix shared -buildid y_A2_fg52C4mLNrhTIKB/y_A2_fg52C4mLNrhTIKB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b386/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/emitter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/m0.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/m4.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/matchfinder.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/matchfinder/textencoder.go
2025-08-20T22:41:13.4063974Z [00:02:55.059]➜  go tool buildid -w $WORK/b364/_pkg_.a # internal
2025-08-20T22:41:13.4118456Z [00:02:55.064]➜  cp $WORK/b364/_pkg_.a /root/.cache/go-build/5c/5ce7d25d292f4efd1f540dd0838ffa33209c6df2151ab3fb4fb92ab53b11a5a7-d # internal
2025-08-20T22:41:13.4119503Z [00:02:55.064]➜  hash/adler32
2025-08-20T22:41:13.4119801Z [00:02:55.064]➜  mkdir -p $WORK/b391/
2025-08-20T22:41:13.4123149Z [00:02:55.065]➜  cat >/tmp/go-build3998081543/b391/importcfg << 'EOF' # internal
2025-08-20T22:41:13.4123575Z [00:02:55.065]➜  # import config
2025-08-20T22:41:13.4123925Z [00:02:55.065]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:13.4124767Z [00:02:55.065]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:13.4125286Z [00:02:55.065]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:13.4125837Z [00:02:55.065]➜  EOF
2025-08-20T22:41:13.4127313Z [00:02:55.065]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b391/_pkg_.a -trimpath "/root/.go/src/hash/adler32=>hash/adler32;$WORK/b391=>" -p hash/adler32 -lang=go1.25 -std -complete -installsuffix shared -buildid zYnB5d9XbU5vl2fMxxwe/zYnB5d9XbU5vl2fMxxwe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b391/importcfg -pack /root/.go/src/hash/adler32/adler32.go
2025-08-20T22:41:13.4278552Z [00:02:55.080]➜  go tool buildid -w $WORK/b391/_pkg_.a # internal
2025-08-20T22:41:13.4283206Z [00:02:55.081]➜  cp $WORK/b391/_pkg_.a /root/.cache/go-build/c4/c4effad20123a08bb8a1021958f599f04434ee49d095cf01dc213a40883c934a-d # internal
2025-08-20T22:41:13.4284810Z [00:02:55.081]➜  compress/zlib
2025-08-20T22:41:13.4285514Z [00:02:55.081]➜  mkdir -p $WORK/b390/
2025-08-20T22:41:13.4289210Z [00:02:55.081]➜  cat >/tmp/go-build3998081543/b390/importcfg << 'EOF' # internal
2025-08-20T22:41:13.4289617Z [00:02:55.081]➜  # import config
2025-08-20T22:41:13.4289964Z [00:02:55.081]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:13.4290429Z [00:02:55.081]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:41:13.4290909Z [00:02:55.081]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:13.4291380Z [00:02:55.081]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:13.4291797Z [00:02:55.081]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:13.4292661Z [00:02:55.081]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:13.4293374Z [00:02:55.081]➜  packagefile hash/adler32=/tmp/go-build3998081543/b391/_pkg_.a
2025-08-20T22:41:13.4294088Z [00:02:55.081]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.4295132Z [00:02:55.081]➜  EOF
2025-08-20T22:41:13.4296901Z [00:02:55.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b390/_pkg_.a -trimpath "/root/.go/src/compress/zlib=>compress/zlib;$WORK/b390=>" -p compress/zlib -lang=go1.25 -std -complete -installsuffix shared -buildid E-spwvnpdd0cpvAhA7T0/E-spwvnpdd0cpvAhA7T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b390/importcfg -pack /root/.go/src/compress/zlib/reader.go /root/.go/src/compress/zlib/writer.go
2025-08-20T22:41:13.4334850Z [00:02:55.086]➜  go tool buildid -w $WORK/b083/_pkg_.a # internal
2025-08-20T22:41:13.4470431Z [00:02:55.099]➜  go tool buildid -w $WORK/b386/_pkg_.a # internal
2025-08-20T22:41:13.4471385Z [00:02:55.099]➜  cp $WORK/b386/_pkg_.a /root/.cache/go-build/75/759fec08fcaa565ec617e6112c3e4537b18a9bcb1016e28fea64d20f89f1e178-d # internal
2025-08-20T22:41:13.4472425Z [00:02:55.099]➜  cp $WORK/b083/_pkg_.a /root/.cache/go-build/52/522cf170c71701d61a35180fb291b7d71ad6fe059c0d8afde41e5bb8b674dfd3-d # internal
2025-08-20T22:41:13.4490989Z [00:02:55.101]➜  github.com/andybalholm/brotli
2025-08-20T22:41:13.4491457Z [00:02:55.101]➜  mkdir -p $WORK/b385/
2025-08-20T22:41:13.4493731Z [00:02:55.102]➜  cat >/tmp/go-build3998081543/b385/importcfg << 'EOF' # internal
2025-08-20T22:41:13.4494114Z [00:02:55.102]➜  # import config
2025-08-20T22:41:13.4506719Z [00:02:55.102]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:13.4508203Z [00:02:55.102]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:13.4508678Z [00:02:55.102]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:13.4509103Z [00:02:55.102]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:13.4509660Z [00:02:55.102]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build3998081543/b386/_pkg_.a
2025-08-20T22:41:13.4510190Z [00:02:55.102]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.4511039Z [00:02:55.102]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:13.4511470Z [00:02:55.102]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:13.4511912Z [00:02:55.102]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:13.4512345Z [00:02:55.102]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:13.4512771Z [00:02:55.102]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:13.4513205Z [00:02:55.102]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:13.4513517Z [00:02:55.102]➜  EOF
2025-08-20T22:41:13.4531298Z [00:02:55.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b385/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1=>github.com/andybalholm/brotli@v1.1.1;$WORK/b385=>" -p github.com/andybalholm/brotli -lang=go1.13 -complete -installsuffix shared -buildid frLpzrBjTdCUp3y8aVQC/frLpzrBjTdCUp3y8aVQC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b385/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/backward_references.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/backward_references_hq.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/bit_cost.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/bit_reader.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/bitwriter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/block_splitter.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/block_splitter_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/block_splitter_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/block_splitter_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/brotli_bit_stream.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/cluster.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/cluster_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/cluster_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/cluster_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/compress_fragment.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/compress_fragment_two_pass.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/constants.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/context.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/decode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/dictionary.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/dictionary_hash.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/encode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/encoder.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/encoder_dict.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/entropy_encode.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/entropy_encode_static.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/fast_log.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/find_match_length.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/h10.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/h5.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/h6.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash_composite.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash_forgetful_chain.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash_longest_match_quickly.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/hash_rolling.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/histogram.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/http.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/huffman.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/literal_cost.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/memory.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/metablock.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/metablock_command.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/metablock_distance.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/metablock_literal.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/params.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/platform.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/prefix.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/prefix_dec.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/quality.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/reader.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/ringbuffer.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/state.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/static_dict.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/static_dict_lut.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/symbol_list.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/transform.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/utf8_util.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/util.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/write_bits.go /root/go/pkg/mod/github.com/andybalholm/brotli@v1.1.1/writer.go
2025-08-20T22:41:13.4561136Z [00:02:55.108]➜  github.com/flarco/g/net
2025-08-20T22:41:13.4561524Z [00:02:55.108]➜  mkdir -p $WORK/b292/
2025-08-20T22:41:13.4570948Z [00:02:55.109]➜  cat >/tmp/go-build3998081543/b292/importcfg << 'EOF' # internal
2025-08-20T22:41:13.4572336Z [00:02:55.109]➜  # import config
2025-08-20T22:41:13.4586547Z [00:02:55.109]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:13.4587008Z [00:02:55.109]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:13.4587490Z [00:02:55.109]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:41:13.4588040Z [00:02:55.109]➜  packagefile github.com/json-iterator/go=/tmp/go-build3998081543/b257/_pkg_.a
2025-08-20T22:41:13.4588607Z [00:02:55.109]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:41:13.4589120Z [00:02:55.109]➜  packagefile gopkg.in/gomail.v2=/tmp/go-build3998081543/b286/_pkg_.a
2025-08-20T22:41:13.4589573Z [00:02:55.109]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.4589993Z [00:02:55.109]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:13.4590425Z [00:02:55.109]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:13.4591181Z [00:02:55.109]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:13.4591675Z [00:02:55.109]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:13.4592103Z [00:02:55.109]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:13.4592532Z [00:02:55.109]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:13.4592951Z [00:02:55.109]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:13.4593272Z [00:02:55.109]➜  EOF
2025-08-20T22:41:13.4596809Z [00:02:55.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b292/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/g@v0.1.155/net=>github.com/flarco/g@v0.1.155/net;$WORK/b292=>" -p github.com/flarco/g/net -lang=go1.20 -complete -installsuffix shared -buildid 8iDGlJt-grgSYaeuoXj4/8iDGlJt-grgSYaeuoXj4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b292/importcfg -pack /root/go/pkg/mod/github.com/flarco/g@v0.1.155/net/discord.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/net/email.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/net/html.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/net/html_entity.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/net/http.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/net/messaging.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/net/msteams.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/net/slack.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/net/url.go
2025-08-20T22:41:13.4671514Z [00:02:55.119]➜  go tool buildid -w $WORK/b390/_pkg_.a # internal
2025-08-20T22:41:13.4692940Z [00:02:55.120]➜  cp $WORK/b390/_pkg_.a /root/.cache/go-build/3e/3e267c749854f7071c1d50d56d4091bd3c89b80269d15d7de76dccc34040c56f-d # internal
2025-08-20T22:41:13.4701182Z [00:02:55.122]➜  github.com/flarco/g/process
2025-08-20T22:41:13.4701528Z [00:02:55.122]➜  mkdir -p $WORK/b293/
2025-08-20T22:41:13.4703289Z [00:02:55.122]➜  cat >/tmp/go-build3998081543/b293/importcfg << 'EOF' # internal
2025-08-20T22:41:13.4704923Z [00:02:55.122]➜  # import config
2025-08-20T22:41:13.4706901Z [00:02:55.122]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:13.4708039Z [00:02:55.122]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:13.4708468Z [00:02:55.122]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:13.4708886Z [00:02:55.122]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:13.4709376Z [00:02:55.122]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:41:13.4709959Z [00:02:55.122]➜  packagefile github.com/shirou/gopsutil/v3/process=/tmp/go-build3998081543/b294/_pkg_.a
2025-08-20T22:41:13.4710534Z [00:02:55.122]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:41:13.4710988Z [00:02:55.122]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.4711384Z [00:02:55.122]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:13.4711806Z [00:02:55.122]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:13.4712233Z [00:02:55.122]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:13.4712662Z [00:02:55.122]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:13.4713129Z [00:02:55.122]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:13.4713546Z [00:02:55.122]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:13.4713977Z [00:02:55.122]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:13.4714286Z [00:02:55.122]➜  EOF
2025-08-20T22:41:13.4716468Z [00:02:55.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b293/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/g@v0.1.155/process=>github.com/flarco/g@v0.1.155/process;$WORK/b293=>" -p github.com/flarco/g/process -lang=go1.20 -complete -installsuffix shared -buildid WBp-Mxh5ND3e9XaGyvNK/WBp-Mxh5ND3e9XaGyvNK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b293/importcfg -pack /root/go/pkg/mod/github.com/flarco/g@v0.1.155/process/process.go
2025-08-20T22:41:13.5841840Z [00:02:55.236]➜  go tool buildid -w $WORK/b293/_pkg_.a # internal
2025-08-20T22:41:13.5860746Z [00:02:55.238]➜  cp $WORK/b293/_pkg_.a /root/.cache/go-build/9a/9a42a8f8fe2db632bd8b74091725d5dbefb34833d15e9008a03adad07f274165-d # internal
2025-08-20T22:41:13.5879505Z [00:02:55.240]➜  github.com/slingdata-io/sling-cli/core
2025-08-20T22:41:13.5883755Z [00:02:55.241]➜  mkdir -p $WORK/b301/
2025-08-20T22:41:13.5884296Z [00:02:55.241]➜  cat >/tmp/go-build3998081543/b301/importcfg << 'EOF' # internal
2025-08-20T22:41:13.5884666Z [00:02:55.241]➜  # import config
2025-08-20T22:41:13.5885058Z [00:02:55.241]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:41:13.5885809Z [00:02:55.241]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:41:13.5886314Z [00:02:55.241]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:13.5886736Z [00:02:55.241]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:13.5887166Z [00:02:55.241]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:13.5887584Z [00:02:55.241]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:13.5888789Z [00:02:55.241]➜  EOF
2025-08-20T22:41:13.5890644Z [00:02:55.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b301/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core=>github.com/slingdata-io/sling-cli/core;$WORK/b301=>" -p github.com/slingdata-io/sling-cli/core -lang=go1.24 -complete -installsuffix shared -buildid kdhc43_dWTggX4Yjm-xy/kdhc43_dWTggX4Yjm-xy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b301/importcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/version.go
2025-08-20T22:41:13.6165758Z [00:02:55.269]➜  go tool buildid -w $WORK/b301/_pkg_.a # internal
2025-08-20T22:41:13.6171259Z [00:02:55.269]➜  cp $WORK/b301/_pkg_.a /root/.cache/go-build/d3/d39c681518a7b21096533666e2489b2d7d4e3da403cd18a3a39c721fb09bbe37-d # internal
2025-08-20T22:41:13.6178723Z [00:02:55.270]➜  github.com/slingdata-io/sling-cli/core/dbio
2025-08-20T22:41:13.6180053Z [00:02:55.270]➜  mkdir -p $WORK/b302/
2025-08-20T22:41:13.6184386Z [00:02:55.271]➜  cat >/tmp/go-build3998081543/b302/importcfg << 'EOF' # internal
2025-08-20T22:41:13.6189017Z [00:02:55.271]➜  # import config
2025-08-20T22:41:13.6197844Z [00:02:55.271]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:13.6198302Z [00:02:55.271]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:41:13.6198754Z [00:02:55.271]➜  packagefile encoding/csv=/tmp/go-build3998081543/b303/_pkg_.a
2025-08-20T22:41:13.6199245Z [00:02:55.271]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:41:13.6199770Z [00:02:55.271]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3998081543/b288/_pkg_.a
2025-08-20T22:41:13.6200243Z [00:02:55.271]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.6200662Z [00:02:55.271]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:13.6201091Z [00:02:55.271]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:13.6201409Z [00:02:55.271]➜  EOF
2025-08-20T22:41:13.6201763Z [00:02:55.271]➜  cat >/tmp/go-build3998081543/b302/embedcfg << 'EOF' # internal
2025-08-20T22:41:13.6202085Z [00:02:55.271]➜  {
2025-08-20T22:41:13.6202349Z [00:02:55.271]➜  	"Patterns": {
2025-08-20T22:41:13.6202596Z [00:02:55.271]➜  		"templates/*": [
2025-08-20T22:41:13.6202883Z [00:02:55.271]➜  			"templates/_properties.yaml",
2025-08-20T22:41:13.6203193Z [00:02:55.271]➜  			"templates/athena.yaml",
2025-08-20T22:41:13.6203490Z [00:02:55.271]➜  			"templates/azuredwh.yaml",
2025-08-20T22:41:13.6203791Z [00:02:55.271]➜  			"templates/azuresql.yaml",
2025-08-20T22:41:13.6204301Z [00:02:55.271]➜  			"templates/azuretable.yaml",
2025-08-20T22:41:13.6205119Z [00:02:55.271]➜  			"templates/base.yaml",
2025-08-20T22:41:13.6205636Z [00:02:55.271]➜  			"templates/bigquery.yaml",
2025-08-20T22:41:13.6205952Z [00:02:55.271]➜  			"templates/bigtable.yaml",
2025-08-20T22:41:13.6206258Z [00:02:55.271]➜  			"templates/clickhouse.yaml",
2025-08-20T22:41:13.6206548Z [00:02:55.271]➜  			"templates/d1.yaml",
2025-08-20T22:41:13.6206838Z [00:02:55.271]➜  			"templates/databricks.yaml",
2025-08-20T22:41:13.6207140Z [00:02:55.271]➜  			"templates/duckdb.yaml",
2025-08-20T22:41:13.6207448Z [00:02:55.271]➜  			"templates/ducklake.yaml",
2025-08-20T22:41:13.6207763Z [00:02:55.271]➜  			"templates/elasticsearch.yaml",
2025-08-20T22:41:13.6208073Z [00:02:55.271]➜  			"templates/exasol.yaml",
2025-08-20T22:41:13.6208361Z [00:02:55.271]➜  			"templates/hive.yaml",
2025-08-20T22:41:13.6208650Z [00:02:55.271]➜  			"templates/iceberg.yaml",
2025-08-20T22:41:13.6208946Z [00:02:55.271]➜  			"templates/mariadb.yaml",
2025-08-20T22:41:13.6209233Z [00:02:55.271]➜  			"templates/mongodb.yaml",
2025-08-20T22:41:13.6209543Z [00:02:55.271]➜  			"templates/motherduck.yaml",
2025-08-20T22:41:13.6209843Z [00:02:55.271]➜  			"templates/mysql.yaml",
2025-08-20T22:41:13.6210129Z [00:02:55.271]➜  			"templates/oracle.yaml",
2025-08-20T22:41:13.6210428Z [00:02:55.271]➜  			"templates/postgres.yaml",
2025-08-20T22:41:13.6210735Z [00:02:55.271]➜  			"templates/profile.def.yaml",
2025-08-20T22:41:13.6211042Z [00:02:55.271]➜  			"templates/profile.yaml",
2025-08-20T22:41:13.6211669Z [00:02:55.271]➜  			"templates/prometheus.yaml",
2025-08-20T22:41:13.6211971Z [00:02:55.271]➜  			"templates/proton.yaml",
2025-08-20T22:41:13.6212268Z [00:02:55.271]➜  			"templates/redshift.yaml",
2025-08-20T22:41:13.6212569Z [00:02:55.271]➜  			"templates/snowflake.yaml",
2025-08-20T22:41:13.6212864Z [00:02:55.271]➜  			"templates/spark.yaml",
2025-08-20T22:41:13.6213151Z [00:02:55.271]➜  			"templates/sqlite.yaml",
2025-08-20T22:41:13.6213446Z [00:02:55.271]➜  			"templates/sqlserver.yaml",
2025-08-20T22:41:13.6213757Z [00:02:55.271]➜  			"templates/starrocks.yaml",
2025-08-20T22:41:13.6214058Z [00:02:55.271]➜  			"templates/trino.yaml",
2025-08-20T22:41:13.6214391Z [00:02:55.271]➜  			"templates/types_general_to_native.tsv",
2025-08-20T22:41:13.6214747Z [00:02:55.271]➜  			"templates/types_native_to_general.tsv",
2025-08-20T22:41:13.6215065Z [00:02:55.271]➜  			"templates/vertica.yaml"
2025-08-20T22:41:13.6215317Z [00:02:55.271]➜  		]
2025-08-20T22:41:13.6251974Z [00:02:55.271]➜  	},
2025-08-20T22:41:13.6252243Z [00:02:55.271]➜  	"Files": {
2025-08-20T22:41:13.6252743Z [00:02:55.271]➜  		"templates/_properties.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/_properties.yaml",
2025-08-20T22:41:13.6253425Z [00:02:55.271]➜  		"templates/athena.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/athena.yaml",
2025-08-20T22:41:13.6254080Z [00:02:55.271]➜  		"templates/azuredwh.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/azuredwh.yaml",
2025-08-20T22:41:13.6254760Z [00:02:55.271]➜  		"templates/azuresql.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/azuresql.yaml",
2025-08-20T22:41:13.6255570Z [00:02:55.271]➜  		"templates/azuretable.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/azuretable.yaml",
2025-08-20T22:41:13.6256279Z [00:02:55.271]➜  		"templates/base.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/base.yaml",
2025-08-20T22:41:13.6256918Z [00:02:55.271]➜  		"templates/bigquery.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/bigquery.yaml",
2025-08-20T22:41:13.6257597Z [00:02:55.271]➜  		"templates/bigtable.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/bigtable.yaml",
2025-08-20T22:41:13.6258285Z [00:02:55.271]➜  		"templates/clickhouse.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/clickhouse.yaml",
2025-08-20T22:41:13.6258920Z [00:02:55.271]➜  		"templates/d1.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/d1.yaml",
2025-08-20T22:41:13.6259556Z [00:02:55.271]➜  		"templates/databricks.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/databricks.yaml",
2025-08-20T22:41:13.6260577Z [00:02:55.271]➜  		"templates/duckdb.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/duckdb.yaml",
2025-08-20T22:41:13.6261303Z [00:02:55.271]➜  		"templates/ducklake.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/ducklake.yaml",
2025-08-20T22:41:13.6262020Z [00:02:55.271]➜  		"templates/elasticsearch.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/elasticsearch.yaml",
2025-08-20T22:41:13.6262720Z [00:02:55.271]➜  		"templates/exasol.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/exasol.yaml",
2025-08-20T22:41:13.6263332Z [00:02:55.271]➜  		"templates/hive.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/hive.yaml",
2025-08-20T22:41:13.6263962Z [00:02:55.271]➜  		"templates/iceberg.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/iceberg.yaml",
2025-08-20T22:41:13.6264609Z [00:02:55.271]➜  		"templates/mariadb.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/mariadb.yaml",
2025-08-20T22:41:13.6265264Z [00:02:55.271]➜  		"templates/mongodb.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/mongodb.yaml",
2025-08-20T22:41:13.6266128Z [00:02:55.271]➜  		"templates/motherduck.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/motherduck.yaml",
2025-08-20T22:41:13.6266783Z [00:02:55.271]➜  		"templates/mysql.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/mysql.yaml",
2025-08-20T22:41:13.6267404Z [00:02:55.271]➜  		"templates/oracle.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/oracle.yaml",
2025-08-20T22:41:13.6268326Z [00:02:55.271]➜  		"templates/postgres.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/postgres.yaml",
2025-08-20T22:41:13.6269015Z [00:02:55.271]➜  		"templates/profile.def.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/profile.def.yaml",
2025-08-20T22:41:13.6269692Z [00:02:55.271]➜  		"templates/profile.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/profile.yaml",
2025-08-20T22:41:13.6270373Z [00:02:55.271]➜  		"templates/prometheus.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/prometheus.yaml",
2025-08-20T22:41:13.6271036Z [00:02:55.271]➜  		"templates/proton.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/proton.yaml",
2025-08-20T22:41:13.6271685Z [00:02:55.271]➜  		"templates/redshift.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/redshift.yaml",
2025-08-20T22:41:13.6272358Z [00:02:55.271]➜  		"templates/snowflake.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/snowflake.yaml",
2025-08-20T22:41:13.6273013Z [00:02:55.271]➜  		"templates/spark.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/spark.yaml",
2025-08-20T22:41:13.6273638Z [00:02:55.271]➜  		"templates/sqlite.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/sqlite.yaml",
2025-08-20T22:41:13.6274292Z [00:02:55.271]➜  		"templates/sqlserver.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/sqlserver.yaml",
2025-08-20T22:41:13.6274972Z [00:02:55.271]➜  		"templates/starrocks.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/starrocks.yaml",
2025-08-20T22:41:13.6275843Z [00:02:55.271]➜  		"templates/trino.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/trino.yaml",
2025-08-20T22:41:13.6276732Z [00:02:55.271]➜  		"templates/types_general_to_native.tsv": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/types_general_to_native.tsv",
2025-08-20T22:41:13.6277599Z [00:02:55.271]➜  		"templates/types_native_to_general.tsv": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/types_native_to_general.tsv",
2025-08-20T22:41:13.6278349Z [00:02:55.271]➜  		"templates/vertica.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/vertica.yaml"
2025-08-20T22:41:13.6278767Z [00:02:55.271]➜  	}
2025-08-20T22:41:13.6278962Z [00:02:55.271]➜  }EOF
2025-08-20T22:41:13.6281295Z [00:02:55.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b302/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio=>github.com/slingdata-io/sling-cli/core/dbio;$WORK/b302=>" -p github.com/slingdata-io/sling-cli/core/dbio -lang=go1.24 -complete -installsuffix shared -buildid 21wCiBrGBVNjvppms4-p/21wCiBrGBVNjvppms4-p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b302/importcfg -embedcfg $WORK/b302/embedcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/dbio.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/dbio_types.go
2025-08-20T22:41:13.6406424Z [00:02:55.293]➜  go tool buildid -w $WORK/b292/_pkg_.a # internal
2025-08-20T22:41:13.6447487Z [00:02:55.297]➜  cp $WORK/b292/_pkg_.a /root/.cache/go-build/66/6686dacbdd844f6642b23d599031640c1d48b7e621d79ccf97e0a6ad6093328b-d # internal
2025-08-20T22:41:13.6456116Z [00:02:55.297]➜  log/slog/internal/buffer
2025-08-20T22:41:13.6456433Z [00:02:55.297]➜  mkdir -p $WORK/b394/
2025-08-20T22:41:13.6463167Z [00:02:55.299]➜  cat >/tmp/go-build3998081543/b394/importcfg << 'EOF' # internal
2025-08-20T22:41:13.6482748Z [00:02:55.299]➜  # import config
2025-08-20T22:41:13.6483120Z [00:02:55.299]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:13.6483434Z [00:02:55.299]➜  EOF
2025-08-20T22:41:13.6485092Z [00:02:55.299]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b394/_pkg_.a -trimpath "/root/.go/src/log/slog/internal/buffer=>log/slog/internal/buffer;$WORK/b394=>" -p log/slog/internal/buffer -lang=go1.25 -std -complete -installsuffix shared -buildid xzxUO5vP-XvNEJOhwgu0/xzxUO5vP-XvNEJOhwgu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b394/importcfg -pack /root/.go/src/log/slog/internal/buffer/buffer.go
2025-08-20T22:41:13.6604207Z [00:02:55.313]➜  go tool buildid -w $WORK/b394/_pkg_.a # internal
2025-08-20T22:41:13.6608034Z [00:02:55.313]➜  cp $WORK/b394/_pkg_.a /root/.cache/go-build/32/325b843a00aa831889a4a40fa80477b1acb02285e9a98777f8df242b94b4c827-d # internal
2025-08-20T22:41:13.6614857Z [00:02:55.314]➜  log/slog
2025-08-20T22:41:13.6615582Z [00:02:55.314]➜  mkdir -p $WORK/b392/
2025-08-20T22:41:13.6617159Z [00:02:55.314]➜  cat >/tmp/go-build3998081543/b392/importcfg << 'EOF' # internal
2025-08-20T22:41:13.6622173Z [00:02:55.314]➜  # import config
2025-08-20T22:41:13.6622631Z [00:02:55.314]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:13.6623071Z [00:02:55.314]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:13.6623512Z [00:02:55.314]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:13.6623972Z [00:02:55.314]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:13.6624414Z [00:02:55.314]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:13.6624849Z [00:02:55.314]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:13.6625253Z [00:02:55.314]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.6625789Z [00:02:55.314]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:13.6626235Z [00:02:55.314]➜  packagefile log/internal=/tmp/go-build3998081543/b072/_pkg_.a
2025-08-20T22:41:13.6626718Z [00:02:55.314]➜  packagefile log/slog/internal=/tmp/go-build3998081543/b393/_pkg_.a
2025-08-20T22:41:13.6627573Z [00:02:55.314]➜  packagefile log/slog/internal/buffer=/tmp/go-build3998081543/b394/_pkg_.a
2025-08-20T22:41:13.6628118Z [00:02:55.314]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:13.6628539Z [00:02:55.314]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:13.6628966Z [00:02:55.314]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:13.6629386Z [00:02:55.314]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:13.6629822Z [00:02:55.314]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:13.6630250Z [00:02:55.314]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:13.6630668Z [00:02:55.314]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:13.6631102Z [00:02:55.314]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:13.6631534Z [00:02:55.314]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:13.6631963Z [00:02:55.314]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:13.6632414Z [00:02:55.314]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:13.6632804Z [00:02:55.314]➜  EOF
2025-08-20T22:41:13.6635148Z [00:02:55.314]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b392/_pkg_.a -trimpath "/root/.go/src/log/slog=>log/slog;$WORK/b392=>" -p log/slog -lang=go1.25 -std -complete -installsuffix shared -buildid nhnpwUMZh03h3VIHK5N1/nhnpwUMZh03h3VIHK5N1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b392/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-20T22:41:13.7530073Z [00:02:55.405]➜  go tool buildid -w $WORK/b302/_pkg_.a # internal
2025-08-20T22:41:13.7548916Z [00:02:55.407]➜  cp $WORK/b302/_pkg_.a /root/.cache/go-build/82/82a65235b74108e1107b8e7461451ff3e58f0afdd82ac2ba8dc04330cecc602a-d # internal
2025-08-20T22:41:13.7556237Z [00:02:55.408]➜  github.com/golang/snappy
2025-08-20T22:41:13.7558817Z [00:02:55.408]➜  mkdir -p $WORK/b395/
2025-08-20T22:41:13.7560247Z [00:02:55.408]➜  echo -n > $WORK/b395/go_asm.h # internal
2025-08-20T22:41:13.7560671Z [00:02:55.408]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T22:41:13.7562051Z [00:02:55.408]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b395=>" -I $WORK/b395/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b395/symabis ./decode_arm64.s ./encode_arm64.s
2025-08-20T22:41:13.7582178Z [00:02:55.410]➜  cat >/tmp/go-build3998081543/b395/importcfg << 'EOF' # internal
2025-08-20T22:41:13.7585050Z [00:02:55.410]➜  # import config
2025-08-20T22:41:13.7585694Z [00:02:55.410]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:13.7586371Z [00:02:55.410]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:13.7591092Z [00:02:55.410]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:13.7591542Z [00:02:55.410]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.7591875Z [00:02:55.410]➜  EOF
2025-08-20T22:41:13.7592150Z [00:02:55.410]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:13.7595324Z [00:02:55.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b395/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b395=>" -p github.com/golang/snappy -lang=go1.16 -installsuffix shared -buildid BcBINpMWhUQoiplmyGIJ/BcBINpMWhUQoiplmyGIJ -goversion go1.25.0 -symabis $WORK/b395/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b395/importcfg -pack -asmhdr $WORK/b395/go_asm.h /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/decode.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/decode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/encode.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/encode_asm.go /root/go/pkg/mod/github.com/golang/snappy@v1.0.0/snappy.go
2025-08-20T22:41:13.7841350Z [00:02:55.436]➜  cd /root/go/pkg/mod/github.com/golang/snappy@v1.0.0
2025-08-20T22:41:13.7845322Z [00:02:55.436]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b395=>" -I $WORK/b395/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b395/decode_arm64.o ./decode_arm64.s
2025-08-20T22:41:13.7892191Z [00:02:55.441]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/golang/snappy -trimpath "/root/go/pkg/mod/github.com/golang/snappy@v1.0.0=>github.com/golang/snappy@v1.0.0;$WORK/b395=>" -I $WORK/b395/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b395/encode_arm64.o ./encode_arm64.s
2025-08-20T22:41:13.8005161Z [00:02:55.453]➜  go tool pack r $WORK/b395/_pkg_.a $WORK/b395/decode_arm64.o $WORK/b395/encode_arm64.o # internal
2025-08-20T22:41:13.8006596Z [00:02:55.453]➜  go tool buildid -w $WORK/b395/_pkg_.a # internal
2025-08-20T22:41:13.8009809Z [00:02:55.453]➜  cp $WORK/b395/_pkg_.a /root/.cache/go-build/29/29f0546ce21c09b99958b7c72792967414edbecf56515aa18972cc0bcd7c1983-d # internal
2025-08-20T22:41:13.8013886Z [00:02:55.454]➜  github.com/klauspost/compress/flate
2025-08-20T22:41:13.8015471Z [00:02:55.454]➜  mkdir -p $WORK/b397/
2025-08-20T22:41:13.8018626Z [00:02:55.454]➜  cat >/tmp/go-build3998081543/b397/importcfg << 'EOF' # internal
2025-08-20T22:41:13.8019434Z [00:02:55.454]➜  # import config
2025-08-20T22:41:13.8020064Z [00:02:55.454]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:13.8020701Z [00:02:55.454]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:13.8021559Z [00:02:55.454]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:41:13.8022529Z [00:02:55.454]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:13.8023458Z [00:02:55.454]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:13.8024099Z [00:02:55.454]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:13.8036538Z [00:02:55.454]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3998081543/b398/_pkg_.a
2025-08-20T22:41:13.8037718Z [00:02:55.454]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.8038550Z [00:02:55.454]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:13.8039677Z [00:02:55.454]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:13.8040122Z [00:02:55.454]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:13.8040570Z [00:02:55.454]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:13.8040896Z [00:02:55.454]➜  EOF
2025-08-20T22:41:13.8041173Z [00:02:55.454]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:13.8048636Z [00:02:55.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b397/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate=>github.com/klauspost/compress@v1.18.0/flate;$WORK/b397=>" -p github.com/klauspost/compress/flate -lang=go1.22 -complete -installsuffix shared -buildid MKfQD_GgWZCSu5Pg4zmV/MKfQD_GgWZCSu5Pg4zmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b397/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/deflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/dict_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/fast_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_bit_writer.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_code.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByFreq.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/huffman_sortByLiteral.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/inflate_gen.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level1.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level2.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level3.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level4.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level5.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/level6.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/regmask_other.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/stateless.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/flate/token.go
2025-08-20T22:41:13.8680519Z [00:02:55.520]➜  go tool buildid -w $WORK/b392/_pkg_.a # internal
2025-08-20T22:41:13.8713359Z [00:02:55.523]➜  cp $WORK/b392/_pkg_.a /root/.cache/go-build/fc/fc4e0fdd5fd87e3885c0b9f5fd7a76629914c489769f82e180cb6659aed59c6e-d # internal
2025-08-20T22:41:13.8726762Z [00:02:55.525]➜  github.com/apache/thrift/lib/go/thrift
2025-08-20T22:41:13.8727343Z [00:02:55.525]➜  mkdir -p $WORK/b389/
2025-08-20T22:41:13.8732236Z [00:02:55.525]➜  cat >/tmp/go-build3998081543/b389/importcfg << 'EOF' # internal
2025-08-20T22:41:13.8747593Z [00:02:55.525]➜  # import config
2025-08-20T22:41:13.8747976Z [00:02:55.525]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:13.8748401Z [00:02:55.525]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:13.8748850Z [00:02:55.525]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:13.8749320Z [00:02:55.525]➜  packagefile compress/zlib=/tmp/go-build3998081543/b390/_pkg_.a
2025-08-20T22:41:13.8749795Z [00:02:55.525]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:13.8750241Z [00:02:55.525]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:13.8750713Z [00:02:55.525]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:13.8751200Z [00:02:55.525]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:13.8751677Z [00:02:55.525]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:13.8752153Z [00:02:55.525]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:13.8752599Z [00:02:55.525]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:13.8753012Z [00:02:55.525]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:13.8753415Z [00:02:55.525]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:13.8753818Z [00:02:55.525]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:13.8754247Z [00:02:55.525]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:13.8754673Z [00:02:55.525]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:13.8755079Z [00:02:55.525]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:13.8755765Z [00:02:55.525]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:13.8756230Z [00:02:55.525]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:13.8756660Z [00:02:55.525]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:13.8757075Z [00:02:55.525]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:13.8757504Z [00:02:55.525]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:13.8757931Z [00:02:55.525]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:13.8758347Z [00:02:55.525]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:13.8759110Z [00:02:55.525]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:13.8759626Z [00:02:55.525]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:13.8760056Z [00:02:55.525]➜  packagefile testing=/tmp/go-build3998081543/b289/_pkg_.a
2025-08-20T22:41:13.8760475Z [00:02:55.525]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:13.8760781Z [00:02:55.525]➜  EOF
2025-08-20T22:41:13.8793336Z [00:02:55.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b389/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift=>github.com/apache/thrift@v0.21.0/lib/go/thrift;$WORK/b389=>" -p github.com/apache/thrift/lib/go/thrift -lang=go1.22 -complete -installsuffix shared -buildid 1CcnVlnt5G9rg9th_ExR/1CcnVlnt5G9rg9th_ExR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b389/importcfg -pack /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/application_exception.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/binary_protocol.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/buffered_transport.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/client.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/compact_protocol.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/configuration.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/context.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/debug_protocol.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/deserializer.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/duplicate_protocol.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/exception.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/framed_transport.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/header_context.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/header_protocol.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/header_transport.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/http_client.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/http_transport.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/iostream_transport.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/json_protocol.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/logger.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/memory_buffer.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/messagetype.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/middleware.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/multiplexed_protocol.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/numeric.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/pointerize.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/pool.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/processor_factory.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/protocol.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/protocol_exception.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/protocol_factory.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/response_helper.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/rich_transport.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/serializer.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/server.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/server_socket.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/server_transport.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/simple_json_protocol.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/simple_server.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/slog.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/socket.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/socket_conn.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/socket_unix_conn.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/ssl_server_socket.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/ssl_socket.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/transport.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/transport_exception.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/transport_factory.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/type.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/uuid.go /root/go/pkg/mod/github.com/apache/thrift@v0.21.0/lib/go/thrift/zlib_transport.go
2025-08-20T22:41:14.1658734Z [00:02:55.818]➜  go tool buildid -w $WORK/b397/_pkg_.a # internal
2025-08-20T22:41:14.1743145Z [00:02:55.827]➜  cp $WORK/b397/_pkg_.a /root/.cache/go-build/d9/d9605a545e3b1ef7cf335ae520bbd7b73e1cc13a20431bf054dccd8e4508fb15-d # internal
2025-08-20T22:41:14.1751927Z [00:02:55.828]➜  github.com/klauspost/compress/gzip
2025-08-20T22:41:14.1768814Z [00:02:55.829]➜  mkdir -p $WORK/b396/
2025-08-20T22:41:14.1772049Z [00:02:55.830]➜  cat >/tmp/go-build3998081543/b396/importcfg << 'EOF' # internal
2025-08-20T22:41:14.1772837Z [00:02:55.830]➜  # import config
2025-08-20T22:41:14.1773189Z [00:02:55.830]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:14.1773833Z [00:02:55.830]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:14.1774444Z [00:02:55.830]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:14.1775004Z [00:02:55.830]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:14.1775720Z [00:02:55.830]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:14.1776411Z [00:02:55.830]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3998081543/b397/_pkg_.a
2025-08-20T22:41:14.1777075Z [00:02:55.830]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:14.1777622Z [00:02:55.830]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:14.1778134Z [00:02:55.830]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:14.1778575Z [00:02:55.830]➜  EOF
2025-08-20T22:41:14.1780750Z [00:02:55.830]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b396/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/gzip=>github.com/klauspost/compress@v1.18.0/gzip;$WORK/b396=>" -p github.com/klauspost/compress/gzip -lang=go1.22 -complete -installsuffix shared -buildid yWna78M8_UcT8mxlwXn8/yWna78M8_UcT8mxlwXn8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b396/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-20T22:41:14.2366090Z [00:02:55.889]➜  go tool buildid -w $WORK/b396/_pkg_.a # internal
2025-08-20T22:41:14.2403933Z [00:02:55.890]➜  cp $WORK/b396/_pkg_.a /root/.cache/go-build/2d/2d9e85f2bcef8b66f2f3420f6728be81086eeeb63ac80f84017448949dbe4ac3-d # internal
2025-08-20T22:41:14.2404633Z [00:02:55.890]➜  github.com/klauspost/compress/fse
2025-08-20T22:41:14.2404953Z [00:02:55.890]➜  mkdir -p $WORK/b402/
2025-08-20T22:41:14.2405474Z [00:02:55.891]➜  cat >/tmp/go-build3998081543/b402/importcfg << 'EOF' # internal
2025-08-20T22:41:14.2405876Z [00:02:55.891]➜  # import config
2025-08-20T22:41:14.2406254Z [00:02:55.891]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:14.2406712Z [00:02:55.891]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:14.2407127Z [00:02:55.891]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:14.2407874Z [00:02:55.891]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:14.2408365Z [00:02:55.891]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:14.2408688Z [00:02:55.891]➜  EOF
2025-08-20T22:41:14.2411894Z [00:02:55.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/fse=>github.com/klauspost/compress@v1.18.0/fse;$WORK/b402=>" -p github.com/klauspost/compress/fse -lang=go1.22 -complete -installsuffix shared -buildid bxHx-ffo5RT64TL76bRz/bxHx-ffo5RT64TL76bRz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b402/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-20T22:41:14.3375928Z [00:02:55.990]➜  go tool buildid -w $WORK/b402/_pkg_.a # internal
2025-08-20T22:41:14.3392461Z [00:02:55.992]➜  cp $WORK/b402/_pkg_.a /root/.cache/go-build/c0/c070af0304919ae0aa00c386825a4a2e7e33671f724c4601531edfa2a8580a77-d # internal
2025-08-20T22:41:14.3401630Z [00:02:55.993]➜  github.com/klauspost/compress/huff0
2025-08-20T22:41:14.3408605Z [00:02:55.993]➜  mkdir -p $WORK/b401/
2025-08-20T22:41:14.3419462Z [00:02:55.994]➜  cat >/tmp/go-build3998081543/b401/importcfg << 'EOF' # internal
2025-08-20T22:41:14.3421068Z [00:02:55.994]➜  # import config
2025-08-20T22:41:14.3421823Z [00:02:55.994]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:14.3422451Z [00:02:55.994]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:14.3423426Z [00:02:55.994]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3998081543/b402/_pkg_.a
2025-08-20T22:41:14.3424375Z [00:02:55.994]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3998081543/b398/_pkg_.a
2025-08-20T22:41:14.3425590Z [00:02:55.994]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:14.3426099Z [00:02:55.994]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:14.3426538Z [00:02:55.994]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:14.3426980Z [00:02:55.994]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:14.3427427Z [00:02:55.994]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:14.3427740Z [00:02:55.994]➜  EOF
2025-08-20T22:41:14.3441394Z [00:02:55.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0=>github.com/klauspost/compress@v1.18.0/huff0;$WORK/b401=>" -p github.com/klauspost/compress/huff0 -lang=go1.22 -complete -installsuffix shared -buildid E1zN2auDOzH3LvtzUSUY/E1zN2auDOzH3LvtzUSUY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b401/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/compress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/decompress_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/huff0/huff0.go
2025-08-20T22:41:14.4753460Z [00:02:56.128]➜  go tool buildid -w $WORK/b401/_pkg_.a # internal
2025-08-20T22:41:14.4777508Z [00:02:56.130]➜  cp $WORK/b401/_pkg_.a /root/.cache/go-build/ba/ba98cdf2a93c878e04029161e8b5dcf1e5507031ff8e832b5f9ebd9e394eefc6-d # internal
2025-08-20T22:41:14.4809670Z [00:02:56.133]➜  github.com/klauspost/compress/internal/snapref
2025-08-20T22:41:14.4821735Z [00:02:56.135]➜  mkdir -p $WORK/b403/
2025-08-20T22:41:14.4832203Z [00:02:56.136]➜  cat >/tmp/go-build3998081543/b403/importcfg << 'EOF' # internal
2025-08-20T22:41:14.4833035Z [00:02:56.136]➜  # import config
2025-08-20T22:41:14.4833702Z [00:02:56.136]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:14.4834420Z [00:02:56.136]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:14.4835136Z [00:02:56.136]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:14.4836190Z [00:02:56.136]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:14.4836572Z [00:02:56.136]➜  EOF
2025-08-20T22:41:14.4867178Z [00:02:56.139]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b403/_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/b403=>" -p github.com/klauspost/compress/internal/snapref -lang=go1.22 -complete -installsuffix shared -buildid TvYxzjslCLS4o9G1Sb3D/TvYxzjslCLS4o9G1Sb3D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b403/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-20T22:41:14.5404050Z [00:02:56.192]➜  go tool buildid -w $WORK/b403/_pkg_.a # internal
2025-08-20T22:41:14.5419194Z [00:02:56.194]➜  cp $WORK/b403/_pkg_.a /root/.cache/go-build/05/05fd846634fbd647c25e552d8a9a6a188ef498bf5afe4474a819aed37d03f438-d # internal
2025-08-20T22:41:14.5421992Z [00:02:56.194]➜  github.com/klauspost/compress/zstd/internal/xxhash
2025-08-20T22:41:14.5423105Z [00:02:56.194]➜  mkdir -p $WORK/b404/
2025-08-20T22:41:14.5424159Z [00:02:56.195]➜  echo -n > $WORK/b404/go_asm.h # internal
2025-08-20T22:41:14.5424914Z [00:02:56.195]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T22:41:14.5457881Z [00:02:56.195]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b404=>" -I $WORK/b404/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b404/symabis ./xxhash_arm64.s
2025-08-20T22:41:14.5543426Z [00:02:56.207]➜  cat >/tmp/go-build3998081543/b404/importcfg << 'EOF' # internal
2025-08-20T22:41:14.5544295Z [00:02:56.207]➜  # import config
2025-08-20T22:41:14.5546673Z [00:02:56.207]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:14.5547263Z [00:02:56.207]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:14.5547710Z [00:02:56.207]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:14.5548037Z [00:02:56.207]➜  EOF
2025-08-20T22:41:14.5548341Z [00:02:56.207]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:14.5551456Z [00:02:56.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b404/_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/b404=>" -p github.com/klauspost/compress/zstd/internal/xxhash -lang=go1.22 -installsuffix shared -buildid BsMI3q2JKCQLklBgxug0/BsMI3q2JKCQLklBgxug0 -goversion go1.25.0 -symabis $WORK/b404/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b404/importcfg -pack -asmhdr $WORK/b404/go_asm.h /root/go/pkg/mod/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-20T22:41:14.6144060Z [00:02:56.266]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash
2025-08-20T22:41:14.6148186Z [00:02:56.267]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/compress/zstd/internal/xxhash -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash=>github.com/klauspost/compress@v1.18.0/zstd/internal/xxhash;$WORK/b404=>" -I $WORK/b404/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b404/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T22:41:14.6259432Z [00:02:56.278]➜  go tool pack r $WORK/b404/_pkg_.a $WORK/b404/xxhash_arm64.o # internal
2025-08-20T22:41:14.6259962Z [00:02:56.278]➜  go tool buildid -w $WORK/b404/_pkg_.a # internal
2025-08-20T22:41:14.6260641Z [00:02:56.278]➜  cp $WORK/b404/_pkg_.a /root/.cache/go-build/a3/a3b50f0c78abb4e589b327f22a5f6a942f41a99fe7386ff2839c191eec9c8d1d-d # internal
2025-08-20T22:41:14.6271390Z [00:02:56.279]➜  github.com/klauspost/compress/zstd
2025-08-20T22:41:14.6272256Z [00:02:56.279]➜  mkdir -p $WORK/b399/
2025-08-20T22:41:14.6272999Z [00:02:56.279]➜  cat >/tmp/go-build3998081543/b399/importcfg << 'EOF' # internal
2025-08-20T22:41:14.6273559Z [00:02:56.279]➜  # import config
2025-08-20T22:41:14.6274277Z [00:02:56.279]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:14.6274807Z [00:02:56.279]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:14.6276922Z [00:02:56.279]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:14.6277807Z [00:02:56.279]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:14.6278292Z [00:02:56.279]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:14.6278733Z [00:02:56.279]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:14.6279147Z [00:02:56.279]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:14.6279652Z [00:02:56.279]➜  packagefile github.com/klauspost/compress=/tmp/go-build3998081543/b400/_pkg_.a
2025-08-20T22:41:14.6280271Z [00:02:56.279]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3998081543/b401/_pkg_.a
2025-08-20T22:41:14.6280921Z [00:02:56.279]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3998081543/b398/_pkg_.a
2025-08-20T22:41:14.6281634Z [00:02:56.279]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3998081543/b403/_pkg_.a
2025-08-20T22:41:14.6282369Z [00:02:56.279]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3998081543/b404/_pkg_.a
2025-08-20T22:41:14.6282970Z [00:02:56.279]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:14.6283392Z [00:02:56.279]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:14.6283795Z [00:02:56.279]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:14.6284201Z [00:02:56.279]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:14.6284628Z [00:02:56.279]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:14.6285070Z [00:02:56.279]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:14.6285736Z [00:02:56.279]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:14.6286193Z [00:02:56.279]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:14.6286607Z [00:02:56.279]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:14.6287026Z [00:02:56.279]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:14.6287467Z [00:02:56.279]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:14.6287885Z [00:02:56.279]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:14.6288190Z [00:02:56.279]➜  EOF
2025-08-20T22:41:14.6288462Z [00:02:56.279]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:14.6323497Z [00:02:56.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b399/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd=>github.com/klauspost/compress@v1.18.0/zstd;$WORK/b399=>" -p github.com/klauspost/compress/zstd -lang=go1.22 -complete -installsuffix shared -buildid jpscWRjVMIu4U0tBz2YJ/jpscWRjVMIu4U0tBz2YJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b399/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitreader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bitwriter.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blockenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/blocktype_string.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytebuf.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/bytereader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decodeheader.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/decoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/dict.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_base.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_best.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_better.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_dfast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/enc_fast.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/encoder_options.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/framedec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/frameenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_decoder_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_encoder.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/fse_predefined.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/hash.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/history.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/matchlen_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqdec_generic.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/seqenc.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/snappy.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zip.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/zstd/zstd.go
2025-08-20T22:41:14.7293054Z [00:02:56.381]➜  go tool buildid -w $WORK/b389/_pkg_.a # internal
2025-08-20T22:41:14.7541040Z [00:02:56.406]➜  cp $WORK/b389/_pkg_.a /root/.cache/go-build/e3/e319ff49733d0810e6174e21287640dd41d85a4ada1424f337f97aea5fb05328-d # internal
2025-08-20T22:41:14.7576947Z [00:02:56.410]➜  github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet
2025-08-20T22:41:14.7589619Z [00:02:56.410]➜  mkdir -p $WORK/b388/
2025-08-20T22:41:14.7590037Z [00:02:56.410]➜  cat >/tmp/go-build3998081543/b388/importcfg << 'EOF' # internal
2025-08-20T22:41:14.7590391Z [00:02:56.410]➜  # import config
2025-08-20T22:41:14.7590732Z [00:02:56.410]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:14.7591161Z [00:02:56.410]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:14.7591675Z [00:02:56.410]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:14.7592141Z [00:02:56.410]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:14.7592556Z [00:02:56.410]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:14.7593086Z [00:02:56.410]➜  packagefile github.com/apache/thrift/lib/go/thrift=/tmp/go-build3998081543/b389/_pkg_.a
2025-08-20T22:41:14.7593615Z [00:02:56.410]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:14.7594381Z [00:02:56.410]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:14.7594887Z [00:02:56.410]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:14.7595311Z [00:02:56.410]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:14.7596283Z [00:02:56.410]➜  EOF
2025-08-20T22:41:14.7599466Z [00:02:56.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b388/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/gen-go/parquet=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/gen-go/parquet;$WORK/b388=>" -p github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet -lang=go1.23 -complete -installsuffix shared -buildid s19n8Cui2Lz9mRZDquY_/s19n8Cui2Lz9mRZDquY_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b388/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/gen-go/parquet/GoUnusedProtection__.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/gen-go/parquet/parquet-consts.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/gen-go/parquet/parquet.go
2025-08-20T22:41:15.2517305Z [00:02:56.904]➜  go tool buildid -w $WORK/b399/_pkg_.a # internal
2025-08-20T22:41:15.2589317Z [00:02:56.911]➜  cp $WORK/b399/_pkg_.a /root/.cache/go-build/29/29756d8fb3ad31e897e65bb6e2d891487813a15b5c0fb4d98b5429e0350804cc-d # internal
2025-08-20T22:41:15.2593386Z [00:02:56.912]➜  github.com/pierrec/lz4/v4/internal/lz4block
2025-08-20T22:41:15.2593739Z [00:02:56.912]➜  mkdir -p $WORK/b406/
2025-08-20T22:41:15.2596867Z [00:02:56.912]➜  echo -n > $WORK/b406/go_asm.h # internal
2025-08-20T22:41:15.2597570Z [00:02:56.912]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block
2025-08-20T22:41:15.2600231Z [00:02:56.912]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block;$WORK/b406=>" -I $WORK/b406/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b406/symabis ./decode_arm64.s
2025-08-20T22:41:15.2670635Z [00:02:56.919]➜  go tool buildid -w $WORK/b385/_pkg_.a # internal
2025-08-20T22:41:15.2684575Z [00:02:56.921]➜  cat >/tmp/go-build3998081543/b406/importcfg << 'EOF' # internal
2025-08-20T22:41:15.2685312Z [00:02:56.921]➜  # import config
2025-08-20T22:41:15.2686728Z [00:02:56.921]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:15.2687805Z [00:02:56.921]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3998081543/b407/_pkg_.a
2025-08-20T22:41:15.2688860Z [00:02:56.921]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:15.2689302Z [00:02:56.921]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:15.2689615Z [00:02:56.921]➜  EOF
2025-08-20T22:41:15.2689884Z [00:02:56.921]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:15.2692782Z [00:02:56.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b406/_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/b406=>" -p github.com/pierrec/lz4/v4/internal/lz4block -lang=go1.14 -installsuffix shared -buildid t9nfjR8I5HVAloNXgjNM/t9nfjR8I5HVAloNXgjNM -goversion go1.25.0 -symabis $WORK/b406/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b406/importcfg -pack -asmhdr $WORK/b406/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-20T22:41:15.2841201Z [00:02:56.936]➜  cp $WORK/b385/_pkg_.a /root/.cache/go-build/b3/b3820f41b2425436b311aed1e85d01fe2f369647568b49ae03a550165aed4c70-d # internal
2025-08-20T22:41:15.2846756Z [00:02:56.937]➜  github.com/pierrec/lz4/v4/internal/xxh32
2025-08-20T22:41:15.2848432Z [00:02:56.937]➜  mkdir -p $WORK/b409/
2025-08-20T22:41:15.2850353Z [00:02:56.937]➜  cat >/tmp/go-build3998081543/b409/importcfg << 'EOF' # internal
2025-08-20T22:41:15.2852864Z [00:02:56.937]➜  # import config
2025-08-20T22:41:15.2853537Z [00:02:56.937]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:15.2854093Z [00:02:56.937]➜  EOF
2025-08-20T22:41:15.2856752Z [00:02:56.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b409/_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/b409=>" -p github.com/pierrec/lz4/v4/internal/xxh32 -lang=go1.14 -complete -installsuffix shared -buildid N7f0BjFoMdyAmKbd30eo/N7f0BjFoMdyAmKbd30eo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b409/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-20T22:41:15.3213575Z [00:02:56.973]➜  go tool buildid -w $WORK/b409/_pkg_.a # internal
2025-08-20T22:41:15.3214389Z [00:02:56.974]➜  cp $WORK/b409/_pkg_.a /root/.cache/go-build/bb/bb0c7ef46862a13be00a66b862511489005fd62f90b7960a756065d942faca98-d # internal
2025-08-20T22:41:15.3218473Z [00:02:56.974]➜  github.com/klauspost/cpuid/v2
2025-08-20T22:41:15.3218819Z [00:02:56.974]➜  mkdir -p $WORK/b416/
2025-08-20T22:41:15.3220784Z [00:02:56.974]➜  echo -n > $WORK/b416/go_asm.h # internal
2025-08-20T22:41:15.3222629Z [00:02:56.975]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10
2025-08-20T22:41:15.3231770Z [00:02:56.975]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10=>github.com/klauspost/cpuid/v2@v2.2.10;$WORK/b416=>" -I $WORK/b416/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b416/symabis ./cpuid_arm64.s
2025-08-20T22:41:15.3285715Z [00:02:56.981]➜  cat >/tmp/go-build3998081543/b416/importcfg << 'EOF' # internal
2025-08-20T22:41:15.3286170Z [00:02:56.981]➜  # import config
2025-08-20T22:41:15.3286551Z [00:02:56.981]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:15.3287009Z [00:02:56.981]➜  packagefile flag=/tmp/go-build3998081543/b283/_pkg_.a
2025-08-20T22:41:15.3287422Z [00:02:56.981]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.3287863Z [00:02:56.981]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:15.3288288Z [00:02:56.981]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:15.3288716Z [00:02:56.981]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:15.3289133Z [00:02:56.981]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:15.3289549Z [00:02:56.981]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:15.3289991Z [00:02:56.981]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:15.3290421Z [00:02:56.981]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.3290738Z [00:02:56.981]➜  EOF
2025-08-20T22:41:15.3297474Z [00:02:56.982]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:15.3300916Z [00:02:56.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10=>github.com/klauspost/cpuid/v2@v2.2.10;$WORK/b416=>" -p github.com/klauspost/cpuid/v2 -lang=go1.22 -installsuffix shared -buildid z3m8esCfCNkKghynaY1O/z3m8esCfCNkKghynaY1O -goversion go1.25.0 -symabis $WORK/b416/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b416/importcfg -pack -asmhdr $WORK/b416/go_asm.h /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10/cpuid.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10/detect_arm64.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10/featureid_string.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10/os_linux_arm64.go /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10/os_unsafe_linux_arm64.go
2025-08-20T22:41:15.3303733Z [00:02:56.982]➜  cd /root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block
2025-08-20T22:41:15.3305268Z [00:02:56.982]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/pierrec/lz4/v4/internal/lz4block -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block=>github.com/pierrec/lz4/v4@v4.1.22/internal/lz4block;$WORK/b406=>" -I $WORK/b406/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b406/decode_arm64.o ./decode_arm64.s
2025-08-20T22:41:15.3343558Z [00:02:56.987]➜  go tool pack r $WORK/b406/_pkg_.a $WORK/b406/decode_arm64.o # internal
2025-08-20T22:41:15.3344370Z [00:02:56.987]➜  go tool buildid -w $WORK/b406/_pkg_.a # internal
2025-08-20T22:41:15.3350815Z [00:02:56.987]➜  cp $WORK/b406/_pkg_.a /root/.cache/go-build/ec/ec6718654d1a68b8aae9247096c6422455c523fa4740f71978362304e3480a12-d # internal
2025-08-20T22:41:15.3351508Z [00:02:56.988]➜  github.com/pierrec/lz4/v4/internal/lz4stream
2025-08-20T22:41:15.3351836Z [00:02:56.988]➜  mkdir -p $WORK/b408/
2025-08-20T22:41:15.3371200Z [00:02:56.989]➜  cat >/tmp/go-build3998081543/b408/importcfg << 'EOF' # internal
2025-08-20T22:41:15.3371856Z [00:02:56.990]➜  # import config
2025-08-20T22:41:15.3372356Z [00:02:56.990]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:15.3373719Z [00:02:56.990]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.3374660Z [00:02:56.990]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3998081543/b406/_pkg_.a
2025-08-20T22:41:15.3375627Z [00:02:56.990]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3998081543/b407/_pkg_.a
2025-08-20T22:41:15.3376391Z [00:02:56.990]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build3998081543/b409/_pkg_.a
2025-08-20T22:41:15.3376922Z [00:02:56.990]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.3377369Z [00:02:56.990]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:15.3377798Z [00:02:56.990]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:15.3378105Z [00:02:56.990]➜  EOF
2025-08-20T22:41:15.3378376Z [00:02:56.990]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:15.3381122Z [00:02:56.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b408/_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/b408=>" -p github.com/pierrec/lz4/v4/internal/lz4stream -lang=go1.14 -complete -installsuffix shared -buildid Epg8DcjHVgRFyefo3JMs/Epg8DcjHVgRFyefo3JMs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b408/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-20T22:41:15.3938424Z [00:02:57.046]➜  go tool buildid -w $WORK/b408/_pkg_.a # internal
2025-08-20T22:41:15.3959765Z [00:02:57.048]➜  cp $WORK/b408/_pkg_.a /root/.cache/go-build/1c/1c2b2dc301c0ba7777808bbd0392e6c642cc48d06b37826560074453d1309d81-d # internal
2025-08-20T22:41:15.4025313Z [00:02:57.055]➜  github.com/pierrec/lz4/v4
2025-08-20T22:41:15.4027763Z [00:02:57.055]➜  mkdir -p $WORK/b405/
2025-08-20T22:41:15.4029643Z [00:02:57.055]➜  cat >/tmp/go-build3998081543/b405/importcfg << 'EOF' # internal
2025-08-20T22:41:15.4030658Z [00:02:57.055]➜  # import config
2025-08-20T22:41:15.4031170Z [00:02:57.055]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:15.4031775Z [00:02:57.055]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:15.4032735Z [00:02:57.055]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.4034114Z [00:02:57.055]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3998081543/b406/_pkg_.a
2025-08-20T22:41:15.4035083Z [00:02:57.055]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3998081543/b407/_pkg_.a
2025-08-20T22:41:15.4036236Z [00:02:57.055]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build3998081543/b408/_pkg_.a
2025-08-20T22:41:15.4037375Z [00:02:57.055]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.4038233Z [00:02:57.055]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:15.4039327Z [00:02:57.055]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:15.4039757Z [00:02:57.055]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:15.4040074Z [00:02:57.055]➜  EOF
2025-08-20T22:41:15.4043368Z [00:02:57.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4/v4@v4.1.22=>github.com/pierrec/lz4/v4@v4.1.22;$WORK/b405=>" -p github.com/pierrec/lz4/v4 -lang=go1.14 -complete -installsuffix shared -buildid xSfGTrAFmRBXu8Km_BnV/xSfGTrAFmRBXu8Km_BnV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b405/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-20T22:41:15.5279640Z [00:02:57.180]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10
2025-08-20T22:41:15.5283857Z [00:02:57.180]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/klauspost/cpuid/v2 -trimpath "/root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10=>github.com/klauspost/cpuid/v2@v2.2.10;$WORK/b416=>" -I $WORK/b416/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b416/cpuid_arm64.o ./cpuid_arm64.s
2025-08-20T22:41:15.5285027Z [00:02:57.181]➜  go tool buildid -w $WORK/b405/_pkg_.a # internal
2025-08-20T22:41:15.5299967Z [00:02:57.182]➜  cp $WORK/b405/_pkg_.a /root/.cache/go-build/83/83bfcd987185d3ecde52edbd37ae64615f07b0a50fe74004b0fe47f26faf45f6-d # internal
2025-08-20T22:41:15.5312759Z [00:02:57.184]➜  github.com/cespare/xxhash/v2
2025-08-20T22:41:15.5314208Z [00:02:57.184]➜  mkdir -p $WORK/b422/
2025-08-20T22:41:15.5318299Z [00:02:57.184]➜  echo -n > $WORK/b422/go_asm.h # internal
2025-08-20T22:41:15.5321215Z [00:02:57.185]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T22:41:15.5324818Z [00:02:57.185]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b422=>" -I $WORK/b422/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b422/symabis ./xxhash_arm64.s
2025-08-20T22:41:15.5343529Z [00:02:57.187]➜  cd /root/go/pkg/mod/github.com/klauspost/cpuid/v2@v2.2.10
2025-08-20T22:41:15.5346626Z [00:02:57.187]➜  go tool pack r $WORK/b416/_pkg_.a $WORK/b416/cpuid_arm64.o # internal
2025-08-20T22:41:15.5347243Z [00:02:57.187]➜  go tool buildid -w $WORK/b416/_pkg_.a # internal
2025-08-20T22:41:15.5353807Z [00:02:57.188]➜  cat >/tmp/go-build3998081543/b422/importcfg << 'EOF' # internal
2025-08-20T22:41:15.5354236Z [00:02:57.188]➜  # import config
2025-08-20T22:41:15.5354611Z [00:02:57.188]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:15.5355250Z [00:02:57.188]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:15.5355963Z [00:02:57.188]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:15.5356391Z [00:02:57.188]➜  EOF
2025-08-20T22:41:15.5357046Z [00:02:57.188]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:15.5360124Z [00:02:57.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b422=>" -p github.com/cespare/xxhash/v2 -lang=go1.11 -installsuffix shared -buildid R0L0PSHpZmQQtsmBizg6/R0L0PSHpZmQQtsmBizg6 -goversion go1.25.0 -symabis $WORK/b422/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b422/importcfg -pack -asmhdr $WORK/b422/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-20T22:41:15.5368105Z [00:02:57.189]➜  cp $WORK/b416/_pkg_.a /root/.cache/go-build/06/06420b95b228f18a3fa4522e6346a07dcf96a4f22d57f90846af4647d3b452db-d # internal
2025-08-20T22:41:15.5373925Z [00:02:57.190]➜  github.com/apache/arrow-go/v18/parquet/internal/bmi
2025-08-20T22:41:15.5374987Z [00:02:57.190]➜  mkdir -p $WORK/b415/
2025-08-20T22:41:15.5379728Z [00:02:57.190]➜  echo -n > $WORK/b415/go_asm.h # internal
2025-08-20T22:41:15.5383550Z [00:02:57.191]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi
2025-08-20T22:41:15.5385852Z [00:02:57.191]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/parquet/internal/bmi -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi;$WORK/b415=>" -I $WORK/b415/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b415/symabis ./bitmap_neon_arm64.s
2025-08-20T22:41:15.5416898Z [00:02:57.194]➜  cat >/tmp/go-build3998081543/b415/importcfg << 'EOF' # internal
2025-08-20T22:41:15.5417326Z [00:02:57.194]➜  # import config
2025-08-20T22:41:15.5417675Z [00:02:57.194]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.5418190Z [00:02:57.194]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build3998081543/b416/_pkg_.a
2025-08-20T22:41:15.5418731Z [00:02:57.194]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:15.5419155Z [00:02:57.194]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:15.5419576Z [00:02:57.194]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.5419895Z [00:02:57.194]➜  EOF
2025-08-20T22:41:15.5430234Z [00:02:57.195]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:15.5436434Z [00:02:57.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi;$WORK/b415=>" -p github.com/apache/arrow-go/v18/parquet/internal/bmi -lang=go1.23 -installsuffix shared -buildid bWSLnfzLoROsAtVApwGc/bWSLnfzLoROsAtVApwGc -goversion go1.25.0 -symabis $WORK/b415/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b415/importcfg -pack -asmhdr $WORK/b415/go_asm.h /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi/bitmap_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi/bmi.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi/bmi_arm64.go
2025-08-20T22:41:15.5527357Z [00:02:57.205]➜  go tool buildid -w $WORK/b371/_pkg_.a # internal
2025-08-20T22:41:15.5590446Z [00:02:57.211]➜  cp $WORK/b371/_pkg_.a /root/.cache/go-build/20/20536c257c2de64c574858e444e5ee22aeacbfd698e93922d667e868fd1d34ba-d # internal
2025-08-20T22:41:15.5592337Z [00:02:57.211]➜  github.com/goccy/go-json/internal/encoder/vm_color
2025-08-20T22:41:15.5592691Z [00:02:57.211]➜  mkdir -p $WORK/b370/
2025-08-20T22:41:15.5593072Z [00:02:57.212]➜  cat >/tmp/go-build3998081543/b370/importcfg << 'EOF' # internal
2025-08-20T22:41:15.5593658Z [00:02:57.212]➜  # import config
2025-08-20T22:41:15.5594032Z [00:02:57.212]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:15.5594870Z [00:02:57.212]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.5595682Z [00:02:57.212]➜  packagefile github.com/goccy/go-json/internal/encoder=/tmp/go-build3998081543/b367/_pkg_.a
2025-08-20T22:41:15.5596480Z [00:02:57.212]➜  packagefile github.com/goccy/go-json/internal/encoder/vm_color_indent=/tmp/go-build3998081543/b371/_pkg_.a
2025-08-20T22:41:15.5597189Z [00:02:57.212]➜  packagefile github.com/goccy/go-json/internal/runtime=/tmp/go-build3998081543/b366/_pkg_.a
2025-08-20T22:41:15.5597734Z [00:02:57.212]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:15.5598155Z [00:02:57.212]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:15.5598603Z [00:02:57.212]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:15.5598914Z [00:02:57.212]➜  EOF
2025-08-20T22:41:15.5601914Z [00:02:57.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b370/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color=>github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color;$WORK/b370=>" -p github.com/goccy/go-json/internal/encoder/vm_color -lang=go1.19 -complete -installsuffix shared -buildid tZ-vtIx7ylWQB5eX7ixe/tZ-vtIx7ylWQB5eX7ixe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b370/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color/debug_vm.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color/hack.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color/util.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_color/vm.go
2025-08-20T22:41:15.5673733Z [00:02:57.220]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi
2025-08-20T22:41:15.5676358Z [00:02:57.220]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/parquet/internal/bmi -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi;$WORK/b415=>" -I $WORK/b415/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b415/bitmap_neon_arm64.o ./bitmap_neon_arm64.s
2025-08-20T22:41:15.5688298Z [00:02:57.221]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T22:41:15.5689658Z [00:02:57.221]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/cespare/xxhash/v2 -trimpath "/root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0=>github.com/cespare/xxhash/v2@v2.3.0;$WORK/b422=>" -I $WORK/b422/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b422/xxhash_arm64.o ./xxhash_arm64.s
2025-08-20T22:41:15.5715186Z [00:02:57.224]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/bmi
2025-08-20T22:41:15.5716030Z [00:02:57.224]➜  go tool pack r $WORK/b415/_pkg_.a $WORK/b415/bitmap_neon_arm64.o # internal
2025-08-20T22:41:15.5717151Z [00:02:57.224]➜  go tool buildid -w $WORK/b415/_pkg_.a # internal
2025-08-20T22:41:15.5726357Z [00:02:57.225]➜  cp $WORK/b415/_pkg_.a /root/.cache/go-build/27/27597af34a3a9df56314bf09b929ad2cdd1ed94b732ad022b3817c4d265eae3e-d # internal
2025-08-20T22:41:15.5727254Z [00:02:57.225]➜  golang.org/x/exp/mmap
2025-08-20T22:41:15.5727867Z [00:02:57.225]➜  mkdir -p $WORK/b423/
2025-08-20T22:41:15.5731381Z [00:02:57.226]➜  cd /root/go/pkg/mod/github.com/cespare/xxhash/v2@v2.3.0
2025-08-20T22:41:15.5731920Z [00:02:57.226]➜  go tool pack r $WORK/b422/_pkg_.a $WORK/b422/xxhash_arm64.o # internal
2025-08-20T22:41:15.5736027Z [00:02:57.226]➜  go tool buildid -w $WORK/b422/_pkg_.a # internal
2025-08-20T22:41:15.5737327Z [00:02:57.226]➜  cat >/tmp/go-build3998081543/b423/importcfg << 'EOF' # internal
2025-08-20T22:41:15.5737690Z [00:02:57.226]➜  # import config
2025-08-20T22:41:15.5738034Z [00:02:57.226]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:15.5740422Z [00:02:57.226]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.5741900Z [00:02:57.226]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.5743997Z [00:02:57.226]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:15.5744550Z [00:02:57.226]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:15.5744991Z [00:02:57.226]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:15.5745314Z [00:02:57.226]➜  EOF
2025-08-20T22:41:15.5745792Z [00:02:57.226]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:15.5747881Z [00:02:57.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b423/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/mmap=>golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/mmap;$WORK/b423=>" -p golang.org/x/exp/mmap -lang=go1.23 -complete -installsuffix shared -buildid c8FvurSgKPcxpq2HzfFd/c8FvurSgKPcxpq2HzfFd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b423/importcfg -pack /root/go/pkg/mod/golang.org/x/exp@v0.0.0-20250531010427-b6e5de432a8b/mmap/mmap_unix.go
2025-08-20T22:41:15.5749963Z [00:02:57.226]➜  cp $WORK/b422/_pkg_.a /root/.cache/go-build/2e/2ebcd9b81308f497c5e0b7005b7f554eab2910636c1cd3638a43c54dc2de8e55-d # internal
2025-08-20T22:41:15.5750520Z [00:02:57.227]➜  golang.org/x/sync/errgroup
2025-08-20T22:41:15.5750802Z [00:02:57.227]➜  mkdir -p $WORK/b431/
2025-08-20T22:41:15.5751170Z [00:02:57.227]➜  cat >/tmp/go-build3998081543/b431/importcfg << 'EOF' # internal
2025-08-20T22:41:15.5751516Z [00:02:57.227]➜  # import config
2025-08-20T22:41:15.5752171Z [00:02:57.227]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:15.5752593Z [00:02:57.227]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.5753012Z [00:02:57.227]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:15.5753462Z [00:02:57.227]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:15.5753905Z [00:02:57.227]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:15.5754244Z [00:02:57.227]➜  EOF
2025-08-20T22:41:15.5756109Z [00:02:57.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b431/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup=>golang.org/x/sync@v0.15.0/errgroup;$WORK/b431=>" -p golang.org/x/sync/errgroup -lang=go1.23 -complete -installsuffix shared -buildid AN_tsaqqwbwUtb22lH7g/AN_tsaqqwbwUtb22lH7g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b431/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.15.0/errgroup/errgroup.go
2025-08-20T22:41:15.5813475Z [00:02:57.234]➜  go tool buildid -w $WORK/b388/_pkg_.a # internal
2025-08-20T22:41:15.5960405Z [00:02:57.248]➜  go tool buildid -w $WORK/b431/_pkg_.a # internal
2025-08-20T22:41:15.5961690Z [00:02:57.248]➜  cp $WORK/b431/_pkg_.a /root/.cache/go-build/92/922a07910c3e7fd2349d100def7748a0c818918efeb2c192fe65e616299110e2-d # internal
2025-08-20T22:41:15.5962309Z [00:02:57.248]➜  golang.org/x/net/internal/timeseries
2025-08-20T22:41:15.5963712Z [00:02:57.248]➜  mkdir -p $WORK/b436/
2025-08-20T22:41:15.5967168Z [00:02:57.249]➜  cat >/tmp/go-build3998081543/b436/importcfg << 'EOF' # internal
2025-08-20T22:41:15.5967539Z [00:02:57.249]➜  # import config
2025-08-20T22:41:15.5970771Z [00:02:57.249]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.5971936Z [00:02:57.249]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:15.5974249Z [00:02:57.249]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:15.5974687Z [00:02:57.249]➜  EOF
2025-08-20T22:41:15.5977017Z [00:02:57.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b436/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/timeseries=>golang.org/x/net@v0.41.0/internal/timeseries;$WORK/b436=>" -p golang.org/x/net/internal/timeseries -lang=go1.23 -complete -installsuffix shared -buildid xCr3OONe_hqHhKV6mKc_/xCr3OONe_hqHhKV6mKc_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b436/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/timeseries/timeseries.go
2025-08-20T22:41:15.5990720Z [00:02:57.249]➜  cp $WORK/b388/_pkg_.a /root/.cache/go-build/f2/f2d063c8b18c1f72335ed56b57b82e6fde306ff3bd6278fe10e8114a0f27d93a-d # internal
2025-08-20T22:41:15.5991372Z [00:02:57.249]➜  github.com/apache/arrow-go/v18/parquet/compress
2025-08-20T22:41:15.5991707Z [00:02:57.250]➜  mkdir -p $WORK/b384/
2025-08-20T22:41:15.5992079Z [00:02:57.250]➜  cat >/tmp/go-build3998081543/b384/importcfg << 'EOF' # internal
2025-08-20T22:41:15.5992450Z [00:02:57.250]➜  # import config
2025-08-20T22:41:15.5992786Z [00:02:57.250]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:15.5993237Z [00:02:57.250]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:41:15.5993677Z [00:02:57.250]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.5994177Z [00:02:57.250]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3998081543/b385/_pkg_.a
2025-08-20T22:41:15.5994860Z [00:02:57.250]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/debug=/tmp/go-build3998081543/b387/_pkg_.a
2025-08-20T22:41:15.5995813Z [00:02:57.250]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet=/tmp/go-build3998081543/b388/_pkg_.a
2025-08-20T22:41:15.5996508Z [00:02:57.250]➜  packagefile github.com/golang/snappy=/tmp/go-build3998081543/b395/_pkg_.a
2025-08-20T22:41:15.5997094Z [00:02:57.250]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3998081543/b396/_pkg_.a
2025-08-20T22:41:15.5998160Z [00:02:57.250]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:41:15.5998741Z [00:02:57.250]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3998081543/b405/_pkg_.a
2025-08-20T22:41:15.5999209Z [00:02:57.250]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.5999616Z [00:02:57.250]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:15.5999923Z [00:02:57.250]➜  EOF
2025-08-20T22:41:15.6003539Z [00:02:57.250]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/compress=>github.com/apache/arrow-go/v18@v18.3.0/parquet/compress;$WORK/b384=>" -p github.com/apache/arrow-go/v18/parquet/compress -lang=go1.23 -complete -installsuffix shared -buildid U7I38caS5OHot1bWcdKm/U7I38caS5OHot1bWcdKm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b384/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/compress/brotli.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/compress/compress.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/compress/gzip.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/compress/lz4_raw.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/compress/snappy.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/compress/zstd.go
2025-08-20T22:41:15.6009282Z [00:02:57.252]➜  go tool buildid -w $WORK/b423/_pkg_.a # internal
2025-08-20T22:41:15.6009973Z [00:02:57.253]➜  cp $WORK/b423/_pkg_.a /root/.cache/go-build/9c/9c886b85cb2eb21b8128f0cec3050c3c6a7ee3d394a5a6eb850ead6da292c81b-d # internal
2025-08-20T22:41:15.6025052Z [00:02:57.255]➜  text/tabwriter
2025-08-20T22:41:15.6025517Z [00:02:57.255]➜  mkdir -p $WORK/b437/
2025-08-20T22:41:15.6025915Z [00:02:57.255]➜  cat >/tmp/go-build3998081543/b437/importcfg << 'EOF' # internal
2025-08-20T22:41:15.6026291Z [00:02:57.255]➜  # import config
2025-08-20T22:41:15.6026625Z [00:02:57.255]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.6027030Z [00:02:57.255]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.6027465Z [00:02:57.255]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:15.6027803Z [00:02:57.255]➜  EOF
2025-08-20T22:41:15.6029619Z [00:02:57.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b437/_pkg_.a -trimpath "/root/.go/src/text/tabwriter=>text/tabwriter;$WORK/b437=>" -p text/tabwriter -lang=go1.25 -std -complete -installsuffix shared -buildid F1g7de6928ui3NDQUUlH/F1g7de6928ui3NDQUUlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b437/importcfg -pack /root/.go/src/text/tabwriter/tabwriter.go
2025-08-20T22:41:15.6391747Z [00:02:57.290]➜  go tool buildid -w $WORK/b436/_pkg_.a # internal
2025-08-20T22:41:15.6395458Z [00:02:57.292]➜  cp $WORK/b436/_pkg_.a /root/.cache/go-build/c1/c1ff1f92f8e6fb7992b77039e85c5cd46fa66d1988169f651adfcc6d30a6b0ee-d # internal
2025-08-20T22:41:15.6398499Z [00:02:57.292]➜  google.golang.org/grpc/backoff
2025-08-20T22:41:15.6399377Z [00:02:57.292]➜  mkdir -p $WORK/b438/
2025-08-20T22:41:15.6399768Z [00:02:57.292]➜  cat >/tmp/go-build3998081543/b438/importcfg << 'EOF' # internal
2025-08-20T22:41:15.6400116Z [00:02:57.292]➜  # import config
2025-08-20T22:41:15.6400447Z [00:02:57.292]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:15.6400758Z [00:02:57.292]➜  EOF
2025-08-20T22:41:15.6402579Z [00:02:57.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b438/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/backoff=>google.golang.org/grpc@v1.72.2/backoff;$WORK/b438=>" -p google.golang.org/grpc/backoff -lang=go1.23 -complete -installsuffix shared -buildid DsE8RRqzMk4ueAyMgYnU/DsE8RRqzMk4ueAyMgYnU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b438/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/backoff/backoff.go
2025-08-20T22:41:15.6404628Z [00:02:57.292]➜  go tool buildid -w $WORK/b437/_pkg_.a # internal
2025-08-20T22:41:15.6409618Z [00:02:57.293]➜  cp $WORK/b437/_pkg_.a /root/.cache/go-build/3a/3a28cd866336bb2cae757bd805508ab4565ebea39f3ac79063f2cb92974d8a73-d # internal
2025-08-20T22:41:15.6421918Z [00:02:57.294]➜  golang.org/x/net/trace
2025-08-20T22:41:15.6422950Z [00:02:57.295]➜  mkdir -p $WORK/b435/
2025-08-20T22:41:15.6426828Z [00:02:57.295]➜  cat >/tmp/go-build3998081543/b435/importcfg << 'EOF' # internal
2025-08-20T22:41:15.6427700Z [00:02:57.295]➜  # import config
2025-08-20T22:41:15.6428965Z [00:02:57.295]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:15.6429456Z [00:02:57.295]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:15.6429881Z [00:02:57.295]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.6430417Z [00:02:57.295]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3998081543/b436/_pkg_.a
2025-08-20T22:41:15.6430994Z [00:02:57.295]➜  packagefile html/template=/tmp/go-build3998081543/b276/_pkg_.a
2025-08-20T22:41:15.6431430Z [00:02:57.295]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.6431833Z [00:02:57.295]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:15.6432290Z [00:02:57.295]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:15.6432699Z [00:02:57.295]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:15.6433132Z [00:02:57.295]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:15.6433566Z [00:02:57.295]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:15.6433993Z [00:02:57.295]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:15.6434414Z [00:02:57.295]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:15.6434834Z [00:02:57.295]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:15.6435274Z [00:02:57.295]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.6435924Z [00:02:57.295]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:15.6436364Z [00:02:57.295]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:15.6436830Z [00:02:57.295]➜  packagefile text/tabwriter=/tmp/go-build3998081543/b437/_pkg_.a
2025-08-20T22:41:15.6437271Z [00:02:57.295]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:15.6437576Z [00:02:57.295]➜  EOF
2025-08-20T22:41:15.6447032Z [00:02:57.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b435/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/trace=>golang.org/x/net@v0.41.0/trace;$WORK/b435=>" -p golang.org/x/net/trace -lang=go1.23 -complete -installsuffix shared -buildid mrT9aoIYl32LtxkYhbR5/mrT9aoIYl32LtxkYhbR5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b435/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/trace/events.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/trace/histogram.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/trace/trace.go
2025-08-20T22:41:15.6523751Z [00:02:57.305]➜  go tool buildid -w $WORK/b438/_pkg_.a # internal
2025-08-20T22:41:15.6529756Z [00:02:57.305]➜  cp $WORK/b438/_pkg_.a /root/.cache/go-build/5a/5a2bc87acf915c55d3604986777d1121cffd2b17c72074ad580fe1634444013b-d # internal
2025-08-20T22:41:15.6536355Z [00:02:57.306]➜  google.golang.org/grpc/grpclog/internal
2025-08-20T22:41:15.6536712Z [00:02:57.306]➜  mkdir -p $WORK/b444/
2025-08-20T22:41:15.6558009Z [00:02:57.308]➜  cat >/tmp/go-build3998081543/b444/importcfg << 'EOF' # internal
2025-08-20T22:41:15.6558556Z [00:02:57.308]➜  # import config
2025-08-20T22:41:15.6558934Z [00:02:57.308]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:15.6559384Z [00:02:57.308]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.6559788Z [00:02:57.308]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.6560594Z [00:02:57.308]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:15.6560999Z [00:02:57.308]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:15.6561297Z [00:02:57.308]➜  EOF
2025-08-20T22:41:15.6563819Z [00:02:57.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b444/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/grpclog/internal=>google.golang.org/grpc@v1.72.2/grpclog/internal;$WORK/b444=>" -p google.golang.org/grpc/grpclog/internal -lang=go1.23 -complete -installsuffix shared -buildid Wnd-1yO_R3LbtgrUCPFY/Wnd-1yO_R3LbtgrUCPFY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b444/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/grpclog/internal/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/grpclog/internal/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/grpclog/internal/loggerv2.go
2025-08-20T22:41:15.6789708Z [00:02:57.331]➜  go tool buildid -w $WORK/b384/_pkg_.a # internal
2025-08-20T22:41:15.6803320Z [00:02:57.332]➜  cp $WORK/b384/_pkg_.a /root/.cache/go-build/7e/7e45507b486d57e5bed98807deef22148db41ed2e5084c3d2aaa9041d928c567-d # internal
2025-08-20T22:41:15.6828165Z [00:02:57.333]➜  google.golang.org/grpc/attributes
2025-08-20T22:41:15.6828523Z [00:02:57.333]➜  mkdir -p $WORK/b446/
2025-08-20T22:41:15.6828902Z [00:02:57.333]➜  cat >/tmp/go-build3998081543/b446/importcfg << 'EOF' # internal
2025-08-20T22:41:15.6829248Z [00:02:57.333]➜  # import config
2025-08-20T22:41:15.6829613Z [00:02:57.333]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.6830035Z [00:02:57.333]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.6830354Z [00:02:57.333]➜  EOF
2025-08-20T22:41:15.6832226Z [00:02:57.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b446/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/attributes=>google.golang.org/grpc@v1.72.2/attributes;$WORK/b446=>" -p google.golang.org/grpc/attributes -lang=go1.23 -complete -installsuffix shared -buildid VzAXFwgksCI1w1qeyxuY/VzAXFwgksCI1w1qeyxuY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b446/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/attributes/attributes.go
2025-08-20T22:41:15.6978909Z [00:02:57.350]➜  go tool buildid -w $WORK/b446/_pkg_.a # internal
2025-08-20T22:41:15.6984086Z [00:02:57.351]➜  cp $WORK/b446/_pkg_.a /root/.cache/go-build/ff/ff41af1710314498738541bd5ad950da759b229a1ea35f4ebef1bb71ecf3e47f-d # internal
2025-08-20T22:41:15.6986372Z [00:02:57.351]➜  go tool buildid -w $WORK/b444/_pkg_.a # internal
2025-08-20T22:41:15.6986870Z [00:02:57.351]➜  google.golang.org/grpc/internal/envconfig
2025-08-20T22:41:15.6987207Z [00:02:57.351]➜  mkdir -p $WORK/b448/
2025-08-20T22:41:15.6988059Z [00:02:57.351]➜  cat >/tmp/go-build3998081543/b448/importcfg << 'EOF' # internal
2025-08-20T22:41:15.6988414Z [00:02:57.351]➜  # import config
2025-08-20T22:41:15.6988744Z [00:02:57.351]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:15.6989457Z [00:02:57.351]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:15.6989891Z [00:02:57.351]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.6990213Z [00:02:57.351]➜  EOF
2025-08-20T22:41:15.6992811Z [00:02:57.351]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b448/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/envconfig=>google.golang.org/grpc@v1.72.2/internal/envconfig;$WORK/b448=>" -p google.golang.org/grpc/internal/envconfig -lang=go1.23 -complete -installsuffix shared -buildid gDB2gkR_IORThV61CKQl/gDB2gkR_IORThV61CKQl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b448/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/envconfig/envconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/envconfig/observability.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/envconfig/xds.go
2025-08-20T22:41:15.7008280Z [00:02:57.353]➜  cp $WORK/b444/_pkg_.a /root/.cache/go-build/4f/4f01629b50f66aeb414e8dc36ab6c9fcf60040d268a87803f21b4175890c937c-d # internal
2025-08-20T22:41:15.7016549Z [00:02:57.354]➜  google.golang.org/grpc/grpclog
2025-08-20T22:41:15.7016932Z [00:02:57.354]➜  mkdir -p $WORK/b443/
2025-08-20T22:41:15.7027923Z [00:02:57.355]➜  cat >/tmp/go-build3998081543/b443/importcfg << 'EOF' # internal
2025-08-20T22:41:15.7029212Z [00:02:57.355]➜  # import config
2025-08-20T22:41:15.7029563Z [00:02:57.355]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.7030144Z [00:02:57.355]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build3998081543/b444/_pkg_.a
2025-08-20T22:41:15.7030666Z [00:02:57.355]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.7031066Z [00:02:57.355]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:15.7031481Z [00:02:57.355]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:15.7031925Z [00:02:57.355]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.7032243Z [00:02:57.355]➜  EOF
2025-08-20T22:41:15.7037093Z [00:02:57.355]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b443/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/grpclog=>google.golang.org/grpc@v1.72.2/grpclog;$WORK/b443=>" -p google.golang.org/grpc/grpclog -lang=go1.23 -complete -installsuffix shared -buildid LCYFEp5j86mEzUuVg3h-/LCYFEp5j86mEzUuVg3h- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b443/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/grpclog/component.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/grpclog/grpclog.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/grpclog/logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/grpclog/loggerv2.go
2025-08-20T22:41:15.7141113Z [00:02:57.366]➜  go tool buildid -w $WORK/b448/_pkg_.a # internal
2025-08-20T22:41:15.7154985Z [00:02:57.368]➜  cp $WORK/b448/_pkg_.a /root/.cache/go-build/b7/b727d3529cf276fe54e2a056aed3ff0230b2d601b51db7f947e9b69f637ba77f-d # internal
2025-08-20T22:41:15.7165563Z [00:02:57.369]➜  hash/fnv
2025-08-20T22:41:15.7166723Z [00:02:57.369]➜  mkdir -p $WORK/b453/
2025-08-20T22:41:15.7167812Z [00:02:57.369]➜  cat >/tmp/go-build3998081543/b453/importcfg << 'EOF' # internal
2025-08-20T22:41:15.7169296Z [00:02:57.369]➜  # import config
2025-08-20T22:41:15.7170358Z [00:02:57.369]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:15.7171511Z [00:02:57.369]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:15.7172053Z [00:02:57.369]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:15.7172542Z [00:02:57.369]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:15.7172868Z [00:02:57.369]➜  EOF
2025-08-20T22:41:15.7174224Z [00:02:57.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b453/_pkg_.a -trimpath "/root/.go/src/hash/fnv=>hash/fnv;$WORK/b453=>" -p hash/fnv -lang=go1.25 -std -complete -installsuffix shared -buildid uLzdQ0oUWqb99HA1DntA/uLzdQ0oUWqb99HA1DntA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b453/importcfg -pack /root/.go/src/hash/fnv/fnv.go
2025-08-20T22:41:15.7786279Z [00:02:57.431]➜  go tool buildid -w $WORK/b443/_pkg_.a # internal
2025-08-20T22:41:15.7795885Z [00:02:57.432]➜  cp $WORK/b443/_pkg_.a /root/.cache/go-build/db/db900f6f7ec9df0b1893bd0bcd368ebf456a05cb587d79b03e7bcbef203dfcc6-d # internal
2025-08-20T22:41:15.7819409Z [00:02:57.434]➜  google.golang.org/grpc/connectivity
2025-08-20T22:41:15.7821807Z [00:02:57.435]➜  go tool buildid -w $WORK/b453/_pkg_.a # internal
2025-08-20T22:41:15.7828272Z [00:02:57.435]➜  mkdir -p $WORK/b442/
2025-08-20T22:41:15.7831222Z [00:02:57.435]➜  cat >/tmp/go-build3998081543/b442/importcfg << 'EOF' # internal
2025-08-20T22:41:15.7835664Z [00:02:57.435]➜  # import config
2025-08-20T22:41:15.7836142Z [00:02:57.435]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:15.7836573Z [00:02:57.435]➜  EOF
2025-08-20T22:41:15.7838524Z [00:02:57.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b442/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/connectivity=>google.golang.org/grpc@v1.72.2/connectivity;$WORK/b442=>" -p google.golang.org/grpc/connectivity -lang=go1.23 -complete -installsuffix shared -buildid t4dNK758l3C5gwBZP99z/t4dNK758l3C5gwBZP99z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b442/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/connectivity/connectivity.go
2025-08-20T22:41:15.7840548Z [00:02:57.436]➜  cp $WORK/b453/_pkg_.a /root/.cache/go-build/ba/ba8ce044f7eab64dc1fc5eb041af72b7d57ee02e59ef741cbc5aa62d0ca2f213-d # internal
2025-08-20T22:41:15.7841157Z [00:02:57.436]➜  google.golang.org/grpc/internal/credentials
2025-08-20T22:41:15.7841471Z [00:02:57.436]➜  mkdir -p $WORK/b447/
2025-08-20T22:41:15.7841837Z [00:02:57.436]➜  cat >/tmp/go-build3998081543/b447/importcfg << 'EOF' # internal
2025-08-20T22:41:15.7842195Z [00:02:57.436]➜  # import config
2025-08-20T22:41:15.7842536Z [00:02:57.436]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:15.7842977Z [00:02:57.436]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:15.7843431Z [00:02:57.436]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:15.7843953Z [00:02:57.436]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:15.7844768Z [00:02:57.436]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:15.7845279Z [00:02:57.436]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:15.7856546Z [00:02:57.436]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:15.7856903Z [00:02:57.438]➜  EOF
2025-08-20T22:41:15.7859878Z [00:02:57.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b447/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/credentials=>google.golang.org/grpc@v1.72.2/internal/credentials;$WORK/b447=>" -p google.golang.org/grpc/internal/credentials -lang=go1.23 -complete -installsuffix shared -buildid huYPOasbYouLHIUsZ2-1/huYPOasbYouLHIUsZ2-1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b447/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/credentials/spiffe.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/credentials/syscallconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/credentials/util.go
2025-08-20T22:41:15.7985492Z [00:02:57.451]➜  go tool buildid -w $WORK/b442/_pkg_.a # internal
2025-08-20T22:41:15.8017983Z [00:02:57.451]➜  cp $WORK/b442/_pkg_.a /root/.cache/go-build/80/8062ad2b0b77c081a02d8237696b01b8bcc406f51772039f7582cfb9e4870884-d # internal
2025-08-20T22:41:15.8018656Z [00:02:57.451]➜  google.golang.org/protobuf/internal/detrand
2025-08-20T22:41:15.8019474Z [00:02:57.451]➜  mkdir -p $WORK/b452/
2025-08-20T22:41:15.8019850Z [00:02:57.452]➜  cat >/tmp/go-build3998081543/b452/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8020190Z [00:02:57.452]➜  # import config
2025-08-20T22:41:15.8020562Z [00:02:57.452]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:15.8021030Z [00:02:57.452]➜  packagefile hash/fnv=/tmp/go-build3998081543/b453/_pkg_.a
2025-08-20T22:41:15.8021447Z [00:02:57.452]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:15.8021781Z [00:02:57.452]➜  EOF
2025-08-20T22:41:15.8023808Z [00:02:57.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b452/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/detrand=>google.golang.org/protobuf@v1.36.6/internal/detrand;$WORK/b452=>" -p google.golang.org/protobuf/internal/detrand -lang=go1.22 -complete -installsuffix shared -buildid C0onLxeqYYCIgfoYQHMW/C0onLxeqYYCIgfoYQHMW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b452/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/detrand/rand.go
2025-08-20T22:41:15.8082325Z [00:02:57.460]➜  go tool buildid -w $WORK/b435/_pkg_.a # internal
2025-08-20T22:41:15.8136241Z [00:02:57.465]➜  cp $WORK/b435/_pkg_.a /root/.cache/go-build/0e/0e2afa590a4e804217a8932e5198cb4bccb64ad9467e47a7535c07ad719c9f2b-d # internal
2025-08-20T22:41:15.8140404Z [00:02:57.466]➜  google.golang.org/protobuf/internal/pragma
2025-08-20T22:41:15.8160677Z [00:02:57.468]➜  mkdir -p $WORK/b456/
2025-08-20T22:41:15.8171135Z [00:02:57.469]➜  cat >/tmp/go-build3998081543/b456/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8171588Z [00:02:57.469]➜  # import config
2025-08-20T22:41:15.8171932Z [00:02:57.469]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:15.8172253Z [00:02:57.469]➜  EOF
2025-08-20T22:41:15.8174263Z [00:02:57.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b456/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/pragma=>google.golang.org/protobuf@v1.36.6/internal/pragma;$WORK/b456=>" -p google.golang.org/protobuf/internal/pragma -lang=go1.22 -complete -installsuffix shared -buildid NHr-BLqF5XhR7s9pXNZf/NHr-BLqF5XhR7s9pXNZf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b456/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/pragma/pragma.go
2025-08-20T22:41:15.8230227Z [00:02:57.475]➜  go tool buildid -w $WORK/b447/_pkg_.a # internal
2025-08-20T22:41:15.8239627Z [00:02:57.476]➜  cp $WORK/b447/_pkg_.a /root/.cache/go-build/68/68f96b70228c2535f3620999a86ecf7fbfef2a73ab9da5ead910be632df3c025-d # internal
2025-08-20T22:41:15.8241278Z [00:02:57.476]➜  google.golang.org/grpc/internal
2025-08-20T22:41:15.8242187Z [00:02:57.476]➜  mkdir -p $WORK/b463/
2025-08-20T22:41:15.8242671Z [00:02:57.476]➜  cat >/tmp/go-build3998081543/b463/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8243025Z [00:02:57.476]➜  # import config
2025-08-20T22:41:15.8243397Z [00:02:57.476]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:15.8243885Z [00:02:57.476]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:15.8244794Z [00:02:57.476]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:15.8248218Z [00:02:57.476]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:15.8249019Z [00:02:57.476]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:15.8249482Z [00:02:57.476]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:15.8249903Z [00:02:57.476]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:15.8250214Z [00:02:57.477]➜  EOF
2025-08-20T22:41:15.8260721Z [00:02:57.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b463/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal=>google.golang.org/grpc@v1.72.2/internal;$WORK/b463=>" -p google.golang.org/grpc/internal -lang=go1.23 -complete -installsuffix shared -buildid 5wTqCUtrSoH97q1O_quF/5wTqCUtrSoH97q1O_quF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b463/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/experimental.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/internal.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/tcp_keepalive_unix.go
2025-08-20T22:41:15.8263511Z [00:02:57.477]➜  go tool buildid -w $WORK/b452/_pkg_.a # internal
2025-08-20T22:41:15.8264190Z [00:02:57.477]➜  cp $WORK/b452/_pkg_.a /root/.cache/go-build/af/af7fdbef9080fa06277360f2175e12856050101e44516b7173b60f1ce770c330-d # internal
2025-08-20T22:41:15.8264789Z [00:02:57.477]➜  google.golang.org/protobuf/internal/errors
2025-08-20T22:41:15.8265104Z [00:02:57.477]➜  mkdir -p $WORK/b451/
2025-08-20T22:41:15.8265872Z [00:02:57.477]➜  cat >/tmp/go-build3998081543/b451/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8266277Z [00:02:57.477]➜  # import config
2025-08-20T22:41:15.8266636Z [00:02:57.477]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:15.8267052Z [00:02:57.477]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.8267612Z [00:02:57.477]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3998081543/b452/_pkg_.a
2025-08-20T22:41:15.8268053Z [00:02:57.477]➜  EOF
2025-08-20T22:41:15.8270039Z [00:02:57.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b451/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/errors=>google.golang.org/protobuf@v1.36.6/internal/errors;$WORK/b451=>" -p google.golang.org/protobuf/internal/errors -lang=go1.22 -complete -installsuffix shared -buildid g7267KKUT3AmOYzy21C7/g7267KKUT3AmOYzy21C7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b451/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/errors/errors.go
2025-08-20T22:41:15.8311926Z [00:02:57.483]➜  go tool buildid -w $WORK/b456/_pkg_.a # internal
2025-08-20T22:41:15.8312936Z [00:02:57.484]➜  cp $WORK/b456/_pkg_.a /root/.cache/go-build/73/7382aa788588c3ef6c2475608cb19281d720b8af3e8c06bd7479b4022e6abc04-d # internal
2025-08-20T22:41:15.8316786Z [00:02:57.484]➜  google.golang.org/grpc/balancer/pickfirst/internal
2025-08-20T22:41:15.8317154Z [00:02:57.484]➜  mkdir -p $WORK/b471/
2025-08-20T22:41:15.8317532Z [00:02:57.484]➜  cat >/tmp/go-build3998081543/b471/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8317873Z [00:02:57.484]➜  # import config
2025-08-20T22:41:15.8318624Z [00:02:57.484]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:15.8319132Z [00:02:57.484]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:15.8319453Z [00:02:57.484]➜  EOF
2025-08-20T22:41:15.8321598Z [00:02:57.484]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b471/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/pickfirst/internal=>google.golang.org/grpc@v1.72.2/balancer/pickfirst/internal;$WORK/b471=>" -p google.golang.org/grpc/balancer/pickfirst/internal -lang=go1.23 -complete -installsuffix shared -buildid tfqeMEdrdh48dHrDyH-q/tfqeMEdrdh48dHrDyH-q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b471/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/pickfirst/internal/internal.go
2025-08-20T22:41:15.8431476Z [00:02:57.495]➜  go tool buildid -w $WORK/b471/_pkg_.a # internal
2025-08-20T22:41:15.8440276Z [00:02:57.496]➜  cp $WORK/b471/_pkg_.a /root/.cache/go-build/ea/ea48bff30c9a579a670bc2a1852e008bd9a779c146bd4c6da38c277e37473c57-d # internal
2025-08-20T22:41:15.8441619Z [00:02:57.496]➜  google.golang.org/grpc/internal/grpclog
2025-08-20T22:41:15.8442594Z [00:02:57.496]➜  mkdir -p $WORK/b473/
2025-08-20T22:41:15.8451960Z [00:02:57.497]➜  cat >/tmp/go-build3998081543/b473/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8452599Z [00:02:57.497]➜  # import config
2025-08-20T22:41:15.8458008Z [00:02:57.498]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.8459433Z [00:02:57.498]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:15.8460803Z [00:02:57.498]➜  EOF
2025-08-20T22:41:15.8462830Z [00:02:57.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b473/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpclog=>google.golang.org/grpc@v1.72.2/internal/grpclog;$WORK/b473=>" -p google.golang.org/grpc/internal/grpclog -lang=go1.23 -complete -installsuffix shared -buildid DQQJxzJWmUbe9KC7H4H5/DQQJxzJWmUbe9KC7H4H5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b473/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpclog/prefix_logger.go
2025-08-20T22:41:15.8464610Z [00:02:57.498]➜  go tool buildid -w $WORK/b451/_pkg_.a # internal
2025-08-20T22:41:15.8465619Z [00:02:57.499]➜  cp $WORK/b451/_pkg_.a /root/.cache/go-build/c5/c5bc2277faa0e380326034f37ad341931dc9533ba539e31b9ac0dee80ff4b790-d # internal
2025-08-20T22:41:15.8473907Z [00:02:57.500]➜  google.golang.org/protobuf/encoding/protowire
2025-08-20T22:41:15.8474420Z [00:02:57.500]➜  mkdir -p $WORK/b450/
2025-08-20T22:41:15.8474821Z [00:02:57.500]➜  cat >/tmp/go-build3998081543/b450/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8475170Z [00:02:57.500]➜  # import config
2025-08-20T22:41:15.8476987Z [00:02:57.500]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:15.8477537Z [00:02:57.500]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.8477972Z [00:02:57.500]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:15.8478402Z [00:02:57.500]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:15.8478726Z [00:02:57.500]➜  EOF
2025-08-20T22:41:15.8480755Z [00:02:57.500]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b450/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protowire=>google.golang.org/protobuf@v1.36.6/encoding/protowire;$WORK/b450=>" -p google.golang.org/protobuf/encoding/protowire -lang=go1.22 -complete -installsuffix shared -buildid ll4xJpCzUVXhR5AnlI_1/ll4xJpCzUVXhR5AnlI_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b450/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protowire/wire.go
2025-08-20T22:41:15.8606808Z [00:02:57.512]➜  go tool buildid -w $WORK/b463/_pkg_.a # internal
2025-08-20T22:41:15.8616529Z [00:02:57.514]➜  cp $WORK/b463/_pkg_.a /root/.cache/go-build/25/253d2642a782eda3d509e60646567aea1a4fd911915421e0539648e4b2df2ce5-d # internal
2025-08-20T22:41:15.8617274Z [00:02:57.514]➜  google.golang.org/grpc/metadata
2025-08-20T22:41:15.8618570Z [00:02:57.514]➜  mkdir -p $WORK/b467/
2025-08-20T22:41:15.8629123Z [00:02:57.515]➜  go tool buildid -w $WORK/b473/_pkg_.a # internal
2025-08-20T22:41:15.8634456Z [00:02:57.516]➜  cp $WORK/b473/_pkg_.a /root/.cache/go-build/d6/d6acecd6ae5c88099db88ec3f4e77a7aa9d06ef64616f51c6a8f62e04a6472bb-d # internal
2025-08-20T22:41:15.8636321Z [00:02:57.516]➜  cat >/tmp/go-build3998081543/b467/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8638583Z [00:02:57.516]➜  # import config
2025-08-20T22:41:15.8639250Z [00:02:57.516]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:15.8640130Z [00:02:57.516]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.8648989Z [00:02:57.516]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:15.8649847Z [00:02:57.516]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.8650548Z [00:02:57.516]➜  EOF
2025-08-20T22:41:15.8652648Z [00:02:57.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b467/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/metadata=>google.golang.org/grpc@v1.72.2/metadata;$WORK/b467=>" -p google.golang.org/grpc/metadata -lang=go1.23 -complete -installsuffix shared -buildid U9BZt2ugFcsA1tmw7JFs/U9BZt2ugFcsA1tmw7JFs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b467/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/metadata/metadata.go
2025-08-20T22:41:15.8655510Z [00:02:57.517]➜  google.golang.org/protobuf/internal/editiondefaults
2025-08-20T22:41:15.8656478Z [00:02:57.517]➜  mkdir -p $WORK/b480/
2025-08-20T22:41:15.8657542Z [00:02:57.518]➜  cat >/tmp/go-build3998081543/b480/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8658553Z [00:02:57.518]➜  # import config
2025-08-20T22:41:15.8659161Z [00:02:57.518]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:41:15.8659935Z [00:02:57.518]➜  EOF
2025-08-20T22:41:15.8660525Z [00:02:57.518]➜  cat >/tmp/go-build3998081543/b480/embedcfg << 'EOF' # internal
2025-08-20T22:41:15.8661316Z [00:02:57.518]➜  {
2025-08-20T22:41:15.8661859Z [00:02:57.518]➜  	"Patterns": {
2025-08-20T22:41:15.8662302Z [00:02:57.518]➜  		"editions_defaults.binpb": [
2025-08-20T22:41:15.8663037Z [00:02:57.518]➜  			"editions_defaults.binpb"
2025-08-20T22:41:15.8663788Z [00:02:57.518]➜  		]
2025-08-20T22:41:15.8664341Z [00:02:57.518]➜  	},
2025-08-20T22:41:15.8664889Z [00:02:57.518]➜  	"Files": {
2025-08-20T22:41:15.8665991Z [00:02:57.518]➜  		"editions_defaults.binpb": "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults/editions_defaults.binpb"
2025-08-20T22:41:15.8667283Z [00:02:57.518]➜  	}
2025-08-20T22:41:15.8667792Z [00:02:57.518]➜  }EOF
2025-08-20T22:41:15.8670488Z [00:02:57.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b480/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults=>google.golang.org/protobuf@v1.36.6/internal/editiondefaults;$WORK/b480=>" -p google.golang.org/protobuf/internal/editiondefaults -lang=go1.22 -complete -installsuffix shared -buildid u1UXmGt3gSdYMBNhmBQQ/u1UXmGt3gSdYMBNhmBQQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b480/importcfg -embedcfg $WORK/b480/embedcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/editiondefaults/defaults.go
2025-08-20T22:41:15.8749572Z [00:02:57.527]➜  go tool buildid -w $WORK/b480/_pkg_.a # internal
2025-08-20T22:41:15.8750945Z [00:02:57.527]➜  go tool buildid -w $WORK/b450/_pkg_.a # internal
2025-08-20T22:41:15.8753643Z [00:02:57.528]➜  cp $WORK/b450/_pkg_.a /root/.cache/go-build/44/44fe0e1cbb07caa7709fc2ff70494a65dffd5f97eddfeba80e82ad1a0e30420c-d # internal
2025-08-20T22:41:15.8757602Z [00:02:57.528]➜  google.golang.org/protobuf/reflect/protoreflect
2025-08-20T22:41:15.8762625Z [00:02:57.528]➜  mkdir -p $WORK/b455/
2025-08-20T22:41:15.8763933Z [00:02:57.529]➜  cat >/tmp/go-build3998081543/b455/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8765086Z [00:02:57.529]➜  # import config
2025-08-20T22:41:15.8766950Z [00:02:57.529]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:15.8767390Z [00:02:57.529]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.8767964Z [00:02:57.529]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:41:15.8768683Z [00:02:57.529]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3998081543/b456/_pkg_.a
2025-08-20T22:41:15.8769221Z [00:02:57.529]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:15.8769644Z [00:02:57.529]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:15.8770078Z [00:02:57.529]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:15.8770514Z [00:02:57.529]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.8770831Z [00:02:57.529]➜  EOF
2025-08-20T22:41:15.8786453Z [00:02:57.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b455/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect=>google.golang.org/protobuf@v1.36.6/reflect/protoreflect;$WORK/b455=>" -p google.golang.org/protobuf/reflect/protoreflect -lang=go1.22 -complete -installsuffix shared -buildid Fc1_Unz8Md4Hm8PiArw7/Fc1_Unz8Md4Hm8PiArw7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b455/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/source.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/source_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/type.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/value.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/value_equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/value_union.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoreflect/value_unsafe.go
2025-08-20T22:41:15.8791514Z [00:02:57.530]➜  cp $WORK/b480/_pkg_.a /root/.cache/go-build/1f/1f860235e8ffadc0f8b862e5e84c72710c8dd9d87a92d56b50018ffbe4087f42-d # internal
2025-08-20T22:41:15.8798398Z [00:02:57.532]➜  google.golang.org/protobuf/internal/version
2025-08-20T22:41:15.8807292Z [00:02:57.532]➜  mkdir -p $WORK/b491/
2025-08-20T22:41:15.8824031Z [00:02:57.535]➜  cat >/tmp/go-build3998081543/b491/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8827718Z [00:02:57.535]➜  # import config
2025-08-20T22:41:15.8828080Z [00:02:57.535]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.8828516Z [00:02:57.535]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.8828859Z [00:02:57.535]➜  EOF
2025-08-20T22:41:15.8840276Z [00:02:57.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b491/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/version=>google.golang.org/protobuf@v1.36.6/internal/version;$WORK/b491=>" -p google.golang.org/protobuf/internal/version -lang=go1.22 -complete -installsuffix shared -buildid 3YTIBZ_fKiQhYR-A8g-z/3YTIBZ_fKiQhYR-A8g-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b491/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/version/version.go
2025-08-20T22:41:15.8917829Z [00:02:57.544]➜  go tool buildid -w $WORK/b467/_pkg_.a # internal
2025-08-20T22:41:15.8943719Z [00:02:57.546]➜  cp $WORK/b467/_pkg_.a /root/.cache/go-build/84/84ce012362883f54c9aa14ec0c1be7ddce73e2c631435bb71797dcadefc6c32b-d # internal
2025-08-20T22:41:15.8944441Z [00:02:57.546]➜  google.golang.org/grpc/stats
2025-08-20T22:41:15.8944742Z [00:02:57.546]➜  mkdir -p $WORK/b466/
2025-08-20T22:41:15.8945671Z [00:02:57.546]➜  cat >/tmp/go-build3998081543/b466/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8946123Z [00:02:57.546]➜  # import config
2025-08-20T22:41:15.8946475Z [00:02:57.546]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:15.8946999Z [00:02:57.546]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:15.8947497Z [00:02:57.546]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:15.8947921Z [00:02:57.546]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:15.8948330Z [00:02:57.546]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:15.8948638Z [00:02:57.546]➜  EOF
2025-08-20T22:41:15.8950891Z [00:02:57.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b466/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats=>google.golang.org/grpc@v1.72.2/stats;$WORK/b466=>" -p google.golang.org/grpc/stats -lang=go1.23 -complete -installsuffix shared -buildid hRrzWn81QDatAl25kxiA/hRrzWn81QDatAl25kxiA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b466/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/handlers.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/stats.go
2025-08-20T22:41:15.8970731Z [00:02:57.549]➜  go tool buildid -w $WORK/b491/_pkg_.a # internal
2025-08-20T22:41:15.8973787Z [00:02:57.550]➜  cp $WORK/b491/_pkg_.a /root/.cache/go-build/8d/8dbd3dedbdf6e3346145e72cf6d25f678a0d5f1853926ee26d973bd6d973e602-d # internal
2025-08-20T22:41:15.8978330Z [00:02:57.550]➜  google.golang.org/grpc/codes
2025-08-20T22:41:15.8978983Z [00:02:57.550]➜  mkdir -p $WORK/b494/
2025-08-20T22:41:15.8984675Z [00:02:57.551]➜  cat >/tmp/go-build3998081543/b494/importcfg << 'EOF' # internal
2025-08-20T22:41:15.8985072Z [00:02:57.551]➜  # import config
2025-08-20T22:41:15.8985501Z [00:02:57.551]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.8986089Z [00:02:57.551]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:15.8986597Z [00:02:57.551]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:15.8986920Z [00:02:57.551]➜  EOF
2025-08-20T22:41:15.8988927Z [00:02:57.551]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b494/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/codes=>google.golang.org/grpc@v1.72.2/codes;$WORK/b494=>" -p google.golang.org/grpc/codes -lang=go1.23 -complete -installsuffix shared -buildid k1rB5nsp7JoMyOBMudz7/k1rB5nsp7JoMyOBMudz7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b494/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/codes/code_string.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/codes/codes.go
2025-08-20T22:41:15.9145820Z [00:02:57.567]➜  go tool buildid -w $WORK/b494/_pkg_.a # internal
2025-08-20T22:41:15.9146653Z [00:02:57.567]➜  cp $WORK/b494/_pkg_.a /root/.cache/go-build/1f/1f41f0fb9c7cf64f416327b0d8ba941f9d3537e586c38e2db40576ef0a1e22a0-d # internal
2025-08-20T22:41:15.9149638Z [00:02:57.567]➜  google.golang.org/grpc/internal/grpcutil
2025-08-20T22:41:15.9150251Z [00:02:57.567]➜  mkdir -p $WORK/b497/
2025-08-20T22:41:15.9154792Z [00:02:57.568]➜  cat >/tmp/go-build3998081543/b497/importcfg << 'EOF' # internal
2025-08-20T22:41:15.9155215Z [00:02:57.568]➜  # import config
2025-08-20T22:41:15.9156857Z [00:02:57.568]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:15.9157296Z [00:02:57.568]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:15.9157816Z [00:02:57.568]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:15.9158338Z [00:02:57.568]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:15.9158764Z [00:02:57.568]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:15.9159541Z [00:02:57.568]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:15.9160041Z [00:02:57.568]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:15.9160364Z [00:02:57.568]➜  EOF
2025-08-20T22:41:15.9163833Z [00:02:57.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b497/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcutil=>google.golang.org/grpc@v1.72.2/internal/grpcutil;$WORK/b497=>" -p google.golang.org/grpc/internal/grpcutil -lang=go1.23 -complete -installsuffix shared -buildid c1tQM9ycaYAzbbh9gvjh/c1tQM9ycaYAzbbh9gvjh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b497/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcutil/compressor.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcutil/encode_duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcutil/grpcutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcutil/metadata.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcutil/method.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcutil/regex.go
2025-08-20T22:41:15.9184750Z [00:02:57.571]➜  go tool buildid -w $WORK/b466/_pkg_.a # internal
2025-08-20T22:41:15.9206219Z [00:02:57.573]➜  cp $WORK/b466/_pkg_.a /root/.cache/go-build/87/87368b5e8d0d0a82bfd20d521845bf205bb83858ed13e2e57a8668481c67cb0f-d # internal
2025-08-20T22:41:15.9206882Z [00:02:57.573]➜  google.golang.org/grpc/experimental/stats
2025-08-20T22:41:15.9207633Z [00:02:57.573]➜  mkdir -p $WORK/b465/
2025-08-20T22:41:15.9211381Z [00:02:57.574]➜  cat >/tmp/go-build3998081543/b465/importcfg << 'EOF' # internal
2025-08-20T22:41:15.9211818Z [00:02:57.574]➜  # import config
2025-08-20T22:41:15.9212259Z [00:02:57.574]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:15.9212860Z [00:02:57.574]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:15.9213458Z [00:02:57.574]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:41:15.9213949Z [00:02:57.574]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:15.9214265Z [00:02:57.574]➜  EOF
2025-08-20T22:41:15.9218369Z [00:02:57.574]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b465/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/experimental/stats=>google.golang.org/grpc@v1.72.2/experimental/stats;$WORK/b465=>" -p google.golang.org/grpc/experimental/stats -lang=go1.23 -complete -installsuffix shared -buildid _HnMcOs2IcSFo2CmXwiS/_HnMcOs2IcSFo2CmXwiS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b465/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/experimental/stats/metricregistry.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/experimental/stats/metrics.go
2025-08-20T22:41:15.9399954Z [00:02:57.592]➜  go tool buildid -w $WORK/b497/_pkg_.a # internal
2025-08-20T22:41:15.9403380Z [00:02:57.593]➜  cp $WORK/b497/_pkg_.a /root/.cache/go-build/03/03b537286e86a978c48e20a94628ceb36a10cc36c750d5bad6f87b83da5f1e70-d # internal
2025-08-20T22:41:15.9410739Z [00:02:57.593]➜  google.golang.org/grpc/mem
2025-08-20T22:41:15.9411086Z [00:02:57.594]➜  mkdir -p $WORK/b498/
2025-08-20T22:41:15.9415493Z [00:02:57.594]➜  cat >/tmp/go-build3998081543/b498/importcfg << 'EOF' # internal
2025-08-20T22:41:15.9415932Z [00:02:57.594]➜  # import config
2025-08-20T22:41:15.9416333Z [00:02:57.594]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:15.9416878Z [00:02:57.594]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:15.9417370Z [00:02:57.594]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:15.9417782Z [00:02:57.594]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:15.9418190Z [00:02:57.594]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:15.9419041Z [00:02:57.594]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:15.9419441Z [00:02:57.594]➜  EOF
2025-08-20T22:41:15.9421660Z [00:02:57.594]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b498/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/mem=>google.golang.org/grpc@v1.72.2/mem;$WORK/b498=>" -p google.golang.org/grpc/mem -lang=go1.23 -complete -installsuffix shared -buildid VY_Iox0sDVoCd665o8eQ/VY_Iox0sDVoCd665o8eQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b498/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/mem/buffer_pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/mem/buffer_slice.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/mem/buffers.go
2025-08-20T22:41:15.9444033Z [00:02:57.597]➜  go tool buildid -w $WORK/b465/_pkg_.a # internal
2025-08-20T22:41:15.9454007Z [00:02:57.598]➜  cp $WORK/b465/_pkg_.a /root/.cache/go-build/12/122426d773776d7c06d5f82c14a6d0a6e9e85667092ff9604a8928781d5a46fe-d # internal
2025-08-20T22:41:15.9456323Z [00:02:57.598]➜  google.golang.org/grpc/internal/backoff
2025-08-20T22:41:15.9456683Z [00:02:57.598]➜  mkdir -p $WORK/b500/
2025-08-20T22:41:15.9460649Z [00:02:57.598]➜  cat >/tmp/go-build3998081543/b500/importcfg << 'EOF' # internal
2025-08-20T22:41:15.9461038Z [00:02:57.598]➜  # import config
2025-08-20T22:41:15.9461384Z [00:02:57.598]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:15.9461815Z [00:02:57.598]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:15.9462768Z [00:02:57.598]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3998081543/b438/_pkg_.a
2025-08-20T22:41:15.9463291Z [00:02:57.598]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:15.9463730Z [00:02:57.598]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:15.9464038Z [00:02:57.599]➜  EOF
2025-08-20T22:41:15.9466161Z [00:02:57.599]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b500/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/backoff=>google.golang.org/grpc@v1.72.2/internal/backoff;$WORK/b500=>" -p google.golang.org/grpc/internal/backoff -lang=go1.23 -complete -installsuffix shared -buildid 00IAFbg5Zo573rOc4K0i/00IAFbg5Zo573rOc4K0i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b500/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/backoff/backoff.go
2025-08-20T22:41:15.9603235Z [00:02:57.613]➜  go tool buildid -w $WORK/b500/_pkg_.a # internal
2025-08-20T22:41:15.9607400Z [00:02:57.613]➜  cp $WORK/b500/_pkg_.a /root/.cache/go-build/96/96efd1b1126f4671f4b2fa4a948941fa31df826c1123d38e83f9fe686eb5ee3c-d # internal
2025-08-20T22:41:15.9608095Z [00:02:57.613]➜  google.golang.org/grpc/internal/balancerload
2025-08-20T22:41:15.9609013Z [00:02:57.613]➜  mkdir -p $WORK/b502/
2025-08-20T22:41:15.9612707Z [00:02:57.614]➜  cat >/tmp/go-build3998081543/b502/importcfg << 'EOF' # internal
2025-08-20T22:41:15.9613092Z [00:02:57.614]➜  # import config
2025-08-20T22:41:15.9613568Z [00:02:57.614]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:15.9613964Z [00:02:57.614]➜  EOF
2025-08-20T22:41:15.9616177Z [00:02:57.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b502/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancerload=>google.golang.org/grpc@v1.72.2/internal/balancerload;$WORK/b502=>" -p google.golang.org/grpc/internal/balancerload -lang=go1.23 -complete -installsuffix shared -buildid WpD8lHNyFrapMAkYFt-_/WpD8lHNyFrapMAkYFt-_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b502/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancerload/load.go
2025-08-20T22:41:15.9899668Z [00:02:57.642]➜  go tool buildid -w $WORK/b502/_pkg_.a # internal
2025-08-20T22:41:15.9918880Z [00:02:57.644]➜  cp $WORK/b502/_pkg_.a /root/.cache/go-build/7d/7dc014cc130dd6ac03ddf6b9a13ca9f7f1f5483a56564a56f709470ee5347a3a-d # internal
2025-08-20T22:41:15.9919950Z [00:02:57.644]➜  google.golang.org/grpc/internal/buffer
2025-08-20T22:41:15.9920330Z [00:02:57.644]➜  mkdir -p $WORK/b512/
2025-08-20T22:41:15.9920715Z [00:02:57.644]➜  cat >/tmp/go-build3998081543/b512/importcfg << 'EOF' # internal
2025-08-20T22:41:15.9921061Z [00:02:57.644]➜  # import config
2025-08-20T22:41:15.9921401Z [00:02:57.644]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:15.9921820Z [00:02:57.644]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:15.9922154Z [00:02:57.644]➜  EOF
2025-08-20T22:41:15.9924106Z [00:02:57.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b512/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/buffer=>google.golang.org/grpc@v1.72.2/internal/buffer;$WORK/b512=>" -p google.golang.org/grpc/internal/buffer -lang=go1.23 -complete -installsuffix shared -buildid BJ1zBGRXfQ-KDb84iDq3/BJ1zBGRXfQ-KDb84iDq3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b512/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/buffer/unbounded.go
2025-08-20T22:41:16.0066853Z [00:02:57.659]➜  go tool buildid -w $WORK/b498/_pkg_.a # internal
2025-08-20T22:41:16.0078369Z [00:02:57.660]➜  cp $WORK/b498/_pkg_.a /root/.cache/go-build/a1/a1904b10d905d858189afb070a33745aaece344f583b49e8698e9f154d1aca9b-d # internal
2025-08-20T22:41:16.0104064Z [00:02:57.662]➜  google.golang.org/grpc/encoding
2025-08-20T22:41:16.0104493Z [00:02:57.662]➜  mkdir -p $WORK/b496/
2025-08-20T22:41:16.0108484Z [00:02:57.663]➜  cat >/tmp/go-build3998081543/b496/importcfg << 'EOF' # internal
2025-08-20T22:41:16.0108880Z [00:02:57.663]➜  # import config
2025-08-20T22:41:16.0109369Z [00:02:57.663]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3998081543/b497/_pkg_.a
2025-08-20T22:41:16.0109997Z [00:02:57.663]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3998081543/b498/_pkg_.a
2025-08-20T22:41:16.0110479Z [00:02:57.663]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:16.0110921Z [00:02:57.663]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.0111240Z [00:02:57.663]➜  EOF
2025-08-20T22:41:16.0151604Z [00:02:57.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b496/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/encoding=>google.golang.org/grpc@v1.72.2/encoding;$WORK/b496=>" -p google.golang.org/grpc/encoding -lang=go1.23 -complete -installsuffix shared -buildid Z6XS21VFlGthLcOp1C1G/Z6XS21VFlGthLcOp1C1G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b496/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/encoding/encoding.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/encoding/encoding_v2.go
2025-08-20T22:41:16.0229514Z [00:02:57.675]➜  go tool buildid -w $WORK/b512/_pkg_.a # internal
2025-08-20T22:41:16.0232623Z [00:02:57.676]➜  cp $WORK/b512/_pkg_.a /root/.cache/go-build/c5/c54a6ec43c20f02f0c869f6fb2eb571322499ff7fb8dc40e4bfc48dfc4ba9d8c-d # internal
2025-08-20T22:41:16.0250434Z [00:02:57.677]➜  google.golang.org/grpc/internal/grpcsync
2025-08-20T22:41:16.0251002Z [00:02:57.678]➜  mkdir -p $WORK/b511/
2025-08-20T22:41:16.0255798Z [00:02:57.678]➜  cat >/tmp/go-build3998081543/b511/importcfg << 'EOF' # internal
2025-08-20T22:41:16.0256172Z [00:02:57.678]➜  # import config
2025-08-20T22:41:16.0256524Z [00:02:57.678]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:16.0257080Z [00:02:57.678]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3998081543/b512/_pkg_.a
2025-08-20T22:41:16.0257631Z [00:02:57.678]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.0258068Z [00:02:57.678]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:16.0258402Z [00:02:57.678]➜  EOF
2025-08-20T22:41:16.0261376Z [00:02:57.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b511/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcsync=>google.golang.org/grpc@v1.72.2/internal/grpcsync;$WORK/b511=>" -p google.golang.org/grpc/internal/grpcsync -lang=go1.23 -complete -installsuffix shared -buildid ahxpeEuv61iG2iWYegFb/ahxpeEuv61iG2iWYegFb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b511/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcsync/callback_serializer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcsync/event.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/grpcsync/pubsub.go
2025-08-20T22:41:16.0450982Z [00:02:57.697]➜  go tool buildid -w $WORK/b496/_pkg_.a # internal
2025-08-20T22:41:16.0467490Z [00:02:57.699]➜  cp $WORK/b496/_pkg_.a /root/.cache/go-build/8f/8f445b369913724f399af4abfdeaadc3c2d7d4a9f50f8cfee122fb257ada51b5-d # internal
2025-08-20T22:41:16.0472654Z [00:02:57.700]➜  google.golang.org/grpc/internal/idle
2025-08-20T22:41:16.0473014Z [00:02:57.700]➜  mkdir -p $WORK/b513/
2025-08-20T22:41:16.0483971Z [00:02:57.701]➜  cat >/tmp/go-build3998081543/b513/importcfg << 'EOF' # internal
2025-08-20T22:41:16.0484451Z [00:02:57.701]➜  # import config
2025-08-20T22:41:16.0485013Z [00:02:57.701]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.0485555Z [00:02:57.701]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.0486017Z [00:02:57.701]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.0486466Z [00:02:57.701]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:16.0486902Z [00:02:57.701]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:16.0487625Z [00:02:57.701]➜  EOF
2025-08-20T22:41:16.0489554Z [00:02:57.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b513/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/idle=>google.golang.org/grpc@v1.72.2/internal/idle;$WORK/b513=>" -p google.golang.org/grpc/internal/idle -lang=go1.23 -complete -installsuffix shared -buildid c5VMWm3hsCWAi5LA6tAR/c5VMWm3hsCWAi5LA6tAR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b513/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/idle/idle.go
2025-08-20T22:41:16.0666362Z [00:02:57.717]➜  go tool buildid -w $WORK/b511/_pkg_.a # internal
2025-08-20T22:41:16.0671568Z [00:02:57.719]➜  cp $WORK/b511/_pkg_.a /root/.cache/go-build/7f/7ff198e4e645bea92790ae51d0346926c139daa54db8a5b2f2b3cda88793c878-d # internal
2025-08-20T22:41:16.0672168Z [00:02:57.719]➜  golang.org/x/text/unicode/bidi
2025-08-20T22:41:16.0672469Z [00:02:57.719]➜  mkdir -p $WORK/b524/
2025-08-20T22:41:16.0672881Z [00:02:57.719]➜  cat >/tmp/go-build3998081543/b524/importcfg << 'EOF' # internal
2025-08-20T22:41:16.0673227Z [00:02:57.719]➜  # import config
2025-08-20T22:41:16.0673569Z [00:02:57.719]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:16.0674024Z [00:02:57.719]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:16.0674462Z [00:02:57.719]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.0674887Z [00:02:57.719]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:16.0675297Z [00:02:57.719]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:16.0675935Z [00:02:57.719]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:16.0676274Z [00:02:57.719]➜  EOF
2025-08-20T22:41:16.0679630Z [00:02:57.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b524/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi=>golang.org/x/text@v0.26.0/unicode/bidi;$WORK/b524=>" -p golang.org/x/text/unicode/bidi -lang=go1.23 -complete -installsuffix shared -buildid -gx7vSYbKkDNsanUnqrf/-gx7vSYbKkDNsanUnqrf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b524/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/bidi.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/bracket.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/core.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/prop.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/unicode/bidi/trieval.go
2025-08-20T22:41:16.0749432Z [00:02:57.726]➜  go tool buildid -w $WORK/b513/_pkg_.a # internal
2025-08-20T22:41:16.0758155Z [00:02:57.727]➜  cp $WORK/b513/_pkg_.a /root/.cache/go-build/73/73eaed5bdf9abe33623beaafe174100bbe4a1438deed71b358942dda6944f1f1-d # internal
2025-08-20T22:41:16.0758765Z [00:02:57.727]➜  golang.org/x/net/http2/hpack
2025-08-20T22:41:16.0759107Z [00:02:57.727]➜  mkdir -p $WORK/b525/
2025-08-20T22:41:16.0759480Z [00:02:57.728]➜  cat >/tmp/go-build3998081543/b525/importcfg << 'EOF' # internal
2025-08-20T22:41:16.0759826Z [00:02:57.728]➜  # import config
2025-08-20T22:41:16.0760166Z [00:02:57.728]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:16.0760589Z [00:02:57.728]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.0761026Z [00:02:57.728]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.0761480Z [00:02:57.728]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:16.0761893Z [00:02:57.728]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.0762201Z [00:02:57.728]➜  EOF
2025-08-20T22:41:16.0764912Z [00:02:57.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b525/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack=>golang.org/x/net@v0.41.0/http2/hpack;$WORK/b525=>" -p golang.org/x/net/http2/hpack -lang=go1.23 -complete -installsuffix shared -buildid IHOGh33a8Nm0ceU8r7zr/IHOGh33a8Nm0ceU8r7zr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b525/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/encode.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/hpack.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/huffman.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/static_table.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/hpack/tables.go
2025-08-20T22:41:16.0858432Z [00:02:57.738]➜  go tool buildid -w $WORK/b455/_pkg_.a # internal
2025-08-20T22:41:16.0906718Z [00:02:57.742]➜  cp $WORK/b455/_pkg_.a /root/.cache/go-build/77/77353f38f7fcb24ec7fdcc1b83325730e804839ed571bfc11fffcaedc3265451-d # internal
2025-08-20T22:41:16.0925222Z [00:02:57.742]➜  google.golang.org/protobuf/internal/encoding/messageset
2025-08-20T22:41:16.0925968Z [00:02:57.743]➜  mkdir -p $WORK/b454/
2025-08-20T22:41:16.0926428Z [00:02:57.743]➜  cat >/tmp/go-build3998081543/b454/importcfg << 'EOF' # internal
2025-08-20T22:41:16.0926836Z [00:02:57.743]➜  # import config
2025-08-20T22:41:16.0927334Z [00:02:57.743]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:41:16.0928035Z [00:02:57.743]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:16.0928740Z [00:02:57.743]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.0929311Z [00:02:57.743]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.0929621Z [00:02:57.743]➜  EOF
2025-08-20T22:41:16.0931878Z [00:02:57.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b454/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/messageset=>google.golang.org/protobuf@v1.36.6/internal/encoding/messageset;$WORK/b454=>" -p google.golang.org/protobuf/internal/encoding/messageset -lang=go1.22 -complete -installsuffix shared -buildid x2T9PGNl5CUPrymt5633/x2T9PGNl5CUPrymt5633 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b454/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/messageset/messageset.go
2025-08-20T22:41:16.1215755Z [00:02:57.773]➜  go tool buildid -w $WORK/b454/_pkg_.a # internal
2025-08-20T22:41:16.1224501Z [00:02:57.775]➜  cp $WORK/b454/_pkg_.a /root/.cache/go-build/88/8816e49676a3fa85286107a528c68050d1a0e793da7c1a5009d1264f52ec6894-d # internal
2025-08-20T22:41:16.1225646Z [00:02:57.775]➜  google.golang.org/protobuf/internal/genid
2025-08-20T22:41:16.1226062Z [00:02:57.775]➜  mkdir -p $WORK/b458/
2025-08-20T22:41:16.1226446Z [00:02:57.775]➜  cat >/tmp/go-build3998081543/b458/importcfg << 'EOF' # internal
2025-08-20T22:41:16.1226799Z [00:02:57.775]➜  # import config
2025-08-20T22:41:16.1227302Z [00:02:57.775]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.1227779Z [00:02:57.775]➜  EOF
2025-08-20T22:41:16.1234543Z [00:02:57.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b458/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid=>google.golang.org/protobuf@v1.36.6/internal/genid;$WORK/b458=>" -p google.golang.org/protobuf/internal/genid -lang=go1.22 -complete -installsuffix shared -buildid p45a4YRlOmSfsgo5IPHe/p45a4YRlOmSfsgo5IPHe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b458/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/any_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/api_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/descriptor_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/duration_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/empty_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/field_mask_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/go_features_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/goname.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/map_entry.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/name.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/source_context_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/struct_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/timestamp_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/type_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/wrappers.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/genid/wrappers_gen.go
2025-08-20T22:41:16.1374975Z [00:02:57.790]➜  go tool buildid -w $WORK/b525/_pkg_.a # internal
2025-08-20T22:41:16.1388738Z [00:02:57.791]➜  cp $WORK/b525/_pkg_.a /root/.cache/go-build/03/0315f853e2404e839973011e606126ad54a3add216d0a541ca5cdbdc15a88c3c-d # internal
2025-08-20T22:41:16.1391614Z [00:02:57.792]➜  google.golang.org/protobuf/internal/order
2025-08-20T22:41:16.1391949Z [00:02:57.792]➜  mkdir -p $WORK/b459/
2025-08-20T22:41:16.1395875Z [00:02:57.792]➜  cat >/tmp/go-build3998081543/b459/importcfg << 'EOF' # internal
2025-08-20T22:41:16.1396255Z [00:02:57.792]➜  # import config
2025-08-20T22:41:16.1396765Z [00:02:57.792]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.1397363Z [00:02:57.792]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:16.1397778Z [00:02:57.792]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.1398090Z [00:02:57.792]➜  EOF
2025-08-20T22:41:16.1400346Z [00:02:57.792]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b459/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/order=>google.golang.org/protobuf@v1.36.6/internal/order;$WORK/b459=>" -p google.golang.org/protobuf/internal/order -lang=go1.22 -complete -installsuffix shared -buildid 58M8WeWEUULVdKfjGdA0/58M8WeWEUULVdKfjGdA0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b459/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/order/order.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/order/range.go
2025-08-20T22:41:16.1709675Z [00:02:57.823]➜  go tool buildid -w $WORK/b458/_pkg_.a # internal
2025-08-20T22:41:16.1720205Z [00:02:57.824]➜  cp $WORK/b458/_pkg_.a /root/.cache/go-build/3c/3ce5bc7a0e359f154a3fc843400ffbab8785e0445b7500dc97e3f95a1b54ee8f-d # internal
2025-08-20T22:41:16.1722162Z [00:02:57.825]➜  google.golang.org/protobuf/internal/strs
2025-08-20T22:41:16.1723527Z [00:02:57.825]➜  mkdir -p $WORK/b460/
2025-08-20T22:41:16.1729338Z [00:02:57.825]➜  cat >/tmp/go-build3998081543/b460/importcfg << 'EOF' # internal
2025-08-20T22:41:16.1729728Z [00:02:57.825]➜  # import config
2025-08-20T22:41:16.1730112Z [00:02:57.825]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:41:16.1730678Z [00:02:57.825]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3998081543/b457/_pkg_.a
2025-08-20T22:41:16.1731378Z [00:02:57.825]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.1731945Z [00:02:57.825]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.1732386Z [00:02:57.825]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:16.1732835Z [00:02:57.825]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:16.1733171Z [00:02:57.825]➜  EOF
2025-08-20T22:41:16.1735634Z [00:02:57.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b460/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/strs=>google.golang.org/protobuf@v1.36.6/internal/strs;$WORK/b460=>" -p google.golang.org/protobuf/internal/strs -lang=go1.22 -complete -installsuffix shared -buildid opG3-o4Bq_gMpPjEADXQ/opG3-o4Bq_gMpPjEADXQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b460/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/strs/strings.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/strs/strings_unsafe.go
2025-08-20T22:41:16.1810637Z [00:02:57.833]➜  go tool buildid -w $WORK/b524/_pkg_.a # internal
2025-08-20T22:41:16.1853440Z [00:02:57.838]➜  cp $WORK/b524/_pkg_.a /root/.cache/go-build/f0/f0acf8faef13928f5c2b571dd8c7b34bfa3bd7311cf66ec2c469305c7f0cc560-d # internal
2025-08-20T22:41:16.1854171Z [00:02:57.838]➜  google.golang.org/protobuf/reflect/protoregistry
2025-08-20T22:41:16.1855057Z [00:02:57.838]➜  mkdir -p $WORK/b461/
2025-08-20T22:41:16.1864519Z [00:02:57.839]➜  cat >/tmp/go-build3998081543/b461/importcfg << 'EOF' # internal
2025-08-20T22:41:16.1865135Z [00:02:57.839]➜  # import config
2025-08-20T22:41:16.1865696Z [00:02:57.839]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.1867104Z [00:02:57.839]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3998081543/b454/_pkg_.a
2025-08-20T22:41:16.1867839Z [00:02:57.839]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:16.1868510Z [00:02:57.839]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3998081543/b457/_pkg_.a
2025-08-20T22:41:16.1869220Z [00:02:57.839]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.1869770Z [00:02:57.839]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:16.1870190Z [00:02:57.839]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.1870608Z [00:02:57.839]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.1870918Z [00:02:57.839]➜  EOF
2025-08-20T22:41:16.1873040Z [00:02:57.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b461/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoregistry=>google.golang.org/protobuf@v1.36.6/reflect/protoregistry;$WORK/b461=>" -p google.golang.org/protobuf/reflect/protoregistry -lang=go1.22 -complete -installsuffix shared -buildid SXhTR5ADF2fZiMm7DcwL/SXhTR5ADF2fZiMm7DcwL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b461/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/reflect/protoregistry/registry.go
2025-08-20T22:41:16.1900354Z [00:02:57.842]➜  go tool buildid -w $WORK/b459/_pkg_.a # internal
2025-08-20T22:41:16.1918748Z [00:02:57.844]➜  cp $WORK/b459/_pkg_.a /root/.cache/go-build/3a/3ad334930441477f443f319f45b8f45795473c04858e13017371ff146ae20d27-d # internal
2025-08-20T22:41:16.1921860Z [00:02:57.844]➜  google.golang.org/protobuf/runtime/protoiface
2025-08-20T22:41:16.1922205Z [00:02:57.844]➜  mkdir -p $WORK/b462/
2025-08-20T22:41:16.1922584Z [00:02:57.844]➜  cat >/tmp/go-build3998081543/b462/importcfg << 'EOF' # internal
2025-08-20T22:41:16.1922960Z [00:02:57.844]➜  # import config
2025-08-20T22:41:16.1923436Z [00:02:57.844]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3998081543/b456/_pkg_.a
2025-08-20T22:41:16.1924141Z [00:02:57.844]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.1924591Z [00:02:57.844]➜  EOF
2025-08-20T22:41:16.1927180Z [00:02:57.844]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b462/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoiface=>google.golang.org/protobuf@v1.36.6/runtime/protoiface;$WORK/b462=>" -p google.golang.org/protobuf/runtime/protoiface -lang=go1.22 -complete -installsuffix shared -buildid uS7KU_28exQvhnl94n2D/uS7KU_28exQvhnl94n2D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b462/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoiface/legacy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoiface/methods.go
2025-08-20T22:41:16.2013613Z [00:02:57.854]➜  go tool buildid -w $WORK/b460/_pkg_.a # internal
2025-08-20T22:41:16.2025729Z [00:02:57.855]➜  cp $WORK/b460/_pkg_.a /root/.cache/go-build/a9/a9d6beff3052219407cb578fd5ee3adb9dc78d310890c7aa8883fd58fa19b436-d # internal
2025-08-20T22:41:16.2051508Z [00:02:57.858]➜  google.golang.org/protobuf/internal/encoding/json
2025-08-20T22:41:16.2052123Z [00:02:57.858]➜  mkdir -p $WORK/b476/
2025-08-20T22:41:16.2057163Z [00:02:57.858]➜  cat >/tmp/go-build3998081543/b476/importcfg << 'EOF' # internal
2025-08-20T22:41:16.2057529Z [00:02:57.858]➜  # import config
2025-08-20T22:41:16.2057876Z [00:02:57.858]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:16.2059803Z [00:02:57.858]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.2060385Z [00:02:57.858]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3998081543/b452/_pkg_.a
2025-08-20T22:41:16.2061090Z [00:02:57.858]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:16.2061753Z [00:02:57.858]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3998081543/b460/_pkg_.a
2025-08-20T22:41:16.2062271Z [00:02:57.858]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:16.2062674Z [00:02:57.858]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.2063101Z [00:02:57.858]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:16.2063545Z [00:02:57.858]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:16.2063973Z [00:02:57.858]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:16.2064405Z [00:02:57.858]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.2064832Z [00:02:57.858]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:16.2065280Z [00:02:57.858]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:16.2068640Z [00:02:57.858]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:16.2068988Z [00:02:57.858]➜  EOF
2025-08-20T22:41:16.2072851Z [00:02:57.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b476/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json=>google.golang.org/protobuf@v1.36.6/internal/encoding/json;$WORK/b476=>" -p google.golang.org/protobuf/internal/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid N1TTCV72b8OoWGe8NrPX/N1TTCV72b8OoWGe8NrPX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b476/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/json/encode.go
2025-08-20T22:41:16.2118000Z [00:02:57.864]➜  go tool buildid -w $WORK/b462/_pkg_.a # internal
2025-08-20T22:41:16.2127364Z [00:02:57.864]➜  cp $WORK/b462/_pkg_.a /root/.cache/go-build/e5/e58c768a005aba3476b8fcbddf4a934678b23b892b6688d8782fd9d1529df640-d # internal
2025-08-20T22:41:16.2128121Z [00:02:57.865]➜  google.golang.org/protobuf/internal/descfmt
2025-08-20T22:41:16.2128455Z [00:02:57.865]➜  mkdir -p $WORK/b478/
2025-08-20T22:41:16.2128861Z [00:02:57.865]➜  cat >/tmp/go-build3998081543/b478/importcfg << 'EOF' # internal
2025-08-20T22:41:16.2129206Z [00:02:57.865]➜  # import config
2025-08-20T22:41:16.2129537Z [00:02:57.865]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.2130095Z [00:02:57.865]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3998081543/b452/_pkg_.a
2025-08-20T22:41:16.2130777Z [00:02:57.865]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3998081543/b456/_pkg_.a
2025-08-20T22:41:16.2132024Z [00:02:57.865]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.2132576Z [00:02:57.865]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:16.2132996Z [00:02:57.865]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:16.2133425Z [00:02:57.865]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:16.2133863Z [00:02:57.865]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.2134179Z [00:02:57.865]➜  EOF
2025-08-20T22:41:16.2136461Z [00:02:57.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b478/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descfmt=>google.golang.org/protobuf@v1.36.6/internal/descfmt;$WORK/b478=>" -p google.golang.org/protobuf/internal/descfmt -lang=go1.22 -complete -installsuffix shared -buildid nSPRELQWW8rB8ZdzFyfG/nSPRELQWW8rB8ZdzFyfG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b478/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descfmt/stringer.go
2025-08-20T22:41:16.2603398Z [00:02:57.912]➜  go tool buildid -w $WORK/b461/_pkg_.a # internal
2025-08-20T22:41:16.2625226Z [00:02:57.914]➜  cp $WORK/b461/_pkg_.a /root/.cache/go-build/99/9998df57cdaddf53838a931313f7e90e1759a66fa302c169b8a76078403d6740-d # internal
2025-08-20T22:41:16.2626072Z [00:02:57.914]➜  google.golang.org/protobuf/proto
2025-08-20T22:41:16.2626423Z [00:02:57.914]➜  mkdir -p $WORK/b449/
2025-08-20T22:41:16.2626805Z [00:02:57.914]➜  cat >/tmp/go-build3998081543/b449/importcfg << 'EOF' # internal
2025-08-20T22:41:16.2627150Z [00:02:57.914]➜  # import config
2025-08-20T22:41:16.2627488Z [00:02:57.914]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.2627900Z [00:02:57.914]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.2628489Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:41:16.2629238Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3998081543/b454/_pkg_.a
2025-08-20T22:41:16.2629963Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:16.2630631Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3998081543/b457/_pkg_.a
2025-08-20T22:41:16.2631667Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3998081543/b458/_pkg_.a
2025-08-20T22:41:16.2632405Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3998081543/b459/_pkg_.a
2025-08-20T22:41:16.2633074Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3998081543/b456/_pkg_.a
2025-08-20T22:41:16.2633734Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3998081543/b460/_pkg_.a
2025-08-20T22:41:16.2634434Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.2635163Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3998081543/b461/_pkg_.a
2025-08-20T22:41:16.2636088Z [00:02:57.914]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3998081543/b462/_pkg_.a
2025-08-20T22:41:16.2636648Z [00:02:57.914]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.2637073Z [00:02:57.914]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:16.2637521Z [00:02:57.914]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:16.2637856Z [00:02:57.914]➜  EOF
2025-08-20T22:41:16.2643750Z [00:02:57.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b449/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto=>google.golang.org/protobuf@v1.36.6/proto;$WORK/b449=>" -p google.golang.org/protobuf/proto -lang=go1.22 -complete -installsuffix shared -buildid tnqD7DajGuTRmAg4KMsN/tnqD7DajGuTRmAg4KMsN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b449/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/decode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/encode_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/proto.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/proto_methods.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/reset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/size.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/size_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/wrapperopaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/proto/wrappers.go
2025-08-20T22:41:16.2883415Z [00:02:57.940]➜  go tool buildid -w $WORK/b476/_pkg_.a # internal
2025-08-20T22:41:16.2896311Z [00:02:57.942]➜  cp $WORK/b476/_pkg_.a /root/.cache/go-build/c6/c6821b56526fe0e9ce21df512ec161045013fc49433709573d9c9201da6999eb-d # internal
2025-08-20T22:41:16.2911045Z [00:02:57.943]➜  google.golang.org/protobuf/internal/descopts
2025-08-20T22:41:16.2922545Z [00:02:57.943]➜  mkdir -p $WORK/b479/
2025-08-20T22:41:16.2922992Z [00:02:57.944]➜  cat >/tmp/go-build3998081543/b479/importcfg << 'EOF' # internal
2025-08-20T22:41:16.2923346Z [00:02:57.944]➜  # import config
2025-08-20T22:41:16.2923901Z [00:02:57.944]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.2924360Z [00:02:57.944]➜  EOF
2025-08-20T22:41:16.2930673Z [00:02:57.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b479/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descopts=>google.golang.org/protobuf@v1.36.6/internal/descopts;$WORK/b479=>" -p google.golang.org/protobuf/internal/descopts -lang=go1.22 -complete -installsuffix shared -buildid JMGrVihzy-gUdFWJ-Fdg/JMGrVihzy-gUdFWJ-Fdg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b479/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/descopts/options.go
2025-08-20T22:41:16.3016546Z [00:02:57.954]➜  go tool buildid -w $WORK/b478/_pkg_.a # internal
2025-08-20T22:41:16.3025199Z [00:02:57.955]➜  cp $WORK/b478/_pkg_.a /root/.cache/go-build/f3/f3de3d893edf63b4b77d3a8fb9cdff672cf1093f338afd8612fb964c2d4901f1-d # internal
2025-08-20T22:41:16.3052221Z [00:02:57.957]➜  google.golang.org/protobuf/internal/encoding/text
2025-08-20T22:41:16.3052641Z [00:02:57.957]➜  mkdir -p $WORK/b482/
2025-08-20T22:41:16.3054006Z [00:02:57.958]➜  cat >/tmp/go-build3998081543/b482/importcfg << 'EOF' # internal
2025-08-20T22:41:16.3054570Z [00:02:57.958]➜  # import config
2025-08-20T22:41:16.3056625Z [00:02:57.958]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:16.3057468Z [00:02:57.958]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.3058330Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3998081543/b452/_pkg_.a
2025-08-20T22:41:16.3063006Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:16.3065645Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3998081543/b457/_pkg_.a
2025-08-20T22:41:16.3066382Z [00:02:57.958]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3998081543/b460/_pkg_.a
2025-08-20T22:41:16.3072681Z [00:02:57.958]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:16.3073122Z [00:02:57.958]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.3073556Z [00:02:57.958]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:16.3073991Z [00:02:57.958]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:16.3074438Z [00:02:57.958]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.3074869Z [00:02:57.958]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:16.3075505Z [00:02:57.958]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:16.3076067Z [00:02:57.958]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:16.3076402Z [00:02:57.958]➜  EOF
2025-08-20T22:41:16.3080448Z [00:02:57.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b482/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text=>google.golang.org/protobuf@v1.36.6/internal/encoding/text;$WORK/b482=>" -p google.golang.org/protobuf/internal/encoding/text -lang=go1.22 -complete -installsuffix shared -buildid 63RhB76s5n_ihUzAD11l/63RhB76s5n_ihUzAD11l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b482/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/decode_number.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/decode_string.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/decode_token.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/text/encode.go
2025-08-20T22:41:16.3083853Z [00:02:57.959]➜  go tool buildid -w $WORK/b479/_pkg_.a # internal
2025-08-20T22:41:16.3084527Z [00:02:57.959]➜  cp $WORK/b479/_pkg_.a /root/.cache/go-build/b2/b20a5360217c56fea782a2370fa7d7cf6bd1b476e6bd70fd0b437773e7174462-d # internal
2025-08-20T22:41:16.3085133Z [00:02:57.960]➜  google.golang.org/protobuf/internal/protolazy
2025-08-20T22:41:16.3091004Z [00:02:57.960]➜  mkdir -p $WORK/b490/
2025-08-20T22:41:16.3114288Z [00:02:57.963]➜  cat >/tmp/go-build3998081543/b490/importcfg << 'EOF' # internal
2025-08-20T22:41:16.3136209Z [00:02:57.963]➜  # import config
2025-08-20T22:41:16.3136608Z [00:02:57.963]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.3137038Z [00:02:57.963]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.3137608Z [00:02:57.963]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:41:16.3138310Z [00:02:57.963]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3998081543/b462/_pkg_.a
2025-08-20T22:41:16.3139290Z [00:02:57.964]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:16.3139699Z [00:02:57.964]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:16.3140141Z [00:02:57.964]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:16.3140468Z [00:02:57.964]➜  EOF
2025-08-20T22:41:16.3143199Z [00:02:57.964]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b490/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/protolazy=>google.golang.org/protobuf@v1.36.6/internal/protolazy;$WORK/b490=>" -p google.golang.org/protobuf/internal/protolazy -lang=go1.22 -complete -installsuffix shared -buildid BBHpgSfJxaQiAwo13VmY/BBHpgSfJxaQiAwo13VmY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b490/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/protolazy/bufferreader.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/protolazy/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/protolazy/pointer_unsafe.go
2025-08-20T22:41:16.3773339Z [00:02:58.029]➜  go tool buildid -w $WORK/b490/_pkg_.a # internal
2025-08-20T22:41:16.4865036Z [00:02:58.139]➜  cp $WORK/b490/_pkg_.a /root/.cache/go-build/26/2604839fb076a78ebb4623458abd5c35d7439253f2aa9bbb49d19e4c4e8dd544-d # internal
2025-08-20T22:41:16.4865906Z [00:02:58.139]➜  golang.org/x/text/secure/bidirule
2025-08-20T22:41:16.4866225Z [00:02:58.139]➜  mkdir -p $WORK/b523/
2025-08-20T22:41:16.4889504Z [00:02:58.141]➜  cat >/tmp/go-build3998081543/b523/importcfg << 'EOF' # internal
2025-08-20T22:41:16.4890613Z [00:02:58.141]➜  # import config
2025-08-20T22:41:16.4891595Z [00:02:58.141]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.4892165Z [00:02:58.141]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:41:16.4892764Z [00:02:58.141]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3998081543/b524/_pkg_.a
2025-08-20T22:41:16.4893322Z [00:02:58.141]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:16.4893660Z [00:02:58.141]➜  EOF
2025-08-20T22:41:16.4896296Z [00:02:58.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b523/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/bidirule=>golang.org/x/text@v0.26.0/secure/bidirule;$WORK/b523=>" -p golang.org/x/text/secure/bidirule -lang=go1.23 -complete -installsuffix shared -buildid esUfiw2r4aR9DHV6ZwGB/esUfiw2r4aR9DHV6ZwGB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b523/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/bidirule/bidirule.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/bidirule/bidirule10.0.0.go
2025-08-20T22:41:16.4934016Z [00:02:58.146]➜  go tool buildid -w $WORK/b482/_pkg_.a # internal
2025-08-20T22:41:16.4947642Z [00:02:58.147]➜  cp $WORK/b482/_pkg_.a /root/.cache/go-build/8d/8dbc1d948f73d19a42cc43e8a5f8d9b57d823b9d8107c3b9ac32180a207f5f97-d # internal
2025-08-20T22:41:16.4948364Z [00:02:58.147]➜  google.golang.org/protobuf/internal/encoding/defval
2025-08-20T22:41:16.4948714Z [00:02:58.147]➜  mkdir -p $WORK/b481/
2025-08-20T22:41:16.4951013Z [00:02:58.147]➜  cat >/tmp/go-build3998081543/b481/importcfg << 'EOF' # internal
2025-08-20T22:41:16.4951565Z [00:02:58.147]➜  # import config
2025-08-20T22:41:16.4951971Z [00:02:58.147]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.4952770Z [00:02:58.147]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3998081543/b482/_pkg_.a
2025-08-20T22:41:16.4953932Z [00:02:58.147]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:16.4954879Z [00:02:58.147]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.4955710Z [00:02:58.147]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.4956264Z [00:02:58.147]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:16.4957530Z [00:02:58.147]➜  EOF
2025-08-20T22:41:16.4960025Z [00:02:58.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b481/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/defval=>google.golang.org/protobuf@v1.36.6/internal/encoding/defval;$WORK/b481=>" -p google.golang.org/protobuf/internal/encoding/defval -lang=go1.22 -complete -installsuffix shared -buildid owD3SlubY6qkWyLfHJxR/owD3SlubY6qkWyLfHJxR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b481/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/defval/default.go
2025-08-20T22:41:16.5010086Z [00:02:58.153]➜  go tool buildid -w $WORK/b449/_pkg_.a # internal
2025-08-20T22:41:16.5038948Z [00:02:58.156]➜  cp $WORK/b449/_pkg_.a /root/.cache/go-build/81/81016e4cc3baa0b7582fc8da9d96582a0052640ee556e3e50590981caf649d32-d # internal
2025-08-20T22:41:16.5051109Z [00:02:58.157]➜  google.golang.org/grpc/credentials
2025-08-20T22:41:16.5051737Z [00:02:58.158]➜  mkdir -p $WORK/b445/
2025-08-20T22:41:16.5062007Z [00:02:58.159]➜  cat >/tmp/go-build3998081543/b445/importcfg << 'EOF' # internal
2025-08-20T22:41:16.5062650Z [00:02:58.159]➜  # import config
2025-08-20T22:41:16.5063109Z [00:02:58.159]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:16.5064411Z [00:02:58.159]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:16.5064878Z [00:02:58.159]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:16.5065465Z [00:02:58.159]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.5065950Z [00:02:58.159]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.5066512Z [00:02:58.159]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3998081543/b446/_pkg_.a
2025-08-20T22:41:16.5067113Z [00:02:58.159]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:16.5067771Z [00:02:58.159]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3998081543/b447/_pkg_.a
2025-08-20T22:41:16.5068449Z [00:02:58.159]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:16.5069079Z [00:02:58.159]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:16.5069573Z [00:02:58.159]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:16.5072808Z [00:02:58.159]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:16.5073340Z [00:02:58.159]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:16.5073653Z [00:02:58.159]➜  EOF
2025-08-20T22:41:16.5075985Z [00:02:58.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b445/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials=>google.golang.org/grpc@v1.72.2/credentials;$WORK/b445=>" -p google.golang.org/grpc/credentials -lang=go1.23 -complete -installsuffix shared -buildid Ia_STf_tszhOT9nW_FOy/Ia_STf_tszhOT9nW_FOy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b445/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/credentials.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/tls.go
2025-08-20T22:41:16.5145800Z [00:02:58.166]➜  go tool buildid -w $WORK/b523/_pkg_.a # internal
2025-08-20T22:41:16.5168235Z [00:02:58.169]➜  cp $WORK/b523/_pkg_.a /root/.cache/go-build/63/6391109ac7f49233b90e49fd57d8b2a7e0f7c3f040491eeae881ebaff6cf5cc5-d # internal
2025-08-20T22:41:16.5169634Z [00:02:58.169]➜  google.golang.org/protobuf/encoding/prototext
2025-08-20T22:41:16.5174705Z [00:02:58.169]➜  mkdir -p $WORK/b488/
2025-08-20T22:41:16.5175106Z [00:02:58.169]➜  cat >/tmp/go-build3998081543/b488/importcfg << 'EOF' # internal
2025-08-20T22:41:16.5175595Z [00:02:58.169]➜  # import config
2025-08-20T22:41:16.5175937Z [00:02:58.169]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.5176937Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:41:16.5177688Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3998081543/b454/_pkg_.a
2025-08-20T22:41:16.5178445Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3998081543/b482/_pkg_.a
2025-08-20T22:41:16.5179144Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:16.5179825Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3998081543/b457/_pkg_.a
2025-08-20T22:41:16.5180487Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3998081543/b458/_pkg_.a
2025-08-20T22:41:16.5181147Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3998081543/b459/_pkg_.a
2025-08-20T22:41:16.5182067Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3998081543/b456/_pkg_.a
2025-08-20T22:41:16.5182745Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3998081543/b483/_pkg_.a
2025-08-20T22:41:16.5183398Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3998081543/b460/_pkg_.a
2025-08-20T22:41:16.5184020Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:16.5184694Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.5185581Z [00:02:58.169]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3998081543/b461/_pkg_.a
2025-08-20T22:41:16.5186229Z [00:02:58.169]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:16.5186683Z [00:02:58.169]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:16.5187018Z [00:02:58.169]➜  EOF
2025-08-20T22:41:16.5189957Z [00:02:58.169]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b488/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/prototext=>google.golang.org/protobuf@v1.36.6/encoding/prototext;$WORK/b488=>" -p google.golang.org/protobuf/encoding/prototext -lang=go1.22 -complete -installsuffix shared -buildid 8LuHB3T3ji1lYzUZP8nb/8LuHB3T3ji1lYzUZP8nb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b488/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/prototext/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/prototext/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/prototext/encode.go
2025-08-20T22:41:16.5261880Z [00:02:58.178]➜  go tool buildid -w $WORK/b481/_pkg_.a # internal
2025-08-20T22:41:16.5268906Z [00:02:58.179]➜  cp $WORK/b481/_pkg_.a /root/.cache/go-build/ba/ba8cb8b748306c316010cf2dda1b6c20b6cb618176c524f7657ffc8ea7c08927-d # internal
2025-08-20T22:41:16.5281249Z [00:02:58.179]➜  google.golang.org/protobuf/internal/filedesc
2025-08-20T22:41:16.5281610Z [00:02:58.179]➜  mkdir -p $WORK/b477/
2025-08-20T22:41:16.5281994Z [00:02:58.180]➜  cat >/tmp/go-build3998081543/b477/importcfg << 'EOF' # internal
2025-08-20T22:41:16.5282339Z [00:02:58.180]➜  # import config
2025-08-20T22:41:16.5282674Z [00:02:58.180]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:16.5283777Z [00:02:58.180]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.5285029Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:41:16.5286054Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3998081543/b478/_pkg_.a
2025-08-20T22:41:16.5286811Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3998081543/b479/_pkg_.a
2025-08-20T22:41:16.5287540Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3998081543/b480/_pkg_.a
2025-08-20T22:41:16.5288679Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3998081543/b481/_pkg_.a
2025-08-20T22:41:16.5289449Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3998081543/b454/_pkg_.a
2025-08-20T22:41:16.5290170Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:16.5290852Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3998081543/b458/_pkg_.a
2025-08-20T22:41:16.5291521Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3998081543/b456/_pkg_.a
2025-08-20T22:41:16.5292186Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3998081543/b460/_pkg_.a
2025-08-20T22:41:16.5293427Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:16.5294117Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.5294843Z [00:02:58.180]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3998081543/b461/_pkg_.a
2025-08-20T22:41:16.5295485Z [00:02:58.180]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.5295967Z [00:02:58.180]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:16.5296397Z [00:02:58.180]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:16.5296815Z [00:02:58.180]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.5297235Z [00:02:58.180]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.5297667Z [00:02:58.180]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:16.5297996Z [00:02:58.180]➜  EOF
2025-08-20T22:41:16.5302437Z [00:02:58.180]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b477/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc=>google.golang.org/protobuf@v1.36.6/internal/filedesc;$WORK/b477=>" -p google.golang.org/protobuf/internal/filedesc -lang=go1.22 -complete -installsuffix shared -buildid uz_UBaeCqJELymzP5Wy0/uz_UBaeCqJELymzP5Wy0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b477/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/build.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc_init.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc_lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/desc_list_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/editions.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filedesc/placeholder.go
2025-08-20T22:41:16.5687255Z [00:02:58.221]➜  go tool buildid -w $WORK/b445/_pkg_.a # internal
2025-08-20T22:41:16.5707017Z [00:02:58.223]➜  cp $WORK/b445/_pkg_.a /root/.cache/go-build/1a/1acc9505ec16fb14a7feddb6ae89a55441ba5b7fb7380b13bb332e9f634f496c-d # internal
2025-08-20T22:41:16.5707701Z [00:02:58.223]➜  google.golang.org/grpc/internal/channelz
2025-08-20T22:41:16.5708020Z [00:02:58.223]➜  mkdir -p $WORK/b441/
2025-08-20T22:41:16.5708403Z [00:02:58.223]➜  cat >/tmp/go-build3998081543/b441/importcfg << 'EOF' # internal
2025-08-20T22:41:16.5708789Z [00:02:58.223]➜  # import config
2025-08-20T22:41:16.5709123Z [00:02:58.223]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.5709599Z [00:02:58.223]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:16.5710177Z [00:02:58.223]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:16.5711201Z [00:02:58.223]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:16.5711805Z [00:02:58.223]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:16.5712389Z [00:02:58.223]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:16.5712876Z [00:02:58.223]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:16.5713289Z [00:02:58.223]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:16.5713709Z [00:02:58.223]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.5714147Z [00:02:58.223]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:16.5714592Z [00:02:58.223]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:16.5715009Z [00:02:58.223]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:16.5715317Z [00:02:58.223]➜  EOF
2025-08-20T22:41:16.5719825Z [00:02:58.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b441/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz=>google.golang.org/grpc@v1.72.2/internal/channelz;$WORK/b441=>" -p google.golang.org/grpc/internal/channelz -lang=go1.23 -complete -installsuffix shared -buildid bI5wyUv2HTF5yYbd_fBa/bI5wyUv2HTF5yYbd_fBa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b441/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz/channelmap.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz/funcs.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz/socket.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz/subchannel.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz/syscall_linux.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/channelz/trace.go
2025-08-20T22:41:16.6707446Z [00:02:58.323]➜  go tool buildid -w $WORK/b488/_pkg_.a # internal
2025-08-20T22:41:16.6727559Z [00:02:58.325]➜  cp $WORK/b488/_pkg_.a /root/.cache/go-build/f7/f7d3b635bd6ec030d2a871fb03505649e77cdebd0ed094ffd98af795d0917893-d # internal
2025-08-20T22:41:16.6737408Z [00:02:58.325]➜  google.golang.org/grpc/resolver
2025-08-20T22:41:16.6737729Z [00:02:58.325]➜  mkdir -p $WORK/b468/
2025-08-20T22:41:16.6738379Z [00:02:58.325]➜  cat >/tmp/go-build3998081543/b468/importcfg << 'EOF' # internal
2025-08-20T22:41:16.6738842Z [00:02:58.325]➜  # import config
2025-08-20T22:41:16.6739193Z [00:02:58.325]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:16.6739654Z [00:02:58.325]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:16.6740105Z [00:02:58.325]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.6740535Z [00:02:58.325]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.6741052Z [00:02:58.325]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3998081543/b446/_pkg_.a
2025-08-20T22:41:16.6741666Z [00:02:58.325]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:16.6742310Z [00:02:58.325]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:16.6742946Z [00:02:58.325]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:16.6743551Z [00:02:58.325]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:16.6744090Z [00:02:58.325]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:16.6744509Z [00:02:58.325]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:16.6744926Z [00:02:58.325]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:16.6745773Z [00:02:58.325]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.6746092Z [00:02:58.325]➜  EOF
2025-08-20T22:41:16.6748199Z [00:02:58.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b468/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver=>google.golang.org/grpc@v1.72.2/resolver;$WORK/b468=>" -p google.golang.org/grpc/resolver -lang=go1.23 -complete -installsuffix shared -buildid J5syN3G4sjp2-q0fSyZX/J5syN3G4sjp2-q0fSyZX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b468/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver/map.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver/resolver.go
2025-08-20T22:41:16.6831694Z [00:02:58.335]➜  go tool buildid -w $WORK/b441/_pkg_.a # internal
2025-08-20T22:41:16.6859375Z [00:02:58.338]➜  cp $WORK/b441/_pkg_.a /root/.cache/go-build/23/2380bf5f2a9a04a176a29719938b660f397a7adfb1159fd4b92e659c1de050cf-d # internal
2025-08-20T22:41:16.6867986Z [00:02:58.339]➜  google.golang.org/grpc/channelz
2025-08-20T22:41:16.6874985Z [00:02:58.340]➜  mkdir -p $WORK/b440/
2025-08-20T22:41:16.6885792Z [00:02:58.341]➜  cat >/tmp/go-build3998081543/b440/importcfg << 'EOF' # internal
2025-08-20T22:41:16.6886434Z [00:02:58.341]➜  # import config
2025-08-20T22:41:16.6888085Z [00:02:58.341]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3998081543/b441/_pkg_.a
2025-08-20T22:41:16.6888540Z [00:02:58.341]➜  EOF
2025-08-20T22:41:16.6897903Z [00:02:58.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b440/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/channelz=>google.golang.org/grpc@v1.72.2/channelz;$WORK/b440=>" -p google.golang.org/grpc/channelz -lang=go1.23 -complete -installsuffix shared -buildid T4SSaX-bG9qNGSvnV66w/T4SSaX-bG9qNGSvnV66w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b440/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/channelz/channelz.go
2025-08-20T22:41:16.7096131Z [00:02:58.362]➜  go tool buildid -w $WORK/b440/_pkg_.a # internal
2025-08-20T22:41:16.7102153Z [00:02:58.362]➜  cp $WORK/b440/_pkg_.a /root/.cache/go-build/44/44afd5984a5799464c98ff71d7ae93f4e59df6e585fa65a15ce7b554f6408e4f-d # internal
2025-08-20T22:41:16.7102867Z [00:02:58.363]➜  google.golang.org/grpc/credentials/insecure
2025-08-20T22:41:16.7103205Z [00:02:58.363]➜  mkdir -p $WORK/b495/
2025-08-20T22:41:16.7106059Z [00:02:58.363]➜  cat >/tmp/go-build3998081543/b495/importcfg << 'EOF' # internal
2025-08-20T22:41:16.7108886Z [00:02:58.363]➜  # import config
2025-08-20T22:41:16.7109344Z [00:02:58.363]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:16.7109883Z [00:02:58.363]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:16.7110389Z [00:02:58.363]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:16.7110697Z [00:02:58.363]➜  EOF
2025-08-20T22:41:16.7112743Z [00:02:58.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b495/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/insecure=>google.golang.org/grpc@v1.72.2/credentials/insecure;$WORK/b495=>" -p google.golang.org/grpc/credentials/insecure -lang=go1.23 -complete -installsuffix shared -buildid Ytl0ysGHnN8PrwDz25Kl/Ytl0ysGHnN8PrwDz25Kl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b495/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/insecure/insecure.go
2025-08-20T22:41:16.7141513Z [00:02:58.366]➜  go tool buildid -w $WORK/b468/_pkg_.a # internal
2025-08-20T22:41:16.7155295Z [00:02:58.368]➜  cp $WORK/b468/_pkg_.a /root/.cache/go-build/7e/7e4f424f72f634de644e7d5956fc4c7c6edfc276002584f84ca705f05c732a51-d # internal
2025-08-20T22:41:16.7167977Z [00:02:58.369]➜  google.golang.org/grpc/balancer
2025-08-20T22:41:16.7168933Z [00:02:58.369]➜  mkdir -p $WORK/b439/
2025-08-20T22:41:16.7179529Z [00:02:58.370]➜  cat >/tmp/go-build3998081543/b439/importcfg << 'EOF' # internal
2025-08-20T22:41:16.7182026Z [00:02:58.371]➜  # import config
2025-08-20T22:41:16.7182703Z [00:02:58.371]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:16.7184568Z [00:02:58.371]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:16.7185031Z [00:02:58.371]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.7187756Z [00:02:58.371]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3998081543/b440/_pkg_.a
2025-08-20T22:41:16.7188432Z [00:02:58.371]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:16.7189055Z [00:02:58.371]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:16.7189699Z [00:02:58.371]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:16.7190320Z [00:02:58.371]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:16.7190921Z [00:02:58.371]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:16.7191509Z [00:02:58.371]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:16.7192094Z [00:02:58.371]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:16.7192702Z [00:02:58.371]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:16.7193218Z [00:02:58.371]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:16.7193638Z [00:02:58.371]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.7193957Z [00:02:58.371]➜  EOF
2025-08-20T22:41:16.7196428Z [00:02:58.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b439/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer=>google.golang.org/grpc@v1.72.2/balancer;$WORK/b439=>" -p google.golang.org/grpc/balancer -lang=go1.23 -complete -installsuffix shared -buildid tEwtlQdAan4tLZizlfYF/tEwtlQdAan4tLZizlfYF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b439/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/conn_state_evaluator.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/subconn.go
2025-08-20T22:41:16.7296465Z [00:02:58.382]➜  go tool buildid -w $WORK/b495/_pkg_.a # internal
2025-08-20T22:41:16.7306500Z [00:02:58.383]➜  cp $WORK/b495/_pkg_.a /root/.cache/go-build/1a/1a6394774aa9d5e107dc5899f38459a96d1e5fb5c044170561a3373194a020bf-d # internal
2025-08-20T22:41:16.7307188Z [00:02:58.383]➜  google.golang.org/grpc/internal/metadata
2025-08-20T22:41:16.7309069Z [00:02:58.383]➜  mkdir -p $WORK/b514/
2025-08-20T22:41:16.7318972Z [00:02:58.384]➜  cat >/tmp/go-build3998081543/b514/importcfg << 'EOF' # internal
2025-08-20T22:41:16.7319868Z [00:02:58.384]➜  # import config
2025-08-20T22:41:16.7320800Z [00:02:58.384]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.7321365Z [00:02:58.384]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:16.7321966Z [00:02:58.384]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:16.7322477Z [00:02:58.384]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.7322797Z [00:02:58.384]➜  EOF
2025-08-20T22:41:16.7324800Z [00:02:58.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b514/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/metadata=>google.golang.org/grpc@v1.72.2/internal/metadata;$WORK/b514=>" -p google.golang.org/grpc/internal/metadata -lang=go1.23 -complete -installsuffix shared -buildid s9ivrkjaXAZnLztT-Uh5/s9ivrkjaXAZnLztT-Uh5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b514/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/metadata/metadata.go
2025-08-20T22:41:16.7482295Z [00:02:58.401]➜  go tool buildid -w $WORK/b439/_pkg_.a # internal
2025-08-20T22:41:16.7484566Z [00:02:58.401]➜  go tool buildid -w $WORK/b514/_pkg_.a # internal
2025-08-20T22:41:16.7494019Z [00:02:58.402]➜  cp $WORK/b514/_pkg_.a /root/.cache/go-build/32/32bc38ec8dd299593c743936c5899d1d562037bb38c9e7fde0c377b4d84ac9c2-d # internal
2025-08-20T22:41:16.7499565Z [00:02:58.402]➜  google.golang.org/grpc/internal/proxyattributes
2025-08-20T22:41:16.7500728Z [00:02:58.403]➜  mkdir -p $WORK/b518/
2025-08-20T22:41:16.7510375Z [00:02:58.403]➜  cat >/tmp/go-build3998081543/b518/importcfg << 'EOF' # internal
2025-08-20T22:41:16.7510797Z [00:02:58.404]➜  # import config
2025-08-20T22:41:16.7511246Z [00:02:58.404]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:16.7511761Z [00:02:58.404]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:16.7512078Z [00:02:58.404]➜  EOF
2025-08-20T22:41:16.7514234Z [00:02:58.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b518/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/proxyattributes=>google.golang.org/grpc@v1.72.2/internal/proxyattributes;$WORK/b518=>" -p google.golang.org/grpc/internal/proxyattributes -lang=go1.23 -complete -installsuffix shared -buildid I4hnx5yeOzDQlVwAMNwp/I4hnx5yeOzDQlVwAMNwp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b518/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/proxyattributes/proxyattributes.go
2025-08-20T22:41:16.7526980Z [00:02:58.404]➜  cp $WORK/b439/_pkg_.a /root/.cache/go-build/77/771bac022a6a484806c736233c730eba9a731005e1b4e3f457b483aec8f4a6dc-d # internal
2025-08-20T22:41:16.7528156Z [00:02:58.404]➜  google.golang.org/grpc/balancer/base
2025-08-20T22:41:16.7528581Z [00:02:58.404]➜  mkdir -p $WORK/b469/
2025-08-20T22:41:16.7529071Z [00:02:58.405]➜  cat >/tmp/go-build3998081543/b469/importcfg << 'EOF' # internal
2025-08-20T22:41:16.7530443Z [00:02:58.405]➜  # import config
2025-08-20T22:41:16.7530803Z [00:02:58.405]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.7531223Z [00:02:58.405]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.7531734Z [00:02:58.405]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:16.7532342Z [00:02:58.405]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:16.7533352Z [00:02:58.405]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:16.7534009Z [00:02:58.405]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:16.7534405Z [00:02:58.405]➜  EOF
2025-08-20T22:41:16.7536784Z [00:02:58.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b469/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/base=>google.golang.org/grpc@v1.72.2/balancer/base;$WORK/b469=>" -p google.golang.org/grpc/balancer/base -lang=go1.23 -complete -installsuffix shared -buildid 1f_1N4Xi-aPigf0z_ru2/1f_1N4Xi-aPigf0z_ru2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b469/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/base/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/base/base.go
2025-08-20T22:41:16.7840909Z [00:02:58.436]➜  go tool buildid -w $WORK/b518/_pkg_.a # internal
2025-08-20T22:41:16.7874653Z [00:02:58.438]➜  cp $WORK/b518/_pkg_.a /root/.cache/go-build/4c/4c7cef68d6c953cfe36a86ab075cbb5df0c69abe24653972c504a5fb7dfe986c-d # internal
2025-08-20T22:41:16.7875753Z [00:02:58.438]➜  google.golang.org/grpc/internal/serviceconfig
2025-08-20T22:41:16.7876153Z [00:02:58.438]➜  mkdir -p $WORK/b516/
2025-08-20T22:41:16.7876534Z [00:02:58.438]➜  cat >/tmp/go-build3998081543/b516/importcfg << 'EOF' # internal
2025-08-20T22:41:16.7876883Z [00:02:58.438]➜  # import config
2025-08-20T22:41:16.7877734Z [00:02:58.438]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:16.7878182Z [00:02:58.438]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.7878694Z [00:02:58.438]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:16.7879275Z [00:02:58.438]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:16.7879854Z [00:02:58.438]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:16.7880477Z [00:02:58.438]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:16.7880990Z [00:02:58.438]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.7881412Z [00:02:58.438]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:16.7881839Z [00:02:58.438]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.7882262Z [00:02:58.438]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:16.7882575Z [00:02:58.438]➜  EOF
2025-08-20T22:41:16.7885009Z [00:02:58.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b516/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/serviceconfig=>google.golang.org/grpc@v1.72.2/internal/serviceconfig;$WORK/b516=>" -p google.golang.org/grpc/internal/serviceconfig -lang=go1.23 -complete -installsuffix shared -buildid iJJlJOqDhVBFhcYQJbRD/iJJlJOqDhVBFhcYQJbRD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b516/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/serviceconfig/duration.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/serviceconfig/serviceconfig.go
2025-08-20T22:41:16.8373340Z [00:02:58.489]➜  go tool buildid -w $WORK/b469/_pkg_.a # internal
2025-08-20T22:41:16.8387907Z [00:02:58.491]➜  go tool buildid -w $WORK/b516/_pkg_.a # internal
2025-08-20T22:41:16.8395609Z [00:02:58.492]➜  cp $WORK/b516/_pkg_.a /root/.cache/go-build/b1/b10e8c956c84307decc35fab4f9cdc1f62380277febea156b0adbe955375d5b3-d # internal
2025-08-20T22:41:16.8400899Z [00:02:58.492]➜  google.golang.org/grpc/internal/resolver
2025-08-20T22:41:16.8401248Z [00:02:58.492]➜  mkdir -p $WORK/b515/
2025-08-20T22:41:16.8403551Z [00:02:58.493]➜  cat >/tmp/go-build3998081543/b515/importcfg << 'EOF' # internal
2025-08-20T22:41:16.8404676Z [00:02:58.493]➜  # import config
2025-08-20T22:41:16.8405040Z [00:02:58.493]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:16.8406128Z [00:02:58.493]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:16.8406865Z [00:02:58.493]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:16.8407452Z [00:02:58.493]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:16.8407951Z [00:02:58.493]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.8408281Z [00:02:58.493]➜  EOF
2025-08-20T22:41:16.8408848Z [00:02:58.493]➜  cp $WORK/b469/_pkg_.a /root/.cache/go-build/63/631f22a68ff6ba0a3dca55df2808a4268ec993b9a1e06655ea626561820fa0b9-d # internal
2025-08-20T22:41:16.8411367Z [00:02:58.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b515/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver=>google.golang.org/grpc@v1.72.2/internal/resolver;$WORK/b515=>" -p google.golang.org/grpc/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid C-nbss7XC7q8mE6lHx9x/C-nbss7XC7q8mE6lHx9x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b515/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/config_selector.go
2025-08-20T22:41:16.8413962Z [00:02:58.493]➜  google.golang.org/grpc/balancer/endpointsharding
2025-08-20T22:41:16.8415563Z [00:02:58.493]➜  mkdir -p $WORK/b493/
2025-08-20T22:41:16.8418863Z [00:02:58.494]➜  cat >/tmp/go-build3998081543/b493/importcfg << 'EOF' # internal
2025-08-20T22:41:16.8421260Z [00:02:58.494]➜  # import config
2025-08-20T22:41:16.8421645Z [00:02:58.494]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.8422172Z [00:02:58.494]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:16.8422787Z [00:02:58.494]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:16.8423432Z [00:02:58.494]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:16.8424034Z [00:02:58.494]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:16.8424556Z [00:02:58.494]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:16.8424994Z [00:02:58.494]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.8425609Z [00:02:58.494]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:16.8426018Z [00:02:58.494]➜  EOF
2025-08-20T22:41:16.8428178Z [00:02:58.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b493/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/endpointsharding=>google.golang.org/grpc@v1.72.2/balancer/endpointsharding;$WORK/b493=>" -p google.golang.org/grpc/balancer/endpointsharding -lang=go1.23 -complete -installsuffix shared -buildid u4nHVj7g1il37W9dnElb/u4nHVj7g1il37W9dnElb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b493/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/endpointsharding/endpointsharding.go
2025-08-20T22:41:16.8627321Z [00:02:58.513]➜  go tool buildid -w $WORK/b515/_pkg_.a # internal
2025-08-20T22:41:16.8628110Z [00:02:58.514]➜  cp $WORK/b515/_pkg_.a /root/.cache/go-build/9e/9ef55650d3c53cd43767778648b8e4c0dfff8ccc868ac4aaa7c224a2bf095c35-d # internal
2025-08-20T22:41:16.8628771Z [00:02:58.514]➜  google.golang.org/grpc/internal/balancer/gracefulswitch
2025-08-20T22:41:16.8629177Z [00:02:58.514]➜  mkdir -p $WORK/b501/
2025-08-20T22:41:16.8629551Z [00:02:58.515]➜  cat >/tmp/go-build3998081543/b501/importcfg << 'EOF' # internal
2025-08-20T22:41:16.8629902Z [00:02:58.515]➜  # import config
2025-08-20T22:41:16.8630265Z [00:02:58.515]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:16.8630713Z [00:02:58.515]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:16.8631128Z [00:02:58.515]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.8632007Z [00:02:58.515]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:16.8632713Z [00:02:58.515]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:16.8633342Z [00:02:58.515]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:16.8633944Z [00:02:58.515]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:16.8634572Z [00:02:58.515]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:16.8635084Z [00:02:58.515]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:16.8635586Z [00:02:58.515]➜  EOF
2025-08-20T22:41:16.8638278Z [00:02:58.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b501/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancer/gracefulswitch=>google.golang.org/grpc@v1.72.2/internal/balancer/gracefulswitch;$WORK/b501=>" -p google.golang.org/grpc/internal/balancer/gracefulswitch -lang=go1.23 -complete -installsuffix shared -buildid afpv9E7tDtcKv2i0XhBZ/afpv9E7tDtcKv2i0XhBZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b501/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancer/gracefulswitch/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancer/gracefulswitch/gracefulswitch.go
2025-08-20T22:41:16.9062599Z [00:02:58.558]➜  go tool buildid -w $WORK/b501/_pkg_.a # internal
2025-08-20T22:41:16.9079948Z [00:02:58.560]➜  cp $WORK/b501/_pkg_.a /root/.cache/go-build/4d/4dceaeb2705e4d23b482569a2cc07fde9cf5d011697cd822d0a15f96b7b2b597-d # internal
2025-08-20T22:41:16.9080674Z [00:02:58.560]➜  golang.org/x/net/idna
2025-08-20T22:41:16.9081026Z [00:02:58.560]➜  mkdir -p $WORK/b522/
2025-08-20T22:41:16.9081402Z [00:02:58.560]➜  cat >/tmp/go-build3998081543/b522/importcfg << 'EOF' # internal
2025-08-20T22:41:16.9081746Z [00:02:58.560]➜  # import config
2025-08-20T22:41:16.9082116Z [00:02:58.560]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.9082643Z [00:02:58.560]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3998081543/b523/_pkg_.a
2025-08-20T22:41:16.9083240Z [00:02:58.560]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3998081543/b524/_pkg_.a
2025-08-20T22:41:16.9083820Z [00:02:58.560]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3998081543/b218/_pkg_.a
2025-08-20T22:41:16.9084335Z [00:02:58.560]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.9084758Z [00:02:58.560]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.9085204Z [00:02:58.560]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:16.9085721Z [00:02:58.560]➜  EOF
2025-08-20T22:41:16.9088630Z [00:02:58.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b522/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/idna=>golang.org/x/net@v0.41.0/idna;$WORK/b522=>" -p golang.org/x/net/idna -lang=go1.23 -complete -installsuffix shared -buildid ststpnzSAYiln9o4DrBG/ststpnzSAYiln9o4DrBG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b522/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/go118.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/idna10.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/punycode.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/tables15.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/trie.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/trie13.0.0.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/idna/trieval.go
2025-08-20T22:41:16.9213119Z [00:02:58.574]➜  go tool buildid -w $WORK/b493/_pkg_.a # internal
2025-08-20T22:41:16.9236437Z [00:02:58.576]➜  cp $WORK/b493/_pkg_.a /root/.cache/go-build/d3/d3e7be7456f5156205c51f3db7ee5324d23a2f9872be0bfb4b951e88258886d4-d # internal
2025-08-20T22:41:16.9238606Z [00:02:58.576]➜  google.golang.org/grpc/internal/syscall
2025-08-20T22:41:16.9239374Z [00:02:58.576]➜  mkdir -p $WORK/b527/
2025-08-20T22:41:16.9242883Z [00:02:58.577]➜  cat >/tmp/go-build3998081543/b527/importcfg << 'EOF' # internal
2025-08-20T22:41:16.9243770Z [00:02:58.577]➜  # import config
2025-08-20T22:41:16.9244166Z [00:02:58.577]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.9244656Z [00:02:58.577]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:16.9245250Z [00:02:58.577]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:16.9245899Z [00:02:58.577]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:16.9246323Z [00:02:58.577]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:16.9246742Z [00:02:58.577]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:16.9247049Z [00:02:58.577]➜  EOF
2025-08-20T22:41:16.9251493Z [00:02:58.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b527/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/syscall=>google.golang.org/grpc@v1.72.2/internal/syscall;$WORK/b527=>" -p google.golang.org/grpc/internal/syscall -lang=go1.23 -complete -installsuffix shared -buildid Gyox6O0MqbN-ZHPv7nPW/Gyox6O0MqbN-ZHPv7nPW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b527/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/syscall/syscall_linux.go
2025-08-20T22:41:16.9612897Z [00:02:58.614]➜  go tool buildid -w $WORK/b527/_pkg_.a # internal
2025-08-20T22:41:16.9619273Z [00:02:58.614]➜  cp $WORK/b527/_pkg_.a /root/.cache/go-build/4d/4d40606b4b515e98ef92bd69f4e3b2ba946ea08cba590d9eab66ce5f71c8b899-d # internal
2025-08-20T22:41:16.9621474Z [00:02:58.615]➜  google.golang.org/grpc/internal/transport/networktype
2025-08-20T22:41:16.9622690Z [00:02:58.615]➜  mkdir -p $WORK/b528/
2025-08-20T22:41:16.9626763Z [00:02:58.615]➜  cat >/tmp/go-build3998081543/b528/importcfg << 'EOF' # internal
2025-08-20T22:41:16.9627407Z [00:02:58.615]➜  # import config
2025-08-20T22:41:16.9628064Z [00:02:58.615]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:16.9628671Z [00:02:58.615]➜  EOF
2025-08-20T22:41:16.9631838Z [00:02:58.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b528/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/networktype=>google.golang.org/grpc@v1.72.2/internal/transport/networktype;$WORK/b528=>" -p google.golang.org/grpc/internal/transport/networktype -lang=go1.23 -complete -installsuffix shared -buildid ibBYnRAHYy8bl-fnt7S3/ibBYnRAHYy8bl-fnt7S3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b528/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/networktype/networktype.go
2025-08-20T22:41:16.9671613Z [00:02:58.619]➜  go tool buildid -w $WORK/b477/_pkg_.a # internal
2025-08-20T22:41:16.9751084Z [00:02:58.627]➜  cp $WORK/b477/_pkg_.a /root/.cache/go-build/4d/4df0f812edb1f466998d188b4f555363bde43852afaa0544d412e344abbe1eba-d # internal
2025-08-20T22:41:16.9752668Z [00:02:58.627]➜  google.golang.org/protobuf/encoding/protojson
2025-08-20T22:41:16.9753616Z [00:02:58.627]➜  mkdir -p $WORK/b475/
2025-08-20T22:41:16.9764093Z [00:02:58.629]➜  cat >/tmp/go-build3998081543/b475/importcfg << 'EOF' # internal
2025-08-20T22:41:16.9764763Z [00:02:58.629]➜  # import config
2025-08-20T22:41:16.9765243Z [00:02:58.629]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:16.9766708Z [00:02:58.629]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:16.9767730Z [00:02:58.629]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:16.9768346Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:41:16.9769071Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3998081543/b476/_pkg_.a
2025-08-20T22:41:16.9770155Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3998081543/b454/_pkg_.a
2025-08-20T22:41:16.9770977Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:16.9771668Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3998081543/b477/_pkg_.a
2025-08-20T22:41:16.9772346Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3998081543/b457/_pkg_.a
2025-08-20T22:41:16.9773023Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3998081543/b458/_pkg_.a
2025-08-20T22:41:16.9773688Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3998081543/b459/_pkg_.a
2025-08-20T22:41:16.9774358Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3998081543/b456/_pkg_.a
2025-08-20T22:41:16.9775025Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3998081543/b483/_pkg_.a
2025-08-20T22:41:16.9775869Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3998081543/b460/_pkg_.a
2025-08-20T22:41:16.9776506Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:16.9777168Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.9778148Z [00:02:58.629]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3998081543/b461/_pkg_.a
2025-08-20T22:41:16.9778708Z [00:02:58.629]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:16.9779134Z [00:02:58.629]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:16.9779566Z [00:02:58.629]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.9779984Z [00:02:58.629]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:16.9780297Z [00:02:58.629]➜  EOF
2025-08-20T22:41:16.9783309Z [00:02:58.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b475/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson=>google.golang.org/protobuf@v1.36.6/encoding/protojson;$WORK/b475=>" -p google.golang.org/protobuf/encoding/protojson -lang=go1.22 -complete -installsuffix shared -buildid HY9v7eza-KiWadppJ8-0/HY9v7eza-KiWadppJ8-0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b475/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson/doc.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protojson/well_known_types.go
2025-08-20T22:41:16.9809544Z [00:02:58.633]➜  go tool buildid -w $WORK/b528/_pkg_.a # internal
2025-08-20T22:41:16.9819916Z [00:02:58.634]➜  cp $WORK/b528/_pkg_.a /root/.cache/go-build/e1/e1f821fde7746f48ed18876ff28b694250d45db3fde56bb52d102120c73265ca-d # internal
2025-08-20T22:41:16.9821797Z [00:02:58.634]➜  google.golang.org/protobuf/internal/encoding/tag
2025-08-20T22:41:16.9822161Z [00:02:58.634]➜  mkdir -p $WORK/b489/
2025-08-20T22:41:16.9822538Z [00:02:58.634]➜  cat >/tmp/go-build3998081543/b489/importcfg << 'EOF' # internal
2025-08-20T22:41:16.9822887Z [00:02:58.634]➜  # import config
2025-08-20T22:41:16.9823417Z [00:02:58.634]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3998081543/b481/_pkg_.a
2025-08-20T22:41:16.9824132Z [00:02:58.634]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3998081543/b477/_pkg_.a
2025-08-20T22:41:16.9824804Z [00:02:58.634]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3998081543/b460/_pkg_.a
2025-08-20T22:41:16.9825621Z [00:02:58.634]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:16.9826552Z [00:02:58.634]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:16.9827075Z [00:02:58.634]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:16.9827507Z [00:02:58.634]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:16.9827823Z [00:02:58.634]➜  EOF
2025-08-20T22:41:16.9829902Z [00:02:58.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b489/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/tag=>google.golang.org/protobuf@v1.36.6/internal/encoding/tag;$WORK/b489=>" -p google.golang.org/protobuf/internal/encoding/tag -lang=go1.22 -complete -installsuffix shared -buildid iymLFbNxW877GuyetCkZ/iymLFbNxW877GuyetCkZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b489/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/encoding/tag/tag.go
2025-08-20T22:41:17.0350653Z [00:02:58.687]➜  go tool buildid -w $WORK/b489/_pkg_.a # internal
2025-08-20T22:41:17.0360995Z [00:02:58.688]➜  cp $WORK/b489/_pkg_.a /root/.cache/go-build/7b/7bc348e362d85419bd71a415c7c78422f7d7e3f661d2361eec6bcacf5cb2b013-d # internal
2025-08-20T22:41:17.0362198Z [00:02:58.689]➜  go tool buildid -w $WORK/b522/_pkg_.a # internal
2025-08-20T22:41:17.0365226Z [00:02:58.689]➜  google.golang.org/protobuf/internal/impl
2025-08-20T22:41:17.0366193Z [00:02:58.689]➜  mkdir -p $WORK/b487/
2025-08-20T22:41:17.0374624Z [00:02:58.690]➜  cat >/tmp/go-build3998081543/b487/importcfg << 'EOF' # internal
2025-08-20T22:41:17.0376409Z [00:02:58.690]➜  # import config
2025-08-20T22:41:17.0377024Z [00:02:58.690]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:17.0377492Z [00:02:58.690]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:17.0378012Z [00:02:58.690]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:17.0378490Z [00:02:58.690]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:17.0378952Z [00:02:58.690]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.0379519Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3998081543/b488/_pkg_.a
2025-08-20T22:41:17.0380220Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:41:17.0380912Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3998081543/b479/_pkg_.a
2025-08-20T22:41:17.0381617Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3998081543/b452/_pkg_.a
2025-08-20T22:41:17.0382360Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3998081543/b454/_pkg_.a
2025-08-20T22:41:17.0383111Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3998081543/b489/_pkg_.a
2025-08-20T22:41:17.0383816Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:41:17.0384499Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3998081543/b477/_pkg_.a
2025-08-20T22:41:17.0385179Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3998081543/b457/_pkg_.a
2025-08-20T22:41:17.0386083Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3998081543/b458/_pkg_.a
2025-08-20T22:41:17.0386769Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3998081543/b459/_pkg_.a
2025-08-20T22:41:17.0387439Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3998081543/b456/_pkg_.a
2025-08-20T22:41:17.0388128Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3998081543/b490/_pkg_.a
2025-08-20T22:41:17.0388805Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3998081543/b460/_pkg_.a
2025-08-20T22:41:17.0389835Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:17.0390559Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:17.0391282Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3998081543/b461/_pkg_.a
2025-08-20T22:41:17.0391993Z [00:02:58.690]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3998081543/b462/_pkg_.a
2025-08-20T22:41:17.0392570Z [00:02:58.690]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:17.0392996Z [00:02:58.690]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:17.0393403Z [00:02:58.690]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:17.0393834Z [00:02:58.690]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:17.0394265Z [00:02:58.690]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:17.0394682Z [00:02:58.690]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:17.0395105Z [00:02:58.690]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:17.0395917Z [00:02:58.690]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:17.0396368Z [00:02:58.690]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.0397098Z [00:02:58.690]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:17.0397538Z [00:02:58.690]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:17.0397997Z [00:02:58.690]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:17.0398397Z [00:02:58.690]➜  EOF
2025-08-20T22:41:17.0412773Z [00:02:58.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b487/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl=>google.golang.org/protobuf@v1.36.6/internal/impl;$WORK/b487=>" -p google.golang.org/protobuf/internal/impl -lang=go1.22 -complete -installsuffix shared -buildid RpBRQGAV8PTOAcayfnp7/RpBRQGAV8PTOAcayfnp7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b487/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/api_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/api_export_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/bitmap.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/checkinit.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_field_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_messageset.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_tables.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/codec_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/convert.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/convert_list.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/convert_map.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/decode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/encode.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/equal.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/lazy.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_enum.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_export.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_extension.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_file.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/legacy_message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/merge.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/merge_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_opaque_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_reflect.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_reflect_field.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_reflect_field_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/message_reflect_gen.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/pointer_unsafe.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/pointer_unsafe_opaque.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/presence.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/impl/validate.go
2025-08-20T22:41:17.0435059Z [00:02:58.690]➜  cp $WORK/b522/_pkg_.a /root/.cache/go-build/5b/5b1aac5535416a5c1f0a390d3793a5c1428503cdab5f9d0446bc49226bd3bf60-d # internal
2025-08-20T22:41:17.0436226Z [00:02:58.691]➜  golang.org/x/net/http/httpguts
2025-08-20T22:41:17.0436535Z [00:02:58.691]➜  mkdir -p $WORK/b521/
2025-08-20T22:41:17.0436909Z [00:02:58.692]➜  cat >/tmp/go-build3998081543/b521/importcfg << 'EOF' # internal
2025-08-20T22:41:17.0437260Z [00:02:58.692]➜  # import config
2025-08-20T22:41:17.0437675Z [00:02:58.692]➜  packagefile golang.org/x/net/idna=/tmp/go-build3998081543/b522/_pkg_.a
2025-08-20T22:41:17.0438142Z [00:02:58.692]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:17.0438583Z [00:02:58.692]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:17.0439037Z [00:02:58.692]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.0439499Z [00:02:58.692]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:17.0439834Z [00:02:58.692]➜  EOF
2025-08-20T22:41:17.0441850Z [00:02:58.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b521/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpguts=>golang.org/x/net@v0.41.0/http/httpguts;$WORK/b521=>" -p golang.org/x/net/http/httpguts -lang=go1.23 -complete -installsuffix shared -buildid PX-R_OxB4qBYXRc_cPtN/PX-R_OxB4qBYXRc_cPtN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b521/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpguts/guts.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpguts/httplex.go
2025-08-20T22:41:17.0652775Z [00:02:58.718]➜  go tool buildid -w $WORK/b521/_pkg_.a # internal
2025-08-20T22:41:17.0653594Z [00:02:58.718]➜  cp $WORK/b521/_pkg_.a /root/.cache/go-build/32/328dcdf99f3e9544e6c43e42abc68cefd7388082bd06fe5be28a61533bfbcf52-d # internal
2025-08-20T22:41:17.0654191Z [00:02:58.718]➜  golang.org/x/net/internal/httpcommon
2025-08-20T22:41:17.0654539Z [00:02:58.718]➜  mkdir -p $WORK/b526/
2025-08-20T22:41:17.0654918Z [00:02:58.718]➜  cat >/tmp/go-build3998081543/b526/importcfg << 'EOF' # internal
2025-08-20T22:41:17.0655264Z [00:02:58.718]➜  # import config
2025-08-20T22:41:17.0655776Z [00:02:58.718]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.0656208Z [00:02:58.718]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:17.0657004Z [00:02:58.718]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.0657585Z [00:02:58.718]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3998081543/b521/_pkg_.a
2025-08-20T22:41:17.0658173Z [00:02:58.718]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3998081543/b525/_pkg_.a
2025-08-20T22:41:17.0658715Z [00:02:58.718]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:41:17.0659206Z [00:02:58.718]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:17.0659667Z [00:02:58.718]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:17.0660086Z [00:02:58.718]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:17.0660537Z [00:02:58.718]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:17.0660975Z [00:02:58.718]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.0661413Z [00:02:58.718]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:17.0661729Z [00:02:58.718]➜  EOF
2025-08-20T22:41:17.0664193Z [00:02:58.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b526/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon=>golang.org/x/net@v0.41.0/internal/httpcommon;$WORK/b526=>" -p golang.org/x/net/internal/httpcommon -lang=go1.23 -complete -installsuffix shared -buildid rVRfUsxI4vB56uOVSjZy/rVRfUsxI4vB56uOVSjZy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b526/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon/headermap.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/internal/httpcommon/request.go
2025-08-20T22:41:17.1331808Z [00:02:58.785]➜  go tool buildid -w $WORK/b526/_pkg_.a # internal
2025-08-20T22:41:17.1342832Z [00:02:58.787]➜  cp $WORK/b526/_pkg_.a /root/.cache/go-build/fb/fb287317a1797b85f121f24d9d43d0ba49aa6570558feefc87d5bc1888a6a985-d # internal
2025-08-20T22:41:17.1352585Z [00:02:58.788]➜  golang.org/x/net/http2
2025-08-20T22:41:17.1352923Z [00:02:58.788]➜  mkdir -p $WORK/b520/
2025-08-20T22:41:17.1359927Z [00:02:58.788]➜  cat >/tmp/go-build3998081543/b520/importcfg << 'EOF' # internal
2025-08-20T22:41:17.1360326Z [00:02:58.788]➜  # import config
2025-08-20T22:41:17.1360674Z [00:02:58.788]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:17.1361102Z [00:02:58.788]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:17.1361585Z [00:02:58.788]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:17.1362039Z [00:02:58.788]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.1362489Z [00:02:58.788]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:17.1362944Z [00:02:58.788]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:17.1363414Z [00:02:58.788]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:17.1363880Z [00:02:58.788]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:17.1364295Z [00:02:58.788]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.1364799Z [00:02:58.788]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3998081543/b521/_pkg_.a
2025-08-20T22:41:17.1365588Z [00:02:58.788]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3998081543/b525/_pkg_.a
2025-08-20T22:41:17.1366214Z [00:02:58.788]➜  packagefile golang.org/x/net/idna=/tmp/go-build3998081543/b522/_pkg_.a
2025-08-20T22:41:17.1366799Z [00:02:58.788]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3998081543/b526/_pkg_.a
2025-08-20T22:41:17.1367308Z [00:02:58.788]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:17.1367716Z [00:02:58.788]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:17.1368123Z [00:02:58.788]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:17.1368931Z [00:02:58.788]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:17.1369434Z [00:02:58.788]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:17.1369894Z [00:02:58.788]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:17.1370317Z [00:02:58.788]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:17.1370735Z [00:02:58.788]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:17.1371222Z [00:02:58.788]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:41:17.1371708Z [00:02:58.788]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:17.1372156Z [00:02:58.788]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:17.1372567Z [00:02:58.788]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:17.1372983Z [00:02:58.788]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:17.1373421Z [00:02:58.788]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:17.1373841Z [00:02:58.788]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:17.1374264Z [00:02:58.788]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:17.1374955Z [00:02:58.789]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.1375477Z [00:02:58.789]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:17.1376207Z [00:02:58.789]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:17.1376644Z [00:02:58.789]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.1376951Z [00:02:58.789]➜  EOF
2025-08-20T22:41:17.1382913Z [00:02:58.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b520/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http2=>golang.org/x/net@v0.41.0/http2;$WORK/b520=>" -p golang.org/x/net/http2 -lang=go1.23 -complete -installsuffix shared -buildid BTb7iYZx2hPijYF65su7/BTb7iYZx2hPijYF65su7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b520/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/ascii.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/ciphers.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/client_conn_pool.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/config.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/config_go124.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/databuffer.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/errors.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/flow.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/frame.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/gotrack.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/http2.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/pipe.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/server.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/timer.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/transport.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/unencrypted.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/write.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched_priority.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched_random.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/writesched_roundrobin.go
2025-08-20T22:41:17.1656996Z [00:02:58.818]➜  go tool buildid -w $WORK/b475/_pkg_.a # internal
2025-08-20T22:41:17.1689461Z [00:02:58.821]➜  cp $WORK/b475/_pkg_.a /root/.cache/go-build/49/49e97de3f4ca3af733156a9632f507d7c62b945efab82bb080afd9b038cecd18-d # internal
2025-08-20T22:41:17.1690139Z [00:02:58.821]➜  google.golang.org/grpc/keepalive
2025-08-20T22:41:17.1690447Z [00:02:58.821]➜  mkdir -p $WORK/b529/
2025-08-20T22:41:17.1696921Z [00:02:58.822]➜  cat >/tmp/go-build3998081543/b529/importcfg << 'EOF' # internal
2025-08-20T22:41:17.1697628Z [00:02:58.822]➜  # import config
2025-08-20T22:41:17.1698340Z [00:02:58.822]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.1698714Z [00:02:58.822]➜  EOF
2025-08-20T22:41:17.1700562Z [00:02:58.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b529/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/keepalive=>google.golang.org/grpc@v1.72.2/keepalive;$WORK/b529=>" -p google.golang.org/grpc/keepalive -lang=go1.23 -complete -installsuffix shared -buildid tohBWN9LPsddqL-1dPLL/tohBWN9LPsddqL-1dPLL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b529/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/keepalive/keepalive.go
2025-08-20T22:41:17.1793059Z [00:02:58.832]➜  go tool buildid -w $WORK/b529/_pkg_.a # internal
2025-08-20T22:41:17.1800516Z [00:02:58.832]➜  cp $WORK/b529/_pkg_.a /root/.cache/go-build/77/77917d90ad7a5fd2aad50e5f20e5517adb150ad6137e3bd4a5fd053f68738b12-d # internal
2025-08-20T22:41:17.1801131Z [00:02:58.832]➜  google.golang.org/grpc/peer
2025-08-20T22:41:17.1801424Z [00:02:58.832]➜  mkdir -p $WORK/b530/
2025-08-20T22:41:17.1815922Z [00:02:58.834]➜  cat >/tmp/go-build3998081543/b530/importcfg << 'EOF' # internal
2025-08-20T22:41:17.1816850Z [00:02:58.834]➜  # import config
2025-08-20T22:41:17.1817252Z [00:02:58.834]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.1817698Z [00:02:58.834]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.1818229Z [00:02:58.834]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:17.1818776Z [00:02:58.834]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:17.1819197Z [00:02:58.834]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.1819516Z [00:02:58.834]➜  EOF
2025-08-20T22:41:17.1821277Z [00:02:58.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b530/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/peer=>google.golang.org/grpc@v1.72.2/peer;$WORK/b530=>" -p google.golang.org/grpc/peer -lang=go1.23 -complete -installsuffix shared -buildid TEU9WiD4u5ePIKZlpGvL/TEU9WiD4u5ePIKZlpGvL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b530/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/peer/peer.go
2025-08-20T22:41:17.2041048Z [00:02:58.856]➜  go tool buildid -w $WORK/b530/_pkg_.a # internal
2025-08-20T22:41:17.2048659Z [00:02:58.857]➜  cp $WORK/b530/_pkg_.a /root/.cache/go-build/87/87f9ee2804c4a3373c0188a062b3a36ea73c225034275d4a64f28f2ce8109d6b-d # internal
2025-08-20T22:41:17.2049319Z [00:02:58.857]➜  google.golang.org/grpc/tap
2025-08-20T22:41:17.2049615Z [00:02:58.857]➜  mkdir -p $WORK/b531/
2025-08-20T22:41:17.2067429Z [00:02:58.858]➜  cat >/tmp/go-build3998081543/b531/importcfg << 'EOF' # internal
2025-08-20T22:41:17.2069193Z [00:02:58.858]➜  # import config
2025-08-20T22:41:17.2069594Z [00:02:58.858]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.2070128Z [00:02:58.858]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:17.2070927Z [00:02:58.858]➜  EOF
2025-08-20T22:41:17.2072686Z [00:02:58.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b531/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/tap=>google.golang.org/grpc@v1.72.2/tap;$WORK/b531=>" -p google.golang.org/grpc/tap -lang=go1.23 -complete -installsuffix shared -buildid CaLEhnZU1An-L-JZ_CLP/CaLEhnZU1An-L-JZ_CLP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b531/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/tap/tap.go
2025-08-20T22:41:17.2163991Z [00:02:58.867]➜  go tool buildid -w $WORK/b531/_pkg_.a # internal
2025-08-20T22:41:17.2165230Z [00:02:58.867]➜  cp $WORK/b531/_pkg_.a /root/.cache/go-build/d2/d2dea9df96f4170e5f3bf57c82ad877dd5ef57b6b900758ca7b5129b3ceeddbe-d # internal
2025-08-20T22:41:17.2166084Z [00:02:58.868]➜  google.golang.org/grpc/internal/resolver/passthrough
2025-08-20T22:41:17.2166445Z [00:02:58.868]➜  mkdir -p $WORK/b532/
2025-08-20T22:41:17.2166900Z [00:02:58.868]➜  cat >/tmp/go-build3998081543/b532/importcfg << 'EOF' # internal
2025-08-20T22:41:17.2167249Z [00:02:58.868]➜  # import config
2025-08-20T22:41:17.2167588Z [00:02:58.868]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:17.2168102Z [00:02:58.868]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:17.2168496Z [00:02:58.868]➜  EOF
2025-08-20T22:41:17.2170702Z [00:02:58.868]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b532/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/passthrough=>google.golang.org/grpc@v1.72.2/internal/resolver/passthrough;$WORK/b532=>" -p google.golang.org/grpc/internal/resolver/passthrough -lang=go1.23 -complete -installsuffix shared -buildid Q01o5NUvhVJWQnxi7nvp/Q01o5NUvhVJWQnxi7nvp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b532/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/passthrough/passthrough.go
2025-08-20T22:41:17.2340432Z [00:02:58.886]➜  go tool buildid -w $WORK/b532/_pkg_.a # internal
2025-08-20T22:41:17.2345992Z [00:02:58.886]➜  cp $WORK/b532/_pkg_.a /root/.cache/go-build/f9/f9bb427d94c550dd0d38cc44cbbea601ea477bca23355c7a7a5dc209f7a46a01-d # internal
2025-08-20T22:41:17.2346685Z [00:02:58.886]➜  google.golang.org/grpc/internal/resolver/unix
2025-08-20T22:41:17.2347018Z [00:02:58.886]➜  mkdir -p $WORK/b533/
2025-08-20T22:41:17.2356667Z [00:02:58.888]➜  cat >/tmp/go-build3998081543/b533/importcfg << 'EOF' # internal
2025-08-20T22:41:17.2358816Z [00:02:58.888]➜  # import config
2025-08-20T22:41:17.2359170Z [00:02:58.888]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.2359780Z [00:02:58.888]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3998081543/b528/_pkg_.a
2025-08-20T22:41:17.2360459Z [00:02:58.888]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:17.2360851Z [00:02:58.888]➜  EOF
2025-08-20T22:41:17.2362905Z [00:02:58.888]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b533/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/unix=>google.golang.org/grpc@v1.72.2/internal/resolver/unix;$WORK/b533=>" -p google.golang.org/grpc/internal/resolver/unix -lang=go1.23 -complete -installsuffix shared -buildid 3brTsAp85M_FYm5AJNnN/3brTsAp85M_FYm5AJNnN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b533/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/unix/unix.go
2025-08-20T22:41:17.2524515Z [00:02:58.904]➜  go tool buildid -w $WORK/b533/_pkg_.a # internal
2025-08-20T22:41:17.2525261Z [00:02:58.905]➜  cp $WORK/b533/_pkg_.a /root/.cache/go-build/34/3467d03c15d9a60eefc085593375ec37c88a0e1ae60fdaa8a8884a37fe854054-d # internal
2025-08-20T22:41:17.2528361Z [00:02:58.905]➜  google.golang.org/grpc/internal/stats
2025-08-20T22:41:17.2528955Z [00:02:58.905]➜  mkdir -p $WORK/b534/
2025-08-20T22:41:17.2529664Z [00:02:58.905]➜  cat >/tmp/go-build3998081543/b534/importcfg << 'EOF' # internal
2025-08-20T22:41:17.2530095Z [00:02:58.905]➜  # import config
2025-08-20T22:41:17.2530448Z [00:02:58.905]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.2530867Z [00:02:58.905]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.2531417Z [00:02:58.905]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:17.2532052Z [00:02:58.905]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:41:17.2532435Z [00:02:58.905]➜  EOF
2025-08-20T22:41:17.2534676Z [00:02:58.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b534/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/stats=>google.golang.org/grpc@v1.72.2/internal/stats;$WORK/b534=>" -p google.golang.org/grpc/internal/stats -lang=go1.23 -complete -installsuffix shared -buildid Lq0sogiPkzqzSPU3bOGe/Lq0sogiPkzqzSPU3bOGe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b534/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/stats/labels.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/stats/metrics_recorder_list.go
2025-08-20T22:41:17.2701973Z [00:02:58.923]➜  go tool buildid -w $WORK/b534/_pkg_.a # internal
2025-08-20T22:41:17.2709208Z [00:02:58.923]➜  cp $WORK/b534/_pkg_.a /root/.cache/go-build/f6/f6212a963838c28949add3a2eddddc69c3195d68fe0b236bccce2095a54d7d99-d # internal
2025-08-20T22:41:17.2710892Z [00:02:58.923]➜  google.golang.org/grpc/balancer/grpclb/state
2025-08-20T22:41:17.2711287Z [00:02:58.923]➜  mkdir -p $WORK/b537/
2025-08-20T22:41:17.2717213Z [00:02:58.924]➜  cat >/tmp/go-build3998081543/b537/importcfg << 'EOF' # internal
2025-08-20T22:41:17.2717611Z [00:02:58.924]➜  # import config
2025-08-20T22:41:17.2718045Z [00:02:58.924]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:17.2718440Z [00:02:58.924]➜  EOF
2025-08-20T22:41:17.2720516Z [00:02:58.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b537/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/state=>google.golang.org/grpc@v1.72.2/balancer/grpclb/state;$WORK/b537=>" -p google.golang.org/grpc/balancer/grpclb/state -lang=go1.23 -complete -installsuffix shared -buildid aHVqM3GVUBEsA9F75Noo/aHVqM3GVUBEsA9F75Noo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b537/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/state/state.go
2025-08-20T22:41:17.2867481Z [00:02:58.939]➜  go tool buildid -w $WORK/b537/_pkg_.a # internal
2025-08-20T22:41:17.2875551Z [00:02:58.940]➜  cp $WORK/b537/_pkg_.a /root/.cache/go-build/c4/c482e45569c0cf7e270e74e66fd315df92c5acb80f3bb02e620598eee7ecc520-d # internal
2025-08-20T22:41:17.2876774Z [00:02:58.940]➜  google.golang.org/grpc/internal/resolver/dns/internal
2025-08-20T22:41:17.2877185Z [00:02:58.940]➜  mkdir -p $WORK/b538/
2025-08-20T22:41:17.2882443Z [00:02:58.941]➜  cat >/tmp/go-build3998081543/b538/importcfg << 'EOF' # internal
2025-08-20T22:41:17.2882846Z [00:02:58.941]➜  # import config
2025-08-20T22:41:17.2883197Z [00:02:58.941]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.2883627Z [00:02:58.941]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:17.2884047Z [00:02:58.941]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:17.2884476Z [00:02:58.941]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.2884787Z [00:02:58.941]➜  EOF
2025-08-20T22:41:17.2887478Z [00:02:58.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b538/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/dns/internal=>google.golang.org/grpc@v1.72.2/internal/resolver/dns/internal;$WORK/b538=>" -p google.golang.org/grpc/internal/resolver/dns/internal -lang=go1.23 -complete -installsuffix shared -buildid AheIf93gktBdG61r82z0/AheIf93gktBdG61r82z0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b538/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/dns/internal/internal.go
2025-08-20T22:41:17.2999899Z [00:02:58.952]➜  go tool buildid -w $WORK/b538/_pkg_.a # internal
2025-08-20T22:41:17.3004352Z [00:02:58.953]➜  cp $WORK/b538/_pkg_.a /root/.cache/go-build/09/09ca9a0686928bfe0bea5aec5f73d4b30b4a98b089ff1d62f9947cd7c6debd67-d # internal
2025-08-20T22:41:17.3005065Z [00:02:58.953]➜  google.golang.org/grpc/internal/resolver/dns
2025-08-20T22:41:17.3008682Z [00:02:58.953]➜  mkdir -p $WORK/b536/
2025-08-20T22:41:17.3014281Z [00:02:58.954]➜  cat >/tmp/go-build3998081543/b536/importcfg << 'EOF' # internal
2025-08-20T22:41:17.3015087Z [00:02:58.954]➜  # import config
2025-08-20T22:41:17.3015641Z [00:02:58.954]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.3016156Z [00:02:58.954]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:17.3016633Z [00:02:58.954]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.3017220Z [00:02:58.954]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3998081543/b537/_pkg_.a
2025-08-20T22:41:17.3017852Z [00:02:58.954]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:17.3018469Z [00:02:58.954]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:17.3019560Z [00:02:58.954]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:17.3020283Z [00:02:58.954]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3998081543/b538/_pkg_.a
2025-08-20T22:41:17.3020955Z [00:02:58.954]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:17.3021565Z [00:02:58.954]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:17.3022117Z [00:02:58.954]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:17.3022554Z [00:02:58.954]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:17.3022979Z [00:02:58.954]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:41:17.3023397Z [00:02:58.954]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:17.3023810Z [00:02:58.954]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:17.3024251Z [00:02:58.954]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.3024671Z [00:02:58.954]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:17.3025081Z [00:02:58.954]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.3025549Z [00:02:58.954]➜  EOF
2025-08-20T22:41:17.3027692Z [00:02:58.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b536/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/dns=>google.golang.org/grpc@v1.72.2/internal/resolver/dns;$WORK/b536=>" -p google.golang.org/grpc/internal/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid CsGF0DpXQ6iC8ykAmPYf/CsGF0DpXQ6iC8ykAmPYf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b536/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/dns/dns_resolver.go
2025-08-20T22:41:17.3462012Z [00:02:58.998]➜  go tool buildid -w $WORK/b536/_pkg_.a # internal
2025-08-20T22:41:17.3462807Z [00:02:58.998]➜  cp $WORK/b536/_pkg_.a /root/.cache/go-build/37/374d85180a4d12b626aa2580fb8a4f95ef05f85529dc01a5b59a676573eafadf-d # internal
2025-08-20T22:41:17.3463401Z [00:02:58.998]➜  google.golang.org/grpc/resolver/dns
2025-08-20T22:41:17.3463712Z [00:02:58.998]➜  mkdir -p $WORK/b535/
2025-08-20T22:41:17.3465896Z [00:02:58.999]➜  cat >/tmp/go-build3998081543/b535/importcfg << 'EOF' # internal
2025-08-20T22:41:17.3466288Z [00:02:58.999]➜  # import config
2025-08-20T22:41:17.3467215Z [00:02:58.999]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3998081543/b536/_pkg_.a
2025-08-20T22:41:17.3467932Z [00:02:58.999]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:17.3468431Z [00:02:58.999]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.3468742Z [00:02:58.999]➜  EOF
2025-08-20T22:41:17.3470620Z [00:02:58.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b535/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver/dns=>google.golang.org/grpc@v1.72.2/resolver/dns;$WORK/b535=>" -p google.golang.org/grpc/resolver/dns -lang=go1.23 -complete -installsuffix shared -buildid jgp4wCr4zw7-FlJcV0_A/jgp4wCr4zw7-FlJcV0_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b535/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver/dns/dns_resolver.go
2025-08-20T22:41:17.3652658Z [00:02:59.018]➜  go tool buildid -w $WORK/b535/_pkg_.a # internal
2025-08-20T22:41:17.3674741Z [00:02:59.018]➜  cp $WORK/b535/_pkg_.a /root/.cache/go-build/36/3633a7ea6b939f57e13dfdabeafb9763404a279d10bb6398fcf9effa43c43fcf-d # internal
2025-08-20T22:41:17.3693400Z [00:02:59.022]➜  github.com/aws/aws-sdk-go-v2/aws/transport/http
2025-08-20T22:41:17.3696956Z [00:02:59.022]➜  mkdir -p $WORK/b541/
2025-08-20T22:41:17.3703929Z [00:02:59.023]➜  cat >/tmp/go-build3998081543/b541/importcfg << 'EOF' # internal
2025-08-20T22:41:17.3706650Z [00:02:59.023]➜  # import config
2025-08-20T22:41:17.3707035Z [00:02:59.023]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.3707486Z [00:02:59.023]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:17.3707928Z [00:02:59.023]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:17.3708345Z [00:02:59.023]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.3708850Z [00:02:59.023]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:17.3709788Z [00:02:59.023]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:17.3710976Z [00:02:59.023]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:17.3711571Z [00:02:59.023]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:17.3712181Z [00:02:59.023]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:17.3712820Z [00:02:59.023]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:17.3718833Z [00:02:59.023]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:17.3719334Z [00:02:59.023]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:17.3719762Z [00:02:59.023]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:17.3720220Z [00:02:59.023]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:17.3720678Z [00:02:59.023]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:17.3721089Z [00:02:59.023]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.3721398Z [00:02:59.023]➜  EOF
2025-08-20T22:41:17.3725209Z [00:02:59.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http;$WORK/b541=>" -p github.com/aws/aws-sdk-go-v2/aws/transport/http -lang=go1.22 -complete -installsuffix shared -buildid HqlcwVW0Vqw392BpKfuC/HqlcwVW0Vqw392BpKfuC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b541/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/content_type.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/response_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/response_error_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/transport/http/timeout_read_closer.go
2025-08-20T22:41:17.4590934Z [00:02:59.111]➜  go tool buildid -w $WORK/b541/_pkg_.a # internal
2025-08-20T22:41:17.4629172Z [00:02:59.115]➜  cp $WORK/b541/_pkg_.a /root/.cache/go-build/89/894d674dac37882178b3c2cc11a4925b932d806bdbc66f3d413100814b01fd10-d # internal
2025-08-20T22:41:17.4638054Z [00:02:59.116]➜  github.com/aws/aws-sdk-go-v2/credentials
2025-08-20T22:41:17.4638903Z [00:02:59.116]➜  mkdir -p $WORK/b542/
2025-08-20T22:41:17.4639447Z [00:02:59.116]➜  cat >/tmp/go-build3998081543/b542/importcfg << 'EOF' # internal
2025-08-20T22:41:17.4640604Z [00:02:59.116]➜  # import config
2025-08-20T22:41:17.4640960Z [00:02:59.116]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.4641488Z [00:02:59.116]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:17.4641905Z [00:02:59.116]➜  EOF
2025-08-20T22:41:17.4644459Z [00:02:59.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.68;$WORK/b542=>" -p github.com/aws/aws-sdk-go-v2/credentials -lang=go1.22 -complete -installsuffix shared -buildid ct8S1OwKWlJSMjlawibM/ct8S1OwKWlJSMjlawibM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b542/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/static_provider.go
2025-08-20T22:41:17.4799714Z [00:02:59.132]➜  go tool buildid -w $WORK/b542/_pkg_.a # internal
2025-08-20T22:41:17.4806333Z [00:02:59.133]➜  cp $WORK/b542/_pkg_.a /root/.cache/go-build/c2/c2ddc9e7805121d1d105b8fb1c78300530563f255d18355899f21f0de1d0e37f-d # internal
2025-08-20T22:41:17.4816294Z [00:02:59.134]➜  github.com/aws/aws-sdk-go-v2/aws/ratelimit
2025-08-20T22:41:17.4816971Z [00:02:59.134]➜  mkdir -p $WORK/b546/
2025-08-20T22:41:17.4824061Z [00:02:59.135]➜  cat >/tmp/go-build3998081543/b546/importcfg << 'EOF' # internal
2025-08-20T22:41:17.4826202Z [00:02:59.135]➜  # import config
2025-08-20T22:41:17.4828439Z [00:02:59.135]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.4828981Z [00:02:59.135]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.4829393Z [00:02:59.135]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:17.4829704Z [00:02:59.135]➜  EOF
2025-08-20T22:41:17.4832282Z [00:02:59.135]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b546/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit;$WORK/b546=>" -p github.com/aws/aws-sdk-go-v2/aws/ratelimit -lang=go1.22 -complete -installsuffix shared -buildid b-0dUA3bIE5SsPWR5nQq/b-0dUA3bIE5SsPWR5nQq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b546/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit/none.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit/token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/ratelimit/token_rate_limit.go
2025-08-20T22:41:17.5100712Z [00:02:59.162]➜  go tool buildid -w $WORK/b546/_pkg_.a # internal
2025-08-20T22:41:17.5106531Z [00:02:59.163]➜  cp $WORK/b546/_pkg_.a /root/.cache/go-build/35/3550cf34ca9a9c112d851f4279749a7853e1e9b5972c9e0eb0a3b5684dab72fb-d # internal
2025-08-20T22:41:17.5118782Z [00:02:59.164]➜  github.com/aws/aws-sdk-go-v2/internal/context
2025-08-20T22:41:17.5119865Z [00:02:59.164]➜  mkdir -p $WORK/b547/
2025-08-20T22:41:17.5121418Z [00:02:59.164]➜  cat >/tmp/go-build3998081543/b547/importcfg << 'EOF' # internal
2025-08-20T22:41:17.5121801Z [00:02:59.164]➜  # import config
2025-08-20T22:41:17.5122460Z [00:02:59.164]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.5123070Z [00:02:59.164]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:17.5123581Z [00:02:59.164]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.5123891Z [00:02:59.164]➜  EOF
2025-08-20T22:41:17.5126059Z [00:02:59.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/context=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/context;$WORK/b547=>" -p github.com/aws/aws-sdk-go-v2/internal/context -lang=go1.22 -complete -installsuffix shared -buildid lZ7StGeGmPIjYoiYwVlZ/lZ7StGeGmPIjYoiYwVlZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b547/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/context/context.go
2025-08-20T22:41:17.5239446Z [00:02:59.176]➜  go tool buildid -w $WORK/b370/_pkg_.a # internal
2025-08-20T22:41:17.5272237Z [00:02:59.179]➜  go tool buildid -w $WORK/b547/_pkg_.a # internal
2025-08-20T22:41:17.5277993Z [00:02:59.180]➜  cp $WORK/b547/_pkg_.a /root/.cache/go-build/b9/b94e9eab3cbbc68065ed54bbeaf39acc98397186cb287d47df5442db150ee2cb-d # internal
2025-08-20T22:41:17.5279806Z [00:02:59.180]➜  github.com/aws/aws-sdk-go-v2/internal/timeconv
2025-08-20T22:41:17.5281169Z [00:02:59.181]➜  mkdir -p $WORK/b548/
2025-08-20T22:41:17.5284554Z [00:02:59.181]➜  cat >/tmp/go-build3998081543/b548/importcfg << 'EOF' # internal
2025-08-20T22:41:17.5285854Z [00:02:59.181]➜  # import config
2025-08-20T22:41:17.5286710Z [00:02:59.181]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.5287487Z [00:02:59.181]➜  EOF
2025-08-20T22:41:17.5315322Z [00:02:59.183]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b548/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/timeconv=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/timeconv;$WORK/b548=>" -p github.com/aws/aws-sdk-go-v2/internal/timeconv -lang=go1.22 -complete -installsuffix shared -buildid L3ai3s-5V_4ilK6kwtqe/L3ai3s-5V_4ilK6kwtqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b548/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/timeconv/duration.go
2025-08-20T22:41:17.5331804Z [00:02:59.185]➜  cp $WORK/b370/_pkg_.a /root/.cache/go-build/47/47ba31ae0d758117c2223a42f7e880c5cd7db03c9e96a8c932cf6ea788d73adb-d # internal
2025-08-20T22:41:17.5360470Z [00:02:59.188]➜  github.com/goccy/go-json/internal/encoder/vm_indent
2025-08-20T22:41:17.5361584Z [00:02:59.188]➜  mkdir -p $WORK/b369/
2025-08-20T22:41:17.5362464Z [00:02:59.188]➜  cat >/tmp/go-build3998081543/b369/importcfg << 'EOF' # internal
2025-08-20T22:41:17.5363331Z [00:02:59.188]➜  # import config
2025-08-20T22:41:17.5363763Z [00:02:59.188]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:17.5364246Z [00:02:59.188]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.5364828Z [00:02:59.188]➜  packagefile github.com/goccy/go-json/internal/encoder=/tmp/go-build3998081543/b367/_pkg_.a
2025-08-20T22:41:17.5365745Z [00:02:59.188]➜  packagefile github.com/goccy/go-json/internal/encoder/vm_color=/tmp/go-build3998081543/b370/_pkg_.a
2025-08-20T22:41:17.5366500Z [00:02:59.188]➜  packagefile github.com/goccy/go-json/internal/runtime=/tmp/go-build3998081543/b366/_pkg_.a
2025-08-20T22:41:17.5367049Z [00:02:59.188]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:17.5367473Z [00:02:59.188]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:17.5367895Z [00:02:59.188]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:17.5368206Z [00:02:59.188]➜  EOF
2025-08-20T22:41:17.5371639Z [00:02:59.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b369/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_indent=>github.com/goccy/go-json@v0.10.5/internal/encoder/vm_indent;$WORK/b369=>" -p github.com/goccy/go-json/internal/encoder/vm_indent -lang=go1.19 -complete -installsuffix shared -buildid hb6mIJzt3RRUOxh52ayR/hb6mIJzt3RRUOxh52ayR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b369/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_indent/debug_vm.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_indent/hack.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_indent/util.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm_indent/vm.go
2025-08-20T22:41:17.5675615Z [00:02:59.220]➜  go tool buildid -w $WORK/b548/_pkg_.a # internal
2025-08-20T22:41:17.5704484Z [00:02:59.223]➜  cp $WORK/b548/_pkg_.a /root/.cache/go-build/c9/c9cccf7bd473d7fcc7cbdba66166d06cee5fdaa831bb6e3fe3f2788434449559-d # internal
2025-08-20T22:41:17.5780891Z [00:02:59.230]➜  github.com/aws/aws-sdk-go-v2/aws/retry
2025-08-20T22:41:17.5781583Z [00:02:59.230]➜  mkdir -p $WORK/b545/
2025-08-20T22:41:17.5794212Z [00:02:59.232]➜  cat >/tmp/go-build3998081543/b545/importcfg << 'EOF' # internal
2025-08-20T22:41:17.5795218Z [00:02:59.232]➜  # import config
2025-08-20T22:41:17.5796755Z [00:02:59.232]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.5797206Z [00:02:59.232]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:17.5797627Z [00:02:59.232]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.5798538Z [00:02:59.232]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:17.5799176Z [00:02:59.232]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:17.5799835Z [00:02:59.232]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3998081543/b546/_pkg_.a
2025-08-20T22:41:17.5800501Z [00:02:59.232]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3998081543/b547/_pkg_.a
2025-08-20T22:41:17.5801173Z [00:02:59.232]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3998081543/b316/_pkg_.a
2025-08-20T22:41:17.5801823Z [00:02:59.232]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:17.5802488Z [00:02:59.232]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3998081543/b548/_pkg_.a
2025-08-20T22:41:17.5803098Z [00:02:59.232]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:17.5803703Z [00:02:59.232]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:17.5804295Z [00:02:59.232]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3998081543/b327/_pkg_.a
2025-08-20T22:41:17.5804897Z [00:02:59.232]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:17.5805726Z [00:02:59.232]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:17.5806411Z [00:02:59.232]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:17.5806935Z [00:02:59.232]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:17.5807344Z [00:02:59.232]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:17.5807761Z [00:02:59.232]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:17.5808200Z [00:02:59.232]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:17.5808629Z [00:02:59.232]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.5809047Z [00:02:59.232]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:17.5809456Z [00:02:59.232]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.5809765Z [00:02:59.232]➜  EOF
2025-08-20T22:41:17.5817611Z [00:02:59.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b545/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry;$WORK/b545=>" -p github.com/aws/aws-sdk-go-v2/aws/retry -lang=go1.22 -complete -installsuffix shared -buildid OooKGsu_w20qn-E9tgc0/OooKGsu_w20qn-E9tgc0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b545/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/adaptive.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/adaptive_ratelimit.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/adaptive_token_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/attempt_metrics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/jitter_backoff.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/retry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/retryable_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/standard.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/throttle_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/retry/timeout_error.go
2025-08-20T22:41:17.7262990Z [00:02:59.378]➜  go tool buildid -w $WORK/b545/_pkg_.a # internal
2025-08-20T22:41:17.7328050Z [00:02:59.385]➜  cp $WORK/b545/_pkg_.a /root/.cache/go-build/89/89b8816edec232bd2c7ef5e644ccf3eb087a9cf61a8e133c98ce0abc774a65e0-d # internal
2025-08-20T22:41:17.7328776Z [00:02:59.385]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
2025-08-20T22:41:17.7329153Z [00:02:59.385]➜  mkdir -p $WORK/b549/
2025-08-20T22:41:17.7340792Z [00:02:59.386]➜  cat >/tmp/go-build3998081543/b549/importcfg << 'EOF' # internal
2025-08-20T22:41:17.7343435Z [00:02:59.386]➜  # import config
2025-08-20T22:41:17.7343800Z [00:02:59.386]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.7344233Z [00:02:59.386]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.7344555Z [00:02:59.386]➜  EOF
2025-08-20T22:41:17.7346960Z [00:02:59.386]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/internal/config=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/internal/config;$WORK/b549=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config -lang=go1.22 -complete -installsuffix shared -buildid XwHGYr0rZ-LRdsI8B2ZI/XwHGYr0rZ-LRdsI8B2ZI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b549/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/internal/config/resolvers.go
2025-08-20T22:41:17.7666179Z [00:02:59.419]➜  go tool buildid -w $WORK/b549/_pkg_.a # internal
2025-08-20T22:41:17.7671322Z [00:02:59.419]➜  cp $WORK/b549/_pkg_.a /root/.cache/go-build/e8/e8d7c906597ff32f535fa06ac880b1ca565deab92e3f453abc9e2dc60dfd7765-d # internal
2025-08-20T22:41:17.7695630Z [00:02:59.422]➜  github.com/aws/smithy-go/io
2025-08-20T22:41:17.7696222Z [00:02:59.422]➜  mkdir -p $WORK/b550/
2025-08-20T22:41:17.7706296Z [00:02:59.423]➜  cat >/tmp/go-build3998081543/b550/importcfg << 'EOF' # internal
2025-08-20T22:41:17.7711097Z [00:02:59.423]➜  # import config
2025-08-20T22:41:17.7711471Z [00:02:59.423]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:17.7711894Z [00:02:59.423]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:17.7712202Z [00:02:59.423]➜  EOF
2025-08-20T22:41:17.7714966Z [00:02:59.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io=>github.com/aws/smithy-go@v1.22.4/io;$WORK/b550=>" -p github.com/aws/smithy-go/io -lang=go1.22 -complete -installsuffix shared -buildid gne281J27JaVEygi2DFp/gne281J27JaVEygi2DFp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b550/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io/byte.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io/reader.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/io/ringbuffer.go
2025-08-20T22:41:17.7912774Z [00:02:59.443]➜  go tool buildid -w $WORK/b550/_pkg_.a # internal
2025-08-20T22:41:17.7952129Z [00:02:59.447]➜  cp $WORK/b550/_pkg_.a /root/.cache/go-build/31/318438050da69abfb4b9a98f9230c5f1aa8a0889d581cc65d8b187b27189cbcc-d # internal
2025-08-20T22:41:17.7961294Z [00:02:59.449]➜  github.com/aws/aws-sdk-go-v2/feature/ec2/imds
2025-08-20T22:41:17.7962515Z [00:02:59.449]➜  mkdir -p $WORK/b544/
2025-08-20T22:41:17.7974298Z [00:02:59.450]➜  cat >/tmp/go-build3998081543/b544/importcfg << 'EOF' # internal
2025-08-20T22:41:17.7979099Z [00:02:59.450]➜  # import config
2025-08-20T22:41:17.7979516Z [00:02:59.450]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:17.7979955Z [00:02:59.450]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.7980410Z [00:02:59.450]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:17.7980855Z [00:02:59.450]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:17.7981270Z [00:02:59.450]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.7982160Z [00:02:59.450]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:17.7982793Z [00:02:59.450]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:17.7983434Z [00:02:59.450]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:41:17.7984097Z [00:02:59.450]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:41:17.7984939Z [00:02:59.450]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3998081543/b549/_pkg_.a
2025-08-20T22:41:17.7985869Z [00:02:59.450]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:17.7986421Z [00:02:59.450]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3998081543/b550/_pkg_.a
2025-08-20T22:41:17.7986999Z [00:02:59.450]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:17.7987619Z [00:02:59.450]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:17.7988250Z [00:02:59.450]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:17.7988764Z [00:02:59.450]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:17.7989182Z [00:02:59.450]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:17.7989617Z [00:02:59.450]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:17.7990038Z [00:02:59.450]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:17.7990472Z [00:02:59.450]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:17.7990892Z [00:02:59.450]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:17.7991298Z [00:02:59.450]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:17.7991731Z [00:02:59.450]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:17.7992160Z [00:02:59.450]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.7992579Z [00:02:59.450]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:17.7993016Z [00:02:59.450]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:17.7993451Z [00:02:59.450]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.7994032Z [00:02:59.450]➜  EOF
2025-08-20T22:41:17.8000521Z [00:02:59.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b544/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30=>github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30;$WORK/b544=>" -p github.com/aws/aws-sdk-go-v2/feature/ec2/imds -lang=go1.22 -complete -installsuffix shared -buildid YZBz8m3IH8ZrskjBm31k/YZBz8m3IH8ZrskjBm31k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b544/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetDynamicData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetIAMInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetInstanceIdentityDocument.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetRegion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/api_op_GetUserData.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/request_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/ec2/imds@v1.16.30/token_provider.go
2025-08-20T22:41:17.9290490Z [00:02:59.581]➜  go tool buildid -w $WORK/b520/_pkg_.a # internal
2025-08-20T22:41:17.9595248Z [00:02:59.612]➜  go tool buildid -w $WORK/b544/_pkg_.a # internal
2025-08-20T22:41:17.9606433Z [00:02:59.613]➜  cp $WORK/b520/_pkg_.a /root/.cache/go-build/bd/bdf7e97d9499863f3ed3d865bef95b3198ca7443faa4aea90e361ceffde98002-d # internal
2025-08-20T22:41:17.9625970Z [00:02:59.614]➜  cp $WORK/b544/_pkg_.a /root/.cache/go-build/05/052847adbb1b164f112dc059e450d03c6cafa0cfebd994fc3ff82613eb133da3-d # internal
2025-08-20T22:41:17.9626718Z [00:02:59.614]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
2025-08-20T22:41:17.9639023Z [00:02:59.616]➜  mkdir -p $WORK/b552/
2025-08-20T22:41:17.9646522Z [00:02:59.617]➜  cat >/tmp/go-build3998081543/b552/importcfg << 'EOF' # internal
2025-08-20T22:41:17.9656460Z [00:02:59.617]➜  # import config
2025-08-20T22:41:17.9656872Z [00:02:59.617]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.9657335Z [00:02:59.617]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:17.9657777Z [00:02:59.617]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.9658305Z [00:02:59.617]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:17.9658937Z [00:02:59.617]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:17.9659575Z [00:02:59.617]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:41:17.9660234Z [00:02:59.617]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:41:17.9660859Z [00:02:59.617]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:17.9661439Z [00:02:59.617]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:17.9662070Z [00:02:59.617]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:17.9662579Z [00:02:59.617]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:17.9663335Z [00:02:59.617]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:17.9663848Z [00:02:59.617]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:17.9664270Z [00:02:59.617]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.9664580Z [00:02:59.617]➜  EOF
2025-08-20T22:41:17.9668463Z [00:02:59.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/endpointcreds/internal/client=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/endpointcreds/internal/client;$WORK/b552=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client -lang=go1.22 -complete -installsuffix shared -buildid H5aLVIQIxl4hp36rzxWN/H5aLVIQIxl4hp36rzxWN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b552/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/endpointcreds/internal/client/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/endpointcreds/internal/client/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/endpointcreds/internal/client/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/endpointcreds/internal/client/middleware.go
2025-08-20T22:41:17.9671787Z [00:02:59.617]➜  github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
2025-08-20T22:41:17.9672128Z [00:02:59.617]➜  mkdir -p $WORK/b543/
2025-08-20T22:41:17.9672772Z [00:02:59.617]➜  cat >/tmp/go-build3998081543/b543/importcfg << 'EOF' # internal
2025-08-20T22:41:17.9673119Z [00:02:59.617]➜  # import config
2025-08-20T22:41:17.9673451Z [00:02:59.617]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:17.9673874Z [00:02:59.617]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:17.9674323Z [00:02:59.617]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:17.9674761Z [00:02:59.617]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:17.9675272Z [00:02:59.617]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:17.9687791Z [00:02:59.617]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3998081543/b544/_pkg_.a
2025-08-20T22:41:17.9688490Z [00:02:59.617]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3998081543/b316/_pkg_.a
2025-08-20T22:41:17.9689141Z [00:02:59.617]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:17.9689755Z [00:02:59.617]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:17.9690324Z [00:02:59.617]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:17.9690932Z [00:02:59.617]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:17.9691436Z [00:02:59.617]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:17.9691859Z [00:02:59.617]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:17.9692279Z [00:02:59.617]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:17.9692698Z [00:02:59.617]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:17.9693014Z [00:02:59.617]➜  EOF
2025-08-20T22:41:17.9695738Z [00:02:59.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b543/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ec2rolecreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ec2rolecreds;$WORK/b543=>" -p github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds -lang=go1.22 -complete -installsuffix shared -buildid 5plh5PJdN2K3RKIQ1HkU/5plh5PJdN2K3RKIQ1HkU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b543/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ec2rolecreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ec2rolecreds/provider.go
2025-08-20T22:41:18.0140487Z [00:02:59.666]➜  go tool buildid -w $WORK/b543/_pkg_.a # internal
2025-08-20T22:41:18.0148144Z [00:02:59.667]➜  cp $WORK/b543/_pkg_.a /root/.cache/go-build/43/4353c993c8a76878e24dab5b7322fb84c877ce3e26bbc63da59234990a912885-d # internal
2025-08-20T22:41:18.0190364Z [00:02:59.671]➜  github.com/aws/aws-sdk-go-v2/credentials/processcreds
2025-08-20T22:41:18.0203121Z [00:02:59.672]➜  mkdir -p $WORK/b553/
2025-08-20T22:41:18.0203612Z [00:02:59.672]➜  cat >/tmp/go-build3998081543/b553/importcfg << 'EOF' # internal
2025-08-20T22:41:18.0203960Z [00:02:59.672]➜  # import config
2025-08-20T22:41:18.0204302Z [00:02:59.672]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:18.0204727Z [00:02:59.672]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.0205180Z [00:02:59.672]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:18.0205802Z [00:02:59.672]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.0206333Z [00:02:59.672]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.0206968Z [00:02:59.672]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3998081543/b554/_pkg_.a
2025-08-20T22:41:18.0207493Z [00:02:59.672]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:18.0207890Z [00:02:59.672]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:18.0208680Z [00:02:59.672]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:18.0209109Z [00:02:59.672]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:18.0209529Z [00:02:59.672]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.0209839Z [00:02:59.672]➜  EOF
2025-08-20T22:41:18.0212333Z [00:02:59.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/processcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/processcreds;$WORK/b553=>" -p github.com/aws/aws-sdk-go-v2/credentials/processcreds -lang=go1.22 -complete -installsuffix shared -buildid exjr_f8OfLGX8MoNRvlB/exjr_f8OfLGX8MoNRvlB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b553/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/processcreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/processcreds/provider.go
2025-08-20T22:41:18.0533445Z [00:02:59.705]➜  go tool buildid -w $WORK/b552/_pkg_.a # internal
2025-08-20T22:41:18.0547031Z [00:02:59.707]➜  cp $WORK/b552/_pkg_.a /root/.cache/go-build/70/701528d8a9baae27c6c7ad68330921d3486a115e72f3356ad67160a421cdd67f-d # internal
2025-08-20T22:41:18.0560103Z [00:02:59.707]➜  github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
2025-08-20T22:41:18.0560602Z [00:02:59.708]➜  mkdir -p $WORK/b551/
2025-08-20T22:41:18.0560991Z [00:02:59.708]➜  cat >/tmp/go-build3998081543/b551/importcfg << 'EOF' # internal
2025-08-20T22:41:18.0561376Z [00:02:59.708]➜  # import config
2025-08-20T22:41:18.0561722Z [00:02:59.708]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.0562144Z [00:02:59.708]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.0562651Z [00:02:59.708]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.0563401Z [00:02:59.708]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3998081543/b552/_pkg_.a
2025-08-20T22:41:18.0564161Z [00:02:59.708]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:18.0564679Z [00:02:59.708]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:18.0565113Z [00:02:59.708]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.0567684Z [00:02:59.708]➜  EOF
2025-08-20T22:41:18.0570279Z [00:02:59.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b551/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/endpointcreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/endpointcreds;$WORK/b551=>" -p github.com/aws/aws-sdk-go-v2/credentials/endpointcreds -lang=go1.22 -complete -installsuffix shared -buildid FpYCBkasKu9pKJk6Q66S/FpYCBkasKu9pKJk6Q66S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b551/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/endpointcreds/provider.go
2025-08-20T22:41:18.0649418Z [00:02:59.717]➜  go tool buildid -w $WORK/b553/_pkg_.a # internal
2025-08-20T22:41:18.0656569Z [00:02:59.718]➜  cp $WORK/b553/_pkg_.a /root/.cache/go-build/ee/ee239ae806ca2c503279344d2296b47a43e4896bc432d74a4e78ff8d3ce0a683-d # internal
2025-08-20T22:41:18.0680831Z [00:02:59.719]➜  github.com/aws/aws-sdk-go-v2/internal/shareddefaults
2025-08-20T22:41:18.0681319Z [00:02:59.719]➜  mkdir -p $WORK/b556/
2025-08-20T22:41:18.0681742Z [00:02:59.720]➜  cat >/tmp/go-build3998081543/b556/importcfg << 'EOF' # internal
2025-08-20T22:41:18.0682093Z [00:02:59.720]➜  # import config
2025-08-20T22:41:18.0682421Z [00:02:59.720]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:18.0682841Z [00:02:59.720]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:18.0683297Z [00:02:59.720]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:18.0683992Z [00:02:59.720]➜  EOF
2025-08-20T22:41:18.0686317Z [00:02:59.720]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/shareddefaults=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/shareddefaults;$WORK/b556=>" -p github.com/aws/aws-sdk-go-v2/internal/shareddefaults -lang=go1.22 -complete -installsuffix shared -buildid AkyDgjTzhdSjWMDwrX26/AkyDgjTzhdSjWMDwrX26 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b556/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/shareddefaults/shared_config.go
2025-08-20T22:41:18.0867594Z [00:02:59.739]➜  go tool buildid -w $WORK/b556/_pkg_.a # internal
2025-08-20T22:41:18.0872859Z [00:02:59.739]➜  cp $WORK/b556/_pkg_.a /root/.cache/go-build/e9/e901d7bb5715ba01cfd5de5fe161e70feca3c63d498d33bf68d49683cfafaee6-d # internal
2025-08-20T22:41:18.0916432Z [00:02:59.744]➜  github.com/aws/aws-sdk-go-v2/aws/defaults
2025-08-20T22:41:18.0917604Z [00:02:59.744]➜  mkdir -p $WORK/b558/
2025-08-20T22:41:18.0931970Z [00:02:59.746]➜  cat >/tmp/go-build3998081543/b558/importcfg << 'EOF' # internal
2025-08-20T22:41:18.0933806Z [00:02:59.746]➜  # import config
2025-08-20T22:41:18.0937093Z [00:02:59.746]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.0947564Z [00:02:59.746]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.0948238Z [00:02:59.746]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:18.0948709Z [00:02:59.746]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.0949136Z [00:02:59.746]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.0949449Z [00:02:59.746]➜  EOF
2025-08-20T22:41:18.0952263Z [00:02:59.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults;$WORK/b558=>" -p github.com/aws/aws-sdk-go-v2/aws/defaults -lang=go1.22 -complete -installsuffix shared -buildid 3VQE0WtJ4A1lbyRyM8hK/3VQE0WtJ4A1lbyRyM8hK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b558/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults/auto.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults/configuration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/defaults/doc.go
2025-08-20T22:41:18.0972435Z [00:02:59.750]➜  go tool buildid -w $WORK/b551/_pkg_.a # internal
2025-08-20T22:41:18.0979815Z [00:02:59.750]➜  cp $WORK/b551/_pkg_.a /root/.cache/go-build/b8/b89841f2479c6a4a19ed7d257c9da8afb29712b54b05a40581624eef7beb37c8-d # internal
2025-08-20T22:41:18.1012451Z [00:02:59.754]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
2025-08-20T22:41:18.1012851Z [00:02:59.754]➜  mkdir -p $WORK/b559/
2025-08-20T22:41:18.1015986Z [00:02:59.754]➜  cat >/tmp/go-build3998081543/b559/importcfg << 'EOF' # internal
2025-08-20T22:41:18.1017362Z [00:02:59.754]➜  # import config
2025-08-20T22:41:18.1018195Z [00:02:59.754]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:18.1019195Z [00:02:59.754]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:18.1020535Z [00:02:59.754]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:18.1021246Z [00:02:59.754]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.1021852Z [00:02:59.754]➜  EOF
2025-08-20T22:41:18.1024598Z [00:02:59.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/restjson=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/restjson;$WORK/b559=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/restjson -lang=go1.22 -complete -installsuffix shared -buildid MUPElzNvLWntJoId-AK6/MUPElzNvLWntJoId-AK6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b559/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/restjson/decoder_util.go
2025-08-20T22:41:18.1252528Z [00:02:59.778]➜  go tool buildid -w $WORK/b558/_pkg_.a # internal
2025-08-20T22:41:18.1256474Z [00:02:59.778]➜  cp $WORK/b558/_pkg_.a /root/.cache/go-build/dc/dc9b592321ffefa37e4a9d44a1fd269e4b85fec2aa87667aae5221b55ef125d9-d # internal
2025-08-20T22:41:18.1288791Z [00:02:59.781]➜  github.com/aws/aws-sdk-go-v2/internal/auth/smithy
2025-08-20T22:41:18.1289590Z [00:02:59.781]➜  mkdir -p $WORK/b560/
2025-08-20T22:41:18.1291294Z [00:02:59.782]➜  cat >/tmp/go-build3998081543/b560/importcfg << 'EOF' # internal
2025-08-20T22:41:18.1305242Z [00:02:59.783]➜  # import config
2025-08-20T22:41:18.1306189Z [00:02:59.783]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.1307314Z [00:02:59.783]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.1307898Z [00:02:59.783]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.1308576Z [00:02:59.783]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:18.1309245Z [00:02:59.783]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3998081543/b547/_pkg_.a
2025-08-20T22:41:18.1309911Z [00:02:59.783]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:18.1310518Z [00:02:59.783]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:18.1311078Z [00:02:59.783]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:41:18.1311675Z [00:02:59.783]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3998081543/b319/_pkg_.a
2025-08-20T22:41:18.1312280Z [00:02:59.783]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:18.1312910Z [00:02:59.783]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:18.1313433Z [00:02:59.783]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.1313742Z [00:02:59.783]➜  EOF
2025-08-20T22:41:18.1320095Z [00:02:59.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy;$WORK/b560=>" -p github.com/aws/aws-sdk-go-v2/internal/auth/smithy -lang=go1.22 -complete -installsuffix shared -buildid -Y87tAfxz0hLMadqEbvb/-Y87tAfxz0hLMadqEbvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b560/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/bearer_token_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/bearer_token_signer_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/credentials_adapter.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/auth/smithy/v4signer_adapter.go
2025-08-20T22:41:18.1338017Z [00:02:59.786]➜  go tool buildid -w $WORK/b559/_pkg_.a # internal
2025-08-20T22:41:18.1354887Z [00:02:59.788]➜  cp $WORK/b559/_pkg_.a /root/.cache/go-build/47/472068f146242605557c4f588aaa185f2ed0210f89a28ed49407778d8b2c801c-d # internal
2025-08-20T22:41:18.1356578Z [00:02:59.788]➜  github.com/aws/aws-sdk-go-v2/internal/configsources
2025-08-20T22:41:18.1361470Z [00:02:59.788]➜  mkdir -p $WORK/b561/
2025-08-20T22:41:18.1362077Z [00:02:59.789]➜  cat >/tmp/go-build3998081543/b561/importcfg << 'EOF' # internal
2025-08-20T22:41:18.1362540Z [00:02:59.789]➜  # import config
2025-08-20T22:41:18.1362991Z [00:02:59.789]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.1363628Z [00:02:59.789]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.1369331Z [00:02:59.789]➜  EOF
2025-08-20T22:41:18.1372421Z [00:02:59.789]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36=>github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36;$WORK/b561=>" -p github.com/aws/aws-sdk-go-v2/internal/configsources -lang=go1.22 -complete -installsuffix shared -buildid zBzt7FWdUV5dd1A0w2K6/zBzt7FWdUV5dd1A0w2K6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b561/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/configsources@v1.3.36/go_module_metadata.go
2025-08-20T22:41:18.1712435Z [00:02:59.823]➜  go tool buildid -w $WORK/b561/_pkg_.a # internal
2025-08-20T22:41:18.1718897Z [00:02:59.824]➜  cp $WORK/b561/_pkg_.a /root/.cache/go-build/33/334c347e8bef4cb390fbbdfd290648ad99d7f165dd2d792f9b61221a2c2e54cf-d # internal
2025-08-20T22:41:18.1730509Z [00:02:59.825]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints
2025-08-20T22:41:18.1731841Z [00:02:59.825]➜  mkdir -p $WORK/b562/
2025-08-20T22:41:18.1738620Z [00:02:59.826]➜  cat >/tmp/go-build3998081543/b562/importcfg << 'EOF' # internal
2025-08-20T22:41:18.1739944Z [00:02:59.826]➜  # import config
2025-08-20T22:41:18.1740329Z [00:02:59.826]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.1740877Z [00:02:59.826]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.1741387Z [00:02:59.826]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:18.1741817Z [00:02:59.826]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.1742137Z [00:02:59.826]➜  EOF
2025-08-20T22:41:18.1744220Z [00:02:59.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints;$WORK/b562=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 8Jjc9IL7wZrqoxQ5pPIX/8Jjc9IL7wZrqoxQ5pPIX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b562/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/endpoints.go
2025-08-20T22:41:18.1901116Z [00:02:59.842]➜  go tool buildid -w $WORK/b560/_pkg_.a # internal
2025-08-20T22:41:18.1906853Z [00:02:59.843]➜  cp $WORK/b560/_pkg_.a /root/.cache/go-build/9a/9a9ed30180549ef059952468fa8be99eb901f6421fb8f50007d7eaaed5672955-d # internal
2025-08-20T22:41:18.1959262Z [00:02:59.848]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
2025-08-20T22:41:18.1960184Z [00:02:59.848]➜  mkdir -p $WORK/b563/
2025-08-20T22:41:18.1990266Z [00:02:59.851]➜  cat >/tmp/go-build3998081543/b563/importcfg << 'EOF' # internal
2025-08-20T22:41:18.1990802Z [00:02:59.851]➜  # import config
2025-08-20T22:41:18.1991276Z [00:02:59.851]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:18.1991798Z [00:02:59.851]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:18.1992216Z [00:02:59.851]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:18.1992645Z [00:02:59.851]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.1992961Z [00:02:59.851]➜  EOF
2025-08-20T22:41:18.1996762Z [00:02:59.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn;$WORK/b563=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn -lang=go1.22 -complete -installsuffix shared -buildid 1eHsRlwz08wvs9kzsbgT/1eHsRlwz08wvs9kzsbgT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b563/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/partition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/endpoints/awsrulesfn/partitions.go
2025-08-20T22:41:18.2326793Z [00:02:59.885]➜  go tool buildid -w $WORK/b562/_pkg_.a # internal
2025-08-20T22:41:18.2334335Z [00:02:59.886]➜  cp $WORK/b562/_pkg_.a /root/.cache/go-build/f1/f12392d50604440aac811d9727b77ba9f8c5b9d3609af46f6213492b0b0358f4-d # internal
2025-08-20T22:41:18.2341557Z [00:02:59.886]➜  github.com/aws/aws-sdk-go-v2/internal/middleware
2025-08-20T22:41:18.2342016Z [00:02:59.886]➜  mkdir -p $WORK/b564/
2025-08-20T22:41:18.2342395Z [00:02:59.887]➜  cat >/tmp/go-build3998081543/b564/importcfg << 'EOF' # internal
2025-08-20T22:41:18.2342772Z [00:02:59.887]➜  # import config
2025-08-20T22:41:18.2343114Z [00:02:59.887]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.2343682Z [00:02:59.887]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3998081543/b547/_pkg_.a
2025-08-20T22:41:18.2344339Z [00:02:59.887]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:18.2344886Z [00:02:59.887]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:18.2345329Z [00:02:59.887]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.2345780Z [00:02:59.887]➜  EOF
2025-08-20T22:41:18.2347855Z [00:02:59.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/middleware=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/middleware;$WORK/b564=>" -p github.com/aws/aws-sdk-go-v2/internal/middleware -lang=go1.22 -complete -installsuffix shared -buildid MHeY692XwyNB0Sj0T9C_/MHeY692XwyNB0Sj0T9C_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b564/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/middleware/middleware.go
2025-08-20T22:41:18.2359008Z [00:02:59.888]➜  go tool buildid -w $WORK/b563/_pkg_.a # internal
2025-08-20T22:41:18.2370238Z [00:02:59.889]➜  cp $WORK/b563/_pkg_.a /root/.cache/go-build/d6/d63337f301d7019e5c3171fbb333b5395534e1bf76dc12dbe75f45a20145957e-d # internal
2025-08-20T22:41:18.2371309Z [00:02:59.889]➜  github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
2025-08-20T22:41:18.2371711Z [00:02:59.889]➜  mkdir -p $WORK/b566/
2025-08-20T22:41:18.2396903Z [00:02:59.891]➜  cat >/tmp/go-build3998081543/b566/importcfg << 'EOF' # internal
2025-08-20T22:41:18.2397294Z [00:02:59.891]➜  # import config
2025-08-20T22:41:18.2397654Z [00:02:59.891]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.2398188Z [00:02:59.891]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.2398781Z [00:02:59.891]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:18.2399285Z [00:02:59.891]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:18.2399714Z [00:02:59.891]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.2400029Z [00:02:59.891]➜  EOF
2025-08-20T22:41:18.2402496Z [00:02:59.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.36=>github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.36;$WORK/b566=>" -p github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 -lang=go1.22 -complete -installsuffix shared -buildid lMILzSf7y3BKLK1SfHHg/lMILzSf7y3BKLK1SfHHg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b566/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.36/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.6.36/go_module_metadata.go
2025-08-20T22:41:18.2527886Z [00:02:59.905]➜  go tool buildid -w $WORK/b564/_pkg_.a # internal
2025-08-20T22:41:18.2538611Z [00:02:59.906]➜  cp $WORK/b564/_pkg_.a /root/.cache/go-build/b8/b8e07b91e570465a776c683c2343c2971974d62897f5bf2c53f92ae6cd59203d-d # internal
2025-08-20T22:41:18.2588043Z [00:02:59.911]➜  github.com/aws/smithy-go/document
2025-08-20T22:41:18.2588424Z [00:02:59.911]➜  mkdir -p $WORK/b568/
2025-08-20T22:41:18.2596650Z [00:02:59.912]➜  cat >/tmp/go-build3998081543/b568/importcfg << 'EOF' # internal
2025-08-20T22:41:18.2598074Z [00:02:59.912]➜  # import config
2025-08-20T22:41:18.2598970Z [00:02:59.912]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.2599462Z [00:02:59.912]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:18.2600140Z [00:02:59.912]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:18.2601422Z [00:02:59.912]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:18.2601748Z [00:02:59.912]➜  EOF
2025-08-20T22:41:18.2604092Z [00:02:59.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document=>github.com/aws/smithy-go@v1.22.4/document;$WORK/b568=>" -p github.com/aws/smithy-go/document -lang=go1.22 -complete -installsuffix shared -buildid Zc89KTppOfemDM_70rBN/Zc89KTppOfemDM_70rBN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b568/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/document.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/errors.go
2025-08-20T22:41:18.2943482Z [00:02:59.946]➜  go tool buildid -w $WORK/b566/_pkg_.a # internal
2025-08-20T22:41:18.2957104Z [00:02:59.948]➜  cp $WORK/b566/_pkg_.a /root/.cache/go-build/73/730a82a9b0ba5d54ae4c64676c8e3a466aa662a316b6009ce20d0e6bcc2c9774-d # internal
2025-08-20T22:41:18.2958792Z [00:02:59.948]➜  github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
2025-08-20T22:41:18.2960417Z [00:02:59.948]➜  mkdir -p $WORK/b565/
2025-08-20T22:41:18.2970558Z [00:02:59.949]➜  cat >/tmp/go-build3998081543/b565/importcfg << 'EOF' # internal
2025-08-20T22:41:18.2972840Z [00:02:59.949]➜  # import config
2025-08-20T22:41:18.2974243Z [00:02:59.949]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.2975280Z [00:02:59.949]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3998081543/b566/_pkg_.a
2025-08-20T22:41:18.2976134Z [00:02:59.949]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:18.2976645Z [00:02:59.949]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:18.2976964Z [00:02:59.949]➜  EOF
2025-08-20T22:41:18.2979251Z [00:02:59.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/internal/endpoints;$WORK/b565=>" -p github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid rWXsq0u3L8ihscy3NhIP/rWXsq0u3L8ihscy3NhIP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b565/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/internal/endpoints/endpoints.go
2025-08-20T22:41:18.3127602Z [00:02:59.964]➜  go tool buildid -w $WORK/b568/_pkg_.a # internal
2025-08-20T22:41:18.3128432Z [00:02:59.965]➜  cp $WORK/b568/_pkg_.a /root/.cache/go-build/db/db7080553b650262de96ce3a95661a0a34c66e9981df0a1245d89ab0cd60a7d8-d # internal
2025-08-20T22:41:18.3129053Z [00:02:59.965]➜  github.com/aws/aws-sdk-go-v2/service/sso/types
2025-08-20T22:41:18.3129390Z [00:02:59.965]➜  mkdir -p $WORK/b567/
2025-08-20T22:41:18.3130204Z [00:02:59.965]➜  cat >/tmp/go-build3998081543/b567/importcfg << 'EOF' # internal
2025-08-20T22:41:18.3130552Z [00:02:59.965]➜  # import config
2025-08-20T22:41:18.3130882Z [00:02:59.965]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.3131367Z [00:02:59.965]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:18.3131950Z [00:02:59.965]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:41:18.3132349Z [00:02:59.965]➜  EOF
2025-08-20T22:41:18.3134682Z [00:02:59.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/types=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/types;$WORK/b567=>" -p github.com/aws/aws-sdk-go-v2/service/sso/types -lang=go1.22 -complete -installsuffix shared -buildid LWas8squd6nONfvUroTZ/LWas8squd6nONfvUroTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b567/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/types/types.go
2025-08-20T22:41:18.3303380Z [00:02:59.982]➜  go tool buildid -w $WORK/b565/_pkg_.a # internal
2025-08-20T22:41:18.3312219Z [00:02:59.983]➜  cp $WORK/b565/_pkg_.a /root/.cache/go-build/41/41475c7f86184012f4b2084f9fa0a8e0e9772b5ca9fcb61238bedd8dbbe83345-d # internal
2025-08-20T22:41:18.3320928Z [00:02:59.984]➜  github.com/aws/smithy-go/endpoints
2025-08-20T22:41:18.3325648Z [00:02:59.984]➜  mkdir -p $WORK/b569/
2025-08-20T22:41:18.3326151Z [00:02:59.985]➜  cat >/tmp/go-build3998081543/b569/importcfg << 'EOF' # internal
2025-08-20T22:41:18.3326515Z [00:02:59.985]➜  # import config
2025-08-20T22:41:18.3326930Z [00:02:59.985]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:18.3328268Z [00:02:59.985]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:18.3329396Z [00:02:59.985]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:18.3329785Z [00:02:59.985]➜  EOF
2025-08-20T22:41:18.3349493Z [00:02:59.987]➜  go tool buildid -w $WORK/b567/_pkg_.a # internal
2025-08-20T22:41:18.3361718Z [00:02:59.987]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints=>github.com/aws/smithy-go@v1.22.4/endpoints;$WORK/b569=>" -p github.com/aws/smithy-go/endpoints -lang=go1.22 -complete -installsuffix shared -buildid 8Y55ozG0EiGmNJ2ZVFKV/8Y55ozG0EiGmNJ2ZVFKV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b569/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/endpoint.go
2025-08-20T22:41:18.3364667Z [00:02:59.988]➜  cp $WORK/b567/_pkg_.a /root/.cache/go-build/fd/fd9374115e01b095fefd242e0977ea00a45d7e961fbf8b6b96125881eb87fae6-d # internal
2025-08-20T22:41:18.3365623Z [00:02:59.988]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
2025-08-20T22:41:18.3367723Z [00:02:59.989]➜  mkdir -p $WORK/b571/
2025-08-20T22:41:18.3368689Z [00:02:59.989]➜  cat >/tmp/go-build3998081543/b571/importcfg << 'EOF' # internal
2025-08-20T22:41:18.3369084Z [00:02:59.989]➜  # import config
2025-08-20T22:41:18.3370383Z [00:02:59.989]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.3371110Z [00:02:59.989]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3998081543/b566/_pkg_.a
2025-08-20T22:41:18.3371792Z [00:02:59.989]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:18.3372301Z [00:02:59.989]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:18.3372615Z [00:02:59.989]➜  EOF
2025-08-20T22:41:18.3374935Z [00:02:59.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/internal/endpoints;$WORK/b571=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid kZMw4h2Lfrv_B-X_2THB/kZMw4h2Lfrv_B-X_2THB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b571/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/internal/endpoints/endpoints.go
2025-08-20T22:41:18.3535043Z [00:03:00.005]➜  go tool buildid -w $WORK/b569/_pkg_.a # internal
2025-08-20T22:41:18.3535986Z [00:03:00.005]➜  cp $WORK/b569/_pkg_.a /root/.cache/go-build/ab/ab875ea01c85e361217bc97065a5cae7560691b42fb9cda73b0d5c1e95afd899-d # internal
2025-08-20T22:41:18.3536599Z [00:03:00.006]➜  github.com/aws/aws-sdk-go-v2/service/sso
2025-08-20T22:41:18.3536917Z [00:03:00.006]➜  mkdir -p $WORK/b557/
2025-08-20T22:41:18.3537289Z [00:03:00.006]➜  cat >/tmp/go-build3998081543/b557/importcfg << 'EOF' # internal
2025-08-20T22:41:18.3537632Z [00:03:00.006]➜  # import config
2025-08-20T22:41:18.3537985Z [00:03:00.006]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:18.3538415Z [00:03:00.006]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.3538868Z [00:03:00.006]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:18.3539315Z [00:03:00.006]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:18.3539731Z [00:03:00.006]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.3540630Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.3541328Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3998081543/b558/_pkg_.a
2025-08-20T22:41:18.3541987Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:18.3542681Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3998081543/b559/_pkg_.a
2025-08-20T22:41:18.3543359Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:41:18.3543999Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:18.3544671Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:41:18.3545499Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3998081543/b336/_pkg_.a
2025-08-20T22:41:18.3546242Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3998081543/b560/_pkg_.a
2025-08-20T22:41:18.3546958Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3998081543/b561/_pkg_.a
2025-08-20T22:41:18.3547664Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3998081543/b562/_pkg_.a
2025-08-20T22:41:18.3548784Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3998081543/b563/_pkg_.a
2025-08-20T22:41:18.3549583Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3998081543/b564/_pkg_.a
2025-08-20T22:41:18.3550335Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3998081543/b565/_pkg_.a
2025-08-20T22:41:18.3551115Z [00:03:00.006]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3998081543/b567/_pkg_.a
2025-08-20T22:41:18.3551733Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:18.3552295Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:41:18.3552879Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:41:18.3553530Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:41:18.3554187Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3998081543/b569/_pkg_.a
2025-08-20T22:41:18.3554770Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3998081543/b550/_pkg_.a
2025-08-20T22:41:18.3555438Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:18.3556110Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3998081543/b327/_pkg_.a
2025-08-20T22:41:18.3556721Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:18.3557308Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3998081543/b331/_pkg_.a
2025-08-20T22:41:18.3557874Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3998081543/b328/_pkg_.a
2025-08-20T22:41:18.3558452Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:18.3559081Z [00:03:00.006]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:18.3559598Z [00:03:00.006]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:18.3560028Z [00:03:00.006]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:18.3560455Z [00:03:00.006]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:18.3561158Z [00:03:00.006]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:18.3561668Z [00:03:00.006]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:18.3562079Z [00:03:00.006]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:18.3562492Z [00:03:00.006]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.3562936Z [00:03:00.006]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:18.3563380Z [00:03:00.006]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.3563689Z [00:03:00.006]➜  EOF
2025-08-20T22:41:18.3579412Z [00:03:00.006]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3=>github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3;$WORK/b557=>" -p github.com/aws/aws-sdk-go-v2/service/sso -lang=go1.22 -complete -installsuffix shared -buildid hhjveeiNguav9Zc-S4AV/hhjveeiNguav9Zc-S4AV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b557/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_op_GetRoleCredentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_op_ListAccountRoles.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_op_ListAccounts.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/api_op_Logout.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sso@v1.25.3/validators.go
2025-08-20T22:41:18.3610305Z [00:03:00.013]➜  go tool buildid -w $WORK/b487/_pkg_.a # internal
2025-08-20T22:41:18.3629835Z [00:03:00.015]➜  go tool buildid -w $WORK/b571/_pkg_.a # internal
2025-08-20T22:41:18.3640254Z [00:03:00.016]➜  cp $WORK/b571/_pkg_.a /root/.cache/go-build/f4/f4cb69b80fca712a5d4a7175ab3a4c12cf55993b3041fbf2fdcc39ebed5b6e7f-d # internal
2025-08-20T22:41:18.3645015Z [00:03:00.017]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc/types
2025-08-20T22:41:18.3645474Z [00:03:00.017]➜  mkdir -p $WORK/b572/
2025-08-20T22:41:18.3651211Z [00:03:00.018]➜  cat >/tmp/go-build3998081543/b572/importcfg << 'EOF' # internal
2025-08-20T22:41:18.3652301Z [00:03:00.018]➜  # import config
2025-08-20T22:41:18.3652690Z [00:03:00.018]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.3653195Z [00:03:00.018]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:18.3653809Z [00:03:00.018]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:41:18.3654212Z [00:03:00.018]➜  EOF
2025-08-20T22:41:18.3692109Z [00:03:00.021]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/types=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/types;$WORK/b572=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc/types -lang=go1.22 -complete -installsuffix shared -buildid XUMEfh_9rie3uYwlgMp_/XUMEfh_9rie3uYwlgMp_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b572/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/types/types.go
2025-08-20T22:41:18.3809287Z [00:03:00.033]➜  cp $WORK/b487/_pkg_.a /root/.cache/go-build/29/29bad14f07bc8d1198c4dda8713215b7b305c566a14558cf538cce650e50e1d1-d # internal
2025-08-20T22:41:18.3813627Z [00:03:00.034]➜  google.golang.org/protobuf/internal/filetype
2025-08-20T22:41:18.3814954Z [00:03:00.034]➜  mkdir -p $WORK/b486/
2025-08-20T22:41:18.3820722Z [00:03:00.034]➜  cat >/tmp/go-build3998081543/b486/importcfg << 'EOF' # internal
2025-08-20T22:41:18.3821131Z [00:03:00.034]➜  # import config
2025-08-20T22:41:18.3821628Z [00:03:00.034]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3998081543/b479/_pkg_.a
2025-08-20T22:41:18.3822354Z [00:03:00.034]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3998081543/b477/_pkg_.a
2025-08-20T22:41:18.3823032Z [00:03:00.034]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3998081543/b487/_pkg_.a
2025-08-20T22:41:18.3823726Z [00:03:00.034]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:18.3824463Z [00:03:00.034]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3998081543/b461/_pkg_.a
2025-08-20T22:41:18.3825036Z [00:03:00.034]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:18.3825473Z [00:03:00.034]➜  EOF
2025-08-20T22:41:18.3828508Z [00:03:00.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b486/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filetype=>google.golang.org/protobuf@v1.36.6/internal/filetype;$WORK/b486=>" -p google.golang.org/protobuf/internal/filetype -lang=go1.22 -complete -installsuffix shared -buildid 4p3HIy9rJhWfs6UCqXBr/4p3HIy9rJhWfs6UCqXBr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b486/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/internal/filetype/build.go
2025-08-20T22:41:18.4039040Z [00:03:00.056]➜  go tool buildid -w $WORK/b572/_pkg_.a # internal
2025-08-20T22:41:18.4050572Z [00:03:00.057]➜  cp $WORK/b572/_pkg_.a /root/.cache/go-build/91/9116803ace20b204ebfdcbed0dca44f5420e9fe99f2e909dae340ab0e9187651-d # internal
2025-08-20T22:41:18.4062725Z [00:03:00.059]➜  github.com/aws/smithy-go/encoding
2025-08-20T22:41:18.4063107Z [00:03:00.059]➜  mkdir -p $WORK/b574/
2025-08-20T22:41:18.4063490Z [00:03:00.059]➜  cat >/tmp/go-build3998081543/b574/importcfg << 'EOF' # internal
2025-08-20T22:41:18.4063837Z [00:03:00.059]➜  # import config
2025-08-20T22:41:18.4064174Z [00:03:00.059]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.4064586Z [00:03:00.059]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:18.4065058Z [00:03:00.059]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:18.4066146Z [00:03:00.059]➜  EOF
2025-08-20T22:41:18.4068352Z [00:03:00.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding=>github.com/aws/smithy-go@v1.22.4/encoding;$WORK/b574=>" -p github.com/aws/smithy-go/encoding -lang=go1.22 -complete -installsuffix shared -buildid yWGTr5TTeTIILPYP_DWa/yWGTr5TTeTIILPYP_DWa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b574/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/encoding.go
2025-08-20T22:41:18.4230089Z [00:03:00.075]➜  go tool buildid -w $WORK/b574/_pkg_.a # internal
2025-08-20T22:41:18.4231846Z [00:03:00.076]➜  cp $WORK/b574/_pkg_.a /root/.cache/go-build/10/10b8e9ca6d3e57bcf8cfc90f546df4b431429fe9f3bf6c90a9cce904f777f037-d # internal
2025-08-20T22:41:18.4245107Z [00:03:00.077]➜  github.com/aws/smithy-go/encoding/json
2025-08-20T22:41:18.4245720Z [00:03:00.077]➜  mkdir -p $WORK/b573/
2025-08-20T22:41:18.4249235Z [00:03:00.077]➜  cat >/tmp/go-build3998081543/b573/importcfg << 'EOF' # internal
2025-08-20T22:41:18.4250278Z [00:03:00.077]➜  # import config
2025-08-20T22:41:18.4250929Z [00:03:00.077]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:18.4251414Z [00:03:00.077]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:18.4252230Z [00:03:00.077]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:18.4252721Z [00:03:00.077]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.4253245Z [00:03:00.077]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3998081543/b574/_pkg_.a
2025-08-20T22:41:18.4253740Z [00:03:00.077]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:18.4254176Z [00:03:00.077]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:18.4254620Z [00:03:00.077]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:18.4255066Z [00:03:00.077]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:18.4255944Z [00:03:00.077]➜  EOF
2025-08-20T22:41:18.4259571Z [00:03:00.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json=>github.com/aws/smithy-go@v1.22.4/encoding/json;$WORK/b573=>" -p github.com/aws/smithy-go/encoding/json -lang=go1.22 -complete -installsuffix shared -buildid _5TBTSswFUg7xNckcxiZ/_5TBTSswFUg7xNckcxiZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b573/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/decoder_util.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/object.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/json/value.go
2025-08-20T22:41:18.4421954Z [00:03:00.094]➜  go tool buildid -w $WORK/b486/_pkg_.a # internal
2025-08-20T22:41:18.4438653Z [00:03:00.096]➜  cp $WORK/b486/_pkg_.a /root/.cache/go-build/29/294d3c59c2f7866b180c648d20ea8b3bbc7d799373d28ae4f11c2e2d17063c4e-d # internal
2025-08-20T22:41:18.4443701Z [00:03:00.097]➜  google.golang.org/protobuf/runtime/protoimpl
2025-08-20T22:41:18.4446865Z [00:03:00.097]➜  mkdir -p $WORK/b485/
2025-08-20T22:41:18.4454524Z [00:03:00.098]➜  cat >/tmp/go-build3998081543/b485/importcfg << 'EOF' # internal
2025-08-20T22:41:18.4456492Z [00:03:00.098]➜  # import config
2025-08-20T22:41:18.4457131Z [00:03:00.098]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3998081543/b477/_pkg_.a
2025-08-20T22:41:18.4457882Z [00:03:00.098]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3998081543/b486/_pkg_.a
2025-08-20T22:41:18.4458567Z [00:03:00.098]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3998081543/b487/_pkg_.a
2025-08-20T22:41:18.4459255Z [00:03:00.098]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3998081543/b490/_pkg_.a
2025-08-20T22:41:18.4459950Z [00:03:00.098]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3998081543/b491/_pkg_.a
2025-08-20T22:41:18.4460402Z [00:03:00.098]➜  EOF
2025-08-20T22:41:18.4468436Z [00:03:00.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b485/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoimpl=>google.golang.org/protobuf@v1.36.6/runtime/protoimpl;$WORK/b485=>" -p google.golang.org/protobuf/runtime/protoimpl -lang=go1.22 -complete -installsuffix shared -buildid iUxZA2TDeKDELUZ9xuWp/iUxZA2TDeKDELUZ9xuWp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b485/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoimpl/impl.go /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/runtime/protoimpl/version.go
2025-08-20T22:41:18.4715715Z [00:03:00.124]➜  go tool buildid -w $WORK/b485/_pkg_.a # internal
2025-08-20T22:41:18.4730561Z [00:03:00.125]➜  cp $WORK/b485/_pkg_.a /root/.cache/go-build/b2/b228e07eae044d01e9df2978a197a3bd0679252c4cabea59bde75803d61e9cb1-d # internal
2025-08-20T22:41:18.4735507Z [00:03:00.126]➜  google.golang.org/protobuf/protoadapt
2025-08-20T22:41:18.4737425Z [00:03:00.126]➜  mkdir -p $WORK/b484/
2025-08-20T22:41:18.4746765Z [00:03:00.127]➜  cat >/tmp/go-build3998081543/b484/importcfg << 'EOF' # internal
2025-08-20T22:41:18.4747295Z [00:03:00.127]➜  # import config
2025-08-20T22:41:18.4747755Z [00:03:00.127]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:18.4748419Z [00:03:00.127]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3998081543/b462/_pkg_.a
2025-08-20T22:41:18.4749147Z [00:03:00.127]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:18.4749589Z [00:03:00.127]➜  EOF
2025-08-20T22:41:18.4754990Z [00:03:00.128]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b484/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/protoadapt=>google.golang.org/protobuf@v1.36.6/protoadapt;$WORK/b484=>" -p google.golang.org/protobuf/protoadapt -lang=go1.22 -complete -installsuffix shared -buildid -riB8WHdgWG3FqvlGREB/-riB8WHdgWG3FqvlGREB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b484/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/protoadapt/convert.go
2025-08-20T22:41:18.4828402Z [00:03:00.135]➜  go tool buildid -w $WORK/b573/_pkg_.a # internal
2025-08-20T22:41:18.4847504Z [00:03:00.137]➜  cp $WORK/b573/_pkg_.a /root/.cache/go-build/e2/e2b1b1fb156952c773a1d08c2f780eb3a58bafa04541d07ccd697bbd0482eb6f-d # internal
2025-08-20T22:41:18.4857174Z [00:03:00.137]➜  google.golang.org/protobuf/types/known/durationpb
2025-08-20T22:41:18.4857911Z [00:03:00.137]➜  mkdir -p $WORK/b505/
2025-08-20T22:41:18.4858614Z [00:03:00.138]➜  cat >/tmp/go-build3998081543/b505/importcfg << 'EOF' # internal
2025-08-20T22:41:18.4860119Z [00:03:00.138]➜  # import config
2025-08-20T22:41:18.4860633Z [00:03:00.138]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:18.4861369Z [00:03:00.138]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:18.4861919Z [00:03:00.138]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:18.4862338Z [00:03:00.138]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:18.4862759Z [00:03:00.138]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:18.4863166Z [00:03:00.138]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.4863485Z [00:03:00.138]➜  EOF
2025-08-20T22:41:18.4865827Z [00:03:00.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b505/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/durationpb=>google.golang.org/protobuf@v1.36.6/types/known/durationpb;$WORK/b505=>" -p google.golang.org/protobuf/types/known/durationpb -lang=go1.22 -complete -installsuffix shared -buildid NL19J-JP3EPOP6NTbYtr/NL19J-JP3EPOP6NTbYtr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b505/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/durationpb/duration.pb.go
2025-08-20T22:41:18.4995485Z [00:03:00.150]➜  go tool buildid -w $WORK/b484/_pkg_.a # internal
2025-08-20T22:41:18.4998960Z [00:03:00.150]➜  cp $WORK/b484/_pkg_.a /root/.cache/go-build/7a/7a378b3c7d58b67e49794d2c9b28f75f23d60a1d87b8258e6db087007562a5f8-d # internal
2025-08-20T22:41:18.4999574Z [00:03:00.150]➜  google.golang.org/grpc/internal/pretty
2025-08-20T22:41:18.4999933Z [00:03:00.150]➜  mkdir -p $WORK/b474/
2025-08-20T22:41:18.5000310Z [00:03:00.150]➜  cat >/tmp/go-build3998081543/b474/importcfg << 'EOF' # internal
2025-08-20T22:41:18.5000657Z [00:03:00.150]➜  # import config
2025-08-20T22:41:18.5000996Z [00:03:00.150]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:18.5001451Z [00:03:00.150]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:18.5001890Z [00:03:00.150]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.5002887Z [00:03:00.151]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:18.5003636Z [00:03:00.151]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3998081543/b484/_pkg_.a
2025-08-20T22:41:18.5004060Z [00:03:00.151]➜  EOF
2025-08-20T22:41:18.5006165Z [00:03:00.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b474/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/pretty=>google.golang.org/grpc@v1.72.2/internal/pretty;$WORK/b474=>" -p google.golang.org/grpc/internal/pretty -lang=go1.23 -complete -installsuffix shared -buildid vvK06BWVn87rENyA_HS0/vvK06BWVn87rENyA_HS0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b474/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/pretty/pretty.go
2025-08-20T22:41:18.5182895Z [00:03:00.170]➜  go tool buildid -w $WORK/b474/_pkg_.a # internal
2025-08-20T22:41:18.5189929Z [00:03:00.171]➜  cp $WORK/b474/_pkg_.a /root/.cache/go-build/8d/8ddeae0059f74c096ba0da57ee2e0655d2a87e520291dd8d12e6ec24eb658baa-d # internal
2025-08-20T22:41:18.5190630Z [00:03:00.171]➜  google.golang.org/grpc/balancer/pickfirst/pickfirstleaf
2025-08-20T22:41:18.5191001Z [00:03:00.171]➜  mkdir -p $WORK/b472/
2025-08-20T22:41:18.5191376Z [00:03:00.171]➜  cat >/tmp/go-build3998081543/b472/importcfg << 'EOF' # internal
2025-08-20T22:41:18.5191746Z [00:03:00.171]➜  # import config
2025-08-20T22:41:18.5192564Z [00:03:00.171]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:18.5193021Z [00:03:00.171]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:18.5193438Z [00:03:00.171]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.5193946Z [00:03:00.171]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:18.5194634Z [00:03:00.171]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3998081543/b471/_pkg_.a
2025-08-20T22:41:18.5195318Z [00:03:00.171]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:18.5196220Z [00:03:00.171]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:18.5196846Z [00:03:00.171]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:18.5197473Z [00:03:00.171]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:18.5198145Z [00:03:00.171]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:18.5198788Z [00:03:00.171]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:18.5199402Z [00:03:00.171]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:18.5200022Z [00:03:00.171]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:18.5200533Z [00:03:00.171]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:18.5200958Z [00:03:00.171]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:41:18.5201385Z [00:03:00.171]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:18.5201797Z [00:03:00.171]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.5202120Z [00:03:00.171]➜  EOF
2025-08-20T22:41:18.5204721Z [00:03:00.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b472/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/pickfirst/pickfirstleaf=>google.golang.org/grpc@v1.72.2/balancer/pickfirst/pickfirstleaf;$WORK/b472=>" -p google.golang.org/grpc/balancer/pickfirst/pickfirstleaf -lang=go1.23 -complete -installsuffix shared -buildid jKHmV-7PqpKTeSWdjlIc/jKHmV-7PqpKTeSWdjlIc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b472/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/pickfirst/pickfirstleaf/pickfirstleaf.go
2025-08-20T22:41:18.5264751Z [00:03:00.179]➜  go tool buildid -w $WORK/b505/_pkg_.a # internal
2025-08-20T22:41:18.5278204Z [00:03:00.180]➜  cp $WORK/b505/_pkg_.a /root/.cache/go-build/ab/aba4fc3541f64d4284899b90223b8c3b9ca599f740c6b0691f5bdb7bb9131283-d # internal
2025-08-20T22:41:18.5279415Z [00:03:00.180]➜  google.golang.org/grpc/encoding/proto
2025-08-20T22:41:18.5279836Z [00:03:00.180]➜  mkdir -p $WORK/b499/
2025-08-20T22:41:18.5286728Z [00:03:00.181]➜  cat >/tmp/go-build3998081543/b499/importcfg << 'EOF' # internal
2025-08-20T22:41:18.5287207Z [00:03:00.181]➜  # import config
2025-08-20T22:41:18.5287551Z [00:03:00.181]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.5288066Z [00:03:00.181]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3998081543/b496/_pkg_.a
2025-08-20T22:41:18.5288646Z [00:03:00.181]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3998081543/b498/_pkg_.a
2025-08-20T22:41:18.5289252Z [00:03:00.181]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:18.5289881Z [00:03:00.181]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3998081543/b484/_pkg_.a
2025-08-20T22:41:18.5290301Z [00:03:00.181]➜  EOF
2025-08-20T22:41:18.5292205Z [00:03:00.181]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b499/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/encoding/proto=>google.golang.org/grpc@v1.72.2/encoding/proto;$WORK/b499=>" -p google.golang.org/grpc/encoding/proto -lang=go1.23 -complete -installsuffix shared -buildid KOWCHPE1f00vC3-kAfQk/KOWCHPE1f00vC3-kAfQk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b499/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/encoding/proto/proto.go
2025-08-20T22:41:18.5813245Z [00:03:00.233]➜  go tool buildid -w $WORK/b499/_pkg_.a # internal
2025-08-20T22:41:18.5824786Z [00:03:00.235]➜  cp $WORK/b499/_pkg_.a /root/.cache/go-build/7b/7b186e8d4627760d4a0510e659f4c5645c43c762d52378f28ab9d87393bbde73-d # internal
2025-08-20T22:41:18.5826337Z [00:03:00.235]➜  google.golang.org/protobuf/types/known/timestamppb
2025-08-20T22:41:18.5827051Z [00:03:00.235]➜  mkdir -p $WORK/b506/
2025-08-20T22:41:18.5862324Z [00:03:00.239]➜  cat >/tmp/go-build3998081543/b506/importcfg << 'EOF' # internal
2025-08-20T22:41:18.5862989Z [00:03:00.239]➜  # import config
2025-08-20T22:41:18.5863674Z [00:03:00.239]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:18.5865151Z [00:03:00.239]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:18.5865958Z [00:03:00.239]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:18.5866390Z [00:03:00.239]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:18.5866801Z [00:03:00.239]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.5867132Z [00:03:00.239]➜  EOF
2025-08-20T22:41:18.5869283Z [00:03:00.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b506/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/timestamppb=>google.golang.org/protobuf@v1.36.6/types/known/timestamppb;$WORK/b506=>" -p google.golang.org/protobuf/types/known/timestamppb -lang=go1.22 -complete -installsuffix shared -buildid -wrBlv2Nu0p_rMFSjLtq/-wrBlv2Nu0p_rMFSjLtq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b506/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/timestamppb/timestamp.pb.go
2025-08-20T22:41:18.6212142Z [00:03:00.273]➜  go tool buildid -w $WORK/b472/_pkg_.a # internal
2025-08-20T22:41:18.6229952Z [00:03:00.275]➜  cp $WORK/b472/_pkg_.a /root/.cache/go-build/91/9133a2ecdc8df637d3573028378652e3368d8ff8350f78a59ba6b41b4b680747-d # internal
2025-08-20T22:41:18.6240465Z [00:03:00.276]➜  google.golang.org/grpc/balancer/pickfirst
2025-08-20T22:41:18.6241875Z [00:03:00.276]➜  mkdir -p $WORK/b470/
2025-08-20T22:41:18.6242990Z [00:03:00.276]➜  cat >/tmp/go-build3998081543/b470/importcfg << 'EOF' # internal
2025-08-20T22:41:18.6243417Z [00:03:00.276]➜  # import config
2025-08-20T22:41:18.6243794Z [00:03:00.276]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:18.6244262Z [00:03:00.276]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:18.6244713Z [00:03:00.276]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.6245227Z [00:03:00.276]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:18.6246435Z [00:03:00.276]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3998081543/b471/_pkg_.a
2025-08-20T22:41:18.6247235Z [00:03:00.276]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3998081543/b472/_pkg_.a
2025-08-20T22:41:18.6247950Z [00:03:00.276]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:18.6248554Z [00:03:00.276]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:18.6249185Z [00:03:00.276]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:18.6249851Z [00:03:00.276]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:18.6250941Z [00:03:00.276]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:18.6251559Z [00:03:00.276]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:18.6252171Z [00:03:00.276]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:18.6252712Z [00:03:00.276]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:18.6253045Z [00:03:00.276]➜  EOF
2025-08-20T22:41:18.6255063Z [00:03:00.276]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b470/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/pickfirst=>google.golang.org/grpc@v1.72.2/balancer/pickfirst;$WORK/b470=>" -p google.golang.org/grpc/balancer/pickfirst -lang=go1.23 -complete -installsuffix shared -buildid WiRLHhoRr00Q5Id6WRFs/WiRLHhoRr00Q5Id6WRFs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b470/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/pickfirst/pickfirst.go
2025-08-20T22:41:18.6541401Z [00:03:00.306]➜  go tool buildid -w $WORK/b470/_pkg_.a # internal
2025-08-20T22:41:18.6547852Z [00:03:00.307]➜  cp $WORK/b470/_pkg_.a /root/.cache/go-build/9e/9e57dca4731350b914d4d40c427f8e14ee3037419793618900ef687589dd32e7-d # internal
2025-08-20T22:41:18.6549587Z [00:03:00.307]➜  google.golang.org/grpc/balancer/roundrobin
2025-08-20T22:41:18.6550259Z [00:03:00.307]➜  mkdir -p $WORK/b492/
2025-08-20T22:41:18.6555722Z [00:03:00.308]➜  cat >/tmp/go-build3998081543/b492/importcfg << 'EOF' # internal
2025-08-20T22:41:18.6556154Z [00:03:00.308]➜  # import config
2025-08-20T22:41:18.6556493Z [00:03:00.308]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.6557013Z [00:03:00.308]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:18.6557687Z [00:03:00.308]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3998081543/b493/_pkg_.a
2025-08-20T22:41:18.6558472Z [00:03:00.308]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3998081543/b472/_pkg_.a
2025-08-20T22:41:18.6559152Z [00:03:00.308]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:18.6559774Z [00:03:00.308]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:18.6560232Z [00:03:00.308]➜  EOF
2025-08-20T22:41:18.6571487Z [00:03:00.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b492/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/roundrobin=>google.golang.org/grpc@v1.72.2/balancer/roundrobin;$WORK/b492=>" -p google.golang.org/grpc/balancer/roundrobin -lang=go1.23 -complete -installsuffix shared -buildid B7JJyzBcntaWQgmW2wGf/B7JJyzBcntaWQgmW2wGf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b492/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/roundrobin/roundrobin.go
2025-08-20T22:41:18.6592454Z [00:03:00.311]➜  go tool buildid -w $WORK/b506/_pkg_.a # internal
2025-08-20T22:41:18.6608698Z [00:03:00.313]➜  cp $WORK/b506/_pkg_.a /root/.cache/go-build/67/67594deb84d0e15fb7d54c961beab2bc726ec90abb35df66af27dcab715a444e-d # internal
2025-08-20T22:41:18.6622110Z [00:03:00.314]➜  google.golang.org/grpc/binarylog/grpc_binarylog_v1
2025-08-20T22:41:18.6625477Z [00:03:00.315]➜  mkdir -p $WORK/b504/
2025-08-20T22:41:18.6632343Z [00:03:00.315]➜  cat >/tmp/go-build3998081543/b504/importcfg << 'EOF' # internal
2025-08-20T22:41:18.6632735Z [00:03:00.315]➜  # import config
2025-08-20T22:41:18.6633240Z [00:03:00.315]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:18.6633950Z [00:03:00.315]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:18.6634665Z [00:03:00.315]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:18.6637856Z [00:03:00.315]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:18.6638453Z [00:03:00.315]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:18.6638878Z [00:03:00.315]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:18.6639186Z [00:03:00.315]➜  EOF
2025-08-20T22:41:18.6641291Z [00:03:00.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b504/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/binarylog/grpc_binarylog_v1=>google.golang.org/grpc@v1.72.2/binarylog/grpc_binarylog_v1;$WORK/b504=>" -p google.golang.org/grpc/binarylog/grpc_binarylog_v1 -lang=go1.23 -complete -installsuffix shared -buildid aPkfuJcDvkCf5tGu3Bw_/aPkfuJcDvkCf5tGu3Bw_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b504/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/binarylog/grpc_binarylog_v1/binarylog.pb.go
2025-08-20T22:41:18.6843913Z [00:03:00.337]➜  go tool buildid -w $WORK/b492/_pkg_.a # internal
2025-08-20T22:41:18.6850260Z [00:03:00.337]➜  cp $WORK/b492/_pkg_.a /root/.cache/go-build/9f/9f75f6c9d0149fd05b0ddbf88d1071f1462bfeaed60c339234a764ad51a94357-d # internal
2025-08-20T22:41:18.6880192Z [00:03:00.340]➜  google.golang.org/protobuf/types/known/anypb
2025-08-20T22:41:18.6881516Z [00:03:00.340]➜  mkdir -p $WORK/b509/
2025-08-20T22:41:18.6886728Z [00:03:00.341]➜  cat >/tmp/go-build3998081543/b509/importcfg << 'EOF' # internal
2025-08-20T22:41:18.6888148Z [00:03:00.341]➜  # import config
2025-08-20T22:41:18.6889173Z [00:03:00.341]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:18.6890640Z [00:03:00.341]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:18.6892054Z [00:03:00.341]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3998081543/b461/_pkg_.a
2025-08-20T22:41:18.6892858Z [00:03:00.341]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:18.6893425Z [00:03:00.341]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:18.6893861Z [00:03:00.341]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.6894287Z [00:03:00.341]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:18.6894602Z [00:03:00.341]➜  EOF
2025-08-20T22:41:18.6897173Z [00:03:00.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b509/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/anypb=>google.golang.org/protobuf@v1.36.6/types/known/anypb;$WORK/b509=>" -p google.golang.org/protobuf/types/known/anypb -lang=go1.22 -complete -installsuffix shared -buildid hMJagNC4v2GM2JQqccZQ/hMJagNC4v2GM2JQqccZQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b509/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/anypb/any.pb.go
2025-08-20T22:41:18.7490891Z [00:03:00.401]➜  go tool buildid -w $WORK/b509/_pkg_.a # internal
2025-08-20T22:41:18.7500113Z [00:03:00.402]➜  cp $WORK/b509/_pkg_.a /root/.cache/go-build/05/05984c5d0696fa237234498fc287a15c7d0981baa7b9ea336f3e59060abc22ef-d # internal
2025-08-20T22:41:18.7504887Z [00:03:00.403]➜  google.golang.org/genproto/googleapis/rpc/status
2025-08-20T22:41:18.7506938Z [00:03:00.403]➜  mkdir -p $WORK/b508/
2025-08-20T22:41:18.7507386Z [00:03:00.403]➜  cat >/tmp/go-build3998081543/b508/importcfg << 'EOF' # internal
2025-08-20T22:41:18.7507783Z [00:03:00.403]➜  # import config
2025-08-20T22:41:18.7508296Z [00:03:00.403]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:18.7509013Z [00:03:00.403]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:18.7509704Z [00:03:00.403]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:18.7510730Z [00:03:00.403]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:18.7511159Z [00:03:00.403]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:18.7511469Z [00:03:00.403]➜  EOF
2025-08-20T22:41:18.7514070Z [00:03:00.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b508/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250528174236-200df99c418a/status=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250528174236-200df99c418a/status;$WORK/b508=>" -p google.golang.org/genproto/googleapis/rpc/status -lang=go1.23 -complete -installsuffix shared -buildid z5MyNNNQfi4llrKpuEEb/z5MyNNNQfi4llrKpuEEb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b508/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250528174236-200df99c418a/status/status.pb.go
2025-08-20T22:41:18.7551505Z [00:03:00.407]➜  go tool buildid -w $WORK/b557/_pkg_.a # internal
2025-08-20T22:41:18.7632953Z [00:03:00.416]➜  cp $WORK/b557/_pkg_.a /root/.cache/go-build/d5/d5bd1771004c84bf25a8721b5aad61c5379cc9d61a8dc83850f435f87c5de707-d # internal
2025-08-20T22:41:18.7637662Z [00:03:00.416]➜  google.golang.org/protobuf/types/descriptorpb
2025-08-20T22:41:18.7638633Z [00:03:00.416]➜  mkdir -p $WORK/b539/
2025-08-20T22:41:18.7643293Z [00:03:00.417]➜  cat >/tmp/go-build3998081543/b539/importcfg << 'EOF' # internal
2025-08-20T22:41:18.7644257Z [00:03:00.417]➜  # import config
2025-08-20T22:41:18.7645208Z [00:03:00.417]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:18.7646796Z [00:03:00.417]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:18.7647410Z [00:03:00.417]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:18.7647843Z [00:03:00.417]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:18.7648193Z [00:03:00.417]➜  EOF
2025-08-20T22:41:18.7650769Z [00:03:00.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b539/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/descriptorpb=>google.golang.org/protobuf@v1.36.6/types/descriptorpb;$WORK/b539=>" -p google.golang.org/protobuf/types/descriptorpb -lang=go1.22 -complete -installsuffix shared -buildid Pcsm9J5QW9Gk3yXCvAjH/Pcsm9J5QW9Gk3yXCvAjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b539/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/descriptorpb/descriptor.pb.go
2025-08-20T22:41:18.7658178Z [00:03:00.418]➜  go tool buildid -w $WORK/b504/_pkg_.a # internal
2025-08-20T22:41:18.7678148Z [00:03:00.420]➜  cp $WORK/b504/_pkg_.a /root/.cache/go-build/48/48554815fc146f7ed3708491898635557dcf624ad4ffaba4ea6a8ea8de317c89-d # internal
2025-08-20T22:41:18.7681716Z [00:03:00.421]➜  github.com/aws/aws-sdk-go-v2/service/ssooidc
2025-08-20T22:41:18.7682106Z [00:03:00.421]➜  mkdir -p $WORK/b570/
2025-08-20T22:41:18.7687682Z [00:03:00.421]➜  cat >/tmp/go-build3998081543/b570/importcfg << 'EOF' # internal
2025-08-20T22:41:18.7688658Z [00:03:00.421]➜  # import config
2025-08-20T22:41:18.7689785Z [00:03:00.421]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:18.7690275Z [00:03:00.421]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.7691023Z [00:03:00.421]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:18.7692196Z [00:03:00.421]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:18.7692628Z [00:03:00.421]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.7693138Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:18.7693763Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3998081543/b558/_pkg_.a
2025-08-20T22:41:18.7694419Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:18.7697580Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3998081543/b559/_pkg_.a
2025-08-20T22:41:18.7698318Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:41:18.7698955Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:18.7699639Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:41:18.7700309Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3998081543/b336/_pkg_.a
2025-08-20T22:41:18.7700992Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3998081543/b560/_pkg_.a
2025-08-20T22:41:18.7701706Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3998081543/b561/_pkg_.a
2025-08-20T22:41:18.7702423Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3998081543/b562/_pkg_.a
2025-08-20T22:41:18.7703167Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3998081543/b563/_pkg_.a
2025-08-20T22:41:18.7703906Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3998081543/b564/_pkg_.a
2025-08-20T22:41:18.7704698Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3998081543/b571/_pkg_.a
2025-08-20T22:41:18.7705582Z [00:03:00.421]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3998081543/b572/_pkg_.a
2025-08-20T22:41:18.7706269Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:18.7706828Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:41:18.7707426Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:41:18.7708076Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:41:18.7708733Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3998081543/b573/_pkg_.a
2025-08-20T22:41:18.7709347Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3998081543/b569/_pkg_.a
2025-08-20T22:41:18.7710207Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3998081543/b550/_pkg_.a
2025-08-20T22:41:18.7710864Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:18.7711452Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3998081543/b327/_pkg_.a
2025-08-20T22:41:18.7712055Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:18.7712656Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3998081543/b331/_pkg_.a
2025-08-20T22:41:18.7713224Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3998081543/b328/_pkg_.a
2025-08-20T22:41:18.7713804Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:18.7714421Z [00:03:00.421]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:18.7714940Z [00:03:00.421]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:18.7715469Z [00:03:00.421]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:18.7715958Z [00:03:00.421]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:18.7716386Z [00:03:00.421]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:18.7716795Z [00:03:00.421]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:18.7717468Z [00:03:00.421]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.7717911Z [00:03:00.421]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:18.7718343Z [00:03:00.421]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.7718650Z [00:03:00.421]➜  EOF
2025-08-20T22:41:18.7727698Z [00:03:00.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1=>github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1;$WORK/b570=>" -p github.com/aws/aws-sdk-go-v2/service/ssooidc -lang=go1.22 -complete -installsuffix shared -buildid Wen-Vk9zIWs9c-RM01y5/Wen-Vk9zIWs9c-RM01y5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b570/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_op_CreateToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_op_CreateTokenWithIAM.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_op_RegisterClient.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/api_op_StartDeviceAuthorization.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.30.1/validators.go
2025-08-20T22:41:18.7808791Z [00:03:00.433]➜  go tool buildid -w $WORK/b508/_pkg_.a # internal
2025-08-20T22:41:18.7817764Z [00:03:00.434]➜  cp $WORK/b508/_pkg_.a /root/.cache/go-build/8e/8edb5b524535e21152f772ddf648da6995aeeafc8dc4acba15917f8a253e9f79-d # internal
2025-08-20T22:41:18.7822241Z [00:03:00.434]➜  google.golang.org/grpc/internal/status
2025-08-20T22:41:18.7826420Z [00:03:00.434]➜  mkdir -p $WORK/b510/
2025-08-20T22:41:18.7830167Z [00:03:00.434]➜  cat >/tmp/go-build3998081543/b510/importcfg << 'EOF' # internal
2025-08-20T22:41:18.7832403Z [00:03:00.434]➜  # import config
2025-08-20T22:41:18.7833115Z [00:03:00.434]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:18.7833613Z [00:03:00.434]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.7834199Z [00:03:00.434]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:18.7834850Z [00:03:00.434]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:18.7835645Z [00:03:00.434]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:18.7836334Z [00:03:00.434]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3998081543/b484/_pkg_.a
2025-08-20T22:41:18.7837006Z [00:03:00.434]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:18.7837443Z [00:03:00.434]➜  EOF
2025-08-20T22:41:18.7839382Z [00:03:00.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b510/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/status=>google.golang.org/grpc@v1.72.2/internal/status;$WORK/b510=>" -p google.golang.org/grpc/internal/status -lang=go1.23 -complete -installsuffix shared -buildid hkB45or2t-n5ngEsemO5/hkB45or2t-n5ngEsemO5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b510/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/status/status.go
2025-08-20T22:41:18.8188369Z [00:03:00.471]➜  go tool buildid -w $WORK/b510/_pkg_.a # internal
2025-08-20T22:41:18.8209793Z [00:03:00.473]➜  cp $WORK/b510/_pkg_.a /root/.cache/go-build/03/0333b84b2480e09530dfbb67079182f1f9de64c8c23ba3014316e3a2f2d98316-d # internal
2025-08-20T22:41:18.8226522Z [00:03:00.473]➜  google.golang.org/grpc/status
2025-08-20T22:41:18.8226874Z [00:03:00.473]➜  mkdir -p $WORK/b507/
2025-08-20T22:41:18.8227256Z [00:03:00.473]➜  cat >/tmp/go-build3998081543/b507/importcfg << 'EOF' # internal
2025-08-20T22:41:18.8227612Z [00:03:00.473]➜  # import config
2025-08-20T22:41:18.8228003Z [00:03:00.473]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.8228428Z [00:03:00.473]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:18.8228849Z [00:03:00.473]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.8229429Z [00:03:00.473]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:18.8230101Z [00:03:00.473]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:18.8230710Z [00:03:00.473]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3998081543/b510/_pkg_.a
2025-08-20T22:41:18.8231125Z [00:03:00.473]➜  EOF
2025-08-20T22:41:18.8232902Z [00:03:00.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b507/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/status=>google.golang.org/grpc@v1.72.2/status;$WORK/b507=>" -p google.golang.org/grpc/status -lang=go1.23 -complete -installsuffix shared -buildid GBajg-8MW-jLYxlRLl1Q/GBajg-8MW-jLYxlRLl1Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b507/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/status/status.go
2025-08-20T22:41:18.8643297Z [00:03:00.516]➜  go tool buildid -w $WORK/b507/_pkg_.a # internal
2025-08-20T22:41:18.8651805Z [00:03:00.517]➜  cp $WORK/b507/_pkg_.a /root/.cache/go-build/0b/0ba008a181a7be6a1140023fd47c9c3155056beb97516278a0ab7e228c5258e0-d # internal
2025-08-20T22:41:18.8656037Z [00:03:00.517]➜  google.golang.org/grpc/internal/binarylog
2025-08-20T22:41:18.8656388Z [00:03:00.517]➜  mkdir -p $WORK/b503/
2025-08-20T22:41:18.8656774Z [00:03:00.518]➜  cat >/tmp/go-build3998081543/b503/importcfg << 'EOF' # internal
2025-08-20T22:41:18.8657121Z [00:03:00.518]➜  # import config
2025-08-20T22:41:18.8657465Z [00:03:00.518]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:18.8657894Z [00:03:00.518]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.8658794Z [00:03:00.518]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:18.8659342Z [00:03:00.518]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:18.8659763Z [00:03:00.518]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.8660348Z [00:03:00.518]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3998081543/b504/_pkg_.a
2025-08-20T22:41:18.8661022Z [00:03:00.518]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:18.8661647Z [00:03:00.518]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3998081543/b497/_pkg_.a
2025-08-20T22:41:18.8662277Z [00:03:00.518]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:18.8662861Z [00:03:00.518]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:18.8663458Z [00:03:00.518]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:18.8664131Z [00:03:00.518]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:18.8664870Z [00:03:00.518]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:18.8665588Z [00:03:00.518]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:18.8666274Z [00:03:00.518]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:18.8666679Z [00:03:00.518]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:18.8667088Z [00:03:00.518]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:18.8667514Z [00:03:00.518]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:18.8667941Z [00:03:00.518]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.8668372Z [00:03:00.518]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:18.8668811Z [00:03:00.518]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:18.8669242Z [00:03:00.518]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.8669550Z [00:03:00.518]➜  EOF
2025-08-20T22:41:18.8672785Z [00:03:00.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b503/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/binarylog=>google.golang.org/grpc@v1.72.2/internal/binarylog;$WORK/b503=>" -p google.golang.org/grpc/internal/binarylog -lang=go1.23 -complete -installsuffix shared -buildid r8uHhPxlZOoW5PMm07SH/r8uHhPxlZOoW5PMm07SH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b503/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/binarylog/binarylog.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/binarylog/binarylog_testutil.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/binarylog/env_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/binarylog/method_logger.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/binarylog/sink.go
2025-08-20T22:41:18.9814330Z [00:03:00.634]➜  go tool buildid -w $WORK/b503/_pkg_.a # internal
2025-08-20T22:41:18.9865659Z [00:03:00.639]➜  cp $WORK/b503/_pkg_.a /root/.cache/go-build/ac/acab1b27024f16a1317ea43a1f12e2075223ab26f9c6cb5d9ec7ae923b49b846-d # internal
2025-08-20T22:41:18.9876303Z [00:03:00.640]➜  google.golang.org/grpc/internal/transport
2025-08-20T22:41:18.9901403Z [00:03:00.642]➜  mkdir -p $WORK/b519/
2025-08-20T22:41:18.9917838Z [00:03:00.643]➜  cat >/tmp/go-build3998081543/b519/importcfg << 'EOF' # internal
2025-08-20T22:41:18.9918206Z [00:03:00.643]➜  # import config
2025-08-20T22:41:18.9918552Z [00:03:00.643]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:18.9918974Z [00:03:00.643]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:18.9919739Z [00:03:00.643]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:18.9920293Z [00:03:00.643]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:18.9920749Z [00:03:00.643]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:18.9921180Z [00:03:00.643]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:18.9921664Z [00:03:00.643]➜  packagefile golang.org/x/net/http2=/tmp/go-build3998081543/b520/_pkg_.a
2025-08-20T22:41:18.9922246Z [00:03:00.643]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3998081543/b525/_pkg_.a
2025-08-20T22:41:18.9922820Z [00:03:00.643]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:18.9923422Z [00:03:00.643]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:18.9924021Z [00:03:00.643]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:18.9924619Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:18.9930542Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3998081543/b441/_pkg_.a
2025-08-20T22:41:18.9931449Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3998081543/b447/_pkg_.a
2025-08-20T22:41:18.9932131Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:18.9933216Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:18.9933876Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3998081543/b497/_pkg_.a
2025-08-20T22:41:18.9934532Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3998081543/b514/_pkg_.a
2025-08-20T22:41:18.9935185Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:18.9936090Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build3998081543/b518/_pkg_.a
2025-08-20T22:41:18.9936767Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3998081543/b510/_pkg_.a
2025-08-20T22:41:18.9937410Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3998081543/b527/_pkg_.a
2025-08-20T22:41:18.9938121Z [00:03:00.643]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3998081543/b528/_pkg_.a
2025-08-20T22:41:18.9938810Z [00:03:00.643]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3998081543/b529/_pkg_.a
2025-08-20T22:41:18.9939391Z [00:03:00.643]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3998081543/b498/_pkg_.a
2025-08-20T22:41:18.9939964Z [00:03:00.643]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:18.9940546Z [00:03:00.643]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3998081543/b530/_pkg_.a
2025-08-20T22:41:18.9941120Z [00:03:00.643]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:18.9941692Z [00:03:00.643]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:41:18.9942259Z [00:03:00.643]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:18.9942822Z [00:03:00.643]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3998081543/b531/_pkg_.a
2025-08-20T22:41:18.9943434Z [00:03:00.643]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:18.9943934Z [00:03:00.643]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:18.9944341Z [00:03:00.643]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:18.9944783Z [00:03:00.643]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:18.9945605Z [00:03:00.643]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:18.9946126Z [00:03:00.643]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:18.9946599Z [00:03:00.643]➜  packagefile net/http/httputil=/tmp/go-build3998081543/b207/_pkg_.a
2025-08-20T22:41:18.9947065Z [00:03:00.643]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:18.9947515Z [00:03:00.643]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:18.9947974Z [00:03:00.643]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:18.9948402Z [00:03:00.643]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:18.9948828Z [00:03:00.643]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:18.9949248Z [00:03:00.643]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:18.9949684Z [00:03:00.643]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:18.9950145Z [00:03:00.643]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:18.9950586Z [00:03:00.643]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:18.9950916Z [00:03:00.643]➜  EOF
2025-08-20T22:41:18.9961732Z [00:03:00.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b519/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport=>google.golang.org/grpc@v1.72.2/internal/transport;$WORK/b519=>" -p google.golang.org/grpc/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid 9KUpnY9FhBdha96HDGLm/9KUpnY9FhBdha96HDGLm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b519/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/bdp_estimator.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/client_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/controlbuf.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/defaults.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/flowcontrol.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/handler_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/http2_client.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/http2_server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/http_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/proxy.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/server_stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/transport/transport.go
2025-08-20T22:41:19.0001478Z [00:03:00.652]➜  go tool buildid -w $WORK/b539/_pkg_.a # internal
2025-08-20T22:41:19.0132042Z [00:03:00.665]➜  cp $WORK/b539/_pkg_.a /root/.cache/go-build/71/717aab7aeef0b0f2809969dc72be90389c7bff261fe73e7d81fc4d790d5e4d05-d # internal
2025-08-20T22:41:19.0156016Z [00:03:00.668]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/query
2025-08-20T22:41:19.0156682Z [00:03:00.668]➜  mkdir -p $WORK/b577/
2025-08-20T22:41:19.0166025Z [00:03:00.669]➜  cat >/tmp/go-build3998081543/b577/importcfg << 'EOF' # internal
2025-08-20T22:41:19.0166643Z [00:03:00.669]➜  # import config
2025-08-20T22:41:19.0167122Z [00:03:00.669]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:19.0168618Z [00:03:00.669]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.0169231Z [00:03:00.669]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:41:19.0171531Z [00:03:00.669]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:19.0172200Z [00:03:00.669]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:19.0172715Z [00:03:00.669]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.0173508Z [00:03:00.669]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:19.0174027Z [00:03:00.669]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:19.0174462Z [00:03:00.669]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:19.0174883Z [00:03:00.669]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:19.0175302Z [00:03:00.669]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:19.0175818Z [00:03:00.669]➜  EOF
2025-08-20T22:41:19.0179421Z [00:03:00.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query;$WORK/b577=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/query -lang=go1.22 -complete -installsuffix shared -buildid be3EQ1OkIRJMt2OmI2RO/be3EQ1OkIRJMt2OmI2RO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b577/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/array.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/encoder.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/map.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/object.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/query/value.go
2025-08-20T22:41:19.1409822Z [00:03:00.792]➜  go tool buildid -w $WORK/b577/_pkg_.a # internal
2025-08-20T22:41:19.1418663Z [00:03:00.794]➜  cp $WORK/b577/_pkg_.a /root/.cache/go-build/b0/b005e7e9dafb5174ac7340f8f98c71efc44ce9c27588aace36d315e3213d484f-d # internal
2025-08-20T22:41:19.1430878Z [00:03:00.795]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/xml
2025-08-20T22:41:19.1440790Z [00:03:00.796]➜  mkdir -p $WORK/b578/
2025-08-20T22:41:19.1448839Z [00:03:00.797]➜  cat >/tmp/go-build3998081543/b578/importcfg << 'EOF' # internal
2025-08-20T22:41:19.1449852Z [00:03:00.797]➜  # import config
2025-08-20T22:41:19.1450902Z [00:03:00.797]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:19.1451428Z [00:03:00.797]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.1451843Z [00:03:00.797]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.1452150Z [00:03:00.797]➜  EOF
2025-08-20T22:41:19.1461453Z [00:03:00.798]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/xml=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/xml;$WORK/b578=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/xml -lang=go1.22 -complete -installsuffix shared -buildid yT0-mENtsSDiDvGbIm_H/yT0-mENtsSDiDvGbIm_H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b578/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/protocol/xml/error_utils.go
2025-08-20T22:41:19.1846669Z [00:03:00.837]➜  go tool buildid -w $WORK/b578/_pkg_.a # internal
2025-08-20T22:41:19.1851778Z [00:03:00.837]➜  cp $WORK/b578/_pkg_.a /root/.cache/go-build/5a/5a20983a340bb68d5d1837cae30bf5ec1c1c6bf26ce7aba37c05c51cd19c6460-d # internal
2025-08-20T22:41:19.1856066Z [00:03:00.838]➜  github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
2025-08-20T22:41:19.1858211Z [00:03:00.838]➜  mkdir -p $WORK/b579/
2025-08-20T22:41:19.1862080Z [00:03:00.838]➜  cat >/tmp/go-build3998081543/b579/importcfg << 'EOF' # internal
2025-08-20T22:41:19.1865053Z [00:03:00.838]➜  # import config
2025-08-20T22:41:19.1865582Z [00:03:00.839]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:19.1866108Z [00:03:00.839]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:19.1866533Z [00:03:00.839]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.1867038Z [00:03:00.839]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:19.1867623Z [00:03:00.839]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:19.1868261Z [00:03:00.839]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:19.1868773Z [00:03:00.839]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.1869082Z [00:03:00.839]➜  EOF
2025-08-20T22:41:19.1872543Z [00:03:00.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3=>github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3;$WORK/b579=>" -p github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding -lang=go1.22 -complete -installsuffix shared -buildid qxWb6S8iDG7brR_hnt9i/qxWb6S8iDG7brR_hnt9i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b579/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3/accept_encoding_gzip.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding@v1.12.3/go_module_metadata.go
2025-08-20T22:41:19.2368016Z [00:03:00.889]➜  go tool buildid -w $WORK/b579/_pkg_.a # internal
2025-08-20T22:41:19.2375616Z [00:03:00.890]➜  cp $WORK/b579/_pkg_.a /root/.cache/go-build/eb/eb7d3a1f35e155a2c112012182b60406f70baae6cb43e09bba5aa1fd09bb70c8-d # internal
2025-08-20T22:41:19.2381152Z [00:03:00.890]➜  github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
2025-08-20T22:41:19.2381541Z [00:03:00.890]➜  mkdir -p $WORK/b580/
2025-08-20T22:41:19.2381912Z [00:03:00.890]➜  cat >/tmp/go-build3998081543/b580/importcfg << 'EOF' # internal
2025-08-20T22:41:19.2382258Z [00:03:00.890]➜  # import config
2025-08-20T22:41:19.2382602Z [00:03:00.890]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:19.2383039Z [00:03:00.890]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.2383590Z [00:03:00.890]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:19.2384250Z [00:03:00.890]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:19.2384882Z [00:03:00.890]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:19.2385301Z [00:03:00.890]➜  EOF
2025-08-20T22:41:19.2389254Z [00:03:00.890]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15=>github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15;$WORK/b580=>" -p github.com/aws/aws-sdk-go-v2/service/internal/presigned-url -lang=go1.22 -complete -installsuffix shared -buildid zMOMzylJyGQyQ0eBASvA/zMOMzylJyGQyQ0eBASvA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b580/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.12.15/middleware.go
2025-08-20T22:41:19.2494364Z [00:03:00.902]➜  go tool buildid -w $WORK/b570/_pkg_.a # internal
2025-08-20T22:41:19.2553901Z [00:03:00.908]➜  cp $WORK/b570/_pkg_.a /root/.cache/go-build/38/383afe9eb69b96ac8584ba653a38755596457a990514ce33ffd326d9b8376038-d # internal
2025-08-20T22:41:19.2605451Z [00:03:00.913]➜  github.com/aws/aws-sdk-go-v2/credentials/ssocreds
2025-08-20T22:41:19.2606154Z [00:03:00.913]➜  mkdir -p $WORK/b555/
2025-08-20T22:41:19.2609565Z [00:03:00.913]➜  cat >/tmp/go-build3998081543/b555/importcfg << 'EOF' # internal
2025-08-20T22:41:19.2610640Z [00:03:00.913]➜  # import config
2025-08-20T22:41:19.2611282Z [00:03:00.913]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:19.2612241Z [00:03:00.913]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:19.2612944Z [00:03:00.913]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:19.2614382Z [00:03:00.913]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:19.2615301Z [00:03:00.913]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.2615998Z [00:03:00.913]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:19.2616629Z [00:03:00.913]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:19.2617332Z [00:03:00.913]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3998081543/b556/_pkg_.a
2025-08-20T22:41:19.2618036Z [00:03:00.913]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3998081543/b557/_pkg_.a
2025-08-20T22:41:19.2618697Z [00:03:00.913]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3998081543/b570/_pkg_.a
2025-08-20T22:41:19.2619340Z [00:03:00.913]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3998081543/b319/_pkg_.a
2025-08-20T22:41:19.2619866Z [00:03:00.914]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:19.2620296Z [00:03:00.914]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:19.2620735Z [00:03:00.914]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:19.2621187Z [00:03:00.914]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:19.2621617Z [00:03:00.914]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:19.2622039Z [00:03:00.914]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:19.2622355Z [00:03:00.914]➜  EOF
2025-08-20T22:41:19.2625627Z [00:03:00.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ssocreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ssocreds;$WORK/b555=>" -p github.com/aws/aws-sdk-go-v2/credentials/ssocreds -lang=go1.22 -complete -installsuffix shared -buildid ncF6S7ri_gwBLiYwBAru/ncF6S7ri_gwBLiYwBAru -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b555/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ssocreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ssocreds/sso_cached_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ssocreds/sso_credentials_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/ssocreds/sso_token_provider.go
2025-08-20T22:41:19.2681474Z [00:03:00.920]➜  go tool buildid -w $WORK/b580/_pkg_.a # internal
2025-08-20T22:41:19.2689808Z [00:03:00.921]➜  cp $WORK/b580/_pkg_.a /root/.cache/go-build/31/3113720228cccd8924246068327365389e64e6a96029cc7c9790feb3f41957fa-d # internal
2025-08-20T22:41:19.2732089Z [00:03:00.925]➜  github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
2025-08-20T22:41:19.2737380Z [00:03:00.926]➜  mkdir -p $WORK/b581/
2025-08-20T22:41:19.2742019Z [00:03:00.926]➜  cat >/tmp/go-build3998081543/b581/importcfg << 'EOF' # internal
2025-08-20T22:41:19.2742412Z [00:03:00.926]➜  # import config
2025-08-20T22:41:19.2762308Z [00:03:00.926]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:19.2763102Z [00:03:00.926]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3998081543/b566/_pkg_.a
2025-08-20T22:41:19.2763771Z [00:03:00.926]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:19.2764286Z [00:03:00.926]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:19.2764605Z [00:03:00.926]➜  EOF
2025-08-20T22:41:19.2767095Z [00:03:00.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/internal/endpoints;$WORK/b581=>" -p github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid MhIn645s5F9a8trN2ijz/MhIn645s5F9a8trN2ijz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b581/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/internal/endpoints/endpoints.go
2025-08-20T22:41:19.3071900Z [00:03:00.959]➜  go tool buildid -w $WORK/b581/_pkg_.a # internal
2025-08-20T22:41:19.3072656Z [00:03:00.959]➜  cp $WORK/b581/_pkg_.a /root/.cache/go-build/4e/4e42730c7c1c49936225f000ec554d92e5ceb2e5b51201ed67fbc5552b5425e8-d # internal
2025-08-20T22:41:19.3130821Z [00:03:00.965]➜  github.com/aws/aws-sdk-go-v2/service/sts/types
2025-08-20T22:41:19.3131549Z [00:03:00.965]➜  mkdir -p $WORK/b582/
2025-08-20T22:41:19.3133146Z [00:03:00.966]➜  cat >/tmp/go-build3998081543/b582/importcfg << 'EOF' # internal
2025-08-20T22:41:19.3134561Z [00:03:00.966]➜  # import config
2025-08-20T22:41:19.3135213Z [00:03:00.966]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.3136247Z [00:03:00.966]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:19.3137097Z [00:03:00.966]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:41:19.3137875Z [00:03:00.966]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:19.3138627Z [00:03:00.966]➜  EOF
2025-08-20T22:41:19.3141538Z [00:03:00.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/types=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/types;$WORK/b582=>" -p github.com/aws/aws-sdk-go-v2/service/sts/types -lang=go1.22 -complete -installsuffix shared -buildid RiXTWm9Igf0p3J0tOrRu/RiXTWm9Igf0p3J0tOrRu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b582/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/types/types.go
2025-08-20T22:41:19.3291398Z [00:03:00.981]➜  go tool buildid -w $WORK/b555/_pkg_.a # internal
2025-08-20T22:41:19.3304024Z [00:03:00.983]➜  cp $WORK/b555/_pkg_.a /root/.cache/go-build/65/65d04e8691cdf9c18fe3739b65ad940abae3394735a2e2a678d985128b661eec-d # internal
2025-08-20T22:41:19.3374159Z [00:03:00.990]➜  github.com/aws/smithy-go/encoding/xml
2025-08-20T22:41:19.3374877Z [00:03:00.990]➜  mkdir -p $WORK/b583/
2025-08-20T22:41:19.3378714Z [00:03:00.990]➜  cat >/tmp/go-build3998081543/b583/importcfg << 'EOF' # internal
2025-08-20T22:41:19.3379083Z [00:03:00.990]➜  # import config
2025-08-20T22:41:19.3379460Z [00:03:00.990]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:19.3380323Z [00:03:00.990]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:19.3380833Z [00:03:00.990]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.3381357Z [00:03:00.990]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3998081543/b574/_pkg_.a
2025-08-20T22:41:19.3381856Z [00:03:00.990]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.3382310Z [00:03:00.990]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:19.3382744Z [00:03:00.990]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:19.3383174Z [00:03:00.990]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:19.3383620Z [00:03:00.990]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:19.3383955Z [00:03:00.990]➜  EOF
2025-08-20T22:41:19.3441566Z [00:03:00.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml=>github.com/aws/smithy-go@v1.22.4/encoding/xml;$WORK/b583=>" -p github.com/aws/smithy-go/encoding/xml -lang=go1.22 -complete -installsuffix shared -buildid qsXHRgDw8AgA8pEqVhAI/qsXHRgDw8AgA8pEqVhAI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b583/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/array.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/constants.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/element.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/error_utils.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/escape.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/map.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/value.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/encoding/xml/xml_decoder.go
2025-08-20T22:41:19.3545984Z [00:03:01.007]➜  go tool buildid -w $WORK/b582/_pkg_.a # internal
2025-08-20T22:41:19.3578515Z [00:03:01.010]➜  cp $WORK/b582/_pkg_.a /root/.cache/go-build/5f/5f1962f27328bed7976ccbba42a62c87051c7d1eb2529f0403bb2a8e9bb69a0a-d # internal
2025-08-20T22:41:19.3579841Z [00:03:01.010]➜  github.com/aws/aws-sdk-go-v2/internal/ini
2025-08-20T22:41:19.3580485Z [00:03:01.010]➜  mkdir -p $WORK/b584/
2025-08-20T22:41:19.3581914Z [00:03:01.010]➜  cat >/tmp/go-build3998081543/b584/importcfg << 'EOF' # internal
2025-08-20T22:41:19.3582274Z [00:03:01.010]➜  # import config
2025-08-20T22:41:19.3582617Z [00:03:01.010]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.3583030Z [00:03:01.010]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.3583434Z [00:03:01.010]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:19.3583840Z [00:03:01.010]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:19.3584288Z [00:03:01.010]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:19.3584721Z [00:03:01.010]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:19.3585039Z [00:03:01.010]➜  EOF
2025-08-20T22:41:19.3589728Z [00:03:01.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3=>github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3;$WORK/b584=>" -p github.com/aws/aws-sdk-go-v2/internal/ini -lang=go1.22 -complete -installsuffix shared -buildid L_j4kxURlcD4HrokvjT7/L_j4kxURlcD4HrokvjT7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b584/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/ini.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/parse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/sections.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/strings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/tokenize.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/ini@v1.8.3/value.go
2025-08-20T22:41:19.4316972Z [00:03:01.083]➜  go tool buildid -w $WORK/b584/_pkg_.a # internal
2025-08-20T22:41:19.4320830Z [00:03:01.084]➜  cp $WORK/b584/_pkg_.a /root/.cache/go-build/2f/2f6e779d8a036c3f30b95a4fb6424097a1d04da9e3ef232bd679a944306680c2-d # internal
2025-08-20T22:41:19.4334415Z [00:03:01.086]➜  github.com/aws/smithy-go/private/requestcompression
2025-08-20T22:41:19.4339197Z [00:03:01.086]➜  mkdir -p $WORK/b585/
2025-08-20T22:41:19.4350324Z [00:03:01.087]➜  cat >/tmp/go-build3998081543/b585/importcfg << 'EOF' # internal
2025-08-20T22:41:19.4350929Z [00:03:01.087]➜  # import config
2025-08-20T22:41:19.4351428Z [00:03:01.087]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:19.4352737Z [00:03:01.087]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:19.4353214Z [00:03:01.087]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:19.4353851Z [00:03:01.087]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.4355095Z [00:03:01.087]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:19.4356281Z [00:03:01.087]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:19.4356798Z [00:03:01.087]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.4357217Z [00:03:01.087]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:19.4357539Z [00:03:01.087]➜  EOF
2025-08-20T22:41:19.4360503Z [00:03:01.087]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/private/requestcompression=>github.com/aws/smithy-go@v1.22.4/private/requestcompression;$WORK/b585=>" -p github.com/aws/smithy-go/private/requestcompression -lang=go1.22 -complete -installsuffix shared -buildid A5_KTlP4awh_idtx8gQK/A5_KTlP4awh_idtx8gQK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b585/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/private/requestcompression/gzip.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/private/requestcompression/middleware_capture_request_compression.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/private/requestcompression/request_compression.go
2025-08-20T22:41:19.4380752Z [00:03:01.090]➜  go tool buildid -w $WORK/b583/_pkg_.a # internal
2025-08-20T22:41:19.4388921Z [00:03:01.091]➜  cp $WORK/b583/_pkg_.a /root/.cache/go-build/ae/ae84a3705c2db033e9593727230a528a5a9668398cc3896e60cc3603e4283a69-d # internal
2025-08-20T22:41:19.4482482Z [00:03:01.100]➜  github.com/aws/aws-sdk-go-v2/service/sts
2025-08-20T22:41:19.4483433Z [00:03:01.100]➜  mkdir -p $WORK/b576/
2025-08-20T22:41:19.4484284Z [00:03:01.101]➜  cat >/tmp/go-build3998081543/b576/importcfg << 'EOF' # internal
2025-08-20T22:41:19.4484987Z [00:03:01.101]➜  # import config
2025-08-20T22:41:19.4486054Z [00:03:01.101]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:19.4486527Z [00:03:01.101]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:19.4487014Z [00:03:01.101]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:19.4487468Z [00:03:01.101]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:19.4487891Z [00:03:01.101]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.4488400Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:19.4489380Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3998081543/b558/_pkg_.a
2025-08-20T22:41:19.4490141Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:19.4490834Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3998081543/b577/_pkg_.a
2025-08-20T22:41:19.4491519Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3998081543/b578/_pkg_.a
2025-08-20T22:41:19.4492178Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:41:19.4492811Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:19.4493482Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:41:19.4494146Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3998081543/b336/_pkg_.a
2025-08-20T22:41:19.4494833Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3998081543/b560/_pkg_.a
2025-08-20T22:41:19.4495715Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3998081543/b561/_pkg_.a
2025-08-20T22:41:19.4496484Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3998081543/b562/_pkg_.a
2025-08-20T22:41:19.4497225Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3998081543/b563/_pkg_.a
2025-08-20T22:41:19.4498296Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3998081543/b564/_pkg_.a
2025-08-20T22:41:19.4499065Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3998081543/b579/_pkg_.a
2025-08-20T22:41:19.4499857Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3998081543/b580/_pkg_.a
2025-08-20T22:41:19.4500651Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3998081543/b581/_pkg_.a
2025-08-20T22:41:19.4501385Z [00:03:01.101]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3998081543/b582/_pkg_.a
2025-08-20T22:41:19.4501989Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:19.4502554Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:41:19.4503140Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:41:19.4503794Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:41:19.4504454Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3998081543/b583/_pkg_.a
2025-08-20T22:41:19.4505079Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3998081543/b569/_pkg_.a
2025-08-20T22:41:19.4505888Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3998081543/b550/_pkg_.a
2025-08-20T22:41:19.4506477Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:19.4507067Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3998081543/b327/_pkg_.a
2025-08-20T22:41:19.4507677Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:19.4508264Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3998081543/b331/_pkg_.a
2025-08-20T22:41:19.4508832Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3998081543/b328/_pkg_.a
2025-08-20T22:41:19.4509412Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:19.4510303Z [00:03:01.101]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:19.4510909Z [00:03:01.101]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.4511371Z [00:03:01.101]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:19.4511794Z [00:03:01.101]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:19.4512222Z [00:03:01.101]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:19.4512642Z [00:03:01.101]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:19.4513045Z [00:03:01.101]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:19.4513466Z [00:03:01.101]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:19.4513893Z [00:03:01.101]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:19.4514333Z [00:03:01.101]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:19.4514777Z [00:03:01.101]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:19.4515087Z [00:03:01.101]➜  EOF
2025-08-20T22:41:19.4533231Z [00:03:01.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20=>github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20;$WORK/b576=>" -p github.com/aws/aws-sdk-go-v2/service/sts -lang=go1.22 -complete -installsuffix shared -buildid wLOfUExbyyb7_RwLIIVL/wLOfUExbyyb7_RwLIIVL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b576/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_op_AssumeRole.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_op_AssumeRoleWithSAML.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_op_AssumeRoleWithWebIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_op_AssumeRoot.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_op_DecodeAuthorizationMessage.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_op_GetAccessKeyInfo.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_op_GetCallerIdentity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_op_GetFederationToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/api_op_GetSessionToken.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/sts@v1.33.20/validators.go
2025-08-20T22:41:19.5066140Z [00:03:01.159]➜  go tool buildid -w $WORK/b585/_pkg_.a # internal
2025-08-20T22:41:19.5075167Z [00:03:01.160]➜  cp $WORK/b585/_pkg_.a /root/.cache/go-build/56/563eac55f58d4ec224c68cc4381976fbf16db1c2affac23280c6c753b03d132e-d # internal
2025-08-20T22:41:19.5125252Z [00:03:01.165]➜  github.com/dustin/go-humanize
2025-08-20T22:41:19.5125942Z [00:03:01.165]➜  mkdir -p $WORK/b586/
2025-08-20T22:41:19.5133356Z [00:03:01.166]➜  cat >/tmp/go-build3998081543/b586/importcfg << 'EOF' # internal
2025-08-20T22:41:19.5134093Z [00:03:01.166]➜  # import config
2025-08-20T22:41:19.5134926Z [00:03:01.166]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:19.5135724Z [00:03:01.166]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:19.5137535Z [00:03:01.166]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.5138387Z [00:03:01.166]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:19.5138877Z [00:03:01.166]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:19.5139318Z [00:03:01.166]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:19.5139734Z [00:03:01.166]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:19.5140157Z [00:03:01.166]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:19.5140606Z [00:03:01.166]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:19.5141030Z [00:03:01.166]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:19.5141452Z [00:03:01.166]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:19.5141769Z [00:03:01.166]➜  EOF
2025-08-20T22:41:19.5146041Z [00:03:01.166]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dustin/go-humanize@v1.0.1=>github.com/dustin/go-humanize@v1.0.1;$WORK/b586=>" -p github.com/dustin/go-humanize -lang=go1.16 -complete -installsuffix shared -buildid dPuvWAfkosWMsX-B3-TS/dPuvWAfkosWMsX-B3-TS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b586/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-20T22:41:19.5704212Z [00:03:01.223]➜  go tool buildid -w $WORK/b586/_pkg_.a # internal
2025-08-20T22:41:19.5731408Z [00:03:01.225]➜  cp $WORK/b586/_pkg_.a /root/.cache/go-build/d6/d6809dec0b2ed7b3bb303d376d4f20c56ec3243f592aaa0f242f4011e111c861-d # internal
2025-08-20T22:41:19.5738612Z [00:03:01.226]➜  go tool buildid -w $WORK/b519/_pkg_.a # internal
2025-08-20T22:41:19.5756565Z [00:03:01.228]➜  github.com/flarco/g/csv
2025-08-20T22:41:19.5757397Z [00:03:01.228]➜  mkdir -p $WORK/b587/
2025-08-20T22:41:19.5764812Z [00:03:01.229]➜  cat >/tmp/go-build3998081543/b587/importcfg << 'EOF' # internal
2025-08-20T22:41:19.5765642Z [00:03:01.229]➜  # import config
2025-08-20T22:41:19.5766873Z [00:03:01.229]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:19.5767312Z [00:03:01.229]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:19.5767734Z [00:03:01.229]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:19.5768150Z [00:03:01.229]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.5768676Z [00:03:01.229]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:41:19.5769146Z [00:03:01.229]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.5769563Z [00:03:01.229]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:19.5769991Z [00:03:01.229]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:19.5770440Z [00:03:01.229]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:19.5770794Z [00:03:01.229]➜  EOF
2025-08-20T22:41:19.5773284Z [00:03:01.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/g@v0.1.155/csv=>github.com/flarco/g@v0.1.155/csv;$WORK/b587=>" -p github.com/flarco/g/csv -lang=go1.20 -complete -installsuffix shared -buildid BVkTShMi4DSk4VZ8Ksb-/BVkTShMi4DSk4VZ8Ksb- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b587/importcfg -pack /root/go/pkg/mod/github.com/flarco/g@v0.1.155/csv/csv.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/csv/reader.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/csv/writer.go
2025-08-20T22:41:19.5851291Z [00:03:01.237]➜  cp $WORK/b519/_pkg_.a /root/.cache/go-build/c9/c924eed93661fe46f3a8172060346ba6e7711a2c7eb0ec3269f5d1774d88ce70-d # internal
2025-08-20T22:41:19.5855224Z [00:03:01.237]➜  google.golang.org/grpc/internal/resolver/delegatingresolver
2025-08-20T22:41:19.5857286Z [00:03:01.237]➜  mkdir -p $WORK/b517/
2025-08-20T22:41:19.5857709Z [00:03:01.237]➜  cat >/tmp/go-build3998081543/b517/importcfg << 'EOF' # internal
2025-08-20T22:41:19.5858054Z [00:03:01.237]➜  # import config
2025-08-20T22:41:19.5858388Z [00:03:01.237]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.5858894Z [00:03:01.237]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:19.5859556Z [00:03:01.237]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build3998081543/b518/_pkg_.a
2025-08-20T22:41:19.5860265Z [00:03:01.237]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3998081543/b519/_pkg_.a
2025-08-20T22:41:19.5860993Z [00:03:01.237]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3998081543/b528/_pkg_.a
2025-08-20T22:41:19.5861667Z [00:03:01.237]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
﻿2025-08-20T22:41:19.5878820Z [00:03:01.237]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:19.5879668Z [00:03:01.237]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:19.5880105Z [00:03:01.237]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:19.5880559Z [00:03:01.237]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:19.5880868Z [00:03:01.237]➜  EOF
2025-08-20T22:41:19.5883247Z [00:03:01.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b517/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/delegatingresolver=>google.golang.org/grpc@v1.72.2/internal/resolver/delegatingresolver;$WORK/b517=>" -p google.golang.org/grpc/internal/resolver/delegatingresolver -lang=go1.23 -complete -installsuffix shared -buildid KBqHcG6xexGfqH3GjqJI/KBqHcG6xexGfqH3GjqJI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b517/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/resolver/delegatingresolver/delegatingresolver.go
2025-08-20T22:41:19.6349348Z [00:03:01.286]➜  go tool buildid -w $WORK/b587/_pkg_.a # internal
2025-08-20T22:41:19.6350719Z [00:03:01.287]➜  cp $WORK/b587/_pkg_.a /root/.cache/go-build/de/deaa68bede5fb46086a8ec802df09348cb9ffa2c57bd8e885d56452aa22d3b02-d # internal
2025-08-20T22:41:19.6414193Z [00:03:01.293]➜  github.com/flarco/g/json
2025-08-20T22:41:19.6414666Z [00:03:01.293]➜  mkdir -p $WORK/b588/
2025-08-20T22:41:19.6415056Z [00:03:01.294]➜  cat >/tmp/go-build3998081543/b588/importcfg << 'EOF' # internal
2025-08-20T22:41:19.6415635Z [00:03:01.294]➜  # import config
2025-08-20T22:41:19.6415993Z [00:03:01.294]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:19.6416433Z [00:03:01.294]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:19.6416898Z [00:03:01.294]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:19.6417353Z [00:03:01.294]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:19.6417801Z [00:03:01.294]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.6418206Z [00:03:01.294]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.6418611Z [00:03:01.294]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:19.6419033Z [00:03:01.294]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:19.6419453Z [00:03:01.294]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:19.6420245Z [00:03:01.294]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:19.6420746Z [00:03:01.294]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:19.6421171Z [00:03:01.294]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:19.6421592Z [00:03:01.294]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:19.6422045Z [00:03:01.294]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:19.6422523Z [00:03:01.294]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:19.6422856Z [00:03:01.294]➜  EOF
2025-08-20T22:41:19.6426176Z [00:03:01.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/g@v0.1.155/json=>github.com/flarco/g@v0.1.155/json;$WORK/b588=>" -p github.com/flarco/g/json -lang=go1.20 -complete -installsuffix shared -buildid ZvreHobAUtS_MBG6yxs0/ZvreHobAUtS_MBG6yxs0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b588/importcfg -pack /root/go/pkg/mod/github.com/flarco/g@v0.1.155/json/decode.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/json/encode.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/json/fold.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/json/indent.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/json/scanner.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/json/stream.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/json/tables.go /root/go/pkg/mod/github.com/flarco/g@v0.1.155/json/tags.go
2025-08-20T22:41:19.6493591Z [00:03:01.301]➜  go tool buildid -w $WORK/b517/_pkg_.a # internal
2025-08-20T22:41:19.6499993Z [00:03:01.302]➜  cp $WORK/b517/_pkg_.a /root/.cache/go-build/5d/5d24d91c39c6b36c66a242ff219174e60d38c307e5d398683f2de735ec96042b-d # internal
2025-08-20T22:41:19.6526123Z [00:03:01.305]➜  google.golang.org/grpc
2025-08-20T22:41:19.6543320Z [00:03:01.306]➜  mkdir -p $WORK/b434/
2025-08-20T22:41:19.6549745Z [00:03:01.307]➜  cat >/tmp/go-build3998081543/b434/importcfg << 'EOF' # internal
2025-08-20T22:41:19.6550146Z [00:03:01.307]➜  # import config
2025-08-20T22:41:19.6550489Z [00:03:01.307]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:19.6551285Z [00:03:01.307]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:19.6552694Z [00:03:01.307]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:19.6553166Z [00:03:01.307]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:19.6553667Z [00:03:01.307]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:19.6554107Z [00:03:01.307]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:19.6554523Z [00:03:01.307]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:19.6554993Z [00:03:01.307]➜  packagefile golang.org/x/net/trace=/tmp/go-build3998081543/b435/_pkg_.a
2025-08-20T22:41:19.6555661Z [00:03:01.307]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3998081543/b438/_pkg_.a
2025-08-20T22:41:19.6556300Z [00:03:01.307]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:19.6556913Z [00:03:01.307]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:19.6557561Z [00:03:01.307]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3998081543/b470/_pkg_.a
2025-08-20T22:41:19.6558240Z [00:03:01.307]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3998081543/b492/_pkg_.a
2025-08-20T22:41:19.6558880Z [00:03:01.307]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3998081543/b440/_pkg_.a
2025-08-20T22:41:19.6559455Z [00:03:01.307]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:19.6560051Z [00:03:01.307]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:19.6561125Z [00:03:01.307]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:19.6561849Z [00:03:01.307]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3998081543/b495/_pkg_.a
2025-08-20T22:41:19.6562482Z [00:03:01.307]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3998081543/b496/_pkg_.a
2025-08-20T22:41:19.6563095Z [00:03:01.307]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3998081543/b499/_pkg_.a
2025-08-20T22:41:19.6563783Z [00:03:01.307]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:19.6564402Z [00:03:01.307]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:19.6566135Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:19.6566848Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:19.6567590Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3998081543/b501/_pkg_.a
2025-08-20T22:41:19.6568329Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3998081543/b502/_pkg_.a
2025-08-20T22:41:19.6569091Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3998081543/b503/_pkg_.a
2025-08-20T22:41:19.6569759Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3998081543/b441/_pkg_.a
2025-08-20T22:41:19.6570801Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:19.6571453Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3998081543/b497/_pkg_.a
2025-08-20T22:41:19.6572086Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3998081543/b513/_pkg_.a
2025-08-20T22:41:19.6572731Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3998081543/b514/_pkg_.a
2025-08-20T22:41:19.6573375Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:19.6574020Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3998081543/b515/_pkg_.a
2025-08-20T22:41:19.6574760Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build3998081543/b517/_pkg_.a
2025-08-20T22:41:19.6575713Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3998081543/b532/_pkg_.a
2025-08-20T22:41:19.6576508Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3998081543/b533/_pkg_.a
2025-08-20T22:41:19.6577204Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:19.6577864Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3998081543/b534/_pkg_.a
2025-08-20T22:41:19.6578506Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3998081543/b510/_pkg_.a
2025-08-20T22:41:19.6579154Z [00:03:01.307]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3998081543/b519/_pkg_.a
2025-08-20T22:41:19.6580076Z [00:03:01.307]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3998081543/b529/_pkg_.a
2025-08-20T22:41:19.6580657Z [00:03:01.307]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3998081543/b498/_pkg_.a
2025-08-20T22:41:19.6581240Z [00:03:01.307]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:19.6581811Z [00:03:01.307]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3998081543/b530/_pkg_.a
2025-08-20T22:41:19.6582385Z [00:03:01.307]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:19.6583328Z [00:03:01.307]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3998081543/b535/_pkg_.a
2025-08-20T22:41:19.6584181Z [00:03:01.307]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:19.6584880Z [00:03:01.307]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:41:19.6585542Z [00:03:01.307]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:19.6586172Z [00:03:01.307]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3998081543/b531/_pkg_.a
2025-08-20T22:41:19.6586657Z [00:03:01.307]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:19.6587061Z [00:03:01.307]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:19.6587497Z [00:03:01.307]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:19.6587929Z [00:03:01.307]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:19.6588348Z [00:03:01.307]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:19.6588810Z [00:03:01.307]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:19.6589241Z [00:03:01.307]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:19.6589674Z [00:03:01.307]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:19.6590096Z [00:03:01.307]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:19.6590519Z [00:03:01.307]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:19.6591203Z [00:03:01.307]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:19.6591621Z [00:03:01.307]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:19.6592055Z [00:03:01.307]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:19.6592484Z [00:03:01.307]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:19.6592791Z [00:03:01.307]➜  EOF
2025-08-20T22:41:19.6598533Z [00:03:01.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b434/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2=>google.golang.org/grpc@v1.72.2;$WORK/b434=>" -p google.golang.org/grpc -lang=go1.23 -complete -installsuffix shared -buildid v7rz0f8p9CdZmRAzeEFP/v7rz0f8p9CdZmRAzeEFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b434/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/backoff.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/call.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/clientconn.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/codec.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/dialoptions.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/doc.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/interceptor.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/picker_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/preloader.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/rpc_util.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/service_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stream.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stream_interfaces.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/trace.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/trace_withtrace.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/version.go
2025-08-20T22:41:20.0789487Z [00:03:01.731]➜  go tool buildid -w $WORK/b588/_pkg_.a # internal
2025-08-20T22:41:20.0883306Z [00:03:01.741]➜  cp $WORK/b588/_pkg_.a /root/.cache/go-build/6a/6ad49d9636db9c7da4759b10f0fe57a599e77e058b54daa6c5a372e00ddeba4b-d # internal
2025-08-20T22:41:20.1047365Z [00:03:01.757]➜  github.com/jmespath/go-jmespath
2025-08-20T22:41:20.1047751Z [00:03:01.757]➜  mkdir -p $WORK/b589/
2025-08-20T22:41:20.1048755Z [00:03:01.757]➜  cat >/tmp/go-build3998081543/b589/importcfg << 'EOF' # internal
2025-08-20T22:41:20.1049587Z [00:03:01.757]➜  # import config
2025-08-20T22:41:20.1049984Z [00:03:01.757]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:20.1050439Z [00:03:01.757]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:20.1050888Z [00:03:01.757]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:20.1051307Z [00:03:01.757]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:20.1051744Z [00:03:01.757]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:20.1052167Z [00:03:01.757]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:20.1052588Z [00:03:01.757]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:20.1053012Z [00:03:01.757]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:20.1053440Z [00:03:01.757]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:20.1053878Z [00:03:01.757]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:20.1054407Z [00:03:01.757]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:20.1054744Z [00:03:01.757]➜  EOF
2025-08-20T22:41:20.1058928Z [00:03:01.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmespath/go-jmespath@v0.4.0=>github.com/jmespath/go-jmespath@v0.4.0;$WORK/b589=>" -p github.com/jmespath/go-jmespath -lang=go1.14 -complete -installsuffix shared -buildid rYS2BkWkdxpUV8hW-Bk4/rYS2BkWkdxpUV8hW-Bk4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b589/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-20T22:41:20.4116778Z [00:03:02.062]➜  go tool buildid -w $WORK/b589/_pkg_.a # internal
2025-08-20T22:41:20.4138229Z [00:03:02.066]➜  cp $WORK/b589/_pkg_.a /root/.cache/go-build/46/46c279ab13e162e9fedcbb74fe04793bffe84a088e1a635e414603f365453194-d # internal
2025-08-20T22:41:20.4174568Z [00:03:02.070]➜  github.com/jmoiron/sqlx/reflectx
2025-08-20T22:41:20.4175618Z [00:03:02.070]➜  mkdir -p $WORK/b591/
2025-08-20T22:41:20.4179648Z [00:03:02.070]➜  cat >/tmp/go-build3998081543/b591/importcfg << 'EOF' # internal
2025-08-20T22:41:20.4180211Z [00:03:02.070]➜  # import config
2025-08-20T22:41:20.4180575Z [00:03:02.070]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:20.4181240Z [00:03:02.070]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:20.4181715Z [00:03:02.070]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:20.4182145Z [00:03:02.070]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:20.4182571Z [00:03:02.070]➜  EOF
2025-08-20T22:41:20.4184451Z [00:03:02.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0/reflectx=>github.com/jmoiron/sqlx@v1.2.0/reflectx;$WORK/b591=>" -p github.com/jmoiron/sqlx/reflectx -lang=go1.16 -complete -installsuffix shared -buildid rlNgrUzIYKmGKHIO1LKH/rlNgrUzIYKmGKHIO1LKH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b591/importcfg -pack /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0/reflectx/reflect.go
2025-08-20T22:41:20.4625658Z [00:03:02.115]➜  go tool buildid -w $WORK/b576/_pkg_.a # internal
2025-08-20T22:41:20.4764219Z [00:03:02.129]➜  cp $WORK/b576/_pkg_.a /root/.cache/go-build/64/640e33035808e73a50c37f287e8159d2a1b22f7369129b43f91b24b5def5cc58-d # internal
2025-08-20T22:41:20.4774233Z [00:03:02.130]➜  github.com/aws/aws-sdk-go-v2/credentials/stscreds
2025-08-20T22:41:20.4775172Z [00:03:02.130]➜  mkdir -p $WORK/b575/
2025-08-20T22:41:20.4779452Z [00:03:02.130]➜  cat >/tmp/go-build3998081543/b575/importcfg << 'EOF' # internal
2025-08-20T22:41:20.4780392Z [00:03:02.130]➜  # import config
2025-08-20T22:41:20.4781676Z [00:03:02.130]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:20.4782135Z [00:03:02.130]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:20.4782664Z [00:03:02.130]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:20.4783282Z [00:03:02.130]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:41:20.4783918Z [00:03:02.130]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:20.4784560Z [00:03:02.130]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3998081543/b576/_pkg_.a
2025-08-20T22:41:20.4785234Z [00:03:02.130]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3998081543/b582/_pkg_.a
2025-08-20T22:41:20.4785927Z [00:03:02.130]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:20.4786371Z [00:03:02.130]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:20.4786802Z [00:03:02.130]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:20.4787700Z [00:03:02.130]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:20.4788016Z [00:03:02.130]➜  EOF
2025-08-20T22:41:20.4790602Z [00:03:02.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/stscreds=>github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/stscreds;$WORK/b575=>" -p github.com/aws/aws-sdk-go-v2/credentials/stscreds -lang=go1.22 -complete -installsuffix shared -buildid PENw2JeQiyJyGJ86J72D/PENw2JeQiyJyGJ86J72D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b575/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/stscreds/assume_role_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/credentials@v1.17.68/stscreds/web_identity_provider.go
2025-08-20T22:41:20.4844788Z [00:03:02.137]➜  go tool buildid -w $WORK/b591/_pkg_.a # internal
2025-08-20T22:41:20.4855083Z [00:03:02.138]➜  cp $WORK/b591/_pkg_.a /root/.cache/go-build/6b/6bfa5e29dcbad3356db69650e26b1033569d2c4906636ada997f02b467339f9a-d # internal
2025-08-20T22:41:20.4879514Z [00:03:02.140]➜  github.com/jmoiron/sqlx
2025-08-20T22:41:20.4883225Z [00:03:02.140]➜  mkdir -p $WORK/b590/
2025-08-20T22:41:20.4883632Z [00:03:02.140]➜  cat >/tmp/go-build3998081543/b590/importcfg << 'EOF' # internal
2025-08-20T22:41:20.4883991Z [00:03:02.140]➜  # import config
2025-08-20T22:41:20.4884334Z [00:03:02.140]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:20.4884906Z [00:03:02.140]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:20.4885550Z [00:03:02.140]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:41:20.4886111Z [00:03:02.140]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:20.4886580Z [00:03:02.140]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:20.4886999Z [00:03:02.140]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:20.4887542Z [00:03:02.140]➜  packagefile github.com/jmoiron/sqlx/reflectx=/tmp/go-build3998081543/b591/_pkg_.a
2025-08-20T22:41:20.4888060Z [00:03:02.140]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:20.4888516Z [00:03:02.140]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:20.4888973Z [00:03:02.140]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:20.4889402Z [00:03:02.140]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:20.4890271Z [00:03:02.140]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:20.4890772Z [00:03:02.140]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:20.4891195Z [00:03:02.140]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:20.4891512Z [00:03:02.140]➜  EOF
2025-08-20T22:41:20.4894253Z [00:03:02.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b590/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0=>github.com/jmoiron/sqlx@v1.2.0;$WORK/b590=>" -p github.com/jmoiron/sqlx -lang=go1.16 -complete -installsuffix shared -buildid wPeMV82JBvDz-WP4dK4w/wPeMV82JBvDz-WP4dK4w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b590/importcfg -pack /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0/bind.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0/doc.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0/named.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0/named_context.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0/sqlx.go /root/go/pkg/mod/github.com/jmoiron/sqlx@v1.2.0/sqlx_context.go
2025-08-20T22:41:20.5244227Z [00:03:02.177]➜  go tool buildid -w $WORK/b575/_pkg_.a # internal
2025-08-20T22:41:20.5248050Z [00:03:02.177]➜  cp $WORK/b575/_pkg_.a /root/.cache/go-build/2b/2ba0c5e18b489263cf96993fa272cb749dce747ea651ebb19d71b3fe3045675c-d # internal
2025-08-20T22:41:20.5429950Z [00:03:02.195]➜  github.com/aws/aws-sdk-go-v2/config
2025-08-20T22:41:20.5431094Z [00:03:02.195]➜  mkdir -p $WORK/b540/
2025-08-20T22:41:20.5443340Z [00:03:02.197]➜  cat >/tmp/go-build3998081543/b540/importcfg << 'EOF' # internal
2025-08-20T22:41:20.5444039Z [00:03:02.197]➜  # import config
2025-08-20T22:41:20.5446913Z [00:03:02.197]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:20.5450113Z [00:03:02.197]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:20.5450583Z [00:03:02.197]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:20.5451079Z [00:03:02.197]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:20.5451520Z [00:03:02.197]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:20.5451933Z [00:03:02.197]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:20.5452450Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:20.5453113Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:41:20.5453789Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3998081543/b542/_pkg_.a
2025-08-20T22:41:20.5454489Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3998081543/b543/_pkg_.a
2025-08-20T22:41:20.5455237Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3998081543/b551/_pkg_.a
2025-08-20T22:41:20.5456197Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3998081543/b553/_pkg_.a
2025-08-20T22:41:20.5456932Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3998081543/b555/_pkg_.a
2025-08-20T22:41:20.5457641Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3998081543/b575/_pkg_.a
2025-08-20T22:41:20.5458337Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3998081543/b544/_pkg_.a
2025-08-20T22:41:20.5458996Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3998081543/b584/_pkg_.a
2025-08-20T22:41:20.5459690Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3998081543/b556/_pkg_.a
2025-08-20T22:41:20.5460368Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3998081543/b557/_pkg_.a
2025-08-20T22:41:20.5461355Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3998081543/b570/_pkg_.a
2025-08-20T22:41:20.5462081Z [00:03:02.197]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3998081543/b576/_pkg_.a
2025-08-20T22:41:20.5462708Z [00:03:02.197]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3998081543/b319/_pkg_.a
2025-08-20T22:41:20.5463311Z [00:03:02.197]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:20.5463926Z [00:03:02.197]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:20.5464608Z [00:03:02.197]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3998081543/b585/_pkg_.a
2025-08-20T22:41:20.5465166Z [00:03:02.197]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:20.5477301Z [00:03:02.197]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:20.5477762Z [00:03:02.197]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:20.5478185Z [00:03:02.197]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:20.5478620Z [00:03:02.197]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:20.5479031Z [00:03:02.197]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:20.5479474Z [00:03:02.197]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:20.5480314Z [00:03:02.197]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:20.5480747Z [00:03:02.197]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:20.5481168Z [00:03:02.197]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:20.5481470Z [00:03:02.197]➜  EOF
2025-08-20T22:41:20.5493804Z [00:03:02.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15=>github.com/aws/aws-sdk-go-v2/config@v1.29.15;$WORK/b540=>" -p github.com/aws/aws-sdk-go-v2/config -lang=go1.22 -complete -installsuffix shared -buildid UEhgWAMNv6rmsXofBTHB/UEhgWAMNv6rmsXofBTHB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b540/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/defaultsmode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/env_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/generate.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/load_options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/local.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/resolve_bearer_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/resolve_credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/config@v1.29.15/shared_config.go
2025-08-20T22:41:20.5508387Z [00:03:02.203]➜  go tool buildid -w $WORK/b434/_pkg_.a # internal
2025-08-20T22:41:20.5679262Z [00:03:02.220]➜  cp $WORK/b434/_pkg_.a /root/.cache/go-build/e2/e2127f2e935cf40961b3671646c18920fd72265cf63d24d1a9b35cce29300368-d # internal
2025-08-20T22:41:20.5704713Z [00:03:02.223]➜  github.com/apache/arrow-go/v18/arrow/flight/gen/flight
2025-08-20T22:41:20.5710167Z [00:03:02.223]➜  mkdir -p $WORK/b433/
2025-08-20T22:41:20.5733375Z [00:03:02.226]➜  cat >/tmp/go-build3998081543/b433/importcfg << 'EOF' # internal
2025-08-20T22:41:20.5733771Z [00:03:02.226]➜  # import config
2025-08-20T22:41:20.5734152Z [00:03:02.226]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:20.5734981Z [00:03:02.226]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:20.5735823Z [00:03:02.226]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:20.5736412Z [00:03:02.226]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:20.5737142Z [00:03:02.226]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:20.5737921Z [00:03:02.226]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:20.5738631Z [00:03:02.226]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3998081543/b539/_pkg_.a
2025-08-20T22:41:20.5739352Z [00:03:02.226]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:20.5739924Z [00:03:02.226]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:20.5740355Z [00:03:02.226]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:20.5740669Z [00:03:02.226]➜  EOF
2025-08-20T22:41:20.5743586Z [00:03:02.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/gen/flight=>github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/gen/flight;$WORK/b433=>" -p github.com/apache/arrow-go/v18/arrow/flight/gen/flight -lang=go1.23 -complete -installsuffix shared -buildid ndmnLTreJ6tiS3x_n9YZ/ndmnLTreJ6tiS3x_n9YZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b433/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/gen/flight/Flight.pb.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/gen/flight/FlightSql.pb.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/gen/flight/Flight_grpc.pb.go
2025-08-20T22:41:20.7175177Z [00:03:02.370]➜  go tool buildid -w $WORK/b590/_pkg_.a # internal
2025-08-20T22:41:20.7255031Z [00:03:02.378]➜  cp $WORK/b590/_pkg_.a /root/.cache/go-build/43/43142dcb7933d789bde96d9f5b1ed7a4801d774625dfb8c2b6bd8c3aac0ef69f-d # internal
2025-08-20T22:41:20.7264036Z [00:03:02.378]➜  github.com/klauspost/compress/s2
2025-08-20T22:41:20.7264383Z [00:03:02.378]➜  mkdir -p $WORK/b592/
2025-08-20T22:41:20.7264703Z [00:03:02.378]➜  echo -n > $WORK/b592/go_asm.h # internal
2025-08-20T22:41:20.7265118Z [00:03:02.378]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T22:41:20.7266827Z [00:03:02.378]➜  /root/.go/pkg/tool/linux_arm64/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/b592=>" -I $WORK/b592/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b592/symabis ./decode_arm64.s
2025-08-20T22:41:20.7328228Z [00:03:02.385]➜  cat >/tmp/go-build3998081543/b592/importcfg << 'EOF' # internal
2025-08-20T22:41:20.7332016Z [00:03:02.385]➜  # import config
2025-08-20T22:41:20.7332431Z [00:03:02.385]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:20.7332892Z [00:03:02.385]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:20.7333374Z [00:03:02.385]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:20.7333856Z [00:03:02.385]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:20.7334316Z [00:03:02.385]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:20.7334742Z [00:03:02.385]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:20.7335295Z [00:03:02.385]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3998081543/b398/_pkg_.a
2025-08-20T22:41:20.7336188Z [00:03:02.385]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build3998081543/b593/_pkg_.a
2025-08-20T22:41:20.7336753Z [00:03:02.385]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:20.7337466Z [00:03:02.385]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:20.7337969Z [00:03:02.385]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:20.7338394Z [00:03:02.385]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:20.7338818Z [00:03:02.385]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:20.7339255Z [00:03:02.385]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:20.7339691Z [00:03:02.385]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:20.7340107Z [00:03:02.385]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:20.7340524Z [00:03:02.385]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:20.7340830Z [00:03:02.385]➜  EOF
2025-08-20T22:41:20.7341099Z [00:03:02.385]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:20.7346605Z [00:03:02.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b592/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2=>github.com/klauspost/compress@v1.18.0/s2;$WORK/b592=>" -p github.com/klauspost/compress/s2 -lang=go1.22 -installsuffix shared -buildid 0baNfMamq_gZZqJw2NMI/0baNfMamq_gZZqJw2NMI -goversion go1.25.0 -symabis $WORK/b592/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b592/importcfg -pack -asmhdr $WORK/b592/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_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/encode_go.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-20T22:41:20.9472316Z [00:03:02.600]➜  go tool buildid -w $WORK/b540/_pkg_.a # internal
2025-08-20T22:41:20.9586574Z [00:03:02.611]➜  cp $WORK/b540/_pkg_.a /root/.cache/go-build/36/36afd9dec2eef0988779adb66ee83dc6b680a907ae97f3f28d5a99317719b32d-d # internal
2025-08-20T22:41:20.9588293Z [00:03:02.611]➜  github.com/pkg/errors
2025-08-20T22:41:20.9589170Z [00:03:02.611]➜  mkdir -p $WORK/b595/
2025-08-20T22:41:20.9591802Z [00:03:02.612]➜  cat >/tmp/go-build3998081543/b595/importcfg << 'EOF' # internal
2025-08-20T22:41:20.9592222Z [00:03:02.612]➜  # import config
2025-08-20T22:41:20.9592629Z [00:03:02.612]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:20.9593101Z [00:03:02.612]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:20.9593509Z [00:03:02.612]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:20.9593919Z [00:03:02.612]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:20.9594342Z [00:03:02.612]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:20.9594772Z [00:03:02.612]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:20.9595228Z [00:03:02.612]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:20.9595744Z [00:03:02.612]➜  EOF
2025-08-20T22:41:20.9598264Z [00:03:02.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/errors@v0.9.1=>github.com/pkg/errors@v0.9.1;$WORK/b595=>" -p github.com/pkg/errors -lang=go1.16 -complete -installsuffix shared -buildid c9t2xK-fYDiDkrr4QiG6/c9t2xK-fYDiDkrr4QiG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b595/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-20T22:41:21.0266028Z [00:03:02.679]➜  go tool buildid -w $WORK/b595/_pkg_.a # internal
2025-08-20T22:41:21.0273253Z [00:03:02.680]➜  cp $WORK/b595/_pkg_.a /root/.cache/go-build/82/8289c7d1a2f1c9c62e8df02280fff9341acc4e1e80e239ccdda8210191902d99-d # internal
2025-08-20T22:41:21.0274385Z [00:03:02.680]➜  golang.org/x/text/encoding
2025-08-20T22:41:21.0287469Z [00:03:02.680]➜  mkdir -p $WORK/b596/
2025-08-20T22:41:21.0288121Z [00:03:02.681]➜  cat >/tmp/go-build3998081543/b596/importcfg << 'EOF' # internal
2025-08-20T22:41:21.0288609Z [00:03:02.681]➜  # import config
2025-08-20T22:41:21.0289077Z [00:03:02.681]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:21.0289758Z [00:03:02.681]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3998081543/b597/_pkg_.a
2025-08-20T22:41:21.0290547Z [00:03:02.681]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:41:21.0291148Z [00:03:02.681]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.0291658Z [00:03:02.681]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:21.0292200Z [00:03:02.681]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:21.0293090Z [00:03:02.681]➜  EOF
2025-08-20T22:41:21.0294959Z [00:03:02.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b596/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding=>golang.org/x/text@v0.26.0/encoding;$WORK/b596=>" -p golang.org/x/text/encoding -lang=go1.23 -complete -installsuffix shared -buildid ibSlLxSFAqIBcNuKnz0P/ibSlLxSFAqIBcNuKnz0P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b596/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/encoding.go
2025-08-20T22:41:21.0864915Z [00:03:02.739]➜  go tool buildid -w $WORK/b596/_pkg_.a # internal
2025-08-20T22:41:21.0875779Z [00:03:02.740]➜  cp $WORK/b596/_pkg_.a /root/.cache/go-build/87/870072431b3e6294ef0dab15c80e21499ec93076f05aff147d995311937568a0-d # internal
2025-08-20T22:41:21.0878944Z [00:03:02.740]➜  github.com/kshedden/datareader
2025-08-20T22:41:21.0879705Z [00:03:02.740]➜  mkdir -p $WORK/b594/
2025-08-20T22:41:21.0883950Z [00:03:02.741]➜  cat >/tmp/go-build3998081543/b594/importcfg << 'EOF' # internal
2025-08-20T22:41:21.0884561Z [00:03:02.741]➜  # import config
2025-08-20T22:41:21.0884928Z [00:03:02.741]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.0885648Z [00:03:02.741]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:21.0886243Z [00:03:02.741]➜  packagefile encoding/csv=/tmp/go-build3998081543/b303/_pkg_.a
2025-08-20T22:41:21.0886689Z [00:03:02.741]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.0887622Z [00:03:02.741]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:41:21.0888264Z [00:03:02.741]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3998081543/b596/_pkg_.a
2025-08-20T22:41:21.0888745Z [00:03:02.741]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.0889149Z [00:03:02.741]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:21.0889558Z [00:03:02.741]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:21.0889981Z [00:03:02.741]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:21.0890400Z [00:03:02.741]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:21.0890823Z [00:03:02.741]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:21.0891509Z [00:03:02.741]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:21.0891999Z [00:03:02.741]➜  EOF
2025-08-20T22:41:21.0896181Z [00:03:02.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kshedden/datareader@v0.0.0-20210325133423-816b6ffdd011=>github.com/kshedden/datareader@v0.0.0-20210325133423-816b6ffdd011;$WORK/b594=>" -p github.com/kshedden/datareader -lang=go1.16 -complete -installsuffix shared -buildid buH6dSyMOH7_0vk465OL/buH6dSyMOH7_0vk465OL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b594/importcfg -pack /root/go/pkg/mod/github.com/kshedden/datareader@v0.0.0-20210325133423-816b6ffdd011/csv_reader.go /root/go/pkg/mod/github.com/kshedden/datareader@v0.0.0-20210325133423-816b6ffdd011/doc.go /root/go/pkg/mod/github.com/kshedden/datareader@v0.0.0-20210325133423-816b6ffdd011/sas7bdat.go /root/go/pkg/mod/github.com/kshedden/datareader@v0.0.0-20210325133423-816b6ffdd011/series.go /root/go/pkg/mod/github.com/kshedden/datareader@v0.0.0-20210325133423-816b6ffdd011/stata_reader.go /root/go/pkg/mod/github.com/kshedden/datareader@v0.0.0-20210325133423-816b6ffdd011/utils.go
2025-08-20T22:41:21.1814322Z [00:03:02.833]➜  cd /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/s2
2025-08-20T22:41:21.1818636Z [00:03:02.834]➜  /root/.go/pkg/tool/linux_arm64/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/b592=>" -I $WORK/b592/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b592/decode_arm64.o ./decode_arm64.s
2025-08-20T22:41:21.1927573Z [00:03:02.845]➜  go tool pack r $WORK/b592/_pkg_.a $WORK/b592/decode_arm64.o # internal
2025-08-20T22:41:21.1930693Z [00:03:02.845]➜  go tool buildid -w $WORK/b592/_pkg_.a # internal
2025-08-20T22:41:21.1983847Z [00:03:02.850]➜  cp $WORK/b592/_pkg_.a /root/.cache/go-build/11/11b78ad426c243add78a96f4fec2fdc35147d46d80ff840c73d866c51732a874-d # internal
2025-08-20T22:41:21.1989619Z [00:03:02.851]➜  github.com/labstack/gommon/color
2025-08-20T22:41:21.1989953Z [00:03:02.851]➜  mkdir -p $WORK/b599/
2025-08-20T22:41:21.1990370Z [00:03:02.851]➜  cat >/tmp/go-build3998081543/b599/importcfg << 'EOF' # internal
2025-08-20T22:41:21.1990719Z [00:03:02.851]➜  # import config
2025-08-20T22:41:21.1991055Z [00:03:02.851]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.1991470Z [00:03:02.851]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.1991966Z [00:03:02.851]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3998081543/b184/_pkg_.a
2025-08-20T22:41:21.1992545Z [00:03:02.851]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3998081543/b185/_pkg_.a
2025-08-20T22:41:21.1993027Z [00:03:02.851]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.1993424Z [00:03:02.851]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:21.1993726Z [00:03:02.851]➜  EOF
2025-08-20T22:41:21.2003279Z [00:03:02.853]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:21.2006171Z [00:03:02.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/gommon@v0.4.0/color=>github.com/labstack/gommon@v0.4.0/color;$WORK/b599=>" -p github.com/labstack/gommon/color -lang=go1.12 -complete -installsuffix shared -buildid jCPV8jqcvMlywwsVxlTi/jCPV8jqcvMlywwsVxlTi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b599/importcfg -pack /root/go/pkg/mod/github.com/labstack/gommon@v0.4.0/color/color.go
2025-08-20T22:41:21.2295949Z [00:03:02.881]➜  go tool buildid -w $WORK/b433/_pkg_.a # internal
2025-08-20T22:41:21.2456637Z [00:03:02.898]➜  cp $WORK/b433/_pkg_.a /root/.cache/go-build/6f/6ff8bdf5d85ee8844f705b47242745d1474442c475ef853bff1f2afb89a867a3-d # internal
2025-08-20T22:41:21.2462459Z [00:03:02.899]➜  github.com/valyala/bytebufferpool
2025-08-20T22:41:21.2463537Z [00:03:02.899]➜  mkdir -p $WORK/b602/
2025-08-20T22:41:21.2464218Z [00:03:02.899]➜  cat >/tmp/go-build3998081543/b602/importcfg << 'EOF' # internal
2025-08-20T22:41:21.2465020Z [00:03:02.899]➜  # import config
2025-08-20T22:41:21.2465771Z [00:03:02.899]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.2466362Z [00:03:02.899]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:21.2468887Z [00:03:02.899]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:21.2471426Z [00:03:02.899]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:21.2472407Z [00:03:02.899]➜  EOF
2025-08-20T22:41:21.2474797Z [00:03:02.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/valyala/bytebufferpool@v1.0.0=>github.com/valyala/bytebufferpool@v1.0.0;$WORK/b602=>" -p github.com/valyala/bytebufferpool -lang=go1.16 -complete -installsuffix shared -buildid YIXx24q0PAYihgwNyikm/YIXx24q0PAYihgwNyikm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b602/importcfg -pack /root/go/pkg/mod/github.com/valyala/bytebufferpool@v1.0.0/bytebuffer.go /root/go/pkg/mod/github.com/valyala/bytebufferpool@v1.0.0/doc.go /root/go/pkg/mod/github.com/valyala/bytebufferpool@v1.0.0/pool.go
2025-08-20T22:41:21.2519542Z [00:03:02.904]➜  go tool buildid -w $WORK/b594/_pkg_.a # internal
2025-08-20T22:41:21.2585036Z [00:03:02.911]➜  cp $WORK/b594/_pkg_.a /root/.cache/go-build/28/28168a1e6ad77e7f05fcd204d279bd709eed3efcad86ecdcd64e1dbe86c7271a-d # internal
2025-08-20T22:41:21.2589170Z [00:03:02.911]➜  golang.org/x/crypto/acme
2025-08-20T22:41:21.2590746Z [00:03:02.912]➜  mkdir -p $WORK/b603/
2025-08-20T22:41:21.2609408Z [00:03:02.912]➜  cat >/tmp/go-build3998081543/b603/importcfg << 'EOF' # internal
2025-08-20T22:41:21.2610276Z [00:03:02.912]➜  # import config
2025-08-20T22:41:21.2610796Z [00:03:02.912]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.2612167Z [00:03:02.912]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:21.2613640Z [00:03:02.912]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:21.2614173Z [00:03:02.912]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:21.2614686Z [00:03:02.912]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:21.2615164Z [00:03:02.912]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:21.2615874Z [00:03:02.912]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:21.2616337Z [00:03:02.912]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:21.2616807Z [00:03:02.912]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:21.2617280Z [00:03:02.912]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:21.2617737Z [00:03:02.912]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:21.2618192Z [00:03:02.912]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:21.2618665Z [00:03:02.912]➜  packagefile crypto/x509/pkix=/tmp/go-build3998081543/b169/_pkg_.a
2025-08-20T22:41:21.2619405Z [00:03:02.912]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:41:21.2619950Z [00:03:02.912]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:21.2620427Z [00:03:02.912]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:21.2620894Z [00:03:02.912]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:21.2621339Z [00:03:02.912]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:21.2621770Z [00:03:02.912]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.2622173Z [00:03:02.912]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.2622594Z [00:03:02.912]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:21.2623029Z [00:03:02.912]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:21.2623479Z [00:03:02.912]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:21.2623936Z [00:03:02.912]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:21.2624373Z [00:03:02.912]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:21.2624794Z [00:03:02.912]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:21.2625203Z [00:03:02.912]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:21.2625699Z [00:03:02.912]➜  EOF
2025-08-20T22:41:21.2628273Z [00:03:02.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b603/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme=>golang.org/x/crypto@v0.39.0/acme;$WORK/b603=>" -p golang.org/x/crypto/acme -lang=go1.23 -complete -installsuffix shared -buildid prir-JrXvH8L42tg1r9y/prir-JrXvH8L42tg1r9y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b603/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/acme.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/http.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/jws.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/rfc8555.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/types.go
2025-08-20T22:41:21.2779323Z [00:03:02.930]➜  go tool buildid -w $WORK/b602/_pkg_.a # internal
2025-08-20T22:41:21.2817395Z [00:03:02.934]➜  cp $WORK/b602/_pkg_.a /root/.cache/go-build/fc/fc59d0026ca89c3819d16d50ad5b26b22e518abd52482578ef52e8ba485ed71c-d # internal
2025-08-20T22:41:21.2824842Z [00:03:02.934]➜  github.com/valyala/fasttemplate
2025-08-20T22:41:21.2825667Z [00:03:02.935]➜  mkdir -p $WORK/b601/
2025-08-20T22:41:21.2835034Z [00:03:02.936]➜  cat >/tmp/go-build3998081543/b601/importcfg << 'EOF' # internal
2025-08-20T22:41:21.2835971Z [00:03:02.936]➜  # import config
2025-08-20T22:41:21.2836853Z [00:03:02.936]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.2837683Z [00:03:02.936]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.2838513Z [00:03:02.936]➜  packagefile github.com/valyala/bytebufferpool=/tmp/go-build3998081543/b602/_pkg_.a
2025-08-20T22:41:21.2839182Z [00:03:02.936]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.2839969Z [00:03:02.936]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:21.2840494Z [00:03:02.936]➜  EOF
2025-08-20T22:41:21.2842798Z [00:03:02.936]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/valyala/fasttemplate@v1.2.2=>github.com/valyala/fasttemplate@v1.2.2;$WORK/b601=>" -p github.com/valyala/fasttemplate -lang=go1.12 -complete -installsuffix shared -buildid 2BUlZPI8DGUS9OFldGZQ/2BUlZPI8DGUS9OFldGZQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b601/importcfg -pack /root/go/pkg/mod/github.com/valyala/fasttemplate@v1.2.2/template.go /root/go/pkg/mod/github.com/valyala/fasttemplate@v1.2.2/unsafe.go
2025-08-20T22:41:21.2887999Z [00:03:02.941]➜  go tool buildid -w $WORK/b599/_pkg_.a # internal
2025-08-20T22:41:21.2903196Z [00:03:02.942]➜  cp $WORK/b599/_pkg_.a /root/.cache/go-build/39/39388affdea2eb524a6ecada4e57a60d489db1d9c6d2a2d7f291e22bee267234-d # internal
2025-08-20T22:41:21.2903855Z [00:03:02.942]➜  golang.org/x/net/http2/h2c
2025-08-20T22:41:21.2904144Z [00:03:02.942]➜  mkdir -p $WORK/b605/
2025-08-20T22:41:21.2904522Z [00:03:02.943]➜  cat >/tmp/go-build3998081543/b605/importcfg << 'EOF' # internal
2025-08-20T22:41:21.2904878Z [00:03:02.943]➜  # import config
2025-08-20T22:41:21.2905215Z [00:03:02.943]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:21.2905922Z [00:03:02.943]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.2906377Z [00:03:02.943]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:21.2906836Z [00:03:02.943]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:21.2907250Z [00:03:02.943]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.2907758Z [00:03:02.943]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3998081543/b521/_pkg_.a
2025-08-20T22:41:21.2908330Z [00:03:02.943]➜  packagefile golang.org/x/net/http2=/tmp/go-build3998081543/b520/_pkg_.a
2025-08-20T22:41:21.2908791Z [00:03:02.943]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.2909191Z [00:03:02.943]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:21.2909595Z [00:03:02.943]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:21.2910017Z [00:03:02.943]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:21.2910757Z [00:03:02.943]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:21.2911191Z [00:03:02.943]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:21.2911602Z [00:03:02.943]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:21.2911920Z [00:03:02.943]➜  EOF
2025-08-20T22:41:21.2913608Z [00:03:02.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b605/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/h2c=>golang.org/x/net@v0.41.0/http2/h2c;$WORK/b605=>" -p golang.org/x/net/http2/h2c -lang=go1.23 -complete -installsuffix shared -buildid QuUzJN9-X_RcF3XgmYYW/QuUzJN9-X_RcF3XgmYYW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b605/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http2/h2c/h2c.go
2025-08-20T22:41:21.3192591Z [00:03:02.971]➜  go tool buildid -w $WORK/b601/_pkg_.a # internal
2025-08-20T22:41:21.3207203Z [00:03:02.973]➜  cp $WORK/b601/_pkg_.a /root/.cache/go-build/bc/bcf211987cf196712deef7d8fc16f6859283b0622724a8c5e106e62ddc9e2fbb-d # internal
2025-08-20T22:41:21.3214712Z [00:03:02.973]➜  github.com/labstack/gommon/log
2025-08-20T22:41:21.3215036Z [00:03:02.973]➜  mkdir -p $WORK/b600/
2025-08-20T22:41:21.3215555Z [00:03:02.973]➜  cat >/tmp/go-build3998081543/b600/importcfg << 'EOF' # internal
2025-08-20T22:41:21.3215956Z [00:03:02.973]➜  # import config
2025-08-20T22:41:21.3216311Z [00:03:02.973]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.3216796Z [00:03:02.973]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:21.3217239Z [00:03:02.973]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.3217760Z [00:03:02.973]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build3998081543/b599/_pkg_.a
2025-08-20T22:41:21.3218349Z [00:03:02.973]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3998081543/b184/_pkg_.a
2025-08-20T22:41:21.3218938Z [00:03:02.973]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3998081543/b185/_pkg_.a
2025-08-20T22:41:21.3219516Z [00:03:02.973]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build3998081543/b601/_pkg_.a
2025-08-20T22:41:21.3222291Z [00:03:02.973]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.3222795Z [00:03:02.973]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:21.3223213Z [00:03:02.973]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:21.3223784Z [00:03:02.973]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:21.3224271Z [00:03:02.973]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:21.3224697Z [00:03:02.973]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:21.3225135Z [00:03:02.973]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:21.3225967Z [00:03:02.973]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:21.3226295Z [00:03:02.973]➜  EOF
2025-08-20T22:41:21.3228373Z [00:03:02.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/gommon@v0.4.0/log=>github.com/labstack/gommon@v0.4.0/log;$WORK/b600=>" -p github.com/labstack/gommon/log -lang=go1.12 -complete -installsuffix shared -buildid CiWBaFIuB46QUAworrjs/CiWBaFIuB46QUAworrjs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b600/importcfg -pack /root/go/pkg/mod/github.com/labstack/gommon@v0.4.0/log/color.go /root/go/pkg/mod/github.com/labstack/gommon@v0.4.0/log/log.go
2025-08-20T22:41:21.3470260Z [00:03:02.999]➜  go tool buildid -w $WORK/b605/_pkg_.a # internal
2025-08-20T22:41:21.3504934Z [00:03:03.003]➜  cp $WORK/b605/_pkg_.a /root/.cache/go-build/05/0567b7b28998f25015094a113c17c162510faf4bb451cd55a83b7eea82178f8a-d # internal
2025-08-20T22:41:21.3545602Z [00:03:03.007]➜  github.com/linkedin/goavro/v2
2025-08-20T22:41:21.3670715Z [00:03:03.019]➜  mkdir -p $WORK/b606/
2025-08-20T22:41:21.3672653Z [00:03:03.020]➜  cat >/tmp/go-build3998081543/b606/importcfg << 'EOF' # internal
2025-08-20T22:41:21.3675640Z [00:03:03.020]➜  # import config
2025-08-20T22:41:21.3676577Z [00:03:03.020]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.3677311Z [00:03:03.020]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:41:21.3678215Z [00:03:03.020]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:21.3679449Z [00:03:03.020]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:21.3680219Z [00:03:03.020]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:21.3681064Z [00:03:03.020]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:21.3696727Z [00:03:03.020]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:21.3697442Z [00:03:03.020]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.3698501Z [00:03:03.020]➜  packagefile github.com/golang/snappy=/tmp/go-build3998081543/b395/_pkg_.a
2025-08-20T22:41:21.3699406Z [00:03:03.020]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:21.3700086Z [00:03:03.020]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.3701014Z [00:03:03.020]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:21.3701662Z [00:03:03.020]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:21.3702209Z [00:03:03.020]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:21.3703032Z [00:03:03.020]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:21.3703671Z [00:03:03.020]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:21.3704277Z [00:03:03.020]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:21.3705297Z [00:03:03.020]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:21.3706600Z [00:03:03.020]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:21.3707029Z [00:03:03.020]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:21.3707728Z [00:03:03.020]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:21.3708235Z [00:03:03.020]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:21.3708698Z [00:03:03.020]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:21.3709146Z [00:03:03.020]➜  EOF
2025-08-20T22:41:21.3716276Z [00:03:03.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0=>github.com/linkedin/goavro/v2@v2.12.0;$WORK/b606=>" -p github.com/linkedin/goavro/v2 -lang=go1.12 -complete -installsuffix shared -buildid QqrzlGv7o6DlfAgU4feg/QqrzlGv7o6DlfAgU4feg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b606/importcfg -pack /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/array.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/binaryReader.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/boolean.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/bytes.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/canonical.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/codec.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/debug_release.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/doc.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/enum.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/fixed.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/floatingPoint.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/integer.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/logical_type.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/map.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/name.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/null.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/ocf.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/ocf_reader.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/ocf_writer.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/rabin.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/record.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/text.go /root/go/pkg/mod/github.com/linkedin/goavro/v2@v2.12.0/union.go
2025-08-20T22:41:21.3792468Z [00:03:03.031]➜  go tool buildid -w $WORK/b600/_pkg_.a # internal
2025-08-20T22:41:21.3804469Z [00:03:03.033]➜  cp $WORK/b600/_pkg_.a /root/.cache/go-build/85/8510f33d02b786c6c6da5df7db88a2e3146355234c6cb712d62813c41c3a419f-d # internal
2025-08-20T22:41:21.3813133Z [00:03:03.034]➜  github.com/imdario/mergo
2025-08-20T22:41:21.3821792Z [00:03:03.034]➜  mkdir -p $WORK/b608/
2025-08-20T22:41:21.3822249Z [00:03:03.034]➜  cat >/tmp/go-build3998081543/b608/importcfg << 'EOF' # internal
2025-08-20T22:41:21.3822930Z [00:03:03.034]➜  # import config
2025-08-20T22:41:21.3823280Z [00:03:03.034]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:21.3823698Z [00:03:03.034]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.3824126Z [00:03:03.034]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:21.3824554Z [00:03:03.034]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:21.3825010Z [00:03:03.034]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:21.3825468Z [00:03:03.034]➜  EOF
2025-08-20T22:41:21.3827822Z [00:03:03.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/imdario/mergo@v0.3.16=>github.com/imdario/mergo@v0.3.16;$WORK/b608=>" -p github.com/imdario/mergo -lang=go1.13 -complete -installsuffix shared -buildid BNEf_rb8AOrBlGAaoof-/BNEf_rb8AOrBlGAaoof- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b608/importcfg -pack /root/go/pkg/mod/github.com/imdario/mergo@v0.3.16/doc.go /root/go/pkg/mod/github.com/imdario/mergo@v0.3.16/map.go /root/go/pkg/mod/github.com/imdario/mergo@v0.3.16/merge.go /root/go/pkg/mod/github.com/imdario/mergo@v0.3.16/mergo.go
2025-08-20T22:41:21.4383953Z [00:03:03.090]➜  go tool buildid -w $WORK/b603/_pkg_.a # internal
2025-08-20T22:41:21.4433094Z [00:03:03.095]➜  cp $WORK/b603/_pkg_.a /root/.cache/go-build/a2/a2f348b202b4fbdea1934acb316aa64e0febc3a917d8f13b8036fba22b088881-d # internal
2025-08-20T22:41:21.4436808Z [00:03:03.095]➜  golang.org/x/crypto/acme/autocert
2025-08-20T22:41:21.4437210Z [00:03:03.095]➜  mkdir -p $WORK/b604/
2025-08-20T22:41:21.4437596Z [00:03:03.095]➜  cat >/tmp/go-build3998081543/b604/importcfg << 'EOF' # internal
2025-08-20T22:41:21.4437947Z [00:03:03.095]➜  # import config
2025-08-20T22:41:21.4438289Z [00:03:03.095]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.4438716Z [00:03:03.095]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:21.4439172Z [00:03:03.095]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:21.4439616Z [00:03:03.095]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:21.4440099Z [00:03:03.095]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:21.4440571Z [00:03:03.095]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:21.4441032Z [00:03:03.095]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:21.4441488Z [00:03:03.095]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:21.4441943Z [00:03:03.095]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:21.4442417Z [00:03:03.095]➜  packagefile crypto/x509/pkix=/tmp/go-build3998081543/b169/_pkg_.a
2025-08-20T22:41:21.4442893Z [00:03:03.095]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:21.4443597Z [00:03:03.095]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:21.4444011Z [00:03:03.095]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.4444496Z [00:03:03.095]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build3998081543/b603/_pkg_.a
2025-08-20T22:41:21.4445033Z [00:03:03.095]➜  packagefile golang.org/x/net/idna=/tmp/go-build3998081543/b522/_pkg_.a
2025-08-20T22:41:21.4445696Z [00:03:03.095]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.4446121Z [00:03:03.095]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:21.4446548Z [00:03:03.095]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:21.4446970Z [00:03:03.095]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:21.4447390Z [00:03:03.095]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:21.4447803Z [00:03:03.095]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:21.4448470Z [00:03:03.095]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:21.4448914Z [00:03:03.095]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:21.4449369Z [00:03:03.095]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:21.4449797Z [00:03:03.095]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:21.4450206Z [00:03:03.095]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:21.4450512Z [00:03:03.095]➜  EOF
2025-08-20T22:41:21.4453142Z [00:03:03.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b604/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert=>golang.org/x/crypto@v0.39.0/acme/autocert;$WORK/b604=>" -p golang.org/x/crypto/acme/autocert -lang=go1.23 -complete -installsuffix shared -buildid RFQod1SGmK0FkfQmJ2Oh/RFQod1SGmK0FkfQmJ2Oh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b604/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert/autocert.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert/cache.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert/listener.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/acme/autocert/renewal.go
2025-08-20T22:41:21.4727196Z [00:03:03.125]➜  go tool buildid -w $WORK/b608/_pkg_.a # internal
2025-08-20T22:41:21.4749134Z [00:03:03.126]➜  cp $WORK/b608/_pkg_.a /root/.cache/go-build/f5/f513ca98b25a0603acd361acffd4c7b3de7f69f59de23bc75717e20cc7296616-d # internal
2025-08-20T22:41:21.4750083Z [00:03:03.126]➜  github.com/nqd/flat
2025-08-20T22:41:21.4750458Z [00:03:03.126]➜  mkdir -p $WORK/b607/
2025-08-20T22:41:21.4750835Z [00:03:03.127]➜  cat >/tmp/go-build3998081543/b607/importcfg << 'EOF' # internal
2025-08-20T22:41:21.4751181Z [00:03:03.127]➜  # import config
2025-08-20T22:41:21.4751592Z [00:03:03.127]➜  packagefile github.com/imdario/mergo=/tmp/go-build3998081543/b608/_pkg_.a
2025-08-20T22:41:21.4752105Z [00:03:03.127]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:21.4752547Z [00:03:03.127]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:21.4752976Z [00:03:03.127]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:21.4753295Z [00:03:03.127]➜  EOF
2025-08-20T22:41:21.4755066Z [00:03:03.127]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/nqd/flat@v0.1.1=>github.com/nqd/flat@v0.1.1;$WORK/b607=>" -p github.com/nqd/flat -lang=go1.16 -complete -installsuffix shared -buildid G579W1z-ZosnMyLs4W1o/G579W1z-ZosnMyLs4W1o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b607/importcfg -pack /root/go/pkg/mod/github.com/nqd/flat@v0.1.1/doc.go /root/go/pkg/mod/github.com/nqd/flat@v0.1.1/flat.go
2025-08-20T22:41:21.5104243Z [00:03:03.163]➜  go tool buildid -w $WORK/b607/_pkg_.a # internal
2025-08-20T22:41:21.5109886Z [00:03:03.163]➜  cp $WORK/b607/_pkg_.a /root/.cache/go-build/43/436607c7dcd29c030d17bdc6ac502e31f11f3dfc82db90f1d8d7a4c0d7457607-d # internal
2025-08-20T22:41:21.5110893Z [00:03:03.163]➜  container/heap
2025-08-20T22:41:21.5111664Z [00:03:03.163]➜  mkdir -p $WORK/b610/
2025-08-20T22:41:21.5113349Z [00:03:03.164]➜  cat >/tmp/go-build3998081543/b610/importcfg << 'EOF' # internal
2025-08-20T22:41:21.5114330Z [00:03:03.164]➜  # import config
2025-08-20T22:41:21.5115006Z [00:03:03.164]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:21.5115748Z [00:03:03.164]➜  EOF
2025-08-20T22:41:21.5121221Z [00:03:03.164]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b610/_pkg_.a -trimpath "/root/.go/src/container/heap=>container/heap;$WORK/b610=>" -p container/heap -lang=go1.25 -std -complete -installsuffix shared -buildid WYXxy7DxO4fZF5d-Nn7F/WYXxy7DxO4fZF5d-Nn7F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b610/importcfg -pack /root/.go/src/container/heap/heap.go
2025-08-20T22:41:21.5271024Z [00:03:03.179]➜  go tool buildid -w $WORK/b369/_pkg_.a # internal
2025-08-20T22:41:21.5368546Z [00:03:03.189]➜  cp $WORK/b369/_pkg_.a /root/.cache/go-build/28/289b03552183456da806262316ec0eb775d1a0000d3a710196fd07ed02b38dfc-d # internal
2025-08-20T22:41:21.5371617Z [00:03:03.190]➜  github.com/goccy/go-json/internal/encoder/vm
2025-08-20T22:41:21.5378246Z [00:03:03.190]➜  mkdir -p $WORK/b368/
2025-08-20T22:41:21.5380262Z [00:03:03.190]➜  cat >/tmp/go-build3998081543/b368/importcfg << 'EOF' # internal
2025-08-20T22:41:21.5381244Z [00:03:03.190]➜  # import config
2025-08-20T22:41:21.5381885Z [00:03:03.190]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:21.5382663Z [00:03:03.190]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.5383604Z [00:03:03.190]➜  packagefile github.com/goccy/go-json/internal/encoder=/tmp/go-build3998081543/b367/_pkg_.a
2025-08-20T22:41:21.5384569Z [00:03:03.190]➜  packagefile github.com/goccy/go-json/internal/encoder/vm_indent=/tmp/go-build3998081543/b369/_pkg_.a
2025-08-20T22:41:21.5385942Z [00:03:03.190]➜  packagefile github.com/goccy/go-json/internal/runtime=/tmp/go-build3998081543/b366/_pkg_.a
2025-08-20T22:41:21.5386970Z [00:03:03.190]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.5387601Z [00:03:03.190]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:21.5388652Z [00:03:03.190]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:21.5389617Z [00:03:03.190]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:21.5390140Z [00:03:03.190]➜  EOF
2025-08-20T22:41:21.5393649Z [00:03:03.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b368/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm=>github.com/goccy/go-json@v0.10.5/internal/encoder/vm;$WORK/b368=>" -p github.com/goccy/go-json/internal/encoder/vm -lang=go1.19 -complete -installsuffix shared -buildid C62MOaU_LpNrRaeAVDaz/C62MOaU_LpNrRaeAVDaz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b368/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm/debug_vm.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm/hack.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm/util.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/internal/encoder/vm/vm.go
2025-08-20T22:41:21.5421929Z [00:03:03.194]➜  go tool buildid -w $WORK/b610/_pkg_.a # internal
2025-08-20T22:41:21.5455513Z [00:03:03.198]➜  cp $WORK/b610/_pkg_.a /root/.cache/go-build/83/831086c6bbf1265ace41d8c955aba22443f961926f0b08a687e73c7c5d244ac6-d # internal
2025-08-20T22:41:21.5457291Z [00:03:03.198]➜  github.com/olekukonko/tablewriter
2025-08-20T22:41:21.5457859Z [00:03:03.198]➜  mkdir -p $WORK/b611/
2025-08-20T22:41:21.5463177Z [00:03:03.199]➜  cat >/tmp/go-build3998081543/b611/importcfg << 'EOF' # internal
2025-08-20T22:41:21.5463641Z [00:03:03.199]➜  # import config
2025-08-20T22:41:21.5466207Z [00:03:03.199]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.5467017Z [00:03:03.199]➜  packagefile encoding/csv=/tmp/go-build3998081543/b303/_pkg_.a
2025-08-20T22:41:21.5467464Z [00:03:03.199]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.5467969Z [00:03:03.199]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3998081543/b078/_pkg_.a
2025-08-20T22:41:21.5468458Z [00:03:03.199]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.5468868Z [00:03:03.199]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:21.5469279Z [00:03:03.199]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:21.5469691Z [00:03:03.199]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:21.5470117Z [00:03:03.199]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:21.5470545Z [00:03:03.199]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:21.5470868Z [00:03:03.199]➜  EOF
2025-08-20T22:41:21.5473755Z [00:03:03.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5=>github.com/olekukonko/tablewriter@v0.0.5;$WORK/b611=>" -p github.com/olekukonko/tablewriter -lang=go1.12 -complete -installsuffix shared -buildid tP1U2qRx2Dd9NBq4th8Y/tP1U2qRx2Dd9NBq4th8Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b611/importcfg -pack /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/csv.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/table.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/table_with_color.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/util.go /root/go/pkg/mod/github.com/olekukonko/tablewriter@v0.0.5/wrap.go
2025-08-20T22:41:21.6435960Z [00:03:03.296]➜  go tool buildid -w $WORK/b604/_pkg_.a # internal
2025-08-20T22:41:21.6437135Z [00:03:03.296]➜  go tool buildid -w $WORK/b611/_pkg_.a # internal
2025-08-20T22:41:21.6458570Z [00:03:03.298]➜  cp $WORK/b611/_pkg_.a /root/.cache/go-build/11/11aeadcbfa7c41c83a90cacf2c9b465ceb7b7feb746cc1eb1c9da7178273d68b-d # internal
2025-08-20T22:41:21.6460656Z [00:03:03.298]➜  github.com/parquet-go/parquet-go/bloom/xxhash
2025-08-20T22:41:21.6461606Z [00:03:03.298]➜  mkdir -p $WORK/b613/
2025-08-20T22:41:21.6468024Z [00:03:03.298]➜  cat >/tmp/go-build3998081543/b613/importcfg << 'EOF' # internal
2025-08-20T22:41:21.6468477Z [00:03:03.298]➜  # import config
2025-08-20T22:41:21.6468858Z [00:03:03.298]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:21.6469455Z [00:03:03.298]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:21.6469880Z [00:03:03.298]➜  EOF
2025-08-20T22:41:21.6472914Z [00:03:03.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/xxhash=>github.com/parquet-go/parquet-go@v0.23.0/bloom/xxhash;$WORK/b613=>" -p github.com/parquet-go/parquet-go/bloom/xxhash -lang=go1.21 -complete -installsuffix shared -buildid p1kCspfAD9bV4iU2cE30/p1kCspfAD9bV4iU2cE30 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b613/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/xxhash/sum64uint.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/xxhash/sum64uint_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/xxhash/xxhash.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/xxhash/xxhash_purego.go
2025-08-20T22:41:21.6476087Z [00:03:03.298]➜  cp $WORK/b604/_pkg_.a /root/.cache/go-build/f6/f6c76534868d9c4609acced197ccfc72de5e94b8f229e91113cf6b12b6bc518a-d # internal
2025-08-20T22:41:21.6578376Z [00:03:03.310]➜  github.com/labstack/echo/v4
2025-08-20T22:41:21.6581578Z [00:03:03.310]➜  mkdir -p $WORK/b598/
2025-08-20T22:41:21.6587932Z [00:03:03.311]➜  cat >/tmp/go-build3998081543/b598/importcfg << 'EOF' # internal
2025-08-20T22:41:21.6592722Z [00:03:03.311]➜  # import config
2025-08-20T22:41:21.6595330Z [00:03:03.311]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:21.6596150Z [00:03:03.311]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.6596577Z [00:03:03.311]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:21.6597034Z [00:03:03.311]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:21.6597477Z [00:03:03.311]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:21.6597931Z [00:03:03.311]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:21.6598406Z [00:03:03.311]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:21.6598849Z [00:03:03.311]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:21.6599261Z [00:03:03.311]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.6599779Z [00:03:03.311]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build3998081543/b599/_pkg_.a
2025-08-20T22:41:21.6600383Z [00:03:03.311]➜  packagefile github.com/labstack/gommon/log=/tmp/go-build3998081543/b600/_pkg_.a
2025-08-20T22:41:21.6600947Z [00:03:03.311]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build3998081543/b603/_pkg_.a
2025-08-20T22:41:21.6601533Z [00:03:03.311]➜  packagefile golang.org/x/crypto/acme/autocert=/tmp/go-build3998081543/b604/_pkg_.a
2025-08-20T22:41:21.6602105Z [00:03:03.311]➜  packagefile golang.org/x/net/http2=/tmp/go-build3998081543/b520/_pkg_.a
2025-08-20T22:41:21.6602656Z [00:03:03.311]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build3998081543/b605/_pkg_.a
2025-08-20T22:41:21.6603129Z [00:03:03.311]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.6603533Z [00:03:03.311]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:21.6603940Z [00:03:03.311]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:21.6604382Z [00:03:03.311]➜  packagefile mime/multipart=/tmp/go-build3998081543/b201/_pkg_.a
2025-08-20T22:41:21.6604826Z [00:03:03.311]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:21.6605249Z [00:03:03.311]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:21.6605916Z [00:03:03.311]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:21.6606561Z [00:03:03.311]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:21.6607062Z [00:03:03.311]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:21.6607619Z [00:03:03.311]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:21.6608109Z [00:03:03.311]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:21.6608535Z [00:03:03.311]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:21.6608960Z [00:03:03.311]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:21.6611503Z [00:03:03.311]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:21.6612001Z [00:03:03.311]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:21.6612314Z [00:03:03.311]➜  EOF
2025-08-20T22:41:21.6616790Z [00:03:03.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2=>github.com/labstack/echo/v4@v4.10.2;$WORK/b598=>" -p github.com/labstack/echo/v4 -lang=go1.17 -complete -installsuffix shared -buildid SkVXS-GAkH_10Rfgy-Fu/SkVXS-GAkH_10Rfgy-Fu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b598/importcfg -pack /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/bind.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/binder.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/context.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/context_fs.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/echo.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/echo_fs.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/group.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/group_fs.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/ip.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/json.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/log.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/response.go /root/go/pkg/mod/github.com/labstack/echo/v4@v4.10.2/router.go
2025-08-20T22:41:21.6770759Z [00:03:03.329]➜  go tool buildid -w $WORK/b606/_pkg_.a # internal
2025-08-20T22:41:21.6796947Z [00:03:03.332]➜  go tool buildid -w $WORK/b613/_pkg_.a # internal
2025-08-20T22:41:21.6804491Z [00:03:03.333]➜  cp $WORK/b613/_pkg_.a /root/.cache/go-build/fc/fcb9d7dccbedfbb64b0d264f12f68a83691bffa29f009d7d463561ad2aed0909-d # internal
2025-08-20T22:41:21.6811315Z [00:03:03.333]➜  cp $WORK/b606/_pkg_.a /root/.cache/go-build/ae/ae2b56c0dbb73fae4b1fd93aacae3d8649ea4d1750a819a6f7bcccde3f7af203-d # internal
2025-08-20T22:41:21.6812036Z [00:03:03.333]➜  github.com/parquet-go/parquet-go/deprecated
2025-08-20T22:41:21.6812408Z [00:03:03.333]➜  mkdir -p $WORK/b616/
2025-08-20T22:41:21.6812800Z [00:03:03.333]➜  cat >/tmp/go-build3998081543/b616/importcfg << 'EOF' # internal
2025-08-20T22:41:21.6813149Z [00:03:03.333]➜  # import config
2025-08-20T22:41:21.6813503Z [00:03:03.333]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:21.6813961Z [00:03:03.333]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:21.6814289Z [00:03:03.333]➜  EOF
2025-08-20T22:41:21.6816745Z [00:03:03.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/deprecated=>github.com/parquet-go/parquet-go@v0.23.0/deprecated;$WORK/b616=>" -p github.com/parquet-go/parquet-go/deprecated -lang=go1.21 -complete -installsuffix shared -buildid Ft1Hmm9PYicUn4S5skIG/Ft1Hmm9PYicUn4S5skIG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b616/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/deprecated/int96.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/deprecated/parquet.go
2025-08-20T22:41:21.6818852Z [00:03:03.334]➜  github.com/parquet-go/parquet-go/bloom
2025-08-20T22:41:21.6819162Z [00:03:03.334]➜  mkdir -p $WORK/b612/
2025-08-20T22:41:21.6825089Z [00:03:03.335]➜  cat >/tmp/go-build3998081543/b612/importcfg << 'EOF' # internal
2025-08-20T22:41:21.6826903Z [00:03:03.335]➜  # import config
2025-08-20T22:41:21.6827514Z [00:03:03.335]➜  packagefile github.com/parquet-go/parquet-go/bloom/xxhash=/tmp/go-build3998081543/b613/_pkg_.a
2025-08-20T22:41:21.6828167Z [00:03:03.335]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.6828651Z [00:03:03.335]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:21.6828968Z [00:03:03.335]➜  EOF
2025-08-20T22:41:21.6833005Z [00:03:03.335]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom=>github.com/parquet-go/parquet-go@v0.23.0/bloom;$WORK/b612=>" -p github.com/parquet-go/parquet-go/bloom -lang=go1.21 -complete -installsuffix shared -buildid JXymwLEAiq2uJ1ub0joz/JXymwLEAiq2uJ1ub0joz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b612/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/block.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/block_optimized.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/bloom.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/filter.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/filter_default.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom/hash.go
2025-08-20T22:41:21.7091357Z [00:03:03.361]➜  go tool buildid -w $WORK/b616/_pkg_.a # internal
2025-08-20T22:41:21.7098533Z [00:03:03.362]➜  cp $WORK/b616/_pkg_.a /root/.cache/go-build/a0/a0d729970b6e7d1cf00489831f4b3c1e95164ba7b1c9de8d72912e7854e714ad-d # internal
2025-08-20T22:41:21.7100452Z [00:03:03.363]➜  github.com/parquet-go/parquet-go/format
2025-08-20T22:41:21.7102524Z [00:03:03.363]➜  mkdir -p $WORK/b615/
2025-08-20T22:41:21.7105650Z [00:03:03.363]➜  cat >/tmp/go-build3998081543/b615/importcfg << 'EOF' # internal
2025-08-20T22:41:21.7106179Z [00:03:03.363]➜  # import config
2025-08-20T22:41:21.7106573Z [00:03:03.363]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.7107143Z [00:03:03.363]➜  packagefile github.com/parquet-go/parquet-go/deprecated=/tmp/go-build3998081543/b616/_pkg_.a
2025-08-20T22:41:21.7111008Z [00:03:03.363]➜  EOF
2025-08-20T22:41:21.7115117Z [00:03:03.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/format=>github.com/parquet-go/parquet-go@v0.23.0/format;$WORK/b615=>" -p github.com/parquet-go/parquet-go/format -lang=go1.21 -complete -installsuffix shared -buildid -zReFTpFu5PXCcstMJXm/-zReFTpFu5PXCcstMJXm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b615/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/format/parquet.go
2025-08-20T22:41:21.7218812Z [00:03:03.374]➜  go tool buildid -w $WORK/b612/_pkg_.a # internal
2025-08-20T22:41:21.7229526Z [00:03:03.375]➜  cp $WORK/b612/_pkg_.a /root/.cache/go-build/f6/f615cf094055d3eaaa94b48e37dd5f05b666814effa41498ad0084a83603d07f-d # internal
2025-08-20T22:41:21.7231340Z [00:03:03.376]➜  github.com/klauspost/compress/snappy
2025-08-20T22:41:21.7232422Z [00:03:03.376]➜  mkdir -p $WORK/b621/
2025-08-20T22:41:21.7237742Z [00:03:03.376]➜  cat >/tmp/go-build3998081543/b621/importcfg << 'EOF' # internal
2025-08-20T22:41:21.7238767Z [00:03:03.376]➜  # import config
2025-08-20T22:41:21.7239455Z [00:03:03.376]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3998081543/b592/_pkg_.a
2025-08-20T22:41:21.7240150Z [00:03:03.376]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.7240462Z [00:03:03.376]➜  EOF
2025-08-20T22:41:21.7243336Z [00:03:03.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/snappy=>github.com/klauspost/compress@v1.18.0/snappy;$WORK/b621=>" -p github.com/klauspost/compress/snappy -lang=go1.22 -complete -installsuffix shared -buildid mcOF0pkquqQ0G3IehoR0/mcOF0pkquqQ0G3IehoR0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b621/importcfg -pack /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/snappy/decode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/snappy/encode.go /root/go/pkg/mod/github.com/klauspost/compress@v1.18.0/snappy/snappy.go
2025-08-20T22:41:21.7432079Z [00:03:03.394]➜  go tool buildid -w $WORK/b615/_pkg_.a # internal
2025-08-20T22:41:21.7441075Z [00:03:03.395]➜  cp $WORK/b615/_pkg_.a /root/.cache/go-build/3c/3cf235788e08d0a53784e4877faddf6eea4c2a8f16280c257138c08b755bda79-d # internal
2025-08-20T22:41:21.7441950Z [00:03:03.395]➜  github.com/parquet-go/parquet-go/compress
2025-08-20T22:41:21.7442284Z [00:03:03.395]➜  mkdir -p $WORK/b614/
2025-08-20T22:41:21.7446244Z [00:03:03.395]➜  cat >/tmp/go-build3998081543/b614/importcfg << 'EOF' # internal
2025-08-20T22:41:21.7446608Z [00:03:03.395]➜  # import config
2025-08-20T22:41:21.7446950Z [00:03:03.396]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.7447515Z [00:03:03.396]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:21.7448044Z [00:03:03.396]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.7448460Z [00:03:03.396]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:21.7448771Z [00:03:03.396]➜  EOF
2025-08-20T22:41:21.7450748Z [00:03:03.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress=>github.com/parquet-go/parquet-go@v0.23.0/compress;$WORK/b614=>" -p github.com/parquet-go/parquet-go/compress -lang=go1.21 -complete -installsuffix shared -buildid YKM-RD8voIVITm2O2tPU/YKM-RD8voIVITm2O2tPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b614/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/compress.go
2025-08-20T22:41:21.7453022Z [00:03:03.397]➜  go tool buildid -w $WORK/b621/_pkg_.a # internal
2025-08-20T22:41:21.7481751Z [00:03:03.400]➜  cp $WORK/b621/_pkg_.a /root/.cache/go-build/52/523264f31ffcb090bc367a3fdc9a7c6f3d9ade9fa3cc6229b68341e50b6bc7ce-d # internal
2025-08-20T22:41:21.7482727Z [00:03:03.401]➜  github.com/parquet-go/parquet-go/compress/lz4
2025-08-20T22:41:21.7483169Z [00:03:03.401]➜  mkdir -p $WORK/b619/
2025-08-20T22:41:21.7484371Z [00:03:03.401]➜  cat >/tmp/go-build3998081543/b619/importcfg << 'EOF' # internal
2025-08-20T22:41:21.7484745Z [00:03:03.401]➜  # import config
2025-08-20T22:41:21.7485212Z [00:03:03.401]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:21.7488098Z [00:03:03.401]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3998081543/b405/_pkg_.a
2025-08-20T22:41:21.7488509Z [00:03:03.401]➜  EOF
2025-08-20T22:41:21.7490524Z [00:03:03.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/lz4=>github.com/parquet-go/parquet-go@v0.23.0/compress/lz4;$WORK/b619=>" -p github.com/parquet-go/parquet-go/compress/lz4 -lang=go1.21 -complete -installsuffix shared -buildid X_cmHjRIIqQ5dscbOfzd/X_cmHjRIIqQ5dscbOfzd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b619/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/lz4/lz4.go
2025-08-20T22:41:21.7641134Z [00:03:03.416]➜  go tool buildid -w $WORK/b619/_pkg_.a # internal
2025-08-20T22:41:21.7644796Z [00:03:03.416]➜  cp $WORK/b619/_pkg_.a /root/.cache/go-build/ac/ac521e8d3c2a2c46720742b858a246c1b15d7411f441f93d49a48656ca702e9e-d # internal
2025-08-20T22:41:21.7648354Z [00:03:03.416]➜  github.com/parquet-go/parquet-go/compress/snappy
2025-08-20T22:41:21.7648811Z [00:03:03.416]➜  mkdir -p $WORK/b620/
2025-08-20T22:41:21.7649197Z [00:03:03.416]➜  cat >/tmp/go-build3998081543/b620/importcfg << 'EOF' # internal
2025-08-20T22:41:21.7649543Z [00:03:03.416]➜  # import config
2025-08-20T22:41:21.7649999Z [00:03:03.416]➜  packagefile github.com/klauspost/compress/snappy=/tmp/go-build3998081543/b621/_pkg_.a
2025-08-20T22:41:21.7650930Z [00:03:03.416]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:21.7651417Z [00:03:03.416]➜  EOF
2025-08-20T22:41:21.7653613Z [00:03:03.416]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/snappy=>github.com/parquet-go/parquet-go@v0.23.0/compress/snappy;$WORK/b620=>" -p github.com/parquet-go/parquet-go/compress/snappy -lang=go1.21 -complete -installsuffix shared -buildid 203jzRyArzkS1l0Mq_4M/203jzRyArzkS1l0Mq_4M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b620/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/snappy/snappy.go
2025-08-20T22:41:21.7678779Z [00:03:03.420]➜  go tool buildid -w $WORK/b614/_pkg_.a # internal
2025-08-20T22:41:21.7688431Z [00:03:03.421]➜  cp $WORK/b614/_pkg_.a /root/.cache/go-build/e5/e56b7d7ce2e43d924c08759ab376d866a376747651a8fb9edd76b4627c68a055-d # internal
2025-08-20T22:41:21.7696260Z [00:03:03.422]➜  github.com/parquet-go/parquet-go/compress/brotli
2025-08-20T22:41:21.7698964Z [00:03:03.422]➜  mkdir -p $WORK/b617/
2025-08-20T22:41:21.7710897Z [00:03:03.423]➜  cat >/tmp/go-build3998081543/b617/importcfg << 'EOF' # internal
2025-08-20T22:41:21.7711527Z [00:03:03.423]➜  # import config
2025-08-20T22:41:21.7712857Z [00:03:03.423]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3998081543/b385/_pkg_.a
2025-08-20T22:41:21.7714612Z [00:03:03.423]➜  packagefile github.com/parquet-go/parquet-go/compress=/tmp/go-build3998081543/b614/_pkg_.a
2025-08-20T22:41:21.7715641Z [00:03:03.423]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:21.7717243Z [00:03:03.423]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.7717565Z [00:03:03.423]➜  EOF
2025-08-20T22:41:21.7719654Z [00:03:03.424]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/brotli=>github.com/parquet-go/parquet-go@v0.23.0/compress/brotli;$WORK/b617=>" -p github.com/parquet-go/parquet-go/compress/brotli -lang=go1.21 -complete -installsuffix shared -buildid eAKExvhoT88tr5a4NEkU/eAKExvhoT88tr5a4NEkU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b617/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/brotli/brotli.go
2025-08-20T22:41:21.7744071Z [00:03:03.426]➜  go tool buildid -w $WORK/b620/_pkg_.a # internal
2025-08-20T22:41:21.7745932Z [00:03:03.427]➜  cp $WORK/b620/_pkg_.a /root/.cache/go-build/93/93936470012e43749e2fb3b4eb749142f0308a041ba2241a0f3cfbf4029130d0-d # internal
2025-08-20T22:41:21.7747028Z [00:03:03.427]➜  github.com/parquet-go/parquet-go/compress/gzip
2025-08-20T22:41:21.7747516Z [00:03:03.427]➜  mkdir -p $WORK/b618/
2025-08-20T22:41:21.7752066Z [00:03:03.428]➜  cat >/tmp/go-build3998081543/b618/importcfg << 'EOF' # internal
2025-08-20T22:41:21.7752848Z [00:03:03.428]➜  # import config
2025-08-20T22:41:21.7753591Z [00:03:03.428]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3998081543/b396/_pkg_.a
2025-08-20T22:41:21.7754543Z [00:03:03.428]➜  packagefile github.com/parquet-go/parquet-go/compress=/tmp/go-build3998081543/b614/_pkg_.a
2025-08-20T22:41:21.7755695Z [00:03:03.428]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:21.7756468Z [00:03:03.428]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:21.7757266Z [00:03:03.428]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:21.7758015Z [00:03:03.428]➜  EOF
2025-08-20T22:41:21.7760747Z [00:03:03.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/gzip=>github.com/parquet-go/parquet-go@v0.23.0/compress/gzip;$WORK/b618=>" -p github.com/parquet-go/parquet-go/compress/gzip -lang=go1.21 -complete -installsuffix shared -buildid 0ZP5MH39r0cwSMhbm91c/0ZP5MH39r0cwSMhbm91c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b618/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/gzip/gzip.go
2025-08-20T22:41:21.7932967Z [00:03:03.445]➜  go tool buildid -w $WORK/b617/_pkg_.a # internal
2025-08-20T22:41:21.7940934Z [00:03:03.446]➜  cp $WORK/b617/_pkg_.a /root/.cache/go-build/3b/3bec5dfd22e440c33e2f0a33b6397482c3faa88ca0c42f629377b218bdf9c647-d # internal
2025-08-20T22:41:21.7941624Z [00:03:03.446]➜  github.com/parquet-go/parquet-go/compress/uncompressed
2025-08-20T22:41:21.7942587Z [00:03:03.447]➜  mkdir -p $WORK/b622/
2025-08-20T22:41:21.7945786Z [00:03:03.447]➜  cat >/tmp/go-build3998081543/b622/importcfg << 'EOF' # internal
2025-08-20T22:41:21.7946735Z [00:03:03.447]➜  # import config
2025-08-20T22:41:21.7948972Z [00:03:03.447]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:21.7949979Z [00:03:03.447]➜  EOF
2025-08-20T22:41:21.7952525Z [00:03:03.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b622/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/uncompressed=>github.com/parquet-go/parquet-go@v0.23.0/compress/uncompressed;$WORK/b622=>" -p github.com/parquet-go/parquet-go/compress/uncompressed -lang=go1.21 -complete -installsuffix shared -buildid atmMLDaaKR3eQUrUw481/atmMLDaaKR3eQUrUw481 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b622/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/uncompressed/uncompressed.go
2025-08-20T22:41:21.7990345Z [00:03:03.451]➜  go tool buildid -w $WORK/b618/_pkg_.a # internal
2025-08-20T22:41:21.8014615Z [00:03:03.454]➜  cp $WORK/b618/_pkg_.a /root/.cache/go-build/13/13163c27146dbd093f90975e4cc3eebcc78a2f627f220ead9c5d59e150bb0b54-d # internal
2025-08-20T22:41:21.8026477Z [00:03:03.454]➜  github.com/parquet-go/parquet-go/compress/zstd
2025-08-20T22:41:21.8027701Z [00:03:03.454]➜  mkdir -p $WORK/b623/
2025-08-20T22:41:21.8028110Z [00:03:03.454]➜  cat >/tmp/go-build3998081543/b623/importcfg << 'EOF' # internal
2025-08-20T22:41:21.8028459Z [00:03:03.454]➜  # import config
2025-08-20T22:41:21.8028914Z [00:03:03.454]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:41:21.8029552Z [00:03:03.454]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:21.8030073Z [00:03:03.454]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:21.8030383Z [00:03:03.454]➜  EOF
2025-08-20T22:41:21.8057441Z [00:03:03.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b623/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/zstd=>github.com/parquet-go/parquet-go@v0.23.0/compress/zstd;$WORK/b623=>" -p github.com/parquet-go/parquet-go/compress/zstd -lang=go1.21 -complete -installsuffix shared -buildid 6xGOUnh8xig0mp6QZw1p/6xGOUnh8xig0mp6QZw1p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b623/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress/zstd/zstd.go
2025-08-20T22:41:21.8125595Z [00:03:03.465]➜  go tool buildid -w $WORK/b622/_pkg_.a # internal
2025-08-20T22:41:21.8128612Z [00:03:03.465]➜  cp $WORK/b622/_pkg_.a /root/.cache/go-build/49/4940b3f99e7d3636f8bec66bdd7567bd43ca5e5f1582623d30fa68a4666de4c8-d # internal
2025-08-20T22:41:21.8131303Z [00:03:03.466]➜  github.com/parquet-go/parquet-go/internal/unsafecast
2025-08-20T22:41:21.8132152Z [00:03:03.466]➜  mkdir -p $WORK/b625/
2025-08-20T22:41:21.8135716Z [00:03:03.466]➜  cat >/tmp/go-build3998081543/b625/importcfg << 'EOF' # internal
2025-08-20T22:41:21.8136522Z [00:03:03.466]➜  # import config
2025-08-20T22:41:21.8137917Z [00:03:03.466]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:21.8138443Z [00:03:03.466]➜  EOF
2025-08-20T22:41:21.8141175Z [00:03:03.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/unsafecast=>github.com/parquet-go/parquet-go@v0.23.0/internal/unsafecast;$WORK/b625=>" -p github.com/parquet-go/parquet-go/internal/unsafecast -lang=go1.21 -complete -installsuffix shared -buildid rzja6USZJRpEvnH4wmPa/rzja6USZJRpEvnH4wmPa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b625/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/unsafecast/unsafecast.go
2025-08-20T22:41:21.8341990Z [00:03:03.486]➜  go tool buildid -w $WORK/b623/_pkg_.a # internal
2025-08-20T22:41:21.8353864Z [00:03:03.488]➜  cp $WORK/b623/_pkg_.a /root/.cache/go-build/d2/d2e7dd10498495f2b6646a2d19ebc52c5b424c567387e27b59158f1a1a473937-d # internal
2025-08-20T22:41:21.8356060Z [00:03:03.488]➜  github.com/parquet-go/parquet-go/internal/bytealg
2025-08-20T22:41:21.8356721Z [00:03:03.488]➜  mkdir -p $WORK/b632/
2025-08-20T22:41:21.8365249Z [00:03:03.489]➜  cat >/tmp/go-build3998081543/b632/importcfg << 'EOF' # internal
2025-08-20T22:41:21.8366090Z [00:03:03.489]➜  # import config
2025-08-20T22:41:21.8366636Z [00:03:03.489]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:21.8367690Z [00:03:03.489]➜  EOF
2025-08-20T22:41:21.8380700Z [00:03:03.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bytealg=>github.com/parquet-go/parquet-go@v0.23.0/internal/bytealg;$WORK/b632=>" -p github.com/parquet-go/parquet-go/internal/bytealg -lang=go1.21 -complete -installsuffix shared -buildid rT_Mn7aFp8nm7VMv1Eky/rT_Mn7aFp8nm7VMv1Eky -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b632/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bytealg/broadcast_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bytealg/bytealg.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bytealg/count_purego.go
2025-08-20T22:41:21.8577694Z [00:03:03.510]➜  go tool buildid -w $WORK/b632/_pkg_.a # internal
2025-08-20T22:41:21.8580369Z [00:03:03.510]➜  cp $WORK/b632/_pkg_.a /root/.cache/go-build/05/05a70513f3d9d0304f22ae992ad52113e76394d79f7677d0a513f2a74b8deb01-d # internal
2025-08-20T22:41:21.8582052Z [00:03:03.510]➜  github.com/parquet-go/parquet-go/sparse
2025-08-20T22:41:21.8582553Z [00:03:03.510]➜  mkdir -p $WORK/b635/
2025-08-20T22:41:21.8583109Z [00:03:03.511]➜  cat >/tmp/go-build3998081543/b635/importcfg << 'EOF' # internal
2025-08-20T22:41:21.8583846Z [00:03:03.511]➜  # import config
2025-08-20T22:41:21.8584395Z [00:03:03.511]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:21.8585283Z [00:03:03.511]➜  EOF
2025-08-20T22:41:21.8588445Z [00:03:03.511]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/sparse=>github.com/parquet-go/parquet-go@v0.23.0/sparse;$WORK/b635=>" -p github.com/parquet-go/parquet-go/sparse -lang=go1.21 -complete -installsuffix shared -buildid M1yU5OyEFzYTSsIrVbMK/M1yU5OyEFzYTSsIrVbMK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b635/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/sparse/array.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/sparse/gather.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/sparse/gather_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/sparse/sparse.go
2025-08-20T22:41:21.8661076Z [00:03:03.518]➜  go tool buildid -w $WORK/b625/_pkg_.a # internal
2025-08-20T22:41:21.8673127Z [00:03:03.520]➜  cp $WORK/b625/_pkg_.a /root/.cache/go-build/88/88410d4e06273da2a85a62826ab320a6f6ffb6ace38ad62e015fe4ca398f8400-d # internal
2025-08-20T22:41:21.8675065Z [00:03:03.520]➜  github.com/parquet-go/parquet-go/encoding
2025-08-20T22:41:21.8675782Z [00:03:03.520]➜  mkdir -p $WORK/b624/
2025-08-20T22:41:21.8717438Z [00:03:03.521]➜  cat >/tmp/go-build3998081543/b624/importcfg << 'EOF' # internal
2025-08-20T22:41:21.8718115Z [00:03:03.521]➜  # import config
2025-08-20T22:41:21.8718564Z [00:03:03.521]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:21.8718989Z [00:03:03.521]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:21.8719673Z [00:03:03.521]➜  packagefile github.com/parquet-go/parquet-go/deprecated=/tmp/go-build3998081543/b616/_pkg_.a
2025-08-20T22:41:21.8720415Z [00:03:03.521]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:21.8721114Z [00:03:03.521]➜  packagefile github.com/parquet-go/parquet-go/internal/unsafecast=/tmp/go-build3998081543/b625/_pkg_.a
2025-08-20T22:41:21.8721694Z [00:03:03.521]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:21.8722015Z [00:03:03.521]➜  EOF
2025-08-20T22:41:21.8725697Z [00:03:03.523]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b624/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding=>github.com/parquet-go/parquet-go@v0.23.0/encoding;$WORK/b624=>" -p github.com/parquet-go/parquet-go/encoding -lang=go1.21 -complete -installsuffix shared -buildid GPGUO_BX-RCtJXOOcdr4/GPGUO_BX-RCtJXOOcdr4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b624/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/encoding.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/notsupported.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/values.go
2025-08-20T22:41:21.9828510Z [00:03:03.635]➜  go tool buildid -w $WORK/b624/_pkg_.a # internal
2025-08-20T22:41:21.9846982Z [00:03:03.637]➜  cp $WORK/b624/_pkg_.a /root/.cache/go-build/4f/4f0bae7c2ac3d377b605ed67ee887ddb539dc473bf355e0eb353719fd593e369-d # internal
2025-08-20T22:41:21.9855062Z [00:03:03.637]➜  github.com/parquet-go/parquet-go/encoding/bitpacked
2025-08-20T22:41:21.9855613Z [00:03:03.637]➜  mkdir -p $WORK/b626/
2025-08-20T22:41:21.9856025Z [00:03:03.638]➜  cat >/tmp/go-build3998081543/b626/importcfg << 'EOF' # internal
2025-08-20T22:41:21.9856393Z [00:03:03.638]➜  # import config
2025-08-20T22:41:21.9856870Z [00:03:03.638]➜  packagefile github.com/parquet-go/parquet-go/encoding=/tmp/go-build3998081543/b624/_pkg_.a
2025-08-20T22:41:21.9857534Z [00:03:03.638]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:21.9857946Z [00:03:03.638]➜  EOF
2025-08-20T22:41:21.9860146Z [00:03:03.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/bitpacked=>github.com/parquet-go/parquet-go@v0.23.0/encoding/bitpacked;$WORK/b626=>" -p github.com/parquet-go/parquet-go/encoding/bitpacked -lang=go1.21 -complete -installsuffix shared -buildid iPIBBWdc5AEpIub6GM9k/iPIBBWdc5AEpIub6GM9k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b626/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/bitpacked/bitpacked.go
2025-08-20T22:41:21.9989035Z [00:03:03.651]➜  go tool buildid -w $WORK/b635/_pkg_.a # internal
2025-08-20T22:41:22.0012024Z [00:03:03.653]➜  cp $WORK/b635/_pkg_.a /root/.cache/go-build/ef/ef21cc37b03251cd41132bfd38580d4a62d6c8cf60dd97c467a0dd473199cfa8-d # internal
2025-08-20T22:41:22.0014049Z [00:03:03.653]➜  github.com/parquet-go/parquet-go/encoding/bytestreamsplit
2025-08-20T22:41:22.0014493Z [00:03:03.653]➜  mkdir -p $WORK/b627/
2025-08-20T22:41:22.0014873Z [00:03:03.654]➜  cat >/tmp/go-build3998081543/b627/importcfg << 'EOF' # internal
2025-08-20T22:41:22.0015228Z [00:03:03.654]➜  # import config
2025-08-20T22:41:22.0015903Z [00:03:03.654]➜  packagefile github.com/parquet-go/parquet-go/encoding=/tmp/go-build3998081543/b624/_pkg_.a
2025-08-20T22:41:22.0016586Z [00:03:03.654]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:22.0017285Z [00:03:03.654]➜  packagefile github.com/parquet-go/parquet-go/internal/unsafecast=/tmp/go-build3998081543/b625/_pkg_.a
2025-08-20T22:41:22.0017750Z [00:03:03.654]➜  EOF
2025-08-20T22:41:22.0020834Z [00:03:03.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/bytestreamsplit=>github.com/parquet-go/parquet-go@v0.23.0/encoding/bytestreamsplit;$WORK/b627=>" -p github.com/parquet-go/parquet-go/encoding/bytestreamsplit -lang=go1.21 -complete -installsuffix shared -buildid O2yZ97jtKBCW6ogqT7ht/O2yZ97jtKBCW6ogqT7ht -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b627/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/bytestreamsplit/bytestreamsplit.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/bytestreamsplit/bytestreamsplit_purego.go
2025-08-20T22:41:22.0349327Z [00:03:03.687]➜  go tool buildid -w $WORK/b598/_pkg_.a # internal
2025-08-20T22:41:22.0364187Z [00:03:03.688]➜  go tool buildid -w $WORK/b626/_pkg_.a # internal
2025-08-20T22:41:22.0379930Z [00:03:03.690]➜  cp $WORK/b626/_pkg_.a /root/.cache/go-build/5b/5bcb4c387585b4ba5f348b98dd9204f10d1b6a240f34925260de7a0b0e6dde26-d # internal
2025-08-20T22:41:22.0383669Z [00:03:03.690]➜  github.com/parquet-go/parquet-go/internal/bitpack
2025-08-20T22:41:22.0384056Z [00:03:03.690]➜  mkdir -p $WORK/b629/
2025-08-20T22:41:22.0394612Z [00:03:03.692]➜  cat >/tmp/go-build3998081543/b629/importcfg << 'EOF' # internal
2025-08-20T22:41:22.0395229Z [00:03:03.692]➜  # import config
2025-08-20T22:41:22.0396804Z [00:03:03.692]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.0398182Z [00:03:03.692]➜  packagefile github.com/parquet-go/parquet-go/internal/unsafecast=/tmp/go-build3998081543/b625/_pkg_.a
2025-08-20T22:41:22.0399040Z [00:03:03.692]➜  EOF
2025-08-20T22:41:22.0402556Z [00:03:03.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bitpack=>github.com/parquet-go/parquet-go@v0.23.0/internal/bitpack;$WORK/b629=>" -p github.com/parquet-go/parquet-go/internal/bitpack -lang=go1.21 -complete -installsuffix shared -buildid EWTUpU9l5TEDa7oYidxM/EWTUpU9l5TEDa7oYidxM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b629/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bitpack/bitpack.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bitpack/pack.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bitpack/unpack.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bitpack/unpack_int32_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/bitpack/unpack_int64_purego.go
2025-08-20T22:41:22.0407634Z [00:03:03.693]➜  cp $WORK/b598/_pkg_.a /root/.cache/go-build/cd/cdb34e1e84181e5669a67d327027a21b33b38cb6bfe0dd033966223b82e32956-d # internal
2025-08-20T22:41:22.0413161Z [00:03:03.694]➜  go tool buildid -w $WORK/b627/_pkg_.a # internal
2025-08-20T22:41:22.0426939Z [00:03:03.695]➜  github.com/parquet-go/parquet-go/encoding/plain
2025-08-20T22:41:22.0427337Z [00:03:03.695]➜  mkdir -p $WORK/b630/
2025-08-20T22:41:22.0427962Z [00:03:03.695]➜  cp $WORK/b627/_pkg_.a /root/.cache/go-build/3c/3c0880f294cae3bb2b2eb7bb946a7faff2fbe4dd58482230688b86c78dde3fda-d # internal
2025-08-20T22:41:22.0428832Z [00:03:03.695]➜  github.com/parquet-go/parquet-go/hashprobe/aeshash
2025-08-20T22:41:22.0429227Z [00:03:03.695]➜  mkdir -p $WORK/b634/
2025-08-20T22:41:22.0429605Z [00:03:03.695]➜  cat >/tmp/go-build3998081543/b630/importcfg << 'EOF' # internal
2025-08-20T22:41:22.0429953Z [00:03:03.695]➜  # import config
2025-08-20T22:41:22.0430325Z [00:03:03.695]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.0431425Z [00:03:03.695]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.0431993Z [00:03:03.695]➜  packagefile github.com/parquet-go/parquet-go/deprecated=/tmp/go-build3998081543/b616/_pkg_.a
2025-08-20T22:41:22.0433093Z [00:03:03.695]➜  packagefile github.com/parquet-go/parquet-go/encoding=/tmp/go-build3998081543/b624/_pkg_.a
2025-08-20T22:41:22.0433966Z [00:03:03.695]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:22.0435009Z [00:03:03.695]➜  packagefile github.com/parquet-go/parquet-go/internal/unsafecast=/tmp/go-build3998081543/b625/_pkg_.a
2025-08-20T22:41:22.0435803Z [00:03:03.695]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.0436221Z [00:03:03.695]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:22.0436534Z [00:03:03.695]➜  EOF
2025-08-20T22:41:22.0438907Z [00:03:03.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/plain=>github.com/parquet-go/parquet-go@v0.23.0/encoding/plain;$WORK/b630=>" -p github.com/parquet-go/parquet-go/encoding/plain -lang=go1.21 -complete -installsuffix shared -buildid yAINX1Q3_hUoxDk7yje5/yAINX1Q3_hUoxDk7yje5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b630/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/plain/dictionary.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/plain/plain.go
2025-08-20T22:41:22.0441334Z [00:03:03.695]➜  cat >/tmp/go-build3998081543/b634/importcfg << 'EOF' # internal
2025-08-20T22:41:22.0441683Z [00:03:03.695]➜  # import config
2025-08-20T22:41:22.0442141Z [00:03:03.695]➜  packagefile github.com/parquet-go/parquet-go/sparse=/tmp/go-build3998081543/b635/_pkg_.a
2025-08-20T22:41:22.0442561Z [00:03:03.695]➜  EOF
2025-08-20T22:41:22.0445009Z [00:03:03.695]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/hashprobe/aeshash=>github.com/parquet-go/parquet-go@v0.23.0/hashprobe/aeshash;$WORK/b634=>" -p github.com/parquet-go/parquet-go/hashprobe/aeshash -lang=go1.21 -complete -installsuffix shared -buildid VmqV0FXNCWaSpDodGC5X/VmqV0FXNCWaSpDodGC5X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b634/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/hashprobe/aeshash/aeshash.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/hashprobe/aeshash/aeshash_purego.go
2025-08-20T22:41:22.0589897Z [00:03:03.711]➜  go tool buildid -w $WORK/b629/_pkg_.a # internal
2025-08-20T22:41:22.0592437Z [00:03:03.711]➜  cp $WORK/b629/_pkg_.a /root/.cache/go-build/47/47445772345acbb5a06772bad8ebd3740b7478075e8383f0ebb580e36b1cdbbe-d # internal
2025-08-20T22:41:22.0593101Z [00:03:03.712]➜  github.com/parquet-go/parquet-go/encoding/delta
2025-08-20T22:41:22.0595473Z [00:03:03.712]➜  mkdir -p $WORK/b628/
2025-08-20T22:41:22.0606608Z [00:03:03.713]➜  cat >/tmp/go-build3998081543/b628/importcfg << 'EOF' # internal
2025-08-20T22:41:22.0607284Z [00:03:03.713]➜  # import config
2025-08-20T22:41:22.0607651Z [00:03:03.713]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:22.0608113Z [00:03:03.713]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.0608573Z [00:03:03.713]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.0609150Z [00:03:03.713]➜  packagefile github.com/parquet-go/parquet-go/encoding=/tmp/go-build3998081543/b624/_pkg_.a
2025-08-20T22:41:22.0610050Z [00:03:03.713]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:22.0610850Z [00:03:03.713]➜  packagefile github.com/parquet-go/parquet-go/internal/bitpack=/tmp/go-build3998081543/b629/_pkg_.a
2025-08-20T22:41:22.0611597Z [00:03:03.713]➜  packagefile github.com/parquet-go/parquet-go/internal/unsafecast=/tmp/go-build3998081543/b625/_pkg_.a
2025-08-20T22:41:22.0612172Z [00:03:03.713]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.0612579Z [00:03:03.713]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:22.0613003Z [00:03:03.713]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:22.0613575Z [00:03:03.713]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:22.0614046Z [00:03:03.713]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:22.0614356Z [00:03:03.713]➜  EOF
2025-08-20T22:41:22.0620395Z [00:03:03.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/delta=>github.com/parquet-go/parquet-go@v0.23.0/encoding/delta;$WORK/b628=>" -p github.com/parquet-go/parquet-go/encoding/delta -lang=go1.21 -complete -installsuffix shared -buildid pemM3BL6tGm8Keg9l4sw/pemM3BL6tGm8Keg9l4sw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b628/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/delta/binary_packed.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/delta/binary_packed_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/delta/byte_array.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/delta/byte_array_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/delta/delta.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/delta/length_byte_array.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/delta/length_byte_array_purego.go
2025-08-20T22:41:22.0639017Z [00:03:03.716]➜  go tool buildid -w $WORK/b634/_pkg_.a # internal
2025-08-20T22:41:22.0659987Z [00:03:03.718]➜  cp $WORK/b634/_pkg_.a /root/.cache/go-build/e2/e272b2082853e3ad1e90cefe171942fb04508da7a659b633d3532f02a5f55494-d # internal
2025-08-20T22:41:22.0662730Z [00:03:03.719]➜  github.com/parquet-go/parquet-go/encoding/rle
2025-08-20T22:41:22.0663383Z [00:03:03.719]➜  mkdir -p $WORK/b631/
2025-08-20T22:41:22.0664089Z [00:03:03.719]➜  cat >/tmp/go-build3998081543/b631/importcfg << 'EOF' # internal
2025-08-20T22:41:22.0664444Z [00:03:03.719]➜  # import config
2025-08-20T22:41:22.0664820Z [00:03:03.719]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.0668536Z [00:03:03.719]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.0669206Z [00:03:03.719]➜  packagefile github.com/parquet-go/parquet-go/encoding=/tmp/go-build3998081543/b624/_pkg_.a
2025-08-20T22:41:22.0669875Z [00:03:03.719]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:22.0670566Z [00:03:03.719]➜  packagefile github.com/parquet-go/parquet-go/internal/bitpack=/tmp/go-build3998081543/b629/_pkg_.a
2025-08-20T22:41:22.0671286Z [00:03:03.719]➜  packagefile github.com/parquet-go/parquet-go/internal/bytealg=/tmp/go-build3998081543/b632/_pkg_.a
2025-08-20T22:41:22.0672033Z [00:03:03.719]➜  packagefile github.com/parquet-go/parquet-go/internal/unsafecast=/tmp/go-build3998081543/b625/_pkg_.a
2025-08-20T22:41:22.0672593Z [00:03:03.719]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.0673016Z [00:03:03.719]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:22.0673345Z [00:03:03.719]➜  EOF
2025-08-20T22:41:22.0676414Z [00:03:03.719]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/rle=>github.com/parquet-go/parquet-go@v0.23.0/encoding/rle;$WORK/b631=>" -p github.com/parquet-go/parquet-go/encoding/rle -lang=go1.21 -complete -installsuffix shared -buildid x_V9-aMFvOWDImX_9YyT/x_V9-aMFvOWDImX_9YyT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b631/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/rle/dictionary.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/rle/rle.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding/rle/rle_purego.go
2025-08-20T22:41:22.1281561Z [00:03:03.780]➜  go tool buildid -w $WORK/b630/_pkg_.a # internal
2025-08-20T22:41:22.1295320Z [00:03:03.782]➜  cp $WORK/b630/_pkg_.a /root/.cache/go-build/9a/9a17afa7380f89029bf03f4a59449c86c7dea1bea904882b633d291ba613b931-d # internal
2025-08-20T22:41:22.1302558Z [00:03:03.783]➜  github.com/parquet-go/parquet-go/hashprobe/wyhash
2025-08-20T22:41:22.1303482Z [00:03:03.783]➜  mkdir -p $WORK/b636/
2025-08-20T22:41:22.1309920Z [00:03:03.783]➜  cat >/tmp/go-build3998081543/b636/importcfg << 'EOF' # internal
2025-08-20T22:41:22.1310348Z [00:03:03.783]➜  # import config
2025-08-20T22:41:22.1310733Z [00:03:03.783]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.1311321Z [00:03:03.783]➜  packagefile github.com/parquet-go/parquet-go/sparse=/tmp/go-build3998081543/b635/_pkg_.a
2025-08-20T22:41:22.1311864Z [00:03:03.783]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:22.1312516Z [00:03:03.783]➜  EOF
2025-08-20T22:41:22.1314998Z [00:03:03.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/hashprobe/wyhash=>github.com/parquet-go/parquet-go@v0.23.0/hashprobe/wyhash;$WORK/b636=>" -p github.com/parquet-go/parquet-go/hashprobe/wyhash -lang=go1.21 -complete -installsuffix shared -buildid ahkCvZmu6klXGulkwOIG/ahkCvZmu6klXGulkwOIG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b636/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/hashprobe/wyhash/wyhash.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/hashprobe/wyhash/wyhash_purego.go
2025-08-20T22:41:22.1420020Z [00:03:03.794]➜  go tool buildid -w $WORK/b631/_pkg_.a # internal
2025-08-20T22:41:22.1442071Z [00:03:03.797]➜  cp $WORK/b631/_pkg_.a /root/.cache/go-build/12/12e6591f3db24c1cefe1b4945bac7e43b6ffd90c886dba54fafa01a2356b3ce9-d # internal
2025-08-20T22:41:22.1460254Z [00:03:03.798]➜  github.com/parquet-go/parquet-go/internal/debug
2025-08-20T22:41:22.1460627Z [00:03:03.798]➜  mkdir -p $WORK/b637/
2025-08-20T22:41:22.1471524Z [00:03:03.799]➜  cat >/tmp/go-build3998081543/b637/importcfg << 'EOF' # internal
2025-08-20T22:41:22.1472009Z [00:03:03.799]➜  # import config
2025-08-20T22:41:22.1472402Z [00:03:03.799]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:22.1472846Z [00:03:03.799]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.1473261Z [00:03:03.799]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.1473662Z [00:03:03.799]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:22.1474063Z [00:03:03.799]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:22.1474507Z [00:03:03.799]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:22.1474941Z [00:03:03.799]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:22.1475561Z [00:03:03.799]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:22.1475955Z [00:03:03.799]➜  EOF
2025-08-20T22:41:22.1478674Z [00:03:03.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/debug=>github.com/parquet-go/parquet-go@v0.23.0/internal/debug;$WORK/b637=>" -p github.com/parquet-go/parquet-go/internal/debug -lang=go1.21 -complete -installsuffix shared -buildid QsDv1YWrkc7uaEalNGBM/QsDv1YWrkc7uaEalNGBM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b637/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/debug/debug.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/internal/debug/finalizer_on.go
2025-08-20T22:41:22.1603114Z [00:03:03.812]➜  go tool buildid -w $WORK/b636/_pkg_.a # internal
2025-08-20T22:41:22.1610929Z [00:03:03.813]➜  cp $WORK/b636/_pkg_.a /root/.cache/go-build/c7/c707ee22ce80b27ac946515da5f5824d8d17b8965fa590148c83453fb0f547f9-d # internal
2025-08-20T22:41:22.1611980Z [00:03:03.813]➜  github.com/parquet-go/parquet-go/hashprobe
2025-08-20T22:41:22.1612366Z [00:03:03.813]➜  mkdir -p $WORK/b633/
2025-08-20T22:41:22.1614743Z [00:03:03.814]➜  cat >/tmp/go-build3998081543/b633/importcfg << 'EOF' # internal
2025-08-20T22:41:22.1615502Z [00:03:03.814]➜  # import config
2025-08-20T22:41:22.1615971Z [00:03:03.814]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:22.1616461Z [00:03:03.814]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.1617086Z [00:03:03.814]➜  packagefile github.com/parquet-go/parquet-go/hashprobe/aeshash=/tmp/go-build3998081543/b634/_pkg_.a
2025-08-20T22:41:22.1617816Z [00:03:03.814]➜  packagefile github.com/parquet-go/parquet-go/hashprobe/wyhash=/tmp/go-build3998081543/b636/_pkg_.a
2025-08-20T22:41:22.1618559Z [00:03:03.814]➜  packagefile github.com/parquet-go/parquet-go/internal/unsafecast=/tmp/go-build3998081543/b625/_pkg_.a
2025-08-20T22:41:22.1619455Z [00:03:03.814]➜  packagefile github.com/parquet-go/parquet-go/sparse=/tmp/go-build3998081543/b635/_pkg_.a
2025-08-20T22:41:22.1619976Z [00:03:03.814]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:22.1620413Z [00:03:03.814]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:22.1620859Z [00:03:03.814]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:22.1621286Z [00:03:03.814]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:22.1621600Z [00:03:03.814]➜  EOF
2025-08-20T22:41:22.1623932Z [00:03:03.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/hashprobe=>github.com/parquet-go/parquet-go@v0.23.0/hashprobe;$WORK/b633=>" -p github.com/parquet-go/parquet-go/hashprobe -lang=go1.21 -complete -installsuffix shared -buildid q81l4RgQ1W6NcNB4Maqe/q81l4RgQ1W6NcNB4Maqe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b633/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/hashprobe/hashprobe.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/hashprobe/hashprobe_purego.go
2025-08-20T22:41:22.1748160Z [00:03:03.827]➜  go tool buildid -w $WORK/b637/_pkg_.a # internal
2025-08-20T22:41:22.1773412Z [00:03:03.830]➜  cp $WORK/b637/_pkg_.a /root/.cache/go-build/33/336a0a4f37a655f7b1b1cb1f555a7153eb61a4e9134eafb4384c807590ce7565-d # internal
2025-08-20T22:41:22.1774071Z [00:03:03.830]➜  github.com/segmentio/encoding/thrift
2025-08-20T22:41:22.1774381Z [00:03:03.830]➜  mkdir -p $WORK/b638/
2025-08-20T22:41:22.1774758Z [00:03:03.830]➜  cat >/tmp/go-build3998081543/b638/importcfg << 'EOF' # internal
2025-08-20T22:41:22.1775103Z [00:03:03.830]➜  # import config
2025-08-20T22:41:22.1775606Z [00:03:03.830]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:22.1776083Z [00:03:03.830]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:22.1776557Z [00:03:03.830]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.1777011Z [00:03:03.830]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:22.1777423Z [00:03:03.830]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.1777829Z [00:03:03.830]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.1778228Z [00:03:03.830]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:22.1778922Z [00:03:03.830]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:22.1779404Z [00:03:03.830]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:22.1779825Z [00:03:03.830]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:22.1780243Z [00:03:03.830]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:22.1780665Z [00:03:03.830]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:22.1781119Z [00:03:03.830]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:22.1781451Z [00:03:03.830]➜  EOF
2025-08-20T22:41:22.1785985Z [00:03:03.830]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift=>github.com/segmentio/encoding@v0.4.0/thrift;$WORK/b638=>" -p github.com/segmentio/encoding/thrift -lang=go1.18 -complete -installsuffix shared -buildid 2sJgLhPajhE75tv5LpKa/2sJgLhPajhE75tv5LpKa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b638/importcfg -pack /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/binary.go /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/compact.go /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/debug.go /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/decode.go /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/encode.go /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/error.go /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/protocol.go /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/struct.go /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/thrift.go /root/go/pkg/mod/github.com/segmentio/encoding@v0.4.0/thrift/unsafe.go
2025-08-20T22:41:22.2300877Z [00:03:03.882]➜  go tool buildid -w $WORK/b628/_pkg_.a # internal
2025-08-20T22:41:22.2336113Z [00:03:03.885]➜  cp $WORK/b628/_pkg_.a /root/.cache/go-build/2e/2e7f54cc3fca93fe20d20d1b8831426653e7ee544969e5a87ac5cda6e4bb0681-d # internal
2025-08-20T22:41:22.2336774Z [00:03:03.885]➜  github.com/kr/fs
2025-08-20T22:41:22.2337045Z [00:03:03.885]➜  mkdir -p $WORK/b640/
2025-08-20T22:41:22.2344091Z [00:03:03.886]➜  cat >/tmp/go-build3998081543/b640/importcfg << 'EOF' # internal
2025-08-20T22:41:22.2348241Z [00:03:03.887]➜  # import config
2025-08-20T22:41:22.2348631Z [00:03:03.887]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:22.2349367Z [00:03:03.887]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:22.2349812Z [00:03:03.887]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:22.2350153Z [00:03:03.887]➜  EOF
2025-08-20T22:41:22.2351882Z [00:03:03.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kr/fs@v0.1.0=>github.com/kr/fs@v0.1.0;$WORK/b640=>" -p github.com/kr/fs -lang=go1.16 -complete -installsuffix shared -buildid nygy8RjYf7hn4X_V5ruJ/nygy8RjYf7hn4X_V5ruJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b640/importcfg -pack /root/go/pkg/mod/github.com/kr/fs@v0.1.0/filesystem.go /root/go/pkg/mod/github.com/kr/fs@v0.1.0/walk.go
2025-08-20T22:41:22.2353438Z [00:03:03.887]➜  go tool buildid -w $WORK/b633/_pkg_.a # internal
2025-08-20T22:41:22.2371815Z [00:03:03.889]➜  cp $WORK/b633/_pkg_.a /root/.cache/go-build/26/26bc90f53291a25e76e89c5783a5ae6e8b83160e5abe2f42cc7cd9486196d3a4-d # internal
2025-08-20T22:41:22.2476630Z [00:03:03.897]➜  github.com/pkg/sftp/internal/encoding/ssh/filexfer
2025-08-20T22:41:22.2478375Z [00:03:03.897]➜  mkdir -p $WORK/b641/
2025-08-20T22:41:22.2479404Z [00:03:03.900]➜  cat >/tmp/go-build3998081543/b641/importcfg << 'EOF' # internal
2025-08-20T22:41:22.2482167Z [00:03:03.900]➜  # import config
2025-08-20T22:41:22.2483353Z [00:03:03.900]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:22.2484037Z [00:03:03.900]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.2484755Z [00:03:03.900]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:22.2485330Z [00:03:03.900]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.2486025Z [00:03:03.900]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.2486523Z [00:03:03.900]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:22.2486912Z [00:03:03.900]➜  EOF
2025-08-20T22:41:22.2493632Z [00:03:03.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer=>github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer;$WORK/b641=>" -p github.com/pkg/sftp/internal/encoding/ssh/filexfer -lang=go1.15 -complete -installsuffix shared -buildid qm-rdHD1-JtOtxw9sBTk/qm-rdHD1-JtOtxw9sBTk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b641/importcfg -pack /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/attrs.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/buffer.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/extended_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/extensions.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/filexfer.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/fx.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/fxp.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/handle_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/init_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/open_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/path_packets.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/permissions.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/response_packets.go
2025-08-20T22:41:22.2515432Z [00:03:03.904]➜  go tool buildid -w $WORK/b640/_pkg_.a # internal
2025-08-20T22:41:22.2531376Z [00:03:03.905]➜  cp $WORK/b640/_pkg_.a /root/.cache/go-build/8d/8d6ef6987a88ba4257aaafefbf393191df351879454598c3f1cf44e99674a606-d # internal
2025-08-20T22:41:22.2537132Z [00:03:03.905]➜  crypto/mlkem
2025-08-20T22:41:22.2537716Z [00:03:03.905]➜  mkdir -p $WORK/b644/
2025-08-20T22:41:22.2538094Z [00:03:03.905]➜  cat >/tmp/go-build3998081543/b644/importcfg << 'EOF' # internal
2025-08-20T22:41:22.2538442Z [00:03:03.905]➜  # import config
2025-08-20T22:41:22.2538875Z [00:03:03.905]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3998081543/b153/_pkg_.a
2025-08-20T22:41:22.2539273Z [00:03:03.905]➜  EOF
2025-08-20T22:41:22.2540678Z [00:03:03.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b644/_pkg_.a -trimpath "/root/.go/src/crypto/mlkem=>crypto/mlkem;$WORK/b644=>" -p crypto/mlkem -lang=go1.25 -std -complete -installsuffix shared -buildid GI11bdmiG_GokcLD4yPw/GI11bdmiG_GokcLD4yPw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b644/importcfg -pack /root/.go/src/crypto/mlkem/mlkem.go
2025-08-20T22:41:22.2712489Z [00:03:03.923]➜  go tool buildid -w $WORK/b644/_pkg_.a # internal
2025-08-20T22:41:22.2717751Z [00:03:03.924]➜  cp $WORK/b644/_pkg_.a /root/.cache/go-build/42/429c18fff564c3890ce189b5b38b62e770d91ed3940f5d3859f0737d7cde6bf4-d # internal
2025-08-20T22:41:22.2723032Z [00:03:03.925]➜  golang.org/x/crypto/chacha20
2025-08-20T22:41:22.2723936Z [00:03:03.925]➜  mkdir -p $WORK/b645/
2025-08-20T22:41:22.2724808Z [00:03:03.925]➜  echo -n > $WORK/b645/go_asm.h # internal
2025-08-20T22:41:22.2738708Z [00:03:03.926]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20
2025-08-20T22:41:22.2740742Z [00:03:03.926]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20=>golang.org/x/crypto@v0.39.0/chacha20;$WORK/b645=>" -I $WORK/b645/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b645/symabis ./chacha_arm64.s
2025-08-20T22:41:22.2821642Z [00:03:03.935]➜  cat >/tmp/go-build3998081543/b645/importcfg << 'EOF' # internal
2025-08-20T22:41:22.2824280Z [00:03:03.935]➜  # import config
2025-08-20T22:41:22.2824688Z [00:03:03.935]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:22.2825211Z [00:03:03.935]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.2825934Z [00:03:03.935]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:22.2826473Z [00:03:03.935]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3998081543/b646/_pkg_.a
2025-08-20T22:41:22.2827011Z [00:03:03.935]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:22.2827444Z [00:03:03.935]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:22.2827763Z [00:03:03.935]➜  EOF
2025-08-20T22:41:22.2856264Z [00:03:03.936]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:22.2867848Z [00:03:03.939]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b645/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20=>golang.org/x/crypto@v0.39.0/chacha20;$WORK/b645=>" -p golang.org/x/crypto/chacha20 -lang=go1.23 -installsuffix shared -buildid mXDSyWqrTrcbWWg3WE77/mXDSyWqrTrcbWWg3WE77 -goversion go1.25.0 -symabis $WORK/b645/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b645/importcfg -pack -asmhdr $WORK/b645/go_asm.h /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20/chacha_arm64.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20/chacha_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20/xor.go
2025-08-20T22:41:22.3353620Z [00:03:03.987]➜  cd /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20
2025-08-20T22:41:22.3359095Z [00:03:03.988]➜  /root/.go/pkg/tool/linux_arm64/asm -p golang.org/x/crypto/chacha20 -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20=>golang.org/x/crypto@v0.39.0/chacha20;$WORK/b645=>" -I $WORK/b645/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b645/chacha_arm64.o ./chacha_arm64.s
2025-08-20T22:41:22.3461229Z [00:03:03.998]➜  go tool pack r $WORK/b645/_pkg_.a $WORK/b645/chacha_arm64.o # internal
2025-08-20T22:41:22.3462063Z [00:03:03.998]➜  go tool buildid -w $WORK/b645/_pkg_.a # internal
2025-08-20T22:41:22.3470464Z [00:03:03.999]➜  cp $WORK/b645/_pkg_.a /root/.cache/go-build/94/94a4b6011ae4a10f980fa368d4736434df7b5d7cbc67f0a4192085efa7409cd2-d # internal
2025-08-20T22:41:22.3471288Z [00:03:03.999]➜  golang.org/x/crypto/curve25519
2025-08-20T22:41:22.3471723Z [00:03:03.999]➜  mkdir -p $WORK/b647/
2025-08-20T22:41:22.3472849Z [00:03:03.999]➜  cat >/tmp/go-build3998081543/b647/importcfg << 'EOF' # internal
2025-08-20T22:41:22.3473436Z [00:03:03.999]➜  # import config
2025-08-20T22:41:22.3474118Z [00:03:03.999]➜  packagefile crypto/ecdh=/tmp/go-build3998081543/b128/_pkg_.a
2025-08-20T22:41:22.3474938Z [00:03:03.999]➜  EOF
2025-08-20T22:41:22.3475573Z [00:03:03.999]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:22.3477968Z [00:03:03.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b647/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/curve25519=>golang.org/x/crypto@v0.39.0/curve25519;$WORK/b647=>" -p golang.org/x/crypto/curve25519 -lang=go1.23 -complete -installsuffix shared -buildid aYgGNNg8vrUX_NvaIR1r/aYgGNNg8vrUX_NvaIR1r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b647/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/curve25519/curve25519.go
2025-08-20T22:41:22.3705170Z [00:03:04.022]➜  go tool buildid -w $WORK/b647/_pkg_.a # internal
2025-08-20T22:41:22.3706475Z [00:03:04.023]➜  cp $WORK/b647/_pkg_.a /root/.cache/go-build/31/319078936535d751cdd86133f7d9c39f7e1fa98186997548b0f8e72650cfb073-d # internal
2025-08-20T22:41:22.3707171Z [00:03:04.023]➜  golang.org/x/crypto/internal/poly1305
2025-08-20T22:41:22.3707641Z [00:03:04.023]➜  mkdir -p $WORK/b648/
2025-08-20T22:41:22.3710002Z [00:03:04.023]➜  cat >/tmp/go-build3998081543/b648/importcfg << 'EOF' # internal
2025-08-20T22:41:22.3710633Z [00:03:04.023]➜  # import config
2025-08-20T22:41:22.3711193Z [00:03:04.023]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:22.3712049Z [00:03:04.023]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.3712905Z [00:03:04.023]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:22.3713568Z [00:03:04.023]➜  EOF
2025-08-20T22:41:22.3716411Z [00:03:04.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b648/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305=>golang.org/x/crypto@v0.39.0/internal/poly1305;$WORK/b648=>" -p golang.org/x/crypto/internal/poly1305 -lang=go1.23 -complete -installsuffix shared -buildid hQBCUXkrG17LFB4A0lrD/hQBCUXkrG17LFB4A0lrD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b648/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305/mac_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305/poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/internal/poly1305/sum_generic.go
2025-08-20T22:41:22.3875655Z [00:03:04.038]➜  go tool buildid -w $WORK/b638/_pkg_.a # internal
2025-08-20T22:41:22.3924895Z [00:03:04.045]➜  cp $WORK/b638/_pkg_.a /root/.cache/go-build/97/97b6932feb73d15c2c919c7c94d6fbf6e00ca02abed7a39669187857eb5ee844-d # internal
2025-08-20T22:41:22.3963502Z [00:03:04.049]➜  github.com/parquet-go/parquet-go
2025-08-20T22:41:22.3965890Z [00:03:04.049]➜  mkdir -p $WORK/b609/
2025-08-20T22:41:22.3968168Z [00:03:04.049]➜  cat >/tmp/go-build3998081543/b609/importcfg << 'EOF' # internal
2025-08-20T22:41:22.3970984Z [00:03:04.049]➜  # import config
2025-08-20T22:41:22.3971347Z [00:03:04.049]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:22.3971792Z [00:03:04.049]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:22.3972250Z [00:03:04.049]➜  packagefile container/heap=/tmp/go-build3998081543/b610/_pkg_.a
2025-08-20T22:41:22.3972732Z [00:03:04.049]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.3973205Z [00:03:04.049]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:22.3973673Z [00:03:04.049]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:22.3974426Z [00:03:04.049]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:22.3974845Z [00:03:04.049]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.3975318Z [00:03:04.049]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:22.3976101Z [00:03:04.049]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build3998081543/b611/_pkg_.a
2025-08-20T22:41:22.3976741Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/bloom=/tmp/go-build3998081543/b612/_pkg_.a
2025-08-20T22:41:22.3977407Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/bloom/xxhash=/tmp/go-build3998081543/b613/_pkg_.a
2025-08-20T22:41:22.3978079Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/compress=/tmp/go-build3998081543/b614/_pkg_.a
2025-08-20T22:41:22.3978766Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/compress/brotli=/tmp/go-build3998081543/b617/_pkg_.a
2025-08-20T22:41:22.3979479Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/compress/gzip=/tmp/go-build3998081543/b618/_pkg_.a
2025-08-20T22:41:22.3980169Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/compress/lz4=/tmp/go-build3998081543/b619/_pkg_.a
2025-08-20T22:41:22.3981014Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/compress/snappy=/tmp/go-build3998081543/b620/_pkg_.a
2025-08-20T22:41:22.3981922Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/compress/uncompressed=/tmp/go-build3998081543/b622/_pkg_.a
2025-08-20T22:41:22.3982710Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/compress/zstd=/tmp/go-build3998081543/b623/_pkg_.a
2025-08-20T22:41:22.3983396Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/deprecated=/tmp/go-build3998081543/b616/_pkg_.a
2025-08-20T22:41:22.3984061Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/encoding=/tmp/go-build3998081543/b624/_pkg_.a
2025-08-20T22:41:22.3984772Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/encoding/bitpacked=/tmp/go-build3998081543/b626/_pkg_.a
2025-08-20T22:41:22.3998946Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/encoding/bytestreamsplit=/tmp/go-build3998081543/b627/_pkg_.a
2025-08-20T22:41:22.3999874Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/encoding/delta=/tmp/go-build3998081543/b628/_pkg_.a
2025-08-20T22:41:22.4000586Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/encoding/plain=/tmp/go-build3998081543/b630/_pkg_.a
2025-08-20T22:41:22.4001290Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/encoding/rle=/tmp/go-build3998081543/b631/_pkg_.a
2025-08-20T22:41:22.4001954Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:22.4002612Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/hashprobe=/tmp/go-build3998081543/b633/_pkg_.a
2025-08-20T22:41:22.4003651Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/internal/bitpack=/tmp/go-build3998081543/b629/_pkg_.a
2025-08-20T22:41:22.4004532Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/internal/bytealg=/tmp/go-build3998081543/b632/_pkg_.a
2025-08-20T22:41:22.4005246Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/internal/debug=/tmp/go-build3998081543/b637/_pkg_.a
2025-08-20T22:41:22.4006160Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/internal/unsafecast=/tmp/go-build3998081543/b625/_pkg_.a
2025-08-20T22:41:22.4006866Z [00:03:04.049]➜  packagefile github.com/parquet-go/parquet-go/sparse=/tmp/go-build3998081543/b635/_pkg_.a
2025-08-20T22:41:22.4007504Z [00:03:04.049]➜  packagefile github.com/segmentio/encoding/thrift=/tmp/go-build3998081543/b638/_pkg_.a
2025-08-20T22:41:22.4008039Z [00:03:04.049]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:22.4008463Z [00:03:04.049]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.4008876Z [00:03:04.049]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:22.4009285Z [00:03:04.049]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:22.4009708Z [00:03:04.049]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:22.4010149Z [00:03:04.049]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:22.4010571Z [00:03:04.049]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:22.4011011Z [00:03:04.049]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:22.4011465Z [00:03:04.049]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:22.4011897Z [00:03:04.049]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:22.4012347Z [00:03:04.049]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:22.4012789Z [00:03:04.049]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:22.4013214Z [00:03:04.049]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:22.4013633Z [00:03:04.049]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:22.4014060Z [00:03:04.049]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:22.4014670Z [00:03:04.049]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:22.4015172Z [00:03:04.049]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:22.4015863Z [00:03:04.049]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:22.4016355Z [00:03:04.049]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:22.4016808Z [00:03:04.049]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:22.4017141Z [00:03:04.049]➜  EOF
2025-08-20T22:41:22.4033579Z [00:03:04.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0=>github.com/parquet-go/parquet-go@v0.23.0;$WORK/b609=>" -p github.com/parquet-go/parquet-go -lang=go1.21 -complete -installsuffix shared -buildid m727bD9Ghb5SMIBkU-iM/m727bD9Ghb5SMIBkU-iM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b609/importcfg -pack /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/allocator.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/array.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bitmap.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/bloom.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/buffer.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/buffer_pool.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/column.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/column_buffer.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/column_buffer_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/column_chunk.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/column_index.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/column_mapping.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/column_path.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compare.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/compress.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/config.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/convert.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/dedupe.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/dictionary.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/dictionary_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/encoding.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/errors.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/file.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/filter.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/level.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/limits.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/merge.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/multi_row_group.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/node.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/null.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/null_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/offset_index.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/order.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/order_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/page.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/page_bounds.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/page_bounds_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/page_header.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/page_max.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/page_max_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/page_min.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/page_min_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/page_values.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/parquet.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/print.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/reader.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/row.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/row_buffer.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/row_builder.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/row_group.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/scan.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/schema.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/search.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/sorting.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/transform.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/type.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/value.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/values_purego.go /root/go/pkg/mod/github.com/parquet-go/parquet-go@v0.23.0/writer.go
2025-08-20T22:41:22.4117238Z [00:03:04.064]➜  go tool buildid -w $WORK/b641/_pkg_.a # internal
2025-08-20T22:41:22.4146673Z [00:03:04.067]➜  cp $WORK/b641/_pkg_.a /root/.cache/go-build/c3/c3686b10546add3c0c1d61023cfab4ce7798d96772e8bea98ab4976b2ca0d254-d # internal
2025-08-20T22:41:22.4162519Z [00:03:04.068]➜  github.com/pkg/sftp/internal/encoding/ssh/filexfer/openssh
2025-08-20T22:41:22.4164708Z [00:03:04.068]➜  mkdir -p $WORK/b642/
2025-08-20T22:41:22.4165113Z [00:03:04.068]➜  cat >/tmp/go-build3998081543/b642/importcfg << 'EOF' # internal
2025-08-20T22:41:22.4165624Z [00:03:04.068]➜  # import config
2025-08-20T22:41:22.4166448Z [00:03:04.068]➜  packagefile github.com/pkg/sftp/internal/encoding/ssh/filexfer=/tmp/go-build3998081543/b641/_pkg_.a
2025-08-20T22:41:22.4167088Z [00:03:04.068]➜  EOF
2025-08-20T22:41:22.4183794Z [00:03:04.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/openssh=>github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/openssh;$WORK/b642=>" -p github.com/pkg/sftp/internal/encoding/ssh/filexfer/openssh -lang=go1.15 -complete -installsuffix shared -buildid TUInwVz0k9nvdfs_naGI/TUInwVz0k9nvdfs_naGI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b642/importcfg -pack /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/openssh/fsync.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/openssh/hardlink.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/openssh/openssh.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/openssh/posix-rename.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/internal/encoding/ssh/filexfer/openssh/statvfs.go
2025-08-20T22:41:22.4187556Z [00:03:04.070]➜  go tool buildid -w $WORK/b648/_pkg_.a # internal
2025-08-20T22:41:22.4188237Z [00:03:04.070]➜  cp $WORK/b648/_pkg_.a /root/.cache/go-build/5f/5fa359415dd4298bb39f2c6adb70006be354a4f3803b6f5af3463e1f348940cf-d # internal
2025-08-20T22:41:22.4188804Z [00:03:04.071]➜  golang.org/x/crypto/blowfish
2025-08-20T22:41:22.4192344Z [00:03:04.071]➜  mkdir -p $WORK/b650/
2025-08-20T22:41:22.4192757Z [00:03:04.071]➜  cat >/tmp/go-build3998081543/b650/importcfg << 'EOF' # internal
2025-08-20T22:41:22.4193101Z [00:03:04.071]➜  # import config
2025-08-20T22:41:22.4193442Z [00:03:04.071]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:22.4193760Z [00:03:04.071]➜  EOF
2025-08-20T22:41:22.4196378Z [00:03:04.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b650/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blowfish=>golang.org/x/crypto@v0.39.0/blowfish;$WORK/b650=>" -p golang.org/x/crypto/blowfish -lang=go1.23 -complete -installsuffix shared -buildid ZGqYrPyT7uvXUM2LWU-v/ZGqYrPyT7uvXUM2LWU-v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b650/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blowfish/block.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blowfish/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/blowfish/const.go
2025-08-20T22:41:22.4458427Z [00:03:04.098]➜  go tool buildid -w $WORK/b650/_pkg_.a # internal
2025-08-20T22:41:22.4463766Z [00:03:04.099]➜  cp $WORK/b650/_pkg_.a /root/.cache/go-build/00/0070644fccc5b7f18d64d8352421b7fe61ed5b708b2a9e095b9fa70deba23132-d # internal
2025-08-20T22:41:22.4505649Z [00:03:04.103]➜  golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
2025-08-20T22:41:22.4506306Z [00:03:04.103]➜  mkdir -p $WORK/b649/
2025-08-20T22:41:22.4506832Z [00:03:04.103]➜  cat >/tmp/go-build3998081543/b649/importcfg << 'EOF' # internal
2025-08-20T22:41:22.4526584Z [00:03:04.103]➜  # import config
2025-08-20T22:41:22.4527094Z [00:03:04.103]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:22.4527570Z [00:03:04.103]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:22.4528114Z [00:03:04.103]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3998081543/b650/_pkg_.a
2025-08-20T22:41:22.4528505Z [00:03:04.103]➜  EOF
2025-08-20T22:41:22.4530584Z [00:03:04.103]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b649/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/internal/bcrypt_pbkdf=>golang.org/x/crypto@v0.39.0/ssh/internal/bcrypt_pbkdf;$WORK/b649=>" -p golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -lang=go1.23 -complete -installsuffix shared -buildid P8EqIi0yNO3AmP3GO9yK/P8EqIi0yNO3AmP3GO9yK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b649/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/internal/bcrypt_pbkdf/bcrypt_pbkdf.go
2025-08-20T22:41:22.4582111Z [00:03:04.110]➜  go tool buildid -w $WORK/b642/_pkg_.a # internal
2025-08-20T22:41:22.4597035Z [00:03:04.112]➜  cp $WORK/b642/_pkg_.a /root/.cache/go-build/42/4223d685e7960958ffcf94e1a63430b89ea8e2085d532e792a7fce7821bf88f7-d # internal
2025-08-20T22:41:22.4602974Z [00:03:04.113]➜  github.com/segmentio/ksuid
2025-08-20T22:41:22.4603646Z [00:03:04.113]➜  mkdir -p $WORK/b651/
2025-08-20T22:41:22.4613176Z [00:03:04.114]➜  cat >/tmp/go-build3998081543/b651/importcfg << 'EOF' # internal
2025-08-20T22:41:22.4614196Z [00:03:04.114]➜  # import config
2025-08-20T22:41:22.4615793Z [00:03:04.114]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:22.4616872Z [00:03:04.114]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:22.4617425Z [00:03:04.114]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:22.4617939Z [00:03:04.114]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.4618430Z [00:03:04.114]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:22.4618846Z [00:03:04.114]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.4619249Z [00:03:04.114]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.4619660Z [00:03:04.114]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:22.4620090Z [00:03:04.114]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:22.4620513Z [00:03:04.114]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:22.4620928Z [00:03:04.114]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:22.4621236Z [00:03:04.114]➜  EOF
2025-08-20T22:41:22.4624377Z [00:03:04.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4=>github.com/segmentio/ksuid@v1.0.4;$WORK/b651=>" -p github.com/segmentio/ksuid -lang=go1.12 -complete -installsuffix shared -buildid 3zwRRPMElu3YxhT_Eh1j/3zwRRPMElu3YxhT_Eh1j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b651/importcfg -pack /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/base62.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/ksuid.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/rand.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/sequence.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/set.go /root/go/pkg/mod/github.com/segmentio/ksuid@v1.0.4/uint128.go
2025-08-20T22:41:22.4668382Z [00:03:04.119]➜  go tool buildid -w $WORK/b649/_pkg_.a # internal
2025-08-20T22:41:22.4673454Z [00:03:04.120]➜  cp $WORK/b649/_pkg_.a /root/.cache/go-build/83/835d36b4ed39b0e3d5bc660abe5d60b39978b29524a95fd0c624aa39036eeb18-d # internal
2025-08-20T22:41:22.4689069Z [00:03:04.121]➜  golang.org/x/crypto/ssh
2025-08-20T22:41:22.4689412Z [00:03:04.121]➜  mkdir -p $WORK/b643/
2025-08-20T22:41:22.4689815Z [00:03:04.121]➜  cat >/tmp/go-build3998081543/b643/importcfg << 'EOF' # internal
2025-08-20T22:41:22.4690199Z [00:03:04.121]➜  # import config
2025-08-20T22:41:22.4690556Z [00:03:04.121]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:22.4690984Z [00:03:04.121]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:22.4691408Z [00:03:04.121]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:22.4691843Z [00:03:04.121]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:22.4692281Z [00:03:04.121]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:41:22.4692777Z [00:03:04.121]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:22.4693237Z [00:03:04.121]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:41:22.4693688Z [00:03:04.121]➜  packagefile crypto/dsa=/tmp/go-build3998081543/b168/_pkg_.a
2025-08-20T22:41:22.4694147Z [00:03:04.121]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:22.4694980Z [00:03:04.121]➜  packagefile crypto/ed25519=/tmp/go-build3998081543/b147/_pkg_.a
2025-08-20T22:41:22.4695788Z [00:03:04.121]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:22.4696270Z [00:03:04.121]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:22.4696735Z [00:03:04.121]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:22.4697193Z [00:03:04.121]➜  packagefile crypto/mlkem=/tmp/go-build3998081543/b644/_pkg_.a
2025-08-20T22:41:22.4697658Z [00:03:04.121]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:22.4698112Z [00:03:04.121]➜  packagefile crypto/rc4=/tmp/go-build3998081543/b161/_pkg_.a
2025-08-20T22:41:22.4698561Z [00:03:04.121]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:22.4699080Z [00:03:04.121]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:22.4699545Z [00:03:04.121]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:22.4700019Z [00:03:04.121]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:22.4700487Z [00:03:04.121]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:22.4700973Z [00:03:04.121]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:22.4701438Z [00:03:04.121]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:41:22.4701915Z [00:03:04.121]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:22.4702401Z [00:03:04.121]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.4702874Z [00:03:04.121]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:22.4703343Z [00:03:04.121]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:22.4703788Z [00:03:04.121]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:22.4704208Z [00:03:04.121]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.4704711Z [00:03:04.121]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3998081543/b645/_pkg_.a
2025-08-20T22:41:22.4705285Z [00:03:04.121]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3998081543/b647/_pkg_.a
2025-08-20T22:41:22.4706258Z [00:03:04.121]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3998081543/b648/_pkg_.a
2025-08-20T22:41:22.4707077Z [00:03:04.121]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3998081543/b649/_pkg_.a
2025-08-20T22:41:22.4707680Z [00:03:04.121]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:22.4708084Z [00:03:04.121]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.4708484Z [00:03:04.121]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:22.4708892Z [00:03:04.121]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:22.4709322Z [00:03:04.121]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:22.4709765Z [00:03:04.121]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:22.4710191Z [00:03:04.121]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:22.4710597Z [00:03:04.121]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:22.4711012Z [00:03:04.121]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:22.4711437Z [00:03:04.121]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:22.4711863Z [00:03:04.121]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:22.4712275Z [00:03:04.121]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:22.4712694Z [00:03:04.121]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:22.4713119Z [00:03:04.121]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:22.4713750Z [00:03:04.121]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:22.4714317Z [00:03:04.121]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:22.4714757Z [00:03:04.121]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:22.4715067Z [00:03:04.121]➜  EOF
2025-08-20T22:41:22.4721570Z [00:03:04.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b643/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh=>golang.org/x/crypto@v0.39.0/ssh;$WORK/b643=>" -p golang.org/x/crypto/ssh -lang=go1.23 -complete -installsuffix shared -buildid GFOW9WqXKoashscr3VnV/GFOW9WqXKoashscr3VnV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b643/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/buffer.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/certs.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/channel.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/cipher.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/client.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/client_auth.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/common.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/connection.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/doc.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/handshake.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/kex.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/keys.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/messages.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/mlkem.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/mux.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/server.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/session.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/ssh_gss.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/streamlocal.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/tcpip.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ssh/transport.go
2025-08-20T22:41:22.5319753Z [00:03:04.184]➜  go tool buildid -w $WORK/b651/_pkg_.a # internal
2025-08-20T22:41:22.5331155Z [00:03:04.185]➜  cp $WORK/b651/_pkg_.a /root/.cache/go-build/b3/b39d96d5dea7faf73951c667f5beb8b5aa5755f66e3a95d152fef1d4f38f3a6a-d # internal
2025-08-20T22:41:22.5336611Z [00:03:04.186]➜  github.com/shopspring/decimal
2025-08-20T22:41:22.5337634Z [00:03:04.186]➜  mkdir -p $WORK/b652/
2025-08-20T22:41:22.5342866Z [00:03:04.187]➜  cat >/tmp/go-build3998081543/b652/importcfg << 'EOF' # internal
2025-08-20T22:41:22.5343527Z [00:03:04.187]➜  # import config
2025-08-20T22:41:22.5344548Z [00:03:04.187]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:22.5345290Z [00:03:04.187]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:22.5345861Z [00:03:04.187]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.5346279Z [00:03:04.187]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:22.5346729Z [00:03:04.187]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:22.5347162Z [00:03:04.187]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:22.5347590Z [00:03:04.187]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:22.5348026Z [00:03:04.187]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:22.5348344Z [00:03:04.187]➜  EOF
2025-08-20T22:41:22.5350871Z [00:03:04.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/shopspring/decimal@v1.4.0=>github.com/shopspring/decimal@v1.4.0;$WORK/b652=>" -p github.com/shopspring/decimal -lang=go1.10 -complete -installsuffix shared -buildid R6M-1omeNeUxzTf3gT3q/R6M-1omeNeUxzTf3gT3q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b652/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-20T22:41:22.6768914Z [00:03:04.329]➜  go tool buildid -w $WORK/b652/_pkg_.a # internal
2025-08-20T22:41:22.6800922Z [00:03:04.332]➜  cp $WORK/b652/_pkg_.a /root/.cache/go-build/18/18f4ec3bf3928bfd53f8eaa6291265983aab09a897f4dd7de886c56cbf01e44e-d # internal
2025-08-20T22:41:22.6801588Z [00:03:04.332]➜  github.com/slingdata-io/sling-cli/core/env
2025-08-20T22:41:22.6801909Z [00:03:04.332]➜  mkdir -p $WORK/b653/
2025-08-20T22:41:22.6802303Z [00:03:04.332]➜  cat >/tmp/go-build3998081543/b653/importcfg << 'EOF' # internal
2025-08-20T22:41:22.6802654Z [00:03:04.332]➜  # import config
2025-08-20T22:41:22.6802997Z [00:03:04.332]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:41:22.6803413Z [00:03:04.332]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.6803881Z [00:03:04.332]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:41:22.6804455Z [00:03:04.332]➜  packagefile github.com/flarco/g/process=/tmp/go-build3998081543/b293/_pkg_.a
2025-08-20T22:41:22.6805021Z [00:03:04.332]➜  packagefile github.com/kardianos/osext=/tmp/go-build3998081543/b300/_pkg_.a
2025-08-20T22:41:22.6805774Z [00:03:04.332]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3998081543/b185/_pkg_.a
2025-08-20T22:41:22.6806320Z [00:03:04.332]➜  packagefile github.com/rs/zerolog=/tmp/go-build3998081543/b261/_pkg_.a
2025-08-20T22:41:22.6806871Z [00:03:04.332]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:41:22.6807388Z [00:03:04.332]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:41:22.6807892Z [00:03:04.332]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3998081543/b288/_pkg_.a
2025-08-20T22:41:22.6808336Z [00:03:04.332]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:22.6808749Z [00:03:04.332]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:22.6809176Z [00:03:04.332]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:22.6809599Z [00:03:04.332]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:22.6810017Z [00:03:04.332]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:22.6810691Z [00:03:04.332]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:22.6811105Z [00:03:04.332]➜  EOF
2025-08-20T22:41:22.6811440Z [00:03:04.332]➜  cat >/tmp/go-build3998081543/b653/embedcfg << 'EOF' # internal
2025-08-20T22:41:22.6811871Z [00:03:04.332]➜  {
2025-08-20T22:41:22.6812148Z [00:03:04.332]➜  	"Patterns": {
2025-08-20T22:41:22.6812380Z [00:03:04.332]➜  		"*": [
2025-08-20T22:41:22.6812620Z [00:03:04.332]➜  			"default.env.yaml",
2025-08-20T22:41:22.6812875Z [00:03:04.332]➜  			"env.go",
2025-08-20T22:41:22.6813109Z [00:03:04.332]➜  			"envfile.go",
2025-08-20T22:41:22.6813349Z [00:03:04.332]➜  			"vars.go"
2025-08-20T22:41:22.6813572Z [00:03:04.332]➜  		]
2025-08-20T22:41:22.6813772Z [00:03:04.332]➜  	},
2025-08-20T22:41:22.6813978Z [00:03:04.332]➜  	"Files": {
2025-08-20T22:41:22.6814385Z [00:03:04.332]➜  		"default.env.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/default.env.yaml",
2025-08-20T22:41:22.6814868Z [00:03:04.332]➜  		"env.go": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/env.go",
2025-08-20T22:41:22.6815325Z [00:03:04.332]➜  		"envfile.go": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/envfile.go",
2025-08-20T22:41:22.6815976Z [00:03:04.332]➜  		"vars.go": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/vars.go"
2025-08-20T22:41:22.6816306Z [00:03:04.332]➜  	}
2025-08-20T22:41:22.6816495Z [00:03:04.333]➜  }EOF
2025-08-20T22:41:22.6818825Z [00:03:04.333]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b653/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core/env=>github.com/slingdata-io/sling-cli/core/env;$WORK/b653=>" -p github.com/slingdata-io/sling-cli/core/env -lang=go1.24 -complete -installsuffix shared -buildid UCpVtsVmOwqQEunqgKGg/UCpVtsVmOwqQEunqgKGg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b653/importcfg -embedcfg $WORK/b653/embedcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/env/env.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/env/envfile.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/env/vars.go
2025-08-20T22:41:22.7933262Z [00:03:04.445]➜  go tool buildid -w $WORK/b653/_pkg_.a # internal
2025-08-20T22:41:22.7959588Z [00:03:04.448]➜  cp $WORK/b653/_pkg_.a /root/.cache/go-build/e0/e016977250a504f77125c5f91d0c68b16ab305a28b97e7895269528122502400-d # internal
2025-08-20T22:41:22.7988557Z [00:03:04.451]➜  golang.org/x/oauth2/internal
2025-08-20T22:41:22.7992209Z [00:03:04.451]➜  mkdir -p $WORK/b655/
2025-08-20T22:41:22.8003727Z [00:03:04.453]➜  cat >/tmp/go-build3998081543/b655/importcfg << 'EOF' # internal
2025-08-20T22:41:22.8012228Z [00:03:04.453]➜  # import config
2025-08-20T22:41:22.8012613Z [00:03:04.453]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:22.8013071Z [00:03:04.453]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:22.8013568Z [00:03:04.453]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:22.8014034Z [00:03:04.453]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:22.8014497Z [00:03:04.453]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:22.8014947Z [00:03:04.453]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:22.8015564Z [00:03:04.453]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.8016047Z [00:03:04.453]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.8016456Z [00:03:04.453]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:22.8016868Z [00:03:04.453]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:22.8017296Z [00:03:04.453]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:22.8017727Z [00:03:04.453]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:22.8018169Z [00:03:04.453]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:22.8018601Z [00:03:04.453]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:22.8019020Z [00:03:04.453]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:22.8019723Z [00:03:04.453]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:22.8020221Z [00:03:04.453]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:22.8020644Z [00:03:04.453]➜  EOF
2025-08-20T22:41:22.8023231Z [00:03:04.453]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b655/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/internal=>golang.org/x/oauth2@v0.30.0/internal;$WORK/b655=>" -p golang.org/x/oauth2/internal -lang=go1.23 -complete -installsuffix shared -buildid ePGu0dCS5cUzb4kHN8cN/ePGu0dCS5cUzb4kHN8cN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b655/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-20T22:41:22.8672661Z [00:03:04.519]➜  go tool buildid -w $WORK/b655/_pkg_.a # internal
2025-08-20T22:41:22.8690045Z [00:03:04.521]➜  cp $WORK/b655/_pkg_.a /root/.cache/go-build/7a/7acbadc662ce038d384c268e5a2cd098d089c44db3eb5f0ea379a2fea58338c8-d # internal
2025-08-20T22:41:22.8777399Z [00:03:04.530]➜  golang.org/x/oauth2
2025-08-20T22:41:22.8788140Z [00:03:04.531]➜  mkdir -p $WORK/b654/
2025-08-20T22:41:22.8794194Z [00:03:04.532]➜  cat >/tmp/go-build3998081543/b654/importcfg << 'EOF' # internal
2025-08-20T22:41:22.8795162Z [00:03:04.532]➜  # import config
2025-08-20T22:41:22.8801133Z [00:03:04.532]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:22.8801603Z [00:03:04.532]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:22.8802480Z [00:03:04.532]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:22.8802950Z [00:03:04.532]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:22.8803428Z [00:03:04.532]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:22.8803912Z [00:03:04.532]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:22.8804359Z [00:03:04.532]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:22.8804781Z [00:03:04.532]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:22.8805282Z [00:03:04.532]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3998081543/b655/_pkg_.a
2025-08-20T22:41:22.8806000Z [00:03:04.532]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:22.8806404Z [00:03:04.532]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:22.8806832Z [00:03:04.532]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:22.8807271Z [00:03:04.532]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:22.8807697Z [00:03:04.532]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:22.8808129Z [00:03:04.532]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:22.8808547Z [00:03:04.532]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:22.8808957Z [00:03:04.532]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:22.8809272Z [00:03:04.532]➜  EOF
2025-08-20T22:41:22.8811705Z [00:03:04.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b654/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0=>golang.org/x/oauth2@v0.30.0;$WORK/b654=>" -p golang.org/x/oauth2 -lang=go1.23 -complete -installsuffix shared -buildid pAorfFFfkmOwHvtloUNt/pAorfFFfkmOwHvtloUNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b654/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-20T22:41:23.0288629Z [00:03:04.681]➜  go tool buildid -w $WORK/b654/_pkg_.a # internal
2025-08-20T22:41:23.0306200Z [00:03:04.682]➜  cp $WORK/b654/_pkg_.a /root/.cache/go-build/13/130802d43ee10f62570e4a897071d8a2fe4493ed38e76a49752d67ade8293669-d # internal
2025-08-20T22:41:23.0318007Z [00:03:04.683]➜  cloud.google.com/go/compute/metadata
2025-08-20T22:41:23.0319403Z [00:03:04.683]➜  mkdir -p $WORK/b657/
2025-08-20T22:41:23.0320391Z [00:03:04.683]➜  cat >/tmp/go-build3998081543/b657/importcfg << 'EOF' # internal
2025-08-20T22:41:23.0320918Z [00:03:04.683]➜  # import config
2025-08-20T22:41:23.0321435Z [00:03:04.683]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:23.0322019Z [00:03:04.683]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.0322614Z [00:03:04.683]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:23.0323160Z [00:03:04.683]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:23.0323707Z [00:03:04.683]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:23.0324228Z [00:03:04.683]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:23.0324750Z [00:03:04.683]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:23.0325822Z [00:03:04.683]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:23.0326607Z [00:03:04.683]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:23.0327480Z [00:03:04.683]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:23.0328911Z [00:03:04.683]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:23.0329688Z [00:03:04.683]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:23.0330278Z [00:03:04.683]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:23.0330694Z [00:03:04.683]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:23.0331123Z [00:03:04.683]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:23.0331623Z [00:03:04.683]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:23.0331967Z [00:03:04.683]➜  EOF
2025-08-20T22:41:23.0334969Z [00:03:04.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b657/_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/b657=>" -p cloud.google.com/go/compute/metadata -lang=go1.23 -complete -installsuffix shared -buildid P1tE8VstEDaQk5AyQCBq/P1tE8VstEDaQk5AyQCBq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b657/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-20T22:41:23.1289242Z [00:03:04.779]➜  go tool buildid -w $WORK/b657/_pkg_.a # internal
2025-08-20T22:41:23.1295218Z [00:03:04.782]➜  cp $WORK/b657/_pkg_.a /root/.cache/go-build/a7/a7bde655501b7b39be058468d866015cd929852d55d3fe1f8a824c50a410ac21-d # internal
2025-08-20T22:41:23.1315798Z [00:03:04.784]➜  golang.org/x/oauth2/authhandler
2025-08-20T22:41:23.1316651Z [00:03:04.784]➜  mkdir -p $WORK/b658/
2025-08-20T22:41:23.1322443Z [00:03:04.785]➜  cat >/tmp/go-build3998081543/b658/importcfg << 'EOF' # internal
2025-08-20T22:41:23.1323000Z [00:03:04.785]➜  # import config
2025-08-20T22:41:23.1324715Z [00:03:04.785]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.1326198Z [00:03:04.785]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:23.1326702Z [00:03:04.785]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:23.1327066Z [00:03:04.785]➜  EOF
2025-08-20T22:41:23.1329097Z [00:03:04.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b658/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler=>golang.org/x/oauth2@v0.30.0/authhandler;$WORK/b658=>" -p golang.org/x/oauth2/authhandler -lang=go1.23 -complete -installsuffix shared -buildid v8gVI0cVLB5hLLnRuUi-/v8gVI0cVLB5hLLnRuUi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b658/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/authhandler/authhandler.go
2025-08-20T22:41:23.1683106Z [00:03:04.820]➜  go tool buildid -w $WORK/b658/_pkg_.a # internal
2025-08-20T22:41:23.1689423Z [00:03:04.821]➜  cp $WORK/b658/_pkg_.a /root/.cache/go-build/87/87c9c7962d693cfc4a6507f87cb422f8a818402879e2f51b3c439d533440e26c-d # internal
2025-08-20T22:41:23.1696243Z [00:03:04.822]➜  golang.org/x/oauth2/google/internal/impersonate
2025-08-20T22:41:23.1697048Z [00:03:04.822]➜  mkdir -p $WORK/b660/
2025-08-20T22:41:23.1700559Z [00:03:04.822]➜  cat >/tmp/go-build3998081543/b660/importcfg << 'EOF' # internal
2025-08-20T22:41:23.1701580Z [00:03:04.823]➜  # import config
2025-08-20T22:41:23.1702400Z [00:03:04.823]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:23.1703002Z [00:03:04.823]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.1704043Z [00:03:04.823]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:23.1704669Z [00:03:04.823]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:23.1705832Z [00:03:04.823]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:23.1707864Z [00:03:04.823]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:23.1708316Z [00:03:04.823]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:23.1709023Z [00:03:04.823]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:23.1709335Z [00:03:04.823]➜  EOF
2025-08-20T22:41:23.1711473Z [00:03:04.823]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b660/_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/b660=>" -p golang.org/x/oauth2/google/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid f7CtDdMCH848OpcuWg8E/f7CtDdMCH848OpcuWg8E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b660/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/impersonate/impersonate.go
2025-08-20T22:41:23.2013631Z [00:03:04.854]➜  go tool buildid -w $WORK/b660/_pkg_.a # internal
2025-08-20T22:41:23.2021212Z [00:03:04.854]➜  cp $WORK/b660/_pkg_.a /root/.cache/go-build/8c/8c92b21cda3ddaa0ae43923e6b1b9e2ab19b726f5d4e1530246ae0969f80386d-d # internal
2025-08-20T22:41:23.2058435Z [00:03:04.858]➜  golang.org/x/oauth2/google/internal/stsexchange
2025-08-20T22:41:23.2064426Z [00:03:04.858]➜  mkdir -p $WORK/b661/
2025-08-20T22:41:23.2065654Z [00:03:04.859]➜  cat >/tmp/go-build3998081543/b661/importcfg << 'EOF' # internal
2025-08-20T22:41:23.2066112Z [00:03:04.859]➜  # import config
2025-08-20T22:41:23.2066489Z [00:03:04.859]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.2066956Z [00:03:04.859]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:23.2067733Z [00:03:04.859]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:23.2068519Z [00:03:04.859]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:23.2068993Z [00:03:04.859]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:23.2069449Z [00:03:04.859]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:23.2069885Z [00:03:04.859]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:23.2070329Z [00:03:04.859]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:23.2070765Z [00:03:04.859]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:23.2071364Z [00:03:04.859]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:23.2071741Z [00:03:04.859]➜  EOF
2025-08-20T22:41:23.2074217Z [00:03:04.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b661/_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/b661=>" -p golang.org/x/oauth2/google/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid NEq4dXabcmw2TP3AeQE5/NEq4dXabcmw2TP3AeQE5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b661/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-20T22:41:23.2297696Z [00:03:04.881]➜  go tool buildid -w $WORK/b643/_pkg_.a # internal
2025-08-20T22:41:23.2499210Z [00:03:04.902]➜  cp $WORK/b643/_pkg_.a /root/.cache/go-build/96/961e935db9e5cf6ac6adec10bebf9259e857b3d9b3514ee589bb4f80904cee77-d # internal
2025-08-20T22:41:23.2521917Z [00:03:04.904]➜  go tool buildid -w $WORK/b661/_pkg_.a # internal
2025-08-20T22:41:23.2530775Z [00:03:04.905]➜  cp $WORK/b661/_pkg_.a /root/.cache/go-build/59/59ee2a8338bbbc29f046bbd3e9a2d0d61b97dfa417097dc3064e44a1fc728f09-d # internal
2025-08-20T22:41:23.2555990Z [00:03:04.908]➜  golang.org/x/oauth2/google/externalaccount
2025-08-20T22:41:23.2556827Z [00:03:04.908]➜  mkdir -p $WORK/b659/
2025-08-20T22:41:23.2557319Z [00:03:04.908]➜  cat >/tmp/go-build3998081543/b659/importcfg << 'EOF' # internal
2025-08-20T22:41:23.2557675Z [00:03:04.908]➜  # import config
2025-08-20T22:41:23.2558022Z [00:03:04.908]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:23.2558823Z [00:03:04.908]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.2559275Z [00:03:04.908]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:23.2559742Z [00:03:04.908]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:23.2560215Z [00:03:04.908]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:23.2560683Z [00:03:04.908]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:23.2561134Z [00:03:04.908]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:23.2561552Z [00:03:04.908]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:23.2562019Z [00:03:04.908]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:23.2562652Z [00:03:04.908]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3998081543/b660/_pkg_.a
2025-08-20T22:41:23.2563387Z [00:03:04.908]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3998081543/b661/_pkg_.a
2025-08-20T22:41:23.2563933Z [00:03:04.908]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:23.2564353Z [00:03:04.908]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:23.2564791Z [00:03:04.908]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:23.2565204Z [00:03:04.908]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:23.2566060Z [00:03:04.908]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:23.2566730Z [00:03:04.908]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:23.2567169Z [00:03:04.908]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:23.2567596Z [00:03:04.908]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:23.2568016Z [00:03:04.908]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:23.2568451Z [00:03:04.908]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:23.2568877Z [00:03:04.908]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:23.2569292Z [00:03:04.908]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:23.2569859Z [00:03:04.908]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:23.2570247Z [00:03:04.908]➜  EOF
2025-08-20T22:41:23.2574338Z [00:03:04.908]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b659/_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/b659=>" -p golang.org/x/oauth2/google/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid VWxyLxC0C7biBaLTb9pT/VWxyLxC0C7biBaLTb9pT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b659/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-20T22:41:23.2623023Z [00:03:04.915]➜  github.com/pkg/sftp
2025-08-20T22:41:23.2623978Z [00:03:04.915]➜  mkdir -p $WORK/b639/
2025-08-20T22:41:23.2628454Z [00:03:04.915]➜  cat >/tmp/go-build3998081543/b639/importcfg << 'EOF' # internal
2025-08-20T22:41:23.2629515Z [00:03:04.915]➜  # import config
2025-08-20T22:41:23.2630100Z [00:03:04.915]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:23.2631083Z [00:03:04.915]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.2632363Z [00:03:04.915]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:23.2633182Z [00:03:04.915]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:23.2633823Z [00:03:04.915]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:23.2634366Z [00:03:04.915]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:23.2636096Z [00:03:04.915]➜  packagefile github.com/kr/fs=/tmp/go-build3998081543/b640/_pkg_.a
2025-08-20T22:41:23.2636762Z [00:03:04.915]➜  packagefile github.com/pkg/sftp/internal/encoding/ssh/filexfer=/tmp/go-build3998081543/b641/_pkg_.a
2025-08-20T22:41:23.2637548Z [00:03:04.915]➜  packagefile github.com/pkg/sftp/internal/encoding/ssh/filexfer/openssh=/tmp/go-build3998081543/b642/_pkg_.a
2025-08-20T22:41:23.2638361Z [00:03:04.915]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3998081543/b643/_pkg_.a
2025-08-20T22:41:23.2638831Z [00:03:04.915]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:23.2639251Z [00:03:04.915]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:23.2639679Z [00:03:04.915]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:23.2640108Z [00:03:04.915]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:23.2640516Z [00:03:04.915]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:23.2640930Z [00:03:04.915]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:23.2641589Z [00:03:04.915]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:23.2642107Z [00:03:04.915]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:23.2642553Z [00:03:04.915]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:23.2642975Z [00:03:04.915]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:23.2643398Z [00:03:04.915]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:23.2646537Z [00:03:04.915]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:23.2647053Z [00:03:04.915]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:23.2647491Z [00:03:04.915]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:23.2648087Z [00:03:04.915]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:23.2648587Z [00:03:04.915]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:23.2648899Z [00:03:04.915]➜  EOF
2025-08-20T22:41:23.2656455Z [00:03:04.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/sftp@v1.13.9=>github.com/pkg/sftp@v1.13.9;$WORK/b639=>" -p github.com/pkg/sftp -lang=go1.15 -complete -installsuffix shared -buildid 3GiLByYobMpSmv_UBwyl/3GiLByYobMpSmv_UBwyl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b639/importcfg -pack /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/allocator.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/attrs.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/attrs_unix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/client.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/conn.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/errno_posix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/ls_formatting.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/ls_unix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/match.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/packet-manager.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/packet-typing.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/packet.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/pool.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/release.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/request-attrs.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/request-errors.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/request-example.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/request-interfaces.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/request-server.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/request-unix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/request.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/server.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/server_posix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/server_statvfs_impl.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/server_statvfs_linux.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/server_unix.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/sftp.go /root/go/pkg/mod/github.com/pkg/sftp@v1.13.9/stat.go
2025-08-20T22:41:23.3870089Z [00:03:05.039]➜  go tool buildid -w $WORK/b659/_pkg_.a # internal
2025-08-20T22:41:23.3891738Z [00:03:05.041]➜  cp $WORK/b659/_pkg_.a /root/.cache/go-build/dd/ddf308a4a8720a5cbe955b140bb5489475f9ccd768bf17e5a4cb55e2b984b591-d # internal
2025-08-20T22:41:23.3898322Z [00:03:05.042]➜  golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
2025-08-20T22:41:23.3898859Z [00:03:05.042]➜  mkdir -p $WORK/b662/
2025-08-20T22:41:23.3902131Z [00:03:05.043]➜  cat >/tmp/go-build3998081543/b662/importcfg << 'EOF' # internal
2025-08-20T22:41:23.3902952Z [00:03:05.043]➜  # import config
2025-08-20T22:41:23.3903949Z [00:03:05.043]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.3905841Z [00:03:05.043]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:23.3906326Z [00:03:05.043]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:23.3907203Z [00:03:05.043]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3998081543/b661/_pkg_.a
2025-08-20T22:41:23.3907872Z [00:03:05.043]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:23.3908185Z [00:03:05.043]➜  EOF
2025-08-20T22:41:23.3910795Z [00:03:05.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b662/_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/b662=>" -p golang.org/x/oauth2/google/internal/externalaccountauthorizeduser -lang=go1.23 -complete -installsuffix shared -buildid FsCuM7Smn_ntiNap4U_m/FsCuM7Smn_ntiNap4U_m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b662/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google/internal/externalaccountauthorizeduser/externalaccountauthorizeduser.go
2025-08-20T22:41:23.4127529Z [00:03:05.065]➜  go tool buildid -w $WORK/b662/_pkg_.a # internal
2025-08-20T22:41:23.4134017Z [00:03:05.066]➜  cp $WORK/b662/_pkg_.a /root/.cache/go-build/08/08366820d156e43d0595f4c4724d8ce5ffb7aa2c4f111f6177ed692119454fee-d # internal
2025-08-20T22:41:23.4141491Z [00:03:05.066]➜  golang.org/x/oauth2/jws
2025-08-20T22:41:23.4142667Z [00:03:05.067]➜  mkdir -p $WORK/b663/
2025-08-20T22:41:23.4150194Z [00:03:05.067]➜  cat >/tmp/go-build3998081543/b663/importcfg << 'EOF' # internal
2025-08-20T22:41:23.4150670Z [00:03:05.067]➜  # import config
2025-08-20T22:41:23.4151336Z [00:03:05.067]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:23.4151764Z [00:03:05.067]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:23.4154827Z [00:03:05.067]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:23.4156316Z [00:03:05.067]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:23.4156861Z [00:03:05.067]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:23.4157998Z [00:03:05.067]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:23.4158482Z [00:03:05.067]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:23.4158931Z [00:03:05.067]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:23.4159343Z [00:03:05.067]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:23.4159763Z [00:03:05.067]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:23.4160430Z [00:03:05.067]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:23.4160741Z [00:03:05.067]➜  EOF
2025-08-20T22:41:23.4162439Z [00:03:05.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b663/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws=>golang.org/x/oauth2@v0.30.0/jws;$WORK/b663=>" -p golang.org/x/oauth2/jws -lang=go1.23 -complete -installsuffix shared -buildid Z0ThRsJXZ7NgJolE0PHW/Z0ThRsJXZ7NgJolE0PHW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b663/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jws/jws.go
2025-08-20T22:41:23.4681974Z [00:03:05.120]➜  go tool buildid -w $WORK/b663/_pkg_.a # internal
2025-08-20T22:41:23.4690679Z [00:03:05.121]➜  cp $WORK/b663/_pkg_.a /root/.cache/go-build/f6/f6fa3cc4283b383d179d67cab7d28e5e665479e7418f261f533aeeca2f20eb9d-d # internal
2025-08-20T22:41:23.4696955Z [00:03:05.122]➜  golang.org/x/oauth2/jwt
2025-08-20T22:41:23.4716562Z [00:03:05.123]➜  mkdir -p $WORK/b664/
2025-08-20T22:41:23.4718953Z [00:03:05.123]➜  cat >/tmp/go-build3998081543/b664/importcfg << 'EOF' # internal
2025-08-20T22:41:23.4719561Z [00:03:05.123]➜  # import config
2025-08-20T22:41:23.4720153Z [00:03:05.123]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.4722504Z [00:03:05.123]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:23.4723648Z [00:03:05.123]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:23.4724394Z [00:03:05.123]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:23.4725290Z [00:03:05.123]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3998081543/b655/_pkg_.a
2025-08-20T22:41:23.4726487Z [00:03:05.123]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3998081543/b663/_pkg_.a
2025-08-20T22:41:23.4727098Z [00:03:05.123]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:23.4728017Z [00:03:05.123]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:23.4728732Z [00:03:05.123]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:23.4729384Z [00:03:05.123]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:23.4731515Z [00:03:05.123]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:23.4732558Z [00:03:05.123]➜  EOF
2025-08-20T22:41:23.4735492Z [00:03:05.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b664/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt=>golang.org/x/oauth2@v0.30.0/jwt;$WORK/b664=>" -p golang.org/x/oauth2/jwt -lang=go1.23 -complete -installsuffix shared -buildid iFBT9OTuDx7705CfgKOT/iFBT9OTuDx7705CfgKOT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b664/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/jwt/jwt.go
2025-08-20T22:41:23.5543171Z [00:03:05.206]➜  go tool buildid -w $WORK/b664/_pkg_.a # internal
2025-08-20T22:41:23.5547197Z [00:03:05.206]➜  cp $WORK/b664/_pkg_.a /root/.cache/go-build/ba/ba7da42a14ec550cecd02729660ffe6b61b9642536359ec95a4bd7fdce0e3562-d # internal
2025-08-20T22:41:23.5587256Z [00:03:05.211]➜  golang.org/x/oauth2/google
2025-08-20T22:41:23.5588416Z [00:03:05.211]➜  mkdir -p $WORK/b656/
2025-08-20T22:41:23.5591579Z [00:03:05.211]➜  cat >/tmp/go-build3998081543/b656/importcfg << 'EOF' # internal
2025-08-20T22:41:23.5592040Z [00:03:05.212]➜  # import config
2025-08-20T22:41:23.5592388Z [00:03:05.212]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:23.5592938Z [00:03:05.212]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:23.5593464Z [00:03:05.212]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.5593907Z [00:03:05.212]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:23.5594475Z [00:03:05.212]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:23.5595228Z [00:03:05.212]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:23.5595792Z [00:03:05.212]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:23.5596256Z [00:03:05.212]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:23.5596824Z [00:03:05.212]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build3998081543/b658/_pkg_.a
2025-08-20T22:41:23.5597476Z [00:03:05.212]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build3998081543/b659/_pkg_.a
2025-08-20T22:41:23.5598287Z [00:03:05.212]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build3998081543/b662/_pkg_.a
2025-08-20T22:41:23.5599138Z [00:03:05.212]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3998081543/b660/_pkg_.a
2025-08-20T22:41:23.5599780Z [00:03:05.212]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3998081543/b655/_pkg_.a
2025-08-20T22:41:23.5600345Z [00:03:05.212]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3998081543/b663/_pkg_.a
2025-08-20T22:41:23.5600876Z [00:03:05.212]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3998081543/b664/_pkg_.a
2025-08-20T22:41:23.5601337Z [00:03:05.212]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:23.5601887Z [00:03:05.212]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:23.5602384Z [00:03:05.212]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:23.5602921Z [00:03:05.212]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:23.5603407Z [00:03:05.212]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:23.5603817Z [00:03:05.212]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:23.5604271Z [00:03:05.212]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:23.5604720Z [00:03:05.212]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:23.5605163Z [00:03:05.212]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:23.5605757Z [00:03:05.212]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:23.5606173Z [00:03:05.212]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:23.5606481Z [00:03:05.212]➜  EOF
2025-08-20T22:41:23.5610234Z [00:03:05.212]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b656/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/google=>golang.org/x/oauth2@v0.30.0/google;$WORK/b656=>" -p golang.org/x/oauth2/google -lang=go1.23 -complete -installsuffix shared -buildid Gptg4On41bRKqei0lCZL/Gptg4On41bRKqei0lCZL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b656/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-20T22:41:23.7495619Z [00:03:05.402]➜  go tool buildid -w $WORK/b656/_pkg_.a # internal
2025-08-20T22:41:23.7511128Z [00:03:05.403]➜  cp $WORK/b656/_pkg_.a /root/.cache/go-build/e5/e5921f481535af50384d5b6d612548051fdd90f2b6f1e2c936912c95139a6e5d-d # internal
2025-08-20T22:41:23.7552065Z [00:03:05.406]➜  golang.org/x/text/encoding/internal
2025-08-20T22:41:23.7552463Z [00:03:05.406]➜  mkdir -p $WORK/b666/
2025-08-20T22:41:23.7552848Z [00:03:05.407]➜  cat >/tmp/go-build3998081543/b666/importcfg << 'EOF' # internal
2025-08-20T22:41:23.7553198Z [00:03:05.407]➜  # import config
2025-08-20T22:41:23.7553614Z [00:03:05.407]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3998081543/b596/_pkg_.a
2025-08-20T22:41:23.7554264Z [00:03:05.407]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3998081543/b597/_pkg_.a
2025-08-20T22:41:23.7555266Z [00:03:05.407]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:41:23.7555892Z [00:03:05.407]➜  EOF
2025-08-20T22:41:23.7557792Z [00:03:05.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b666/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal=>golang.org/x/text@v0.26.0/encoding/internal;$WORK/b666=>" -p golang.org/x/text/encoding/internal -lang=go1.23 -complete -installsuffix shared -buildid _cwvsxv35zZRDHgAjJZx/_cwvsxv35zZRDHgAjJZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b666/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/internal/internal.go
2025-08-20T22:41:23.7950367Z [00:03:05.447]➜  go tool buildid -w $WORK/b666/_pkg_.a # internal
2025-08-20T22:41:23.7955400Z [00:03:05.448]➜  cp $WORK/b666/_pkg_.a /root/.cache/go-build/94/9425d66bc682f5d78ce2bf8d5846a4ae794879cfba56ac5523abee52e19d49b7-d # internal
2025-08-20T22:41:23.7965804Z [00:03:05.449]➜  golang.org/x/text/encoding/charmap
2025-08-20T22:41:23.7967807Z [00:03:05.449]➜  mkdir -p $WORK/b665/
2025-08-20T22:41:23.7978952Z [00:03:05.450]➜  cat >/tmp/go-build3998081543/b665/importcfg << 'EOF' # internal
2025-08-20T22:41:23.7979401Z [00:03:05.450]➜  # import config
2025-08-20T22:41:23.7980097Z [00:03:05.450]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3998081543/b596/_pkg_.a
2025-08-20T22:41:23.7980770Z [00:03:05.450]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3998081543/b666/_pkg_.a
2025-08-20T22:41:23.7981560Z [00:03:05.450]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3998081543/b597/_pkg_.a
2025-08-20T22:41:23.7982289Z [00:03:05.450]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:41:23.7982810Z [00:03:05.450]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:23.7983143Z [00:03:05.450]➜  EOF
2025-08-20T22:41:23.7985284Z [00:03:05.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b665/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/charmap=>golang.org/x/text@v0.26.0/encoding/charmap;$WORK/b665=>" -p golang.org/x/text/encoding/charmap -lang=go1.23 -complete -installsuffix shared -buildid HxWg_q6fqr-lyoS0dBif/HxWg_q6fqr-lyoS0dBif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b665/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/charmap/charmap.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/charmap/tables.go
2025-08-20T22:41:23.8318195Z [00:03:05.484]➜  go tool buildid -w $WORK/b639/_pkg_.a # internal
2025-08-20T22:41:23.8511021Z [00:03:05.503]➜  cp $WORK/b639/_pkg_.a /root/.cache/go-build/55/55b247f85e8d0690c90e194d6c329160ce068d0d289c7529ad9f990ae1ec656c-d # internal
2025-08-20T22:41:23.8511686Z [00:03:05.503]➜  golang.org/x/text/runes
2025-08-20T22:41:23.8511990Z [00:03:05.503]➜  mkdir -p $WORK/b669/
2025-08-20T22:41:23.8515046Z [00:03:05.504]➜  cat >/tmp/go-build3998081543/b669/importcfg << 'EOF' # internal
2025-08-20T22:41:23.8516459Z [00:03:05.504]➜  # import config
2025-08-20T22:41:23.8517270Z [00:03:05.504]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:41:23.8518336Z [00:03:05.504]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:23.8518861Z [00:03:05.504]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:23.8519204Z [00:03:05.504]➜  EOF
2025-08-20T22:41:23.8521096Z [00:03:05.504]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b669/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/runes=>golang.org/x/text@v0.26.0/runes;$WORK/b669=>" -p golang.org/x/text/runes -lang=go1.23 -complete -installsuffix shared -buildid 6JoUD3yx-mgFSi4fvhoM/6JoUD3yx-mgFSi4fvhoM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b669/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/runes/cond.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/runes/runes.go
2025-08-20T22:41:23.9099863Z [00:03:05.561]➜  go tool buildid -w $WORK/b669/_pkg_.a # internal
2025-08-20T22:41:23.9101457Z [00:03:05.562]➜  cp $WORK/b669/_pkg_.a /root/.cache/go-build/18/188b5d88ad3112fc69fbfeabaea5cabc8496f6a45c8e4d625be4e912cc3c6588-d # internal
2025-08-20T22:41:23.9111859Z [00:03:05.563]➜  golang.org/x/text/encoding/unicode
2025-08-20T22:41:23.9112273Z [00:03:05.564]➜  mkdir -p $WORK/b667/
2025-08-20T22:41:23.9112653Z [00:03:05.564]➜  cat >/tmp/go-build3998081543/b667/importcfg << 'EOF' # internal
2025-08-20T22:41:23.9112999Z [00:03:05.564]➜  # import config
2025-08-20T22:41:23.9113349Z [00:03:05.564]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:23.9113771Z [00:03:05.564]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:23.9114272Z [00:03:05.564]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3998081543/b596/_pkg_.a
2025-08-20T22:41:23.9114871Z [00:03:05.564]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3998081543/b666/_pkg_.a
2025-08-20T22:41:23.9115697Z [00:03:05.564]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3998081543/b597/_pkg_.a
2025-08-20T22:41:23.9116445Z [00:03:05.564]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3998081543/b668/_pkg_.a
2025-08-20T22:41:23.9117275Z [00:03:05.564]➜  packagefile golang.org/x/text/runes=/tmp/go-build3998081543/b669/_pkg_.a
2025-08-20T22:41:23.9117937Z [00:03:05.564]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:41:23.9118566Z [00:03:05.564]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:23.9119119Z [00:03:05.564]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:23.9119455Z [00:03:05.564]➜  EOF
2025-08-20T22:41:23.9121607Z [00:03:05.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b667/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/unicode=>golang.org/x/text@v0.26.0/encoding/unicode;$WORK/b667=>" -p golang.org/x/text/encoding/unicode -lang=go1.23 -complete -installsuffix shared -buildid 06jrSRMqmgJSU0IpS8t9/06jrSRMqmgJSU0IpS8t9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b667/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/unicode/override.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/encoding/unicode/unicode.go
2025-08-20T22:41:23.9542397Z [00:03:05.606]➜  go tool buildid -w $WORK/b667/_pkg_.a # internal
2025-08-20T22:41:23.9557088Z [00:03:05.608]➜  cp $WORK/b667/_pkg_.a /root/.cache/go-build/c3/c3758fa9e7f9d3ceea9847ff297f49914f01cada1d383e98d267ab127aa0b845-d # internal
2025-08-20T22:41:23.9566142Z [00:03:05.609]➜  cloud.google.com/go/auth/internal
2025-08-20T22:41:23.9570083Z [00:03:05.609]➜  mkdir -p $WORK/b672/
2025-08-20T22:41:23.9591146Z [00:03:05.611]➜  cat >/tmp/go-build3998081543/b672/importcfg << 'EOF' # internal
2025-08-20T22:41:23.9591881Z [00:03:05.612]➜  # import config
2025-08-20T22:41:23.9592651Z [00:03:05.612]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:23.9593842Z [00:03:05.612]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:23.9594455Z [00:03:05.612]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:23.9595167Z [00:03:05.612]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:23.9599956Z [00:03:05.612]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:23.9600439Z [00:03:05.612]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:23.9600900Z [00:03:05.612]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:23.9601316Z [00:03:05.612]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:23.9601715Z [00:03:05.612]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:23.9602131Z [00:03:05.612]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:23.9602553Z [00:03:05.612]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:23.9602964Z [00:03:05.612]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:23.9603372Z [00:03:05.612]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:23.9603678Z [00:03:05.612]➜  EOF
2025-08-20T22:41:23.9619928Z [00:03:05.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b672/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal=>cloud.google.com/go/auth@v0.16.1/internal;$WORK/b672=>" -p cloud.google.com/go/auth/internal -lang=go1.23 -complete -installsuffix shared -buildid u8zQs37DUM5z-JuQweG_/u8zQs37DUM5z-JuQweG_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b672/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/internal.go
2025-08-20T22:41:24.0448221Z [00:03:05.697]➜  go tool buildid -w $WORK/b672/_pkg_.a # internal
2025-08-20T22:41:24.0466956Z [00:03:05.699]➜  cp $WORK/b672/_pkg_.a /root/.cache/go-build/f5/f57b7ad2edcaa7e12abdd2644b67241487daa64386d757bf21e0e7fea5d967c3-d # internal
2025-08-20T22:41:24.0476143Z [00:03:05.700]➜  cloud.google.com/go/auth/internal/jwt
2025-08-20T22:41:24.0476603Z [00:03:05.700]➜  mkdir -p $WORK/b673/
2025-08-20T22:41:24.0506825Z [00:03:05.701]➜  cat >/tmp/go-build3998081543/b673/importcfg << 'EOF' # internal
2025-08-20T22:41:24.0507727Z [00:03:05.701]➜  # import config
2025-08-20T22:41:24.0508914Z [00:03:05.701]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:24.0509695Z [00:03:05.701]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:24.0510309Z [00:03:05.701]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:24.0510890Z [00:03:05.701]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:24.0511582Z [00:03:05.701]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:24.0512359Z [00:03:05.701]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:24.0513701Z [00:03:05.701]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:24.0514158Z [00:03:05.701]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:24.0514576Z [00:03:05.701]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:24.0515008Z [00:03:05.701]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:24.0515589Z [00:03:05.701]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:24.0515957Z [00:03:05.701]➜  EOF
2025-08-20T22:41:24.0517880Z [00:03:05.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b673/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/jwt=>cloud.google.com/go/auth@v0.16.1/internal/jwt;$WORK/b673=>" -p cloud.google.com/go/auth/internal/jwt -lang=go1.23 -complete -installsuffix shared -buildid d0xEfPdrVmAuM0x0lSSB/d0xEfPdrVmAuM0x0lSSB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b673/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/jwt/jwt.go
2025-08-20T22:41:24.0625780Z [00:03:05.715]➜  go tool buildid -w $WORK/b665/_pkg_.a # internal
2025-08-20T22:41:24.0640525Z [00:03:05.716]➜  cp $WORK/b665/_pkg_.a /root/.cache/go-build/9e/9e056969cf17a2d2cc2d6f34cd7ca9091b3ad1678a309833f6503946a14267a1-d # internal
2025-08-20T22:41:24.0641819Z [00:03:05.716]➜  github.com/googleapis/gax-go/v2/internallog/internal
2025-08-20T22:41:24.0642182Z [00:03:05.717]➜  mkdir -p $WORK/b675/
2025-08-20T22:41:24.0648435Z [00:03:05.717]➜  cat >/tmp/go-build3998081543/b675/importcfg << 'EOF' # internal
2025-08-20T22:41:24.0649109Z [00:03:05.717]➜  # import config
2025-08-20T22:41:24.0651688Z [00:03:05.717]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:24.0652265Z [00:03:05.717]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:24.0652747Z [00:03:05.717]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:24.0653192Z [00:03:05.717]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:24.0653608Z [00:03:05.717]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:24.0654026Z [00:03:05.717]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:24.0654333Z [00:03:05.717]➜  EOF
2025-08-20T22:41:24.0656628Z [00:03:05.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/internal=>github.com/googleapis/gax-go/v2@v2.14.2/internallog/internal;$WORK/b675=>" -p github.com/googleapis/gax-go/v2/internallog/internal -lang=go1.23 -complete -installsuffix shared -buildid Wch86YRLpgoTSDTJccio/Wch86YRLpgoTSDTJccio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b675/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/internal/internal.go
2025-08-20T22:41:24.0987684Z [00:03:05.751]➜  go tool buildid -w $WORK/b673/_pkg_.a # internal
2025-08-20T22:41:24.0988520Z [00:03:05.751]➜  cp $WORK/b673/_pkg_.a /root/.cache/go-build/72/72f54de4325479b4593df36e8cf76c1f496ac0999ad774afb9f137e18168e87c-d # internal
2025-08-20T22:41:24.0989146Z [00:03:05.751]➜  cloud.google.com/go/auth/internal/credsfile
2025-08-20T22:41:24.0989472Z [00:03:05.751]➜  mkdir -p $WORK/b681/
2025-08-20T22:41:24.0993543Z [00:03:05.751]➜  go tool buildid -w $WORK/b675/_pkg_.a # internal
2025-08-20T22:41:24.0995107Z [00:03:05.752]➜  cat >/tmp/go-build3998081543/b681/importcfg << 'EOF' # internal
2025-08-20T22:41:24.0995759Z [00:03:05.752]➜  # import config
2025-08-20T22:41:24.0996190Z [00:03:05.752]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:24.0996631Z [00:03:05.752]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:24.0997058Z [00:03:05.752]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:24.0997515Z [00:03:05.752]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:24.0997991Z [00:03:05.752]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:24.0998314Z [00:03:05.752]➜  EOF
2025-08-20T22:41:24.1001123Z [00:03:05.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b681/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/credsfile=>cloud.google.com/go/auth@v0.16.1/internal/credsfile;$WORK/b681=>" -p cloud.google.com/go/auth/internal/credsfile -lang=go1.23 -complete -installsuffix shared -buildid 2ythqcQyrxspxuj867yq/2ythqcQyrxspxuj867yq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b681/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/credsfile/credsfile.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/credsfile/filetype.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/credsfile/parse.go
2025-08-20T22:41:24.1008761Z [00:03:05.753]➜  cp $WORK/b675/_pkg_.a /root/.cache/go-build/e5/e524fdd2a22c8c568081dd59e2653856d25ba15430d9f2271af70d55d5e97f4d-d # internal
2025-08-20T22:41:24.1025766Z [00:03:05.754]➜  github.com/googleapis/gax-go/v2/internallog
2025-08-20T22:41:24.1026123Z [00:03:05.754]➜  mkdir -p $WORK/b674/
2025-08-20T22:41:24.1026508Z [00:03:05.755]➜  cat >/tmp/go-build3998081543/b674/importcfg << 'EOF' # internal
2025-08-20T22:41:24.1026855Z [00:03:05.755]➜  # import config
2025-08-20T22:41:24.1027209Z [00:03:05.755]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:24.1027659Z [00:03:05.755]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:24.1028107Z [00:03:05.755]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:24.1028709Z [00:03:05.755]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build3998081543/b675/_pkg_.a
2025-08-20T22:41:24.1029286Z [00:03:05.755]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:24.1029725Z [00:03:05.755]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:24.1030158Z [00:03:05.755]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:24.1030572Z [00:03:05.755]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:24.1030887Z [00:03:05.755]➜  EOF
2025-08-20T22:41:24.1032914Z [00:03:05.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog=>github.com/googleapis/gax-go/v2@v2.14.2/internallog;$WORK/b674=>" -p github.com/googleapis/gax-go/v2/internallog -lang=go1.23 -complete -installsuffix shared -buildid e6K9aL72ebM8_DstT59I/e6K9aL72ebM8_DstT59I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b674/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/internallog.go
2025-08-20T22:41:24.1490035Z [00:03:05.800]➜  go tool buildid -w $WORK/b681/_pkg_.a # internal
2025-08-20T22:41:24.1490809Z [00:03:05.801]➜  cp $WORK/b681/_pkg_.a /root/.cache/go-build/ae/ae9a7d8381ddd29d9372990d92b2e4e29d72f6d717c70756cb3289b9cc0f7452-d # internal
2025-08-20T22:41:24.1491407Z [00:03:05.801]➜  internal/saferio
2025-08-20T22:41:24.1491668Z [00:03:05.801]➜  mkdir -p $WORK/b685/
2025-08-20T22:41:24.1499134Z [00:03:05.802]➜  cat >/tmp/go-build3998081543/b685/importcfg << 'EOF' # internal
2025-08-20T22:41:24.1500227Z [00:03:05.802]➜  # import config
2025-08-20T22:41:24.1505004Z [00:03:05.802]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:24.1506321Z [00:03:05.802]➜  EOF
2025-08-20T22:41:24.1510452Z [00:03:05.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b685/_pkg_.a -trimpath "/root/.go/src/internal/saferio=>internal/saferio;$WORK/b685=>" -p internal/saferio -lang=go1.25 -std -complete -installsuffix shared -buildid pPPe3dhh4-w6Y3PIuye5/pPPe3dhh4-w6Y3PIuye5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b685/importcfg -pack /root/.go/src/internal/saferio/io.go
2025-08-20T22:41:24.1629641Z [00:03:05.815]➜  go tool buildid -w $WORK/b674/_pkg_.a # internal
2025-08-20T22:41:24.1640718Z [00:03:05.816]➜  cp $WORK/b674/_pkg_.a /root/.cache/go-build/0e/0e128d3a5cd093b2f2602126af1cdf7caa4536d3f0c7bb0bff8bccb7d19a7bc5-d # internal
2025-08-20T22:41:24.1647245Z [00:03:05.817]➜  cloud.google.com/go/auth
2025-08-20T22:41:24.1648063Z [00:03:05.817]➜  mkdir -p $WORK/b671/
2025-08-20T22:41:24.1657521Z [00:03:05.818]➜  cat >/tmp/go-build3998081543/b671/importcfg << 'EOF' # internal
2025-08-20T22:41:24.1658922Z [00:03:05.818]➜  # import config
2025-08-20T22:41:24.1660021Z [00:03:05.818]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:24.1660623Z [00:03:05.818]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:24.1662549Z [00:03:05.818]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3998081543/b673/_pkg_.a
2025-08-20T22:41:24.1663137Z [00:03:05.818]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:24.1663592Z [00:03:05.818]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:24.1664433Z [00:03:05.818]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:24.1664847Z [00:03:05.818]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:24.1665579Z [00:03:05.818]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:24.1666182Z [00:03:05.818]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:24.1666607Z [00:03:05.818]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:24.1667036Z [00:03:05.818]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:24.1667466Z [00:03:05.818]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:24.1667889Z [00:03:05.818]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:24.1668317Z [00:03:05.818]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:24.1668741Z [00:03:05.818]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:24.1669154Z [00:03:05.818]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:24.1669462Z [00:03:05.818]➜  EOF
2025-08-20T22:41:24.1671387Z [00:03:05.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b671/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1=>cloud.google.com/go/auth@v0.16.1;$WORK/b671=>" -p cloud.google.com/go/auth -lang=go1.23 -complete -installsuffix shared -buildid Cksk8ipraSEdzwn2jqya/Cksk8ipraSEdzwn2jqya -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b671/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/auth.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/threelegged.go
2025-08-20T22:41:24.1725911Z [00:03:05.824]➜  go tool buildid -w $WORK/b685/_pkg_.a # internal
2025-08-20T22:41:24.1726785Z [00:03:05.825]➜  cp $WORK/b685/_pkg_.a /root/.cache/go-build/57/57bffadd14624ea2fb0e2f72fb4e7ed254b845aa873cadc2a2028ae9e2f8292e-d # internal
2025-08-20T22:41:24.1733016Z [00:03:05.825]➜  encoding/gob
2025-08-20T22:41:24.1737248Z [00:03:05.826]➜  mkdir -p $WORK/b684/
2025-08-20T22:41:24.1737756Z [00:03:05.826]➜  cat >/tmp/go-build3998081543/b684/importcfg << 'EOF' # internal
2025-08-20T22:41:24.1738108Z [00:03:05.826]➜  # import config
2025-08-20T22:41:24.1738680Z [00:03:05.826]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:24.1739219Z [00:03:05.826]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:24.1739798Z [00:03:05.826]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:24.1740312Z [00:03:05.826]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:24.1740725Z [00:03:05.826]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:24.1741178Z [00:03:05.826]➜  packagefile internal/saferio=/tmp/go-build3998081543/b685/_pkg_.a
2025-08-20T22:41:24.1741618Z [00:03:05.826]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:24.1742040Z [00:03:05.826]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:24.1742454Z [00:03:05.826]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:24.1742891Z [00:03:05.826]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:24.1743317Z [00:03:05.826]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:24.1743729Z [00:03:05.826]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:24.1744152Z [00:03:05.826]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:24.1744590Z [00:03:05.826]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:24.1745033Z [00:03:05.826]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:24.1745619Z [00:03:05.826]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:24.1746008Z [00:03:05.826]➜  EOF
2025-08-20T22:41:24.1748768Z [00:03:05.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b684/_pkg_.a -trimpath "/root/.go/src/encoding/gob=>encoding/gob;$WORK/b684=>" -p encoding/gob -lang=go1.25 -std -complete -installsuffix shared -buildid uSio5yKf8mC2Eeph2l3N/uSio5yKf8mC2Eeph2l3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b684/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-20T22:41:24.3110886Z [00:03:05.963]➜  go tool buildid -w $WORK/b671/_pkg_.a # internal
2025-08-20T22:41:24.3149325Z [00:03:05.967]➜  cp $WORK/b671/_pkg_.a /root/.cache/go-build/77/777557bd8c6981057884add75fd30de9e7a608faaedf369f22ae079c0c2bf1db-d # internal
2025-08-20T22:41:24.3160985Z [00:03:05.968]➜  cloud.google.com/go/auth/credentials/internal/impersonate
2025-08-20T22:41:24.3163154Z [00:03:05.968]➜  mkdir -p $WORK/b679/
2025-08-20T22:41:24.3164140Z [00:03:05.968]➜  cat >/tmp/go-build3998081543/b679/importcfg << 'EOF' # internal
2025-08-20T22:41:24.3164797Z [00:03:05.968]➜  # import config
2025-08-20T22:41:24.3165143Z [00:03:05.968]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:24.3166051Z [00:03:05.968]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:24.3167939Z [00:03:05.968]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:24.3169315Z [00:03:05.968]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:24.3169782Z [00:03:05.968]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:24.3170230Z [00:03:05.968]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:24.3170647Z [00:03:05.968]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:24.3171225Z [00:03:05.968]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:24.3171770Z [00:03:05.968]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:24.3172204Z [00:03:05.968]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:24.3172902Z [00:03:05.968]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:24.3173388Z [00:03:05.968]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:24.3173809Z [00:03:05.968]➜  EOF
2025-08-20T22:41:24.3198637Z [00:03:05.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b679/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/impersonate=>cloud.google.com/go/auth@v0.16.1/credentials/internal/impersonate;$WORK/b679=>" -p cloud.google.com/go/auth/credentials/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid OBSQ9osdNofSKZY8WYAD/OBSQ9osdNofSKZY8WYAD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b679/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/impersonate/idtoken.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/impersonate/impersonate.go
2025-08-20T22:41:24.3713577Z [00:03:06.023]➜  go tool buildid -w $WORK/b679/_pkg_.a # internal
2025-08-20T22:41:24.3725199Z [00:03:06.024]➜  cp $WORK/b679/_pkg_.a /root/.cache/go-build/38/38ab489e3a98ca195cfec53d5174cb6da3276efc75089e312ed035916086daf0-d # internal
2025-08-20T22:41:24.3726088Z [00:03:06.025]➜  cloud.google.com/go/auth/credentials/internal/stsexchange
2025-08-20T22:41:24.3726460Z [00:03:06.025]➜  mkdir -p $WORK/b680/
2025-08-20T22:41:24.3729478Z [00:03:06.025]➜  cat >/tmp/go-build3998081543/b680/importcfg << 'EOF' # internal
2025-08-20T22:41:24.3730984Z [00:03:06.025]➜  # import config
2025-08-20T22:41:24.3732296Z [00:03:06.025]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:24.3733313Z [00:03:06.025]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:24.3733833Z [00:03:06.025]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:24.3734293Z [00:03:06.025]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:24.3734778Z [00:03:06.025]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:24.3735215Z [00:03:06.025]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:24.3735942Z [00:03:06.025]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:24.3736493Z [00:03:06.025]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:24.3736929Z [00:03:06.025]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:24.3737357Z [00:03:06.025]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:24.3737787Z [00:03:06.025]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:24.3738216Z [00:03:06.025]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:24.3738536Z [00:03:06.025]➜  EOF
2025-08-20T22:41:24.3740843Z [00:03:06.026]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b680/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/stsexchange=>cloud.google.com/go/auth@v0.16.1/credentials/internal/stsexchange;$WORK/b680=>" -p cloud.google.com/go/auth/credentials/internal/stsexchange -lang=go1.23 -complete -installsuffix shared -buildid NkeS8bGv26DriN0M6s6p/NkeS8bGv26DriN0M6s6p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b680/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/stsexchange/sts_exchange.go
2025-08-20T22:41:24.4048889Z [00:03:06.057]➜  go tool buildid -w $WORK/b680/_pkg_.a # internal
2025-08-20T22:41:24.4062968Z [00:03:06.058]➜  cp $WORK/b680/_pkg_.a /root/.cache/go-build/16/16f548445222c7f8a59c56fa4dbdf3b71e82add6ae647b1c7fadb160dd4491c0-d # internal
2025-08-20T22:41:24.4064644Z [00:03:06.058]➜  github.com/googleapis/enterprise-certificate-proxy/client/util
2025-08-20T22:41:24.4065047Z [00:03:06.058]➜  mkdir -p $WORK/b686/
2025-08-20T22:41:24.4068399Z [00:03:06.059]➜  cat >/tmp/go-build3998081543/b686/importcfg << 'EOF' # internal
2025-08-20T22:41:24.4068817Z [00:03:06.059]➜  # import config
2025-08-20T22:41:24.4069186Z [00:03:06.059]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:24.4069759Z [00:03:06.059]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:24.4070227Z [00:03:06.059]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:24.4070628Z [00:03:06.059]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:24.4071043Z [00:03:06.059]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:24.4071495Z [00:03:06.059]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:24.4073228Z [00:03:06.059]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:24.4073744Z [00:03:06.059]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:24.4074065Z [00:03:06.059]➜  EOF
2025-08-20T22:41:24.4076516Z [00:03:06.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b686/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util=>github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util;$WORK/b686=>" -p github.com/googleapis/enterprise-certificate-proxy/client/util -lang=go1.23 -complete -installsuffix shared -buildid UJW97MoEYDo57wipJ1Cd/UJW97MoEYDo57wipJ1Cd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b686/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/util/util.go
2025-08-20T22:41:24.4346167Z [00:03:06.087]➜  go tool buildid -w $WORK/b686/_pkg_.a # internal
2025-08-20T22:41:24.4376313Z [00:03:06.090]➜  cp $WORK/b686/_pkg_.a /root/.cache/go-build/e6/e634fe013ef59404ba43c427bb8a268e1a64e093b708b371223675356080ad3a-d # internal
2025-08-20T22:41:24.4377796Z [00:03:06.090]➜  cloud.google.com/go/auth/credentials/internal/externalaccountuser
2025-08-20T22:41:24.4379834Z [00:03:06.090]➜  mkdir -p $WORK/b688/
2025-08-20T22:41:24.4396684Z [00:03:06.092]➜  cat >/tmp/go-build3998081543/b688/importcfg << 'EOF' # internal
2025-08-20T22:41:24.4397173Z [00:03:06.092]➜  # import config
2025-08-20T22:41:24.4397598Z [00:03:06.092]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:24.4398290Z [00:03:06.092]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3998081543/b680/_pkg_.a
2025-08-20T22:41:24.4398985Z [00:03:06.092]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:24.4399501Z [00:03:06.092]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:24.4399951Z [00:03:06.092]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:24.4400509Z [00:03:06.092]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:24.4401053Z [00:03:06.092]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:24.4401493Z [00:03:06.092]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:24.4401915Z [00:03:06.092]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:24.4402228Z [00:03:06.092]➜  EOF
2025-08-20T22:41:24.4404674Z [00:03:06.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b688/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccountuser=>cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccountuser;$WORK/b688=>" -p cloud.google.com/go/auth/credentials/internal/externalaccountuser -lang=go1.23 -complete -installsuffix shared -buildid 7-jTwi-8e3D4Rck0guF0/7-jTwi-8e3D4Rck0guF0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b688/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccountuser/externalaccountuser.go
2025-08-20T22:41:24.4953485Z [00:03:06.147]➜  go tool buildid -w $WORK/b688/_pkg_.a # internal
2025-08-20T22:41:24.4966957Z [00:03:06.148]➜  cp $WORK/b688/_pkg_.a /root/.cache/go-build/08/089f9c1aa11bfef21843f3dc4ccad36083e4e844ee639efa9282f18a91eafd59-d # internal
2025-08-20T22:41:24.4967850Z [00:03:06.149]➜  cloud.google.com/go/auth/credentials/internal/gdch
2025-08-20T22:41:24.4968330Z [00:03:06.149]➜  mkdir -p $WORK/b689/
2025-08-20T22:41:24.4969910Z [00:03:06.149]➜  cat >/tmp/go-build3998081543/b689/importcfg << 'EOF' # internal
2025-08-20T22:41:24.4972500Z [00:03:06.149]➜  # import config
2025-08-20T22:41:24.4973026Z [00:03:06.149]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:24.4973621Z [00:03:06.149]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:24.4974304Z [00:03:06.149]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3998081543/b681/_pkg_.a
2025-08-20T22:41:24.4974957Z [00:03:06.149]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3998081543/b673/_pkg_.a
2025-08-20T22:41:24.4975639Z [00:03:06.149]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:24.4976086Z [00:03:06.149]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:24.4976531Z [00:03:06.149]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:24.4976983Z [00:03:06.149]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:24.4977446Z [00:03:06.149]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:24.4977889Z [00:03:06.149]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:24.4978313Z [00:03:06.149]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:24.4979699Z [00:03:06.149]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:24.4980365Z [00:03:06.149]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:24.4980917Z [00:03:06.149]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:24.4981444Z [00:03:06.149]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:24.4982053Z [00:03:06.149]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:24.4982570Z [00:03:06.149]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:24.4983082Z [00:03:06.149]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:24.4983642Z [00:03:06.149]➜  EOF
2025-08-20T22:41:24.4986318Z [00:03:06.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b689/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/gdch=>cloud.google.com/go/auth@v0.16.1/credentials/internal/gdch;$WORK/b689=>" -p cloud.google.com/go/auth/credentials/internal/gdch -lang=go1.23 -complete -installsuffix shared -buildid YXJixpTRbjgwI-byWmD-/YXJixpTRbjgwI-byWmD- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b689/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/gdch/gdch.go
2025-08-20T22:41:24.5623048Z [00:03:06.212]➜  go tool buildid -w $WORK/b689/_pkg_.a # internal
2025-08-20T22:41:24.5623893Z [00:03:06.214]➜  cp $WORK/b689/_pkg_.a /root/.cache/go-build/42/42bfa91346d89707a9a017ba310c088e564d5f1c8b34b55d9b5f5cc2915e9101-d # internal
2025-08-20T22:41:24.5624485Z [00:03:06.214]➜  cloud.google.com/go/auth/oauth2adapt
2025-08-20T22:41:24.5624794Z [00:03:06.214]➜  mkdir -p $WORK/b690/
2025-08-20T22:41:24.5625172Z [00:03:06.214]➜  cat >/tmp/go-build3998081543/b690/importcfg << 'EOF' # internal
2025-08-20T22:41:24.5625696Z [00:03:06.214]➜  # import config
2025-08-20T22:41:24.5626146Z [00:03:06.214]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:24.5626643Z [00:03:06.214]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:24.5627095Z [00:03:06.215]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:24.5627787Z [00:03:06.215]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:24.5628371Z [00:03:06.215]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:24.5629045Z [00:03:06.215]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:24.5629476Z [00:03:06.215]➜  EOF
2025-08-20T22:41:24.5632304Z [00:03:06.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b690/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.8=>cloud.google.com/go/auth/oauth2adapt@v0.2.8;$WORK/b690=>" -p cloud.google.com/go/auth/oauth2adapt -lang=go1.23 -complete -installsuffix shared -buildid 2_R0xa0dAGyldACtAzFv/2_R0xa0dAGyldACtAzFv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b690/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth/oauth2adapt@v0.2.8/oauth2adapt.go
2025-08-20T22:41:24.6101524Z [00:03:06.262]➜  go tool buildid -w $WORK/b690/_pkg_.a # internal
2025-08-20T22:41:24.6111761Z [00:03:06.263]➜  cp $WORK/b690/_pkg_.a /root/.cache/go-build/52/52cdc699111d527c79b9a32f4e0e903658b8a1eefcefdea24f36efd48a2113b2-d # internal
2025-08-20T22:41:24.6114543Z [00:03:06.264]➜  github.com/google/s2a-go/fallback
2025-08-20T22:41:24.6115016Z [00:03:06.264]➜  mkdir -p $WORK/b692/
2025-08-20T22:41:24.6123560Z [00:03:06.265]➜  cat >/tmp/go-build3998081543/b692/importcfg << 'EOF' # internal
2025-08-20T22:41:24.6124444Z [00:03:06.265]➜  # import config
2025-08-20T22:41:24.6125829Z [00:03:06.265]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:24.6126288Z [00:03:06.265]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:24.6127092Z [00:03:06.265]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:24.6127614Z [00:03:06.265]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:24.6128213Z [00:03:06.265]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:24.6128712Z [00:03:06.265]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:24.6129029Z [00:03:06.265]➜  EOF
2025-08-20T22:41:24.6130886Z [00:03:06.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b692/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/fallback=>github.com/google/s2a-go@v0.1.9/fallback;$WORK/b692=>" -p github.com/google/s2a-go/fallback -lang=go1.20 -complete -installsuffix shared -buildid QjmWfYu6VIyEeDcNNerO/QjmWfYu6VIyEeDcNNerO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b692/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/fallback/s2a_fallback.go
2025-08-20T22:41:24.7053572Z [00:03:06.357]➜  go tool buildid -w $WORK/b692/_pkg_.a # internal
2025-08-20T22:41:24.7104669Z [00:03:06.363]➜  cp $WORK/b692/_pkg_.a /root/.cache/go-build/31/3139d6778d4f797ebefe9a31134eb1fb890adc645db4638846a2d1c5e4de3156-d # internal
2025-08-20T22:41:24.7119447Z [00:03:06.364]➜  github.com/google/s2a-go/internal/proto/common_go_proto
2025-08-20T22:41:24.7124538Z [00:03:06.365]➜  mkdir -p $WORK/b695/
2025-08-20T22:41:24.7125155Z [00:03:06.365]➜  cat >/tmp/go-build3998081543/b695/importcfg << 'EOF' # internal
2025-08-20T22:41:24.7126018Z [00:03:06.365]➜  # import config
2025-08-20T22:41:24.7128237Z [00:03:06.365]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:24.7129400Z [00:03:06.365]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:24.7130160Z [00:03:06.365]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:24.7131143Z [00:03:06.365]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:24.7131729Z [00:03:06.365]➜  EOF
2025-08-20T22:41:24.7134376Z [00:03:06.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b695/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/common_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/common_go_proto;$WORK/b695=>" -p github.com/google/s2a-go/internal/proto/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid WgZ_nXYLXCtDuF4Qu3-o/WgZ_nXYLXCtDuF4Qu3-o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b695/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/common_go_proto/common.pb.go
2025-08-20T22:41:24.7737468Z [00:03:06.426]➜  go tool buildid -w $WORK/b684/_pkg_.a # internal
2025-08-20T22:41:24.7861737Z [00:03:06.438]➜  cp $WORK/b684/_pkg_.a /root/.cache/go-build/46/46034c9ef7e126c9d137df697e3a611f06bbffcf06d2a9ef0816df587ccbd44c-d # internal
2025-08-20T22:41:24.7862459Z [00:03:06.438]➜  net/rpc
2025-08-20T22:41:24.7863022Z [00:03:06.438]➜  mkdir -p $WORK/b687/
2025-08-20T22:41:24.7863412Z [00:03:06.438]➜  cat >/tmp/go-build3998081543/b687/importcfg << 'EOF' # internal
2025-08-20T22:41:24.7863761Z [00:03:06.438]➜  # import config
2025-08-20T22:41:24.7864113Z [00:03:06.438]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:24.7864580Z [00:03:06.438]➜  packagefile encoding/gob=/tmp/go-build3998081543/b684/_pkg_.a
2025-08-20T22:41:24.7865026Z [00:03:06.438]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:24.7865600Z [00:03:06.438]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:24.7866087Z [00:03:06.438]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:41:24.7866543Z [00:03:06.438]➜  packagefile html/template=/tmp/go-build3998081543/b276/_pkg_.a
2025-08-20T22:41:24.7866977Z [00:03:06.438]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:24.7867378Z [00:03:06.438]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:24.7868013Z [00:03:06.438]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:24.7868436Z [00:03:06.438]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:24.7868871Z [00:03:06.438]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:24.7869304Z [00:03:06.438]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:24.7869727Z [00:03:06.438]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:24.7870154Z [00:03:06.438]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:24.7870462Z [00:03:06.438]➜  EOF
2025-08-20T22:41:24.7872032Z [00:03:06.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b687/_pkg_.a -trimpath "/root/.go/src/net/rpc=>net/rpc;$WORK/b687=>" -p net/rpc -lang=go1.25 -std -complete -installsuffix shared -buildid NuEpmidDpEgDckL-t9zW/NuEpmidDpEgDckL-t9zW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b687/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-20T22:41:24.7922819Z [00:03:06.443]➜  go tool buildid -w $WORK/b695/_pkg_.a # internal
2025-08-20T22:41:24.7926332Z [00:03:06.445]➜  cp $WORK/b695/_pkg_.a /root/.cache/go-build/0f/0f0ab604d2317a5d27b5c64a91365bfcf3e5f3da4f6fb6f30e735597db4db51e-d # internal
2025-08-20T22:41:24.7934507Z [00:03:06.446]➜  github.com/google/s2a-go/internal/proto/s2a_context_go_proto
2025-08-20T22:41:24.7937810Z [00:03:06.446]➜  mkdir -p $WORK/b696/
2025-08-20T22:41:24.7947202Z [00:03:06.447]➜  cat >/tmp/go-build3998081543/b696/importcfg << 'EOF' # internal
2025-08-20T22:41:24.7948283Z [00:03:06.447]➜  # import config
2025-08-20T22:41:24.7949388Z [00:03:06.447]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3998081543/b695/_pkg_.a
2025-08-20T22:41:24.7950663Z [00:03:06.447]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:24.7951619Z [00:03:06.447]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:24.7952340Z [00:03:06.447]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:24.7953387Z [00:03:06.447]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:24.7953968Z [00:03:06.447]➜  EOF
2025-08-20T22:41:24.7959242Z [00:03:06.447]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b696/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/s2a_context_go_proto;$WORK/b696=>" -p github.com/google/s2a-go/internal/proto/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid ZOYNqkHq5b2_CHnElDUO/ZOYNqkHq5b2_CHnElDUO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b696/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T22:41:24.8380824Z [00:03:06.490]➜  go tool buildid -w $WORK/b696/_pkg_.a # internal
2025-08-20T22:41:24.8387005Z [00:03:06.491]➜  cp $WORK/b696/_pkg_.a /root/.cache/go-build/6a/6ae559fcb10aaa6249db6c96581d640994e408e5ac9b2047bedada8296d18bfd-d # internal
2025-08-20T22:41:24.8388217Z [00:03:06.491]➜  github.com/google/s2a-go/internal/proto/s2a_go_proto
2025-08-20T22:41:24.8390096Z [00:03:06.491]➜  mkdir -p $WORK/b697/
2025-08-20T22:41:24.8390597Z [00:03:06.491]➜  cat >/tmp/go-build3998081543/b697/importcfg << 'EOF' # internal
2025-08-20T22:41:24.8390962Z [00:03:06.491]➜  # import config
2025-08-20T22:41:24.8391308Z [00:03:06.491]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:24.8391921Z [00:03:06.491]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3998081543/b695/_pkg_.a
2025-08-20T22:41:24.8392557Z [00:03:06.491]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:24.8393550Z [00:03:06.491]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:24.8394123Z [00:03:06.491]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:24.8394786Z [00:03:06.491]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:24.8395647Z [00:03:06.491]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:24.8396267Z [00:03:06.491]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:24.8396689Z [00:03:06.491]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:24.8396996Z [00:03:06.491]➜  EOF
2025-08-20T22:41:24.8399505Z [00:03:06.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b697/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto;$WORK/b697=>" -p github.com/google/s2a-go/internal/proto/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid tcWTkwy-DFWunH5PHM8_/tcWTkwy-DFWunH5PHM8_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b697/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T22:41:25.0478014Z [00:03:06.700]➜  go tool buildid -w $WORK/b697/_pkg_.a # internal
2025-08-20T22:41:25.0549337Z [00:03:06.707]➜  cp $WORK/b697/_pkg_.a /root/.cache/go-build/3b/3b5a328c3bec92fa1e6244e67de4d9f23a9f5176149715ae5bb7faf3d840c239-d # internal
2025-08-20T22:41:25.0550090Z [00:03:06.707]➜  github.com/google/s2a-go/internal/authinfo
2025-08-20T22:41:25.0550421Z [00:03:06.707]➜  mkdir -p $WORK/b694/
2025-08-20T22:41:25.0579424Z [00:03:06.710]➜  cat >/tmp/go-build3998081543/b694/importcfg << 'EOF' # internal
2025-08-20T22:41:25.0580464Z [00:03:06.710]➜  # import config
2025-08-20T22:41:25.0582971Z [00:03:06.710]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.0586126Z [00:03:06.710]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3998081543/b695/_pkg_.a
2025-08-20T22:41:25.0587811Z [00:03:06.710]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build3998081543/b696/_pkg_.a
2025-08-20T22:41:25.0588684Z [00:03:06.710]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3998081543/b697/_pkg_.a
2025-08-20T22:41:25.0589371Z [00:03:06.710]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:25.0589778Z [00:03:06.710]➜  EOF
2025-08-20T22:41:25.0591772Z [00:03:06.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b694/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/authinfo=>github.com/google/s2a-go@v0.1.9/internal/authinfo;$WORK/b694=>" -p github.com/google/s2a-go/internal/authinfo -lang=go1.20 -complete -installsuffix shared -buildid doAcfXE0GcVbkrHmoR6d/doAcfXE0GcVbkrHmoR6d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b694/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/authinfo/authinfo.go
2025-08-20T22:41:25.0910251Z [00:03:06.743]➜  go tool buildid -w $WORK/b694/_pkg_.a # internal
2025-08-20T22:41:25.0911033Z [00:03:06.743]➜  cp $WORK/b694/_pkg_.a /root/.cache/go-build/f8/f8be257c3f3c94efa7fb471e5835c9f1150967dd0dccd77d3c7d5984cacebb83-d # internal
2025-08-20T22:41:25.0912138Z [00:03:06.743]➜  github.com/google/s2a-go/internal/handshaker/service
2025-08-20T22:41:25.0912518Z [00:03:06.743]➜  mkdir -p $WORK/b699/
2025-08-20T22:41:25.0912897Z [00:03:06.743]➜  cat >/tmp/go-build3998081543/b699/importcfg << 'EOF' # internal
2025-08-20T22:41:25.0913245Z [00:03:06.743]➜  # import config
2025-08-20T22:41:25.0913592Z [00:03:06.743]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.0914421Z [00:03:06.743]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:25.0915027Z [00:03:06.743]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:25.0915834Z [00:03:06.743]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3998081543/b495/_pkg_.a
2025-08-20T22:41:25.0916392Z [00:03:06.743]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.0916705Z [00:03:06.743]➜  EOF
2025-08-20T22:41:25.0919192Z [00:03:06.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/service=>github.com/google/s2a-go@v0.1.9/internal/handshaker/service;$WORK/b699=>" -p github.com/google/s2a-go/internal/handshaker/service -lang=go1.20 -complete -installsuffix shared -buildid 73xD6ZjeGb9tjw-3xQvV/73xD6ZjeGb9tjw-3xQvV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b699/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/service/service.go
2025-08-20T22:41:25.0921227Z [00:03:06.744]➜  go tool buildid -w $WORK/b687/_pkg_.a # internal
2025-08-20T22:41:25.1030276Z [00:03:06.755]➜  cp $WORK/b687/_pkg_.a /root/.cache/go-build/d4/d49eaf5a5595cb886a09b512f0c48707deb7158ce8c5a059f0245daf1e31b4bd-d # internal
2025-08-20T22:41:25.1031047Z [00:03:06.755]➜  github.com/googleapis/enterprise-certificate-proxy/client
2025-08-20T22:41:25.1031431Z [00:03:06.755]➜  mkdir -p $WORK/b683/
2025-08-20T22:41:25.1032080Z [00:03:06.755]➜  cat >/tmp/go-build3998081543/b683/importcfg << 'EOF' # internal
2025-08-20T22:41:25.1032534Z [00:03:06.755]➜  # import config
2025-08-20T22:41:25.1032879Z [00:03:06.755]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:25.1033331Z [00:03:06.755]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:25.1033791Z [00:03:06.755]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:25.1034258Z [00:03:06.755]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:25.1034724Z [00:03:06.755]➜  packagefile encoding/gob=/tmp/go-build3998081543/b684/_pkg_.a
2025-08-20T22:41:25.1035164Z [00:03:06.755]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.1041014Z [00:03:06.755]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.1041811Z [00:03:06.755]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3998081543/b686/_pkg_.a
2025-08-20T22:41:25.1042435Z [00:03:06.755]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.1042856Z [00:03:06.755]➜  packagefile net/rpc=/tmp/go-build3998081543/b687/_pkg_.a
2025-08-20T22:41:25.1043270Z [00:03:06.755]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:25.1043683Z [00:03:06.755]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:25.1044000Z [00:03:06.755]➜  EOF
2025-08-20T22:41:25.1046453Z [00:03:06.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client=>github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client;$WORK/b683=>" -p github.com/googleapis/enterprise-certificate-proxy/client -lang=go1.23 -complete -installsuffix shared -buildid 1CqDcLnCQ0Gann_3VocF/1CqDcLnCQ0Gann_3VocF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b683/importcfg -pack /root/go/pkg/mod/github.com/googleapis/enterprise-certificate-proxy@v0.3.6/client/client.go
2025-08-20T22:41:25.1479351Z [00:03:06.800]➜  go tool buildid -w $WORK/b683/_pkg_.a # internal
2025-08-20T22:41:25.1487346Z [00:03:06.801]➜  cp $WORK/b683/_pkg_.a /root/.cache/go-build/bd/bd3ac9f41b9a355d18296e5fc56b49ce09db59e1058fab4323798a2d8207f02c-d # internal
2025-08-20T22:41:25.1490888Z [00:03:06.801]➜  cloud.google.com/go/auth/internal/transport/cert
2025-08-20T22:41:25.1491264Z [00:03:06.801]➜  mkdir -p $WORK/b682/
2025-08-20T22:41:25.1492013Z [00:03:06.801]➜  cat >/tmp/go-build3998081543/b682/importcfg << 'EOF' # internal
2025-08-20T22:41:25.1492371Z [00:03:06.801]➜  # import config
2025-08-20T22:41:25.1492733Z [00:03:06.801]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:25.1493209Z [00:03:06.801]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:25.1493681Z [00:03:06.801]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:25.1494130Z [00:03:06.801]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.1494550Z [00:03:06.801]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.1495176Z [00:03:06.801]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3998081543/b683/_pkg_.a
2025-08-20T22:41:25.1496206Z [00:03:06.801]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3998081543/b686/_pkg_.a
2025-08-20T22:41:25.1496825Z [00:03:06.801]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.1497231Z [00:03:06.801]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:25.1497646Z [00:03:06.801]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:25.1498077Z [00:03:06.801]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:25.1498545Z [00:03:06.801]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:25.1498985Z [00:03:06.801]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.1499615Z [00:03:06.801]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.1500020Z [00:03:06.801]➜  EOF
2025-08-20T22:41:25.1503305Z [00:03:06.801]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b682/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/transport/cert=>cloud.google.com/go/auth@v0.16.1/internal/transport/cert;$WORK/b682=>" -p cloud.google.com/go/auth/internal/transport/cert -lang=go1.23 -complete -installsuffix shared -buildid pHkCEAeNZg1YnX-mx6r3/pHkCEAeNZg1YnX-mx6r3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b682/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/transport/cert/default_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/transport/cert/enterprise_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/transport/cert/secureconnect_cert.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/transport/cert/workload_cert.go
2025-08-20T22:41:25.1567302Z [00:03:06.809]➜  go tool buildid -w $WORK/b699/_pkg_.a # internal
2025-08-20T22:41:25.1583007Z [00:03:06.811]➜  cp $WORK/b699/_pkg_.a /root/.cache/go-build/bd/bd145ea84b6f1a54533f6f4c1a4617ec791a1f36c3ca76df67a4a4ba4d3f31b4-d # internal
2025-08-20T22:41:25.1592552Z [00:03:06.811]➜  golang.org/x/crypto/chacha20poly1305
2025-08-20T22:41:25.1592896Z [00:03:06.811]➜  mkdir -p $WORK/b702/
2025-08-20T22:41:25.1593295Z [00:03:06.811]➜  cat >/tmp/go-build3998081543/b702/importcfg << 'EOF' # internal
2025-08-20T22:41:25.1594015Z [00:03:06.811]➜  # import config
2025-08-20T22:41:25.1594392Z [00:03:06.811]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:25.1594879Z [00:03:06.811]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:25.1596184Z [00:03:06.811]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.1596788Z [00:03:06.811]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3998081543/b645/_pkg_.a
2025-08-20T22:41:25.1597405Z [00:03:06.811]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3998081543/b646/_pkg_.a
2025-08-20T22:41:25.1598039Z [00:03:06.811]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3998081543/b648/_pkg_.a
2025-08-20T22:41:25.1598459Z [00:03:06.811]➜  EOF
2025-08-20T22:41:25.1601426Z [00:03:06.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b702/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305=>golang.org/x/crypto@v0.39.0/chacha20poly1305;$WORK/b702=>" -p golang.org/x/crypto/chacha20poly1305 -lang=go1.23 -complete -installsuffix shared -buildid usj1rqQ4dVGYJIH1FpBk/usj1rqQ4dVGYJIH1FpBk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b702/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305/chacha20poly1305.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305/chacha20poly1305_generic.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305/chacha20poly1305_noasm.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/chacha20poly1305/xchacha20poly1305.go
2025-08-20T22:41:25.1857405Z [00:03:06.837]➜  go tool buildid -w $WORK/b702/_pkg_.a # internal
2025-08-20T22:41:25.1859191Z [00:03:06.838]➜  cp $WORK/b702/_pkg_.a /root/.cache/go-build/a1/a198ddb3e0f0e14ee564bf7860e9fb18e66df0d29e220a64f0addac2668c8563-d # internal
2025-08-20T22:41:25.1860827Z [00:03:06.838]➜  github.com/google/s2a-go/internal/record/internal/aeadcrypter
2025-08-20T22:41:25.1861513Z [00:03:06.838]➜  mkdir -p $WORK/b701/
2025-08-20T22:41:25.1877754Z [00:03:06.838]➜  cat >/tmp/go-build3998081543/b701/importcfg << 'EOF' # internal
2025-08-20T22:41:25.1878315Z [00:03:06.838]➜  # import config
2025-08-20T22:41:25.1879004Z [00:03:06.838]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:41:25.1879541Z [00:03:06.838]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:25.1879980Z [00:03:06.838]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.1880643Z [00:03:06.838]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3998081543/b702/_pkg_.a
2025-08-20T22:41:25.1881152Z [00:03:06.838]➜  EOF
2025-08-20T22:41:25.1884638Z [00:03:06.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b701/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter=>github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter;$WORK/b701=>" -p github.com/google/s2a-go/internal/record/internal/aeadcrypter -lang=go1.20 -complete -installsuffix shared -buildid 7lxrwzyGijEIbOG_JSSq/7lxrwzyGijEIbOG_JSSq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b701/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/aeadcrypter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/aesgcm.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/chachapoly.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/aeadcrypter/common.go
2025-08-20T22:41:25.1918110Z [00:03:06.844]➜  go tool buildid -w $WORK/b682/_pkg_.a # internal
2025-08-20T22:41:25.1927339Z [00:03:06.845]➜  cp $WORK/b682/_pkg_.a /root/.cache/go-build/20/207e2b797ff306bdc5f083fe8f7e385b921c7ab4974956b0134fa672b6963065-d # internal
2025-08-20T22:41:25.1940668Z [00:03:06.846]➜  cloud.google.com/go/auth/credentials/internal/externalaccount
2025-08-20T22:41:25.1948180Z [00:03:06.847]➜  mkdir -p $WORK/b678/
2025-08-20T22:41:25.1954537Z [00:03:06.848]➜  cat >/tmp/go-build3998081543/b678/importcfg << 'EOF' # internal
2025-08-20T22:41:25.1954919Z [00:03:06.848]➜  # import config
2025-08-20T22:41:25.1955263Z [00:03:06.848]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:25.1955943Z [00:03:06.848]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:25.1956649Z [00:03:06.848]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3998081543/b679/_pkg_.a
2025-08-20T22:41:25.1957445Z [00:03:06.848]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3998081543/b680/_pkg_.a
2025-08-20T22:41:25.1958143Z [00:03:06.848]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:25.1958792Z [00:03:06.848]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3998081543/b681/_pkg_.a
2025-08-20T22:41:25.1959775Z [00:03:06.848]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3998081543/b682/_pkg_.a
2025-08-20T22:41:25.1960345Z [00:03:06.848]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.1960797Z [00:03:06.848]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:25.1961263Z [00:03:06.848]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:25.1961725Z [00:03:06.848]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:25.1962207Z [00:03:06.848]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:25.1962678Z [00:03:06.848]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:25.1963152Z [00:03:06.848]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:25.1963618Z [00:03:06.848]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:25.1964097Z [00:03:06.848]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:25.1964538Z [00:03:06.848]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.1964951Z [00:03:06.848]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.1965781Z [00:03:06.848]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:25.1966381Z [00:03:06.848]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:25.1966905Z [00:03:06.848]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:25.1967376Z [00:03:06.848]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:25.1967809Z [00:03:06.848]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:25.1968221Z [00:03:06.848]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:25.1968633Z [00:03:06.848]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:25.1969064Z [00:03:06.848]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:25.1969485Z [00:03:06.848]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:25.1969913Z [00:03:06.848]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:25.1970337Z [00:03:06.848]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:25.1970757Z [00:03:06.848]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:25.1971186Z [00:03:06.848]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:25.1971603Z [00:03:06.848]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.1972018Z [00:03:06.848]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:25.1972334Z [00:03:06.848]➜  EOF
2025-08-20T22:41:25.2641269Z [00:03:06.916]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b678/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount=>cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount;$WORK/b678=>" -p cloud.google.com/go/auth/credentials/internal/externalaccount -lang=go1.23 -complete -installsuffix shared -buildid FI6URnnCeCcr4B5yHELr/FI6URnnCeCcr4B5yHELr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b678/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount/aws_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount/executable_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount/externalaccount.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount/file_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount/info.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount/programmatic_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount/url_provider.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/internal/externalaccount/x509_provider.go
2025-08-20T22:41:25.2650752Z [00:03:06.916]➜  go tool buildid -w $WORK/b701/_pkg_.a # internal
2025-08-20T22:41:25.2651445Z [00:03:06.917]➜  cp $WORK/b701/_pkg_.a /root/.cache/go-build/38/38b67641abe4d04f68b0d856c6c7eb480907bb1657fc49d473bff4fc13d5222f-d # internal
2025-08-20T22:41:25.2661265Z [00:03:06.918]➜  golang.org/x/crypto/cryptobyte
2025-08-20T22:41:25.2670796Z [00:03:06.918]➜  mkdir -p $WORK/b703/
2025-08-20T22:41:25.2671219Z [00:03:06.918]➜  cat >/tmp/go-build3998081543/b703/importcfg << 'EOF' # internal
2025-08-20T22:41:25.2671567Z [00:03:06.918]➜  # import config
2025-08-20T22:41:25.2671939Z [00:03:06.918]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:41:25.2672388Z [00:03:06.918]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.2672821Z [00:03:06.918]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.2673357Z [00:03:06.918]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3998081543/b704/_pkg_.a
2025-08-20T22:41:25.2673882Z [00:03:06.918]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:25.2674566Z [00:03:06.918]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:25.2675046Z [00:03:06.918]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.2675516Z [00:03:06.918]➜  EOF
2025-08-20T22:41:25.2677992Z [00:03:06.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b703/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte=>golang.org/x/crypto@v0.39.0/cryptobyte;$WORK/b703=>" -p golang.org/x/crypto/cryptobyte -lang=go1.23 -complete -installsuffix shared -buildid XiiGqZx3-qh5sm82VSfD/XiiGqZx3-qh5sm82VSfD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b703/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/asn1.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/builder.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/cryptobyte/string.go
2025-08-20T22:41:25.3743657Z [00:03:07.026]➜  go tool buildid -w $WORK/b609/_pkg_.a # internal
2025-08-20T22:41:25.3850664Z [00:03:07.037]➜  go tool buildid -w $WORK/b703/_pkg_.a # internal
2025-08-20T22:41:25.3877909Z [00:03:07.040]➜  cp $WORK/b703/_pkg_.a /root/.cache/go-build/b7/b7d7cba78ebc6f413a42693fd130268dd4361dd54e6d90b7a99e719a3dfb01ec-d # internal
2025-08-20T22:41:25.3885037Z [00:03:07.041]➜  golang.org/x/crypto/hkdf
2025-08-20T22:41:25.3886159Z [00:03:07.041]➜  mkdir -p $WORK/b705/
2025-08-20T22:41:25.3887201Z [00:03:07.041]➜  cat >/tmp/go-build3998081543/b705/importcfg << 'EOF' # internal
2025-08-20T22:41:25.3888126Z [00:03:07.041]➜  # import config
2025-08-20T22:41:25.3888560Z [00:03:07.041]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:25.3889383Z [00:03:07.041]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.3889982Z [00:03:07.041]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:25.3890396Z [00:03:07.041]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.3890701Z [00:03:07.041]➜  EOF
2025-08-20T22:41:25.3892400Z [00:03:07.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b705/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/hkdf=>golang.org/x/crypto@v0.39.0/hkdf;$WORK/b705=>" -p golang.org/x/crypto/hkdf -lang=go1.23 -complete -installsuffix shared -buildid jRM4o9A2gYJo1VQ_RDeG/jRM4o9A2gYJo1VQ_RDeG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b705/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/hkdf/hkdf.go
2025-08-20T22:41:25.3917146Z [00:03:07.044]➜  go tool buildid -w $WORK/b678/_pkg_.a # internal
2025-08-20T22:41:25.3937522Z [00:03:07.046]➜  cp $WORK/b678/_pkg_.a /root/.cache/go-build/5a/5a6d4103b0cee95a4936d943bb13c6879402f77b21305d1ee3534cc3cf2cf7cf-d # internal
2025-08-20T22:41:25.3938669Z [00:03:07.046]➜  cloud.google.com/go/auth/credentials
2025-08-20T22:41:25.3938999Z [00:03:07.046]➜  mkdir -p $WORK/b677/
2025-08-20T22:41:25.3941371Z [00:03:07.047]➜  cat >/tmp/go-build3998081543/b677/importcfg << 'EOF' # internal
2025-08-20T22:41:25.3941741Z [00:03:07.047]➜  # import config
2025-08-20T22:41:25.3942161Z [00:03:07.047]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:25.3942873Z [00:03:07.047]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build3998081543/b678/_pkg_.a
2025-08-20T22:41:25.3943754Z [00:03:07.047]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build3998081543/b688/_pkg_.a
2025-08-20T22:41:25.3944554Z [00:03:07.047]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build3998081543/b689/_pkg_.a
2025-08-20T22:41:25.3945325Z [00:03:07.047]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3998081543/b679/_pkg_.a
2025-08-20T22:41:25.3946205Z [00:03:07.047]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:25.3946863Z [00:03:07.047]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3998081543/b681/_pkg_.a
2025-08-20T22:41:25.3947763Z [00:03:07.047]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3998081543/b673/_pkg_.a
2025-08-20T22:41:25.3948579Z [00:03:07.047]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:25.3949162Z [00:03:07.047]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.3949590Z [00:03:07.047]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:25.3950038Z [00:03:07.047]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:25.3950478Z [00:03:07.047]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.3950906Z [00:03:07.047]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.3951473Z [00:03:07.047]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:25.3952762Z [00:03:07.047]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:25.3953223Z [00:03:07.047]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:25.3953655Z [00:03:07.047]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:25.3954073Z [00:03:07.047]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:25.3954488Z [00:03:07.047]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:25.3954909Z [00:03:07.047]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.3955222Z [00:03:07.047]➜  EOF
2025-08-20T22:41:25.3958709Z [00:03:07.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b677/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials=>cloud.google.com/go/auth@v0.16.1/credentials;$WORK/b677=>" -p cloud.google.com/go/auth/credentials -lang=go1.23 -complete -installsuffix shared -buildid ybN2a43wfZl8gXn-DM1l/ybN2a43wfZl8gXn-DM1l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b677/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/detect.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/doc.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/filetypes.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/credentials/selfsignedjwt.go
2025-08-20T22:41:25.4263102Z [00:03:07.079]➜  go tool buildid -w $WORK/b705/_pkg_.a # internal
2025-08-20T22:41:25.4272290Z [00:03:07.080]➜  cp $WORK/b705/_pkg_.a /root/.cache/go-build/fd/fddc7e8e58aa974b9fb52856459a1d331f3087590d4d7777121fbba0ba0646b8-d # internal
2025-08-20T22:41:25.4290425Z [00:03:07.081]➜  github.com/google/s2a-go/internal/record/internal/halfconn
2025-08-20T22:41:25.4295105Z [00:03:07.082]➜  mkdir -p $WORK/b700/
2025-08-20T22:41:25.4304448Z [00:03:07.083]➜  cat >/tmp/go-build3998081543/b700/importcfg << 'EOF' # internal
2025-08-20T22:41:25.4305437Z [00:03:07.083]➜  # import config
2025-08-20T22:41:25.4305948Z [00:03:07.083]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:25.4306435Z [00:03:07.083]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:25.4306897Z [00:03:07.083]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.4307319Z [00:03:07.083]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.4307922Z [00:03:07.083]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3998081543/b695/_pkg_.a
2025-08-20T22:41:25.4308718Z [00:03:07.083]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build3998081543/b701/_pkg_.a
2025-08-20T22:41:25.4309438Z [00:03:07.083]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3998081543/b703/_pkg_.a
2025-08-20T22:41:25.4310411Z [00:03:07.083]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3998081543/b705/_pkg_.a
2025-08-20T22:41:25.4310898Z [00:03:07.083]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:25.4311531Z [00:03:07.083]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.4311902Z [00:03:07.083]➜  EOF
2025-08-20T22:41:25.4315537Z [00:03:07.083]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b700/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn=>github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn;$WORK/b700=>" -p github.com/google/s2a-go/internal/record/internal/halfconn -lang=go1.20 -complete -installsuffix shared -buildid rQRg9UE-pDJQKgeHRN3N/rQRg9UE-pDJQKgeHRN3N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b700/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/ciphersuite.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/counter.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/expander.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/internal/halfconn/halfconn.go
2025-08-20T22:41:25.4630854Z [00:03:07.115]➜  cp $WORK/b609/_pkg_.a /root/.cache/go-build/5e/5e013f5e9eb3cc6b02a18cc25f80cf7a786383eec3c8f49cd123ef1542567d66-d # internal
2025-08-20T22:41:25.4631647Z [00:03:07.115]➜  github.com/google/s2a-go/internal/proto/v2/common_go_proto
2025-08-20T22:41:25.4632020Z [00:03:07.115]➜  mkdir -p $WORK/b707/
2025-08-20T22:41:25.4632402Z [00:03:07.115]➜  cat >/tmp/go-build3998081543/b707/importcfg << 'EOF' # internal
2025-08-20T22:41:25.4632754Z [00:03:07.115]➜  # import config
2025-08-20T22:41:25.4633254Z [00:03:07.115]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:25.4634370Z [00:03:07.115]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:25.4634930Z [00:03:07.115]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:25.4635525Z [00:03:07.115]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.4635916Z [00:03:07.115]➜  EOF
2025-08-20T22:41:25.4648968Z [00:03:07.117]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/common_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/v2/common_go_proto;$WORK/b707=>" -p github.com/google/s2a-go/internal/proto/v2/common_go_proto -lang=go1.20 -complete -installsuffix shared -buildid Em5I8nKYv2Gd3Ix5QPVv/Em5I8nKYv2Gd3Ix5QPVv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b707/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/common_go_proto/common.pb.go
2025-08-20T22:41:25.4860762Z [00:03:07.138]➜  go tool buildid -w $WORK/b700/_pkg_.a # internal
2025-08-20T22:41:25.4870346Z [00:03:07.139]➜  cp $WORK/b700/_pkg_.a /root/.cache/go-build/30/308da6a553b57054e8221e0d52b79aefd6b1e5396e0dc01d5f3ec0a77f835e77-d # internal
2025-08-20T22:41:25.4873122Z [00:03:07.140]➜  github.com/google/s2a-go/retry
2025-08-20T22:41:25.4873529Z [00:03:07.140]➜  mkdir -p $WORK/b715/
2025-08-20T22:41:25.4874679Z [00:03:07.140]➜  cat >/tmp/go-build3998081543/b715/importcfg << 'EOF' # internal
2025-08-20T22:41:25.4875301Z [00:03:07.140]➜  # import config
2025-08-20T22:41:25.4875854Z [00:03:07.140]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.4876384Z [00:03:07.140]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:25.4876898Z [00:03:07.140]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:25.4877324Z [00:03:07.140]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.4877657Z [00:03:07.140]➜  EOF
2025-08-20T22:41:25.4879861Z [00:03:07.140]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/retry=>github.com/google/s2a-go@v0.1.9/retry;$WORK/b715=>" -p github.com/google/s2a-go/retry -lang=go1.20 -complete -installsuffix shared -buildid aiisejoECkkobu-OlsjN/aiisejoECkkobu-OlsjN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b715/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/retry/retry.go
2025-08-20T22:41:25.4881810Z [00:03:07.140]➜  go tool buildid -w $WORK/b677/_pkg_.a # internal
2025-08-20T22:41:25.4889641Z [00:03:07.141]➜  cp $WORK/b677/_pkg_.a /root/.cache/go-build/91/910eceb9517e763cae1cfe42f6c7080ac3883bb7f0e51642d4df8a8d642c6025-d # internal
2025-08-20T22:41:25.4917037Z [00:03:07.144]➜  google.golang.org/api/internal/cert
2025-08-20T22:41:25.4917735Z [00:03:07.144]➜  mkdir -p $WORK/b716/
2025-08-20T22:41:25.4921956Z [00:03:07.145]➜  cat >/tmp/go-build3998081543/b716/importcfg << 'EOF' # internal
2025-08-20T22:41:25.4922387Z [00:03:07.145]➜  # import config
2025-08-20T22:41:25.4922754Z [00:03:07.145]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:25.4923216Z [00:03:07.145]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:25.4923688Z [00:03:07.145]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:25.4924137Z [00:03:07.145]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.4924558Z [00:03:07.145]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.4925182Z [00:03:07.145]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3998081543/b683/_pkg_.a
2025-08-20T22:41:25.4925979Z [00:03:07.145]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:25.4927631Z [00:03:07.145]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:25.4928564Z [00:03:07.145]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:25.4929212Z [00:03:07.145]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:25.4929664Z [00:03:07.145]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.4930082Z [00:03:07.145]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.4930390Z [00:03:07.145]➜  EOF
2025-08-20T22:41:25.4932946Z [00:03:07.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b716/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/cert=>google.golang.org/api@v0.236.0/internal/cert;$WORK/b716=>" -p google.golang.org/api/internal/cert -lang=go1.23 -complete -installsuffix shared -buildid dNQMMJtKHl-fKUWTeooZ/dNQMMJtKHl-fKUWTeooZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b716/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/cert/default_cert.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/cert/enterprise_cert.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/cert/secureconnect_cert.go
2025-08-20T22:41:25.5107483Z [00:03:07.163]➜  go tool buildid -w $WORK/b715/_pkg_.a # internal
2025-08-20T22:41:25.5114759Z [00:03:07.164]➜  cp $WORK/b715/_pkg_.a /root/.cache/go-build/70/708d5d5443e913699776df1d6632c7c129c1c06c60c3010e3a1bfb18afec0c65-d # internal
2025-08-20T22:41:25.5147949Z [00:03:07.167]➜  google.golang.org/api/internal/impersonate
2025-08-20T22:41:25.5148357Z [00:03:07.167]➜  mkdir -p $WORK/b717/
2025-08-20T22:41:25.5152853Z [00:03:07.168]➜  cat >/tmp/go-build3998081543/b717/importcfg << 'EOF' # internal
2025-08-20T22:41:25.5153244Z [00:03:07.168]➜  # import config
2025-08-20T22:41:25.5153589Z [00:03:07.168]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:25.5154019Z [00:03:07.168]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.5154476Z [00:03:07.168]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:25.5154938Z [00:03:07.168]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.5155616Z [00:03:07.168]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:25.5156135Z [00:03:07.168]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.5156810Z [00:03:07.168]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:25.5157297Z [00:03:07.168]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.5157605Z [00:03:07.168]➜  EOF
2025-08-20T22:41:25.5159749Z [00:03:07.168]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b717/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/impersonate=>google.golang.org/api@v0.236.0/internal/impersonate;$WORK/b717=>" -p google.golang.org/api/internal/impersonate -lang=go1.23 -complete -installsuffix shared -buildid mfnaA9TzaGEf-a9k-wmQ/mfnaA9TzaGEf-a9k-wmQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b717/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/impersonate/impersonate.go
2025-08-20T22:41:25.5328783Z [00:03:07.185]➜  go tool buildid -w $WORK/b716/_pkg_.a # internal
2025-08-20T22:41:25.5334345Z [00:03:07.186]➜  cp $WORK/b716/_pkg_.a /root/.cache/go-build/a6/a6e8414d6f423b259a575eef907e31bff953d26f0beb774dc4baad587a93f62e-d # internal
2025-08-20T22:41:25.5344310Z [00:03:07.187]➜  google.golang.org/api/internal/third_party/uritemplates
2025-08-20T22:41:25.5369576Z [00:03:07.189]➜  mkdir -p $WORK/b720/
2025-08-20T22:41:25.5370049Z [00:03:07.189]➜  cat >/tmp/go-build3998081543/b720/importcfg << 'EOF' # internal
2025-08-20T22:41:25.5370402Z [00:03:07.189]➜  # import config
2025-08-20T22:41:25.5370746Z [00:03:07.189]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:25.5371169Z [00:03:07.189]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.5371593Z [00:03:07.189]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:25.5372506Z [00:03:07.189]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:25.5372941Z [00:03:07.189]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:25.5373255Z [00:03:07.189]➜  EOF
2025-08-20T22:41:25.5375983Z [00:03:07.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b720/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/third_party/uritemplates=>google.golang.org/api@v0.236.0/internal/third_party/uritemplates;$WORK/b720=>" -p google.golang.org/api/internal/third_party/uritemplates -lang=go1.23 -complete -installsuffix shared -buildid 6iFPTAc5LAqynpreYVBp/6iFPTAc5LAqynpreYVBp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b720/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/third_party/uritemplates/uritemplates.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/third_party/uritemplates/utils.go
2025-08-20T22:41:25.5438109Z [00:03:07.196]➜  go tool buildid -w $WORK/b707/_pkg_.a # internal
2025-08-20T22:41:25.5458189Z [00:03:07.198]➜  cp $WORK/b707/_pkg_.a /root/.cache/go-build/a8/a849af7dedb2d15c0ae35d2d7baff48498d21edf28663468fb088a3a957d74f8-d # internal
2025-08-20T22:41:25.5459443Z [00:03:07.198]➜  github.com/google/s2a-go/internal/tokenmanager
2025-08-20T22:41:25.5466251Z [00:03:07.199]➜  mkdir -p $WORK/b706/
2025-08-20T22:41:25.5483906Z [00:03:07.201]➜  cat >/tmp/go-build3998081543/b706/importcfg << 'EOF' # internal
2025-08-20T22:41:25.5485459Z [00:03:07.201]➜  # import config
2025-08-20T22:41:25.5485936Z [00:03:07.201]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.5486561Z [00:03:07.201]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3998081543/b695/_pkg_.a
2025-08-20T22:41:25.5487705Z [00:03:07.201]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3998081543/b707/_pkg_.a
2025-08-20T22:41:25.5488313Z [00:03:07.201]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:25.5488650Z [00:03:07.201]➜  EOF
2025-08-20T22:41:25.5491152Z [00:03:07.201]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b706/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/tokenmanager=>github.com/google/s2a-go@v0.1.9/internal/tokenmanager;$WORK/b706=>" -p github.com/google/s2a-go/internal/tokenmanager -lang=go1.20 -complete -installsuffix shared -buildid Z6jBpeyQmWvw2FLoxwjq/Z6jBpeyQmWvw2FLoxwjq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b706/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/tokenmanager/tokenmanager.go
2025-08-20T22:41:25.5522838Z [00:03:07.205]➜  go tool buildid -w $WORK/b717/_pkg_.a # internal
2025-08-20T22:41:25.5531181Z [00:03:07.205]➜  cp $WORK/b717/_pkg_.a /root/.cache/go-build/db/dbe7859a230f5cfab8ecc80ae747ec3d21e7580ce5a93bdbe28d88198e7e2736-d # internal
2025-08-20T22:41:25.5532275Z [00:03:07.206]➜  github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto
2025-08-20T22:41:25.5533098Z [00:03:07.206]➜  mkdir -p $WORK/b709/
2025-08-20T22:41:25.5536458Z [00:03:07.206]➜  cat >/tmp/go-build3998081543/b709/importcfg << 'EOF' # internal
2025-08-20T22:41:25.5536869Z [00:03:07.206]➜  # import config
2025-08-20T22:41:25.5537607Z [00:03:07.206]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3998081543/b707/_pkg_.a
2025-08-20T22:41:25.5538817Z [00:03:07.206]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:25.5539798Z [00:03:07.206]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:25.5540522Z [00:03:07.206]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:25.5541003Z [00:03:07.206]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.5541325Z [00:03:07.206]➜  EOF
2025-08-20T22:41:25.5543638Z [00:03:07.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_context_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_context_go_proto;$WORK/b709=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto -lang=go1.20 -complete -installsuffix shared -buildid NcPht1zJ9tJtzoGuY0B5/NcPht1zJ9tJtzoGuY0B5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b709/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_context_go_proto/s2a_context.pb.go
2025-08-20T22:41:25.5726126Z [00:03:07.225]➜  go tool buildid -w $WORK/b706/_pkg_.a # internal
2025-08-20T22:41:25.5735055Z [00:03:07.226]➜  cp $WORK/b706/_pkg_.a /root/.cache/go-build/12/12459f2d3e9a0e3b38805eb0375677cafd18514dac6ad4f6ae161c434e3fc7d9-d # internal
2025-08-20T22:41:25.5737461Z [00:03:07.226]➜  go tool buildid -w $WORK/b720/_pkg_.a # internal
2025-08-20T22:41:25.5742311Z [00:03:07.227]➜  cp $WORK/b720/_pkg_.a /root/.cache/go-build/6b/6b262ef31f9f61a74985459b3225e7e037bc575d3ab8634981b8ac23d9e7fab1-d # internal
2025-08-20T22:41:25.5743827Z [00:03:07.227]➜  github.com/google/s2a-go/internal/record
2025-08-20T22:41:25.5744441Z [00:03:07.227]➜  mkdir -p $WORK/b698/
2025-08-20T22:41:25.5750467Z [00:03:07.227]➜  cat >/tmp/go-build3998081543/b698/importcfg << 'EOF' # internal
2025-08-20T22:41:25.5751531Z [00:03:07.228]➜  # import config
2025-08-20T22:41:25.5752492Z [00:03:07.228]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.5752996Z [00:03:07.228]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:25.5753856Z [00:03:07.228]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.5754341Z [00:03:07.228]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.5754937Z [00:03:07.228]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3998081543/b699/_pkg_.a
2025-08-20T22:41:25.5755847Z [00:03:07.228]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3998081543/b695/_pkg_.a
2025-08-20T22:41:25.5756630Z [00:03:07.228]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3998081543/b697/_pkg_.a
2025-08-20T22:41:25.5757675Z [00:03:07.228]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build3998081543/b700/_pkg_.a
2025-08-20T22:41:25.5758535Z [00:03:07.228]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3998081543/b706/_pkg_.a
2025-08-20T22:41:25.5759289Z [00:03:07.228]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:25.5759931Z [00:03:07.228]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:25.5760428Z [00:03:07.228]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:25.5760839Z [00:03:07.228]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:25.5761245Z [00:03:07.228]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.5761671Z [00:03:07.228]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.5762268Z [00:03:07.228]➜  EOF
2025-08-20T22:41:25.5765006Z [00:03:07.228]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b698/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record=>github.com/google/s2a-go@v0.1.9/internal/record;$WORK/b698=>" -p github.com/google/s2a-go/internal/record -lang=go1.20 -complete -installsuffix shared -buildid YTJWIZG8FoXMbbCkrGo2/YTJWIZG8FoXMbbCkrGo2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b698/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/record.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/record/ticketsender.go
2025-08-20T22:41:25.5767136Z [00:03:07.228]➜  google.golang.org/api/googleapi
2025-08-20T22:41:25.5767438Z [00:03:07.228]➜  mkdir -p $WORK/b719/
2025-08-20T22:41:25.5767809Z [00:03:07.229]➜  cat >/tmp/go-build3998081543/b719/importcfg << 'EOF' # internal
2025-08-20T22:41:25.5768487Z [00:03:07.229]➜  # import config
2025-08-20T22:41:25.5768829Z [00:03:07.229]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:25.5769276Z [00:03:07.229]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:25.5769730Z [00:03:07.229]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.5770142Z [00:03:07.229]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.5770751Z [00:03:07.229]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3998081543/b720/_pkg_.a
2025-08-20T22:41:25.5771362Z [00:03:07.229]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.5771780Z [00:03:07.229]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:25.5772213Z [00:03:07.229]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:25.5772647Z [00:03:07.229]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:25.5773079Z [00:03:07.229]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:25.5773507Z [00:03:07.229]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.5773816Z [00:03:07.229]➜  EOF
2025-08-20T22:41:25.5776373Z [00:03:07.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b719/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/googleapi=>google.golang.org/api@v0.236.0/googleapi;$WORK/b719=>" -p google.golang.org/api/googleapi -lang=go1.23 -complete -installsuffix shared -buildid KFPSQ_a9Kg7NWws3BWkF/KFPSQ_a9Kg7NWws3BWkF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b719/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/googleapi/googleapi.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/googleapi/types.go
2025-08-20T22:41:25.5865972Z [00:03:07.239]➜  go tool buildid -w $WORK/b709/_pkg_.a # internal
2025-08-20T22:41:25.5897383Z [00:03:07.242]➜  cp $WORK/b709/_pkg_.a /root/.cache/go-build/6b/6bc2244170c6d7f4a632c8041602cd05241ae9b8ee270d320d111d7c7007fff2-d # internal
2025-08-20T22:41:25.5900557Z [00:03:07.242]➜  github.com/google/s2a-go/internal/proto/v2/s2a_go_proto
2025-08-20T22:41:25.5900946Z [00:03:07.242]➜  mkdir -p $WORK/b708/
2025-08-20T22:41:25.5901588Z [00:03:07.242]➜  cat >/tmp/go-build3998081543/b708/importcfg << 'EOF' # internal
2025-08-20T22:41:25.5902009Z [00:03:07.242]➜  # import config
2025-08-20T22:41:25.5902359Z [00:03:07.242]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.5903121Z [00:03:07.242]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3998081543/b707/_pkg_.a
2025-08-20T22:41:25.5903980Z [00:03:07.242]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build3998081543/b709/_pkg_.a
2025-08-20T22:41:25.5904639Z [00:03:07.242]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:25.5905204Z [00:03:07.242]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:25.5906009Z [00:03:07.242]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:25.5906673Z [00:03:07.242]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:25.5907378Z [00:03:07.242]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:25.5907932Z [00:03:07.242]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:25.5908354Z [00:03:07.242]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.5908664Z [00:03:07.242]➜  EOF
2025-08-20T22:41:25.5911157Z [00:03:07.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto=>github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto;$WORK/b708=>" -p github.com/google/s2a-go/internal/proto/v2/s2a_go_proto -lang=go1.20 -complete -installsuffix shared -buildid RNlD4M8H2HypWXzGWN4h/RNlD4M8H2HypWXzGWN4h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b708/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto/s2a.pb.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/proto/v2/s2a_go_proto/s2a_grpc.pb.go
2025-08-20T22:41:25.6472454Z [00:03:07.299]➜  go tool buildid -w $WORK/b719/_pkg_.a # internal
2025-08-20T22:41:25.6479818Z [00:03:07.300]➜  cp $WORK/b719/_pkg_.a /root/.cache/go-build/94/941938683d81373cde6f84058e31b0cce08d509f837ea1f3832fe8efc6f30916-d # internal
2025-08-20T22:41:25.6483495Z [00:03:07.301]➜  google.golang.org/genproto/googleapis/rpc/code
2025-08-20T22:41:25.6484095Z [00:03:07.301]➜  mkdir -p $WORK/b725/
2025-08-20T22:41:25.6487869Z [00:03:07.301]➜  cat >/tmp/go-build3998081543/b725/importcfg << 'EOF' # internal
2025-08-20T22:41:25.6490577Z [00:03:07.301]➜  # import config
2025-08-20T22:41:25.6491196Z [00:03:07.301]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:25.6491904Z [00:03:07.301]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:25.6492477Z [00:03:07.301]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:25.6492902Z [00:03:07.301]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.6493222Z [00:03:07.302]➜  EOF
2025-08-20T22:41:25.6500567Z [00:03:07.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b725/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250528174236-200df99c418a/code=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250528174236-200df99c418a/code;$WORK/b725=>" -p google.golang.org/genproto/googleapis/rpc/code -lang=go1.23 -complete -installsuffix shared -buildid BIOzakC--xTbBl7KakKc/BIOzakC--xTbBl7KakKc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b725/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250528174236-200df99c418a/code/code.pb.go
2025-08-20T22:41:25.6546988Z [00:03:07.307]➜  go tool buildid -w $WORK/b698/_pkg_.a # internal
2025-08-20T22:41:25.6563571Z [00:03:07.309]➜  cp $WORK/b698/_pkg_.a /root/.cache/go-build/99/99cd8e87609e6141a55606d0835d78cdf5e75910141fe82c57845a584aa6e37f-d # internal
2025-08-20T22:41:25.6568089Z [00:03:07.309]➜  github.com/google/s2a-go/internal/handshaker
2025-08-20T22:41:25.6568661Z [00:03:07.309]➜  mkdir -p $WORK/b693/
2025-08-20T22:41:25.6569080Z [00:03:07.309]➜  cat >/tmp/go-build3998081543/b693/importcfg << 'EOF' # internal
2025-08-20T22:41:25.6569439Z [00:03:07.309]➜  # import config
2025-08-20T22:41:25.6569785Z [00:03:07.309]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.6570215Z [00:03:07.309]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.6570644Z [00:03:07.309]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.6571211Z [00:03:07.309]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build3998081543/b694/_pkg_.a
2025-08-20T22:41:25.6571950Z [00:03:07.309]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3998081543/b695/_pkg_.a
2025-08-20T22:41:25.6572700Z [00:03:07.309]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3998081543/b697/_pkg_.a
2025-08-20T22:41:25.6573390Z [00:03:07.309]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build3998081543/b698/_pkg_.a
2025-08-20T22:41:25.6574067Z [00:03:07.309]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3998081543/b706/_pkg_.a
2025-08-20T22:41:25.6574676Z [00:03:07.309]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:25.6575228Z [00:03:07.309]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:25.6576340Z [00:03:07.309]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:25.6597727Z [00:03:07.309]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:25.6598392Z [00:03:07.309]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.6598833Z [00:03:07.309]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:25.6599252Z [00:03:07.309]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.6599576Z [00:03:07.309]➜  EOF
2025-08-20T22:41:25.6601612Z [00:03:07.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b693/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker=>github.com/google/s2a-go@v0.1.9/internal/handshaker;$WORK/b693=>" -p github.com/google/s2a-go/internal/handshaker -lang=go1.20 -complete -installsuffix shared -buildid SvLVDxJa7US2Z6w98NgP/SvLVDxJa7US2Z6w98NgP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b693/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/handshaker/handshaker.go
2025-08-20T22:41:25.6801291Z [00:03:07.332]➜  go tool buildid -w $WORK/b725/_pkg_.a # internal
2025-08-20T22:41:25.6811449Z [00:03:07.333]➜  cp $WORK/b725/_pkg_.a /root/.cache/go-build/04/04fcea7b54f1d161983dfb2e6c5921f55cb133df3a76fa27957ad31c7c1d7040-d # internal
2025-08-20T22:41:25.6815903Z [00:03:07.334]➜  github.com/googleapis/gax-go/v2/apierror/internal/proto
2025-08-20T22:41:25.6816285Z [00:03:07.334]➜  mkdir -p $WORK/b724/
2025-08-20T22:41:25.6817547Z [00:03:07.334]➜  cat >/tmp/go-build3998081543/b724/importcfg << 'EOF' # internal
2025-08-20T22:41:25.6819017Z [00:03:07.334]➜  # import config
2025-08-20T22:41:25.6820102Z [00:03:07.334]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3998081543/b725/_pkg_.a
2025-08-20T22:41:25.6820873Z [00:03:07.334]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:25.6821623Z [00:03:07.334]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:25.6822340Z [00:03:07.334]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:25.6823147Z [00:03:07.334]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:25.6823672Z [00:03:07.334]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.6823984Z [00:03:07.334]➜  EOF
2025-08-20T22:41:25.6830304Z [00:03:07.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror/internal/proto=>github.com/googleapis/gax-go/v2@v2.14.2/apierror/internal/proto;$WORK/b724=>" -p github.com/googleapis/gax-go/v2/apierror/internal/proto -lang=go1.23 -complete -installsuffix shared -buildid ZAV_mQ45bYg1lVtP4lTq/ZAV_mQ45bYg1lVtP4lTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b724/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror/internal/proto/custom_error.pb.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror/internal/proto/error.pb.go
2025-08-20T22:41:25.7363968Z [00:03:07.389]➜  go tool buildid -w $WORK/b724/_pkg_.a # internal
2025-08-20T22:41:25.7378720Z [00:03:07.390]➜  cp $WORK/b724/_pkg_.a /root/.cache/go-build/a4/a4333ab0e84f7ea116de623d4c674abfa5bc237b78212cfa47bb14e98ff6b6b0-d # internal
2025-08-20T22:41:25.7379930Z [00:03:07.390]➜  google.golang.org/genproto/googleapis/rpc/errdetails
2025-08-20T22:41:25.7387033Z [00:03:07.391]➜  mkdir -p $WORK/b726/
2025-08-20T22:41:25.7396884Z [00:03:07.392]➜  cat >/tmp/go-build3998081543/b726/importcfg << 'EOF' # internal
2025-08-20T22:41:25.7397838Z [00:03:07.392]➜  # import config
2025-08-20T22:41:25.7398701Z [00:03:07.392]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:25.7399945Z [00:03:07.392]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:25.7401793Z [00:03:07.392]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:25.7402380Z [00:03:07.392]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:25.7402822Z [00:03:07.392]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.7403138Z [00:03:07.392]➜  EOF
2025-08-20T22:41:25.7406046Z [00:03:07.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b726/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250528174236-200df99c418a/errdetails=>google.golang.org/genproto/googleapis/rpc@v0.0.0-20250528174236-200df99c418a/errdetails;$WORK/b726=>" -p google.golang.org/genproto/googleapis/rpc/errdetails -lang=go1.23 -complete -installsuffix shared -buildid uuMbY3beaXlg59q7wrqM/uuMbY3beaXlg59q7wrqM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b726/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250528174236-200df99c418a/errdetails/error_details.pb.go
2025-08-20T22:41:25.7454582Z [00:03:07.398]➜  go tool buildid -w $WORK/b693/_pkg_.a # internal
2025-08-20T22:41:25.7483275Z [00:03:07.400]➜  cp $WORK/b693/_pkg_.a /root/.cache/go-build/d5/d5c861f4335ebdd4d5dc8e23cbfc33f366f11a4597ad017186aaabe106ca9757-d # internal
2025-08-20T22:41:25.7484886Z [00:03:07.400]➜  github.com/googleapis/gax-go/v2/callctx
2025-08-20T22:41:25.7486377Z [00:03:07.400]➜  mkdir -p $WORK/b727/
2025-08-20T22:41:25.7487132Z [00:03:07.400]➜  cat >/tmp/go-build3998081543/b727/importcfg << 'EOF' # internal
2025-08-20T22:41:25.7487685Z [00:03:07.400]➜  # import config
2025-08-20T22:41:25.7488046Z [00:03:07.401]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.7488486Z [00:03:07.401]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.7488794Z [00:03:07.401]➜  EOF
2025-08-20T22:41:25.7491040Z [00:03:07.401]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/callctx=>github.com/googleapis/gax-go/v2@v2.14.2/callctx;$WORK/b727=>" -p github.com/googleapis/gax-go/v2/callctx -lang=go1.23 -complete -installsuffix shared -buildid 7FUrZEQA-sxc2LdfUiI7/7FUrZEQA-sxc2LdfUiI7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b727/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/callctx/callctx.go
2025-08-20T22:41:25.7620530Z [00:03:07.414]➜  go tool buildid -w $WORK/b727/_pkg_.a # internal
2025-08-20T22:41:25.7621536Z [00:03:07.414]➜  cp $WORK/b727/_pkg_.a /root/.cache/go-build/9e/9ea28b31091bc6f7cc53bcc6e05b6d40369d5698dcecd46c94be6a7fe1e096f3-d # internal
2025-08-20T22:41:25.7622133Z [00:03:07.414]➜  github.com/felixge/httpsnoop
2025-08-20T22:41:25.7622430Z [00:03:07.414]➜  mkdir -p $WORK/b734/
2025-08-20T22:41:25.7623754Z [00:03:07.415]➜  cat >/tmp/go-build3998081543/b734/importcfg << 'EOF' # internal
2025-08-20T22:41:25.7624362Z [00:03:07.415]➜  # import config
2025-08-20T22:41:25.7624713Z [00:03:07.415]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:25.7625130Z [00:03:07.415]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.7625823Z [00:03:07.415]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:25.7626252Z [00:03:07.415]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:25.7626684Z [00:03:07.415]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.7627003Z [00:03:07.415]➜  EOF
2025-08-20T22:41:25.7629371Z [00:03:07.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/felixge/httpsnoop@v1.0.4=>github.com/felixge/httpsnoop@v1.0.4;$WORK/b734=>" -p github.com/felixge/httpsnoop -lang=go1.13 -complete -installsuffix shared -buildid gvZw5RJKlHzyE3y7Im6h/gvZw5RJKlHzyE3y7Im6h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b734/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-20T22:41:25.7684256Z [00:03:07.421]➜  go tool buildid -w $WORK/b708/_pkg_.a # internal
2025-08-20T22:41:25.7729933Z [00:03:07.425]➜  cp $WORK/b708/_pkg_.a /root/.cache/go-build/d9/d9967a4f68ad6423ed2b58e937d54de53fa3671910f0277c13e5219262713178-d # internal
2025-08-20T22:41:25.7731884Z [00:03:07.426]➜  github.com/google/s2a-go/stream
2025-08-20T22:41:25.7738084Z [00:03:07.426]➜  mkdir -p $WORK/b713/
2025-08-20T22:41:25.7738747Z [00:03:07.426]➜  cat >/tmp/go-build3998081543/b713/importcfg << 'EOF' # internal
2025-08-20T22:41:25.7740103Z [00:03:07.426]➜  # import config
2025-08-20T22:41:25.7740468Z [00:03:07.426]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.7741091Z [00:03:07.426]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3998081543/b708/_pkg_.a
2025-08-20T22:41:25.7741583Z [00:03:07.426]➜  EOF
2025-08-20T22:41:25.7743626Z [00:03:07.426]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/stream=>github.com/google/s2a-go@v0.1.9/stream;$WORK/b713=>" -p github.com/google/s2a-go/stream -lang=go1.20 -complete -installsuffix shared -buildid 6wkMPobh8fkdUV_Bu_rJ/6wkMPobh8fkdUV_Bu_rJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b713/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/stream/s2a_stream.go
2025-08-20T22:41:25.7989874Z [00:03:07.451]➜  go tool buildid -w $WORK/b713/_pkg_.a # internal
2025-08-20T22:41:25.7992666Z [00:03:07.451]➜  cp $WORK/b713/_pkg_.a /root/.cache/go-build/9f/9fd421617edfadf1425977e90575a0d7c36eb7a305b67d84540ac4f2e55dcea7-d # internal
2025-08-20T22:41:25.7993314Z [00:03:07.451]➜  github.com/google/s2a-go/internal/v2/certverifier
2025-08-20T22:41:25.7993703Z [00:03:07.451]➜  mkdir -p $WORK/b712/
2025-08-20T22:41:25.7994083Z [00:03:07.452]➜  cat >/tmp/go-build3998081543/b712/importcfg << 'EOF' # internal
2025-08-20T22:41:25.7994430Z [00:03:07.452]➜  # import config
2025-08-20T22:41:25.7994796Z [00:03:07.452]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:25.7995609Z [00:03:07.452]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.7996328Z [00:03:07.452]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3998081543/b708/_pkg_.a
2025-08-20T22:41:25.7997007Z [00:03:07.452]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3998081543/b713/_pkg_.a
2025-08-20T22:41:25.7997585Z [00:03:07.452]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:25.7998161Z [00:03:07.452]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:25.7998550Z [00:03:07.452]➜  EOF
2025-08-20T22:41:25.8000902Z [00:03:07.452]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/certverifier=>github.com/google/s2a-go@v0.1.9/internal/v2/certverifier;$WORK/b712=>" -p github.com/google/s2a-go/internal/v2/certverifier -lang=go1.20 -complete -installsuffix shared -buildid _li3N6ea0-yS8eCDCc77/_li3N6ea0-yS8eCDCc77 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b712/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/certverifier/certverifier.go
2025-08-20T22:41:25.8078430Z [00:03:07.459]➜  go tool buildid -w $WORK/b726/_pkg_.a # internal
2025-08-20T22:41:25.8087090Z [00:03:07.461]➜  cp $WORK/b726/_pkg_.a /root/.cache/go-build/f7/f7d668682ef8c0b736c55579cbfe1a1a56facad98b2e1c42feb3b8940ebd481e-d # internal
2025-08-20T22:41:25.8092214Z [00:03:07.461]➜  github.com/google/s2a-go/internal/v2/remotesigner
2025-08-20T22:41:25.8092578Z [00:03:07.461]➜  mkdir -p $WORK/b714/
2025-08-20T22:41:25.8093330Z [00:03:07.461]➜  cat >/tmp/go-build3998081543/b714/importcfg << 'EOF' # internal
2025-08-20T22:41:25.8093685Z [00:03:07.462]➜  # import config
2025-08-20T22:41:25.8094033Z [00:03:07.462]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:25.8094479Z [00:03:07.462]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:25.8094946Z [00:03:07.462]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:25.8095608Z [00:03:07.462]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.8096269Z [00:03:07.462]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3998081543/b708/_pkg_.a
2025-08-20T22:41:25.8096935Z [00:03:07.462]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3998081543/b713/_pkg_.a
2025-08-20T22:41:25.8097511Z [00:03:07.462]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:25.8098086Z [00:03:07.462]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:25.8098582Z [00:03:07.462]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.8098903Z [00:03:07.462]➜  EOF
2025-08-20T22:41:25.8101217Z [00:03:07.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner=>github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner;$WORK/b714=>" -p github.com/google/s2a-go/internal/v2/remotesigner -lang=go1.20 -complete -installsuffix shared -buildid A8tnKfUFY6Qq_D_akUxW/A8tnKfUFY6Qq_D_akUxW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b714/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/remotesigner/remotesigner.go
2025-08-20T22:41:25.8379573Z [00:03:07.490]➜  go tool buildid -w $WORK/b712/_pkg_.a # internal
2025-08-20T22:41:25.8398191Z [00:03:07.492]➜  cp $WORK/b712/_pkg_.a /root/.cache/go-build/b5/b5dfbf8af208f6ec58ec9729845a42820c52e16d94ed13ea9e3fd0ffb255bb9a-d # internal
2025-08-20T22:41:25.8404454Z [00:03:07.493]➜  github.com/googleapis/gax-go/v2/apierror
2025-08-20T22:41:25.8408282Z [00:03:07.493]➜  mkdir -p $WORK/b723/
2025-08-20T22:41:25.8408681Z [00:03:07.493]➜  cat >/tmp/go-build3998081543/b723/importcfg << 'EOF' # internal
2025-08-20T22:41:25.8409282Z [00:03:07.493]➜  # import config
2025-08-20T22:41:25.8409697Z [00:03:07.493]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.8410121Z [00:03:07.493]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.8410741Z [00:03:07.493]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3998081543/b724/_pkg_.a
2025-08-20T22:41:25.8411415Z [00:03:07.493]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:25.8412099Z [00:03:07.493]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3998081543/b726/_pkg_.a
2025-08-20T22:41:25.8413004Z [00:03:07.493]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:25.8413579Z [00:03:07.493]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:25.8414231Z [00:03:07.493]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:25.8414876Z [00:03:07.493]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:25.8415543Z [00:03:07.493]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:25.8415925Z [00:03:07.493]➜  EOF
2025-08-20T22:41:25.8417873Z [00:03:07.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror=>github.com/googleapis/gax-go/v2@v2.14.2/apierror;$WORK/b723=>" -p github.com/googleapis/gax-go/v2/apierror -lang=go1.23 -complete -installsuffix shared -buildid Obwe3W_GeEiN4Nlt-Cfq/Obwe3W_GeEiN4Nlt-Cfq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b723/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/apierror/apierror.go
2025-08-20T22:41:25.8548969Z [00:03:07.506]➜  go tool buildid -w $WORK/b714/_pkg_.a # internal
2025-08-20T22:41:25.8552565Z [00:03:07.507]➜  cp $WORK/b714/_pkg_.a /root/.cache/go-build/52/52e5b01025117d92f77cfc6a9b6a1ce148d8ba04ad3af002498e17935eb6459d-d # internal
2025-08-20T22:41:25.8560434Z [00:03:07.508]➜  github.com/google/s2a-go/internal/v2/tlsconfigstore
2025-08-20T22:41:25.8564977Z [00:03:07.508]➜  mkdir -p $WORK/b711/
2025-08-20T22:41:25.8565499Z [00:03:07.508]➜  cat >/tmp/go-build3998081543/b711/importcfg << 'EOF' # internal
2025-08-20T22:41:25.8565916Z [00:03:07.508]➜  # import config
2025-08-20T22:41:25.8566285Z [00:03:07.508]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:25.8566750Z [00:03:07.508]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:25.8567226Z [00:03:07.508]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:25.8567686Z [00:03:07.508]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.8568119Z [00:03:07.508]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.8568746Z [00:03:07.508]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3998081543/b707/_pkg_.a
2025-08-20T22:41:25.8569516Z [00:03:07.508]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3998081543/b708/_pkg_.a
2025-08-20T22:41:25.8570560Z [00:03:07.508]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3998081543/b706/_pkg_.a
2025-08-20T22:41:25.8571347Z [00:03:07.508]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build3998081543/b712/_pkg_.a
2025-08-20T22:41:25.8572068Z [00:03:07.508]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build3998081543/b714/_pkg_.a
2025-08-20T22:41:25.8572728Z [00:03:07.508]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3998081543/b713/_pkg_.a
2025-08-20T22:41:25.8573297Z [00:03:07.508]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:25.8573968Z [00:03:07.508]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:25.8574436Z [00:03:07.508]➜  EOF
2025-08-20T22:41:25.8576796Z [00:03:07.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/tlsconfigstore=>github.com/google/s2a-go@v0.1.9/internal/v2/tlsconfigstore;$WORK/b711=>" -p github.com/google/s2a-go/internal/v2/tlsconfigstore -lang=go1.20 -complete -installsuffix shared -buildid W27DldxALWn2CBLWcz9b/W27DldxALWn2CBLWcz9b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b711/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/tlsconfigstore/tlsconfigstore.go
2025-08-20T22:41:25.9004218Z [00:03:07.553]➜  go tool buildid -w $WORK/b723/_pkg_.a # internal
2025-08-20T22:41:25.9027849Z [00:03:07.555]➜  cp $WORK/b723/_pkg_.a /root/.cache/go-build/10/10eaaa7407506569f053c205a0629d32853ee5b6f56d02362e514a2f119cf52c-d # internal
2025-08-20T22:41:25.9034401Z [00:03:07.555]➜  github.com/googleapis/gax-go/v2
2025-08-20T22:41:25.9034748Z [00:03:07.555]➜  mkdir -p $WORK/b722/
2025-08-20T22:41:25.9035128Z [00:03:07.555]➜  cat >/tmp/go-build3998081543/b722/importcfg << 'EOF' # internal
2025-08-20T22:41:25.9035647Z [00:03:07.555]➜  # import config
2025-08-20T22:41:25.9036008Z [00:03:07.555]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:25.9036434Z [00:03:07.555]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.9036890Z [00:03:07.555]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:25.9037335Z [00:03:07.555]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.9038096Z [00:03:07.555]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:25.9038653Z [00:03:07.555]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3998081543/b723/_pkg_.a
2025-08-20T22:41:25.9039304Z [00:03:07.555]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3998081543/b727/_pkg_.a
2025-08-20T22:41:25.9039957Z [00:03:07.555]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build3998081543/b728/_pkg_.a
2025-08-20T22:41:25.9040583Z [00:03:07.555]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:25.9041147Z [00:03:07.555]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:25.9041702Z [00:03:07.555]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:25.9042277Z [00:03:07.555]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:25.9042857Z [00:03:07.555]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:25.9043518Z [00:03:07.555]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:25.9044165Z [00:03:07.555]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:25.9044837Z [00:03:07.555]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:25.9045521Z [00:03:07.555]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.9046492Z [00:03:07.555]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:25.9047001Z [00:03:07.555]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:25.9047443Z [00:03:07.555]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:25.9047876Z [00:03:07.555]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:25.9048321Z [00:03:07.555]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:25.9048741Z [00:03:07.555]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.9049158Z [00:03:07.555]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:25.9049477Z [00:03:07.555]➜  EOF
2025-08-20T22:41:25.9052665Z [00:03:07.555]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b722/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2=>github.com/googleapis/gax-go/v2@v2.14.2;$WORK/b722=>" -p github.com/googleapis/gax-go/v2 -lang=go1.23 -complete -installsuffix shared -buildid SILyC16q7187syKPruA6/SILyC16q7187syKPruA6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b722/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/call_option.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/content_type.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/gax.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/header.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/invoke.go /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/proto_json_stream.go
2025-08-20T22:41:25.9526845Z [00:03:07.605]➜  go tool buildid -w $WORK/b711/_pkg_.a # internal
2025-08-20T22:41:25.9530201Z [00:03:07.605]➜  go tool buildid -w $WORK/b734/_pkg_.a # internal
2025-08-20T22:41:25.9566513Z [00:03:07.609]➜  cp $WORK/b711/_pkg_.a /root/.cache/go-build/82/82e3209a0c1ef40943f29994904c721adc6dd8ea944066b378acad81751a8418-d # internal
2025-08-20T22:41:25.9612151Z [00:03:07.614]➜  github.com/google/s2a-go/internal/v2
2025-08-20T22:41:25.9613269Z [00:03:07.614]➜  mkdir -p $WORK/b710/
2025-08-20T22:41:25.9614295Z [00:03:07.614]➜  cat >/tmp/go-build3998081543/b710/importcfg << 'EOF' # internal
2025-08-20T22:41:25.9615261Z [00:03:07.614]➜  # import config
2025-08-20T22:41:25.9615859Z [00:03:07.614]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:25.9616326Z [00:03:07.614]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:25.9617150Z [00:03:07.614]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:25.9617714Z [00:03:07.614]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3998081543/b692/_pkg_.a
2025-08-20T22:41:25.9618415Z [00:03:07.614]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3998081543/b699/_pkg_.a
2025-08-20T22:41:25.9619231Z [00:03:07.614]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3998081543/b707/_pkg_.a
2025-08-20T22:41:25.9620009Z [00:03:07.614]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3998081543/b708/_pkg_.a
2025-08-20T22:41:25.9620729Z [00:03:07.614]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3998081543/b706/_pkg_.a
2025-08-20T22:41:25.9621469Z [00:03:07.614]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build3998081543/b711/_pkg_.a
2025-08-20T22:41:25.9622131Z [00:03:07.614]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3998081543/b715/_pkg_.a
2025-08-20T22:41:25.9622710Z [00:03:07.614]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3998081543/b713/_pkg_.a
2025-08-20T22:41:25.9623416Z [00:03:07.614]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:25.9624076Z [00:03:07.614]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:25.9624797Z [00:03:07.614]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:25.9625579Z [00:03:07.614]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:25.9626125Z [00:03:07.614]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:25.9626534Z [00:03:07.614]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:25.9626942Z [00:03:07.614]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:25.9627263Z [00:03:07.614]➜  EOF
2025-08-20T22:41:25.9629104Z [00:03:07.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2=>github.com/google/s2a-go@v0.1.9/internal/v2;$WORK/b710=>" -p github.com/google/s2a-go/internal/v2 -lang=go1.20 -complete -installsuffix shared -buildid vs_fUZCxA-USjy7ho-8Y/vs_fUZCxA-USjy7ho-8Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b710/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/internal/v2/s2av2.go
2025-08-20T22:41:25.9680257Z [00:03:07.620]➜  cp $WORK/b734/_pkg_.a /root/.cache/go-build/ae/ae74e9bd3cd282ad66d22951f5d7b5cb57d48746b4d237c324738fbda4f6f315-d # internal
2025-08-20T22:41:25.9699586Z [00:03:07.622]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request
2025-08-20T22:41:25.9700796Z [00:03:07.622]➜  mkdir -p $WORK/b735/
2025-08-20T22:41:25.9701182Z [00:03:07.622]➜  cat >/tmp/go-build3998081543/b735/importcfg << 'EOF' # internal
2025-08-20T22:41:25.9701893Z [00:03:07.622]➜  # import config
2025-08-20T22:41:25.9702227Z [00:03:07.622]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:25.9702651Z [00:03:07.622]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:25.9703084Z [00:03:07.622]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:25.9703392Z [00:03:07.622]➜  EOF
2025-08-20T22:41:25.9738365Z [00:03:07.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b735/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/request=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/request;$WORK/b735=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request -lang=go1.22 -complete -installsuffix shared -buildid 96Mpd5XijR5LXKx-a5JQ/96Mpd5XijR5LXKx-a5JQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b735/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/request/body_wrapper.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/request/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/request/resp_writer_wrapper.go
2025-08-20T22:41:26.0034414Z [00:03:07.656]➜  go tool buildid -w $WORK/b722/_pkg_.a # internal
2025-08-20T22:41:26.0144431Z [00:03:07.667]➜  cp $WORK/b722/_pkg_.a /root/.cache/go-build/04/0457caeb7be725eeb60257c059493cc4bbf7bd43f2573c5ce8b9e3fe3759b4c9-d # internal
2025-08-20T22:41:26.0146712Z [00:03:07.667]➜  go.opentelemetry.io/otel/internal/attribute
2025-08-20T22:41:26.0147072Z [00:03:07.667]➜  mkdir -p $WORK/b740/
2025-08-20T22:41:26.0147456Z [00:03:07.667]➜  cat >/tmp/go-build3998081543/b740/importcfg << 'EOF' # internal
2025-08-20T22:41:26.0147806Z [00:03:07.667]➜  # import config
2025-08-20T22:41:26.0148172Z [00:03:07.667]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:26.0148509Z [00:03:07.667]➜  EOF
2025-08-20T22:41:26.0150967Z [00:03:07.667]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b740/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/attribute=>go.opentelemetry.io/otel@v1.35.0/internal/attribute;$WORK/b740=>" -p go.opentelemetry.io/otel/internal/attribute -lang=go1.22 -complete -installsuffix shared -buildid mIrdgYBZ_jKf3jEPl2C3/mIrdgYBZ_jKf3jEPl2C3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b740/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/attribute/attribute.go
2025-08-20T22:41:26.0369390Z [00:03:07.689]➜  go tool buildid -w $WORK/b735/_pkg_.a # internal
2025-08-20T22:41:26.0377882Z [00:03:07.690]➜  cp $WORK/b735/_pkg_.a /root/.cache/go-build/0f/0f2c425af6915330dc6e7d92e38f111230f01a025b0fd5cd64fcd766973424fe-d # internal
2025-08-20T22:41:26.0379324Z [00:03:07.690]➜  go.opentelemetry.io/otel/codes
2025-08-20T22:41:26.0380151Z [00:03:07.690]➜  mkdir -p $WORK/b741/
2025-08-20T22:41:26.0383257Z [00:03:07.691]➜  cat >/tmp/go-build3998081543/b741/importcfg << 'EOF' # internal
2025-08-20T22:41:26.0383734Z [00:03:07.691]➜  # import config
2025-08-20T22:41:26.0384106Z [00:03:07.691]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.0384581Z [00:03:07.691]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:26.0385002Z [00:03:07.691]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.0385549Z [00:03:07.691]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.0385927Z [00:03:07.691]➜  EOF
2025-08-20T22:41:26.0400814Z [00:03:07.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b741/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/codes=>go.opentelemetry.io/otel@v1.35.0/codes;$WORK/b741=>" -p go.opentelemetry.io/otel/codes -lang=go1.22 -complete -installsuffix shared -buildid mlkPhHK7geCNANUH4-ML/mlkPhHK7geCNANUH4-ML -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b741/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/codes/codes.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/codes/doc.go
2025-08-20T22:41:26.0668699Z [00:03:07.719]➜  go tool buildid -w $WORK/b741/_pkg_.a # internal
2025-08-20T22:41:26.0680133Z [00:03:07.720]➜  cp $WORK/b741/_pkg_.a /root/.cache/go-build/6e/6ea0799f76cee6f5166a7a88a1ec387a5b6fee0a2543be177047c171077e4205-d # internal
2025-08-20T22:41:26.0689093Z [00:03:07.721]➜  github.com/go-logr/logr
2025-08-20T22:41:26.0689945Z [00:03:07.721]➜  mkdir -p $WORK/b744/
2025-08-20T22:41:26.0701239Z [00:03:07.723]➜  cat >/tmp/go-build3998081543/b744/importcfg << 'EOF' # internal
2025-08-20T22:41:26.0702259Z [00:03:07.723]➜  # import config
2025-08-20T22:41:26.0703182Z [00:03:07.723]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.0704274Z [00:03:07.723]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.0705110Z [00:03:07.723]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:26.0705996Z [00:03:07.723]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:26.0706429Z [00:03:07.723]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.0706740Z [00:03:07.723]➜  EOF
2025-08-20T22:41:26.0714301Z [00:03:07.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.2=>github.com/go-logr/logr@v1.4.2;$WORK/b744=>" -p github.com/go-logr/logr -lang=go1.18 -complete -installsuffix shared -buildid OGzgvojtl2frOanN6t3E/OGzgvojtl2frOanN6t3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b744/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/context.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/context_slog.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/discard.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/logr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/sloghandler.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/slogr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/slogsink.go
2025-08-20T22:41:26.0765054Z [00:03:07.729]➜  go tool buildid -w $WORK/b740/_pkg_.a # internal
2025-08-20T22:41:26.0777383Z [00:03:07.730]➜  cp $WORK/b740/_pkg_.a /root/.cache/go-build/ba/ba51024983e9e796d0bf4e4dcc751b3690591f492608cd03a4a327c9583e8423-d # internal
2025-08-20T22:41:26.0782977Z [00:03:07.731]➜  go.opentelemetry.io/otel/attribute
2025-08-20T22:41:26.0783756Z [00:03:07.731]➜  mkdir -p $WORK/b738/
2025-08-20T22:41:26.0790174Z [00:03:07.731]➜  cat >/tmp/go-build3998081543/b738/importcfg << 'EOF' # internal
2025-08-20T22:41:26.0790815Z [00:03:07.731]➜  # import config
2025-08-20T22:41:26.0791288Z [00:03:07.731]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:26.0792363Z [00:03:07.731]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:26.0793097Z [00:03:07.731]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.0793707Z [00:03:07.731]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.0794620Z [00:03:07.731]➜  packagefile go.opentelemetry.io/otel/internal=/tmp/go-build3998081543/b739/_pkg_.a
2025-08-20T22:41:26.0795640Z [00:03:07.731]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/tmp/go-build3998081543/b740/_pkg_.a
2025-08-20T22:41:26.0796405Z [00:03:07.731]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:26.0797281Z [00:03:07.731]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:26.0797968Z [00:03:07.731]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:26.0798538Z [00:03:07.731]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.0799244Z [00:03:07.731]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.0800030Z [00:03:07.731]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:26.0800827Z [00:03:07.731]➜  EOF
2025-08-20T22:41:26.0805227Z [00:03:07.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b738/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute=>go.opentelemetry.io/otel@v1.35.0/attribute;$WORK/b738=>" -p go.opentelemetry.io/otel/attribute -lang=go1.22 -complete -installsuffix shared -buildid vkT4cFj1OAb0GFL1l698/vkT4cFj1OAb0GFL1l698 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b738/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute/encoder.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute/iterator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute/key.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute/kv.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute/set.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute/type_string.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/attribute/value.go
2025-08-20T22:41:26.0949640Z [00:03:07.745]➜  go tool buildid -w $WORK/b710/_pkg_.a # internal
2025-08-20T22:41:26.0953224Z [00:03:07.747]➜  cp $WORK/b710/_pkg_.a /root/.cache/go-build/01/01494895cd689cf4ecf2778cb81e58d5b4277e624c0f4647a451898c64a80290-d # internal
2025-08-20T22:41:26.0982509Z [00:03:07.750]➜  github.com/google/s2a-go
2025-08-20T22:41:26.0983548Z [00:03:07.750]➜  mkdir -p $WORK/b691/
2025-08-20T22:41:26.0997849Z [00:03:07.752]➜  cat >/tmp/go-build3998081543/b691/importcfg << 'EOF' # internal
2025-08-20T22:41:26.0998527Z [00:03:07.752]➜  # import config
2025-08-20T22:41:26.0999000Z [00:03:07.752]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.1000080Z [00:03:07.752]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:26.1000776Z [00:03:07.752]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:26.1001674Z [00:03:07.752]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.1002396Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3998081543/b692/_pkg_.a
2025-08-20T22:41:26.1003462Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build3998081543/b693/_pkg_.a
2025-08-20T22:41:26.1004742Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3998081543/b699/_pkg_.a
2025-08-20T22:41:26.1006151Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3998081543/b695/_pkg_.a
2025-08-20T22:41:26.1007085Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3998081543/b707/_pkg_.a
2025-08-20T22:41:26.1008379Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3998081543/b708/_pkg_.a
2025-08-20T22:41:26.1009905Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3998081543/b706/_pkg_.a
2025-08-20T22:41:26.1010596Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build3998081543/b710/_pkg_.a
2025-08-20T22:41:26.1011196Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3998081543/b715/_pkg_.a
2025-08-20T22:41:26.1011784Z [00:03:07.752]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3998081543/b713/_pkg_.a
2025-08-20T22:41:26.1012383Z [00:03:07.752]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:26.1012990Z [00:03:07.752]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:26.1013568Z [00:03:07.752]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3998081543/b530/_pkg_.a
2025-08-20T22:41:26.1014154Z [00:03:07.752]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:26.1014655Z [00:03:07.752]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:26.1015758Z [00:03:07.752]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.1016194Z [00:03:07.752]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.1016511Z [00:03:07.752]➜  EOF
2025-08-20T22:41:26.1018615Z [00:03:07.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b691/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/google/s2a-go@v0.1.9=>github.com/google/s2a-go@v0.1.9;$WORK/b691=>" -p github.com/google/s2a-go -lang=go1.20 -complete -installsuffix shared -buildid KYFDR_RDZzPOL9a1-yMY/KYFDR_RDZzPOL9a1-yMY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b691/importcfg -pack /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a_options.go /root/go/pkg/mod/github.com/google/s2a-go@v0.1.9/s2a_utils.go
2025-08-20T22:41:26.1167408Z [00:03:07.769]➜  go tool buildid -w $WORK/b744/_pkg_.a # internal
2025-08-20T22:41:26.1179219Z [00:03:07.770]➜  cp $WORK/b744/_pkg_.a /root/.cache/go-build/a0/a08a8b18e4c4e7b7e5bf3da1f0944749c65a71369d788cd53ec4c8701941472d-d # internal
2025-08-20T22:41:26.1184421Z [00:03:07.771]➜  github.com/go-logr/logr/funcr
2025-08-20T22:41:26.1184925Z [00:03:07.771]➜  mkdir -p $WORK/b747/
2025-08-20T22:41:26.1186019Z [00:03:07.771]➜  cat >/tmp/go-build3998081543/b747/importcfg << 'EOF' # internal
2025-08-20T22:41:26.1186926Z [00:03:07.771]➜  # import config
2025-08-20T22:41:26.1187379Z [00:03:07.771]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:26.1187934Z [00:03:07.771]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.1188561Z [00:03:07.771]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:26.1189179Z [00:03:07.771]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.1189764Z [00:03:07.771]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.1190389Z [00:03:07.771]➜  packagefile github.com/go-logr/logr=/tmp/go-build3998081543/b744/_pkg_.a
2025-08-20T22:41:26.1191039Z [00:03:07.771]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:26.1191586Z [00:03:07.771]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:26.1192367Z [00:03:07.771]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:26.1193022Z [00:03:07.771]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:26.1193616Z [00:03:07.771]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.1194261Z [00:03:07.771]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.1194837Z [00:03:07.771]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.1195317Z [00:03:07.771]➜  EOF
2025-08-20T22:41:26.1197659Z [00:03:07.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b747/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/funcr=>github.com/go-logr/logr@v1.4.2/funcr;$WORK/b747=>" -p github.com/go-logr/logr/funcr -lang=go1.18 -complete -installsuffix shared -buildid jIOHO7WMfLDpgIHySrxU/jIOHO7WMfLDpgIHySrxU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b747/importcfg -pack /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/funcr/funcr.go /root/go/pkg/mod/github.com/go-logr/logr@v1.4.2/funcr/slogsink.go
2025-08-20T22:41:26.2186724Z [00:03:07.871]➜  go tool buildid -w $WORK/b738/_pkg_.a # internal
2025-08-20T22:41:26.2190840Z [00:03:07.871]➜  go tool buildid -w $WORK/b691/_pkg_.a # internal
2025-08-20T22:41:26.2207186Z [00:03:07.873]➜  go tool buildid -w $WORK/b747/_pkg_.a # internal
2025-08-20T22:41:26.2213024Z [00:03:07.874]➜  cp $WORK/b691/_pkg_.a /root/.cache/go-build/a3/a35b25e9343d180d961740986128f15961863269c5b5ac70ec2e439733a48430-d # internal
2025-08-20T22:41:26.2222899Z [00:03:07.875]➜  cp $WORK/b747/_pkg_.a /root/.cache/go-build/b4/b485fe185b5dd5c0643c29024e4a0a9862c9b3959f8a95c5e9b6cc3f4400c31e-d # internal
2025-08-20T22:41:26.2226320Z [00:03:07.875]➜  cloud.google.com/go/auth/internal/transport
2025-08-20T22:41:26.2226762Z [00:03:07.875]➜  mkdir -p $WORK/b732/
2025-08-20T22:41:26.2240009Z [00:03:07.875]➜  cat >/tmp/go-build3998081543/b732/importcfg << 'EOF' # internal
2025-08-20T22:41:26.2240483Z [00:03:07.875]➜  # import config
2025-08-20T22:41:26.2252888Z [00:03:07.875]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3998081543/b677/_pkg_.a
2025-08-20T22:41:26.2260187Z [00:03:07.875]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:26.2260993Z [00:03:07.875]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3998081543/b682/_pkg_.a
2025-08-20T22:41:26.2261671Z [00:03:07.875]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:26.2262205Z [00:03:07.875]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.2262652Z [00:03:07.875]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:26.2263131Z [00:03:07.875]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:26.2263597Z [00:03:07.875]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.2264080Z [00:03:07.875]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:26.2264509Z [00:03:07.875]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.2269000Z [00:03:07.875]➜  packagefile github.com/google/s2a-go=/tmp/go-build3998081543/b691/_pkg_.a
2025-08-20T22:41:26.2269611Z [00:03:07.875]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3998081543/b692/_pkg_.a
2025-08-20T22:41:26.2270225Z [00:03:07.875]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:26.2270730Z [00:03:07.875]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:26.2271149Z [00:03:07.875]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:26.2271586Z [00:03:07.875]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:26.2272009Z [00:03:07.875]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:26.2272442Z [00:03:07.875]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:26.2273163Z [00:03:07.875]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:26.2273656Z [00:03:07.875]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.2274236Z [00:03:07.875]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.2274718Z [00:03:07.875]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.2275131Z [00:03:07.875]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.2275674Z [00:03:07.875]➜  EOF
2025-08-20T22:41:26.2278293Z [00:03:07.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b732/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/transport=>cloud.google.com/go/auth@v0.16.1/internal/transport;$WORK/b732=>" -p cloud.google.com/go/auth/internal/transport -lang=go1.23 -complete -installsuffix shared -buildid -GYU7a7pF2ntpREF6wUS/-GYU7a7pF2ntpREF6wUS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b732/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/transport/cba.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/transport/s2a.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/transport/transport.go
2025-08-20T22:41:26.2280865Z [00:03:07.876]➜  cp $WORK/b738/_pkg_.a /root/.cache/go-build/00/002835345507b69a1d67e6094d7aa7e684b090dc2945b6c47e909c145f06072c-d # internal
2025-08-20T22:41:26.2281468Z [00:03:07.876]➜  google.golang.org/api/internal
2025-08-20T22:41:26.2281758Z [00:03:07.876]➜  mkdir -p $WORK/b676/
2025-08-20T22:41:26.2282072Z [00:03:07.876]➜  go.opentelemetry.io/otel/semconv/v1.20.0
2025-08-20T22:41:26.2282377Z [00:03:07.877]➜  mkdir -p $WORK/b742/
2025-08-20T22:41:26.2283029Z [00:03:07.877]➜  cat >/tmp/go-build3998081543/b742/importcfg << 'EOF' # internal
2025-08-20T22:41:26.2283371Z [00:03:07.877]➜  # import config
2025-08-20T22:41:26.2283809Z [00:03:07.877]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:26.2284210Z [00:03:07.877]➜  EOF
2025-08-20T22:41:26.2296945Z [00:03:07.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b742/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0=>go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0;$WORK/b742=>" -p go.opentelemetry.io/otel/semconv/v1.20.0 -lang=go1.22 -complete -installsuffix shared -buildid JGTxXZaRwb-EYUnU3XEO/JGTxXZaRwb-EYUnU3XEO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b742/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.20.0/trace.go
2025-08-20T22:41:26.2300574Z [00:03:07.878]➜  cat >/tmp/go-build3998081543/b676/importcfg << 'EOF' # internal
2025-08-20T22:41:26.2300925Z [00:03:07.878]➜  # import config
2025-08-20T22:41:26.2301332Z [00:03:07.878]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:26.2301923Z [00:03:07.878]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3998081543/b677/_pkg_.a
2025-08-20T22:41:26.2302549Z [00:03:07.878]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3998081543/b690/_pkg_.a
2025-08-20T22:41:26.2303178Z [00:03:07.878]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:26.2303704Z [00:03:07.878]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.2304146Z [00:03:07.878]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:26.2304892Z [00:03:07.878]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.2305585Z [00:03:07.878]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:26.2306173Z [00:03:07.878]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.2306723Z [00:03:07.878]➜  packagefile github.com/google/s2a-go=/tmp/go-build3998081543/b691/_pkg_.a
2025-08-20T22:41:26.2307254Z [00:03:07.878]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:26.2307793Z [00:03:07.878]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:26.2308385Z [00:03:07.878]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3998081543/b716/_pkg_.a
2025-08-20T22:41:26.2309046Z [00:03:07.878]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3998081543/b717/_pkg_.a
2025-08-20T22:41:26.2309642Z [00:03:07.878]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:26.2310221Z [00:03:07.878]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:26.2310726Z [00:03:07.878]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:26.2311150Z [00:03:07.878]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:26.2311567Z [00:03:07.878]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:26.2311988Z [00:03:07.878]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:26.2312421Z [00:03:07.878]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:26.2312830Z [00:03:07.878]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:26.2313485Z [00:03:07.878]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.2313915Z [00:03:07.878]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.2314333Z [00:03:07.878]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.2314747Z [00:03:07.878]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.2315053Z [00:03:07.878]➜  EOF
2025-08-20T22:41:26.2318407Z [00:03:07.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b676/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/internal=>google.golang.org/api@v0.236.0/internal;$WORK/b676=>" -p google.golang.org/api/internal -lang=go1.23 -complete -installsuffix shared -buildid YeuqjJc9YEY-i9U38tkF/YeuqjJc9YEY-i9U38tkF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b676/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/cba.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/conn_pool.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/creds.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/s2a.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/settings.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/version.go
2025-08-20T22:41:26.3007762Z [00:03:07.953]➜  go tool buildid -w $WORK/b732/_pkg_.a # internal
2025-08-20T22:41:26.3024939Z [00:03:07.955]➜  cp $WORK/b732/_pkg_.a /root/.cache/go-build/dc/dc155cec72b4cb1415ac87322cf730b6f64ab6c44962a1e2ef7d11c1a7de2e92-d # internal
2025-08-20T22:41:26.3027293Z [00:03:07.955]➜  github.com/go-logr/stdr
2025-08-20T22:41:26.3032264Z [00:03:07.956]➜  mkdir -p $WORK/b746/
2025-08-20T22:41:26.3038579Z [00:03:07.956]➜  cat >/tmp/go-build3998081543/b746/importcfg << 'EOF' # internal
2025-08-20T22:41:26.3038990Z [00:03:07.956]➜  # import config
2025-08-20T22:41:26.3039400Z [00:03:07.956]➜  packagefile github.com/go-logr/logr=/tmp/go-build3998081543/b744/_pkg_.a
2025-08-20T22:41:26.3040022Z [00:03:07.956]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build3998081543/b747/_pkg_.a
2025-08-20T22:41:26.3040511Z [00:03:07.956]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:26.3040915Z [00:03:07.956]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:26.3041219Z [00:03:07.956]➜  EOF
2025-08-20T22:41:26.3053068Z [00:03:07.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2=>github.com/go-logr/stdr@v1.2.2;$WORK/b746=>" -p github.com/go-logr/stdr -lang=go1.16 -complete -installsuffix shared -buildid ulzgdft72whhG4RGBsbW/ulzgdft72whhG4RGBsbW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b746/importcfg -pack /root/go/pkg/mod/github.com/go-logr/stdr@v1.2.2/stdr.go
2025-08-20T22:41:26.3403483Z [00:03:07.992]➜  go tool buildid -w $WORK/b746/_pkg_.a # internal
2025-08-20T22:41:26.3421353Z [00:03:07.994]➜  cp $WORK/b746/_pkg_.a /root/.cache/go-build/72/722bf936ce7323fc54f88a2c4e81208f14313b42193ef970b39f4ade81771f97-d # internal
2025-08-20T22:41:26.3431308Z [00:03:07.995]➜  go.opentelemetry.io/auto/sdk/internal/telemetry
2025-08-20T22:41:26.3448998Z [00:03:07.997]➜  mkdir -p $WORK/b749/
2025-08-20T22:41:26.3460389Z [00:03:07.998]➜  cat >/tmp/go-build3998081543/b749/importcfg << 'EOF' # internal
2025-08-20T22:41:26.3461576Z [00:03:07.998]➜  # import config
2025-08-20T22:41:26.3462467Z [00:03:07.998]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:26.3462961Z [00:03:07.998]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:26.3463425Z [00:03:07.998]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:26.3463907Z [00:03:07.999]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:26.3464379Z [00:03:07.999]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.3464828Z [00:03:07.999]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:26.3465977Z [00:03:07.999]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.3466394Z [00:03:07.999]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:26.3466802Z [00:03:07.999]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:26.3467224Z [00:03:07.999]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:26.3467653Z [00:03:07.999]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.3468079Z [00:03:07.999]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.3468389Z [00:03:07.999]➜  EOF
2025-08-20T22:41:26.3473172Z [00:03:07.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b749/_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/b749=>" -p go.opentelemetry.io/auto/sdk/internal/telemetry -lang=go1.22 -complete -installsuffix shared -buildid 0NjRZWkMs-R32rmg_AEW/0NjRZWkMs-R32rmg_AEW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b749/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-20T22:41:26.3727785Z [00:03:08.025]➜  go tool buildid -w $WORK/b676/_pkg_.a # internal
2025-08-20T22:41:26.3750000Z [00:03:08.027]➜  cp $WORK/b676/_pkg_.a /root/.cache/go-build/65/65b0e2a79d704f1e1cc6408db947b2dfa20006f32bc9103863073962b8a0cc5b-d # internal
2025-08-20T22:41:26.3780105Z [00:03:08.030]➜  google.golang.org/api/option
2025-08-20T22:41:26.3780475Z [00:03:08.030]➜  mkdir -p $WORK/b670/
2025-08-20T22:41:26.3782838Z [00:03:08.031]➜  cat >/tmp/go-build3998081543/b670/importcfg << 'EOF' # internal
2025-08-20T22:41:26.3783667Z [00:03:08.031]➜  # import config
2025-08-20T22:41:26.3784401Z [00:03:08.031]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:26.3785013Z [00:03:08.031]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:26.3785622Z [00:03:08.031]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:26.3786226Z [00:03:08.031]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:26.3786807Z [00:03:08.031]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:26.3787473Z [00:03:08.031]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3998081543/b717/_pkg_.a
2025-08-20T22:41:26.3788072Z [00:03:08.031]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:26.3788576Z [00:03:08.031]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:26.3789019Z [00:03:08.031]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:26.3789340Z [00:03:08.031]➜  EOF
2025-08-20T22:41:26.3791108Z [00:03:08.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b670/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/option=>google.golang.org/api@v0.236.0/option;$WORK/b670=>" -p google.golang.org/api/option -lang=go1.23 -complete -installsuffix shared -buildid YCXA4D7fW_01I4RP0ekZ/YCXA4D7fW_01I4RP0ekZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b670/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/option/option.go
2025-08-20T22:41:26.3949504Z [00:03:08.047]➜  go tool buildid -w $WORK/b742/_pkg_.a # internal
2025-08-20T22:41:26.3974340Z [00:03:08.050]➜  cp $WORK/b742/_pkg_.a /root/.cache/go-build/95/95fc9a28fda5fcde0d946e1697d6033441610672dbda0a2d7e8d707592f6a227-d # internal
2025-08-20T22:41:26.4090825Z [00:03:08.061]➜  google.golang.org/api/internal/gensupport
2025-08-20T22:41:26.4092226Z [00:03:08.061]➜  mkdir -p $WORK/b721/
2025-08-20T22:41:26.4092676Z [00:03:08.061]➜  cat >/tmp/go-build3998081543/b721/importcfg << 'EOF' # internal
2025-08-20T22:41:26.4093034Z [00:03:08.061]➜  # import config
2025-08-20T22:41:26.4093376Z [00:03:08.061]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:26.4093805Z [00:03:08.061]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.4094261Z [00:03:08.061]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.4094712Z [00:03:08.061]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:26.4095149Z [00:03:08.061]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.4095943Z [00:03:08.061]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:26.4096530Z [00:03:08.061]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:26.4097169Z [00:03:08.061]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3998081543/b723/_pkg_.a
2025-08-20T22:41:26.4097828Z [00:03:08.061]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3998081543/b727/_pkg_.a
2025-08-20T22:41:26.4098449Z [00:03:08.061]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:26.4099033Z [00:03:08.061]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:26.4099518Z [00:03:08.061]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:26.4099936Z [00:03:08.061]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:26.4100351Z [00:03:08.061]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:26.4100799Z [00:03:08.061]➜  packagefile mime/multipart=/tmp/go-build3998081543/b201/_pkg_.a
2025-08-20T22:41:26.4101557Z [00:03:08.061]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:26.4102053Z [00:03:08.061]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:26.4102619Z [00:03:08.061]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:26.4103122Z [00:03:08.061]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:26.4103547Z [00:03:08.061]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:26.4103973Z [00:03:08.061]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:26.4104397Z [00:03:08.061]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.4104827Z [00:03:08.061]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.4105238Z [00:03:08.061]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.4105873Z [00:03:08.061]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:26.4106196Z [00:03:08.061]➜  EOF
2025-08-20T22:41:26.4111103Z [00:03:08.062]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b721/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport=>google.golang.org/api@v0.236.0/internal/gensupport;$WORK/b721=>" -p google.golang.org/api/internal/gensupport -lang=go1.23 -complete -installsuffix shared -buildid IFu9UKVFjyryuOz4HnjN/IFu9UKVFjyryuOz4HnjN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b721/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/buffer.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/doc.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/error.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/json.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/jsonfloat.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/media.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/params.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/resumable.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/retry.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/send.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/internal/gensupport/version.go
2025-08-20T22:41:26.5013667Z [00:03:08.154]➜  go tool buildid -w $WORK/b670/_pkg_.a # internal
2025-08-20T22:41:26.5038928Z [00:03:08.156]➜  cp $WORK/b670/_pkg_.a /root/.cache/go-build/01/013518ee5701ceb961b05888df10aa72b3fad74622da56181495f58e6adea6fc-d # internal
2025-08-20T22:41:26.5042500Z [00:03:08.157]➜  google.golang.org/api/option/internaloption
2025-08-20T22:41:26.5042898Z [00:03:08.157]➜  mkdir -p $WORK/b729/
2025-08-20T22:41:26.5051628Z [00:03:08.157]➜  cat >/tmp/go-build3998081543/b729/importcfg << 'EOF' # internal
2025-08-20T22:41:26.5052278Z [00:03:08.157]➜  # import config
2025-08-20T22:41:26.5053006Z [00:03:08.157]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:26.5053791Z [00:03:08.157]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.5054612Z [00:03:08.157]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:26.5055587Z [00:03:08.157]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:26.5056489Z [00:03:08.157]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:26.5057317Z [00:03:08.157]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:26.5058112Z [00:03:08.158]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:26.5059039Z [00:03:08.158]➜  EOF
2025-08-20T22:41:26.5061525Z [00:03:08.158]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b729/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/option/internaloption=>google.golang.org/api@v0.236.0/option/internaloption;$WORK/b729=>" -p google.golang.org/api/option/internaloption -lang=go1.23 -complete -installsuffix shared -buildid J-rZYy9RNpbEJ-i7JNVr/J-rZYy9RNpbEJ-i7JNVr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b729/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/option/internaloption/internaloption.go
2025-08-20T22:41:26.5612567Z [00:03:08.213]➜  go tool buildid -w $WORK/b749/_pkg_.a # internal
2025-08-20T22:41:26.5622801Z [00:03:08.214]➜  cp $WORK/b749/_pkg_.a /root/.cache/go-build/bf/bf857de7bbf24a2b8e72dfc121aeb85b676a49fa9c35a7d3f7e4ff41f2a0ee75-d # internal
2025-08-20T22:41:26.5627257Z [00:03:08.214]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil
2025-08-20T22:41:26.5627781Z [00:03:08.214]➜  mkdir -p $WORK/b737/
2025-08-20T22:41:26.5636977Z [00:03:08.216]➜  cat >/tmp/go-build3998081543/b737/importcfg << 'EOF' # internal
2025-08-20T22:41:26.5637588Z [00:03:08.216]➜  # import config
2025-08-20T22:41:26.5638061Z [00:03:08.216]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.5639552Z [00:03:08.216]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:26.5640173Z [00:03:08.216]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:26.5640807Z [00:03:08.216]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3998081543/b742/_pkg_.a
2025-08-20T22:41:26.5641326Z [00:03:08.216]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:26.5641752Z [00:03:08.216]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:26.5642563Z [00:03:08.216]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.5643168Z [00:03:08.216]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.5643515Z [00:03:08.216]➜  EOF
2025-08-20T22:41:26.5649289Z [00:03:08.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b737/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconvutil=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconvutil;$WORK/b737=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil -lang=go1.22 -complete -installsuffix shared -buildid 6teFeCUIEHM0zR6vE67n/6teFeCUIEHM0zR6vE67n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b737/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconvutil/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconvutil/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconvutil/netconv.go
2025-08-20T22:41:26.5802519Z [00:03:08.232]➜  go tool buildid -w $WORK/b721/_pkg_.a # internal
2025-08-20T22:41:26.5822478Z [00:03:08.235]➜  cp $WORK/b721/_pkg_.a /root/.cache/go-build/4e/4ee685602bffc27903c93782b56a7c7b9860d02bbfca3b27b5958995d995046a-d # internal
2025-08-20T22:41:26.5827422Z [00:03:08.235]➜  go.opentelemetry.io/otel/semconv/v1.26.0
2025-08-20T22:41:26.5836688Z [00:03:08.235]➜  mkdir -p $WORK/b750/
2025-08-20T22:41:26.5837756Z [00:03:08.236]➜  cat >/tmp/go-build3998081543/b750/importcfg << 'EOF' # internal
2025-08-20T22:41:26.5838136Z [00:03:08.236]➜  # import config
2025-08-20T22:41:26.5838587Z [00:03:08.236]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:26.5838996Z [00:03:08.236]➜  EOF
2025-08-20T22:41:26.5842386Z [00:03:08.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b750/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.26.0=>go.opentelemetry.io/otel@v1.35.0/semconv/v1.26.0;$WORK/b750=>" -p go.opentelemetry.io/otel/semconv/v1.26.0 -lang=go1.22 -complete -installsuffix shared -buildid Iu53dLnWV-RAAwYxhvI3/Iu53dLnWV-RAAwYxhvI3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b750/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.26.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.26.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.26.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.26.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.26.0/schema.go
2025-08-20T22:41:26.6160217Z [00:03:08.268]➜  go tool buildid -w $WORK/b729/_pkg_.a # internal
2025-08-20T22:41:26.6182877Z [00:03:08.271]➜  cp $WORK/b729/_pkg_.a /root/.cache/go-build/3f/3fb480edb4f9b4b168350fa23737e022fc8d4e577702f6121ab6b4586baefdc3-d # internal
2025-08-20T22:41:26.6187087Z [00:03:08.271]➜  go.opentelemetry.io/otel/trace/internal/telemetry
2025-08-20T22:41:26.6187773Z [00:03:08.271]➜  mkdir -p $WORK/b753/
2025-08-20T22:41:26.6192398Z [00:03:08.272]➜  cat >/tmp/go-build3998081543/b753/importcfg << 'EOF' # internal
2025-08-20T22:41:26.6194606Z [00:03:08.272]➜  # import config
2025-08-20T22:41:26.6195078Z [00:03:08.272]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:26.6195963Z [00:03:08.272]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:26.6196756Z [00:03:08.272]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:26.6197612Z [00:03:08.272]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:26.6198888Z [00:03:08.272]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.6199397Z [00:03:08.272]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:26.6199823Z [00:03:08.272]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.6200694Z [00:03:08.272]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:26.6201109Z [00:03:08.272]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:26.6201530Z [00:03:08.272]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:26.6201967Z [00:03:08.272]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.6202390Z [00:03:08.272]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.6202699Z [00:03:08.272]➜  EOF
2025-08-20T22:41:26.6208017Z [00:03:08.272]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b753/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry=>go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry;$WORK/b753=>" -p go.opentelemetry.io/otel/trace/internal/telemetry -lang=go1.22 -complete -installsuffix shared -buildid 7w-lwcWuM9kchzDqvsX1/7w-lwcWuM9kchzDqvsX1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b753/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/attr.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/id.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/number.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/scope.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/status.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/traces.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/internal/telemetry/value.go
2025-08-20T22:41:26.6304213Z [00:03:08.283]➜  go tool buildid -w $WORK/b737/_pkg_.a # internal
2025-08-20T22:41:26.6318652Z [00:03:08.284]➜  cp $WORK/b737/_pkg_.a /root/.cache/go-build/01/01770e61bde098821f834d50e89574834ec2f36acb57a5767af2d867db0e5844-d # internal
2025-08-20T22:41:26.6319332Z [00:03:08.284]➜  go.opentelemetry.io/otel/metric
2025-08-20T22:41:26.6319644Z [00:03:08.284]➜  mkdir -p $WORK/b755/
2025-08-20T22:41:26.6325156Z [00:03:08.285]➜  cat >/tmp/go-build3998081543/b755/importcfg << 'EOF' # internal
2025-08-20T22:41:26.6325723Z [00:03:08.285]➜  # import config
2025-08-20T22:41:26.6326083Z [00:03:08.285]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.6326755Z [00:03:08.285]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:26.6327469Z [00:03:08.285]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3998081543/b756/_pkg_.a
2025-08-20T22:41:26.6327894Z [00:03:08.285]➜  EOF
2025-08-20T22:41:26.6331424Z [00:03:08.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b755/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0=>go.opentelemetry.io/otel/metric@v1.35.0;$WORK/b755=>" -p go.opentelemetry.io/otel/metric -lang=go1.22 -complete -installsuffix shared -buildid m_gZs6H6zAI4CMuRs-at/m_gZs6H6zAI4CMuRs-at -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b755/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/asyncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/asyncint64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/syncfloat64.go /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/syncint64.go
2025-08-20T22:41:26.7631127Z [00:03:08.415]➜  go tool buildid -w $WORK/b753/_pkg_.a # internal
2025-08-20T22:41:26.7677876Z [00:03:08.420]➜  cp $WORK/b753/_pkg_.a /root/.cache/go-build/ae/aeb2b8919d617190c68ce469fb12ccaa4d8dcbc091a20cc32344534763f2e310-d # internal
2025-08-20T22:41:26.7740846Z [00:03:08.426]➜  go.opentelemetry.io/otel/internal/baggage
2025-08-20T22:41:26.7741925Z [00:03:08.427]➜  mkdir -p $WORK/b759/
2025-08-20T22:41:26.7745180Z [00:03:08.427]➜  cat >/tmp/go-build3998081543/b759/importcfg << 'EOF' # internal
2025-08-20T22:41:26.7745718Z [00:03:08.427]➜  # import config
2025-08-20T22:41:26.7746086Z [00:03:08.427]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.7746412Z [00:03:08.427]➜  EOF
2025-08-20T22:41:26.7748720Z [00:03:08.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b759/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/baggage=>go.opentelemetry.io/otel@v1.35.0/internal/baggage;$WORK/b759=>" -p go.opentelemetry.io/otel/internal/baggage -lang=go1.22 -complete -installsuffix shared -buildid f5U6dzCPkl32VzZUkq0h/f5U6dzCPkl32VzZUkq0h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b759/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/baggage/context.go
2025-08-20T22:41:26.7822482Z [00:03:08.435]➜  go tool buildid -w $WORK/b755/_pkg_.a # internal
2025-08-20T22:41:26.7868849Z [00:03:08.439]➜  cp $WORK/b755/_pkg_.a /root/.cache/go-build/93/93c21d727a12153fb6857c3225cb3de14236b4c31d7b9f573640866fc8c72c5d-d # internal
2025-08-20T22:41:26.7870904Z [00:03:08.439]➜  go.opentelemetry.io/otel/metric/noop
2025-08-20T22:41:26.7871264Z [00:03:08.440]➜  mkdir -p $WORK/b760/
2025-08-20T22:41:26.7875580Z [00:03:08.440]➜  cat >/tmp/go-build3998081543/b760/importcfg << 'EOF' # internal
2025-08-20T22:41:26.7876014Z [00:03:08.440]➜  # import config
2025-08-20T22:41:26.7877153Z [00:03:08.440]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.7877993Z [00:03:08.440]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:41:26.7878684Z [00:03:08.440]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3998081543/b756/_pkg_.a
2025-08-20T22:41:26.7879115Z [00:03:08.440]➜  EOF
2025-08-20T22:41:26.7881363Z [00:03:08.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b760/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/noop=>go.opentelemetry.io/otel/metric@v1.35.0/noop;$WORK/b760=>" -p go.opentelemetry.io/otel/metric/noop -lang=go1.22 -complete -installsuffix shared -buildid EWPEgY01OpXNMC8ZXOEQ/EWPEgY01OpXNMC8ZXOEQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b760/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/metric@v1.35.0/noop/noop.go
2025-08-20T22:41:26.7900649Z [00:03:08.442]➜  go tool buildid -w $WORK/b759/_pkg_.a # internal
2025-08-20T22:41:26.7906461Z [00:03:08.443]➜  cp $WORK/b759/_pkg_.a /root/.cache/go-build/a0/a0e25ac30089a5f659cf5d116b71c9da1922664f77f7ffd7d3972e6403d828c9-d # internal
2025-08-20T22:41:26.7909076Z [00:03:08.443]➜  go.opentelemetry.io/otel/baggage
2025-08-20T22:41:26.7909729Z [00:03:08.443]➜  mkdir -p $WORK/b758/
2025-08-20T22:41:26.7914232Z [00:03:08.444]➜  cat >/tmp/go-build3998081543/b758/importcfg << 'EOF' # internal
2025-08-20T22:41:26.7914592Z [00:03:08.444]➜  # import config
2025-08-20T22:41:26.7914953Z [00:03:08.444]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.7915471Z [00:03:08.444]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:26.7915939Z [00:03:08.444]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.7918542Z [00:03:08.444]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build3998081543/b759/_pkg_.a
2025-08-20T22:41:26.7919092Z [00:03:08.444]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:26.7919522Z [00:03:08.444]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.7919967Z [00:03:08.444]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:26.7920604Z [00:03:08.444]➜  EOF
2025-08-20T22:41:26.7949417Z [00:03:08.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b758/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/baggage=>go.opentelemetry.io/otel@v1.35.0/baggage;$WORK/b758=>" -p go.opentelemetry.io/otel/baggage -lang=go1.22 -complete -installsuffix shared -buildid 8oylUQaaKGb9qSvWtTlR/8oylUQaaKGb9qSvWtTlR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b758/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/baggage/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/baggage/context.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/baggage/doc.go
2025-08-20T22:41:26.8017298Z [00:03:08.454]➜  go tool buildid -w $WORK/b750/_pkg_.a # internal
2025-08-20T22:41:26.8055033Z [00:03:08.458]➜  cp $WORK/b750/_pkg_.a /root/.cache/go-build/85/85119c4d37dfb93e47dbf5d9c47b6ee98e97351a389637f405c39726f1232491-d # internal
2025-08-20T22:41:26.8056559Z [00:03:08.458]➜  go.opentelemetry.io/otel/trace
2025-08-20T22:41:26.8056898Z [00:03:08.458]➜  mkdir -p $WORK/b751/
2025-08-20T22:41:26.8067096Z [00:03:08.459]➜  cat >/tmp/go-build3998081543/b751/importcfg << 'EOF' # internal
2025-08-20T22:41:26.8067492Z [00:03:08.459]➜  # import config
2025-08-20T22:41:26.8067834Z [00:03:08.459]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:26.8068282Z [00:03:08.459]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.8068734Z [00:03:08.459]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:26.8069489Z [00:03:08.459]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.8070034Z [00:03:08.459]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.8070561Z [00:03:08.459]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:26.8071157Z [00:03:08.459]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:26.8071805Z [00:03:08.459]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3998081543/b750/_pkg_.a
2025-08-20T22:41:26.8072455Z [00:03:08.459]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3998081543/b752/_pkg_.a
2025-08-20T22:41:26.8073257Z [00:03:08.459]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build3998081543/b753/_pkg_.a
2025-08-20T22:41:26.8073873Z [00:03:08.459]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:26.8074283Z [00:03:08.459]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:26.8074699Z [00:03:08.459]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:26.8075129Z [00:03:08.459]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:26.8075793Z [00:03:08.459]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.8076233Z [00:03:08.459]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.8076851Z [00:03:08.459]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.8077291Z [00:03:08.459]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:26.8077724Z [00:03:08.459]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.8078165Z [00:03:08.459]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:26.8078543Z [00:03:08.459]➜  EOF
2025-08-20T22:41:26.8082703Z [00:03:08.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b751/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0=>go.opentelemetry.io/otel/trace@v1.35.0;$WORK/b751=>" -p go.opentelemetry.io/otel/trace -lang=go1.22 -complete -installsuffix shared -buildid CnWwg2s9u8ofL8j4wmr3/CnWwg2s9u8ofL8j4wmr3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b751/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/context.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/nonrecording.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/noop.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/span.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/tracer.go /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/tracestate.go
2025-08-20T22:41:26.8487337Z [00:03:08.501]➜  go tool buildid -w $WORK/b760/_pkg_.a # internal
2025-08-20T22:41:26.8542575Z [00:03:08.507]➜  cp $WORK/b760/_pkg_.a /root/.cache/go-build/7d/7d1547f5b21ec8f0b9beaa9c45b5121f5d108683999a75c2d96dc1d06c284295-d # internal
2025-08-20T22:41:26.8560079Z [00:03:08.508]➜  google.golang.org/api/googleapi/transport
2025-08-20T22:41:26.8560848Z [00:03:08.508]➜  mkdir -p $WORK/b761/
2025-08-20T22:41:26.8561480Z [00:03:08.508]➜  cat >/tmp/go-build3998081543/b761/importcfg << 'EOF' # internal
2025-08-20T22:41:26.8561843Z [00:03:08.508]➜  # import config
2025-08-20T22:41:26.8562186Z [00:03:08.508]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:26.8562630Z [00:03:08.508]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:26.8562949Z [00:03:08.508]➜  EOF
2025-08-20T22:41:26.8565225Z [00:03:08.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b761/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/googleapi/transport=>google.golang.org/api@v0.236.0/googleapi/transport;$WORK/b761=>" -p google.golang.org/api/googleapi/transport -lang=go1.23 -complete -installsuffix shared -buildid GpqoIT45kzBMKx8w--It/GpqoIT45kzBMKx8w--It -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b761/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/googleapi/transport/apikey.go
2025-08-20T22:41:26.8606617Z [00:03:08.512]➜  go tool buildid -w $WORK/b758/_pkg_.a # internal
2025-08-20T22:41:26.8607361Z [00:03:08.512]➜  cp $WORK/b758/_pkg_.a /root/.cache/go-build/f2/f29e43de4980614efb8e35571eae98da9e7754e34880410d86087d6e27028e70-d # internal
2025-08-20T22:41:26.8607963Z [00:03:08.512]➜  cloud.google.com/go/bigquery/internal/query
2025-08-20T22:41:26.8608615Z [00:03:08.512]➜  mkdir -p $WORK/b765/
2025-08-20T22:41:26.8609059Z [00:03:08.513]➜  cat >/tmp/go-build3998081543/b765/importcfg << 'EOF' # internal
2025-08-20T22:41:26.8609409Z [00:03:08.513]➜  # import config
2025-08-20T22:41:26.8609765Z [00:03:08.513]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.8610088Z [00:03:08.513]➜  EOF
2025-08-20T22:41:26.8612101Z [00:03:08.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b765/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/internal/query=>cloud.google.com/go/bigquery@v1.69.0/internal/query;$WORK/b765=>" -p cloud.google.com/go/bigquery/internal/query -lang=go1.23 -complete -installsuffix shared -buildid qFMCQIbCUyQ98otwnum2/qFMCQIbCUyQ98otwnum2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b765/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/internal/query/order.go
2025-08-20T22:41:26.8724790Z [00:03:08.525]➜  go tool buildid -w $WORK/b765/_pkg_.a # internal
2025-08-20T22:41:26.8725251Z [00:03:08.525]➜  go tool buildid -w $WORK/b761/_pkg_.a # internal
2025-08-20T22:41:26.8730391Z [00:03:08.525]➜  cp $WORK/b765/_pkg_.a /root/.cache/go-build/31/31df2bd858deacd4b36ef743a2ee7ebe90f4c8119c75aa6ccbb05f10e4d18cf2-d # internal
2025-08-20T22:41:26.8731295Z [00:03:08.526]➜  google.golang.org/genproto/googleapis/api
2025-08-20T22:41:26.8732761Z [00:03:08.526]➜  mkdir -p $WORK/b769/
2025-08-20T22:41:26.8737032Z [00:03:08.526]➜  cat >/tmp/go-build3998081543/b769/importcfg << 'EOF' # internal
2025-08-20T22:41:26.8737401Z [00:03:08.526]➜  # import config
2025-08-20T22:41:26.8737913Z [00:03:08.526]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:26.8739034Z [00:03:08.526]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:26.8739599Z [00:03:08.526]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:26.8740033Z [00:03:08.526]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.8740347Z [00:03:08.526]➜  EOF
2025-08-20T22:41:26.8742692Z [00:03:08.526]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b769/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2=>google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2;$WORK/b769=>" -p google.golang.org/genproto/googleapis/api -lang=go1.23 -complete -installsuffix shared -buildid Q7sUF8Cnf82LKDKKFB8N/Q7sUF8Cnf82LKDKKFB8N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b769/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/launch_stage.pb.go
2025-08-20T22:41:26.8745057Z [00:03:08.527]➜  cp $WORK/b761/_pkg_.a /root/.cache/go-build/69/6931fc6859e244aa8a53ae9d7973454fb8bb563a7eb9df6012525c97f7520256-d # internal
2025-08-20T22:41:26.8745877Z [00:03:08.527]➜  google.golang.org/protobuf/types/known/wrapperspb
2025-08-20T22:41:26.8746215Z [00:03:08.527]➜  mkdir -p $WORK/b770/
2025-08-20T22:41:26.8756630Z [00:03:08.528]➜  cat >/tmp/go-build3998081543/b770/importcfg << 'EOF' # internal
2025-08-20T22:41:26.8768141Z [00:03:08.528]➜  # import config
2025-08-20T22:41:26.8768770Z [00:03:08.528]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:26.8769495Z [00:03:08.528]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:26.8770052Z [00:03:08.528]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:26.8770495Z [00:03:08.528]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.8770816Z [00:03:08.528]➜  EOF
2025-08-20T22:41:26.8773138Z [00:03:08.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b770/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/wrapperspb=>google.golang.org/protobuf@v1.36.6/types/known/wrapperspb;$WORK/b770=>" -p google.golang.org/protobuf/types/known/wrapperspb -lang=go1.22 -complete -installsuffix shared -buildid XGpvr-0KPhaiGEvtggDC/XGpvr-0KPhaiGEvtggDC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b770/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/wrapperspb/wrappers.pb.go
2025-08-20T22:41:26.9062334Z [00:03:08.559]➜  go tool buildid -w $WORK/b769/_pkg_.a # internal
2025-08-20T22:41:26.9068187Z [00:03:08.559]➜  cp $WORK/b769/_pkg_.a /root/.cache/go-build/3a/3a1b824ab821159d564cd9cf8f941947266cf44dda22564676685c3c359e5289-d # internal
2025-08-20T22:41:26.9074254Z [00:03:08.560]➜  google.golang.org/genproto/googleapis/api/annotations
2025-08-20T22:41:26.9075071Z [00:03:08.560]➜  mkdir -p $WORK/b768/
2025-08-20T22:41:26.9075566Z [00:03:08.560]➜  cat >/tmp/go-build3998081543/b768/importcfg << 'EOF' # internal
2025-08-20T22:41:26.9075973Z [00:03:08.560]➜  # import config
2025-08-20T22:41:26.9076469Z [00:03:08.560]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3998081543/b769/_pkg_.a
2025-08-20T22:41:26.9077172Z [00:03:08.560]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:26.9077893Z [00:03:08.560]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:26.9078591Z [00:03:08.560]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3998081543/b539/_pkg_.a
2025-08-20T22:41:26.9079308Z [00:03:08.560]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:26.9080114Z [00:03:08.560]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:26.9080549Z [00:03:08.560]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.9080859Z [00:03:08.560]➜  EOF
2025-08-20T22:41:26.9086409Z [00:03:08.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b768/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/annotations=>google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/annotations;$WORK/b768=>" -p google.golang.org/genproto/googleapis/api/annotations -lang=go1.23 -complete -installsuffix shared -buildid FAwJgma6Usjkgz42L4bW/FAwJgma6Usjkgz42L4bW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b768/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/annotations/annotations.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/annotations/client.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/annotations/field_behavior.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/annotations/field_info.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/annotations/http.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/annotations/resource.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/annotations/routing.pb.go
2025-08-20T22:41:26.9619929Z [00:03:08.614]➜  go tool buildid -w $WORK/b751/_pkg_.a # internal
2025-08-20T22:41:26.9649721Z [00:03:08.617]➜  cp $WORK/b751/_pkg_.a /root/.cache/go-build/4f/4f2b7ae12f6e87c37d6f95baf2972a6835e5f90febd48f9ddc736be2d8114fe4-d # internal
2025-08-20T22:41:26.9650490Z [00:03:08.617]➜  go.opentelemetry.io/otel/trace/noop
2025-08-20T22:41:26.9650805Z [00:03:08.617]➜  mkdir -p $WORK/b754/
2025-08-20T22:41:26.9651240Z [00:03:08.617]➜  cat >/tmp/go-build3998081543/b754/importcfg << 'EOF' # internal
2025-08-20T22:41:26.9651587Z [00:03:08.617]➜  # import config
2025-08-20T22:41:26.9651939Z [00:03:08.617]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.9652789Z [00:03:08.617]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:26.9653460Z [00:03:08.617]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:26.9654051Z [00:03:08.617]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:26.9654669Z [00:03:08.617]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3998081543/b752/_pkg_.a
2025-08-20T22:41:26.9655087Z [00:03:08.617]➜  EOF
2025-08-20T22:41:26.9657162Z [00:03:08.617]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b754/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/noop=>go.opentelemetry.io/otel/trace@v1.35.0/noop;$WORK/b754=>" -p go.opentelemetry.io/otel/trace/noop -lang=go1.22 -complete -installsuffix shared -buildid IbayeeO6DbJSxHqDy7-Y/IbayeeO6DbJSxHqDy7-Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b754/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/trace@v1.35.0/noop/noop.go
2025-08-20T22:41:26.9722016Z [00:03:08.624]➜  go tool buildid -w $WORK/b770/_pkg_.a # internal
2025-08-20T22:41:26.9739083Z [00:03:08.625]➜  cp $WORK/b770/_pkg_.a /root/.cache/go-build/35/353d6fdc9a0bea4f950c46f8e162d3f7b5e5647737299da5edf679d0b586dc1c-d # internal
2025-08-20T22:41:26.9739789Z [00:03:08.626]➜  go.opentelemetry.io/otel/propagation
2025-08-20T22:41:26.9740105Z [00:03:08.626]➜  mkdir -p $WORK/b757/
2025-08-20T22:41:26.9740479Z [00:03:08.626]➜  cat >/tmp/go-build3998081543/b757/importcfg << 'EOF' # internal
2025-08-20T22:41:26.9740825Z [00:03:08.626]➜  # import config
2025-08-20T22:41:26.9741170Z [00:03:08.626]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.9741898Z [00:03:08.626]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:26.9742334Z [00:03:08.626]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.9742844Z [00:03:08.626]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3998081543/b758/_pkg_.a
2025-08-20T22:41:26.9743439Z [00:03:08.626]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:26.9743943Z [00:03:08.626]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:26.9746095Z [00:03:08.626]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.9746527Z [00:03:08.626]➜  EOF
2025-08-20T22:41:26.9749332Z [00:03:08.626]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b757/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/propagation=>go.opentelemetry.io/otel@v1.35.0/propagation;$WORK/b757=>" -p go.opentelemetry.io/otel/propagation -lang=go1.22 -complete -installsuffix shared -buildid BuvoVVZ7FJCPgQ1wAW6g/BuvoVVZ7FJCPgQ1wAW6g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b757/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/propagation/baggage.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/propagation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/propagation/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/propagation/trace_context.go
2025-08-20T22:41:26.9907634Z [00:03:08.642]➜  go tool buildid -w $WORK/b754/_pkg_.a # internal
2025-08-20T22:41:26.9908746Z [00:03:08.643]➜  cp $WORK/b754/_pkg_.a /root/.cache/go-build/98/98ecdee34aed75b4845e2ec909bb0768c38fc48d0cf306201e94027cb90a8051-d # internal
2025-08-20T22:41:26.9909403Z [00:03:08.643]➜  go.opentelemetry.io/auto/sdk
2025-08-20T22:41:26.9909703Z [00:03:08.643]➜  mkdir -p $WORK/b748/
2025-08-20T22:41:26.9910081Z [00:03:08.643]➜  cat >/tmp/go-build3998081543/b748/importcfg << 'EOF' # internal
2025-08-20T22:41:26.9910440Z [00:03:08.643]➜  # import config
2025-08-20T22:41:26.9910804Z [00:03:08.643]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:26.9911260Z [00:03:08.643]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:26.9911697Z [00:03:08.643]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:26.9912399Z [00:03:08.643]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build3998081543/b749/_pkg_.a
2025-08-20T22:41:26.9913179Z [00:03:08.643]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:26.9913787Z [00:03:08.643]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:26.9914417Z [00:03:08.643]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3998081543/b750/_pkg_.a
2025-08-20T22:41:26.9915032Z [00:03:08.643]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:26.9915975Z [00:03:08.643]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build3998081543/b754/_pkg_.a
2025-08-20T22:41:26.9916507Z [00:03:08.643]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:26.9916922Z [00:03:08.643]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:26.9917345Z [00:03:08.643]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:26.9917775Z [00:03:08.643]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:26.9918207Z [00:03:08.643]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:26.9918636Z [00:03:08.643]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:26.9919052Z [00:03:08.643]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:26.9919489Z [00:03:08.643]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:26.9919923Z [00:03:08.643]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:26.9920562Z [00:03:08.643]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:26.9920899Z [00:03:08.643]➜  EOF
2025-08-20T22:41:26.9923561Z [00:03:08.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b748/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/auto/sdk@v1.1.0=>go.opentelemetry.io/auto/sdk@v1.1.0;$WORK/b748=>" -p go.opentelemetry.io/auto/sdk -lang=go1.22 -complete -installsuffix shared -buildid FlqDXIM6JYZJD-IOykFe/FlqDXIM6JYZJD-IOykFe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b748/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-20T22:41:27.0260201Z [00:03:08.678]➜  go tool buildid -w $WORK/b757/_pkg_.a # internal
2025-08-20T22:41:27.0281695Z [00:03:08.680]➜  cp $WORK/b757/_pkg_.a /root/.cache/go-build/2e/2eb2a09a18b9c070f8c225abbbab906f5dac7de87d2ae359c374bf263060dd78-d # internal
2025-08-20T22:41:27.0304464Z [00:03:08.682]➜  github.com/googleapis/gax-go/v2/internallog/grpclog
2025-08-20T22:41:27.0304914Z [00:03:08.682]➜  mkdir -p $WORK/b771/
2025-08-20T22:41:27.0318444Z [00:03:08.684]➜  cat >/tmp/go-build3998081543/b771/importcfg << 'EOF' # internal
2025-08-20T22:41:27.0319686Z [00:03:08.684]➜  # import config
2025-08-20T22:41:27.0320271Z [00:03:08.684]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.0320814Z [00:03:08.684]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:27.0321355Z [00:03:08.684]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:27.0322009Z [00:03:08.684]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:27.0322671Z [00:03:08.684]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:27.0323197Z [00:03:08.684]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:27.0323635Z [00:03:08.684]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.0323953Z [00:03:08.684]➜  EOF
2025-08-20T22:41:27.0329843Z [00:03:08.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/grpclog=>github.com/googleapis/gax-go/v2@v2.14.2/internallog/grpclog;$WORK/b771=>" -p github.com/googleapis/gax-go/v2/internallog/grpclog -lang=go1.23 -complete -installsuffix shared -buildid AdbePwR4vN5lnBDEKEHl/AdbePwR4vN5lnBDEKEHl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b771/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/internallog/grpclog/grpclog.go
2025-08-20T22:41:27.0503187Z [00:03:08.702]➜  go tool buildid -w $WORK/b771/_pkg_.a # internal
2025-08-20T22:41:27.0515987Z [00:03:08.704]➜  cp $WORK/b771/_pkg_.a /root/.cache/go-build/b2/b2fce383fb6091ea4708d6d3f8bbba1bb3c7eb8f8c8331cac47702fb81a18f32-d # internal
2025-08-20T22:41:27.0525038Z [00:03:08.705]➜  cloud.google.com/go/auth/internal/compute
2025-08-20T22:41:27.0526524Z [00:03:08.705]➜  mkdir -p $WORK/b774/
2025-08-20T22:41:27.0538554Z [00:03:08.706]➜  cat >/tmp/go-build3998081543/b774/importcfg << 'EOF' # internal
2025-08-20T22:41:27.0539902Z [00:03:08.706]➜  # import config
2025-08-20T22:41:27.0540856Z [00:03:08.706]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:27.0541601Z [00:03:08.706]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:27.0542227Z [00:03:08.706]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:27.0543257Z [00:03:08.706]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.0543928Z [00:03:08.706]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.0544696Z [00:03:08.706]➜  EOF
2025-08-20T22:41:27.0547393Z [00:03:08.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b774/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/compute=>cloud.google.com/go/auth@v0.16.1/internal/compute;$WORK/b774=>" -p cloud.google.com/go/auth/internal/compute -lang=go1.23 -complete -installsuffix shared -buildid jxUA0d_eJfC2o1dGjWVt/jxUA0d_eJfC2o1dGjWVt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b774/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/compute/compute.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/internal/compute/manufacturer_linux.go
2025-08-20T22:41:27.0672596Z [00:03:08.719]➜  go tool buildid -w $WORK/b768/_pkg_.a # internal
2025-08-20T22:41:27.0743954Z [00:03:08.727]➜  cp $WORK/b768/_pkg_.a /root/.cache/go-build/ed/edb95ecf2d24c77e473866fa46c226f31bcb92eb84133f83892aa18fe5473ba2-d # internal
2025-08-20T22:41:27.0750431Z [00:03:08.727]➜  cloud.google.com/go/bigquery/storage/apiv1/storagepb
2025-08-20T22:41:27.0750856Z [00:03:08.727]➜  mkdir -p $WORK/b767/
2025-08-20T22:41:27.0751232Z [00:03:08.727]➜  cat >/tmp/go-build3998081543/b767/importcfg << 'EOF' # internal
2025-08-20T22:41:27.0751587Z [00:03:08.727]➜  # import config
2025-08-20T22:41:27.0752140Z [00:03:08.727]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.0752824Z [00:03:08.727]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:41:27.0753690Z [00:03:08.727]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:27.0754391Z [00:03:08.727]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:27.0754950Z [00:03:08.727]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:27.0755702Z [00:03:08.727]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:27.0756439Z [00:03:08.727]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:27.0757190Z [00:03:08.727]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:27.0757892Z [00:03:08.727]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3998081543/b539/_pkg_.a
2025-08-20T22:41:27.0758615Z [00:03:08.727]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:27.0759358Z [00:03:08.727]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:27.0759928Z [00:03:08.727]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:27.0760352Z [00:03:08.727]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.0760664Z [00:03:08.727]➜  EOF
2025-08-20T22:41:27.0764916Z [00:03:08.727]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b767/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/storagepb=>cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/storagepb;$WORK/b767=>" -p cloud.google.com/go/bigquery/storage/apiv1/storagepb -lang=go1.23 -complete -installsuffix shared -buildid 6BPdvAvumlPmRjxSM_5e/6BPdvAvumlPmRjxSM_5e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b767/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/storagepb/annotations.pb.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/storagepb/arrow.pb.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/storagepb/avro.pb.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/storagepb/protobuf.pb.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/storagepb/storage.pb.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/storagepb/stream.pb.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/storagepb/table.pb.go
2025-08-20T22:41:27.0794032Z [00:03:08.732]➜  go tool buildid -w $WORK/b774/_pkg_.a # internal
2025-08-20T22:41:27.0811278Z [00:03:08.733]➜  cp $WORK/b774/_pkg_.a /root/.cache/go-build/b3/b32d0e0b81ac860877e980ead66a52a1cc5cbe176f4fd55d7c028a902fe8364d-d # internal
2025-08-20T22:41:27.0812831Z [00:03:08.733]➜  go.opentelemetry.io/otel/semconv/v1.17.0
2025-08-20T22:41:27.0813216Z [00:03:08.733]➜  mkdir -p $WORK/b777/
2025-08-20T22:41:27.0813558Z [00:03:08.733]➜  go tool buildid -w $WORK/b748/_pkg_.a # internal
2025-08-20T22:41:27.0813996Z [00:03:08.733]➜  cat >/tmp/go-build3998081543/b777/importcfg << 'EOF' # internal
2025-08-20T22:41:27.0814342Z [00:03:08.733]➜  # import config
2025-08-20T22:41:27.0814787Z [00:03:08.733]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:27.0815194Z [00:03:08.733]➜  EOF
2025-08-20T22:41:27.0819206Z [00:03:08.733]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b777/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.17.0=>go.opentelemetry.io/otel@v1.35.0/semconv/v1.17.0;$WORK/b777=>" -p go.opentelemetry.io/otel/semconv/v1.17.0 -lang=go1.22 -complete -installsuffix shared -buildid i8RUFuYdvv8JXHON_bd6/i8RUFuYdvv8JXHON_bd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b777/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.17.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.17.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.17.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.17.0/http.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.17.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.17.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.17.0/trace.go
2025-08-20T22:41:27.0822611Z [00:03:08.734]➜  cp $WORK/b748/_pkg_.a /root/.cache/go-build/6f/6f01ac251c0b7274d34e3163e96797523574fecf75ac35b5a428a8d9ffa266c1-d # internal
2025-08-20T22:41:27.0823214Z [00:03:08.734]➜  go.opentelemetry.io/otel/internal/global
2025-08-20T22:41:27.0823525Z [00:03:08.734]➜  mkdir -p $WORK/b745/
2025-08-20T22:41:27.0823894Z [00:03:08.735]➜  cat >/tmp/go-build3998081543/b745/importcfg << 'EOF' # internal
2025-08-20T22:41:27.0824257Z [00:03:08.735]➜  # import config
2025-08-20T22:41:27.0824628Z [00:03:08.735]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:27.0825090Z [00:03:08.735]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.0825729Z [00:03:08.735]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.0826244Z [00:03:08.735]➜  packagefile github.com/go-logr/logr=/tmp/go-build3998081543/b744/_pkg_.a
2025-08-20T22:41:27.0826774Z [00:03:08.735]➜  packagefile github.com/go-logr/stdr=/tmp/go-build3998081543/b746/_pkg_.a
2025-08-20T22:41:27.0827328Z [00:03:08.735]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build3998081543/b748/_pkg_.a
2025-08-20T22:41:27.0828208Z [00:03:08.735]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:27.0828809Z [00:03:08.735]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:27.0829399Z [00:03:08.735]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:41:27.0830032Z [00:03:08.735]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3998081543/b756/_pkg_.a
2025-08-20T22:41:27.0830681Z [00:03:08.735]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3998081543/b757/_pkg_.a
2025-08-20T22:41:27.0831284Z [00:03:08.735]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:27.0832052Z [00:03:08.735]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3998081543/b752/_pkg_.a
2025-08-20T22:41:27.0832627Z [00:03:08.735]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:27.0833248Z [00:03:08.735]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:27.0833671Z [00:03:08.735]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:27.0834093Z [00:03:08.735]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.0834538Z [00:03:08.735]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:27.0834878Z [00:03:08.735]➜  EOF
2025-08-20T22:41:27.0839481Z [00:03:08.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b745/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/global=>go.opentelemetry.io/otel@v1.35.0/internal/global;$WORK/b745=>" -p go.opentelemetry.io/otel/internal/global -lang=go1.22 -complete -installsuffix shared -buildid JOFugjVEw5m--xe2g7Ys/JOFugjVEw5m--xe2g7Ys -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b745/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/global/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/global/instruments.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/global/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/global/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/global/propagator.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/global/state.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal/global/trace.go
2025-08-20T22:41:27.2199644Z [00:03:08.872]➜  go tool buildid -w $WORK/b777/_pkg_.a # internal
2025-08-20T22:41:27.2245098Z [00:03:08.877]➜  cp $WORK/b777/_pkg_.a /root/.cache/go-build/f6/f6dc23e97e92cbc37f3a23d4972b175cca1507e514e17d7dded74c3b5c9fd6b0-d # internal
2025-08-20T22:41:27.2246380Z [00:03:08.877]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal
2025-08-20T22:41:27.2247065Z [00:03:08.877]➜  mkdir -p $WORK/b776/
2025-08-20T22:41:27.2258574Z [00:03:08.877]➜  cat >/tmp/go-build3998081543/b776/importcfg << 'EOF' # internal
2025-08-20T22:41:27.2261044Z [00:03:08.877]➜  # import config
2025-08-20T22:41:27.2263472Z [00:03:08.877]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:27.2266210Z [00:03:08.877]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3998081543/b777/_pkg_.a
2025-08-20T22:41:27.2267632Z [00:03:08.877]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.2268002Z [00:03:08.877]➜  EOF
2025-08-20T22:41:27.2271210Z [00:03:08.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b776/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/internal=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/internal;$WORK/b776=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal -lang=go1.22 -complete -installsuffix shared -buildid 249bHxm7ysSLlYhgkLN6/249bHxm7ysSLlYhgkLN6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b776/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/internal/parse.go
2025-08-20T22:41:27.2509946Z [00:03:08.903]➜  go tool buildid -w $WORK/b776/_pkg_.a # internal
2025-08-20T22:41:27.2517845Z [00:03:08.904]➜  cp $WORK/b776/_pkg_.a /root/.cache/go-build/31/315011d8867508b1f08edfe37bd2a261ab9ec359e0ab0d34d769c91aa0ed2c6d-d # internal
2025-08-20T22:41:27.2518532Z [00:03:08.904]➜  google.golang.org/grpc/credentials/alts/internal
2025-08-20T22:41:27.2518882Z [00:03:08.904]➜  mkdir -p $WORK/b780/
2025-08-20T22:41:27.2519254Z [00:03:08.904]➜  cat >/tmp/go-build3998081543/b780/importcfg << 'EOF' # internal
2025-08-20T22:41:27.2519604Z [00:03:08.904]➜  # import config
2025-08-20T22:41:27.2519957Z [00:03:08.904]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.2520495Z [00:03:08.904]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:27.2521026Z [00:03:08.904]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.2521331Z [00:03:08.904]➜  EOF
2025-08-20T22:41:27.2523432Z [00:03:08.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b780/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal=>google.golang.org/grpc@v1.72.2/credentials/alts/internal;$WORK/b780=>" -p google.golang.org/grpc/credentials/alts/internal -lang=go1.23 -complete -installsuffix shared -buildid tQS5-WIwLNAro1BhB_c6/tQS5-WIwLNAro1BhB_c6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b780/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/common.go
2025-08-20T22:41:27.2764105Z [00:03:08.929]➜  go tool buildid -w $WORK/b780/_pkg_.a # internal
2025-08-20T22:41:27.2768336Z [00:03:08.929]➜  cp $WORK/b780/_pkg_.a /root/.cache/go-build/77/77abc5bde0be404c1645f34e8c2e91a6e239c780de3202d5079edae0f4dd48d8-d # internal
2025-08-20T22:41:27.2775164Z [00:03:08.929]➜  golang.org/x/sync/semaphore
2025-08-20T22:41:27.2775567Z [00:03:08.929]➜  mkdir -p $WORK/b782/
2025-08-20T22:41:27.2775952Z [00:03:08.930]➜  cat >/tmp/go-build3998081543/b782/importcfg << 'EOF' # internal
2025-08-20T22:41:27.2776296Z [00:03:08.930]➜  # import config
2025-08-20T22:41:27.2776958Z [00:03:08.930]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:27.2777501Z [00:03:08.930]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.2778047Z [00:03:08.930]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.2778432Z [00:03:08.930]➜  EOF
2025-08-20T22:41:27.2780184Z [00:03:08.930]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b782/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.15.0/semaphore=>golang.org/x/sync@v0.15.0/semaphore;$WORK/b782=>" -p golang.org/x/sync/semaphore -lang=go1.23 -complete -installsuffix shared -buildid 81kBfLbFV6vr5b1oZ_Ot/81kBfLbFV6vr5b1oZ_Ot -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b782/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.15.0/semaphore/semaphore.go
2025-08-20T22:41:27.3004782Z [00:03:08.953]➜  go tool buildid -w $WORK/b782/_pkg_.a # internal
2025-08-20T22:41:27.3012686Z [00:03:08.953]➜  cp $WORK/b782/_pkg_.a /root/.cache/go-build/69/6958086cbee37a87b402e71eddfc1b23d326e1b978d9efbe242a5bed60d0450e-d # internal
2025-08-20T22:41:27.3013654Z [00:03:08.953]➜  google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
2025-08-20T22:41:27.3016319Z [00:03:08.954]➜  mkdir -p $WORK/b784/
2025-08-20T22:41:27.3017053Z [00:03:08.954]➜  cat >/tmp/go-build3998081543/b784/importcfg << 'EOF' # internal
2025-08-20T22:41:27.3019918Z [00:03:08.954]➜  # import config
2025-08-20T22:41:27.3020639Z [00:03:08.954]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.3021976Z [00:03:08.954]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:27.3024872Z [00:03:08.954]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:27.3025745Z [00:03:08.954]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:27.3026427Z [00:03:08.954]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:27.3027143Z [00:03:08.954]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:27.3027711Z [00:03:08.954]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:27.3028139Z [00:03:08.954]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.3028451Z [00:03:08.954]➜  EOF
2025-08-20T22:41:27.3032143Z [00:03:08.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b784/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/proto/grpc_gcp=>google.golang.org/grpc@v1.72.2/credentials/alts/internal/proto/grpc_gcp;$WORK/b784=>" -p google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp -lang=go1.23 -complete -installsuffix shared -buildid 5mwsBSXC3JiFF2xVLMne/5mwsBSXC3JiFF2xVLMne -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b784/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/proto/grpc_gcp/altscontext.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/proto/grpc_gcp/handshaker.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/proto/grpc_gcp/handshaker_grpc.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/proto/grpc_gcp/transport_security_common.pb.go
2025-08-20T22:41:27.3097386Z [00:03:08.961]➜  go tool buildid -w $WORK/b745/_pkg_.a # internal
2025-08-20T22:41:27.3120736Z [00:03:08.964]➜  cp $WORK/b745/_pkg_.a /root/.cache/go-build/68/68c64176aa238ae19c059a511bafdc8016d275e65bd1db0c985fbe8bd2076742-d # internal
2025-08-20T22:41:27.3124813Z [00:03:08.965]➜  go.opentelemetry.io/otel
2025-08-20T22:41:27.3126209Z [00:03:08.965]➜  mkdir -p $WORK/b743/
2025-08-20T22:41:27.3134583Z [00:03:08.966]➜  cat >/tmp/go-build3998081543/b743/importcfg << 'EOF' # internal
2025-08-20T22:41:27.3136042Z [00:03:08.966]➜  # import config
2025-08-20T22:41:27.3138197Z [00:03:08.966]➜  packagefile github.com/go-logr/logr=/tmp/go-build3998081543/b744/_pkg_.a
2025-08-20T22:41:27.3139256Z [00:03:08.966]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3998081543/b745/_pkg_.a
2025-08-20T22:41:27.3140311Z [00:03:08.966]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:41:27.3143182Z [00:03:08.966]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3998081543/b757/_pkg_.a
2025-08-20T22:41:27.3143819Z [00:03:08.966]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:27.3144214Z [00:03:08.966]➜  EOF
2025-08-20T22:41:27.3147682Z [00:03:08.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b743/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0=>go.opentelemetry.io/otel@v1.35.0;$WORK/b743=>" -p go.opentelemetry.io/otel -lang=go1.22 -complete -installsuffix shared -buildid MCUE2F5_7J4ot_LBC5V9/MCUE2F5_7J4ot_LBC5V9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b743/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/error_handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/internal_logging.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/propagation.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/trace.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/version.go
2025-08-20T22:41:27.3484836Z [00:03:09.001]➜  go tool buildid -w $WORK/b743/_pkg_.a # internal
2025-08-20T22:41:27.3502582Z [00:03:09.002]➜  cp $WORK/b743/_pkg_.a /root/.cache/go-build/51/518283b338faf674049b9c4b92874daa32265579b6d450a14a71a4bd9cd113d5-d # internal
2025-08-20T22:41:27.3511186Z [00:03:09.003]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv
2025-08-20T22:41:27.3514009Z [00:03:09.003]➜  mkdir -p $WORK/b736/
2025-08-20T22:41:27.3527655Z [00:03:09.005]➜  cat >/tmp/go-build3998081543/b736/importcfg << 'EOF' # internal
2025-08-20T22:41:27.3529392Z [00:03:09.005]➜  # import config
2025-08-20T22:41:27.3530752Z [00:03:09.005]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.3531219Z [00:03:09.005]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.3531638Z [00:03:09.005]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.3532373Z [00:03:09.005]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build3998081543/b737/_pkg_.a
2025-08-20T22:41:27.3533144Z [00:03:09.005]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:41:27.3533750Z [00:03:09.005]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:27.3534345Z [00:03:09.005]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:27.3534934Z [00:03:09.005]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:41:27.3535700Z [00:03:09.005]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3998081543/b760/_pkg_.a
2025-08-20T22:41:27.3536412Z [00:03:09.005]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3998081543/b742/_pkg_.a
2025-08-20T22:41:27.3537063Z [00:03:09.005]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3998081543/b750/_pkg_.a
2025-08-20T22:41:27.3537569Z [00:03:09.005]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:27.3537966Z [00:03:09.005]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.3538397Z [00:03:09.005]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:27.3538812Z [00:03:09.005]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:27.3539226Z [00:03:09.005]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:27.3539900Z [00:03:09.005]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:27.3540402Z [00:03:09.005]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:27.3540940Z [00:03:09.005]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.3541399Z [00:03:09.005]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.3541704Z [00:03:09.005]➜  EOF
2025-08-20T22:41:27.3546266Z [00:03:09.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b736/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconv=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconv;$WORK/b736=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv -lang=go1.22 -complete -installsuffix shared -buildid svzIZbO6hEtqRAOk784F/svzIZbO6hEtqRAOk784F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b736/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconv/env.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconv/gen.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconv/httpconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconv/util.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/internal/semconv/v1.20.0.go
2025-08-20T22:41:27.4679259Z [00:03:09.117]➜  go tool buildid -w $WORK/b784/_pkg_.a # internal
2025-08-20T22:41:27.6039512Z [00:03:09.256]➜  cp $WORK/b784/_pkg_.a /root/.cache/go-build/90/908a5efa3a9db3f11ed62cef6f301f96ada3faa32a3e7d0a25c5a0df9a2f2a5d-d # internal
2025-08-20T22:41:27.6048328Z [00:03:09.257]➜  go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
2025-08-20T22:41:27.6052737Z [00:03:09.258]➜  mkdir -p $WORK/b775/
2025-08-20T22:41:27.6106674Z [00:03:09.263]➜  cat >/tmp/go-build3998081543/b775/importcfg << 'EOF' # internal
2025-08-20T22:41:27.6107315Z [00:03:09.263]➜  # import config
2025-08-20T22:41:27.6107781Z [00:03:09.263]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.6109372Z [00:03:09.263]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.6110128Z [00:03:09.263]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3998081543/b776/_pkg_.a
2025-08-20T22:41:27.6110892Z [00:03:09.263]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:41:27.6111499Z [00:03:09.263]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:27.6112109Z [00:03:09.263]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3998081543/b758/_pkg_.a
2025-08-20T22:41:27.6112707Z [00:03:09.263]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:27.6115489Z [00:03:09.263]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:41:27.6116171Z [00:03:09.263]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3998081543/b760/_pkg_.a
2025-08-20T22:41:27.6116805Z [00:03:09.263]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3998081543/b757/_pkg_.a
2025-08-20T22:41:27.6117452Z [00:03:09.263]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3998081543/b777/_pkg_.a
2025-08-20T22:41:27.6118103Z [00:03:09.263]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:27.6118674Z [00:03:09.263]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:27.6119229Z [00:03:09.263]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:27.6120139Z [00:03:09.263]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:27.6120783Z [00:03:09.263]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3998081543/b530/_pkg_.a
2025-08-20T22:41:27.6121467Z [00:03:09.263]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:41:27.6122099Z [00:03:09.263]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:27.6122691Z [00:03:09.263]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:27.6123190Z [00:03:09.263]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:27.6123594Z [00:03:09.263]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.6124030Z [00:03:09.263]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:27.6124478Z [00:03:09.263]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:27.6124911Z [00:03:09.263]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:27.6125228Z [00:03:09.263]➜  EOF
2025-08-20T22:41:27.6131120Z [00:03:09.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b775/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0=>go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0;$WORK/b775=>" -p go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -lang=go1.22 -complete -installsuffix shared -buildid 5a01gP-TQd4uRw664KAp/5a01gP-TQd4uRw664KAp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b775/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/interceptor.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/interceptorinfo.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/metadata_supplier.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/semconv.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/stats_handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.60.0/version.go
2025-08-20T22:41:27.6136598Z [00:03:09.264]➜  go tool buildid -w $WORK/b736/_pkg_.a # internal
2025-08-20T22:41:27.6169652Z [00:03:09.269]➜  cp $WORK/b736/_pkg_.a /root/.cache/go-build/37/374f1282c081ed91bfa365d337bf533acba095c99daa7db9b81299c5373ec5e2-d # internal
2025-08-20T22:41:27.6174361Z [00:03:09.269]➜  go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
2025-08-20T22:41:27.6175675Z [00:03:09.269]➜  mkdir -p $WORK/b733/
2025-08-20T22:41:27.6176180Z [00:03:09.269]➜  cat >/tmp/go-build3998081543/b733/importcfg << 'EOF' # internal
2025-08-20T22:41:27.6176536Z [00:03:09.269]➜  # import config
2025-08-20T22:41:27.6176885Z [00:03:09.269]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.6177399Z [00:03:09.269]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build3998081543/b734/_pkg_.a
2025-08-20T22:41:27.6178190Z [00:03:09.269]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build3998081543/b735/_pkg_.a
2025-08-20T22:41:27.6179159Z [00:03:09.269]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build3998081543/b736/_pkg_.a
2025-08-20T22:41:27.6179913Z [00:03:09.269]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:41:27.6180496Z [00:03:09.269]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:27.6181356Z [00:03:09.269]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:27.6182005Z [00:03:09.269]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:41:27.6182709Z [00:03:09.269]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3998081543/b757/_pkg_.a
2025-08-20T22:41:27.6183380Z [00:03:09.269]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:27.6183866Z [00:03:09.269]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:27.6184286Z [00:03:09.269]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:27.6184764Z [00:03:09.269]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:41:27.6185256Z [00:03:09.269]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:27.6185894Z [00:03:09.269]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.6186323Z [00:03:09.269]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.6186759Z [00:03:09.269]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:27.6187196Z [00:03:09.269]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:27.6187508Z [00:03:09.269]➜  EOF
2025-08-20T22:41:27.6192884Z [00:03:09.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b733/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0=>go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0;$WORK/b733=>" -p go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -lang=go1.22 -complete -installsuffix shared -buildid BbejJra7jhUOXxCJIojV/BbejJra7jhUOXxCJIojV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b733/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/client.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/common.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/config.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/handler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/labeler.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/start_time_context.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/transport.go /root/go/pkg/mod/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.60.0/version.go
2025-08-20T22:41:27.6451606Z [00:03:09.297]➜  go tool buildid -w $WORK/b767/_pkg_.a # internal
2025-08-20T22:41:27.6524953Z [00:03:09.305]➜  cp $WORK/b767/_pkg_.a /root/.cache/go-build/ce/ce57ad91be5a672e00f8f297a60865bcd5b3bb56d82f028288a8e48484974b4d-d # internal
2025-08-20T22:41:27.6525888Z [00:03:09.305]➜  google.golang.org/grpc/credentials/alts/internal/authinfo
2025-08-20T22:41:27.6527793Z [00:03:09.305]➜  mkdir -p $WORK/b783/
2025-08-20T22:41:27.6543703Z [00:03:09.305]➜  cat >/tmp/go-build3998081543/b783/importcfg << 'EOF' # internal
2025-08-20T22:41:27.6546357Z [00:03:09.305]➜  # import config
2025-08-20T22:41:27.6565154Z [00:03:09.305]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:27.6568389Z [00:03:09.305]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3998081543/b784/_pkg_.a
2025-08-20T22:41:27.6569323Z [00:03:09.305]➜  EOF
2025-08-20T22:41:27.6572018Z [00:03:09.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b783/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/authinfo=>google.golang.org/grpc@v1.72.2/credentials/alts/internal/authinfo;$WORK/b783=>" -p google.golang.org/grpc/credentials/alts/internal/authinfo -lang=go1.23 -complete -installsuffix shared -buildid RFussXVe9FnKb1k5isNo/RFussXVe9FnKb1k5isNo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b783/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/authinfo/authinfo.go
2025-08-20T22:41:27.6865000Z [00:03:09.339]➜  go tool buildid -w $WORK/b783/_pkg_.a # internal
2025-08-20T22:41:27.6878197Z [00:03:09.340]➜  cp $WORK/b783/_pkg_.a /root/.cache/go-build/51/5195047cd69befd9d4d39ea24ee333d4e95d21b2f5bad1220e5855ded625d232-d # internal
2025-08-20T22:41:27.6887760Z [00:03:09.341]➜  google.golang.org/grpc/credentials/alts/internal/conn
2025-08-20T22:41:27.6894659Z [00:03:09.342]➜  mkdir -p $WORK/b785/
2025-08-20T22:41:27.6905635Z [00:03:09.343]➜  cat >/tmp/go-build3998081543/b785/importcfg << 'EOF' # internal
2025-08-20T22:41:27.6907205Z [00:03:09.343]➜  # import config
2025-08-20T22:41:27.6907855Z [00:03:09.343]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:27.6909138Z [00:03:09.343]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:41:27.6909637Z [00:03:09.343]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:27.6910106Z [00:03:09.343]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:27.6910581Z [00:03:09.343]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:27.6911057Z [00:03:09.343]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:27.6911506Z [00:03:09.343]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.6911927Z [00:03:09.343]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.6912871Z [00:03:09.343]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3998081543/b780/_pkg_.a
2025-08-20T22:41:27.6913605Z [00:03:09.343]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:27.6914020Z [00:03:09.343]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.6914441Z [00:03:09.343]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:27.6914761Z [00:03:09.343]➜  EOF
2025-08-20T22:41:27.6929306Z [00:03:09.345]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b785/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/conn=>google.golang.org/grpc@v1.72.2/credentials/alts/internal/conn;$WORK/b785=>" -p google.golang.org/grpc/credentials/alts/internal/conn -lang=go1.23 -complete -installsuffix shared -buildid 3YdCM8l0vWtx3bTDjVe2/3YdCM8l0vWtx3bTDjVe2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b785/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/conn/aeadrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/conn/aes128gcm.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/conn/aes128gcmrekey.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/conn/common.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/conn/counter.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/conn/record.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/conn/utils.go
2025-08-20T22:41:27.7274971Z [00:03:09.380]➜  go tool buildid -w $WORK/b733/_pkg_.a # internal
2025-08-20T22:41:27.7303512Z [00:03:09.383]➜  cp $WORK/b733/_pkg_.a /root/.cache/go-build/3a/3a7d334aa9f1fb252a76c70c6fcf14dc95ec916a25dfe9fc1b673f09b27d8fc1-d # internal
2025-08-20T22:41:27.7306854Z [00:03:09.383]➜  cloud.google.com/go/auth/httptransport
2025-08-20T22:41:27.7308690Z [00:03:09.383]➜  mkdir -p $WORK/b731/
2025-08-20T22:41:27.7320617Z [00:03:09.384]➜  cat >/tmp/go-build3998081543/b731/importcfg << 'EOF' # internal
2025-08-20T22:41:27.7321081Z [00:03:09.384]➜  # import config
2025-08-20T22:41:27.7321500Z [00:03:09.384]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:27.7322427Z [00:03:09.384]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3998081543/b677/_pkg_.a
2025-08-20T22:41:27.7323115Z [00:03:09.384]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:27.7323891Z [00:03:09.384]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3998081543/b732/_pkg_.a
2025-08-20T22:41:27.7324655Z [00:03:09.384]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3998081543/b682/_pkg_.a
2025-08-20T22:41:27.7325229Z [00:03:09.384]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.7325907Z [00:03:09.384]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:27.7326369Z [00:03:09.384]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.7328760Z [00:03:09.385]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.7329616Z [00:03:09.385]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:27.7330822Z [00:03:09.385]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3998081543/b733/_pkg_.a
2025-08-20T22:41:27.7331771Z [00:03:09.385]➜  packagefile golang.org/x/net/http2=/tmp/go-build3998081543/b520/_pkg_.a
2025-08-20T22:41:27.7332513Z [00:03:09.385]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:27.7333034Z [00:03:09.385]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.7333723Z [00:03:09.385]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:27.7335154Z [00:03:09.385]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:27.7336165Z [00:03:09.385]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:27.7336480Z [00:03:09.385]➜  EOF
2025-08-20T22:41:27.7341126Z [00:03:09.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b731/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/httptransport=>cloud.google.com/go/auth@v0.16.1/httptransport;$WORK/b731=>" -p cloud.google.com/go/auth/httptransport -lang=go1.23 -complete -installsuffix shared -buildid 1N7cRXSK1x1DbkGSr81L/1N7cRXSK1x1DbkGSr81L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b731/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/httptransport/httptransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/httptransport/transport.go
2025-08-20T22:41:27.7412481Z [00:03:09.394]➜  go tool buildid -w $WORK/b785/_pkg_.a # internal
2025-08-20T22:41:27.7427497Z [00:03:09.395]➜  cp $WORK/b785/_pkg_.a /root/.cache/go-build/46/4656b1937e5c3a35502d3a0da76faf04c7f49492e4ab7dfc26c4dde832fe3ba7-d # internal
2025-08-20T22:41:27.7431772Z [00:03:09.395]➜  google.golang.org/grpc/credentials/alts/internal/handshaker
2025-08-20T22:41:27.7432251Z [00:03:09.396]➜  mkdir -p $WORK/b781/
2025-08-20T22:41:27.7435116Z [00:03:09.396]➜  cat >/tmp/go-build3998081543/b781/importcfg << 'EOF' # internal
2025-08-20T22:41:27.7436544Z [00:03:09.396]➜  # import config
2025-08-20T22:41:27.7436994Z [00:03:09.396]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.7437520Z [00:03:09.396]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.7437949Z [00:03:09.396]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.7438448Z [00:03:09.396]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3998081543/b782/_pkg_.a
2025-08-20T22:41:27.7439001Z [00:03:09.396]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:27.7439552Z [00:03:09.396]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:27.7440159Z [00:03:09.396]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:27.7440831Z [00:03:09.396]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3998081543/b780/_pkg_.a
2025-08-20T22:41:27.7441904Z [00:03:09.396]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build3998081543/b783/_pkg_.a
2025-08-20T22:41:27.7442746Z [00:03:09.396]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build3998081543/b785/_pkg_.a
2025-08-20T22:41:27.7446714Z [00:03:09.396]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3998081543/b784/_pkg_.a
2025-08-20T22:41:27.7447897Z [00:03:09.396]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:27.7448466Z [00:03:09.396]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:27.7449063Z [00:03:09.396]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.7449670Z [00:03:09.396]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:27.7450048Z [00:03:09.396]➜  EOF
2025-08-20T22:41:27.7452903Z [00:03:09.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b781/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/handshaker=>google.golang.org/grpc@v1.72.2/credentials/alts/internal/handshaker;$WORK/b781=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker -lang=go1.23 -complete -installsuffix shared -buildid BrLIHVfQwixHa9wIrhu_/BrLIHVfQwixHa9wIrhu_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b781/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/handshaker/handshaker.go
2025-08-20T22:41:27.7458593Z [00:03:09.398]➜  go tool buildid -w $WORK/b775/_pkg_.a # internal
2025-08-20T22:41:27.7502886Z [00:03:09.402]➜  cp $WORK/b775/_pkg_.a /root/.cache/go-build/b2/b2af504c14a0accad1f362443e1f7418bc7778a99fe6cfed973186d3debe391e-d # internal
2025-08-20T22:41:27.7504036Z [00:03:09.402]➜  google.golang.org/grpc/credentials/alts/internal/handshaker/service
2025-08-20T22:41:27.7504444Z [00:03:09.402]➜  mkdir -p $WORK/b786/
2025-08-20T22:41:27.7504816Z [00:03:09.402]➜  cat >/tmp/go-build3998081543/b786/importcfg << 'EOF' # internal
2025-08-20T22:41:27.7505172Z [00:03:09.402]➜  # import config
2025-08-20T22:41:27.7505742Z [00:03:09.402]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:27.7506380Z [00:03:09.402]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3998081543/b495/_pkg_.a
2025-08-20T22:41:27.7506929Z [00:03:09.402]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.7507239Z [00:03:09.402]➜  EOF
2025-08-20T22:41:27.7509678Z [00:03:09.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b786/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/handshaker/service=>google.golang.org/grpc@v1.72.2/credentials/alts/internal/handshaker/service;$WORK/b786=>" -p google.golang.org/grpc/credentials/alts/internal/handshaker/service -lang=go1.23 -complete -installsuffix shared -buildid 9MzFlP7LT8pBisScMXgS/9MzFlP7LT8pBisScMXgS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b786/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/internal/handshaker/service/service.go
2025-08-20T22:41:27.8023257Z [00:03:09.454]➜  go tool buildid -w $WORK/b731/_pkg_.a # internal
2025-08-20T22:41:27.8029507Z [00:03:09.455]➜  cp $WORK/b731/_pkg_.a /root/.cache/go-build/a0/a0781a6c9503ccd2fdbd47702fc2e8f089986006e99e8796716b9e2011432b64-d # internal
2025-08-20T22:41:27.8043810Z [00:03:09.457]➜  google.golang.org/api/transport/http
2025-08-20T22:41:27.8044780Z [00:03:09.457]➜  mkdir -p $WORK/b730/
2025-08-20T22:41:27.8045202Z [00:03:09.457]➜  cat >/tmp/go-build3998081543/b730/importcfg << 'EOF' # internal
2025-08-20T22:41:27.8045738Z [00:03:09.457]➜  # import config
2025-08-20T22:41:27.8046164Z [00:03:09.457]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:27.8046752Z [00:03:09.457]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3998081543/b677/_pkg_.a
2025-08-20T22:41:27.8047670Z [00:03:09.457]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build3998081543/b731/_pkg_.a
2025-08-20T22:41:27.8048413Z [00:03:09.457]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3998081543/b690/_pkg_.a
2025-08-20T22:41:27.8049065Z [00:03:09.457]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.8049551Z [00:03:09.457]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:27.8049986Z [00:03:09.457]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.8050625Z [00:03:09.457]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3998081543/b733/_pkg_.a
2025-08-20T22:41:27.8051305Z [00:03:09.457]➜  packagefile golang.org/x/net/http2=/tmp/go-build3998081543/b520/_pkg_.a
2025-08-20T22:41:27.8051822Z [00:03:09.457]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:27.8052419Z [00:03:09.457]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build3998081543/b761/_pkg_.a
2025-08-20T22:41:27.8053050Z [00:03:09.457]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:27.8053656Z [00:03:09.457]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3998081543/b716/_pkg_.a
2025-08-20T22:41:27.8054240Z [00:03:09.457]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:27.8054721Z [00:03:09.457]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.8055142Z [00:03:09.457]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:27.8055778Z [00:03:09.457]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:27.8056427Z [00:03:09.457]➜  EOF
2025-08-20T22:41:27.8071282Z [00:03:09.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b730/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/transport/http=>google.golang.org/api@v0.236.0/transport/http;$WORK/b730=>" -p google.golang.org/api/transport/http -lang=go1.23 -complete -installsuffix shared -buildid XJktDmrNjfk4_iTRlQxj/XJktDmrNjfk4_iTRlQxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b730/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/transport/http/dial.go
2025-08-20T22:41:27.8171061Z [00:03:09.469]➜  go tool buildid -w $WORK/b781/_pkg_.a # internal
2025-08-20T22:41:27.8171781Z [00:03:09.469]➜  cp $WORK/b781/_pkg_.a /root/.cache/go-build/0c/0c62684e3cfa250887a182702414589269387c1dbf7e39caa5f912dfce755a4c-d # internal
2025-08-20T22:41:27.8172810Z [00:03:09.469]➜  google.golang.org/grpc/internal/googlecloud
2025-08-20T22:41:27.8173136Z [00:03:09.469]➜  mkdir -p $WORK/b787/
2025-08-20T22:41:27.8173543Z [00:03:09.469]➜  cat >/tmp/go-build3998081543/b787/importcfg << 'EOF' # internal
2025-08-20T22:41:27.8173889Z [00:03:09.469]➜  # import config
2025-08-20T22:41:27.8174313Z [00:03:09.469]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:27.8174949Z [00:03:09.469]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:27.8175627Z [00:03:09.469]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:27.8176408Z [00:03:09.469]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:27.8176905Z [00:03:09.469]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.8177340Z [00:03:09.469]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.8177650Z [00:03:09.469]➜  EOF
2025-08-20T22:41:27.8180142Z [00:03:09.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b787/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/googlecloud=>google.golang.org/grpc@v1.72.2/internal/googlecloud;$WORK/b787=>" -p google.golang.org/grpc/internal/googlecloud -lang=go1.23 -complete -installsuffix shared -buildid nBQEzKYWt_KySdXeS4jd/nBQEzKYWt_KySdXeS4jd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b787/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/googlecloud/googlecloud.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/googlecloud/manufacturer_linux.go
2025-08-20T22:41:27.8182395Z [00:03:09.470]➜  go tool buildid -w $WORK/b786/_pkg_.a # internal
2025-08-20T22:41:27.8196234Z [00:03:09.472]➜  cp $WORK/b786/_pkg_.a /root/.cache/go-build/25/25f5b1445f14a64630cc1959fe54e7c5bd6bc3eeaeaf6ca8b9d757d8bb210afc-d # internal
2025-08-20T22:41:27.8198027Z [00:03:09.472]➜  google.golang.org/grpc/credentials/oauth
2025-08-20T22:41:27.8199544Z [00:03:09.472]➜  mkdir -p $WORK/b788/
2025-08-20T22:41:27.8205115Z [00:03:09.473]➜  cat >/tmp/go-build3998081543/b788/importcfg << 'EOF' # internal
2025-08-20T22:41:27.8205937Z [00:03:09.473]➜  # import config
2025-08-20T22:41:27.8206285Z [00:03:09.473]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.8206703Z [00:03:09.473]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.8207170Z [00:03:09.473]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:27.8207710Z [00:03:09.473]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:27.8208258Z [00:03:09.473]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3998081543/b664/_pkg_.a
2025-08-20T22:41:27.8208836Z [00:03:09.473]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:27.8209351Z [00:03:09.473]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:27.8209761Z [00:03:09.473]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:27.8210377Z [00:03:09.473]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.8210689Z [00:03:09.473]➜  EOF
2025-08-20T22:41:27.8212628Z [00:03:09.473]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b788/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/oauth=>google.golang.org/grpc@v1.72.2/credentials/oauth;$WORK/b788=>" -p google.golang.org/grpc/credentials/oauth -lang=go1.23 -complete -installsuffix shared -buildid Su0ew_ZVusq98hsBzzR-/Su0ew_ZVusq98hsBzzR- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b788/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/oauth/oauth.go
2025-08-20T22:41:27.8311110Z [00:03:09.483]➜  go tool buildid -w $WORK/b787/_pkg_.a # internal
2025-08-20T22:41:27.8316589Z [00:03:09.484]➜  cp $WORK/b787/_pkg_.a /root/.cache/go-build/40/402f124b4f42b354d2595c8f28b683d25e9e7fa413d2a478b1ed1af2c2328ecb-d # internal
2025-08-20T22:41:27.8317221Z [00:03:09.484]➜  google.golang.org/grpc/credentials/alts
2025-08-20T22:41:27.8317569Z [00:03:09.484]➜  mkdir -p $WORK/b779/
2025-08-20T22:41:27.8337482Z [00:03:09.484]➜  cat >/tmp/go-build3998081543/b779/importcfg << 'EOF' # internal
2025-08-20T22:41:27.8337934Z [00:03:09.484]➜  # import config
2025-08-20T22:41:27.8338286Z [00:03:09.484]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.8338740Z [00:03:09.484]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.8339156Z [00:03:09.484]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.8339918Z [00:03:09.484]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:27.8340589Z [00:03:09.484]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:27.8341268Z [00:03:09.484]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3998081543/b780/_pkg_.a
2025-08-20T22:41:27.8342042Z [00:03:09.484]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build3998081543/b781/_pkg_.a
2025-08-20T22:41:27.8342906Z [00:03:09.484]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build3998081543/b786/_pkg_.a
2025-08-20T22:41:27.8343904Z [00:03:09.484]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3998081543/b784/_pkg_.a
2025-08-20T22:41:27.8344677Z [00:03:09.484]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:27.8345322Z [00:03:09.484]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3998081543/b787/_pkg_.a
2025-08-20T22:41:27.8346154Z [00:03:09.484]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3998081543/b530/_pkg_.a
2025-08-20T22:41:27.8346732Z [00:03:09.485]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:27.8347221Z [00:03:09.485]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.8347649Z [00:03:09.485]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.8348245Z [00:03:09.485]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.8348665Z [00:03:09.485]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:27.8348973Z [00:03:09.485]➜  EOF
2025-08-20T22:41:27.8351179Z [00:03:09.485]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b779/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts=>google.golang.org/grpc@v1.72.2/credentials/alts;$WORK/b779=>" -p google.golang.org/grpc/credentials/alts -lang=go1.23 -complete -installsuffix shared -buildid 2XTZ3ucHZWp_qiKQY1tY/2XTZ3ucHZWp_qiKQY1tY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b779/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/alts.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/alts/utils.go
2025-08-20T22:41:27.8603856Z [00:03:09.511]➜  go tool buildid -w $WORK/b788/_pkg_.a # internal
2025-08-20T22:41:27.8612985Z [00:03:09.513]➜  cp $WORK/b788/_pkg_.a /root/.cache/go-build/1b/1b1b9daa823cccea338c3a528e38fcf66480e30181fff27ecfad6aa8bb5a343a-d # internal
2025-08-20T22:41:27.8616270Z [00:03:09.514]➜  google.golang.org/grpc/internal/xds
2025-08-20T22:41:27.8616620Z [00:03:09.514]➜  mkdir -p $WORK/b789/
2025-08-20T22:41:27.8627841Z [00:03:09.515]➜  cat >/tmp/go-build3998081543/b789/importcfg << 'EOF' # internal
2025-08-20T22:41:27.8630331Z [00:03:09.515]➜  # import config
2025-08-20T22:41:27.8632802Z [00:03:09.515]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3998081543/b446/_pkg_.a
2025-08-20T22:41:27.8635517Z [00:03:09.515]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:27.8636296Z [00:03:09.515]➜  EOF
2025-08-20T22:41:27.8638233Z [00:03:09.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b789/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds=>google.golang.org/grpc@v1.72.2/internal/xds;$WORK/b789=>" -p google.golang.org/grpc/internal/xds -lang=go1.23 -complete -installsuffix shared -buildid gVlkpgnjxbRYtFBeGrxB/gVlkpgnjxbRYtFBeGrxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b789/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/xds.go
2025-08-20T22:41:27.8795034Z [00:03:09.531]➜  go tool buildid -w $WORK/b789/_pkg_.a # internal
2025-08-20T22:41:27.8796272Z [00:03:09.532]➜  cp $WORK/b789/_pkg_.a /root/.cache/go-build/b5/b540ee927a8fc154942e6ad76be6614be3bfd2bbf770ec7428b3b35a6bad294c-d # internal
2025-08-20T22:41:27.8807642Z [00:03:09.533]➜  golang.org/x/time/rate
2025-08-20T22:41:27.8808040Z [00:03:09.533]➜  mkdir -p $WORK/b790/
2025-08-20T22:41:27.8832096Z [00:03:09.535]➜  cat >/tmp/go-build3998081543/b790/importcfg << 'EOF' # internal
2025-08-20T22:41:27.8832498Z [00:03:09.536]➜  # import config
2025-08-20T22:41:27.8832856Z [00:03:09.536]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.8833304Z [00:03:09.536]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.8833733Z [00:03:09.536]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:27.8834148Z [00:03:09.536]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.8834861Z [00:03:09.536]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:27.8835224Z [00:03:09.536]➜  EOF
2025-08-20T22:41:27.8837305Z [00:03:09.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b790/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/time@v0.11.0/rate=>golang.org/x/time@v0.11.0/rate;$WORK/b790=>" -p golang.org/x/time/rate -lang=go1.23 -complete -installsuffix shared -buildid v1RSsDRcrmbXhML9j90y/v1RSsDRcrmbXhML9j90y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b790/importcfg -pack /root/go/pkg/mod/golang.org/x/time@v0.11.0/rate/rate.go /root/go/pkg/mod/golang.org/x/time@v0.11.0/rate/sometimes.go
2025-08-20T22:41:27.8967005Z [00:03:09.549]➜  go tool buildid -w $WORK/b730/_pkg_.a # internal
2025-08-20T22:41:27.8987455Z [00:03:09.551]➜  cp $WORK/b730/_pkg_.a /root/.cache/go-build/90/900c978fe332054ee3f70cb445970c9b91ce6589afb542fb15b0b6c6e39f37e4-d # internal
2025-08-20T22:41:27.9018466Z [00:03:09.554]➜  google.golang.org/api/sheets/v4
2025-08-20T22:41:27.9018866Z [00:03:09.554]➜  mkdir -p $WORK/b718/
2025-08-20T22:41:27.9019305Z [00:03:09.554]➜  cat >/tmp/go-build3998081543/b718/importcfg << 'EOF' # internal
2025-08-20T22:41:27.9019661Z [00:03:09.554]➜  # import config
2025-08-20T22:41:27.9020039Z [00:03:09.554]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:27.9020470Z [00:03:09.554]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.9020925Z [00:03:09.554]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:27.9021372Z [00:03:09.554]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.9021786Z [00:03:09.554]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.9022679Z [00:03:09.554]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:27.9023316Z [00:03:09.554]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:27.9023910Z [00:03:09.554]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:27.9024546Z [00:03:09.554]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3998081543/b721/_pkg_.a
2025-08-20T22:41:27.9025172Z [00:03:09.554]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:27.9026068Z [00:03:09.554]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:27.9026729Z [00:03:09.554]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:41:27.9027237Z [00:03:09.554]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:27.9027668Z [00:03:09.554]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:27.9028105Z [00:03:09.554]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:27.9028535Z [00:03:09.554]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:27.9028968Z [00:03:09.554]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:27.9029397Z [00:03:09.554]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.9029713Z [00:03:09.554]➜  EOF
2025-08-20T22:41:27.9031721Z [00:03:09.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b718/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/sheets/v4=>google.golang.org/api@v0.236.0/sheets/v4;$WORK/b718=>" -p google.golang.org/api/sheets/v4 -lang=go1.23 -complete -installsuffix shared -buildid p_Nl3ZFlDQpkczn6v-nY/p_Nl3ZFlDQpkczn6v-nY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b718/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/sheets/v4/sheets-gen.go
2025-08-20T22:41:27.9142342Z [00:03:09.566]➜  go tool buildid -w $WORK/b779/_pkg_.a # internal
2025-08-20T22:41:27.9157900Z [00:03:09.568]➜  cp $WORK/b779/_pkg_.a /root/.cache/go-build/6f/6f1d84c3d11f80b4aed5a8d93ce96de27d3770f45e3ecfa6c3dac1a5cbd1ae08-d # internal
2025-08-20T22:41:27.9166023Z [00:03:09.568]➜  google.golang.org/grpc/credentials/google
2025-08-20T22:41:27.9166423Z [00:03:09.568]➜  mkdir -p $WORK/b778/
2025-08-20T22:41:27.9166813Z [00:03:09.568]➜  cat >/tmp/go-build3998081543/b778/importcfg << 'EOF' # internal
2025-08-20T22:41:27.9167160Z [00:03:09.568]➜  # import config
2025-08-20T22:41:27.9167503Z [00:03:09.568]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.9167925Z [00:03:09.568]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.9168444Z [00:03:09.568]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:27.9169088Z [00:03:09.568]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build3998081543/b779/_pkg_.a
2025-08-20T22:41:27.9169938Z [00:03:09.568]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3998081543/b788/_pkg_.a
2025-08-20T22:41:27.9170568Z [00:03:09.568]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:27.9171154Z [00:03:09.568]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:27.9171761Z [00:03:09.568]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3998081543/b789/_pkg_.a
2025-08-20T22:41:27.9172267Z [00:03:09.568]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.9172686Z [00:03:09.568]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:27.9173112Z [00:03:09.568]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.9173431Z [00:03:09.568]➜  EOF
2025-08-20T22:41:27.9176033Z [00:03:09.568]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b778/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/google=>google.golang.org/grpc@v1.72.2/credentials/google;$WORK/b778=>" -p google.golang.org/grpc/credentials/google -lang=go1.23 -complete -installsuffix shared -buildid L_Se1xF6FcxBSTbN_YbA/L_Se1xF6FcxBSTbN_YbA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b778/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/google/google.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/google/xds.go
2025-08-20T22:41:27.9262158Z [00:03:09.578]➜  go tool buildid -w $WORK/b790/_pkg_.a # internal
2025-08-20T22:41:27.9279073Z [00:03:09.579]➜  cp $WORK/b790/_pkg_.a /root/.cache/go-build/7d/7db50f420f64a5762cdfa2b46d6edfcac59911af41275f59f88073b8f80c3070-d # internal
2025-08-20T22:41:27.9286579Z [00:03:09.581]➜  google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
2025-08-20T22:41:27.9296508Z [00:03:09.581]➜  mkdir -p $WORK/b792/
2025-08-20T22:41:27.9296988Z [00:03:09.581]➜  cat >/tmp/go-build3998081543/b792/importcfg << 'EOF' # internal
2025-08-20T22:41:27.9297340Z [00:03:09.581]➜  # import config
2025-08-20T22:41:27.9297684Z [00:03:09.581]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.9298182Z [00:03:09.581]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:27.9298735Z [00:03:09.581]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:27.9299596Z [00:03:09.581]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:27.9300365Z [00:03:09.581]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:27.9301080Z [00:03:09.581]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:27.9301795Z [00:03:09.581]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:27.9302546Z [00:03:09.581]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:27.9303124Z [00:03:09.581]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:27.9303687Z [00:03:09.581]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.9304078Z [00:03:09.581]➜  EOF
2025-08-20T22:41:27.9306791Z [00:03:09.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b792/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/grpc_lb_v1=>google.golang.org/grpc@v1.72.2/balancer/grpclb/grpc_lb_v1;$WORK/b792=>" -p google.golang.org/grpc/balancer/grpclb/grpc_lb_v1 -lang=go1.23 -complete -installsuffix shared -buildid 53ruqtpU5X6_V4pGIoBT/53ruqtpU5X6_V4pGIoBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b792/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/grpc_lb_v1/load_balancer.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/grpc_lb_v1/load_balancer_grpc.pb.go
2025-08-20T22:41:27.9487178Z [00:03:09.601]➜  go tool buildid -w $WORK/b778/_pkg_.a # internal
2025-08-20T22:41:27.9531066Z [00:03:09.602]➜  cp $WORK/b778/_pkg_.a /root/.cache/go-build/b4/b4ab794bc66fd20f9336ba344239a9ce6628a84e3a378fe5cf21f80bee40709e-d # internal
2025-08-20T22:41:27.9531707Z [00:03:09.602]➜  cloud.google.com/go/auth/grpctransport
2025-08-20T22:41:27.9532020Z [00:03:09.602]➜  mkdir -p $WORK/b773/
2025-08-20T22:41:27.9532407Z [00:03:09.602]➜  cat >/tmp/go-build3998081543/b773/importcfg << 'EOF' # internal
2025-08-20T22:41:27.9533348Z [00:03:09.602]➜  # import config
2025-08-20T22:41:27.9534494Z [00:03:09.602]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:27.9535543Z [00:03:09.602]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3998081543/b677/_pkg_.a
2025-08-20T22:41:27.9536501Z [00:03:09.602]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:41:27.9537931Z [00:03:09.602]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build3998081543/b774/_pkg_.a
2025-08-20T22:41:27.9539034Z [00:03:09.602]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3998081543/b732/_pkg_.a
2025-08-20T22:41:27.9540006Z [00:03:09.602]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:27.9540735Z [00:03:09.602]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:27.9541572Z [00:03:09.602]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:27.9542227Z [00:03:09.602]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:27.9543178Z [00:03:09.602]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:27.9544274Z [00:03:09.602]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3998081543/b775/_pkg_.a
2025-08-20T22:41:27.9545539Z [00:03:09.602]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:27.9546621Z [00:03:09.602]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:27.9547903Z [00:03:09.602]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3998081543/b778/_pkg_.a
2025-08-20T22:41:27.9549107Z [00:03:09.602]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3998081543/b495/_pkg_.a
2025-08-20T22:41:27.9550183Z [00:03:09.602]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:41:27.9551169Z [00:03:09.602]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:27.9551917Z [00:03:09.602]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:27.9552487Z [00:03:09.602]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:27.9553302Z [00:03:09.602]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:27.9554112Z [00:03:09.602]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:27.9555034Z [00:03:09.602]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:27.9555825Z [00:03:09.602]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:27.9556900Z [00:03:09.602]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:27.9557352Z [00:03:09.602]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:27.9557681Z [00:03:09.602]➜  EOF
2025-08-20T22:41:27.9560502Z [00:03:09.602]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b773/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/grpctransport=>cloud.google.com/go/auth@v0.16.1/grpctransport;$WORK/b773=>" -p cloud.google.com/go/auth/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid Q115oNXt9QKLQ10UnFI4/Q115oNXt9QKLQ10UnFI4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b773/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/grpctransport/dial_socketopt.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/grpctransport/directpath.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/grpctransport/grpctransport.go /root/go/pkg/mod/cloud.google.com/go/auth@v0.16.1/grpctransport/pool.go
2025-08-20T22:41:28.0339751Z [00:03:09.686]➜  go tool buildid -w $WORK/b792/_pkg_.a # internal
2025-08-20T22:41:28.0370809Z [00:03:09.689]➜  cp $WORK/b792/_pkg_.a /root/.cache/go-build/a3/a3a022e9763562414e63a956dbcbaebcdb58b445a88c9520c5d3bfdb4c9d4c3c-d # internal
2025-08-20T22:41:28.0372096Z [00:03:09.690]➜  google.golang.org/grpc/resolver/manual
2025-08-20T22:41:28.0372786Z [00:03:09.690]➜  mkdir -p $WORK/b793/
2025-08-20T22:41:28.0376646Z [00:03:09.690]➜  cat >/tmp/go-build3998081543/b793/importcfg << 'EOF' # internal
2025-08-20T22:41:28.0377010Z [00:03:09.690]➜  # import config
2025-08-20T22:41:28.0377448Z [00:03:09.690]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:28.0382304Z [00:03:09.690]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.0382677Z [00:03:09.690]➜  EOF
2025-08-20T22:41:28.0384664Z [00:03:09.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b793/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver/manual=>google.golang.org/grpc@v1.72.2/resolver/manual;$WORK/b793=>" -p google.golang.org/grpc/resolver/manual -lang=go1.23 -complete -installsuffix shared -buildid VgPJBNTlqxuC2pR5W139/VgPJBNTlqxuC2pR5W139 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b793/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver/manual/manual.go
2025-08-20T22:41:28.0568607Z [00:03:09.709]➜  go tool buildid -w $WORK/b793/_pkg_.a # internal
2025-08-20T22:41:28.0574970Z [00:03:09.710]➜  cp $WORK/b793/_pkg_.a /root/.cache/go-build/06/061fb814793b5298c992a8b3e7a72156e8654ede2fc96f5b099dbd5bcec65383-d # internal
2025-08-20T22:41:28.0576334Z [00:03:09.710]➜  google.golang.org/grpc/balancer/grpclb
2025-08-20T22:41:28.0577045Z [00:03:09.710]➜  mkdir -p $WORK/b791/
2025-08-20T22:41:28.0589474Z [00:03:09.711]➜  cat >/tmp/go-build3998081543/b791/importcfg << 'EOF' # internal
2025-08-20T22:41:28.0590760Z [00:03:09.711]➜  # import config
2025-08-20T22:41:28.0591585Z [00:03:09.711]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.0592811Z [00:03:09.711]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:28.0593646Z [00:03:09.711]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.0594328Z [00:03:09.711]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.0596051Z [00:03:09.711]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:28.0596631Z [00:03:09.711]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:28.0597264Z [00:03:09.711]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:28.0597954Z [00:03:09.711]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build3998081543/b792/_pkg_.a
2025-08-20T22:41:28.0598663Z [00:03:09.711]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3998081543/b537/_pkg_.a
2025-08-20T22:41:28.0599335Z [00:03:09.711]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3998081543/b470/_pkg_.a
2025-08-20T22:41:28.0600011Z [00:03:09.711]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3998081543/b492/_pkg_.a
2025-08-20T22:41:28.0600626Z [00:03:09.711]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:28.0601216Z [00:03:09.711]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:28.0601832Z [00:03:09.711]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:28.0602782Z [00:03:09.711]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3998081543/b495/_pkg_.a
2025-08-20T22:41:28.0603411Z [00:03:09.711]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:28.0604004Z [00:03:09.711]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:28.0604623Z [00:03:09.711]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:28.0605323Z [00:03:09.711]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:28.0606176Z [00:03:09.711]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3998081543/b514/_pkg_.a
2025-08-20T22:41:28.0606837Z [00:03:09.711]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:28.0607501Z [00:03:09.711]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3998081543/b536/_pkg_.a
2025-08-20T22:41:28.0608383Z [00:03:09.711]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3998081543/b529/_pkg_.a
2025-08-20T22:41:28.0608976Z [00:03:09.711]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:28.0609573Z [00:03:09.711]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:28.0610189Z [00:03:09.711]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build3998081543/b793/_pkg_.a
2025-08-20T22:41:28.0610825Z [00:03:09.711]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:28.0611421Z [00:03:09.711]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:28.0612006Z [00:03:09.711]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:28.0612677Z [00:03:09.711]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:28.0613428Z [00:03:09.711]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:28.0613984Z [00:03:09.711]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:28.0614532Z [00:03:09.711]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:28.0615026Z [00:03:09.711]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:28.0615626Z [00:03:09.711]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.0616131Z [00:03:09.711]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:28.0616567Z [00:03:09.711]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:28.0616876Z [00:03:09.711]➜  EOF
2025-08-20T22:41:28.0620040Z [00:03:09.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b791/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb=>google.golang.org/grpc@v1.72.2/balancer/grpclb;$WORK/b791=>" -p google.golang.org/grpc/balancer/grpclb -lang=go1.23 -complete -installsuffix shared -buildid DuOKNYRHaOfGioVfTxOs/DuOKNYRHaOfGioVfTxOs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b791/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/grpclb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/grpclb_config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/grpclb_picker.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/grpclb_remote_balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/grpclb/grpclb_util.go
2025-08-20T22:41:28.0898525Z [00:03:09.742]➜  go tool buildid -w $WORK/b773/_pkg_.a # internal
2025-08-20T22:41:28.0930398Z [00:03:09.745]➜  cp $WORK/b773/_pkg_.a /root/.cache/go-build/fe/fe248d19448c4ce395facfd0b9ffef554dcf85a2a35563eb2a0facf69ae46778-d # internal
2025-08-20T22:41:28.0951983Z [00:03:09.747]➜  cloud.google.com/go/civil
2025-08-20T22:41:28.0981711Z [00:03:09.747]➜  mkdir -p $WORK/b794/
2025-08-20T22:41:28.0982160Z [00:03:09.748]➜  cat >/tmp/go-build3998081543/b794/importcfg << 'EOF' # internal
2025-08-20T22:41:28.0982508Z [00:03:09.748]➜  # import config
2025-08-20T22:41:28.0982916Z [00:03:09.748]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:28.0983380Z [00:03:09.748]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.0983804Z [00:03:09.748]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:28.0984145Z [00:03:09.748]➜  EOF
2025-08-20T22:41:28.0985992Z [00:03:09.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b794/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.0/civil=>cloud.google.com/go@v0.121.0/civil;$WORK/b794=>" -p cloud.google.com/go/civil -lang=go1.23 -complete -installsuffix shared -buildid xHwEtEG5gFTuJYuon1Tg/xHwEtEG5gFTuJYuon1Tg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b794/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.0/civil/civil.go
2025-08-20T22:41:28.1708337Z [00:03:09.823]➜  go tool buildid -w $WORK/b794/_pkg_.a # internal
2025-08-20T22:41:28.1718561Z [00:03:09.824]➜  cp $WORK/b794/_pkg_.a /root/.cache/go-build/13/13026da7b45614316a13c5b3ed4078c9ca95beeac4a91fb249f85e5282631f5d-d # internal
2025-08-20T22:41:28.1754552Z [00:03:09.828]➜  google.golang.org/genproto/googleapis/type/expr
2025-08-20T22:41:28.1757209Z [00:03:09.828]➜  mkdir -p $WORK/b797/
2025-08-20T22:41:28.1762477Z [00:03:09.828]➜  cat >/tmp/go-build3998081543/b797/importcfg << 'EOF' # internal
2025-08-20T22:41:28.1762838Z [00:03:09.828]➜  # import config
2025-08-20T22:41:28.1763346Z [00:03:09.828]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:28.1764055Z [00:03:09.828]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:28.1764636Z [00:03:09.828]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.1765057Z [00:03:09.828]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.1765458Z [00:03:09.828]➜  EOF
2025-08-20T22:41:28.1768295Z [00:03:09.828]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b797/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/expr=>google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/expr;$WORK/b797=>" -p google.golang.org/genproto/googleapis/type/expr -lang=go1.23 -complete -installsuffix shared -buildid fswEVdFCg0TBsZtLszCp/fswEVdFCg0TBsZtLszCp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b797/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/expr/expr.pb.go
2025-08-20T22:41:28.2316508Z [00:03:09.884]➜  go tool buildid -w $WORK/b797/_pkg_.a # internal
2025-08-20T22:41:28.2334456Z [00:03:09.885]➜  cp $WORK/b797/_pkg_.a /root/.cache/go-build/b3/b3c97410f53cfcda6b19a7bef8db10889e1210aaee92c8704c2e0dd35125535a-d # internal
2025-08-20T22:41:28.2356798Z [00:03:09.885]➜  google.golang.org/protobuf/types/known/fieldmaskpb
2025-08-20T22:41:28.2357188Z [00:03:09.885]➜  mkdir -p $WORK/b798/
2025-08-20T22:41:28.2357596Z [00:03:09.886]➜  cat >/tmp/go-build3998081543/b798/importcfg << 'EOF' # internal
2025-08-20T22:41:28.2357950Z [00:03:09.886]➜  # import config
2025-08-20T22:41:28.2358404Z [00:03:09.886]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:28.2359083Z [00:03:09.886]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:28.2359795Z [00:03:09.886]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:28.2360351Z [00:03:09.886]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.2361126Z [00:03:09.886]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:28.2361735Z [00:03:09.886]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:28.2362160Z [00:03:09.886]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.2362468Z [00:03:09.886]➜  EOF
2025-08-20T22:41:28.2364668Z [00:03:09.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b798/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/fieldmaskpb=>google.golang.org/protobuf@v1.36.6/types/known/fieldmaskpb;$WORK/b798=>" -p google.golang.org/protobuf/types/known/fieldmaskpb -lang=go1.22 -complete -installsuffix shared -buildid AZvCwGR9kjRGvTXLhy3w/AZvCwGR9kjRGvTXLhy3w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b798/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/fieldmaskpb/field_mask.pb.go
2025-08-20T22:41:28.2377733Z [00:03:09.890]➜  go tool buildid -w $WORK/b791/_pkg_.a # internal
2025-08-20T22:41:28.2405023Z [00:03:09.893]➜  cp $WORK/b791/_pkg_.a /root/.cache/go-build/6f/6f93f0e6a5c2a36fe266defc0c4c1691779ade7a92f0c94dbc9e29f8d0cf65e1-d # internal
2025-08-20T22:41:28.2444714Z [00:03:09.897]➜  google.golang.org/api/transport/grpc
2025-08-20T22:41:28.2447319Z [00:03:09.897]➜  mkdir -p $WORK/b772/
2025-08-20T22:41:28.2448989Z [00:03:09.897]➜  cat >/tmp/go-build3998081543/b772/importcfg << 'EOF' # internal
2025-08-20T22:41:28.2449540Z [00:03:09.897]➜  # import config
2025-08-20T22:41:28.2452336Z [00:03:09.897]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:41:28.2452943Z [00:03:09.897]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3998081543/b677/_pkg_.a
2025-08-20T22:41:28.2453582Z [00:03:09.897]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build3998081543/b773/_pkg_.a
2025-08-20T22:41:28.2454221Z [00:03:09.897]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3998081543/b690/_pkg_.a
2025-08-20T22:41:28.2454862Z [00:03:09.897]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:28.2455605Z [00:03:09.897]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.2456116Z [00:03:09.897]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.2456789Z [00:03:09.897]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.2457556Z [00:03:09.897]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3998081543/b775/_pkg_.a
2025-08-20T22:41:28.2458379Z [00:03:09.897]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:28.2458960Z [00:03:09.897]➜  packagefile golang.org/x/time/rate=/tmp/go-build3998081543/b790/_pkg_.a
2025-08-20T22:41:28.2459524Z [00:03:09.897]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:28.2460102Z [00:03:09.897]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:28.2460661Z [00:03:09.897]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:28.2461251Z [00:03:09.897]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build3998081543/b791/_pkg_.a
2025-08-20T22:41:28.2461909Z [00:03:09.897]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3998081543/b778/_pkg_.a
2025-08-20T22:41:28.2462585Z [00:03:09.897]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3998081543/b495/_pkg_.a
2025-08-20T22:41:28.2463257Z [00:03:09.897]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3998081543/b788/_pkg_.a
2025-08-20T22:41:28.2463867Z [00:03:09.897]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:41:28.2464348Z [00:03:09.897]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:28.2464755Z [00:03:09.897]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:28.2465633Z [00:03:09.897]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:28.2466109Z [00:03:09.897]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:28.2466533Z [00:03:09.897]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.2466977Z [00:03:09.897]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:28.2467436Z [00:03:09.897]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:28.2467867Z [00:03:09.897]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:28.2468175Z [00:03:09.897]➜  EOF
2025-08-20T22:41:28.2470612Z [00:03:09.897]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b772/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/transport/grpc=>google.golang.org/api@v0.236.0/transport/grpc;$WORK/b772=>" -p google.golang.org/api/transport/grpc -lang=go1.23 -complete -installsuffix shared -buildid zyst-g0VZnpN_5heLWjw/zyst-g0VZnpN_5heLWjw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b772/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/transport/grpc/dial.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/transport/grpc/dial_socketopt.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/transport/grpc/pool.go
2025-08-20T22:41:28.2909182Z [00:03:09.940]➜  go tool buildid -w $WORK/b798/_pkg_.a # internal
2025-08-20T22:41:28.2929664Z [00:03:09.941]➜  cp $WORK/b798/_pkg_.a /root/.cache/go-build/f2/f2b07f8a741f36da9482f0f3ddd97917245ede1fce755990b0676d1be40c2f5f-d # internal
2025-08-20T22:41:28.2930279Z [00:03:09.942]➜  cloud.google.com/go/iam/apiv1/iampb
2025-08-20T22:41:28.2930593Z [00:03:09.942]➜  mkdir -p $WORK/b796/
2025-08-20T22:41:28.2930968Z [00:03:09.942]➜  cat >/tmp/go-build3998081543/b796/importcfg << 'EOF' # internal
2025-08-20T22:41:28.2931319Z [00:03:09.942]➜  # import config
2025-08-20T22:41:28.2931665Z [00:03:09.942]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.2932308Z [00:03:09.942]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:41:28.2933055Z [00:03:09.942]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3998081543/b797/_pkg_.a
2025-08-20T22:41:28.2933956Z [00:03:09.942]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:28.2934583Z [00:03:09.942]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:28.2935273Z [00:03:09.942]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:28.2936148Z [00:03:09.942]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:28.2936862Z [00:03:09.942]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:28.2937587Z [00:03:09.942]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3998081543/b798/_pkg_.a
2025-08-20T22:41:28.2938184Z [00:03:09.942]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.2938610Z [00:03:09.942]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.2938914Z [00:03:09.942]➜  EOF
2025-08-20T22:41:28.2941680Z [00:03:09.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b796/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/apiv1/iampb=>cloud.google.com/go/iam@v1.5.2/apiv1/iampb;$WORK/b796=>" -p cloud.google.com/go/iam/apiv1/iampb -lang=go1.23 -complete -installsuffix shared -buildid maLnZSSV0FINvknbiVyf/maLnZSSV0FINvknbiVyf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b796/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/apiv1/iampb/iam_policy.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/apiv1/iampb/options.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/apiv1/iampb/policy.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/apiv1/iampb/resource_policy_member.pb.go
2025-08-20T22:41:28.3756731Z [00:03:10.028]➜  go tool buildid -w $WORK/b718/_pkg_.a # internal
2025-08-20T22:41:28.3867469Z [00:03:10.039]➜  cp $WORK/b718/_pkg_.a /root/.cache/go-build/f9/f9c043adeb0ca239328206697d0d0e39eff0f27f95fba2e0ff86aa9d059a0aa2-d # internal
2025-08-20T22:41:28.3877372Z [00:03:10.040]➜  cloud.google.com/go/internal
2025-08-20T22:41:28.3880282Z [00:03:10.040]➜  mkdir -p $WORK/b799/
2025-08-20T22:41:28.3890019Z [00:03:10.041]➜  cat >/tmp/go-build3998081543/b799/importcfg << 'EOF' # internal
2025-08-20T22:41:28.3890405Z [00:03:10.041]➜  # import config
2025-08-20T22:41:28.3890755Z [00:03:10.041]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.3891177Z [00:03:10.041]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.3891686Z [00:03:10.041]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:28.3892278Z [00:03:10.041]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:28.3892883Z [00:03:10.041]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:28.3893374Z [00:03:10.041]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:28.3893678Z [00:03:10.041]➜  EOF
2025-08-20T22:41:28.3899908Z [00:03:10.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b799/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal=>cloud.google.com/go@v0.121.0/internal;$WORK/b799=>" -p cloud.google.com/go/internal -lang=go1.23 -complete -installsuffix shared -buildid tpprcT4jAztqLoj1mc9L/tpprcT4jAztqLoj1mc9L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b799/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/annotate.go /root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/retry.go
2025-08-20T22:41:28.4140791Z [00:03:10.066]➜  go tool buildid -w $WORK/b772/_pkg_.a # internal
2025-08-20T22:41:28.4145848Z [00:03:10.067]➜  go tool buildid -w $WORK/b796/_pkg_.a # internal
2025-08-20T22:41:28.4193051Z [00:03:10.071]➜  cp $WORK/b796/_pkg_.a /root/.cache/go-build/82/826a5008b22c93fe36a99b19653b84e26553758ea37422d5fa9a834a6d0be6ff-d # internal
2025-08-20T22:41:28.4200210Z [00:03:10.072]➜  cloud.google.com/go/iam
2025-08-20T22:41:28.4202592Z [00:03:10.072]➜  mkdir -p $WORK/b795/
2025-08-20T22:41:28.4205834Z [00:03:10.072]➜  cp $WORK/b772/_pkg_.a /root/.cache/go-build/29/29641a3b49b7e874a35789dbd7463aa46d2c73af1c9fa344a2827865ede3581f-d # internal
2025-08-20T22:41:28.4206986Z [00:03:10.072]➜  cat >/tmp/go-build3998081543/b795/importcfg << 'EOF' # internal
2025-08-20T22:41:28.4208162Z [00:03:10.072]➜  # import config
2025-08-20T22:41:28.4211182Z [00:03:10.072]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3998081543/b796/_pkg_.a
2025-08-20T22:41:28.4211974Z [00:03:10.072]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.4212570Z [00:03:10.072]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.4213975Z [00:03:10.072]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:28.4214547Z [00:03:10.072]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:28.4215113Z [00:03:10.072]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:28.4215865Z [00:03:10.072]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:28.4216380Z [00:03:10.072]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:28.4216693Z [00:03:10.072]➜  EOF
2025-08-20T22:41:28.4216965Z [00:03:10.072]➜  cloud.google.com/go/bigquery/storage/apiv1
2025-08-20T22:41:28.4217281Z [00:03:10.072]➜  mkdir -p $WORK/b766/
2025-08-20T22:41:28.4225250Z [00:03:10.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b795/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2=>cloud.google.com/go/iam@v1.5.2;$WORK/b795=>" -p cloud.google.com/go/iam -lang=go1.23 -complete -installsuffix shared -buildid VeRNPCjtQsVOW9as0Ld8/VeRNPCjtQsVOW9as0Ld8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b795/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/iam.go
2025-08-20T22:41:28.4227301Z [00:03:10.072]➜  cat >/tmp/go-build3998081543/b766/importcfg << 'EOF' # internal
2025-08-20T22:41:28.4227659Z [00:03:10.072]➜  # import config
2025-08-20T22:41:28.4228120Z [00:03:10.072]➜  packagefile cloud.google.com/go/bigquery/internal=/tmp/go-build3998081543/b764/_pkg_.a
2025-08-20T22:41:28.4228827Z [00:03:10.072]➜  packagefile cloud.google.com/go/bigquery/storage/apiv1/storagepb=/tmp/go-build3998081543/b767/_pkg_.a
2025-08-20T22:41:28.4229409Z [00:03:10.072]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.4229824Z [00:03:10.072]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.4230326Z [00:03:10.072]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:28.4231014Z [00:03:10.072]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3998081543/b771/_pkg_.a
2025-08-20T22:41:28.4231659Z [00:03:10.072]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:28.4232292Z [00:03:10.072]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:28.4232946Z [00:03:10.072]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3998081543/b772/_pkg_.a
2025-08-20T22:41:28.4233522Z [00:03:10.072]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:28.4234073Z [00:03:10.072]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:28.4234655Z [00:03:10.072]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:28.4235747Z [00:03:10.072]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:28.4247029Z [00:03:10.072]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:28.4247584Z [00:03:10.072]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:28.4248238Z [00:03:10.072]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:28.4248721Z [00:03:10.072]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:28.4249030Z [00:03:10.072]➜  EOF
2025-08-20T22:41:28.4253288Z [00:03:10.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b766/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1=>cloud.google.com/go/bigquery@v1.69.0/storage/apiv1;$WORK/b766=>" -p cloud.google.com/go/bigquery/storage/apiv1 -lang=go1.23 -complete -installsuffix shared -buildid qFzDcuYw0k0bgu4dIq6f/qFzDcuYw0k0bgu4dIq6f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b766/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/big_query_read_client.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/big_query_write_client.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/doc.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/helpers.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/info.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage/apiv1/version.go
2025-08-20T22:41:28.4264097Z [00:03:10.079]➜  go tool buildid -w $WORK/b799/_pkg_.a # internal
2025-08-20T22:41:28.4274288Z [00:03:10.080]➜  cp $WORK/b799/_pkg_.a /root/.cache/go-build/35/35d6e9b86851d019efe16b4cbb6032480bb0402e3ffc5682cf51e9067c1e66da-d # internal
2025-08-20T22:41:28.4284042Z [00:03:10.081]➜  google.golang.org/api/transport
2025-08-20T22:41:28.4284907Z [00:03:10.081]➜  mkdir -p $WORK/b801/
2025-08-20T22:41:28.4286341Z [00:03:10.081]➜  cat >/tmp/go-build3998081543/b801/importcfg << 'EOF' # internal
2025-08-20T22:41:28.4287357Z [00:03:10.081]➜  # import config
2025-08-20T22:41:28.4287716Z [00:03:10.081]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.4288234Z [00:03:10.081]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:28.4288804Z [00:03:10.081]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:28.4289382Z [00:03:10.081]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:28.4289980Z [00:03:10.081]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3998081543/b772/_pkg_.a
2025-08-20T22:41:28.4290600Z [00:03:10.081]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:41:28.4291170Z [00:03:10.081]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:28.4291659Z [00:03:10.081]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:28.4291981Z [00:03:10.081]➜  EOF
2025-08-20T22:41:28.4294022Z [00:03:10.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b801/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/transport=>google.golang.org/api@v0.236.0/transport;$WORK/b801=>" -p google.golang.org/api/transport -lang=go1.23 -complete -installsuffix shared -buildid 9F9MUXjSzV5tDpY9YDx5/9F9MUXjSzV5tDpY9YDx5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b801/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/transport/dial.go /root/go/pkg/mod/google.golang.org/api@v0.236.0/transport/doc.go
2025-08-20T22:41:28.4891780Z [00:03:10.141]➜  go tool buildid -w $WORK/b801/_pkg_.a # internal
2025-08-20T22:41:28.4914618Z [00:03:10.143]➜  cp $WORK/b801/_pkg_.a /root/.cache/go-build/0a/0a5d44b365607108b8e11177120a7741cd00924ecb0b3fe81aa0a6ef24023b6f-d # internal
2025-08-20T22:41:28.4916182Z [00:03:10.143]➜  go tool buildid -w $WORK/b795/_pkg_.a # internal
2025-08-20T22:41:28.4916600Z [00:03:10.144]➜  cloud.google.com/go/internal/detect
2025-08-20T22:41:28.4916935Z [00:03:10.144]➜  mkdir -p $WORK/b800/
2025-08-20T22:41:28.4917593Z [00:03:10.144]➜  cat >/tmp/go-build3998081543/b800/importcfg << 'EOF' # internal
2025-08-20T22:41:28.4918000Z [00:03:10.144]➜  # import config
2025-08-20T22:41:28.4918355Z [00:03:10.144]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.4918915Z [00:03:10.144]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.4919395Z [00:03:10.144]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.4919896Z [00:03:10.144]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:28.4920465Z [00:03:10.144]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:28.4921064Z [00:03:10.144]➜  packagefile google.golang.org/api/transport=/tmp/go-build3998081543/b801/_pkg_.a
2025-08-20T22:41:28.4921551Z [00:03:10.144]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:28.4921885Z [00:03:10.144]➜  EOF
2025-08-20T22:41:28.4929352Z [00:03:10.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b800/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/detect=>cloud.google.com/go@v0.121.0/internal/detect;$WORK/b800=>" -p cloud.google.com/go/internal/detect -lang=go1.23 -complete -installsuffix shared -buildid HgvEKqJGGm8pKeFPrqOa/HgvEKqJGGm8pKeFPrqOa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b800/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/detect/detect.go
2025-08-20T22:41:28.4983423Z [00:03:10.151]➜  cp $WORK/b795/_pkg_.a /root/.cache/go-build/7a/7a6bf41c97a0d26667f21d0023b1cb054c7d1b3e46168515cc2e9a6b57b9f98e-d # internal
2025-08-20T22:41:28.5002723Z [00:03:10.152]➜  cloud.google.com/go/internal/fields
2025-08-20T22:41:28.5004863Z [00:03:10.153]➜  mkdir -p $WORK/b802/
2025-08-20T22:41:28.5009745Z [00:03:10.153]➜  cat >/tmp/go-build3998081543/b802/importcfg << 'EOF' # internal
2025-08-20T22:41:28.5010691Z [00:03:10.153]➜  # import config
2025-08-20T22:41:28.5011356Z [00:03:10.153]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:28.5012022Z [00:03:10.153]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.5012870Z [00:03:10.153]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.5013798Z [00:03:10.153]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:28.5017891Z [00:03:10.153]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:28.5018411Z [00:03:10.153]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.5018861Z [00:03:10.153]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:28.5019195Z [00:03:10.153]➜  EOF
2025-08-20T22:41:28.5030371Z [00:03:10.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b802/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/fields=>cloud.google.com/go@v0.121.0/internal/fields;$WORK/b802=>" -p cloud.google.com/go/internal/fields -lang=go1.23 -complete -installsuffix shared -buildid YzCOsm0EgWKTvUlfrDi-/YzCOsm0EgWKTvUlfrDi- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b802/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/fields/fields.go /root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/fields/fold.go
2025-08-20T22:41:28.5233175Z [00:03:10.175]➜  go tool buildid -w $WORK/b368/_pkg_.a # internal
2025-08-20T22:41:28.5269642Z [00:03:10.179]➜  cp $WORK/b368/_pkg_.a /root/.cache/go-build/c9/c9a31cc9ec05a3aaafb6230e6017e6a5c47e4b6eb32cbc2751b91e38a7fd534e-d # internal
2025-08-20T22:41:28.5271043Z [00:03:10.179]➜  github.com/goccy/go-json
2025-08-20T22:41:28.5271973Z [00:03:10.179]➜  mkdir -p $WORK/b363/
2025-08-20T22:41:28.5276727Z [00:03:10.180]➜  cat >/tmp/go-build3998081543/b363/importcfg << 'EOF' # internal
2025-08-20T22:41:28.5277313Z [00:03:10.180]➜  # import config
2025-08-20T22:41:28.5286370Z [00:03:10.180]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:28.5287204Z [00:03:10.180]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.5288332Z [00:03:10.180]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:28.5289293Z [00:03:10.180]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.5290940Z [00:03:10.180]➜  packagefile github.com/goccy/go-json/internal/decoder=/tmp/go-build3998081543/b364/_pkg_.a
2025-08-20T22:41:28.5291677Z [00:03:10.180]➜  packagefile github.com/goccy/go-json/internal/encoder=/tmp/go-build3998081543/b367/_pkg_.a
2025-08-20T22:41:28.5292355Z [00:03:10.180]➜  packagefile github.com/goccy/go-json/internal/encoder/vm=/tmp/go-build3998081543/b368/_pkg_.a
2025-08-20T22:41:28.5293063Z [00:03:10.180]➜  packagefile github.com/goccy/go-json/internal/encoder/vm_color=/tmp/go-build3998081543/b370/_pkg_.a
2025-08-20T22:41:28.5293824Z [00:03:10.180]➜  packagefile github.com/goccy/go-json/internal/encoder/vm_color_indent=/tmp/go-build3998081543/b371/_pkg_.a
2025-08-20T22:41:28.5294574Z [00:03:10.180]➜  packagefile github.com/goccy/go-json/internal/encoder/vm_indent=/tmp/go-build3998081543/b369/_pkg_.a
2025-08-20T22:41:28.5295258Z [00:03:10.180]➜  packagefile github.com/goccy/go-json/internal/errors=/tmp/go-build3998081543/b365/_pkg_.a
2025-08-20T22:41:28.5296126Z [00:03:10.180]➜  packagefile github.com/goccy/go-json/internal/runtime=/tmp/go-build3998081543/b366/_pkg_.a
2025-08-20T22:41:28.5296655Z [00:03:10.180]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:28.5297056Z [00:03:10.180]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:28.5297475Z [00:03:10.180]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.5298006Z [00:03:10.180]➜  EOF
2025-08-20T22:41:28.5301274Z [00:03:10.180]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b363/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-json@v0.10.5=>github.com/goccy/go-json@v0.10.5;$WORK/b363=>" -p github.com/goccy/go-json -lang=go1.19 -complete -installsuffix shared -buildid _-SoWWpICOIFgOWf6baP/_-SoWWpICOIFgOWf6baP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b363/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/color.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/decode.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/encode.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/error.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/json.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/option.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/path.go /root/go/pkg/mod/github.com/goccy/go-json@v0.10.5/query.go
2025-08-20T22:41:28.5570110Z [00:03:10.209]➜  go tool buildid -w $WORK/b766/_pkg_.a # internal
2025-08-20T22:41:28.5581320Z [00:03:10.210]➜  go tool buildid -w $WORK/b800/_pkg_.a # internal
2025-08-20T22:41:28.5605645Z [00:03:10.213]➜  cp $WORK/b800/_pkg_.a /root/.cache/go-build/f6/f6da4ac95d5271b408d33ae6b2f83eeee394baff87012c2a007fb2e69ad471d5-d # internal
2025-08-20T22:41:28.5622739Z [00:03:10.214]➜  cloud.google.com/go/internal/optional
2025-08-20T22:41:28.5623727Z [00:03:10.214]➜  mkdir -p $WORK/b803/
2025-08-20T22:41:28.5625001Z [00:03:10.215]➜  cp $WORK/b766/_pkg_.a /root/.cache/go-build/4a/4ad88713663da28af698e7a12042c1a0d92360c67feb49ec5ff53a12fcc78071-d # internal
2025-08-20T22:41:28.5625850Z [00:03:10.215]➜  cat >/tmp/go-build3998081543/b803/importcfg << 'EOF' # internal
2025-08-20T22:41:28.5626208Z [00:03:10.215]➜  # import config
2025-08-20T22:41:28.5626550Z [00:03:10.215]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.5626976Z [00:03:10.215]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:28.5627399Z [00:03:10.215]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:28.5627728Z [00:03:10.215]➜  EOF
2025-08-20T22:41:28.5630051Z [00:03:10.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b803/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/optional=>cloud.google.com/go@v0.121.0/internal/optional;$WORK/b803=>" -p cloud.google.com/go/internal/optional -lang=go1.23 -complete -installsuffix shared -buildid e8zl-vecXuecIAp7HVGH/e8zl-vecXuecIAp7HVGH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b803/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/optional/optional.go
2025-08-20T22:41:28.5645312Z [00:03:10.217]➜  cloud.google.com/go/internal/trace
2025-08-20T22:41:28.5645889Z [00:03:10.217]➜  mkdir -p $WORK/b804/
2025-08-20T22:41:28.5652315Z [00:03:10.217]➜  cat >/tmp/go-build3998081543/b804/importcfg << 'EOF' # internal
2025-08-20T22:41:28.5655987Z [00:03:10.217]➜  # import config
2025-08-20T22:41:28.5656347Z [00:03:10.217]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.5656808Z [00:03:10.217]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.5657228Z [00:03:10.217]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.5657704Z [00:03:10.217]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:41:28.5658294Z [00:03:10.217]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:28.5658892Z [00:03:10.217]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:28.5659484Z [00:03:10.217]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:28.5660070Z [00:03:10.217]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:28.5660655Z [00:03:10.217]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:28.5661041Z [00:03:10.217]➜  EOF
2025-08-20T22:41:28.5663348Z [00:03:10.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b804/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/trace=>cloud.google.com/go@v0.121.0/internal/trace;$WORK/b804=>" -p cloud.google.com/go/internal/trace -lang=go1.23 -complete -installsuffix shared -buildid MrWqTiscAfoT-YKvtxxL/MrWqTiscAfoT-YKvtxxL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b804/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/trace/trace.go
2025-08-20T22:41:28.5950031Z [00:03:10.247]➜  go tool buildid -w $WORK/b803/_pkg_.a # internal
2025-08-20T22:41:28.5958669Z [00:03:10.248]➜  cp $WORK/b803/_pkg_.a /root/.cache/go-build/a0/a0bc7efe9c1f3aa6249636be39fd17ff8c87a25a1014a859ca55776aef6e7372-d # internal
2025-08-20T22:41:28.5991887Z [00:03:10.251]➜  cloud.google.com/go/internal/uid
2025-08-20T22:41:28.5995726Z [00:03:10.251]➜  mkdir -p $WORK/b805/
2025-08-20T22:41:28.5997764Z [00:03:10.252]➜  cat >/tmp/go-build3998081543/b805/importcfg << 'EOF' # internal
2025-08-20T22:41:28.5998490Z [00:03:10.252]➜  # import config
2025-08-20T22:41:28.5999066Z [00:03:10.252]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.5999897Z [00:03:10.252]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:28.6000561Z [00:03:10.252]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:28.6001246Z [00:03:10.252]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:28.6004526Z [00:03:10.252]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:28.6004935Z [00:03:10.252]➜  EOF
2025-08-20T22:41:28.6006962Z [00:03:10.252]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b805/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/uid=>cloud.google.com/go@v0.121.0/internal/uid;$WORK/b805=>" -p cloud.google.com/go/internal/uid -lang=go1.23 -complete -installsuffix shared -buildid CM5V7z9WE0H281vfhFZG/CM5V7z9WE0H281vfhFZG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b805/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/uid/uid.go
2025-08-20T22:41:28.6058092Z [00:03:10.258]➜  go tool buildid -w $WORK/b363/_pkg_.a # internal
2025-08-20T22:41:28.6071990Z [00:03:10.260]➜  go tool buildid -w $WORK/b804/_pkg_.a # internal
2025-08-20T22:41:28.6083126Z [00:03:10.261]➜  cp $WORK/b804/_pkg_.a /root/.cache/go-build/9d/9d99f27153e6e9692cef4505b0424e8741195bbcd6534dcc36085684ea4e2039-d # internal
2025-08-20T22:41:28.6087328Z [00:03:10.261]➜  cp $WORK/b363/_pkg_.a /root/.cache/go-build/5b/5bb98c015bc57e9997d122a6b49ad03f34d4a841a527fd9e010714e832deaec5-d # internal
2025-08-20T22:41:28.6088689Z [00:03:10.261]➜  github.com/apache/arrow-go/v18/internal/json
2025-08-20T22:41:28.6089289Z [00:03:10.261]➜  mkdir -p $WORK/b362/
2025-08-20T22:41:28.6090455Z [00:03:10.261]➜  cat >/tmp/go-build3998081543/b362/importcfg << 'EOF' # internal
2025-08-20T22:41:28.6090824Z [00:03:10.261]➜  # import config
2025-08-20T22:41:28.6091253Z [00:03:10.261]➜  packagefile github.com/goccy/go-json=/tmp/go-build3998081543/b363/_pkg_.a
2025-08-20T22:41:28.6091736Z [00:03:10.261]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:28.6092042Z [00:03:10.261]➜  EOF
2025-08-20T22:41:28.6094112Z [00:03:10.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b362/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/json=>github.com/apache/arrow-go/v18@v18.3.0/internal/json;$WORK/b362=>" -p github.com/apache/arrow-go/v18/internal/json -lang=go1.23 -complete -installsuffix shared -buildid p30Pf4vRn87Ciwg4T4Ow/p30Pf4vRn87Ciwg4T4Ow -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b362/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/json/json.go
2025-08-20T22:41:28.6096077Z [00:03:10.261]➜  cloud.google.com/go/internal/version
2025-08-20T22:41:28.6096389Z [00:03:10.261]➜  mkdir -p $WORK/b806/
2025-08-20T22:41:28.6106640Z [00:03:10.263]➜  cat >/tmp/go-build3998081543/b806/importcfg << 'EOF' # internal
2025-08-20T22:41:28.6110985Z [00:03:10.263]➜  # import config
2025-08-20T22:41:28.6111428Z [00:03:10.263]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:28.6111914Z [00:03:10.263]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:28.6112362Z [00:03:10.263]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:28.6112682Z [00:03:10.263]➜  EOF
2025-08-20T22:41:28.6114578Z [00:03:10.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b806/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/version=>cloud.google.com/go@v0.121.0/internal/version;$WORK/b806=>" -p cloud.google.com/go/internal/version -lang=go1.23 -complete -installsuffix shared -buildid b9luXl0KGffroKjExvPB/b9luXl0KGffroKjExvPB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b806/importcfg -pack /root/go/pkg/mod/cloud.google.com/go@v0.121.0/internal/version/version.go
2025-08-20T22:41:28.6164673Z [00:03:10.269]➜  go tool buildid -w $WORK/b802/_pkg_.a # internal
2025-08-20T22:41:28.6185745Z [00:03:10.271]➜  cp $WORK/b802/_pkg_.a /root/.cache/go-build/93/93d324bb6be49b2ae72dd467185f6bec4e5feb50398979e0211229b97c075b6c-d # internal
2025-08-20T22:41:28.6262969Z [00:03:10.279]➜  github.com/apache/arrow/go/v15/arrow/internal/flatbuf
2025-08-20T22:41:28.6275062Z [00:03:10.280]➜  mkdir -p $WORK/b811/
2025-08-20T22:41:28.6277311Z [00:03:10.280]➜  cat >/tmp/go-build3998081543/b811/importcfg << 'EOF' # internal
2025-08-20T22:41:28.6298187Z [00:03:10.280]➜  # import config
2025-08-20T22:41:28.6298704Z [00:03:10.282]➜  packagefile github.com/google/flatbuffers/go=/tmp/go-build3998081543/b355/_pkg_.a
2025-08-20T22:41:28.6299236Z [00:03:10.282]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:28.6299559Z [00:03:10.282]➜  EOF
2025-08-20T22:41:28.6325236Z [00:03:10.282]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf=>github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf;$WORK/b811=>" -p github.com/apache/arrow/go/v15/arrow/internal/flatbuf -lang=go1.20 -complete -installsuffix shared -buildid ZFH65VPm_Zh9ejZNvH8U/ZFH65VPm_Zh9ejZNvH8U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b811/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Binary.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/BinaryView.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Block.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/BodyCompression.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/BodyCompressionMethod.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Bool.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Buffer.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/CompressionType.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Date.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/DateUnit.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Decimal.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/DictionaryBatch.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/DictionaryEncoding.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/DictionaryKind.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Duration.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Endianness.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Feature.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Field.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/FieldNode.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/FixedSizeBinary.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/FixedSizeList.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/FloatingPoint.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Footer.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Int.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Interval.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/IntervalUnit.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/KeyValue.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/LargeBinary.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/LargeList.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/LargeListView.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/LargeUtf8.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/List.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/ListView.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Map.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Message.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/MessageHeader.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/MetadataVersion.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Null.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Precision.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/RecordBatch.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/RunEndEncoded.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/RunLengthEncoded.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Schema.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/SparseMatrixCompressedAxis.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/SparseMatrixIndexCSR.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/SparseMatrixIndexCSX.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/SparseTensor.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/SparseTensorIndex.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/SparseTensorIndexCOO.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/SparseTensorIndexCSF.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Struct_.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Tensor.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/TensorDim.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Time.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/TimeUnit.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Timestamp.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Type.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Union.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/UnionMode.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Utf8.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/flatbuf/Utf8View.go
2025-08-20T22:41:28.6349038Z [00:03:10.282]➜  go tool buildid -w $WORK/b805/_pkg_.a # internal
2025-08-20T22:41:28.6349957Z [00:03:10.283]➜  cp $WORK/b805/_pkg_.a /root/.cache/go-build/2a/2a7d680c4147ad95c6cd6964fd3a5c29c253653d8c0a36b999d8481ddf1097c7-d # internal
2025-08-20T22:41:28.6350566Z [00:03:10.283]➜  go tool buildid -w $WORK/b806/_pkg_.a # internal
2025-08-20T22:41:28.6350942Z [00:03:10.286]➜  go tool buildid -w $WORK/b362/_pkg_.a # internal
2025-08-20T22:41:28.6382295Z [00:03:10.290]➜  github.com/apache/arrow/go/v15/arrow/memory
2025-08-20T22:41:28.6386532Z [00:03:10.291]➜  mkdir -p $WORK/b812/
2025-08-20T22:41:28.6396583Z [00:03:10.291]➜  cp $WORK/b806/_pkg_.a /root/.cache/go-build/38/38072599527ee0670776d83081b41520e7dfa9edf545fce0c328c9d357c73313-d # internal
2025-08-20T22:41:28.6397489Z [00:03:10.291]➜  cp $WORK/b362/_pkg_.a /root/.cache/go-build/79/79481abb99859d24a285583dcf2bf3ea91c71936197b0bc07652c59f45f64a11-d # internal
2025-08-20T22:41:28.6400787Z [00:03:10.291]➜  echo -n > $WORK/b812/go_asm.h # internal
2025-08-20T22:41:28.6403226Z [00:03:10.291]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory
2025-08-20T22:41:28.6406786Z [00:03:10.291]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v15/arrow/memory -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory=>github.com/apache/arrow/go/v15@v15.0.2/arrow/memory;$WORK/b812=>" -I $WORK/b812/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b812/symabis ./memory_neon_arm64.s
2025-08-20T22:41:28.6409182Z [00:03:10.291]➜  github.com/apache/arrow/go/v15/arrow/decimal128
2025-08-20T22:41:28.6410284Z [00:03:10.292]➜  mkdir -p $WORK/b813/
2025-08-20T22:41:28.6411331Z [00:03:10.292]➜  cat >/tmp/go-build3998081543/b813/importcfg << 'EOF' # internal
2025-08-20T22:41:28.6411751Z [00:03:10.292]➜  # import config
2025-08-20T22:41:28.6412106Z [00:03:10.292]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.6412538Z [00:03:10.292]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.6413139Z [00:03:10.292]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:41:28.6413742Z [00:03:10.292]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:28.6414171Z [00:03:10.292]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:28.6414897Z [00:03:10.292]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:28.6415292Z [00:03:10.292]➜  EOF
2025-08-20T22:41:28.6415786Z [00:03:10.292]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:28.6417986Z [00:03:10.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/decimal128=>github.com/apache/arrow/go/v15@v15.0.2/arrow/decimal128;$WORK/b813=>" -p github.com/apache/arrow/go/v15/arrow/decimal128 -lang=go1.20 -complete -installsuffix shared -buildid suEzQvNaF-2KC4oe0T0f/suEzQvNaF-2KC4oe0T0f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b813/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/decimal128/decimal128.go
2025-08-20T22:41:28.6424676Z [00:03:10.295]➜  github.com/apache/arrow-go/v18/arrow
2025-08-20T22:41:28.6425025Z [00:03:10.295]➜  mkdir -p $WORK/b350/
2025-08-20T22:41:28.6426752Z [00:03:10.295]➜  cat >/tmp/go-build3998081543/b812/importcfg << 'EOF' # internal
2025-08-20T22:41:28.6427601Z [00:03:10.295]➜  # import config
2025-08-20T22:41:28.6427972Z [00:03:10.295]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.6428580Z [00:03:10.295]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:41:28.6429210Z [00:03:10.295]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:41:28.6429665Z [00:03:10.295]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:28.6430082Z [00:03:10.295]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:28.6430859Z [00:03:10.295]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:28.6431303Z [00:03:10.295]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:28.6431723Z [00:03:10.295]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.6432167Z [00:03:10.295]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:28.6432496Z [00:03:10.295]➜  EOF
2025-08-20T22:41:28.6447992Z [00:03:10.297]➜  cat >/tmp/go-build3998081543/b350/importcfg << 'EOF' # internal
2025-08-20T22:41:28.6449308Z [00:03:10.297]➜  # import config
2025-08-20T22:41:28.6449687Z [00:03:10.297]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:28.6450112Z [00:03:10.297]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.6450528Z [00:03:10.297]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.6451082Z [00:03:10.297]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:28.6451778Z [00:03:10.297]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal=/tmp/go-build3998081543/b358/_pkg_.a
2025-08-20T22:41:28.6452491Z [00:03:10.297]➜  packagefile github.com/apache/arrow-go/v18/arrow/endian=/tmp/go-build3998081543/b352/_pkg_.a
2025-08-20T22:41:28.6453169Z [00:03:10.297]➜  packagefile github.com/apache/arrow-go/v18/arrow/float16=/tmp/go-build3998081543/b361/_pkg_.a
2025-08-20T22:41:28.6453874Z [00:03:10.297]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:28.6454879Z [00:03:10.297]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:28.6455871Z [00:03:10.297]➜  packagefile github.com/apache/arrow-go/v18/internal/json=/tmp/go-build3998081543/b362/_pkg_.a
2025-08-20T22:41:28.6456507Z [00:03:10.297]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:41:28.6457064Z [00:03:10.297]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:28.6457561Z [00:03:10.297]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:41:28.6457998Z [00:03:10.297]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:28.6458570Z [00:03:10.297]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.6459048Z [00:03:10.297]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:28.6459468Z [00:03:10.297]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:28.6459897Z [00:03:10.297]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:28.6460314Z [00:03:10.297]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.6460747Z [00:03:10.297]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:28.6461182Z [00:03:10.297]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:28.6461670Z [00:03:10.297]➜  EOF
2025-08-20T22:41:28.6472254Z [00:03:10.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow=>github.com/apache/arrow-go/v18@v18.3.0/arrow;$WORK/b350=>" -p github.com/apache/arrow-go/v18/arrow -lang=go1.23 -complete -installsuffix shared -buildid Mtaq5Dy9daZ2lvwXUD4m/Mtaq5Dy9daZ2lvwXUD4m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b350/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compare.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype_binary.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype_encoded.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype_extension.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype_fixedwidth.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype_nested.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype_null.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype_numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype_viewheader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/datatype_viewheader_inline.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/errors.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/record.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/schema.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/table.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_string.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_boolean.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_decimal128.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_decimal256.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_decimal32.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_decimal64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_float16.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_interval.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_timestamp.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/type_traits_view.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/unionmode_string.go
2025-08-20T22:41:28.6487983Z [00:03:10.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b812/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory=>github.com/apache/arrow/go/v15@v15.0.2/arrow/memory;$WORK/b812=>" -p github.com/apache/arrow/go/v15/arrow/memory -lang=go1.20 -installsuffix shared -buildid zNM0kw01BLTszVZVKEBR/zNM0kw01BLTszVZVKEBR -goversion go1.25.0 -symabis $WORK/b812/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b812/importcfg -pack -asmhdr $WORK/b812/go_asm.h /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/allocator.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/buffer.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/checked_allocator.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/default_allocator.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/go_allocator.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/memory.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/memory_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/memory_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory/util.go
2025-08-20T22:41:28.6917331Z [00:03:10.344]➜  go tool buildid -w $WORK/b813/_pkg_.a # internal
2025-08-20T22:41:28.6928017Z [00:03:10.345]➜  cp $WORK/b813/_pkg_.a /root/.cache/go-build/40/40ae5b7b5a8d69697a4c2f38606c69f3278abe86923b44fe64f45f54f1696273-d # internal
2025-08-20T22:41:28.6928711Z [00:03:10.345]➜  github.com/apache/arrow/go/v15/arrow/decimal256
2025-08-20T22:41:28.6929058Z [00:03:10.345]➜  mkdir -p $WORK/b814/
2025-08-20T22:41:28.6939619Z [00:03:10.346]➜  cat >/tmp/go-build3998081543/b814/importcfg << 'EOF' # internal
2025-08-20T22:41:28.6940002Z [00:03:10.346]➜  # import config
2025-08-20T22:41:28.6940353Z [00:03:10.346]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.6940778Z [00:03:10.346]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.6941719Z [00:03:10.346]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal128=/tmp/go-build3998081543/b813/_pkg_.a
2025-08-20T22:41:28.6942467Z [00:03:10.346]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:41:28.6943037Z [00:03:10.346]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:28.6943468Z [00:03:10.346]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:28.6943909Z [00:03:10.346]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:28.6944246Z [00:03:10.346]➜  EOF
2025-08-20T22:41:28.6946521Z [00:03:10.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/decimal256=>github.com/apache/arrow/go/v15@v15.0.2/arrow/decimal256;$WORK/b814=>" -p github.com/apache/arrow/go/v15/arrow/decimal256 -lang=go1.20 -complete -installsuffix shared -buildid N3_YbfCg1f-HZUB0Z34H/N3_YbfCg1f-HZUB0Z34H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b814/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/decimal256/decimal256.go
2025-08-20T22:41:28.7703069Z [00:03:10.423]➜  go tool buildid -w $WORK/b814/_pkg_.a # internal
2025-08-20T22:41:28.7722101Z [00:03:10.424]➜  cp $WORK/b814/_pkg_.a /root/.cache/go-build/51/51511f327d066427951b27249a611e040cbe5db0d0c52f2d6d03bd1c683f74f5-d # internal
2025-08-20T22:41:28.7729300Z [00:03:10.425]➜  github.com/apache/arrow/go/v15/arrow/float16
2025-08-20T22:41:28.7730467Z [00:03:10.426]➜  mkdir -p $WORK/b815/
2025-08-20T22:41:28.7742170Z [00:03:10.427]➜  cat >/tmp/go-build3998081543/b815/importcfg << 'EOF' # internal
2025-08-20T22:41:28.7742621Z [00:03:10.427]➜  # import config
2025-08-20T22:41:28.7743004Z [00:03:10.427]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:28.7743474Z [00:03:10.427]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:28.7743916Z [00:03:10.427]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:28.7744248Z [00:03:10.427]➜  EOF
2025-08-20T22:41:28.7750219Z [00:03:10.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/float16=>github.com/apache/arrow/go/v15@v15.0.2/arrow/float16;$WORK/b815=>" -p github.com/apache/arrow/go/v15/arrow/float16 -lang=go1.20 -complete -installsuffix shared -buildid owNYJAOF6B6yy4FXTBkw/owNYJAOF6B6yy4FXTBkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b815/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/float16/float16.go
2025-08-20T22:41:28.8078622Z [00:03:10.460]➜  go tool buildid -w $WORK/b815/_pkg_.a # internal
2025-08-20T22:41:28.8086023Z [00:03:10.461]➜  cp $WORK/b815/_pkg_.a /root/.cache/go-build/84/84cec9d1efa1bf7bf583174b5f7831b491c73ab02cc213903f48659862f8f11b-d # internal
2025-08-20T22:41:28.8086722Z [00:03:10.461]➜  github.com/apache/arrow/go/v15/internal/json
2025-08-20T22:41:28.8087458Z [00:03:10.461]➜  mkdir -p $WORK/b816/
2025-08-20T22:41:28.8092686Z [00:03:10.462]➜  cat >/tmp/go-build3998081543/b816/importcfg << 'EOF' # internal
2025-08-20T22:41:28.8093101Z [00:03:10.462]➜  # import config
2025-08-20T22:41:28.8093541Z [00:03:10.462]➜  packagefile github.com/goccy/go-json=/tmp/go-build3998081543/b363/_pkg_.a
2025-08-20T22:41:28.8094014Z [00:03:10.462]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:28.8094321Z [00:03:10.462]➜  EOF
2025-08-20T22:41:28.8099726Z [00:03:10.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/json=>github.com/apache/arrow/go/v15@v15.0.2/internal/json;$WORK/b816=>" -p github.com/apache/arrow/go/v15/internal/json -lang=go1.20 -complete -installsuffix shared -buildid pet9NOJXtnvWxHWjySIz/pet9NOJXtnvWxHWjySIz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b816/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/json/json.go
2025-08-20T22:41:28.8103664Z [00:03:10.463]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory
2025-08-20T22:41:28.8106850Z [00:03:10.463]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v15/arrow/memory -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/memory=>github.com/apache/arrow/go/v15@v15.0.2/arrow/memory;$WORK/b812=>" -I $WORK/b812/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b812/memory_neon_arm64.o ./memory_neon_arm64.s
2025-08-20T22:41:28.8155594Z [00:03:10.468]➜  go tool pack r $WORK/b812/_pkg_.a $WORK/b812/memory_neon_arm64.o # internal
2025-08-20T22:41:28.8156826Z [00:03:10.468]➜  go tool buildid -w $WORK/b812/_pkg_.a # internal
2025-08-20T22:41:28.8237657Z [00:03:10.476]➜  cp $WORK/b812/_pkg_.a /root/.cache/go-build/73/73b6394b5a9c78cb525f8ed3689cad7b314c5ac0f329e3710c2e81ff6f0cac43-d # internal
2025-08-20T22:41:28.8272664Z [00:03:10.479]➜  google.golang.org/api/bigquery/v2
2025-08-20T22:41:28.8274794Z [00:03:10.479]➜  mkdir -p $WORK/b826/
2025-08-20T22:41:28.8276093Z [00:03:10.480]➜  cat >/tmp/go-build3998081543/b826/importcfg << 'EOF' # internal
2025-08-20T22:41:28.8277485Z [00:03:10.480]➜  # import config
2025-08-20T22:41:28.8277860Z [00:03:10.480]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:28.8278293Z [00:03:10.480]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.8278750Z [00:03:10.480]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:28.8279418Z [00:03:10.480]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.8279903Z [00:03:10.480]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.8280459Z [00:03:10.480]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:28.8281088Z [00:03:10.480]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:28.8281695Z [00:03:10.480]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:28.8282326Z [00:03:10.480]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3998081543/b721/_pkg_.a
2025-08-20T22:41:28.8283060Z [00:03:10.480]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:28.8283745Z [00:03:10.480]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:28.8284401Z [00:03:10.480]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:41:28.8284901Z [00:03:10.480]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:28.8285318Z [00:03:10.480]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:28.8285968Z [00:03:10.480]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:28.8286411Z [00:03:10.480]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:28.8287037Z [00:03:10.480]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:28.8287469Z [00:03:10.480]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:28.8287785Z [00:03:10.480]➜  EOF
2025-08-20T22:41:28.8288064Z [00:03:10.480]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:28.8290029Z [00:03:10.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b826/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/bigquery/v2=>google.golang.org/api@v0.236.0/bigquery/v2;$WORK/b826=>" -p google.golang.org/api/bigquery/v2 -lang=go1.23 -complete -installsuffix shared -buildid QevS4zpvomBAhS3NC9Hu/QevS4zpvomBAhS3NC9Hu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b826/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/bigquery/v2/bigquery-gen.go
2025-08-20T22:41:28.8339684Z [00:03:10.486]➜  go tool buildid -w $WORK/b816/_pkg_.a # internal
2025-08-20T22:41:28.8347350Z [00:03:10.487]➜  cp $WORK/b816/_pkg_.a /root/.cache/go-build/86/86b12f6da157d8e3b31dd4da6287eb856dc66df6126f4c69dd1e29547d82663a-d # internal
2025-08-20T22:41:28.8391897Z [00:03:10.491]➜  google.golang.org/api/iterator
2025-08-20T22:41:28.8397116Z [00:03:10.491]➜  mkdir -p $WORK/b827/
2025-08-20T22:41:28.8397544Z [00:03:10.491]➜  cat >/tmp/go-build3998081543/b827/importcfg << 'EOF' # internal
2025-08-20T22:41:28.8397901Z [00:03:10.491]➜  # import config
2025-08-20T22:41:28.8398257Z [00:03:10.491]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.8398684Z [00:03:10.491]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:28.8399108Z [00:03:10.491]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.8399428Z [00:03:10.491]➜  EOF
2025-08-20T22:41:28.8401228Z [00:03:10.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b827/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/iterator=>google.golang.org/api@v0.236.0/iterator;$WORK/b827=>" -p google.golang.org/api/iterator -lang=go1.23 -complete -installsuffix shared -buildid QKerEYHW59ylasvG53Lg/QKerEYHW59ylasvG53Lg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b827/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/iterator/iterator.go
2025-08-20T22:41:28.8727294Z [00:03:10.525]➜  go tool buildid -w $WORK/b827/_pkg_.a # internal
2025-08-20T22:41:28.8739058Z [00:03:10.526]➜  cp $WORK/b827/_pkg_.a /root/.cache/go-build/a7/a70029527730fee60dc67d0e9d8374ea62b8f595d5e517f5f1a18ace6f79f646-d # internal
2025-08-20T22:41:28.8744249Z [00:03:10.527]➜  google.golang.org/protobuf/types/known/emptypb
2025-08-20T22:41:28.8744608Z [00:03:10.527]➜  mkdir -p $WORK/b831/
2025-08-20T22:41:28.8754267Z [00:03:10.528]➜  cat >/tmp/go-build3998081543/b831/importcfg << 'EOF' # internal
2025-08-20T22:41:28.8755832Z [00:03:10.528]➜  # import config
2025-08-20T22:41:28.8757511Z [00:03:10.528]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:28.8758303Z [00:03:10.528]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:28.8758863Z [00:03:10.528]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.8759494Z [00:03:10.528]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.8759872Z [00:03:10.528]➜  EOF
2025-08-20T22:41:28.8761976Z [00:03:10.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b831/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/emptypb=>google.golang.org/protobuf@v1.36.6/types/known/emptypb;$WORK/b831=>" -p google.golang.org/protobuf/types/known/emptypb -lang=go1.22 -complete -installsuffix shared -buildid 9n8rvP09FDWHtUx-Gwtw/9n8rvP09FDWHtUx-Gwtw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b831/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/emptypb/empty.pb.go
2025-08-20T22:41:28.8962012Z [00:03:10.548]➜  go tool buildid -w $WORK/b811/_pkg_.a # internal
2025-08-20T22:41:28.9048621Z [00:03:10.557]➜  go tool buildid -w $WORK/b831/_pkg_.a # internal
2025-08-20T22:41:28.9053327Z [00:03:10.558]➜  cp $WORK/b831/_pkg_.a /root/.cache/go-build/67/670bd91703ccc57160f34cc42010dac93c29618eaf7a653eb002d8199607b1a9-d # internal
2025-08-20T22:41:28.9055640Z [00:03:10.558]➜  cloud.google.com/go/longrunning/autogen/longrunningpb
2025-08-20T22:41:28.9056554Z [00:03:10.558]➜  mkdir -p $WORK/b830/
2025-08-20T22:41:28.9058088Z [00:03:10.558]➜  cat >/tmp/go-build3998081543/b830/importcfg << 'EOF' # internal
2025-08-20T22:41:28.9058450Z [00:03:10.558]➜  # import config
2025-08-20T22:41:28.9058797Z [00:03:10.558]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:28.9059417Z [00:03:10.558]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:41:28.9060161Z [00:03:10.558]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:28.9061097Z [00:03:10.558]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:28.9061651Z [00:03:10.558]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:28.9062229Z [00:03:10.558]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:28.9062883Z [00:03:10.558]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:28.9063594Z [00:03:10.558]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:28.9064293Z [00:03:10.558]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3998081543/b539/_pkg_.a
2025-08-20T22:41:28.9064985Z [00:03:10.558]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:28.9065937Z [00:03:10.558]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:28.9066662Z [00:03:10.558]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3998081543/b831/_pkg_.a
2025-08-20T22:41:28.9067373Z [00:03:10.558]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.9067860Z [00:03:10.558]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:28.9068166Z [00:03:10.558]➜  EOF
2025-08-20T22:41:28.9070501Z [00:03:10.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b830/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/longrunningpb=>cloud.google.com/go/longrunning@v0.6.7/autogen/longrunningpb;$WORK/b830=>" -p cloud.google.com/go/longrunning/autogen/longrunningpb -lang=go1.23 -complete -installsuffix shared -buildid 5lzaqe8ImAjtr2O730Dn/5lzaqe8ImAjtr2O730Dn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b830/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/longrunningpb/operations.pb.go
2025-08-20T22:41:28.9080991Z [00:03:10.560]➜  cp $WORK/b811/_pkg_.a /root/.cache/go-build/80/80b50008a8d64fba324c6418d0a9cec78e76fbede5eabc741b63c540634067e9-d # internal
2025-08-20T22:41:28.9081619Z [00:03:10.560]➜  github.com/apache/arrow/go/v15/arrow/endian
2025-08-20T22:41:28.9081937Z [00:03:10.560]➜  mkdir -p $WORK/b809/
2025-08-20T22:41:28.9082305Z [00:03:10.560]➜  cat >/tmp/go-build3998081543/b809/importcfg << 'EOF' # internal
2025-08-20T22:41:28.9082651Z [00:03:10.560]➜  # import config
2025-08-20T22:41:28.9083022Z [00:03:10.560]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:28.9083650Z [00:03:10.560]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:41:28.9084400Z [00:03:10.560]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/flatbuf=/tmp/go-build3998081543/b811/_pkg_.a
2025-08-20T22:41:28.9085126Z [00:03:10.560]➜  EOF
2025-08-20T22:41:28.9087575Z [00:03:10.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b809/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/endian=>github.com/apache/arrow/go/v15@v15.0.2/arrow/endian;$WORK/b809=>" -p github.com/apache/arrow/go/v15/arrow/endian -lang=go1.20 -complete -installsuffix shared -buildid OTBFIFrm9veKRtCw3uew/OTBFIFrm9veKRtCw3uew -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b809/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/endian/endian.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/endian/little.go
2025-08-20T22:41:28.9294738Z [00:03:10.582]➜  go tool buildid -w $WORK/b809/_pkg_.a # internal
2025-08-20T22:41:28.9306347Z [00:03:10.582]➜  cp $WORK/b809/_pkg_.a /root/.cache/go-build/f3/f3f1c38de0108d603a407675523db932b63fd6d218c4d61ef4a9567f67e47f08-d # internal
2025-08-20T22:41:28.9306992Z [00:03:10.582]➜  github.com/apache/arrow/go/v15/arrow/bitutil
2025-08-20T22:41:28.9307662Z [00:03:10.582]➜  mkdir -p $WORK/b808/
2025-08-20T22:41:28.9308047Z [00:03:10.582]➜  cat >/tmp/go-build3998081543/b808/importcfg << 'EOF' # internal
2025-08-20T22:41:28.9308392Z [00:03:10.582]➜  # import config
2025-08-20T22:41:28.9308732Z [00:03:10.582]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:28.9309160Z [00:03:10.582]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:28.9309732Z [00:03:10.582]➜  packagefile github.com/apache/arrow/go/v15/arrow/endian=/tmp/go-build3998081543/b809/_pkg_.a
2025-08-20T22:41:28.9310450Z [00:03:10.582]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:41:28.9311156Z [00:03:10.582]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:41:28.9311690Z [00:03:10.582]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:28.9312127Z [00:03:10.582]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:28.9312569Z [00:03:10.582]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:28.9312884Z [00:03:10.582]➜  EOF
2025-08-20T22:41:28.9338107Z [00:03:10.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/bitutil=>github.com/apache/arrow/go/v15@v15.0.2/arrow/bitutil;$WORK/b808=>" -p github.com/apache/arrow/go/v15/arrow/bitutil -lang=go1.20 -complete -installsuffix shared -buildid F-cUzNzj7DMkTO_76owP/F-cUzNzj7DMkTO_76owP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b808/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/bitutil/bitmap_ops.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/bitutil/bitmap_ops_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/bitutil/bitmaps.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/bitutil/bitutil.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/bitutil/endian_default.go
2025-08-20T22:41:29.0235840Z [00:03:10.676]➜  go tool buildid -w $WORK/b808/_pkg_.a # internal
2025-08-20T22:41:29.0278700Z [00:03:10.680]➜  cp $WORK/b808/_pkg_.a /root/.cache/go-build/24/248954ebeb878f6d38b9a68ade4303b878dccb554412009900f94eab1afff9dd-d # internal
2025-08-20T22:41:29.0314873Z [00:03:10.684]➜  github.com/apache/arrow/go/v15/arrow
2025-08-20T22:41:29.0317833Z [00:03:10.684]➜  mkdir -p $WORK/b807/
2025-08-20T22:41:29.0318915Z [00:03:10.684]➜  cat >/tmp/go-build3998081543/b807/importcfg << 'EOF' # internal
2025-08-20T22:41:29.0319725Z [00:03:10.684]➜  # import config
2025-08-20T22:41:29.0320581Z [00:03:10.684]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:29.0321180Z [00:03:10.684]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:29.0321675Z [00:03:10.684]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:29.0322332Z [00:03:10.684]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:41:29.0323430Z [00:03:10.684]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal128=/tmp/go-build3998081543/b813/_pkg_.a
2025-08-20T22:41:29.0324230Z [00:03:10.684]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal256=/tmp/go-build3998081543/b814/_pkg_.a
2025-08-20T22:41:29.0325015Z [00:03:10.684]➜  packagefile github.com/apache/arrow/go/v15/arrow/endian=/tmp/go-build3998081543/b809/_pkg_.a
2025-08-20T22:41:29.0326056Z [00:03:10.684]➜  packagefile github.com/apache/arrow/go/v15/arrow/float16=/tmp/go-build3998081543/b815/_pkg_.a
2025-08-20T22:41:29.0327640Z [00:03:10.684]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:41:29.0328360Z [00:03:10.684]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:41:29.0329049Z [00:03:10.684]➜  packagefile github.com/apache/arrow/go/v15/internal/json=/tmp/go-build3998081543/b816/_pkg_.a
2025-08-20T22:41:29.0329966Z [00:03:10.684]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:41:29.0330520Z [00:03:10.684]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:29.0331018Z [00:03:10.684]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:41:29.0331461Z [00:03:10.684]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:29.0331886Z [00:03:10.684]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:29.0332302Z [00:03:10.684]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:29.0332723Z [00:03:10.684]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:29.0333148Z [00:03:10.684]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:29.0333564Z [00:03:10.684]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:29.0334008Z [00:03:10.684]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:29.0334439Z [00:03:10.684]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:29.0334747Z [00:03:10.684]➜  EOF
2025-08-20T22:41:29.0347049Z [00:03:10.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow=>github.com/apache/arrow/go/v15@v15.0.2/arrow;$WORK/b807=>" -p github.com/apache/arrow/go/v15/arrow -lang=go1.20 -complete -installsuffix shared -buildid KhV7H1jZHusvd8vGaSCB/KhV7H1jZHusvd8vGaSCB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b807/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compare.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype_binary.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype_encoded.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype_extension.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype_fixedwidth.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype_nested.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype_null.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype_numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype_viewheader.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/datatype_viewheader_inline.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/errors.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/record.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/schema.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/table.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_string.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_traits.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_traits_boolean.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_traits_decimal128.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_traits_decimal256.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_traits_float16.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_traits_interval.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_traits_numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_traits_timestamp.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/type_traits_view.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/unionmode_string.go
2025-08-20T22:41:29.0878065Z [00:03:10.740]➜  go tool buildid -w $WORK/b830/_pkg_.a # internal
2025-08-20T22:41:29.0966523Z [00:03:10.749]➜  cp $WORK/b830/_pkg_.a /root/.cache/go-build/f6/f6ac5e77429697d471d1eb30d1813ea111c754bad7d6b1ee35e8868845d52846-d # internal
2025-08-20T22:41:29.0977001Z [00:03:10.749]➜  cloud.google.com/go/bigtable/admin/apiv2/adminpb
2025-08-20T22:41:29.0977383Z [00:03:10.749]➜  mkdir -p $WORK/b829/
2025-08-20T22:41:29.0977791Z [00:03:10.749]➜  cat >/tmp/go-build3998081543/b829/importcfg << 'EOF' # internal
2025-08-20T22:41:29.0978142Z [00:03:10.749]➜  # import config
2025-08-20T22:41:29.0978600Z [00:03:10.749]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3998081543/b796/_pkg_.a
2025-08-20T22:41:29.0979304Z [00:03:10.749]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build3998081543/b830/_pkg_.a
2025-08-20T22:41:29.0979893Z [00:03:10.749]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:29.0980505Z [00:03:10.749]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:41:29.0981272Z [00:03:10.749]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:29.0981889Z [00:03:10.749]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:29.0982681Z [00:03:10.749]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:29.0983299Z [00:03:10.749]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:29.0984065Z [00:03:10.749]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:29.0984828Z [00:03:10.750]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:29.0986203Z [00:03:10.750]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:29.0986984Z [00:03:10.750]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3998081543/b831/_pkg_.a
2025-08-20T22:41:29.0987722Z [00:03:10.750]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3998081543/b798/_pkg_.a
2025-08-20T22:41:29.0988465Z [00:03:10.750]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:29.0989040Z [00:03:10.750]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:29.0989459Z [00:03:10.750]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:29.0989773Z [00:03:10.750]➜  EOF
2025-08-20T22:41:29.0993588Z [00:03:10.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b829/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/admin/apiv2/adminpb=>cloud.google.com/go/bigtable@v1.37.0/admin/apiv2/adminpb;$WORK/b829=>" -p cloud.google.com/go/bigtable/admin/apiv2/adminpb -lang=go1.23 -complete -installsuffix shared -buildid U2WrbXFbeajQ_Tflwmk0/U2WrbXFbeajQ_Tflwmk0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b829/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/admin/apiv2/adminpb/bigtable_instance_admin.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/admin/apiv2/adminpb/bigtable_table_admin.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/admin/apiv2/adminpb/common.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/admin/apiv2/adminpb/instance.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/admin/apiv2/adminpb/table.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/admin/apiv2/adminpb/types.pb.go
2025-08-20T22:41:29.3343753Z [00:03:10.986]➜  go tool buildid -w $WORK/b350/_pkg_.a # internal
2025-08-20T22:41:29.3659699Z [00:03:11.018]➜  cp $WORK/b350/_pkg_.a /root/.cache/go-build/83/8362c7f7f7b1d31e6987b4bccd3e4363bb5f37d602b09c3c4cda53a036dd9acc-d # internal
2025-08-20T22:41:29.3696030Z [00:03:11.022]➜  github.com/apache/arrow-go/v18/arrow/encoded
2025-08-20T22:41:29.3697639Z [00:03:11.022]➜  mkdir -p $WORK/b376/
2025-08-20T22:41:29.3698652Z [00:03:11.022]➜  cat >/tmp/go-build3998081543/b376/importcfg << 'EOF' # internal
2025-08-20T22:41:29.3699476Z [00:03:11.022]➜  # import config
2025-08-20T22:41:29.3700370Z [00:03:11.022]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:29.3701200Z [00:03:11.022]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:29.3701818Z [00:03:11.022]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:29.3702912Z [00:03:11.022]➜  EOF
2025-08-20T22:41:29.3705181Z [00:03:11.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/encoded=>github.com/apache/arrow-go/v18@v18.3.0/arrow/encoded;$WORK/b376=>" -p github.com/apache/arrow-go/v18/arrow/encoded -lang=go1.23 -complete -installsuffix shared -buildid QOOg5MoAYbPBToguLUtO/QOOg5MoAYbPBToguLUtO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b376/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/encoded/ree_utils.go
2025-08-20T22:41:29.4021755Z [00:03:11.054]➜  go tool buildid -w $WORK/b376/_pkg_.a # internal
2025-08-20T22:41:29.4034672Z [00:03:11.056]➜  cp $WORK/b376/_pkg_.a /root/.cache/go-build/cb/cbc3af810dd0b84a929d2c212c97167480ef276782364f82dd1c18fb49b660aa-d # internal
2025-08-20T22:41:29.4044712Z [00:03:11.057]➜  github.com/apache/arrow-go/v18/internal/utils
2025-08-20T22:41:29.4051799Z [00:03:11.058]➜  mkdir -p $WORK/b378/
2025-08-20T22:41:29.4062279Z [00:03:11.059]➜  echo -n > $WORK/b378/go_asm.h # internal
2025-08-20T22:41:29.4069699Z [00:03:11.059]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils
2025-08-20T22:41:29.4078259Z [00:03:11.060]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/internal/utils -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils=>github.com/apache/arrow-go/v18@v18.3.0/internal/utils;$WORK/b378=>" -I $WORK/b378/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b378/symabis ./min_max_neon_arm64.s
2025-08-20T22:41:29.4170545Z [00:03:11.069]➜  cat >/tmp/go-build3998081543/b378/importcfg << 'EOF' # internal
2025-08-20T22:41:29.4172394Z [00:03:11.070]➜  # import config
2025-08-20T22:41:29.4174050Z [00:03:11.070]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:29.4174796Z [00:03:11.070]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:29.4175992Z [00:03:11.070]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:29.4179180Z [00:03:11.070]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:29.4180129Z [00:03:11.070]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:29.4182442Z [00:03:11.070]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:41:29.4184084Z [00:03:11.070]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:41:29.4187133Z [00:03:11.070]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:29.4187581Z [00:03:11.070]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:29.4188026Z [00:03:11.070]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:29.4188445Z [00:03:11.070]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:29.4188870Z [00:03:11.070]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:29.4189311Z [00:03:11.070]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:29.4189645Z [00:03:11.070]➜  EOF
2025-08-20T22:41:29.4189914Z [00:03:11.071]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:29.4207578Z [00:03:11.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils=>github.com/apache/arrow-go/v18@v18.3.0/internal/utils;$WORK/b378=>" -p github.com/apache/arrow-go/v18/internal/utils -lang=go1.23 -installsuffix shared -buildid qegi2LHvhN_kcEXilbgh/qegi2LHvhN_kcEXilbgh -goversion go1.25.0 -symabis $WORK/b378/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b378/importcfg -pack -asmhdr $WORK/b378/go_asm.h /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/buf_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/endians_default.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/math.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/min_max.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/min_max_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/min_max_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/recovery.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/ref_count.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/transpose_ints.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/transpose_ints_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils/transpose_ints_def.go
2025-08-20T22:41:29.6164382Z [00:03:11.269]➜  go tool buildid -w $WORK/b826/_pkg_.a # internal
2025-08-20T22:41:29.6308333Z [00:03:11.283]➜  cp $WORK/b826/_pkg_.a /root/.cache/go-build/55/556462e0fc965007a603381744c30c6a5d51bf50c24dba36068082d1a0dad750-d # internal
2025-08-20T22:41:29.6312656Z [00:03:11.284]➜  github.com/apache/arrow-go/v18/arrow/arrio
2025-08-20T22:41:29.6313800Z [00:03:11.284]➜  mkdir -p $WORK/b411/
2025-08-20T22:41:29.6314333Z [00:03:11.284]➜  cat >/tmp/go-build3998081543/b411/importcfg << 'EOF' # internal
2025-08-20T22:41:29.6323702Z [00:03:11.284]➜  # import config
2025-08-20T22:41:29.6324561Z [00:03:11.284]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:29.6325872Z [00:03:11.284]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:29.6326408Z [00:03:11.284]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:29.6326721Z [00:03:11.284]➜  EOF
2025-08-20T22:41:29.6328717Z [00:03:11.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/arrio=>github.com/apache/arrow-go/v18@v18.3.0/arrow/arrio;$WORK/b411=>" -p github.com/apache/arrow-go/v18/arrow/arrio -lang=go1.23 -complete -installsuffix shared -buildid 0CU8ZQ8UVndcpgMxzhOx/0CU8ZQ8UVndcpgMxzhOx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b411/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/arrio/arrio.go
2025-08-20T22:41:29.6539029Z [00:03:11.306]➜  go tool buildid -w $WORK/b411/_pkg_.a # internal
2025-08-20T22:41:29.6545856Z [00:03:11.307]➜  cp $WORK/b411/_pkg_.a /root/.cache/go-build/05/05ee7d0c3110095f247505d352dcba4737a9bca7260ebc55940054f3d78bdc3b-d # internal
2025-08-20T22:41:29.6547485Z [00:03:11.307]➜  github.com/apache/arrow-go/v18/arrow/internal
2025-08-20T22:41:29.6547974Z [00:03:11.307]➜  mkdir -p $WORK/b412/
2025-08-20T22:41:29.6549200Z [00:03:11.307]➜  cat >/tmp/go-build3998081543/b412/importcfg << 'EOF' # internal
2025-08-20T22:41:29.6549856Z [00:03:11.307]➜  # import config
2025-08-20T22:41:29.6550450Z [00:03:11.307]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:29.6551522Z [00:03:11.307]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/flatbuf=/tmp/go-build3998081543/b354/_pkg_.a
2025-08-20T22:41:29.6552234Z [00:03:11.307]➜  EOF
2025-08-20T22:41:29.6554626Z [00:03:11.307]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal=>github.com/apache/arrow-go/v18@v18.3.0/arrow/internal;$WORK/b412=>" -p github.com/apache/arrow-go/v18/arrow/internal -lang=go1.23 -complete -installsuffix shared -buildid Tt_tjqsJIvB_JD-K3FQx/Tt_tjqsJIvB_JD-K3FQx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b412/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/utils.go
2025-08-20T22:41:29.6771051Z [00:03:11.329]➜  go tool buildid -w $WORK/b412/_pkg_.a # internal
2025-08-20T22:41:29.6777391Z [00:03:11.330]➜  cp $WORK/b412/_pkg_.a /root/.cache/go-build/30/30366a2b88f58453112b76743297fbda22ff1b978e46163aaea885c98518e37d-d # internal
2025-08-20T22:41:29.6778819Z [00:03:11.330]➜  google.golang.org/genproto/googleapis/type/date
2025-08-20T22:41:29.6780096Z [00:03:11.330]➜  mkdir -p $WORK/b833/
2025-08-20T22:41:29.6781603Z [00:03:11.330]➜  cat >/tmp/go-build3998081543/b833/importcfg << 'EOF' # internal
2025-08-20T22:41:29.6782282Z [00:03:11.330]➜  # import config
2025-08-20T22:41:29.6783226Z [00:03:11.330]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:29.6784422Z [00:03:11.330]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:29.6785721Z [00:03:11.330]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:29.6786504Z [00:03:11.330]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:29.6787390Z [00:03:11.330]➜  EOF
2025-08-20T22:41:29.6790501Z [00:03:11.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b833/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/date=>google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/date;$WORK/b833=>" -p google.golang.org/genproto/googleapis/type/date -lang=go1.23 -complete -installsuffix shared -buildid elubAvcgnatwNHIEe3aJ/elubAvcgnatwNHIEe3aJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b833/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/date/date.pb.go
2025-08-20T22:41:29.7141558Z [00:03:11.366]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils
2025-08-20T22:41:29.7144107Z [00:03:11.366]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/internal/utils -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/utils=>github.com/apache/arrow-go/v18@v18.3.0/internal/utils;$WORK/b378=>" -I $WORK/b378/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b378/min_max_neon_arm64.o ./min_max_neon_arm64.s
2025-08-20T22:41:29.7263984Z [00:03:11.379]➜  go tool pack r $WORK/b378/_pkg_.a $WORK/b378/min_max_neon_arm64.o # internal
2025-08-20T22:41:29.7270540Z [00:03:11.379]➜  go tool buildid -w $WORK/b378/_pkg_.a # internal
2025-08-20T22:41:29.7278960Z [00:03:11.380]➜  go tool buildid -w $WORK/b833/_pkg_.a # internal
2025-08-20T22:41:29.7287770Z [00:03:11.381]➜  cp $WORK/b378/_pkg_.a /root/.cache/go-build/07/07a3973146d999f0834e09f4792195a38917ab6b8494edda994c8091bd297655-d # internal
2025-08-20T22:41:29.7289168Z [00:03:11.381]➜  github.com/apache/arrow-go/v18/internal/bitutils
2025-08-20T22:41:29.7291133Z [00:03:11.381]➜  mkdir -p $WORK/b377/
2025-08-20T22:41:29.7291826Z [00:03:11.381]➜  cat >/tmp/go-build3998081543/b377/importcfg << 'EOF' # internal
2025-08-20T22:41:29.7292343Z [00:03:11.381]➜  # import config
2025-08-20T22:41:29.7293213Z [00:03:11.381]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:29.7293905Z [00:03:11.381]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:29.7294597Z [00:03:11.381]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:29.7295807Z [00:03:11.381]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:29.7297033Z [00:03:11.381]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:29.7298537Z [00:03:11.381]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:29.7299338Z [00:03:11.381]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:29.7301406Z [00:03:11.381]➜  EOF
2025-08-20T22:41:29.7302826Z [00:03:11.381]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:29.7307448Z [00:03:11.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/bitutils=>github.com/apache/arrow-go/v18@v18.3.0/internal/bitutils;$WORK/b377=>" -p github.com/apache/arrow-go/v18/internal/bitutils -lang=go1.23 -complete -installsuffix shared -buildid 48XEpCw2hOANMlXcpTFj/48XEpCw2hOANMlXcpTFj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b377/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/bitutils/bit_block_counter.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/bitutils/bit_run_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/bitutils/bit_set_run_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/bitutils/bitmap_generate.go
2025-08-20T22:41:29.7310810Z [00:03:11.383]➜  cp $WORK/b833/_pkg_.a /root/.cache/go-build/31/3116dffe998d1cc6b42342013271682af28bae1065ab3c349c416c5b2357db20-d # internal
2025-08-20T22:41:29.7312284Z [00:03:11.383]➜  github.com/apache/arrow-go/v18/internal/hashing
2025-08-20T22:41:29.7312955Z [00:03:11.383]➜  mkdir -p $WORK/b379/
2025-08-20T22:41:29.7313419Z [00:03:11.383]➜  cat >/tmp/go-build3998081543/b379/importcfg << 'EOF' # internal
2025-08-20T22:41:29.7314619Z [00:03:11.383]➜  # import config
2025-08-20T22:41:29.7315033Z [00:03:11.383]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:29.7315696Z [00:03:11.383]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:29.7316402Z [00:03:11.383]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:29.7317104Z [00:03:11.383]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:29.7317705Z [00:03:11.383]➜  packagefile github.com/zeebo/xxh3=/tmp/go-build3998081543/b380/_pkg_.a
2025-08-20T22:41:29.7318167Z [00:03:11.383]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:29.7318602Z [00:03:11.383]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:29.7318929Z [00:03:11.383]➜  EOF
2025-08-20T22:41:29.7322019Z [00:03:11.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/hashing=>github.com/apache/arrow-go/v18@v18.3.0/internal/hashing;$WORK/b379=>" -p github.com/apache/arrow-go/v18/internal/hashing -lang=go1.23 -complete -installsuffix shared -buildid nXE7UNttrwewU7gc6944/nXE7UNttrwewU7gc6944 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b379/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/hashing/hash_funcs.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/hashing/hash_string.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/hashing/xxh3_memo_table.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/internal/hashing/xxh3_memo_table.go
2025-08-20T22:41:29.7776054Z [00:03:11.430]➜  go tool buildid -w $WORK/b807/_pkg_.a # internal
2025-08-20T22:41:29.7884211Z [00:03:11.441]➜  cp $WORK/b807/_pkg_.a /root/.cache/go-build/f2/f2154f3d22e642b10732dcf6e5a5760cc4e284194ac68a8714d4f4fc66fddb04-d # internal
2025-08-20T22:41:29.7891045Z [00:03:11.441]➜  github.com/apache/arrow-go/v18/parquet
2025-08-20T22:41:29.7893642Z [00:03:11.442]➜  mkdir -p $WORK/b383/
2025-08-20T22:41:29.7894672Z [00:03:11.442]➜  cat >/tmp/go-build3998081543/b383/importcfg << 'EOF' # internal
2025-08-20T22:41:29.7895699Z [00:03:11.442]➜  # import config
2025-08-20T22:41:29.7896525Z [00:03:11.442]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:29.7899546Z [00:03:11.442]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:29.7906616Z [00:03:11.442]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:29.7907558Z [00:03:11.442]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:29.7908864Z [00:03:11.442]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:29.7910129Z [00:03:11.442]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:29.7911387Z [00:03:11.442]➜  packagefile github.com/apache/arrow-go/v18/parquet/compress=/tmp/go-build3998081543/b384/_pkg_.a
2025-08-20T22:41:29.7912679Z [00:03:11.442]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet=/tmp/go-build3998081543/b388/_pkg_.a
2025-08-20T22:41:29.7913787Z [00:03:11.442]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:29.7914568Z [00:03:11.442]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:29.7915161Z [00:03:11.442]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:29.7916196Z [00:03:11.442]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:29.7917480Z [00:03:11.442]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:29.7918226Z [00:03:11.442]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:29.7919060Z [00:03:11.442]➜  EOF
2025-08-20T22:41:29.7923027Z [00:03:11.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet=>github.com/apache/arrow-go/v18@v18.3.0/parquet;$WORK/b383=>" -p github.com/apache/arrow-go/v18/parquet -lang=go1.23 -complete -installsuffix shared -buildid 4D2cCACAhZAM1efNuP-n/4D2cCACAhZAM1efNuP-n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b383/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/encryption_properties.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/reader_properties.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/types.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/version_string.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/writer_properties.go
2025-08-20T22:41:29.8293269Z [00:03:11.481]➜  go tool buildid -w $WORK/b377/_pkg_.a # internal
2025-08-20T22:41:29.8301689Z [00:03:11.482]➜  cp $WORK/b377/_pkg_.a /root/.cache/go-build/8f/8f09943eb2f1f2cb42fa1f4bdb54d2cdcf2e932a2f75d2b3bd7abf419b500a19-d # internal
2025-08-20T22:41:29.8308465Z [00:03:11.483]➜  github.com/apache/arrow/go/v15/arrow/encoded
2025-08-20T22:41:29.8310679Z [00:03:11.483]➜  mkdir -p $WORK/b818/
2025-08-20T22:41:29.8311503Z [00:03:11.483]➜  cat >/tmp/go-build3998081543/b818/importcfg << 'EOF' # internal
2025-08-20T22:41:29.8312761Z [00:03:11.483]➜  # import config
2025-08-20T22:41:29.8313364Z [00:03:11.483]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:29.8314216Z [00:03:11.483]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:29.8315185Z [00:03:11.483]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:29.8315892Z [00:03:11.483]➜  EOF
2025-08-20T22:41:29.8318726Z [00:03:11.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/encoded=>github.com/apache/arrow/go/v15@v15.0.2/arrow/encoded;$WORK/b818=>" -p github.com/apache/arrow/go/v15/arrow/encoded -lang=go1.20 -complete -installsuffix shared -buildid RyqdfJ76LuMvqkm6nTru/RyqdfJ76LuMvqkm6nTru -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b818/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/encoded/ree_utils.go
2025-08-20T22:41:29.8907125Z [00:03:11.543]➜  go tool buildid -w $WORK/b818/_pkg_.a # internal
2025-08-20T22:41:29.8913969Z [00:03:11.544]➜  cp $WORK/b818/_pkg_.a /root/.cache/go-build/be/bea4ba8977b0ef22368ab1e9bd2405b4108daa76d31414639b1f996608a0a5ba-d # internal
2025-08-20T22:41:29.8915319Z [00:03:11.544]➜  github.com/apache/arrow/go/v15/internal/utils
2025-08-20T22:41:29.8916775Z [00:03:11.544]➜  mkdir -p $WORK/b820/
2025-08-20T22:41:29.8936264Z [00:03:11.545]➜  echo -n > $WORK/b820/go_asm.h # internal
2025-08-20T22:41:29.8936787Z [00:03:11.545]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils
2025-08-20T22:41:29.8938419Z [00:03:11.545]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v15/internal/utils -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils=>github.com/apache/arrow/go/v15@v15.0.2/internal/utils;$WORK/b820=>" -I $WORK/b820/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b820/symabis ./min_max_neon_arm64.s
2025-08-20T22:41:29.8965658Z [00:03:11.549]➜  cat >/tmp/go-build3998081543/b820/importcfg << 'EOF' # internal
2025-08-20T22:41:29.8966720Z [00:03:11.549]➜  # import config
2025-08-20T22:41:29.8967415Z [00:03:11.549]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:29.8968557Z [00:03:11.549]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:29.8969955Z [00:03:11.549]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:29.8971212Z [00:03:11.549]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:29.8986944Z [00:03:11.549]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:41:29.8988017Z [00:03:11.549]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:41:29.8988968Z [00:03:11.549]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:29.8989791Z [00:03:11.549]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:29.8990541Z [00:03:11.549]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:29.8991246Z [00:03:11.549]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:29.8992100Z [00:03:11.549]➜  EOF
2025-08-20T22:41:29.8992600Z [00:03:11.550]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:29.8997884Z [00:03:11.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils=>github.com/apache/arrow/go/v15@v15.0.2/internal/utils;$WORK/b820=>" -p github.com/apache/arrow/go/v15/internal/utils -lang=go1.20 -installsuffix shared -buildid 5yEFifNUad62rUDwTyRf/5yEFifNUad62rUDwTyRf -goversion go1.25.0 -symabis $WORK/b820/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b820/importcfg -pack -asmhdr $WORK/b820/go_asm.h /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils/buf_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils/endians_default.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils/math.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils/min_max.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils/min_max_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils/min_max_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils/transpose_ints.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils/transpose_ints_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils/transpose_ints_def.go
2025-08-20T22:41:29.9891211Z [00:03:11.641]➜  go tool buildid -w $WORK/b383/_pkg_.a # internal
2025-08-20T22:41:29.9939651Z [00:03:11.646]➜  cp $WORK/b383/_pkg_.a /root/.cache/go-build/3c/3c7db686ffc16fbeaf981bf5814234580e17e4839f80970a6ed7f6b986721ae5-d # internal
2025-08-20T22:41:29.9946719Z [00:03:11.647]➜  github.com/apache/arrow-go/v18/parquet/schema
2025-08-20T22:41:29.9947866Z [00:03:11.647]➜  mkdir -p $WORK/b382/
2025-08-20T22:41:29.9950041Z [00:03:11.647]➜  cat >/tmp/go-build3998081543/b382/importcfg << 'EOF' # internal
2025-08-20T22:41:29.9950696Z [00:03:11.647]➜  # import config
2025-08-20T22:41:29.9951193Z [00:03:11.647]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:29.9951902Z [00:03:11.647]➜  packagefile github.com/apache/arrow-go/v18/arrow/float16=/tmp/go-build3998081543/b361/_pkg_.a
2025-08-20T22:41:29.9952724Z [00:03:11.647]➜  packagefile github.com/apache/arrow-go/v18/internal/json=/tmp/go-build3998081543/b362/_pkg_.a
2025-08-20T22:41:29.9953534Z [00:03:11.647]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:29.9954336Z [00:03:11.647]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:41:29.9955187Z [00:03:11.647]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/debug=/tmp/go-build3998081543/b387/_pkg_.a
2025-08-20T22:41:29.9956622Z [00:03:11.647]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet=/tmp/go-build3998081543/b388/_pkg_.a
2025-08-20T22:41:29.9957503Z [00:03:11.647]➜  packagefile github.com/apache/thrift/lib/go/thrift=/tmp/go-build3998081543/b389/_pkg_.a
2025-08-20T22:41:29.9969758Z [00:03:11.647]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:29.9970536Z [00:03:11.647]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:29.9971272Z [00:03:11.647]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:29.9971831Z [00:03:11.647]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:29.9972340Z [00:03:11.647]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:29.9972930Z [00:03:11.647]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:29.9973470Z [00:03:11.647]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:29.9974019Z [00:03:11.647]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:29.9974415Z [00:03:11.647]➜  EOF
2025-08-20T22:41:29.9990943Z [00:03:11.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/schema=>github.com/apache/arrow-go/v18@v18.3.0/parquet/schema;$WORK/b382=>" -p github.com/apache/arrow-go/v18/parquet/schema -lang=go1.23 -complete -installsuffix shared -buildid gAp5gGhdMdxDwcdi-bBz/gAp5gGhdMdxDwcdi-bBz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b382/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/schema/column.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/schema/converted_types.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/schema/helpers.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/schema/logical_types.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/schema/node.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/schema/reflection.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/schema/schema.go
2025-08-20T22:41:30.0340806Z [00:03:11.686]➜  go tool buildid -w $WORK/b379/_pkg_.a # internal
2025-08-20T22:41:30.0395926Z [00:03:11.692]➜  cp $WORK/b379/_pkg_.a /root/.cache/go-build/8d/8dca47639a66ab9257b533c698bbd5c02d25ec43e5dc6af0715649b871083828-d # internal
2025-08-20T22:41:30.0404286Z [00:03:11.693]➜  github.com/apache/arrow-go/v18/arrow/array
2025-08-20T22:41:30.0406761Z [00:03:11.693]➜  mkdir -p $WORK/b375/
2025-08-20T22:41:30.0407151Z [00:03:11.693]➜  cat >/tmp/go-build3998081543/b375/importcfg << 'EOF' # internal
2025-08-20T22:41:30.0407505Z [00:03:11.693]➜  # import config
2025-08-20T22:41:30.0407849Z [00:03:11.693]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:30.0408304Z [00:03:11.693]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:30.0409936Z [00:03:11.693]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:30.0410938Z [00:03:11.693]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:30.0413096Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:30.0414188Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:30.0415510Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal=/tmp/go-build3998081543/b358/_pkg_.a
2025-08-20T22:41:30.0416677Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/arrow/encoded=/tmp/go-build3998081543/b376/_pkg_.a
2025-08-20T22:41:30.0417827Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/arrow/float16=/tmp/go-build3998081543/b361/_pkg_.a
2025-08-20T22:41:30.0418997Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:30.0420680Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:30.0421388Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/internal/bitutils=/tmp/go-build3998081543/b377/_pkg_.a
2025-08-20T22:41:30.0422398Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/internal/hashing=/tmp/go-build3998081543/b379/_pkg_.a
2025-08-20T22:41:30.0423321Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/internal/json=/tmp/go-build3998081543/b362/_pkg_.a
2025-08-20T22:41:30.0424057Z [00:03:11.693]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:30.0424626Z [00:03:11.693]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:41:30.0425061Z [00:03:11.693]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:30.0425644Z [00:03:11.693]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:30.0426098Z [00:03:11.693]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:30.0426529Z [00:03:11.693]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:30.0426964Z [00:03:11.693]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.0427401Z [00:03:11.693]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:30.0427828Z [00:03:11.693]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:30.0428275Z [00:03:11.693]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:30.0428711Z [00:03:11.693]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:30.0429023Z [00:03:11.693]➜  EOF
2025-08-20T22:41:30.0477408Z [00:03:11.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b375/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array=>github.com/apache/arrow-go/v18@v18.3.0/arrow/array;$WORK/b375=>" -p github.com/apache/arrow-go/v18/arrow/array -lang=go1.23 -complete -installsuffix shared -buildid 3rCpIDciqE7W6NFVpOc3/3rCpIDciqE7W6NFVpOc3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b375/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/array.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/binary.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/binarybuilder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/boolean.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/booleanbuilder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/bufferbuilder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/bufferbuilder_byte.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/bufferbuilder_numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/builder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/compare.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/concat.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/data.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/decimal.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/dictionary.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/diff.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/encoded.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/extension.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/extension_builder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/fixed_size_list.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/fixedsize_binary.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/fixedsize_binarybuilder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/float16.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/float16_builder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/interval.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/json_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/list.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/map.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/null.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/numeric_generic.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/numericbuilder.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/record.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/string.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/struct.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/table.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/timestamp.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/union.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/array/util.go
2025-08-20T22:41:30.1046186Z [00:03:11.757]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils
2025-08-20T22:41:30.1054273Z [00:03:11.757]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v15/internal/utils -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/utils=>github.com/apache/arrow/go/v15@v15.0.2/internal/utils;$WORK/b820=>" -I $WORK/b820/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b820/min_max_neon_arm64.o ./min_max_neon_arm64.s
2025-08-20T22:41:30.1097272Z [00:03:11.762]➜  go tool pack r $WORK/b820/_pkg_.a $WORK/b820/min_max_neon_arm64.o # internal
2025-08-20T22:41:30.1101207Z [00:03:11.762]➜  go tool buildid -w $WORK/b820/_pkg_.a # internal
2025-08-20T22:41:30.1137249Z [00:03:11.765]➜  cp $WORK/b820/_pkg_.a /root/.cache/go-build/45/45024fa1c82fcbcce7549afe9a27fba327cfbe1f85fe774f4d049ebdb289cfcb-d # internal
2025-08-20T22:41:30.1139225Z [00:03:11.766]➜  github.com/apache/arrow-go/v18/parquet/internal/utils
2025-08-20T22:41:30.1139827Z [00:03:11.766]➜  mkdir -p $WORK/b418/
2025-08-20T22:41:30.1140294Z [00:03:11.766]➜  echo -n > $WORK/b418/go_asm.h # internal
2025-08-20T22:41:30.1141322Z [00:03:11.766]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils
2025-08-20T22:41:30.1145290Z [00:03:11.766]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/parquet/internal/utils -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils;$WORK/b418=>" -I $WORK/b418/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b418/symabis ./bit_packing_neon_arm64.s ./unpack_bool_neon_arm64.s
2025-08-20T22:41:30.1179134Z [00:03:11.770]➜  cat >/tmp/go-build3998081543/b418/importcfg << 'EOF' # internal
2025-08-20T22:41:30.1182296Z [00:03:11.771]➜  # import config
2025-08-20T22:41:30.1183268Z [00:03:11.771]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:30.1183878Z [00:03:11.771]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:30.1184868Z [00:03:11.771]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:30.1185819Z [00:03:11.771]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:30.1187352Z [00:03:11.771]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:30.1188036Z [00:03:11.771]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:30.1188734Z [00:03:11.771]➜  packagefile github.com/apache/arrow-go/v18/internal/bitutils=/tmp/go-build3998081543/b377/_pkg_.a
2025-08-20T22:41:30.1189449Z [00:03:11.771]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:30.1190104Z [00:03:11.771]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:41:30.1190992Z [00:03:11.771]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/bmi=/tmp/go-build3998081543/b415/_pkg_.a
2025-08-20T22:41:30.1191739Z [00:03:11.771]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build3998081543/b416/_pkg_.a
2025-08-20T22:41:30.1192389Z [00:03:11.771]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:41:30.1193014Z [00:03:11.771]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:30.1193469Z [00:03:11.771]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:30.1193876Z [00:03:11.771]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:30.1194292Z [00:03:11.771]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:30.1194727Z [00:03:11.771]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:30.1195151Z [00:03:11.771]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:30.1195696Z [00:03:11.771]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.1196197Z [00:03:11.771]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:30.1196676Z [00:03:11.771]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:30.1196991Z [00:03:11.771]➜  EOF
2025-08-20T22:41:30.1197263Z [00:03:11.771]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:30.1204020Z [00:03:11.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils;$WORK/b418=>" -p github.com/apache/arrow-go/v18/parquet/internal/utils -lang=go1.23 -installsuffix shared -buildid PaR4VqVDvZ0s0Rv15y8h/PaR4VqVDvZ0s0Rv15y8h -goversion go1.25.0 -symabis $WORK/b418/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b418/importcfg -pack -asmhdr $WORK/b418/go_asm.h /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/bit_packing_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/bit_packing_default.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/bit_packing_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/bit_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/bit_writer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/bitmap_writer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/dictionary.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/rle.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/typed_rle_dict.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/unpack_bool.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/unpack_bool_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/unpack_bool_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils/write_utils.go
2025-08-20T22:41:30.1325610Z [00:03:11.784]➜  go tool buildid -w $WORK/b829/_pkg_.a # internal
2025-08-20T22:41:30.1697247Z [00:03:11.822]➜  cp $WORK/b829/_pkg_.a /root/.cache/go-build/db/db8953cb7458cb68d53b126fe5811e8e0035de5967a612acc07d735a88b1f943-d # internal
2025-08-20T22:41:30.1706368Z [00:03:11.823]➜  github.com/apache/arrow-go/v18/parquet/internal/encryption
2025-08-20T22:41:30.1710191Z [00:03:11.823]➜  mkdir -p $WORK/b419/
2025-08-20T22:41:30.1730265Z [00:03:11.825]➜  cat >/tmp/go-build3998081543/b419/importcfg << 'EOF' # internal
2025-08-20T22:41:30.1736561Z [00:03:11.826]➜  # import config
2025-08-20T22:41:30.1736936Z [00:03:11.826]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:30.1737392Z [00:03:11.826]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:41:30.1738092Z [00:03:11.826]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:30.1738630Z [00:03:11.826]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:30.1739231Z [00:03:11.826]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:30.1739732Z [00:03:11.826]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:30.1740286Z [00:03:11.826]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:30.1740937Z [00:03:11.826]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:30.1741592Z [00:03:11.826]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:41:30.1742500Z [00:03:11.826]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/debug=/tmp/go-build3998081543/b387/_pkg_.a
2025-08-20T22:41:30.1743297Z [00:03:11.826]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet=/tmp/go-build3998081543/b388/_pkg_.a
2025-08-20T22:41:30.1743889Z [00:03:11.826]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:30.1744191Z [00:03:11.826]➜  EOF
2025-08-20T22:41:30.1747774Z [00:03:11.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encryption=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encryption;$WORK/b419=>" -p github.com/apache/arrow-go/v18/parquet/internal/encryption -lang=go1.23 -complete -installsuffix shared -buildid k8zii_uCMr-feKyRbKde/k8zii_uCMr-feKyRbKde -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b419/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encryption/aes.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encryption/decryptor.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encryption/encryptor.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encryption/key_handling.go
2025-08-20T22:41:30.2793645Z [00:03:11.931]➜  go tool buildid -w $WORK/b419/_pkg_.a # internal
2025-08-20T22:41:30.2817348Z [00:03:11.934]➜  cp $WORK/b419/_pkg_.a /root/.cache/go-build/25/259f352e195eb2956732bd0dda24cc9a3e775ae6de9fabffffa616a96bdc9f76-d # internal
2025-08-20T22:41:30.2826908Z [00:03:11.934]➜  github.com/apache/arrow-go/v18/parquet/internal/thrift
2025-08-20T22:41:30.2827291Z [00:03:11.934]➜  mkdir -p $WORK/b420/
2025-08-20T22:41:30.2827669Z [00:03:11.934]➜  cat >/tmp/go-build3998081543/b420/importcfg << 'EOF' # internal
2025-08-20T22:41:30.2828035Z [00:03:11.934]➜  # import config
2025-08-20T22:41:30.2828386Z [00:03:11.934]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:30.2828811Z [00:03:11.934]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:30.2829457Z [00:03:11.934]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/encryption=/tmp/go-build3998081543/b419/_pkg_.a
2025-08-20T22:41:30.2830172Z [00:03:11.934]➜  packagefile github.com/apache/thrift/lib/go/thrift=/tmp/go-build3998081543/b389/_pkg_.a
2025-08-20T22:41:30.2830903Z [00:03:11.934]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:30.2831277Z [00:03:11.934]➜  EOF
2025-08-20T22:41:30.2833480Z [00:03:11.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/thrift=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/thrift;$WORK/b420=>" -p github.com/apache/arrow-go/v18/parquet/internal/thrift -lang=go1.23 -complete -installsuffix shared -buildid 5avEELnK7UpqyFCePMla/5avEELnK7UpqyFCePMla -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b420/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/thrift/helpers.go
2025-08-20T22:41:30.3116412Z [00:03:11.964]➜  go tool buildid -w $WORK/b420/_pkg_.a # internal
2025-08-20T22:41:30.3122313Z [00:03:11.964]➜  cp $WORK/b420/_pkg_.a /root/.cache/go-build/26/264a5eb5eb88a661c21893e3bffaeb59270de6572ec53b342fb61b58a03c21af-d # internal
2025-08-20T22:41:30.3127174Z [00:03:11.964]➜  github.com/apache/arrow/go/v15/internal/bitutils
2025-08-20T22:41:30.3127536Z [00:03:11.964]➜  mkdir -p $WORK/b819/
2025-08-20T22:41:30.3127921Z [00:03:11.965]➜  cat >/tmp/go-build3998081543/b819/importcfg << 'EOF' # internal
2025-08-20T22:41:30.3128267Z [00:03:11.965]➜  # import config
2025-08-20T22:41:30.3128639Z [00:03:11.965]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:30.3129088Z [00:03:11.965]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:30.3129911Z [00:03:11.965]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:30.3130579Z [00:03:11.965]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:41:30.3131279Z [00:03:11.965]➜  packagefile github.com/apache/arrow/go/v15/internal/utils=/tmp/go-build3998081543/b820/_pkg_.a
2025-08-20T22:41:30.3131824Z [00:03:11.965]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:30.3132255Z [00:03:11.965]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:30.3132581Z [00:03:11.965]➜  EOF
2025-08-20T22:41:30.3137586Z [00:03:11.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/bitutils=>github.com/apache/arrow/go/v15@v15.0.2/internal/bitutils;$WORK/b819=>" -p github.com/apache/arrow/go/v15/internal/bitutils -lang=go1.20 -complete -installsuffix shared -buildid DW9meQwIfytvpxXvUpc0/DW9meQwIfytvpxXvUpc0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b819/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/bitutils/bit_block_counter.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/bitutils/bit_run_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/bitutils/bit_set_run_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/bitutils/bitmap_generate.go
2025-08-20T22:41:30.3232757Z [00:03:11.975]➜  go tool buildid -w $WORK/b382/_pkg_.a # internal
2025-08-20T22:41:30.3365061Z [00:03:11.986]➜  cp $WORK/b382/_pkg_.a /root/.cache/go-build/6d/6d1cb9bc2303eb6a865c82bc6c0b7ad4044b0d46b99a351fcbe62008c04c7b7b-d # internal
2025-08-20T22:41:30.3371284Z [00:03:11.989]➜  github.com/apache/arrow/go/v15/internal/hashing
2025-08-20T22:41:30.3372905Z [00:03:11.990]➜  mkdir -p $WORK/b821/
2025-08-20T22:41:30.3376806Z [00:03:11.990]➜  cat >/tmp/go-build3998081543/b821/importcfg << 'EOF' # internal
2025-08-20T22:41:30.3378823Z [00:03:11.990]➜  # import config
2025-08-20T22:41:30.3379283Z [00:03:11.990]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:30.3379825Z [00:03:11.990]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:30.3380516Z [00:03:11.990]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:41:30.3381414Z [00:03:11.990]➜  packagefile github.com/apache/arrow/go/v15/internal/utils=/tmp/go-build3998081543/b820/_pkg_.a
2025-08-20T22:41:30.3382072Z [00:03:11.990]➜  packagefile github.com/zeebo/xxh3=/tmp/go-build3998081543/b380/_pkg_.a
2025-08-20T22:41:30.3382541Z [00:03:11.990]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:30.3382971Z [00:03:11.990]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:30.3383407Z [00:03:11.990]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.3383739Z [00:03:11.990]➜  EOF
2025-08-20T22:41:30.3387960Z [00:03:11.990]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/hashing=>github.com/apache/arrow/go/v15@v15.0.2/internal/hashing;$WORK/b821=>" -p github.com/apache/arrow/go/v15/internal/hashing -lang=go1.20 -complete -installsuffix shared -buildid yOgMhMD5YWp5BUb7gWF0/yOgMhMD5YWp5BUb7gWF0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b821/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/hashing/hash_funcs.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/hashing/hash_string.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/hashing/xxh3_memo_table.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/internal/hashing/xxh3_memo_table.go
2025-08-20T22:41:30.3679515Z [00:03:12.020]➜  go tool buildid -w $WORK/b819/_pkg_.a # internal
2025-08-20T22:41:30.3692526Z [00:03:12.021]➜  cp $WORK/b819/_pkg_.a /root/.cache/go-build/d2/d2cbbbdc585a206c7eb8cd4f7d208235b929296ac03e70176e55b631da71eaf6-d # internal
2025-08-20T22:41:30.3702056Z [00:03:12.022]➜  github.com/apache/arrow/go/v15/arrow/arrio
2025-08-20T22:41:30.3702441Z [00:03:12.022]➜  mkdir -p $WORK/b823/
2025-08-20T22:41:30.3702842Z [00:03:12.022]➜  cat >/tmp/go-build3998081543/b823/importcfg << 'EOF' # internal
2025-08-20T22:41:30.3703194Z [00:03:12.022]➜  # import config
2025-08-20T22:41:30.3703569Z [00:03:12.022]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:30.3704110Z [00:03:12.022]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:30.3704610Z [00:03:12.022]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:30.3704914Z [00:03:12.022]➜  EOF
2025-08-20T22:41:30.3707719Z [00:03:12.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/arrio=>github.com/apache/arrow/go/v15@v15.0.2/arrow/arrio;$WORK/b823=>" -p github.com/apache/arrow/go/v15/arrow/arrio -lang=go1.20 -complete -installsuffix shared -buildid JzHhWndkD3n36XGJ7yzx/JzHhWndkD3n36XGJ7yzx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b823/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/arrio/arrio.go
2025-08-20T22:41:30.3830733Z [00:03:12.035]➜  go tool buildid -w $WORK/b823/_pkg_.a # internal
2025-08-20T22:41:30.3836038Z [00:03:12.036]➜  cp $WORK/b823/_pkg_.a /root/.cache/go-build/08/08125e41ddaea8a0284b37355d275b1f5c8b344c185923d022efa14267b0913e-d # internal
2025-08-20T22:41:30.3838486Z [00:03:12.036]➜  github.com/apache/arrow/go/v15/arrow/internal
2025-08-20T22:41:30.3838923Z [00:03:12.036]➜  mkdir -p $WORK/b824/
2025-08-20T22:41:30.3843274Z [00:03:12.037]➜  cat >/tmp/go-build3998081543/b824/importcfg << 'EOF' # internal
2025-08-20T22:41:30.3845637Z [00:03:12.037]➜  # import config
2025-08-20T22:41:30.3846145Z [00:03:12.037]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:30.3846855Z [00:03:12.037]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/flatbuf=/tmp/go-build3998081543/b811/_pkg_.a
2025-08-20T22:41:30.3847333Z [00:03:12.037]➜  EOF
2025-08-20T22:41:30.3849674Z [00:03:12.037]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal=>github.com/apache/arrow/go/v15@v15.0.2/arrow/internal;$WORK/b824=>" -p github.com/apache/arrow/go/v15/arrow/internal -lang=go1.20 -complete -installsuffix shared -buildid a2wNysNU4vF7x8IjzNwx/a2wNysNU4vF7x8IjzNwx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b824/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/utils.go
2025-08-20T22:41:30.3975836Z [00:03:12.050]➜  go tool buildid -w $WORK/b824/_pkg_.a # internal
2025-08-20T22:41:30.4004898Z [00:03:12.052]➜  cp $WORK/b824/_pkg_.a /root/.cache/go-build/a0/a00deec9ff8d4b0b2b85e168c6e388f65fdd67e02cd7940decde037ba368bf30-d # internal
2025-08-20T22:41:30.4011297Z [00:03:12.052]➜  cloud.google.com/go/bigtable/apiv2/bigtablepb
2025-08-20T22:41:30.4013008Z [00:03:12.052]➜  mkdir -p $WORK/b832/
2025-08-20T22:41:30.4013666Z [00:03:12.052]➜  cat >/tmp/go-build3998081543/b832/importcfg << 'EOF' # internal
2025-08-20T22:41:30.4014083Z [00:03:12.052]➜  # import config
2025-08-20T22:41:30.4014436Z [00:03:12.052]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:30.4015066Z [00:03:12.053]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:41:30.4015979Z [00:03:12.053]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:30.4016703Z [00:03:12.053]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3998081543/b833/_pkg_.a
2025-08-20T22:41:30.4017526Z [00:03:12.053]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:30.4018082Z [00:03:12.053]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:30.4018659Z [00:03:12.053]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:30.4019313Z [00:03:12.053]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:30.4020024Z [00:03:12.053]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:30.4020735Z [00:03:12.053]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:30.4021500Z [00:03:12.053]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:30.4022233Z [00:03:12.053]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:30.4023002Z [00:03:12.053]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.4023422Z [00:03:12.053]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:30.4023729Z [00:03:12.053]➜  EOF
2025-08-20T22:41:30.4027567Z [00:03:12.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b832/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/apiv2/bigtablepb=>cloud.google.com/go/bigtable@v1.37.0/apiv2/bigtablepb;$WORK/b832=>" -p cloud.google.com/go/bigtable/apiv2/bigtablepb -lang=go1.23 -complete -installsuffix shared -buildid Ih-tqxhBfLQ_Fp0a44qY/Ih-tqxhBfLQ_Fp0a44qY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b832/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/apiv2/bigtablepb/bigtable.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/apiv2/bigtablepb/data.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/apiv2/bigtablepb/feature_flags.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/apiv2/bigtablepb/request_stats.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/apiv2/bigtablepb/response_params.pb.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/apiv2/bigtablepb/types.pb.go
2025-08-20T22:41:30.4030968Z [00:03:12.053]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils
2025-08-20T22:41:30.4032856Z [00:03:12.053]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/parquet/internal/utils -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils;$WORK/b418=>" -I $WORK/b418/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b418/bit_packing_neon_arm64.o ./bit_packing_neon_arm64.s
2025-08-20T22:41:30.4109796Z [00:03:12.063]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/parquet/internal/utils -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/utils;$WORK/b418=>" -I $WORK/b418/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b418/unpack_bool_neon_arm64.o ./unpack_bool_neon_arm64.s
2025-08-20T22:41:30.4134256Z [00:03:12.066]➜  go tool pack r $WORK/b418/_pkg_.a $WORK/b418/bit_packing_neon_arm64.o $WORK/b418/unpack_bool_neon_arm64.o # internal
2025-08-20T22:41:30.4138190Z [00:03:12.066]➜  go tool buildid -w $WORK/b418/_pkg_.a # internal
2025-08-20T22:41:30.4172605Z [00:03:12.069]➜  cp $WORK/b418/_pkg_.a /root/.cache/go-build/23/2355089dc8e32f03995279d8b4651ecb3a7422061aa5ac5c8387cca5f8c25fef-d # internal
2025-08-20T22:41:30.4187227Z [00:03:12.070]➜  cloud.google.com/go/bigtable/internal/option
2025-08-20T22:41:30.4187584Z [00:03:12.070]➜  mkdir -p $WORK/b835/
2025-08-20T22:41:30.4187967Z [00:03:12.070]➜  cat >/tmp/go-build3998081543/b835/importcfg << 'EOF' # internal
2025-08-20T22:41:30.4188605Z [00:03:12.070]➜  # import config
2025-08-20T22:41:30.4189067Z [00:03:12.070]➜  packagefile cloud.google.com/go/bigtable/internal=/tmp/go-build3998081543/b834/_pkg_.a
2025-08-20T22:41:30.4189704Z [00:03:12.070]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3998081543/b806/_pkg_.a
2025-08-20T22:41:30.4190233Z [00:03:12.070]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:30.4190653Z [00:03:12.070]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:30.4191176Z [00:03:12.070]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:30.4191758Z [00:03:12.070]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:30.4192382Z [00:03:12.070]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:30.4192981Z [00:03:12.070]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:30.4193774Z [00:03:12.070]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:30.4194260Z [00:03:12.070]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:30.4194567Z [00:03:12.070]➜  EOF
2025-08-20T22:41:30.4194836Z [00:03:12.070]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:30.4197433Z [00:03:12.070]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b835/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/internal/option=>cloud.google.com/go/bigtable@v1.37.0/internal/option;$WORK/b835=>" -p cloud.google.com/go/bigtable/internal/option -lang=go1.23 -complete -installsuffix shared -buildid 4o-AxYRaElejVkycNv_J/4o-AxYRaElejVkycNv_J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b835/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/internal/option/option.go
2025-08-20T22:41:30.4862398Z [00:03:12.139]➜  go tool buildid -w $WORK/b835/_pkg_.a # internal
2025-08-20T22:41:30.4888144Z [00:03:12.141]➜  cp $WORK/b835/_pkg_.a /root/.cache/go-build/f9/f9c4123bb885ce7d5d419f342bb5289a65ebcac437614004b6f0086f0982f8a1-d # internal
2025-08-20T22:41:30.4895050Z [00:03:12.141]➜  github.com/googleapis/gax-go/v2/iterator
2025-08-20T22:41:30.4895653Z [00:03:12.141]➜  mkdir -p $WORK/b838/
2025-08-20T22:41:30.4896104Z [00:03:12.142]➜  cat >/tmp/go-build3998081543/b838/importcfg << 'EOF' # internal
2025-08-20T22:41:30.4896457Z [00:03:12.142]➜  # import config
2025-08-20T22:41:30.4897133Z [00:03:12.142]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:41:30.4897719Z [00:03:12.142]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:30.4898034Z [00:03:12.142]➜  EOF
2025-08-20T22:41:30.4900006Z [00:03:12.142]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/iterator=>github.com/googleapis/gax-go/v2@v2.14.2/iterator;$WORK/b838=>" -p github.com/googleapis/gax-go/v2/iterator -lang=go1.23 -complete -installsuffix shared -buildid NS9GQgeTmwCIoLl23y4o/NS9GQgeTmwCIoLl23y4o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b838/importcfg -pack /root/go/pkg/mod/github.com/googleapis/gax-go/v2@v2.14.2/iterator/iterator.go
2025-08-20T22:41:30.4988804Z [00:03:12.151]➜  go tool buildid -w $WORK/b838/_pkg_.a # internal
2025-08-20T22:41:30.4993554Z [00:03:12.151]➜  cp $WORK/b838/_pkg_.a /root/.cache/go-build/f2/f26ceb0354b3fc8601d32b4bc5eb83d440ec40d3a4082b0940b0a4efe4c54dad-d # internal
2025-08-20T22:41:30.4994195Z [00:03:12.151]➜  cloud.google.com/go/longrunning/autogen
2025-08-20T22:41:30.4994503Z [00:03:12.151]➜  mkdir -p $WORK/b837/
2025-08-20T22:41:30.4994879Z [00:03:12.151]➜  cat >/tmp/go-build3998081543/b837/importcfg << 'EOF' # internal
2025-08-20T22:41:30.4995223Z [00:03:12.151]➜  # import config
2025-08-20T22:41:30.4995804Z [00:03:12.151]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:30.4996444Z [00:03:12.151]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build3998081543/b830/_pkg_.a
2025-08-20T22:41:30.4997288Z [00:03:12.151]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:30.4997706Z [00:03:12.151]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:30.4998225Z [00:03:12.151]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:30.4998866Z [00:03:12.151]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:30.4999582Z [00:03:12.151]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3998081543/b771/_pkg_.a
2025-08-20T22:41:30.5000275Z [00:03:12.151]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3998081543/b838/_pkg_.a
2025-08-20T22:41:30.5000897Z [00:03:12.151]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:30.5001661Z [00:03:12.151]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:41:30.5002241Z [00:03:12.151]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:30.5002891Z [00:03:12.151]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:30.5003551Z [00:03:12.151]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3998081543/b772/_pkg_.a
2025-08-20T22:41:30.5004180Z [00:03:12.151]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:41:30.5004753Z [00:03:12.151]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:30.5005300Z [00:03:12.151]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:30.5006119Z [00:03:12.151]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:30.5006783Z [00:03:12.151]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:30.5007275Z [00:03:12.151]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:30.5007688Z [00:03:12.151]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:30.5008234Z [00:03:12.151]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:30.5008730Z [00:03:12.151]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:30.5009242Z [00:03:12.151]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:30.5009743Z [00:03:12.151]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:30.5010161Z [00:03:12.151]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:30.5010471Z [00:03:12.151]➜  EOF
2025-08-20T22:41:30.5014119Z [00:03:12.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b837/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen=>cloud.google.com/go/longrunning@v0.6.7/autogen;$WORK/b837=>" -p cloud.google.com/go/longrunning/autogen -lang=go1.23 -complete -installsuffix shared -buildid u63l_Mdlz4ymSl2Hwi9h/u63l_Mdlz4ymSl2Hwi9h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b837/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/doc.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/from_conn.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/helpers.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/info.go /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/autogen/operations_client.go
2025-08-20T22:41:30.5606828Z [00:03:12.213]➜  go tool buildid -w $WORK/b821/_pkg_.a # internal
2025-08-20T22:41:30.5662018Z [00:03:12.218]➜  cp $WORK/b821/_pkg_.a /root/.cache/go-build/5c/5c01f7f81c0ddd7c6420447a2706c79037c2ce9f3c2de6aa3f2cce5e408b5b45-d # internal
2025-08-20T22:41:30.5678830Z [00:03:12.220]➜  github.com/apache/arrow/go/v15/arrow/array
2025-08-20T22:41:30.5685961Z [00:03:12.221]➜  mkdir -p $WORK/b817/
2025-08-20T22:41:30.5695966Z [00:03:12.222]➜  cat >/tmp/go-build3998081543/b817/importcfg << 'EOF' # internal
2025-08-20T22:41:30.5700494Z [00:03:12.222]➜  # import config
2025-08-20T22:41:30.5700900Z [00:03:12.222]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:30.5710715Z [00:03:12.222]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:30.5712451Z [00:03:12.222]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:30.5713002Z [00:03:12.222]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:30.5713630Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:30.5714385Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:41:30.5715727Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal128=/tmp/go-build3998081543/b813/_pkg_.a
2025-08-20T22:41:30.5716585Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal256=/tmp/go-build3998081543/b814/_pkg_.a
2025-08-20T22:41:30.5717886Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/arrow/encoded=/tmp/go-build3998081543/b818/_pkg_.a
2025-08-20T22:41:30.5718817Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/arrow/float16=/tmp/go-build3998081543/b815/_pkg_.a
2025-08-20T22:41:30.5720242Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:41:30.5720959Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:41:30.5721662Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/internal/bitutils=/tmp/go-build3998081543/b819/_pkg_.a
2025-08-20T22:41:30.5722389Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/internal/hashing=/tmp/go-build3998081543/b821/_pkg_.a
2025-08-20T22:41:30.5723083Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/internal/json=/tmp/go-build3998081543/b816/_pkg_.a
2025-08-20T22:41:30.5723968Z [00:03:12.222]➜  packagefile github.com/apache/arrow/go/v15/internal/utils=/tmp/go-build3998081543/b820/_pkg_.a
2025-08-20T22:41:30.5724606Z [00:03:12.222]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:41:30.5725150Z [00:03:12.222]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:30.5725834Z [00:03:12.222]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:30.5726263Z [00:03:12.222]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:30.5726704Z [00:03:12.222]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:30.5727145Z [00:03:12.222]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.5727579Z [00:03:12.222]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:30.5728009Z [00:03:12.222]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:30.5728458Z [00:03:12.222]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:30.5728895Z [00:03:12.222]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:30.5729207Z [00:03:12.222]➜  EOF
2025-08-20T22:41:30.5754485Z [00:03:12.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b817/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array=>github.com/apache/arrow/go/v15@v15.0.2/arrow/array;$WORK/b817=>" -p github.com/apache/arrow/go/v15/arrow/array -lang=go1.20 -complete -installsuffix shared -buildid Sq5Fr8gQV_p7v2hZCfNs/Sq5Fr8gQV_p7v2hZCfNs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b817/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/array.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/binary.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/binarybuilder.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/boolean.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/booleanbuilder.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/bufferbuilder.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/bufferbuilder_byte.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/bufferbuilder_numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/builder.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/compare.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/concat.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/data.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/decimal128.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/decimal256.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/dictionary.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/diff.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/encoded.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/extension.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/extension_builder.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/fixed_size_list.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/fixedsize_binary.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/fixedsize_binarybuilder.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/float16.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/float16_builder.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/interval.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/json_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/list.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/map.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/null.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/numericbuilder.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/record.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/string.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/struct.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/table.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/timestamp.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/union.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/array/util.go
2025-08-20T22:41:30.6257021Z [00:03:12.278]➜  go tool buildid -w $WORK/b837/_pkg_.a # internal
2025-08-20T22:41:30.6324143Z [00:03:12.284]➜  cp $WORK/b837/_pkg_.a /root/.cache/go-build/c8/c8e5a0da26de81152e26b72d775245afe786644713d2da45751ea348e8989dfb-d # internal
2025-08-20T22:41:30.6349302Z [00:03:12.285]➜  cloud.google.com/go/longrunning
2025-08-20T22:41:30.6349636Z [00:03:12.287]➜  mkdir -p $WORK/b836/
2025-08-20T22:41:30.6352839Z [00:03:12.288]➜  cat >/tmp/go-build3998081543/b836/importcfg << 'EOF' # internal
2025-08-20T22:41:30.6353761Z [00:03:12.288]➜  # import config
2025-08-20T22:41:30.6356917Z [00:03:12.288]➜  packagefile cloud.google.com/go/longrunning/autogen=/tmp/go-build3998081543/b837/_pkg_.a
2025-08-20T22:41:30.6358044Z [00:03:12.288]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build3998081543/b830/_pkg_.a
2025-08-20T22:41:30.6359419Z [00:03:12.288]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:30.6360310Z [00:03:12.288]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:30.6361170Z [00:03:12.288]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:30.6363246Z [00:03:12.288]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:30.6363962Z [00:03:12.288]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3998081543/b723/_pkg_.a
2025-08-20T22:41:30.6364587Z [00:03:12.288]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:30.6365174Z [00:03:12.288]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:30.6365995Z [00:03:12.288]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3998081543/b484/_pkg_.a
2025-08-20T22:41:30.6366670Z [00:03:12.288]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:30.6367465Z [00:03:12.288]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:30.6367775Z [00:03:12.288]➜  EOF
2025-08-20T22:41:30.6369608Z [00:03:12.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b836/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7=>cloud.google.com/go/longrunning@v0.6.7;$WORK/b836=>" -p cloud.google.com/go/longrunning -lang=go1.23 -complete -installsuffix shared -buildid ider2Qip9s5sIF9bVujB/ider2Qip9s5sIF9bVujB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b836/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/longrunning@v0.6.7/longrunning.go
2025-08-20T22:41:30.7115983Z [00:03:12.364]➜  go tool buildid -w $WORK/b836/_pkg_.a # internal
2025-08-20T22:41:30.7161135Z [00:03:12.368]➜  cp $WORK/b836/_pkg_.a /root/.cache/go-build/c6/c609cbf9b73b9b20c41be1ff18e75f59a6d2b60a679f954f6c288176141cb474-d # internal
2025-08-20T22:41:30.7161947Z [00:03:12.368]➜  google.golang.org/genproto/googleapis/api/distribution
2025-08-20T22:41:30.7162364Z [00:03:12.369]➜  mkdir -p $WORK/b841/
2025-08-20T22:41:30.7172311Z [00:03:12.369]➜  cat >/tmp/go-build3998081543/b841/importcfg << 'EOF' # internal
2025-08-20T22:41:30.7172811Z [00:03:12.369]➜  # import config
2025-08-20T22:41:30.7173535Z [00:03:12.369]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:30.7174308Z [00:03:12.369]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:30.7175122Z [00:03:12.369]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:30.7176011Z [00:03:12.369]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:30.7176589Z [00:03:12.369]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.7177013Z [00:03:12.369]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:30.7177340Z [00:03:12.369]➜  EOF
2025-08-20T22:41:30.7180815Z [00:03:12.370]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b841/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/distribution=>google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/distribution;$WORK/b841=>" -p google.golang.org/genproto/googleapis/api/distribution -lang=go1.23 -complete -installsuffix shared -buildid 7RmqRXx57K9I9ci0ifmY/7RmqRXx57K9I9ci0ifmY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b841/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/distribution/distribution.pb.go
2025-08-20T22:41:30.7831498Z [00:03:12.435]➜  go tool buildid -w $WORK/b841/_pkg_.a # internal
2025-08-20T22:41:30.7852149Z [00:03:12.438]➜  cp $WORK/b841/_pkg_.a /root/.cache/go-build/64/64199be04270edd778930d1af50a01bc1ec09eef8ba008d9794467ecccc71909-d # internal
2025-08-20T22:41:30.7880075Z [00:03:12.440]➜  google.golang.org/genproto/googleapis/api/label
2025-08-20T22:41:30.7887849Z [00:03:12.441]➜  mkdir -p $WORK/b842/
2025-08-20T22:41:30.7897550Z [00:03:12.442]➜  cat >/tmp/go-build3998081543/b842/importcfg << 'EOF' # internal
2025-08-20T22:41:30.7898189Z [00:03:12.442]➜  # import config
2025-08-20T22:41:30.7899520Z [00:03:12.442]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:30.7900520Z [00:03:12.442]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:30.7901543Z [00:03:12.442]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.7902237Z [00:03:12.442]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:30.7902694Z [00:03:12.442]➜  EOF
2025-08-20T22:41:30.7913882Z [00:03:12.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b842/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/label=>google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/label;$WORK/b842=>" -p google.golang.org/genproto/googleapis/api/label -lang=go1.23 -complete -installsuffix shared -buildid LndpHa9Ki3hWaOP9Zfur/LndpHa9Ki3hWaOP9Zfur -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b842/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/label/label.pb.go
2025-08-20T22:41:30.8424077Z [00:03:12.495]➜  go tool buildid -w $WORK/b842/_pkg_.a # internal
2025-08-20T22:41:30.8432357Z [00:03:12.495]➜  cp $WORK/b842/_pkg_.a /root/.cache/go-build/61/618f01d7c4cec748294bfe0e4f52c89ff1ccb857313f05cd88806dbee56ed44a-d # internal
2025-08-20T22:41:30.8435814Z [00:03:12.496]➜  google.golang.org/genproto/googleapis/api/metric
2025-08-20T22:41:30.8436950Z [00:03:12.496]➜  mkdir -p $WORK/b843/
2025-08-20T22:41:30.8438147Z [00:03:12.496]➜  cat >/tmp/go-build3998081543/b843/importcfg << 'EOF' # internal
2025-08-20T22:41:30.8438806Z [00:03:12.496]➜  # import config
2025-08-20T22:41:30.8439807Z [00:03:12.496]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3998081543/b769/_pkg_.a
2025-08-20T22:41:30.8440771Z [00:03:12.496]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3998081543/b842/_pkg_.a
2025-08-20T22:41:30.8441887Z [00:03:12.496]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:30.8443023Z [00:03:12.496]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:30.8444623Z [00:03:12.496]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:30.8445206Z [00:03:12.496]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.8445792Z [00:03:12.496]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:30.8446123Z [00:03:12.496]➜  EOF
2025-08-20T22:41:30.8448583Z [00:03:12.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b843/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/metric=>google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/metric;$WORK/b843=>" -p google.golang.org/genproto/googleapis/api/metric -lang=go1.23 -complete -installsuffix shared -buildid pFtLqSPBfjPaVKv44ENq/pFtLqSPBfjPaVKv44ENq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b843/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/metric/metric.pb.go
2025-08-20T22:41:30.8861190Z [00:03:12.538]➜  go tool buildid -w $WORK/b843/_pkg_.a # internal
2025-08-20T22:41:30.8876562Z [00:03:12.540]➜  cp $WORK/b843/_pkg_.a /root/.cache/go-build/1c/1c044cf8d097e374d58fed50888b7b6e1ebce51577482903a1e7405efb4d6630-d # internal
2025-08-20T22:41:30.8879747Z [00:03:12.540]➜  google.golang.org/protobuf/types/known/structpb
2025-08-20T22:41:30.8880928Z [00:03:12.540]➜  mkdir -p $WORK/b845/
2025-08-20T22:41:30.8884518Z [00:03:12.541]➜  cat >/tmp/go-build3998081543/b845/importcfg << 'EOF' # internal
2025-08-20T22:41:30.8885236Z [00:03:12.541]➜  # import config
2025-08-20T22:41:30.8886943Z [00:03:12.541]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:30.8888102Z [00:03:12.541]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:30.8889259Z [00:03:12.541]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:30.8890524Z [00:03:12.541]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:30.8891770Z [00:03:12.541]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:30.8892843Z [00:03:12.541]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:30.8893799Z [00:03:12.541]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.8894789Z [00:03:12.541]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:30.8895769Z [00:03:12.541]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:30.8896316Z [00:03:12.541]➜  EOF
2025-08-20T22:41:30.8898657Z [00:03:12.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b845/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/structpb=>google.golang.org/protobuf@v1.36.6/types/known/structpb;$WORK/b845=>" -p google.golang.org/protobuf/types/known/structpb -lang=go1.22 -complete -installsuffix shared -buildid FG4qsYidQ8scfj8_qlU2/FG4qsYidQ8scfj8_qlU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b845/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/types/known/structpb/struct.pb.go
2025-08-20T22:41:30.9402599Z [00:03:12.593]➜  go tool buildid -w $WORK/b845/_pkg_.a # internal
2025-08-20T22:41:30.9418224Z [00:03:12.594]➜  cp $WORK/b845/_pkg_.a /root/.cache/go-build/26/268d26750057bce93981a9c3786ced5e0a2bdda727f2ea44a450fd35cb960bc5-d # internal
2025-08-20T22:41:30.9424274Z [00:03:12.595]➜  google.golang.org/genproto/googleapis/api/monitoredres
2025-08-20T22:41:30.9424655Z [00:03:12.595]➜  mkdir -p $WORK/b844/
2025-08-20T22:41:30.9425289Z [00:03:12.595]➜  cat >/tmp/go-build3998081543/b844/importcfg << 'EOF' # internal
2025-08-20T22:41:30.9425852Z [00:03:12.595]➜  # import config
2025-08-20T22:41:30.9426478Z [00:03:12.595]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3998081543/b769/_pkg_.a
2025-08-20T22:41:30.9427279Z [00:03:12.595]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3998081543/b842/_pkg_.a
2025-08-20T22:41:30.9427996Z [00:03:12.595]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:30.9428700Z [00:03:12.595]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:30.9429417Z [00:03:12.595]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:30.9429978Z [00:03:12.595]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.9430404Z [00:03:12.595]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:30.9430717Z [00:03:12.595]➜  EOF
2025-08-20T22:41:30.9433304Z [00:03:12.595]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b844/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/monitoredres=>google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/monitoredres;$WORK/b844=>" -p google.golang.org/genproto/googleapis/api/monitoredres -lang=go1.23 -complete -installsuffix shared -buildid jwmSZsVBia80mmGqk8mM/jwmSZsVBia80mmGqk8mM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b844/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/monitoredres/monitored_resource.pb.go
2025-08-20T22:41:30.9517699Z [00:03:12.604]➜  go tool buildid -w $WORK/b832/_pkg_.a # internal
2025-08-20T22:41:30.9687780Z [00:03:12.619]➜  cp $WORK/b832/_pkg_.a /root/.cache/go-build/cf/cf2548eb4f497efc8227f6e6a7b772fbb47c95fe529004e3ec627bd9349e1f18-d # internal
2025-08-20T22:41:30.9694982Z [00:03:12.619]➜  google.golang.org/genproto/googleapis/type/calendarperiod
2025-08-20T22:41:30.9695498Z [00:03:12.619]➜  mkdir -p $WORK/b846/
2025-08-20T22:41:30.9695959Z [00:03:12.621]➜  cat >/tmp/go-build3998081543/b846/importcfg << 'EOF' # internal
2025-08-20T22:41:30.9696310Z [00:03:12.621]➜  # import config
2025-08-20T22:41:30.9696811Z [00:03:12.621]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:30.9697520Z [00:03:12.621]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:30.9698096Z [00:03:12.621]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.9698526Z [00:03:12.621]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:30.9698836Z [00:03:12.621]➜  EOF
2025-08-20T22:41:30.9701463Z [00:03:12.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b846/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/calendarperiod=>google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/calendarperiod;$WORK/b846=>" -p google.golang.org/genproto/googleapis/type/calendarperiod -lang=go1.23 -complete -installsuffix shared -buildid DjWNS-cpFE58bSW_JMGx/DjWNS-cpFE58bSW_JMGx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b846/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/calendarperiod/calendar_period.pb.go
2025-08-20T22:41:30.9750367Z [00:03:12.627]➜  go tool buildid -w $WORK/b844/_pkg_.a # internal
2025-08-20T22:41:30.9762509Z [00:03:12.628]➜  cp $WORK/b844/_pkg_.a /root/.cache/go-build/a9/a9fa718fc4ee085da94db8e936b318777664940391ebccc43cc74330e3157148-d # internal
2025-08-20T22:41:30.9764309Z [00:03:12.629]➜  google.golang.org/genproto/googleapis/type/timeofday
2025-08-20T22:41:30.9764669Z [00:03:12.629]➜  mkdir -p $WORK/b847/
2025-08-20T22:41:30.9767402Z [00:03:12.629]➜  cat >/tmp/go-build3998081543/b847/importcfg << 'EOF' # internal
2025-08-20T22:41:30.9769838Z [00:03:12.629]➜  # import config
2025-08-20T22:41:30.9770525Z [00:03:12.629]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:30.9771309Z [00:03:12.629]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:30.9771865Z [00:03:12.629]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:30.9772290Z [00:03:12.629]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:30.9772614Z [00:03:12.629]➜  EOF
2025-08-20T22:41:30.9776239Z [00:03:12.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b847/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/timeofday=>google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/timeofday;$WORK/b847=>" -p google.golang.org/genproto/googleapis/type/timeofday -lang=go1.23 -complete -installsuffix shared -buildid mwv--qF9HUAXlr4iS0_A/mwv--qF9HUAXlr4iS0_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b847/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto@v0.0.0-20250505200425-f936aa4a68b2/googleapis/type/timeofday/timeofday.pb.go
2025-08-20T22:41:30.9986609Z [00:03:12.651]➜  go tool buildid -w $WORK/b846/_pkg_.a # internal
2025-08-20T22:41:30.9994307Z [00:03:12.652]➜  cp $WORK/b846/_pkg_.a /root/.cache/go-build/39/39eb786b6a363248fd155e8742af8ca523fdfe0078917ea4ac5877cd90aa2601-d # internal
2025-08-20T22:41:30.9998921Z [00:03:12.652]➜  go.opentelemetry.io/otel/sdk/instrumentation
2025-08-20T22:41:31.0000247Z [00:03:12.652]➜  mkdir -p $WORK/b850/
2025-08-20T22:41:31.0000699Z [00:03:12.652]➜  cat >/tmp/go-build3998081543/b850/importcfg << 'EOF' # internal
2025-08-20T22:41:31.0001207Z [00:03:12.652]➜  # import config
2025-08-20T22:41:31.0001828Z [00:03:12.652]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:31.0002259Z [00:03:12.652]➜  EOF
2025-08-20T22:41:31.0012437Z [00:03:12.653]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b850/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/instrumentation=>go.opentelemetry.io/otel/sdk@v1.35.0/instrumentation;$WORK/b850=>" -p go.opentelemetry.io/otel/sdk/instrumentation -lang=go1.22 -complete -installsuffix shared -buildid eja5ayhs7yZdGE_EteiT/eja5ayhs7yZdGE_EteiT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b850/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/instrumentation/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/instrumentation/library.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/instrumentation/scope.go
2025-08-20T22:41:31.0041143Z [00:03:12.656]➜  go tool buildid -w $WORK/b847/_pkg_.a # internal
2025-08-20T22:41:31.0053661Z [00:03:12.657]➜  cp $WORK/b847/_pkg_.a /root/.cache/go-build/75/7504b34347a4f12e2b3d0e7243630c054185efd27aca595ac5e5d2850276eb86-d # internal
2025-08-20T22:41:31.0068221Z [00:03:12.659]➜  cloud.google.com/go/monitoring/apiv3/v2/monitoringpb
2025-08-20T22:41:31.0070108Z [00:03:12.659]➜  mkdir -p $WORK/b840/
2025-08-20T22:41:31.0072174Z [00:03:12.659]➜  cat >/tmp/go-build3998081543/b840/importcfg << 'EOF' # internal
2025-08-20T22:41:31.0073004Z [00:03:12.659]➜  # import config
2025-08-20T22:41:31.0078935Z [00:03:12.660]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:31.0080202Z [00:03:12.660]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3998081543/b769/_pkg_.a
2025-08-20T22:41:31.0081052Z [00:03:12.660]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:41:31.0081835Z [00:03:12.660]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3998081543/b841/_pkg_.a
2025-08-20T22:41:31.0082857Z [00:03:12.660]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3998081543/b842/_pkg_.a
2025-08-20T22:41:31.0084039Z [00:03:12.660]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3998081543/b843/_pkg_.a
2025-08-20T22:41:31.0085113Z [00:03:12.660]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3998081543/b844/_pkg_.a
2025-08-20T22:41:31.0086688Z [00:03:12.660]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:31.0087649Z [00:03:12.660]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build3998081543/b846/_pkg_.a
2025-08-20T22:41:31.0088806Z [00:03:12.660]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build3998081543/b847/_pkg_.a
2025-08-20T22:41:31.0089705Z [00:03:12.660]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:31.0090468Z [00:03:12.660]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:31.0091252Z [00:03:12.660]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:31.0092076Z [00:03:12.660]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:31.0092966Z [00:03:12.660]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:31.0093981Z [00:03:12.660]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:31.0094876Z [00:03:12.660]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3998081543/b831/_pkg_.a
2025-08-20T22:41:31.0096245Z [00:03:12.660]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3998081543/b798/_pkg_.a
2025-08-20T22:41:31.0097213Z [00:03:12.660]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:31.0098259Z [00:03:12.660]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:31.0099094Z [00:03:12.660]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:31.0099769Z [00:03:12.660]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:31.0100218Z [00:03:12.660]➜  EOF
2025-08-20T22:41:31.0110350Z [00:03:12.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b840/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb=>cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb;$WORK/b840=>" -p cloud.google.com/go/monitoring/apiv3/v2/monitoringpb -lang=go1.23 -complete -installsuffix shared -buildid h-fEDxQsA8RoZVCmeDYp/h-fEDxQsA8RoZVCmeDYp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b840/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/alert.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/alert_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/common.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/dropped_labels.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/group.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/group_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/metric.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/metric_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/mutation_record.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/notification.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/notification_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/query_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/service_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/snooze.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/snooze_service.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/span_context.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/uptime.pb.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/monitoringpb/uptime_service.pb.go
2025-08-20T22:41:31.0249068Z [00:03:12.677]➜  go tool buildid -w $WORK/b850/_pkg_.a # internal
2025-08-20T22:41:31.0264252Z [00:03:12.679]➜  cp $WORK/b850/_pkg_.a /root/.cache/go-build/be/beec2bb8b37dd6f9df3a8c0b6bb9bfbbac4f1f0091783e794307499336fb0290-d # internal
2025-08-20T22:41:31.0265008Z [00:03:12.679]➜  go.opentelemetry.io/otel/sdk/metric/exemplar
2025-08-20T22:41:31.0265433Z [00:03:12.679]➜  mkdir -p $WORK/b851/
2025-08-20T22:41:31.0269853Z [00:03:12.679]➜  cat >/tmp/go-build3998081543/b851/importcfg << 'EOF' # internal
2025-08-20T22:41:31.0270710Z [00:03:12.679]➜  # import config
2025-08-20T22:41:31.0271138Z [00:03:12.679]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:31.0271696Z [00:03:12.679]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:31.0272298Z [00:03:12.679]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:31.0273072Z [00:03:12.679]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:31.0273729Z [00:03:12.679]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:31.0274168Z [00:03:12.679]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:31.0274586Z [00:03:12.679]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:31.0275009Z [00:03:12.679]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:31.0275318Z [00:03:12.679]➜  EOF
2025-08-20T22:41:31.0279869Z [00:03:12.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b851/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar=>go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar;$WORK/b851=>" -p go.opentelemetry.io/otel/sdk/metric/exemplar -lang=go1.22 -complete -installsuffix shared -buildid LqdVDnxeGdQxpWzO6JiV/LqdVDnxeGdQxpWzO6JiV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b851/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar/filter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar/fixed_size_reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar/histogram_reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar/reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar/storage.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar/value.go
2025-08-20T22:41:31.0896266Z [00:03:12.742]➜  go tool buildid -w $WORK/b851/_pkg_.a # internal
2025-08-20T22:41:31.0912906Z [00:03:12.743]➜  cp $WORK/b851/_pkg_.a /root/.cache/go-build/94/94f512fd5102a631e1dc798a1cd1988998b5bc49d715737282867984e51683a3-d # internal
2025-08-20T22:41:31.0913545Z [00:03:12.743]➜  go.opentelemetry.io/otel/sdk/internal/x
2025-08-20T22:41:31.0913904Z [00:03:12.743]➜  mkdir -p $WORK/b857/
2025-08-20T22:41:31.0922260Z [00:03:12.744]➜  cat >/tmp/go-build3998081543/b857/importcfg << 'EOF' # internal
2025-08-20T22:41:31.0922802Z [00:03:12.744]➜  # import config
2025-08-20T22:41:31.0923149Z [00:03:12.744]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:31.0923831Z [00:03:12.744]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:31.0924230Z [00:03:12.744]➜  EOF
2025-08-20T22:41:31.0926522Z [00:03:12.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b857/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/internal/x=>go.opentelemetry.io/otel/sdk@v1.35.0/internal/x;$WORK/b857=>" -p go.opentelemetry.io/otel/sdk/internal/x -lang=go1.22 -complete -installsuffix shared -buildid EdugJ8jdwX-Y0liP6eVg/EdugJ8jdwX-Y0liP6eVg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b857/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/internal/x/x.go
2025-08-20T22:41:31.1091387Z [00:03:12.761]➜  go tool buildid -w $WORK/b857/_pkg_.a # internal
2025-08-20T22:41:31.1096342Z [00:03:12.762]➜  cp $WORK/b857/_pkg_.a /root/.cache/go-build/f6/f6cf9c2013c114a7c59dc36392d19fd7fdcda191ef332538f8411620806ccba2-d # internal
2025-08-20T22:41:31.1100251Z [00:03:12.762]➜  go.opentelemetry.io/otel/sdk/resource
2025-08-20T22:41:31.1100622Z [00:03:12.762]➜  mkdir -p $WORK/b855/
2025-08-20T22:41:31.1105230Z [00:03:12.763]➜  cat >/tmp/go-build3998081543/b855/importcfg << 'EOF' # internal
2025-08-20T22:41:31.1106762Z [00:03:12.763]➜  # import config
2025-08-20T22:41:31.1107131Z [00:03:12.763]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:31.1107565Z [00:03:12.763]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:31.1107993Z [00:03:12.763]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:31.1108406Z [00:03:12.763]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:31.1108879Z [00:03:12.763]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:31.1109831Z [00:03:12.763]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:41:31.1110415Z [00:03:12.763]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:31.1111010Z [00:03:12.763]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build3998081543/b856/_pkg_.a
2025-08-20T22:41:31.1111621Z [00:03:12.763]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build3998081543/b857/_pkg_.a
2025-08-20T22:41:31.1112279Z [00:03:12.763]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3998081543/b750/_pkg_.a
2025-08-20T22:41:31.1112884Z [00:03:12.763]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:41:31.1113342Z [00:03:12.763]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:31.1113756Z [00:03:12.763]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:31.1114175Z [00:03:12.763]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:31.1114585Z [00:03:12.763]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:31.1115032Z [00:03:12.763]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:31.1115643Z [00:03:12.763]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:31.1116083Z [00:03:12.763]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:31.1116517Z [00:03:12.763]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:31.1116934Z [00:03:12.763]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:31.1117240Z [00:03:12.763]➜  EOF
2025-08-20T22:41:31.1124714Z [00:03:12.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b855/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource=>go.opentelemetry.io/otel/sdk@v1.35.0/resource;$WORK/b855=>" -p go.opentelemetry.io/otel/sdk/resource -lang=go1.22 -complete -installsuffix shared -buildid J1xaSFAJyGIkWPaE7d_6/J1xaSFAJyGIkWPaE7d_6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b855/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/auto.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/builtin.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/container.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/host_id.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/host_id_linux.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/host_id_readfile.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/os.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/os_release_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/os_unix.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/process.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk@v1.35.0/resource/resource.go
2025-08-20T22:41:31.2441695Z [00:03:12.896]➜  go tool buildid -w $WORK/b855/_pkg_.a # internal
2025-08-20T22:41:31.2470863Z [00:03:12.899]➜  cp $WORK/b855/_pkg_.a /root/.cache/go-build/f6/f696cde12cdb779ff75c7f0f65cbeae7d28da00aa273e944398f67fe6533e9e7-d # internal
2025-08-20T22:41:31.2473813Z [00:03:12.899]➜  go.opentelemetry.io/otel/sdk/metric/metricdata
2025-08-20T22:41:31.2483492Z [00:03:12.900]➜  mkdir -p $WORK/b854/
2025-08-20T22:41:31.2487034Z [00:03:12.901]➜  cat >/tmp/go-build3998081543/b854/importcfg << 'EOF' # internal
2025-08-20T22:41:31.2487399Z [00:03:12.901]➜  # import config
2025-08-20T22:41:31.2487767Z [00:03:12.901]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:31.2488326Z [00:03:12.901]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:31.2489459Z [00:03:12.901]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3998081543/b850/_pkg_.a
2025-08-20T22:41:31.2490123Z [00:03:12.901]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3998081543/b855/_pkg_.a
2025-08-20T22:41:31.2490660Z [00:03:12.901]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:31.2491080Z [00:03:12.901]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:31.2491388Z [00:03:12.901]➜  EOF
2025-08-20T22:41:31.2497647Z [00:03:12.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b854/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/metricdata=>go.opentelemetry.io/otel/sdk/metric@v1.35.0/metricdata;$WORK/b854=>" -p go.opentelemetry.io/otel/sdk/metric/metricdata -lang=go1.22 -complete -installsuffix shared -buildid pNGhHMeFuJ1rgPAb0Xrf/pNGhHMeFuJ1rgPAb0Xrf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b854/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/metricdata/data.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/metricdata/temporality.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/metricdata/temporality_string.go
2025-08-20T22:41:31.3071076Z [00:03:12.959]➜  go tool buildid -w $WORK/b854/_pkg_.a # internal
2025-08-20T22:41:31.3083419Z [00:03:12.961]➜  cp $WORK/b854/_pkg_.a /root/.cache/go-build/e2/e2f294b0e792dcf6916a4ccf83323950ce5ec6c2b62656ec54a0688f1d64bc0c-d # internal
2025-08-20T22:41:31.3084420Z [00:03:12.961]➜  go.opentelemetry.io/otel/sdk/metric/internal/aggregate
2025-08-20T22:41:31.3084900Z [00:03:12.961]➜  mkdir -p $WORK/b853/
2025-08-20T22:41:31.3086575Z [00:03:12.961]➜  cat >/tmp/go-build3998081543/b853/importcfg << 'EOF' # internal
2025-08-20T22:41:31.3116371Z [00:03:12.961]➜  # import config
2025-08-20T22:41:31.3117417Z [00:03:12.961]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:31.3117941Z [00:03:12.961]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:31.3118449Z [00:03:12.961]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:41:31.3119042Z [00:03:12.961]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:31.3120019Z [00:03:12.961]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3998081543/b851/_pkg_.a
2025-08-20T22:41:31.3120902Z [00:03:12.961]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3998081543/b854/_pkg_.a
2025-08-20T22:41:31.3121520Z [00:03:12.961]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:31.3121940Z [00:03:12.961]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:31.3122352Z [00:03:12.961]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:31.3122765Z [00:03:12.961]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:31.3123186Z [00:03:12.961]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:31.3123494Z [00:03:12.961]➜  EOF
2025-08-20T22:41:31.3129048Z [00:03:12.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b853/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate=>go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate;$WORK/b853=>" -p go.opentelemetry.io/otel/sdk/metric/internal/aggregate -lang=go1.22 -complete -installsuffix shared -buildid NKn2XugicfECxR92iMWH/NKn2XugicfECxR92iMWH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b853/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/aggregate.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/drop.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/exponential_histogram.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/filtered_reservoir.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/histogram.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/lastvalue.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/limit.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/aggregate/sum.go
2025-08-20T22:41:31.3979331Z [00:03:13.050]➜  go tool buildid -w $WORK/b853/_pkg_.a # internal
2025-08-20T22:41:31.3991279Z [00:03:13.051]➜  cp $WORK/b853/_pkg_.a /root/.cache/go-build/eb/ebf3c67fa558dfc963982a255ba7f63db15a8595d1533c886f1850318404647d-d # internal
2025-08-20T22:41:31.3992841Z [00:03:13.052]➜  go.opentelemetry.io/otel/sdk/metric/internal/x
2025-08-20T22:41:31.3993192Z [00:03:13.052]➜  mkdir -p $WORK/b858/
2025-08-20T22:41:31.3996059Z [00:03:13.052]➜  cat >/tmp/go-build3998081543/b858/importcfg << 'EOF' # internal
2025-08-20T22:41:31.3996430Z [00:03:13.052]➜  # import config
2025-08-20T22:41:31.3996778Z [00:03:13.052]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:31.3997193Z [00:03:13.052]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:31.3997626Z [00:03:13.052]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:31.3997945Z [00:03:13.052]➜  EOF
2025-08-20T22:41:31.4001926Z [00:03:13.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b858/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/x=>go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/x;$WORK/b858=>" -p go.opentelemetry.io/otel/sdk/metric/internal/x -lang=go1.22 -complete -installsuffix shared -buildid Gjcc-H4rvNTnBYYxDVbQ/Gjcc-H4rvNTnBYYxDVbQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b858/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/internal/x/x.go
2025-08-20T22:41:31.4234499Z [00:03:13.076]➜  go tool buildid -w $WORK/b858/_pkg_.a # internal
2025-08-20T22:41:31.4250305Z [00:03:13.077]➜  cp $WORK/b858/_pkg_.a /root/.cache/go-build/84/84f38ae987abc30105df798b8b165abc5ffe1cb84d37e87d9195fe083258681f-d # internal
2025-08-20T22:41:31.4253073Z [00:03:13.078]➜  go.opentelemetry.io/otel/sdk/metric
2025-08-20T22:41:31.4254054Z [00:03:13.078]➜  mkdir -p $WORK/b849/
2025-08-20T22:41:31.4266845Z [00:03:13.079]➜  cat >/tmp/go-build3998081543/b849/importcfg << 'EOF' # internal
2025-08-20T22:41:31.4267479Z [00:03:13.079]➜  # import config
2025-08-20T22:41:31.4267961Z [00:03:13.079]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:31.4268428Z [00:03:13.079]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:31.4268857Z [00:03:13.079]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:31.4269283Z [00:03:13.079]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:31.4269789Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:41:31.4270381Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:31.4271026Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3998081543/b745/_pkg_.a
2025-08-20T22:41:31.4271646Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:41:31.4272274Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3998081543/b756/_pkg_.a
2025-08-20T22:41:31.4272908Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3998081543/b760/_pkg_.a
2025-08-20T22:41:31.4273570Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3998081543/b850/_pkg_.a
2025-08-20T22:41:31.4274263Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3998081543/b851/_pkg_.a
2025-08-20T22:41:31.4275235Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build3998081543/b852/_pkg_.a
2025-08-20T22:41:31.4280117Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build3998081543/b853/_pkg_.a
2025-08-20T22:41:31.4280953Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build3998081543/b858/_pkg_.a
2025-08-20T22:41:31.4281660Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3998081543/b854/_pkg_.a
2025-08-20T22:41:31.4282318Z [00:03:13.079]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3998081543/b855/_pkg_.a
2025-08-20T22:41:31.4282822Z [00:03:13.079]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:31.4283228Z [00:03:13.079]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:31.4283655Z [00:03:13.079]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:31.4284100Z [00:03:13.079]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:31.4284521Z [00:03:13.079]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:31.4284947Z [00:03:13.079]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:31.4285508Z [00:03:13.079]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:31.4286028Z [00:03:13.080]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:31.4286469Z [00:03:13.080]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:31.4286810Z [00:03:13.080]➜  EOF
2025-08-20T22:41:31.4293148Z [00:03:13.080]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b849/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0=>go.opentelemetry.io/otel/sdk/metric@v1.35.0;$WORK/b849=>" -p go.opentelemetry.io/otel/sdk/metric -lang=go1.22 -complete -installsuffix shared -buildid 4q3HAM44PN_rYpaGICg6/4q3HAM44PN_rYpaGICg6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b849/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/aggregation.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/cache.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/config.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/env.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exemplar.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/exporter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/instrument.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/instrumentkind_string.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/manual_reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/meter.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/periodic_reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/pipeline.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/provider.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/reader.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/version.go /root/go/pkg/mod/go.opentelemetry.io/otel/sdk/metric@v1.35.0/view.go
2025-08-20T22:41:32.2850881Z [00:03:13.937]➜  go tool buildid -w $WORK/b840/_pkg_.a # internal
2025-08-20T22:41:32.3374662Z [00:03:13.990]➜  cp $WORK/b840/_pkg_.a /root/.cache/go-build/11/11bcce02787cf85346ad5ba1840f899bb21f08175e08789469a6df92e147d998-d # internal
2025-08-20T22:41:32.3392971Z [00:03:13.992]➜  cloud.google.com/go/monitoring/apiv3/v2
2025-08-20T22:41:32.3415082Z [00:03:13.994]➜  mkdir -p $WORK/b839/
2025-08-20T22:41:32.3419751Z [00:03:13.994]➜  cat >/tmp/go-build3998081543/b839/importcfg << 'EOF' # internal
2025-08-20T22:41:32.3422651Z [00:03:13.995]➜  # import config
2025-08-20T22:41:32.3423256Z [00:03:13.995]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3998081543/b840/_pkg_.a
2025-08-20T22:41:32.3424320Z [00:03:13.995]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build3998081543/b848/_pkg_.a
2025-08-20T22:41:32.3424862Z [00:03:13.995]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:32.3425300Z [00:03:13.995]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:32.3426019Z [00:03:13.995]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:32.3426715Z [00:03:13.995]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3998081543/b771/_pkg_.a
2025-08-20T22:41:32.3427409Z [00:03:13.995]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3998081543/b838/_pkg_.a
2025-08-20T22:41:32.3428023Z [00:03:13.995]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:41:32.3428596Z [00:03:13.995]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:32.3429238Z [00:03:13.995]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:32.3429892Z [00:03:13.995]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3998081543/b772/_pkg_.a
2025-08-20T22:41:32.3430577Z [00:03:13.995]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3998081543/b843/_pkg_.a
2025-08-20T22:41:32.3431334Z [00:03:13.995]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3998081543/b844/_pkg_.a
2025-08-20T22:41:32.3431983Z [00:03:13.995]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:32.3432534Z [00:03:13.995]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:32.3433119Z [00:03:13.995]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:32.3433625Z [00:03:13.995]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:32.3434055Z [00:03:13.995]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:32.3434478Z [00:03:13.995]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:32.3435065Z [00:03:13.995]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:32.3435717Z [00:03:13.995]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:32.3436029Z [00:03:13.995]➜  EOF
2025-08-20T22:41:32.3447372Z [00:03:13.995]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b839/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2=>cloud.google.com/go/monitoring@v1.24.2/apiv3/v2;$WORK/b839=>" -p cloud.google.com/go/monitoring/apiv3/v2 -lang=go1.23 -complete -installsuffix shared -buildid OBvXVqqHL0NA5J6SeeJR/OBvXVqqHL0NA5J6SeeJR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b839/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/alert_policy_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/doc.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/group_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/helpers.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/metric_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/notification_channel_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/query_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/service_monitoring_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/snooze_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/uptime_check_client.go /root/go/pkg/mod/cloud.google.com/go/monitoring@v1.24.2/apiv3/v2/version.go
2025-08-20T22:41:32.5384298Z [00:03:14.191]➜  go tool buildid -w $WORK/b849/_pkg_.a # internal
2025-08-20T22:41:32.5522216Z [00:03:14.204]➜  cp $WORK/b849/_pkg_.a /root/.cache/go-build/8c/8cce478279a3185733b88f026d6357131d9962177402731a7c81b6a22808dbe9-d # internal
2025-08-20T22:41:32.5588256Z [00:03:14.211]➜  google.golang.org/api/cloudresourcemanager/v1
2025-08-20T22:41:32.5589712Z [00:03:14.211]➜  mkdir -p $WORK/b859/
2025-08-20T22:41:32.5590110Z [00:03:14.211]➜  cat >/tmp/go-build3998081543/b859/importcfg << 'EOF' # internal
2025-08-20T22:41:32.5590480Z [00:03:14.211]➜  # import config
2025-08-20T22:41:32.5590820Z [00:03:14.211]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:32.5591249Z [00:03:14.211]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:32.5591703Z [00:03:14.211]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:32.5592150Z [00:03:14.211]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:32.5592587Z [00:03:14.211]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:32.5593146Z [00:03:14.211]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:32.5593793Z [00:03:14.211]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:32.5594377Z [00:03:14.211]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:32.5595285Z [00:03:14.211]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3998081543/b721/_pkg_.a
2025-08-20T22:41:32.5596138Z [00:03:14.211]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:32.5596779Z [00:03:14.211]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:32.5597431Z [00:03:14.211]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:41:32.5597948Z [00:03:14.211]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:32.5598370Z [00:03:14.211]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:32.5598806Z [00:03:14.211]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:32.5599361Z [00:03:14.211]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:32.5599861Z [00:03:14.211]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:32.5600295Z [00:03:14.211]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:32.5600615Z [00:03:14.211]➜  EOF
2025-08-20T22:41:32.5604000Z [00:03:14.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b859/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/cloudresourcemanager/v1=>google.golang.org/api@v0.236.0/cloudresourcemanager/v1;$WORK/b859=>" -p google.golang.org/api/cloudresourcemanager/v1 -lang=go1.23 -complete -installsuffix shared -buildid cUgBITKpXzcoAsZQ3GBE/cUgBITKpXzcoAsZQ3GBE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b859/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/cloudresourcemanager/v1/cloudresourcemanager-gen.go
2025-08-20T22:41:33.1167809Z [00:03:14.769]➜  go tool buildid -w $WORK/b859/_pkg_.a # internal
2025-08-20T22:41:33.1319391Z [00:03:14.784]➜  cp $WORK/b859/_pkg_.a /root/.cache/go-build/1c/1c9a9d793b1cac531e4cc0e001282617b6bd0f7fa1f77af9d73ce6adaaab5fe6-d # internal
2025-08-20T22:41:33.1323498Z [00:03:14.785]➜  google.golang.org/grpc/balancer/rls/internal/adaptive
2025-08-20T22:41:33.1326770Z [00:03:14.785]➜  mkdir -p $WORK/b861/
2025-08-20T22:41:33.1329564Z [00:03:14.785]➜  cat >/tmp/go-build3998081543/b861/importcfg << 'EOF' # internal
2025-08-20T22:41:33.1330665Z [00:03:14.785]➜  # import config
2025-08-20T22:41:33.1331277Z [00:03:14.785]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:33.1332102Z [00:03:14.785]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.1333203Z [00:03:14.785]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:33.1334566Z [00:03:14.785]➜  EOF
2025-08-20T22:41:33.1341710Z [00:03:14.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b861/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/internal/adaptive=>google.golang.org/grpc@v1.72.2/balancer/rls/internal/adaptive;$WORK/b861=>" -p google.golang.org/grpc/balancer/rls/internal/adaptive -lang=go1.23 -complete -installsuffix shared -buildid HqbrNl4XPH-zb4FpzPYz/HqbrNl4XPH-zb4FpzPYz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b861/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/internal/adaptive/adaptive.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/internal/adaptive/lookback.go
2025-08-20T22:41:33.1732495Z [00:03:14.825]➜  go tool buildid -w $WORK/b861/_pkg_.a # internal
2025-08-20T22:41:33.1742084Z [00:03:14.826]➜  cp $WORK/b861/_pkg_.a /root/.cache/go-build/d3/d395fd810251c414e6bf6359adaab1037aa35a557c8bd4cf6ea3bfe665d007bf-d # internal
2025-08-20T22:41:33.1742879Z [00:03:14.826]➜  google.golang.org/grpc/internal/proto/grpc_lookup_v1
2025-08-20T22:41:33.1743851Z [00:03:14.827]➜  mkdir -p $WORK/b863/
2025-08-20T22:41:33.1746113Z [00:03:14.827]➜  cat >/tmp/go-build3998081543/b863/importcfg << 'EOF' # internal
2025-08-20T22:41:33.1750044Z [00:03:14.827]➜  # import config
2025-08-20T22:41:33.1750414Z [00:03:14.827]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:33.1751119Z [00:03:14.827]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:33.1751758Z [00:03:14.827]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:33.1752334Z [00:03:14.827]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:33.1752993Z [00:03:14.827]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:33.1753721Z [00:03:14.827]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:33.1754409Z [00:03:14.827]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:33.1755229Z [00:03:14.827]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:33.1760692Z [00:03:14.827]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:33.1761142Z [00:03:14.827]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.1761473Z [00:03:14.827]➜  EOF
2025-08-20T22:41:33.1764292Z [00:03:14.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b863/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/proto/grpc_lookup_v1=>google.golang.org/grpc@v1.72.2/internal/proto/grpc_lookup_v1;$WORK/b863=>" -p google.golang.org/grpc/internal/proto/grpc_lookup_v1 -lang=go1.23 -complete -installsuffix shared -buildid H3JEU8JMw9ktJiipEGFN/H3JEU8JMw9ktJiipEGFN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b863/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/proto/grpc_lookup_v1/rls.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/proto/grpc_lookup_v1/rls_config.pb.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/proto/grpc_lookup_v1/rls_grpc.pb.go
2025-08-20T22:41:33.1767184Z [00:03:14.828]➜  go tool buildid -w $WORK/b839/_pkg_.a # internal
2025-08-20T22:41:33.1944795Z [00:03:14.847]➜  cp $WORK/b839/_pkg_.a /root/.cache/go-build/1a/1a45e5b516e807f9e12df0fb624722eafb976e461815f88d457843e2df617d36-d # internal
2025-08-20T22:41:33.1947963Z [00:03:14.847]➜  google.golang.org/grpc/internal/cache
2025-08-20T22:41:33.1951493Z [00:03:14.847]➜  mkdir -p $WORK/b865/
2025-08-20T22:41:33.1952505Z [00:03:14.847]➜  cat >/tmp/go-build3998081543/b865/importcfg << 'EOF' # internal
2025-08-20T22:41:33.1953183Z [00:03:14.848]➜  # import config
2025-08-20T22:41:33.1953526Z [00:03:14.848]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.1953945Z [00:03:14.848]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:33.1954255Z [00:03:14.848]➜  EOF
2025-08-20T22:41:33.1957308Z [00:03:14.848]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b865/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/cache=>google.golang.org/grpc@v1.72.2/internal/cache;$WORK/b865=>" -p google.golang.org/grpc/internal/cache -lang=go1.23 -complete -installsuffix shared -buildid pG_X10l3l35Gx-omXg62/pG_X10l3l35Gx-omXg62 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b865/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/cache/timeoutCache.go
2025-08-20T22:41:33.2190930Z [00:03:14.871]➜  go tool buildid -w $WORK/b865/_pkg_.a # internal
2025-08-20T22:41:33.2197444Z [00:03:14.872]➜  cp $WORK/b865/_pkg_.a /root/.cache/go-build/8b/8bbdcf1b6bd99bc28bb398b2f7308e94a5e0f8545808b40f364a07ca0ef80f6e-d # internal
2025-08-20T22:41:33.2202351Z [00:03:14.872]➜  google.golang.org/grpc/internal/balancergroup
2025-08-20T22:41:33.2202700Z [00:03:14.873]➜  mkdir -p $WORK/b864/
2025-08-20T22:41:33.2206014Z [00:03:14.873]➜  cat >/tmp/go-build3998081543/b864/importcfg << 'EOF' # internal
2025-08-20T22:41:33.2207027Z [00:03:14.873]➜  # import config
2025-08-20T22:41:33.2208190Z [00:03:14.873]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:33.2209521Z [00:03:14.873]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:33.2210138Z [00:03:14.873]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:33.2210754Z [00:03:14.873]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:33.2211470Z [00:03:14.873]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3998081543/b501/_pkg_.a
2025-08-20T22:41:33.2212191Z [00:03:14.873]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build3998081543/b865/_pkg_.a
2025-08-20T22:41:33.2212830Z [00:03:14.873]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:33.2213586Z [00:03:14.873]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:33.2214297Z [00:03:14.873]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:33.2214815Z [00:03:14.873]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.2215231Z [00:03:14.873]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:33.2215727Z [00:03:14.873]➜  EOF
2025-08-20T22:41:33.2218232Z [00:03:14.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b864/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancergroup=>google.golang.org/grpc@v1.72.2/internal/balancergroup;$WORK/b864=>" -p google.golang.org/grpc/internal/balancergroup -lang=go1.23 -complete -installsuffix shared -buildid yW3CqMYBVrDyUqMatuZ1/yW3CqMYBVrDyUqMatuZ1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b864/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancergroup/balancergroup.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancergroup/balancerstateaggregator.go
2025-08-20T22:41:33.2691643Z [00:03:14.921]➜  go tool buildid -w $WORK/b864/_pkg_.a # internal
2025-08-20T22:41:33.2703219Z [00:03:14.923]➜  cp $WORK/b864/_pkg_.a /root/.cache/go-build/7d/7d1faf38f0073a06b315036c58cf651b36fc2111566900f0fc8d2aeb00bc52ac-d # internal
2025-08-20T22:41:33.2902601Z [00:03:14.943]➜  github.com/cncf/xds/go/udpa/annotations
2025-08-20T22:41:33.2902999Z [00:03:14.943]➜  mkdir -p $WORK/b869/
2025-08-20T22:41:33.2908627Z [00:03:14.943]➜  cat >/tmp/go-build3998081543/b869/importcfg << 'EOF' # internal
2025-08-20T22:41:33.2909847Z [00:03:14.943]➜  # import config
2025-08-20T22:41:33.2910254Z [00:03:14.943]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:33.2910679Z [00:03:14.943]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:33.2911094Z [00:03:14.943]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:33.2911685Z [00:03:14.943]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:33.2912400Z [00:03:14.943]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:33.2913099Z [00:03:14.943]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3998081543/b539/_pkg_.a
2025-08-20T22:41:33.2913790Z [00:03:14.943]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:33.2914368Z [00:03:14.943]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:33.2914797Z [00:03:14.943]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:33.2915236Z [00:03:14.943]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:33.2915829Z [00:03:14.943]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:33.2916260Z [00:03:14.943]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:33.2916676Z [00:03:14.943]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:33.2917089Z [00:03:14.943]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:33.2917704Z [00:03:14.943]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.2918189Z [00:03:14.943]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:33.2918628Z [00:03:14.943]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:33.2918964Z [00:03:14.943]➜  EOF
2025-08-20T22:41:33.2925136Z [00:03:14.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations=>github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations;$WORK/b869=>" -p github.com/cncf/xds/go/udpa/annotations -lang=go1.19 -complete -installsuffix shared -buildid VIhy6jzHQsd9SYzzYrH7/VIhy6jzHQsd9SYzzYrH7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b869/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/migrate.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/migrate.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/security.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/security.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/sensitive.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/sensitive.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/status.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/status.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/versioning.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/annotations/versioning.pb.validate.go
2025-08-20T22:41:33.3497815Z [00:03:15.002]➜  go tool buildid -w $WORK/b863/_pkg_.a # internal
2025-08-20T22:41:33.3554512Z [00:03:15.008]➜  cp $WORK/b863/_pkg_.a /root/.cache/go-build/cf/cfc784b5618da72d770dc14997d02657f5a5d214197592fb3cb93ee1d601ead2-d # internal
2025-08-20T22:41:33.3555224Z [00:03:15.008]➜  google.golang.org/grpc/balancer/rls/internal/keys
2025-08-20T22:41:33.3558793Z [00:03:15.008]➜  mkdir -p $WORK/b862/
2025-08-20T22:41:33.3563280Z [00:03:15.009]➜  cat >/tmp/go-build3998081543/b862/importcfg << 'EOF' # internal
2025-08-20T22:41:33.3564125Z [00:03:15.009]➜  # import config
2025-08-20T22:41:33.3564482Z [00:03:15.009]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:33.3564902Z [00:03:15.009]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:33.3565661Z [00:03:15.009]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3998081543/b863/_pkg_.a
2025-08-20T22:41:33.3566394Z [00:03:15.009]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:33.3566902Z [00:03:15.009]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:33.3567327Z [00:03:15.009]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:33.3567653Z [00:03:15.009]➜  EOF
2025-08-20T22:41:33.3582464Z [00:03:15.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b862/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/internal/keys=>google.golang.org/grpc@v1.72.2/balancer/rls/internal/keys;$WORK/b862=>" -p google.golang.org/grpc/balancer/rls/internal/keys -lang=go1.23 -complete -installsuffix shared -buildid rpb4Idh4CRri_HMB2fcA/rpb4Idh4CRri_HMB2fcA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b862/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/internal/keys/builder.go
2025-08-20T22:41:33.4182400Z [00:03:15.070]➜  go tool buildid -w $WORK/b869/_pkg_.a # internal
2025-08-20T22:41:33.4204972Z [00:03:15.073]➜  cp $WORK/b869/_pkg_.a /root/.cache/go-build/a4/a4d7171bd6b824e79e170165437de78b4311406db172cd9e24ec41c6c941d722-d # internal
2025-08-20T22:41:33.4207617Z [00:03:15.073]➜  github.com/cncf/xds/go/xds/annotations/v3
2025-08-20T22:41:33.4207964Z [00:03:15.073]➜  mkdir -p $WORK/b870/
2025-08-20T22:41:33.4212949Z [00:03:15.074]➜  cat >/tmp/go-build3998081543/b870/importcfg << 'EOF' # internal
2025-08-20T22:41:33.4213369Z [00:03:15.074]➜  # import config
2025-08-20T22:41:33.4213734Z [00:03:15.074]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:33.4214170Z [00:03:15.074]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:33.4214586Z [00:03:15.074]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:33.4215528Z [00:03:15.074]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:33.4216347Z [00:03:15.074]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:33.4217061Z [00:03:15.074]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3998081543/b539/_pkg_.a
2025-08-20T22:41:33.4217754Z [00:03:15.074]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:33.4218289Z [00:03:15.074]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:33.4218713Z [00:03:15.074]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:33.4219353Z [00:03:15.074]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:33.4219780Z [00:03:15.074]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:33.4220203Z [00:03:15.074]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:33.4220645Z [00:03:15.074]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:33.4221063Z [00:03:15.074]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:33.4221486Z [00:03:15.074]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.4221899Z [00:03:15.074]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:33.4222335Z [00:03:15.074]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:33.4222699Z [00:03:15.074]➜  EOF
2025-08-20T22:41:33.4229106Z [00:03:15.074]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b870/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3=>github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3;$WORK/b870=>" -p github.com/cncf/xds/go/xds/annotations/v3 -lang=go1.19 -complete -installsuffix shared -buildid NfNBmGcWw6-j8Jm4eA7v/NfNBmGcWw6-j8Jm4eA7v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b870/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/migrate.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/migrate.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/security.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/security.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/sensitive.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/sensitive.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/status.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/status.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/versioning.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/annotations/v3/versioning.pb.validate.go
2025-08-20T22:41:33.4357421Z [00:03:15.088]➜  go tool buildid -w $WORK/b862/_pkg_.a # internal
2025-08-20T22:41:33.4367741Z [00:03:15.089]➜  cp $WORK/b862/_pkg_.a /root/.cache/go-build/d6/d68e27c6a339af8d3c8daaca8dd1c1a38c9ebd1a72338a6a0fdc5cf71b680e8f-d # internal
2025-08-20T22:41:33.4380875Z [00:03:15.090]➜  google.golang.org/grpc/balancer/rls
2025-08-20T22:41:33.4385123Z [00:03:15.091]➜  mkdir -p $WORK/b860/
2025-08-20T22:41:33.4386057Z [00:03:15.091]➜  cat >/tmp/go-build3998081543/b860/importcfg << 'EOF' # internal
2025-08-20T22:41:33.4406685Z [00:03:15.091]➜  # import config
2025-08-20T22:41:33.4407305Z [00:03:15.091]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:33.4408711Z [00:03:15.091]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:33.4409267Z [00:03:15.091]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:33.4409723Z [00:03:15.091]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:33.4410171Z [00:03:15.091]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:33.4410591Z [00:03:15.091]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:33.4411064Z [00:03:15.091]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:33.4411595Z [00:03:15.091]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:33.4412156Z [00:03:15.091]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:33.4413141Z [00:03:15.091]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:33.4413848Z [00:03:15.091]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build3998081543/b861/_pkg_.a
2025-08-20T22:41:33.4414609Z [00:03:15.091]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build3998081543/b862/_pkg_.a
2025-08-20T22:41:33.4415308Z [00:03:15.091]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:33.4416082Z [00:03:15.091]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:33.4416736Z [00:03:15.091]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3998081543/b495/_pkg_.a
2025-08-20T22:41:33.4417407Z [00:03:15.091]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:33.4418223Z [00:03:15.091]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:33.4418817Z [00:03:15.091]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:33.4419438Z [00:03:15.091]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:33.4420117Z [00:03:15.091]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3998081543/b864/_pkg_.a
2025-08-20T22:41:33.4420788Z [00:03:15.091]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3998081543/b512/_pkg_.a
2025-08-20T22:41:33.4421430Z [00:03:15.091]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:33.4422078Z [00:03:15.091]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:33.4422720Z [00:03:15.091]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:33.4423423Z [00:03:15.091]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3998081543/b863/_pkg_.a
2025-08-20T22:41:33.4424080Z [00:03:15.091]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:33.4424778Z [00:03:15.091]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:33.4427593Z [00:03:15.091]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:33.4428395Z [00:03:15.091]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:33.4429100Z [00:03:15.091]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:33.4429819Z [00:03:15.091]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:33.4430395Z [00:03:15.091]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:33.4430834Z [00:03:15.091]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:33.4431261Z [00:03:15.091]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.4431698Z [00:03:15.091]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:33.4432139Z [00:03:15.091]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:33.4432446Z [00:03:15.091]➜  EOF
2025-08-20T22:41:33.4435814Z [00:03:15.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b860/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls=>google.golang.org/grpc@v1.72.2/balancer/rls;$WORK/b860=>" -p google.golang.org/grpc/balancer/rls -lang=go1.23 -complete -installsuffix shared -buildid ATctlZwrRB6Iex5RuQ08/ATctlZwrRB6Iex5RuQ08 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b860/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/cache.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/child_policy.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/control_channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/rls/picker.go
2025-08-20T22:41:33.5635921Z [00:03:15.216]➜  go tool buildid -w $WORK/b870/_pkg_.a # internal
2025-08-20T22:41:33.5664746Z [00:03:15.219]➜  cp $WORK/b870/_pkg_.a /root/.cache/go-build/10/10b25052c5beafdbaab72f61b71350c6ebd47f8fc71aede5abedce7891b26a4a-d # internal
2025-08-20T22:41:33.5667875Z [00:03:15.219]➜  github.com/envoyproxy/protoc-gen-validate/validate
2025-08-20T22:41:33.5670920Z [00:03:15.219]➜  mkdir -p $WORK/b872/
2025-08-20T22:41:33.5675181Z [00:03:15.220]➜  cat >/tmp/go-build3998081543/b872/importcfg << 'EOF' # internal
2025-08-20T22:41:33.5679667Z [00:03:15.220]➜  # import config
2025-08-20T22:41:33.5680184Z [00:03:15.220]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:33.5681199Z [00:03:15.220]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:33.5681911Z [00:03:15.220]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3998081543/b539/_pkg_.a
2025-08-20T22:41:33.5682633Z [00:03:15.220]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:33.5683376Z [00:03:15.220]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:33.5683955Z [00:03:15.220]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:33.5684375Z [00:03:15.220]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.5684681Z [00:03:15.220]➜  EOF
2025-08-20T22:41:33.5710492Z [00:03:15.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/protoc-gen-validate@v1.2.1/validate=>github.com/envoyproxy/protoc-gen-validate@v1.2.1/validate;$WORK/b872=>" -p github.com/envoyproxy/protoc-gen-validate/validate -lang=go1.21 -complete -installsuffix shared -buildid Li2CSk0w9uPyblMcYWKr/Li2CSk0w9uPyblMcYWKr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b872/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/protoc-gen-validate@v1.2.1/validate/validate.pb.go
2025-08-20T22:41:33.6488257Z [00:03:15.299]➜  go tool buildid -w $WORK/b860/_pkg_.a # internal
2025-08-20T22:41:33.6491937Z [00:03:15.301]➜  cp $WORK/b860/_pkg_.a /root/.cache/go-build/3e/3e49c6c14112cf682aa875e52dcca861f6169c727232c3b42f81fb1c02b86173-d # internal
2025-08-20T22:41:33.6492984Z [00:03:15.301]➜  github.com/envoyproxy/go-control-plane/envoy/annotations
2025-08-20T22:41:33.6493742Z [00:03:15.301]➜  mkdir -p $WORK/b873/
2025-08-20T22:41:33.6494335Z [00:03:15.301]➜  cat >/tmp/go-build3998081543/b873/importcfg << 'EOF' # internal
2025-08-20T22:41:33.6495125Z [00:03:15.301]➜  # import config
2025-08-20T22:41:33.6495862Z [00:03:15.301]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:33.6496507Z [00:03:15.301]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:33.6497136Z [00:03:15.301]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:33.6498207Z [00:03:15.301]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:33.6499163Z [00:03:15.301]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:33.6500098Z [00:03:15.301]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3998081543/b539/_pkg_.a
2025-08-20T22:41:33.6501135Z [00:03:15.301]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:33.6502061Z [00:03:15.301]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:33.6503462Z [00:03:15.301]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:33.6503900Z [00:03:15.301]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:33.6504330Z [00:03:15.301]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:33.6504765Z [00:03:15.301]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:33.6505182Z [00:03:15.301]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:33.6505771Z [00:03:15.301]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:33.6506196Z [00:03:15.301]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.6506603Z [00:03:15.301]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:33.6507044Z [00:03:15.301]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:33.6507381Z [00:03:15.301]➜  EOF
2025-08-20T22:41:33.6511054Z [00:03:15.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/annotations=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/annotations;$WORK/b873=>" -p github.com/envoyproxy/go-control-plane/envoy/annotations -lang=go1.22 -complete -installsuffix shared -buildid BXIo_5dG4VZPkZY70aGO/BXIo_5dG4VZPkZY70aGO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b873/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/annotations/deprecation.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/annotations/deprecation.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/annotations/resource.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/annotations/resource.pb.validate.go
2025-08-20T22:41:33.7061375Z [00:03:15.358]➜  go tool buildid -w $WORK/b873/_pkg_.a # internal
2025-08-20T22:41:33.7072878Z [00:03:15.360]➜  cp $WORK/b873/_pkg_.a /root/.cache/go-build/b5/b5fe11438d89bb38aaebd44890256e2487118e338cfebdbcbf37267d1750c39a-d # internal
2025-08-20T22:41:33.7080818Z [00:03:15.360]➜  github.com/go-jose/go-jose/v4/cipher
2025-08-20T22:41:33.7083885Z [00:03:15.360]➜  mkdir -p $WORK/b879/
2025-08-20T22:41:33.7094797Z [00:03:15.362]➜  cat >/tmp/go-build3998081543/b879/importcfg << 'EOF' # internal
2025-08-20T22:41:33.7097199Z [00:03:15.362]➜  # import config
2025-08-20T22:41:33.7097569Z [00:03:15.362]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:33.7098247Z [00:03:15.362]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:33.7098764Z [00:03:15.362]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:33.7099232Z [00:03:15.362]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:33.7099710Z [00:03:15.362]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:33.7100198Z [00:03:15.362]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:33.7100670Z [00:03:15.362]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:33.7101137Z [00:03:15.362]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:33.7101607Z [00:03:15.362]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:33.7102084Z [00:03:15.362]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:33.7102545Z [00:03:15.362]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:33.7102963Z [00:03:15.362]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:33.7103370Z [00:03:15.362]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:33.7103672Z [00:03:15.362]➜  EOF
2025-08-20T22:41:33.7106463Z [00:03:15.362]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher=>github.com/go-jose/go-jose/v4@v4.0.5/cipher;$WORK/b879=>" -p github.com/go-jose/go-jose/v4/cipher -lang=go1.21 -complete -installsuffix shared -buildid 3E_UngACr2z8_o-n4lQJ/3E_UngACr2z8_o-n4lQJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b879/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher/cbc_hmac.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher/concat_kdf.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher/ecdh_es.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/cipher/key_wrap.go
2025-08-20T22:41:33.7249602Z [00:03:15.377]➜  go tool buildid -w $WORK/b872/_pkg_.a # internal
2025-08-20T22:41:33.7314292Z [00:03:15.384]➜  cp $WORK/b872/_pkg_.a /root/.cache/go-build/47/4762887067685d1a7f9577b5c8f961b44a621079ed9cddd57d2099aa6e484194-d # internal
2025-08-20T22:41:33.7330731Z [00:03:15.385]➜  github.com/cncf/xds/go/xds/core/v3
2025-08-20T22:41:33.7334630Z [00:03:15.385]➜  mkdir -p $WORK/b871/
2025-08-20T22:41:33.7335067Z [00:03:15.385]➜  cat >/tmp/go-build3998081543/b871/importcfg << 'EOF' # internal
2025-08-20T22:41:33.7335628Z [00:03:15.385]➜  # import config
2025-08-20T22:41:33.7335992Z [00:03:15.385]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:33.7336419Z [00:03:15.385]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:33.7336850Z [00:03:15.385]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:33.7337403Z [00:03:15.385]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3998081543/b870/_pkg_.a
2025-08-20T22:41:33.7338127Z [00:03:15.385]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:33.7338857Z [00:03:15.385]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:33.7339577Z [00:03:15.385]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:33.7340287Z [00:03:15.385]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:33.7341001Z [00:03:15.385]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:33.7341884Z [00:03:15.385]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:33.7342355Z [00:03:15.385]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:33.7342788Z [00:03:15.385]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:33.7343333Z [00:03:15.385]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:33.7343825Z [00:03:15.385]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:33.7344246Z [00:03:15.385]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:33.7344665Z [00:03:15.385]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:33.7345094Z [00:03:15.385]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.7345689Z [00:03:15.385]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:33.7346147Z [00:03:15.385]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:33.7346481Z [00:03:15.385]➜  EOF
2025-08-20T22:41:33.7354771Z [00:03:15.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3=>github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3;$WORK/b871=>" -p github.com/cncf/xds/go/xds/core/v3 -lang=go1.19 -complete -installsuffix shared -buildid 1rsUptyvt__A0N43StMe/1rsUptyvt__A0N43StMe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b871/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/authority.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/authority.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/cidr.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/cidr.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/collection_entry.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/collection_entry.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/context_params.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/context_params.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/extension.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/extension.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/resource.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/resource.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/resource_locator.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/resource_locator.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/resource_name.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/core/v3/resource_name.pb.validate.go
2025-08-20T22:41:33.7703514Z [00:03:15.422]➜  go tool buildid -w $WORK/b879/_pkg_.a # internal
2025-08-20T22:41:33.7709549Z [00:03:15.423]➜  cp $WORK/b879/_pkg_.a /root/.cache/go-build/5a/5af6b1c72786b40ee2222095da6a7b8a6f3f2e8c54a91f6ab9016429514b2d97-d # internal
2025-08-20T22:41:33.7713939Z [00:03:15.424]➜  github.com/envoyproxy/go-control-plane/envoy/type/v3
2025-08-20T22:41:33.7723187Z [00:03:15.425]➜  mkdir -p $WORK/b875/
2025-08-20T22:41:33.7733104Z [00:03:15.425]➜  cat >/tmp/go-build3998081543/b875/importcfg << 'EOF' # internal
2025-08-20T22:41:33.7733520Z [00:03:15.425]➜  # import config
2025-08-20T22:41:33.7733866Z [00:03:15.425]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:33.7734318Z [00:03:15.425]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:33.7735030Z [00:03:15.425]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:33.7736035Z [00:03:15.425]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:33.7736969Z [00:03:15.425]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3998081543/b870/_pkg_.a
2025-08-20T22:41:33.7738299Z [00:03:15.425]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:33.7739671Z [00:03:15.425]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:33.7740463Z [00:03:15.425]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:33.7741168Z [00:03:15.425]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:33.7741894Z [00:03:15.425]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:33.7742627Z [00:03:15.425]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:33.7743196Z [00:03:15.425]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:33.7743620Z [00:03:15.425]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:33.7744054Z [00:03:15.425]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:33.7744480Z [00:03:15.425]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:33.7744904Z [00:03:15.425]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:33.7746169Z [00:03:15.425]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:33.7746598Z [00:03:15.425]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:33.7747015Z [00:03:15.425]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.7747429Z [00:03:15.425]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:33.7747870Z [00:03:15.425]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:33.7748202Z [00:03:15.425]➜  EOF
2025-08-20T22:41:33.7757314Z [00:03:15.425]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3;$WORK/b875=>" -p github.com/envoyproxy/go-control-plane/envoy/type/v3 -lang=go1.22 -complete -installsuffix shared -buildid iiVhrj0QoxPwuqD0eBXE/iiVhrj0QoxPwuqD0eBXE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b875/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/hash_policy.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/hash_policy.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/http.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/http.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/http_status.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/http_status.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/percent.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/percent.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/range.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/range.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/ratelimit_strategy.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/ratelimit_strategy.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/ratelimit_unit.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/ratelimit_unit.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/semantic_version.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/semantic_version.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/token_bucket.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/v3/token_bucket.pb.validate.go
2025-08-20T22:41:33.9392806Z [00:03:15.592]➜  go tool buildid -w $WORK/b871/_pkg_.a # internal
2025-08-20T22:41:33.9428462Z [00:03:15.595]➜  cp $WORK/b871/_pkg_.a /root/.cache/go-build/4f/4fc03dfb2e40e428ea45b509c2f58e22c0bc1dd89d90aea7b78ed2650c4b42a5-d # internal
2025-08-20T22:41:33.9429219Z [00:03:15.595]➜  github.com/go-jose/go-jose/v4/json
2025-08-20T22:41:33.9429532Z [00:03:15.595]➜  mkdir -p $WORK/b880/
2025-08-20T22:41:33.9431599Z [00:03:15.596]➜  cat >/tmp/go-build3998081543/b880/importcfg << 'EOF' # internal
2025-08-20T22:41:33.9432524Z [00:03:15.596]➜  # import config
2025-08-20T22:41:33.9433467Z [00:03:15.596]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:33.9434146Z [00:03:15.596]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:33.9435806Z [00:03:15.596]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:33.9436276Z [00:03:15.596]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:33.9436699Z [00:03:15.596]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:33.9437103Z [00:03:15.596]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:33.9437930Z [00:03:15.596]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:33.9438356Z [00:03:15.596]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:33.9438783Z [00:03:15.596]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:33.9439208Z [00:03:15.596]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:33.9439631Z [00:03:15.596]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:33.9440064Z [00:03:15.596]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:33.9440482Z [00:03:15.596]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:33.9440900Z [00:03:15.596]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:33.9441349Z [00:03:15.596]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:33.9441813Z [00:03:15.596]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:33.9442159Z [00:03:15.596]➜  EOF
2025-08-20T22:41:33.9445172Z [00:03:15.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json=>github.com/go-jose/go-jose/v4@v4.0.5/json;$WORK/b880=>" -p github.com/go-jose/go-jose/v4/json -lang=go1.21 -complete -installsuffix shared -buildid VGUZAISXpyFHL2gDzyvl/VGUZAISXpyFHL2gDzyvl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b880/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/decode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/encode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/indent.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/scanner.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/stream.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/json/tags.go
2025-08-20T22:41:34.0362519Z [00:03:15.688]➜  go tool buildid -w $WORK/b817/_pkg_.a # internal
2025-08-20T22:41:34.0989600Z [00:03:15.751]➜  go tool buildid -w $WORK/b875/_pkg_.a # internal
2025-08-20T22:41:34.1038092Z [00:03:15.756]➜  cp $WORK/b875/_pkg_.a /root/.cache/go-build/c3/c329cf5211f983bc41886ee080211786533b0993c4791ed3bc6a36b1cce1b738-d # internal
2025-08-20T22:41:34.1045238Z [00:03:15.757]➜  github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3
2025-08-20T22:41:34.1045843Z [00:03:15.757]➜  mkdir -p $WORK/b874/
2025-08-20T22:41:34.1050166Z [00:03:15.757]➜  cat >/tmp/go-build3998081543/b874/importcfg << 'EOF' # internal
2025-08-20T22:41:34.1051876Z [00:03:15.757]➜  # import config
2025-08-20T22:41:34.1053437Z [00:03:15.757]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:34.1054452Z [00:03:15.757]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.1054883Z [00:03:15.757]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.1055520Z [00:03:15.757]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:34.1056250Z [00:03:15.757]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3998081543/b871/_pkg_.a
2025-08-20T22:41:34.1056955Z [00:03:15.757]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:34.1057722Z [00:03:15.757]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:34.1058467Z [00:03:15.757]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:34.1059199Z [00:03:15.757]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:34.1059904Z [00:03:15.757]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:34.1060608Z [00:03:15.757]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:34.1061647Z [00:03:15.757]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:34.1062210Z [00:03:15.757]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:34.1062632Z [00:03:15.757]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:34.1063067Z [00:03:15.757]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:34.1063496Z [00:03:15.757]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:34.1063925Z [00:03:15.757]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:34.1064337Z [00:03:15.757]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:34.1064756Z [00:03:15.757]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:34.1065176Z [00:03:15.757]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:34.1067173Z [00:03:15.757]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:34.1067641Z [00:03:15.757]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:34.1068111Z [00:03:15.757]➜  EOF
2025-08-20T22:41:34.1109946Z [00:03:15.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3;$WORK/b874=>" -p github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid ZIfSKgx_TjPQ3lDJIiWQ/ZIfSKgx_TjPQ3lDJIiWQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b874/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/address.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/address.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/filter_state.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/filter_state.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/http_inputs.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/http_inputs.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/metadata.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/metadata.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/node.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/node.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/number.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/number.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/path.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/path.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/regex.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/regex.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/status_code_input.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/status_code_input.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/string.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/string.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/struct.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/struct.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/value.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/matcher/v3/value.pb.validate.go
2025-08-20T22:41:34.1121166Z [00:03:15.760]➜  cp $WORK/b817/_pkg_.a /root/.cache/go-build/65/651d851ca7bc813201b2362eaeffded39425a07aa179fc99ab4b1d056db1022a-d # internal
2025-08-20T22:41:34.1121835Z [00:03:15.760]➜  github.com/apache/arrow/go/v15/arrow/internal/dictutils
2025-08-20T22:41:34.1122193Z [00:03:15.760]➜  mkdir -p $WORK/b825/
2025-08-20T22:41:34.1122572Z [00:03:15.760]➜  cat >/tmp/go-build3998081543/b825/importcfg << 'EOF' # internal
2025-08-20T22:41:34.1122918Z [00:03:15.760]➜  # import config
2025-08-20T22:41:34.1123257Z [00:03:15.760]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.1123676Z [00:03:15.760]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.1124203Z [00:03:15.760]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:34.1124871Z [00:03:15.760]➜  packagefile github.com/apache/arrow/go/v15/arrow/array=/tmp/go-build3998081543/b817/_pkg_.a
2025-08-20T22:41:34.1125670Z [00:03:15.760]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:41:34.1126305Z [00:03:15.760]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:41:34.1126644Z [00:03:15.760]➜  EOF
2025-08-20T22:41:34.1128853Z [00:03:15.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b825/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/dictutils=>github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/dictutils;$WORK/b825=>" -p github.com/apache/arrow/go/v15/arrow/internal/dictutils -lang=go1.20 -complete -installsuffix shared -buildid M7PQaRVMcC1yKzAVNpZ4/M7PQaRVMcC1yKzAVNpZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b825/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/internal/dictutils/dict.go
2025-08-20T22:41:34.1570891Z [00:03:15.809]➜  go tool buildid -w $WORK/b825/_pkg_.a # internal
2025-08-20T22:41:34.1582062Z [00:03:15.810]➜  cp $WORK/b825/_pkg_.a /root/.cache/go-build/38/3835daff8580e96101f8da2a8ebbbc3858d42ef93a422ad715c7cc3885452451-d # internal
2025-08-20T22:41:34.1589064Z [00:03:15.811]➜  github.com/apache/arrow/go/v15/arrow/ipc
2025-08-20T22:41:34.1589654Z [00:03:15.811]➜  mkdir -p $WORK/b822/
2025-08-20T22:41:34.1592919Z [00:03:15.811]➜  cat >/tmp/go-build3998081543/b822/importcfg << 'EOF' # internal
2025-08-20T22:41:34.1595858Z [00:03:15.811]➜  # import config
2025-08-20T22:41:34.1598597Z [00:03:15.811]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:34.1600528Z [00:03:15.811]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:34.1601485Z [00:03:15.811]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:34.1602484Z [00:03:15.811]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.1603091Z [00:03:15.811]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.1603694Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:34.1604525Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow/array=/tmp/go-build3998081543/b817/_pkg_.a
2025-08-20T22:41:34.1606720Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow/arrio=/tmp/go-build3998081543/b823/_pkg_.a
2025-08-20T22:41:34.1607505Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:41:34.1610996Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow/endian=/tmp/go-build3998081543/b809/_pkg_.a
2025-08-20T22:41:34.1611698Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal=/tmp/go-build3998081543/b824/_pkg_.a
2025-08-20T22:41:34.1612423Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:41:34.1613628Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/dictutils=/tmp/go-build3998081543/b825/_pkg_.a
2025-08-20T22:41:34.1614401Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/flatbuf=/tmp/go-build3998081543/b811/_pkg_.a
2025-08-20T22:41:34.1615130Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:41:34.1616011Z [00:03:15.811]➜  packagefile github.com/apache/arrow/go/v15/internal/utils=/tmp/go-build3998081543/b820/_pkg_.a
2025-08-20T22:41:34.1616666Z [00:03:15.811]➜  packagefile github.com/google/flatbuffers/go=/tmp/go-build3998081543/b355/_pkg_.a
2025-08-20T22:41:34.1617277Z [00:03:15.811]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:41:34.1617863Z [00:03:15.811]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3998081543/b405/_pkg_.a
2025-08-20T22:41:34.1618342Z [00:03:15.811]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:34.1618757Z [00:03:15.811]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:34.1619183Z [00:03:15.811]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:34.1619615Z [00:03:15.811]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:34.1620028Z [00:03:15.811]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:34.1620465Z [00:03:15.811]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:34.1620799Z [00:03:15.811]➜  EOF
2025-08-20T22:41:34.1621085Z [00:03:15.812]➜  go tool buildid -w $WORK/b880/_pkg_.a # internal
2025-08-20T22:41:34.1635694Z [00:03:15.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc=>github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc;$WORK/b822=>" -p github.com/apache/arrow/go/v15/arrow/ipc -lang=go1.20 -complete -installsuffix shared -buildid iVgNH2vi5mepTHjzX2Gp/iVgNH2vi5mepTHjzX2Gp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b822/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc/compression.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc/endian_swap.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc/file_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc/file_writer.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc/ipc.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc/message.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc/metadata.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc/reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/ipc/writer.go
2025-08-20T22:41:34.1639943Z [00:03:15.815]➜  cp $WORK/b880/_pkg_.a /root/.cache/go-build/e5/e5d12493e0d7be70150b12102e0900f4583bb2b5652447e3a8a966b7640f9929-d # internal
2025-08-20T22:41:34.1640512Z [00:03:15.815]➜  github.com/go-jose/go-jose/v4
2025-08-20T22:41:34.1640802Z [00:03:15.815]➜  mkdir -p $WORK/b878/
2025-08-20T22:41:34.1641175Z [00:03:15.815]➜  cat >/tmp/go-build3998081543/b878/importcfg << 'EOF' # internal
2025-08-20T22:41:34.1641521Z [00:03:15.815]➜  # import config
2025-08-20T22:41:34.1641858Z [00:03:15.815]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:34.1642314Z [00:03:15.815]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:41:34.1642763Z [00:03:15.815]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:34.1643201Z [00:03:15.815]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:41:34.1643667Z [00:03:15.815]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:34.1644134Z [00:03:15.815]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:34.1644841Z [00:03:15.815]➜  packagefile crypto/ed25519=/tmp/go-build3998081543/b147/_pkg_.a
2025-08-20T22:41:34.1645641Z [00:03:15.815]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:34.1646175Z [00:03:15.815]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:34.1646640Z [00:03:15.815]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:34.1647101Z [00:03:15.815]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:34.1647560Z [00:03:15.815]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:34.1648024Z [00:03:15.815]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:34.1648494Z [00:03:15.815]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:34.1648962Z [00:03:15.815]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:34.1649420Z [00:03:15.815]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:34.1649904Z [00:03:15.815]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:34.1650385Z [00:03:15.815]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:34.1650858Z [00:03:15.815]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:34.1651307Z [00:03:15.815]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.1651723Z [00:03:15.815]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.1652247Z [00:03:15.815]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build3998081543/b879/_pkg_.a
2025-08-20T22:41:34.1652852Z [00:03:15.815]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build3998081543/b880/_pkg_.a
2025-08-20T22:41:34.1653436Z [00:03:15.815]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3998081543/b285/_pkg_.a
2025-08-20T22:41:34.1653920Z [00:03:15.815]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:34.1654336Z [00:03:15.815]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:34.1654753Z [00:03:15.815]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:34.1655188Z [00:03:15.815]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:34.1666573Z [00:03:15.815]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:34.1667119Z [00:03:15.815]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:34.1667663Z [00:03:15.815]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:34.1668076Z [00:03:15.815]➜  EOF
2025-08-20T22:41:34.1671987Z [00:03:15.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5=>github.com/go-jose/go-jose/v4@v4.0.5;$WORK/b878=>" -p github.com/go-jose/go-jose/v4 -lang=go1.21 -complete -installsuffix shared -buildid WfhkwH2KBzxeX59--lYZ/WfhkwH2KBzxeX59--lYZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b878/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/asymmetric.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/crypter.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/encoding.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/jwe.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/jwk.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/jws.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/opaque.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/shared.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/signing.go /root/go/pkg/mod/github.com/go-jose/go-jose/v4@v4.0.5/symmetric.go
2025-08-20T22:41:34.4498854Z [00:03:16.100]➜  go tool buildid -w $WORK/b375/_pkg_.a # internal
2025-08-20T22:41:34.4591807Z [00:03:16.111]➜  go tool buildid -w $WORK/b878/_pkg_.a # internal
2025-08-20T22:41:34.4672151Z [00:03:16.119]➜  cp $WORK/b878/_pkg_.a /root/.cache/go-build/a1/a15d56e7c1a544ba90cd7fb0816b9d741539a6a7f319daa01c2b10dbdf00dae8-d # internal
2025-08-20T22:41:34.4674233Z [00:03:16.120]➜  github.com/spiffe/go-spiffe/v2/internal/cryptoutil
2025-08-20T22:41:34.4675319Z [00:03:16.120]➜  mkdir -p $WORK/b883/
2025-08-20T22:41:34.4676036Z [00:03:16.120]➜  cat >/tmp/go-build3998081543/b883/importcfg << 'EOF' # internal
2025-08-20T22:41:34.4676490Z [00:03:16.120]➜  # import config
2025-08-20T22:41:34.4677023Z [00:03:16.120]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:34.4677579Z [00:03:16.120]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:34.4678918Z [00:03:16.120]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:34.4679398Z [00:03:16.120]➜  packagefile crypto/ed25519=/tmp/go-build3998081543/b147/_pkg_.a
2025-08-20T22:41:34.4679862Z [00:03:16.120]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:34.4680321Z [00:03:16.120]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.4680631Z [00:03:16.120]➜  EOF
2025-08-20T22:41:34.4682747Z [00:03:16.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b883/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/cryptoutil=>github.com/spiffe/go-spiffe/v2@v2.5.0/internal/cryptoutil;$WORK/b883=>" -p github.com/spiffe/go-spiffe/v2/internal/cryptoutil -lang=go1.22 -complete -installsuffix shared -buildid o9x9tKKk3HJQ47snDuTc/o9x9tKKk3HJQ47snDuTc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b883/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/cryptoutil/keys.go
2025-08-20T22:41:34.4972167Z [00:03:16.149]➜  go tool buildid -w $WORK/b883/_pkg_.a # internal
2025-08-20T22:41:34.4973851Z [00:03:16.149]➜  cp $WORK/b883/_pkg_.a /root/.cache/go-build/db/dbc2ef6c189769f55bd666cda7bf5613bdd9827d25a5e9383a3e7f891818f11c-d # internal
2025-08-20T22:41:34.4974512Z [00:03:16.150]➜  github.com/spiffe/go-spiffe/v2/internal/jwtutil
2025-08-20T22:41:34.4974900Z [00:03:16.150]➜  mkdir -p $WORK/b882/
2025-08-20T22:41:34.4975273Z [00:03:16.150]➜  cat >/tmp/go-build3998081543/b882/importcfg << 'EOF' # internal
2025-08-20T22:41:34.4975774Z [00:03:16.150]➜  # import config
2025-08-20T22:41:34.4976409Z [00:03:16.150]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:34.4977062Z [00:03:16.150]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build3998081543/b883/_pkg_.a
2025-08-20T22:41:34.4977520Z [00:03:16.150]➜  EOF
2025-08-20T22:41:34.4979698Z [00:03:16.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/jwtutil=>github.com/spiffe/go-spiffe/v2@v2.5.0/internal/jwtutil;$WORK/b882=>" -p github.com/spiffe/go-spiffe/v2/internal/jwtutil -lang=go1.22 -complete -installsuffix shared -buildid 0S9QqjmtAWDm6VswU9mM/0S9QqjmtAWDm6VswU9mM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b882/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/jwtutil/util.go
2025-08-20T22:41:34.5069579Z [00:03:16.159]➜  go tool buildid -w $WORK/b882/_pkg_.a # internal
2025-08-20T22:41:34.5074495Z [00:03:16.160]➜  cp $WORK/b882/_pkg_.a /root/.cache/go-build/eb/eb1884adcd343aef2e7779c48e21f56050d44a918fc6b2425a4606a6f32a9049-d # internal
2025-08-20T22:41:34.5080328Z [00:03:16.160]➜  github.com/spiffe/go-spiffe/v2/spiffeid
2025-08-20T22:41:34.5082126Z [00:03:16.160]➜  mkdir -p $WORK/b884/
2025-08-20T22:41:34.5082552Z [00:03:16.160]➜  cat >/tmp/go-build3998081543/b884/importcfg << 'EOF' # internal
2025-08-20T22:41:34.5082907Z [00:03:16.160]➜  # import config
2025-08-20T22:41:34.5083250Z [00:03:16.160]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.5083665Z [00:03:16.160]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.5084086Z [00:03:16.160]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:34.5084880Z [00:03:16.160]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:34.5085200Z [00:03:16.160]➜  EOF
2025-08-20T22:41:34.5089151Z [00:03:16.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/spiffeid=>github.com/spiffe/go-spiffe/v2@v2.5.0/spiffeid;$WORK/b884=>" -p github.com/spiffe/go-spiffe/v2/spiffeid -lang=go1.22 -complete -installsuffix shared -buildid AWNBq9oLH0tQbEU9rKZ_/AWNBq9oLH0tQbEU9rKZ_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b884/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/spiffeid/charset_backcompat_deny.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/spiffeid/errors.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/spiffeid/id.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/spiffeid/match.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/spiffeid/path.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/spiffeid/require.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/spiffeid/trustdomain.go
2025-08-20T22:41:34.5449480Z [00:03:16.197]➜  cp $WORK/b375/_pkg_.a /root/.cache/go-build/f5/f58866f683e193d1118eba3a571a338eaeda9b9cd7d4fab49c63bca045934c4e-d # internal
2025-08-20T22:41:34.5457760Z [00:03:16.198]➜  github.com/apache/arrow-go/v18/arrow/extensions
2025-08-20T22:41:34.5460912Z [00:03:16.198]➜  mkdir -p $WORK/b381/
2025-08-20T22:41:34.5470697Z [00:03:16.199]➜  cat >/tmp/go-build3998081543/b381/importcfg << 'EOF' # internal
2025-08-20T22:41:34.5473960Z [00:03:16.199]➜  # import config
2025-08-20T22:41:34.5475054Z [00:03:16.199]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:34.5475957Z [00:03:16.199]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:34.5477093Z [00:03:16.199]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.5477968Z [00:03:16.199]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:34.5478869Z [00:03:16.199]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:34.5479683Z [00:03:16.199]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:34.5481075Z [00:03:16.199]➜  packagefile github.com/apache/arrow-go/v18/internal/json=/tmp/go-build3998081543/b362/_pkg_.a
2025-08-20T22:41:34.5482791Z [00:03:16.199]➜  packagefile github.com/apache/arrow-go/v18/parquet/schema=/tmp/go-build3998081543/b382/_pkg_.a
2025-08-20T22:41:34.5483723Z [00:03:16.199]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:34.5484990Z [00:03:16.199]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:34.5485651Z [00:03:16.199]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:34.5486143Z [00:03:16.199]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:34.5486838Z [00:03:16.199]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:34.5487158Z [00:03:16.199]➜  EOF
2025-08-20T22:41:34.5490745Z [00:03:16.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/extensions=>github.com/apache/arrow-go/v18@v18.3.0/arrow/extensions;$WORK/b381=>" -p github.com/apache/arrow-go/v18/arrow/extensions -lang=go1.23 -complete -installsuffix shared -buildid kt5E_tAAceWtXMSytTp-/kt5E_tAAceWtXMSytTp- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b381/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/extensions/bool8.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/extensions/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/extensions/extensions.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/extensions/json.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/extensions/opaque.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/extensions/uuid.go
2025-08-20T22:41:34.5761310Z [00:03:16.228]➜  go tool buildid -w $WORK/b874/_pkg_.a # internal
2025-08-20T22:41:34.5809658Z [00:03:16.232]➜  go tool buildid -w $WORK/b884/_pkg_.a # internal
2025-08-20T22:41:34.5816154Z [00:03:16.234]➜  cp $WORK/b884/_pkg_.a /root/.cache/go-build/50/501e835479aedf0b88589af605a549b6bb45d8609bdac22544b1bc7d570f9a0e-d # internal
2025-08-20T22:41:34.5817835Z [00:03:16.234]➜  github.com/apache/arrow-go/v18/arrow/internal/dictutils
2025-08-20T22:41:34.5818752Z [00:03:16.234]➜  mkdir -p $WORK/b413/
2025-08-20T22:41:34.5821879Z [00:03:16.234]➜  cat >/tmp/go-build3998081543/b413/importcfg << 'EOF' # internal
2025-08-20T22:41:34.5822875Z [00:03:16.234]➜  # import config
2025-08-20T22:41:34.5823420Z [00:03:16.234]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.5824223Z [00:03:16.234]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.5825051Z [00:03:16.234]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:34.5826030Z [00:03:16.234]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:34.5827320Z [00:03:16.234]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:34.5829768Z [00:03:16.234]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:41:34.5830113Z [00:03:16.234]➜  EOF
2025-08-20T22:41:34.5835299Z [00:03:16.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/dictutils=>github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/dictutils;$WORK/b413=>" -p github.com/apache/arrow-go/v18/arrow/internal/dictutils -lang=go1.23 -complete -installsuffix shared -buildid rMh1K_-sufIf6hQwxbSE/rMh1K_-sufIf6hQwxbSE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b413/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/internal/dictutils/dict.go
2025-08-20T22:41:34.5837766Z [00:03:16.235]➜  cp $WORK/b874/_pkg_.a /root/.cache/go-build/f5/f5ac0e9839762e169fa36ca80bb01b93c78e03549b8913076d8517c2216e7b32-d # internal
2025-08-20T22:41:34.5838537Z [00:03:16.235]➜  github.com/apache/arrow-go/v18/parquet/internal/encoding
2025-08-20T22:41:34.5838999Z [00:03:16.235]➜  mkdir -p $WORK/b417/
2025-08-20T22:41:34.5839401Z [00:03:16.236]➜  cat >/tmp/go-build3998081543/b417/importcfg << 'EOF' # internal
2025-08-20T22:41:34.5839747Z [00:03:16.236]➜  # import config
2025-08-20T22:41:34.5840082Z [00:03:16.236]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:34.5840535Z [00:03:16.236]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:34.5840987Z [00:03:16.236]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.5841412Z [00:03:16.236]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.5842183Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:34.5842829Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:34.5843510Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:34.5844186Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/arrow/endian=/tmp/go-build3998081543/b352/_pkg_.a
2025-08-20T22:41:34.5844855Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:34.5845921Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/internal/bitutils=/tmp/go-build3998081543/b377/_pkg_.a
2025-08-20T22:41:34.5846697Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/internal/hashing=/tmp/go-build3998081543/b379/_pkg_.a
2025-08-20T22:41:34.5847622Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:34.5848281Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:41:34.5848995Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/debug=/tmp/go-build3998081543/b387/_pkg_.a
2025-08-20T22:41:34.5849783Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet=/tmp/go-build3998081543/b388/_pkg_.a
2025-08-20T22:41:34.5850560Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/utils=/tmp/go-build3998081543/b418/_pkg_.a
2025-08-20T22:41:34.5851272Z [00:03:16.236]➜  packagefile github.com/apache/arrow-go/v18/parquet/schema=/tmp/go-build3998081543/b382/_pkg_.a
2025-08-20T22:41:34.5851868Z [00:03:16.236]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:34.5852337Z [00:03:16.236]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:34.5852742Z [00:03:16.236]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:34.5853170Z [00:03:16.236]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:34.5853610Z [00:03:16.236]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:34.5854033Z [00:03:16.236]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:34.5854338Z [00:03:16.236]➜  EOF
2025-08-20T22:41:34.5864447Z [00:03:16.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding=>github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding;$WORK/b417=>" -p github.com/apache/arrow-go/v18/parquet/internal/encoding -lang=go1.23 -complete -installsuffix shared -buildid gQy1BT0uXQYOYKvlEEVc/gQy1BT0uXQYOYKvlEEVc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b417/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/boolean_decoder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/boolean_encoder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/byte_array_decoder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/byte_array_encoder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/byte_stream_split.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/decoder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/delta_bit_packing.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/delta_byte_array.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/delta_length_byte_array.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/encoder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/fixed_len_byte_array_decoder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/fixed_len_byte_array_encoder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/levels.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/memo_table.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/memo_table_types.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/plain_encoder_types.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/typed_encoder.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/internal/encoding/types.go
2025-08-20T22:41:34.6008229Z [00:03:16.253]➜  go tool buildid -w $WORK/b822/_pkg_.a # internal
2025-08-20T22:41:34.6130122Z [00:03:16.265]➜  cp $WORK/b822/_pkg_.a /root/.cache/go-build/db/dba6555257441e6aef94972456731f6deaac72d15055837cd10726d94b512660-d # internal
2025-08-20T22:41:34.6133215Z [00:03:16.266]➜  github.com/apache/arrow-go/v18/arrow/scalar
2025-08-20T22:41:34.6135066Z [00:03:16.266]➜  mkdir -p $WORK/b427/
2025-08-20T22:41:34.6141070Z [00:03:16.266]➜  cat >/tmp/go-build3998081543/b427/importcfg << 'EOF' # internal
2025-08-20T22:41:34.6141650Z [00:03:16.266]➜  # import config
2025-08-20T22:41:34.6142171Z [00:03:16.266]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:34.6143181Z [00:03:16.266]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:34.6144865Z [00:03:16.266]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.6145947Z [00:03:16.266]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.6147001Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:34.6148264Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:34.6149445Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:34.6150696Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:41:34.6151825Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal256=/tmp/go-build3998081543/b360/_pkg_.a
2025-08-20T22:41:34.6153256Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow/encoded=/tmp/go-build3998081543/b376/_pkg_.a
2025-08-20T22:41:34.6154597Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow/endian=/tmp/go-build3998081543/b352/_pkg_.a
2025-08-20T22:41:34.6155896Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow/float16=/tmp/go-build3998081543/b361/_pkg_.a
2025-08-20T22:41:34.6157457Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:34.6158191Z [00:03:16.266]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:34.6158815Z [00:03:16.266]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:41:34.6159551Z [00:03:16.266]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:34.6160151Z [00:03:16.266]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:41:34.6160599Z [00:03:16.266]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:34.6161024Z [00:03:16.266]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:34.6161466Z [00:03:16.266]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:34.6161898Z [00:03:16.266]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:34.6162326Z [00:03:16.266]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:34.6162999Z [00:03:16.266]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:34.6163426Z [00:03:16.266]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:34.6163867Z [00:03:16.266]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:34.6164210Z [00:03:16.266]➜  EOF
2025-08-20T22:41:34.6170375Z [00:03:16.267]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar=>github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar;$WORK/b427=>" -p github.com/apache/arrow-go/v18/arrow/scalar -lang=go1.23 -complete -installsuffix shared -buildid ajSto1iFRG503G_J2qRv/ajSto1iFRG503G_J2qRv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b427/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar/append.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar/binary.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar/compare.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar/nested.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar/numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar/parse.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar/scalar.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/scalar/temporal.go
2025-08-20T22:41:34.6359434Z [00:03:16.285]➜  go tool buildid -w $WORK/b413/_pkg_.a # internal
2025-08-20T22:41:34.6365845Z [00:03:16.288]➜  cp $WORK/b413/_pkg_.a /root/.cache/go-build/be/beb26e8d135c01fcd767a3c3ec676adcaaf0d01424f7c232f7eb6b82bba391a9-d # internal
2025-08-20T22:41:34.6366521Z [00:03:16.288]➜  github.com/apache/arrow-go/v18/arrow/ipc
2025-08-20T22:41:34.6366845Z [00:03:16.288]➜  mkdir -p $WORK/b410/
2025-08-20T22:41:34.6367222Z [00:03:16.288]➜  cat >/tmp/go-build3998081543/b410/importcfg << 'EOF' # internal
2025-08-20T22:41:34.6367593Z [00:03:16.288]➜  # import config
2025-08-20T22:41:34.6367931Z [00:03:16.288]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:34.6368358Z [00:03:16.288]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:34.6368823Z [00:03:16.288]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:34.6369276Z [00:03:16.288]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.6369691Z [00:03:16.288]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.6370509Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:34.6371239Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:34.6371908Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow/arrio=/tmp/go-build3998081543/b411/_pkg_.a
2025-08-20T22:41:34.6372592Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:34.6373275Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow/endian=/tmp/go-build3998081543/b352/_pkg_.a
2025-08-20T22:41:34.6374066Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal=/tmp/go-build3998081543/b412/_pkg_.a
2025-08-20T22:41:34.6374860Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:34.6375876Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/dictutils=/tmp/go-build3998081543/b413/_pkg_.a
2025-08-20T22:41:34.6376691Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/flatbuf=/tmp/go-build3998081543/b354/_pkg_.a
2025-08-20T22:41:34.6377428Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:34.6378105Z [00:03:16.288]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:34.6378975Z [00:03:16.288]➜  packagefile github.com/google/flatbuffers/go=/tmp/go-build3998081543/b355/_pkg_.a
2025-08-20T22:41:34.6379584Z [00:03:16.288]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:41:34.6380175Z [00:03:16.288]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3998081543/b405/_pkg_.a
2025-08-20T22:41:34.6380641Z [00:03:16.288]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:34.6381051Z [00:03:16.288]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:34.6381471Z [00:03:16.288]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:34.6381896Z [00:03:16.288]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:34.6382306Z [00:03:16.288]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:34.6382743Z [00:03:16.288]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:34.6383269Z [00:03:16.288]➜  EOF
2025-08-20T22:41:34.6388129Z [00:03:16.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc=>github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc;$WORK/b410=>" -p github.com/apache/arrow-go/v18/arrow/ipc -lang=go1.23 -complete -installsuffix shared -buildid I7VZnK9Rg13KQoZm9M5U/I7VZnK9Rg13KQoZm9M5U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b410/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc/compression.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc/endian_swap.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc/file_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc/file_writer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc/ipc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc/message.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc/metadata.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc/reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/ipc/writer.go
2025-08-20T22:41:34.7208264Z [00:03:16.373]➜  go tool buildid -w $WORK/b381/_pkg_.a # internal
2025-08-20T22:41:34.7263070Z [00:03:16.378]➜  cp $WORK/b381/_pkg_.a /root/.cache/go-build/c7/c7c5d01e620d6c7dd827692f1afe593a524d773cbba411a7a3aa8091dcf1db3b-d # internal
2025-08-20T22:41:34.7282009Z [00:03:16.380]➜  cloud.google.com/go/bigquery
2025-08-20T22:41:34.7293163Z [00:03:16.381]➜  mkdir -p $WORK/b763/
2025-08-20T22:41:34.7293637Z [00:03:16.381]➜  cat >/tmp/go-build3998081543/b763/importcfg << 'EOF' # internal
2025-08-20T22:41:34.7293988Z [00:03:16.381]➜  # import config
2025-08-20T22:41:34.7294337Z [00:03:16.381]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:34.7295144Z [00:03:16.381]➜  packagefile cloud.google.com/go/bigquery/internal=/tmp/go-build3998081543/b764/_pkg_.a
2025-08-20T22:41:34.7296175Z [00:03:16.381]➜  packagefile cloud.google.com/go/bigquery/internal/query=/tmp/go-build3998081543/b765/_pkg_.a
2025-08-20T22:41:34.7296939Z [00:03:16.381]➜  packagefile cloud.google.com/go/bigquery/storage/apiv1=/tmp/go-build3998081543/b766/_pkg_.a
2025-08-20T22:41:34.7298395Z [00:03:16.381]➜  packagefile cloud.google.com/go/bigquery/storage/apiv1/storagepb=/tmp/go-build3998081543/b767/_pkg_.a
2025-08-20T22:41:34.7300242Z [00:03:16.381]➜  packagefile cloud.google.com/go/civil=/tmp/go-build3998081543/b794/_pkg_.a
2025-08-20T22:41:34.7301248Z [00:03:16.381]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3998081543/b795/_pkg_.a
2025-08-20T22:41:34.7302255Z [00:03:16.381]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3998081543/b796/_pkg_.a
2025-08-20T22:41:34.7303110Z [00:03:16.381]➜  packagefile cloud.google.com/go/internal=/tmp/go-build3998081543/b799/_pkg_.a
2025-08-20T22:41:34.7304067Z [00:03:16.381]➜  packagefile cloud.google.com/go/internal/detect=/tmp/go-build3998081543/b800/_pkg_.a
2025-08-20T22:41:34.7305180Z [00:03:16.381]➜  packagefile cloud.google.com/go/internal/fields=/tmp/go-build3998081543/b802/_pkg_.a
2025-08-20T22:41:34.7306235Z [00:03:16.381]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3998081543/b803/_pkg_.a
2025-08-20T22:41:34.7307314Z [00:03:16.381]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3998081543/b804/_pkg_.a
2025-08-20T22:41:34.7308251Z [00:03:16.381]➜  packagefile cloud.google.com/go/internal/uid=/tmp/go-build3998081543/b805/_pkg_.a
2025-08-20T22:41:34.7309778Z [00:03:16.381]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3998081543/b806/_pkg_.a
2025-08-20T22:41:34.7311431Z [00:03:16.381]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:34.7311902Z [00:03:16.381]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:34.7312382Z [00:03:16.381]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:34.7313143Z [00:03:16.381]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:34.7313567Z [00:03:16.381]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:34.7314087Z [00:03:16.381]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:41:34.7314747Z [00:03:16.381]➜  packagefile github.com/apache/arrow/go/v15/arrow/array=/tmp/go-build3998081543/b817/_pkg_.a
2025-08-20T22:41:34.7315566Z [00:03:16.381]➜  packagefile github.com/apache/arrow/go/v15/arrow/ipc=/tmp/go-build3998081543/b822/_pkg_.a
2025-08-20T22:41:34.7316300Z [00:03:16.381]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:41:34.7316934Z [00:03:16.381]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:34.7317515Z [00:03:16.381]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3998081543/b782/_pkg_.a
2025-08-20T22:41:34.7318114Z [00:03:16.381]➜  packagefile google.golang.org/api/bigquery/v2=/tmp/go-build3998081543/b826/_pkg_.a
2025-08-20T22:41:34.7318708Z [00:03:16.381]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:34.7319427Z [00:03:16.381]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:41:34.7320065Z [00:03:16.381]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:34.7320782Z [00:03:16.381]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:34.7321451Z [00:03:16.381]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:34.7322008Z [00:03:16.381]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:34.7322580Z [00:03:16.381]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:34.7323074Z [00:03:16.381]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:34.7323479Z [00:03:16.381]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:34.7323906Z [00:03:16.381]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:34.7324349Z [00:03:16.381]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:34.7324789Z [00:03:16.381]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:34.7325226Z [00:03:16.381]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:34.7325924Z [00:03:16.381]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:34.7326345Z [00:03:16.381]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:34.7326771Z [00:03:16.381]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:34.7327193Z [00:03:16.381]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:34.7327839Z [00:03:16.381]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:34.7328267Z [00:03:16.381]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:34.7328684Z [00:03:16.381]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:34.7329125Z [00:03:16.381]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:34.7329555Z [00:03:16.381]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:34.7329995Z [00:03:16.381]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:34.7330330Z [00:03:16.381]➜  EOF
2025-08-20T22:41:34.7339011Z [00:03:16.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b763/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0=>cloud.google.com/go/bigquery@v1.69.0;$WORK/b763=>" -p cloud.google.com/go/bigquery -lang=go1.23 -complete -installsuffix shared -buildid XQnwjLk2CQM-gCcomWFg/XQnwjLk2CQM-gCcomWFg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b763/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/arrow.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/bigquery.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/copy.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/dataset.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/doc.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/error.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/external.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/extract.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/file.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/gcs.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/iam.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/inserter.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/intervalvalue.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/iterator.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/job.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/load.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/model.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/nulls.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/options.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/params.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/query.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/random.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/rangevalue.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/routine.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/schema.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/standardsql.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage_client.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/storage_iterator.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/table.go /root/go/pkg/mod/cloud.google.com/go/bigquery@v1.69.0/value.go
2025-08-20T22:41:35.1283152Z [00:03:16.780]➜  go tool buildid -w $WORK/b410/_pkg_.a # internal
2025-08-20T22:41:35.1415978Z [00:03:16.794]➜  cp $WORK/b410/_pkg_.a /root/.cache/go-build/96/96df36f532409e6c0c96e0861cb8f54d3f1d11716a9f3cf4d99302877ccf46c3-d # internal
2025-08-20T22:41:35.1436837Z [00:03:16.794]➜  github.com/apache/arrow-go/v18/arrow/flight
2025-08-20T22:41:35.1437242Z [00:03:16.794]➜  mkdir -p $WORK/b432/
2025-08-20T22:41:35.1437636Z [00:03:16.794]➜  cat >/tmp/go-build3998081543/b432/importcfg << 'EOF' # internal
2025-08-20T22:41:35.1437984Z [00:03:16.794]➜  # import config
2025-08-20T22:41:35.1438339Z [00:03:16.794]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:35.1438766Z [00:03:16.794]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:35.1439226Z [00:03:16.794]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:35.1439681Z [00:03:16.794]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:35.1440100Z [00:03:16.794]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:35.1440976Z [00:03:16.794]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:35.1441626Z [00:03:16.794]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:35.1442297Z [00:03:16.794]➜  packagefile github.com/apache/arrow-go/v18/arrow/arrio=/tmp/go-build3998081543/b411/_pkg_.a
2025-08-20T22:41:35.1443020Z [00:03:16.794]➜  packagefile github.com/apache/arrow-go/v18/arrow/flight/gen/flight=/tmp/go-build3998081543/b433/_pkg_.a
2025-08-20T22:41:35.1443767Z [00:03:16.794]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:35.1444453Z [00:03:16.794]➜  packagefile github.com/apache/arrow-go/v18/arrow/ipc=/tmp/go-build3998081543/b410/_pkg_.a
2025-08-20T22:41:35.1445114Z [00:03:16.794]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:35.1446129Z [00:03:16.794]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:35.1446733Z [00:03:16.794]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3998081543/b430/_pkg_.a
2025-08-20T22:41:35.1447318Z [00:03:16.794]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:35.1447872Z [00:03:16.794]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:35.1448459Z [00:03:16.794]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:35.1449043Z [00:03:16.794]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:35.1449634Z [00:03:16.794]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:35.1450127Z [00:03:16.794]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:35.1450539Z [00:03:16.794]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:35.1450968Z [00:03:16.794]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:35.1451386Z [00:03:16.794]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:35.1451808Z [00:03:16.794]➜  packagefile os/signal=/tmp/go-build3998081543/b082/_pkg_.a
2025-08-20T22:41:35.1452406Z [00:03:16.794]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:35.1452899Z [00:03:16.794]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:35.1453437Z [00:03:16.794]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:35.1453933Z [00:03:16.794]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:35.1454371Z [00:03:16.794]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:35.1454680Z [00:03:16.794]➜  EOF
2025-08-20T22:41:35.1459341Z [00:03:16.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight=>github.com/apache/arrow-go/v18@v18.3.0/arrow/flight;$WORK/b432=>" -p github.com/apache/arrow-go/v18/arrow/flight -lang=go1.23 -complete -installsuffix shared -buildid i8XT85XqA9rBjXujcIIi/i8XT85XqA9rBjXujcIIi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b432/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/client.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/client_auth.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/cookie_middleware.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/record_batch_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/record_batch_writer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/server.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/flight/server_auth.go
2025-08-20T22:41:35.5128472Z [00:03:17.165]➜  go tool buildid -w $WORK/b417/_pkg_.a # internal
2025-08-20T22:41:35.5501118Z [00:03:17.202]➜  cp $WORK/b417/_pkg_.a /root/.cache/go-build/ee/ee7a15ffb25bb89dd0a99c2f8e7c2391071d4c648b66fdef311f5981cdcaf336-d # internal
2025-08-20T22:41:35.5506481Z [00:03:17.203]➜  github.com/apache/arrow-go/v18/parquet/metadata
2025-08-20T22:41:35.5508975Z [00:03:17.203]➜  mkdir -p $WORK/b421/
2025-08-20T22:41:35.5513770Z [00:03:17.203]➜  cat >/tmp/go-build3998081543/b421/importcfg << 'EOF' # internal
2025-08-20T22:41:35.5514135Z [00:03:17.203]➜  # import config
2025-08-20T22:41:35.5514483Z [00:03:17.203]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:35.5514915Z [00:03:17.203]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:35.5515488Z [00:03:17.203]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:35.5516268Z [00:03:17.203]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:35.5516685Z [00:03:17.203]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:35.5517212Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:35.5517870Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:35.5518552Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:35.5519236Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/arrow/float16=/tmp/go-build3998081543/b361/_pkg_.a
2025-08-20T22:41:35.5519907Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:35.5520599Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/internal/bitutils=/tmp/go-build3998081543/b377/_pkg_.a
2025-08-20T22:41:35.5521308Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:35.5521972Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:41:35.5522786Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/parquet/compress=/tmp/go-build3998081543/b384/_pkg_.a
2025-08-20T22:41:35.5523612Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/debug=/tmp/go-build3998081543/b387/_pkg_.a
2025-08-20T22:41:35.5524491Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/encoding=/tmp/go-build3998081543/b417/_pkg_.a
2025-08-20T22:41:35.5527447Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/encryption=/tmp/go-build3998081543/b419/_pkg_.a
2025-08-20T22:41:35.5528343Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet=/tmp/go-build3998081543/b388/_pkg_.a
2025-08-20T22:41:35.5529146Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/thrift=/tmp/go-build3998081543/b420/_pkg_.a
2025-08-20T22:41:35.5529898Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/utils=/tmp/go-build3998081543/b418/_pkg_.a
2025-08-20T22:41:35.5530614Z [00:03:17.203]➜  packagefile github.com/apache/arrow-go/v18/parquet/schema=/tmp/go-build3998081543/b382/_pkg_.a
2025-08-20T22:41:35.5531241Z [00:03:17.203]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3998081543/b422/_pkg_.a
2025-08-20T22:41:35.5531795Z [00:03:17.203]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:35.5532254Z [00:03:17.203]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:35.5532662Z [00:03:17.203]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:35.5533088Z [00:03:17.203]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:35.5533874Z [00:03:17.203]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:35.5534297Z [00:03:17.203]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:35.5534720Z [00:03:17.203]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:35.5535151Z [00:03:17.203]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:35.5535796Z [00:03:17.203]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:35.5536215Z [00:03:17.203]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:35.5536662Z [00:03:17.203]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:35.5537000Z [00:03:17.203]➜  EOF
2025-08-20T22:41:35.5542884Z [00:03:17.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata=>github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata;$WORK/b421=>" -p github.com/apache/arrow-go/v18/parquet/metadata -lang=go1.23 -complete -installsuffix shared -buildid 4VrPGJQ4nKWUozmMAo_L/4VrPGJQ4nKWUozmMAo_L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b421/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/adaptive_bloom_filter.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/app_version.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/bloom_filter.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/bloom_filter_block.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/bloom_filter_block_default.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/cleanup_bloom_filter.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/column_chunk.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/file.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/page_index.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/row_group.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/statistics.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/metadata/statistics_types.gen.go
2025-08-20T22:41:35.5664537Z [00:03:17.219]➜  go tool buildid -w $WORK/b432/_pkg_.a # internal
2025-08-20T22:41:35.5720383Z [00:03:17.224]➜  cp $WORK/b432/_pkg_.a /root/.cache/go-build/82/82a6954c67f7c38e7335977be80d0187afd6e9fe350b406b29b2db184ff9c800-d # internal
2025-08-20T22:41:35.5740403Z [00:03:17.226]➜  github.com/envoyproxy/go-control-plane/envoy/config/core/v3
2025-08-20T22:41:35.5743777Z [00:03:17.227]➜  mkdir -p $WORK/b868/
2025-08-20T22:41:35.5752245Z [00:03:17.228]➜  cat >/tmp/go-build3998081543/b868/importcfg << 'EOF' # internal
2025-08-20T22:41:35.5753670Z [00:03:17.228]➜  # import config
2025-08-20T22:41:35.5756325Z [00:03:17.228]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:35.5760294Z [00:03:17.228]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:35.5760813Z [00:03:17.228]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:35.5761394Z [00:03:17.228]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:35.5762078Z [00:03:17.228]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3998081543/b870/_pkg_.a
2025-08-20T22:41:35.5762717Z [00:03:17.228]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3998081543/b871/_pkg_.a
2025-08-20T22:41:35.5763431Z [00:03:17.228]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:35.5764228Z [00:03:17.228]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:35.5765000Z [00:03:17.228]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:35.5766320Z [00:03:17.228]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:35.5767049Z [00:03:17.228]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:35.5767762Z [00:03:17.228]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:35.5771514Z [00:03:17.228]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:35.5772376Z [00:03:17.228]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:35.5773099Z [00:03:17.228]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3998081543/b831/_pkg_.a
2025-08-20T22:41:35.5773810Z [00:03:17.228]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:35.5774540Z [00:03:17.228]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:35.5775102Z [00:03:17.228]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:35.5775746Z [00:03:17.228]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:35.5776195Z [00:03:17.228]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:35.5776625Z [00:03:17.228]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:35.5777053Z [00:03:17.228]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:35.5777470Z [00:03:17.228]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:35.5777886Z [00:03:17.228]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:35.5778308Z [00:03:17.228]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:35.5778713Z [00:03:17.228]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:35.5779171Z [00:03:17.228]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:35.5779507Z [00:03:17.228]➜  EOF
2025-08-20T22:41:35.5805125Z [00:03:17.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3;$WORK/b868=>" -p github.com/envoyproxy/go-control-plane/envoy/config/core/v3 -lang=go1.22 -complete -installsuffix shared -buildid vQ8DWYKJ_mf7yChT1WsC/vQ8DWYKJ_mf7yChT1WsC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b868/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/address.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/address.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/backoff.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/backoff.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/base.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/base.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/config_source.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/config_source.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/event_service_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/event_service_config.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/extension.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/extension.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/grpc_method_list.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/grpc_method_list.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/grpc_service.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/grpc_service.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/health_check.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/health_check.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/http_service.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/http_service.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/http_uri.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/http_uri.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/protocol.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/protocol.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/proxy_protocol.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/proxy_protocol.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/resolver.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/resolver.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/socket_cmsg_headers.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/socket_cmsg_headers.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/socket_option.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/socket_option.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/substitution_format_string.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/substitution_format_string.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/udp_socket_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/core/v3/udp_socket_config.pb.validate.go
2025-08-20T22:41:35.7774703Z [00:03:17.430]➜  go tool buildid -w $WORK/b763/_pkg_.a # internal
2025-08-20T22:41:35.7918348Z [00:03:17.444]➜  cp $WORK/b763/_pkg_.a /root/.cache/go-build/8d/8d8ecffc4218106d88622d66be9ab836718a6d9b10ee9b41cb09059b6f109a28-d # internal
2025-08-20T22:41:35.7925787Z [00:03:17.445]➜  github.com/zeebo/errs
2025-08-20T22:41:35.7926393Z [00:03:17.445]➜  mkdir -p $WORK/b885/
2025-08-20T22:41:35.7937337Z [00:03:17.446]➜  cat >/tmp/go-build3998081543/b885/importcfg << 'EOF' # internal
2025-08-20T22:41:35.7938609Z [00:03:17.446]➜  # import config
2025-08-20T22:41:35.7939536Z [00:03:17.446]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:35.7940008Z [00:03:17.446]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:35.7940446Z [00:03:17.446]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:35.7940868Z [00:03:17.446]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:35.7941188Z [00:03:17.446]➜  EOF
2025-08-20T22:41:35.7943236Z [00:03:17.446]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b885/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/zeebo/errs@v1.4.0=>github.com/zeebo/errs@v1.4.0;$WORK/b885=>" -p github.com/zeebo/errs -lang=go1.12 -complete -installsuffix shared -buildid H7vRMV_e_chnJRh0JI1V/H7vRMV_e_chnJRh0JI1V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b885/importcfg -pack /root/go/pkg/mod/github.com/zeebo/errs@v1.4.0/errs.go /root/go/pkg/mod/github.com/zeebo/errs@v1.4.0/group.go /root/go/pkg/mod/github.com/zeebo/errs@v1.4.0/is_go1.20.go
2025-08-20T22:41:35.8324283Z [00:03:17.485]➜  go tool buildid -w $WORK/b885/_pkg_.a # internal
2025-08-20T22:41:35.8339852Z [00:03:17.486]➜  cp $WORK/b885/_pkg_.a /root/.cache/go-build/6b/6bdb2cc5346d4a9771220915800909b2731b901a062e2851640c23d730dc6325-d # internal
2025-08-20T22:41:35.8359359Z [00:03:17.488]➜  github.com/spiffe/go-spiffe/v2/bundle/jwtbundle
2025-08-20T22:41:35.8359923Z [00:03:17.488]➜  mkdir -p $WORK/b881/
2025-08-20T22:41:35.8368459Z [00:03:17.489]➜  cat >/tmp/go-build3998081543/b881/importcfg << 'EOF' # internal
2025-08-20T22:41:35.8369299Z [00:03:17.489]➜  # import config
2025-08-20T22:41:35.8369667Z [00:03:17.489]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:35.8370124Z [00:03:17.489]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:35.8370575Z [00:03:17.489]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:35.8371111Z [00:03:17.489]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3998081543/b878/_pkg_.a
2025-08-20T22:41:35.8371755Z [00:03:17.489]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build3998081543/b882/_pkg_.a
2025-08-20T22:41:35.8372442Z [00:03:17.489]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3998081543/b884/_pkg_.a
2025-08-20T22:41:35.8373024Z [00:03:17.489]➜  packagefile github.com/zeebo/errs=/tmp/go-build3998081543/b885/_pkg_.a
2025-08-20T22:41:35.8373491Z [00:03:17.489]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:35.8373888Z [00:03:17.489]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:35.8374293Z [00:03:17.489]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:35.8374716Z [00:03:17.489]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:35.8382005Z [00:03:17.489]➜  EOF
2025-08-20T22:41:35.8385772Z [00:03:17.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/jwtbundle=>github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/jwtbundle;$WORK/b881=>" -p github.com/spiffe/go-spiffe/v2/bundle/jwtbundle -lang=go1.22 -complete -installsuffix shared -buildid l5OAJe3dXsiHutBdjlAV/l5OAJe3dXsiHutBdjlAV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b881/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/jwtbundle/bundle.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/jwtbundle/doc.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/jwtbundle/set.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/jwtbundle/source.go
2025-08-20T22:41:35.8801637Z [00:03:17.532]➜  go tool buildid -w $WORK/b427/_pkg_.a # internal
2025-08-20T22:41:35.8811460Z [00:03:17.534]➜  go tool buildid -w $WORK/b881/_pkg_.a # internal
2025-08-20T22:41:35.8826242Z [00:03:17.535]➜  cp $WORK/b881/_pkg_.a /root/.cache/go-build/b5/b50c993d0d2e5d89825a9a31b3d66f7b2db3b397d0b363e34bd574ad68f6afb8-d # internal
2025-08-20T22:41:35.8860224Z [00:03:17.538]➜  github.com/spiffe/go-spiffe/v2/internal/pemutil
2025-08-20T22:41:35.8861045Z [00:03:17.538]➜  mkdir -p $WORK/b887/
2025-08-20T22:41:35.8864562Z [00:03:17.539]➜  cat >/tmp/go-build3998081543/b887/importcfg << 'EOF' # internal
2025-08-20T22:41:35.8864997Z [00:03:17.539]➜  # import config
2025-08-20T22:41:35.8865445Z [00:03:17.539]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:35.8865976Z [00:03:17.539]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:35.8866538Z [00:03:17.539]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:35.8866989Z [00:03:17.539]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:35.8867412Z [00:03:17.539]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:35.8867721Z [00:03:17.539]➜  EOF
2025-08-20T22:41:35.8870143Z [00:03:17.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/pemutil=>github.com/spiffe/go-spiffe/v2@v2.5.0/internal/pemutil;$WORK/b887=>" -p github.com/spiffe/go-spiffe/v2/internal/pemutil -lang=go1.22 -complete -installsuffix shared -buildid RywYSBBIZwizEf22OJgV/RywYSBBIZwizEf22OJgV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b887/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/pemutil/pem.go
2025-08-20T22:41:35.9091509Z [00:03:17.561]➜  cp $WORK/b427/_pkg_.a /root/.cache/go-build/41/416ee2e333c7aac2fcb2c531017ff3c7dc3f1d1ebb83bc2c6120ebaf7e8c7a77-d # internal
2025-08-20T22:41:35.9096923Z [00:03:17.562]➜  github.com/apache/arrow-go/v18/arrow/compute/exec
2025-08-20T22:41:35.9097291Z [00:03:17.562]➜  mkdir -p $WORK/b426/
2025-08-20T22:41:35.9097623Z [00:03:17.562]➜  go tool buildid -w $WORK/b887/_pkg_.a # internal
2025-08-20T22:41:35.9099074Z [00:03:17.562]➜  cat >/tmp/go-build3998081543/b426/importcfg << 'EOF' # internal
2025-08-20T22:41:35.9099743Z [00:03:17.562]➜  # import config
2025-08-20T22:41:35.9100189Z [00:03:17.562]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:35.9101394Z [00:03:17.562]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:35.9101955Z [00:03:17.562]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:35.9102608Z [00:03:17.562]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:35.9103296Z [00:03:17.562]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:35.9106790Z [00:03:17.562]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:35.9107559Z [00:03:17.562]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:35.9108248Z [00:03:17.562]➜  packagefile github.com/apache/arrow-go/v18/arrow/scalar=/tmp/go-build3998081543/b427/_pkg_.a
2025-08-20T22:41:35.9108869Z [00:03:17.562]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:41:35.9109703Z [00:03:17.562]➜  packagefile golang.org/x/exp/slices=/tmp/go-build3998081543/b428/_pkg_.a
2025-08-20T22:41:35.9110297Z [00:03:17.562]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:41:35.9110742Z [00:03:17.562]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:35.9111287Z [00:03:17.562]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:35.9111791Z [00:03:17.562]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:35.9112124Z [00:03:17.562]➜  EOF
2025-08-20T22:41:35.9137262Z [00:03:17.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exec=>github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exec;$WORK/b426=>" -p github.com/apache/arrow-go/v18/arrow/compute/exec -lang=go1.23 -complete -installsuffix shared -buildid DRvA7KaTwToMDmPTKFr1/DRvA7KaTwToMDmPTKFr1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b426/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exec/hash_util.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exec/kernel.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exec/span.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exec/span_offsets.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exec/utils.go
2025-08-20T22:41:35.9140928Z [00:03:17.563]➜  cp $WORK/b887/_pkg_.a /root/.cache/go-build/50/5092ad3d0b62d3d97a1549e36c08f3d31c9c5a0f17f4d23757f4a740a49cd54c-d # internal
2025-08-20T22:41:35.9141593Z [00:03:17.563]➜  github.com/spiffe/go-spiffe/v2/internal/x509util
2025-08-20T22:41:35.9142346Z [00:03:17.563]➜  mkdir -p $WORK/b888/
2025-08-20T22:41:35.9142727Z [00:03:17.563]➜  cat >/tmp/go-build3998081543/b888/importcfg << 'EOF' # internal
2025-08-20T22:41:35.9143080Z [00:03:17.563]➜  # import config
2025-08-20T22:41:35.9143444Z [00:03:17.563]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:35.9143784Z [00:03:17.563]➜  EOF
2025-08-20T22:41:35.9145979Z [00:03:17.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b888/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/x509util=>github.com/spiffe/go-spiffe/v2@v2.5.0/internal/x509util;$WORK/b888=>" -p github.com/spiffe/go-spiffe/v2/internal/x509util -lang=go1.22 -complete -installsuffix shared -buildid Efkab5iX1olHshvtMOUC/Efkab5iX1olHshvtMOUC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b888/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/internal/x509util/util.go
2025-08-20T22:41:35.9462671Z [00:03:17.598]➜  go tool buildid -w $WORK/b888/_pkg_.a # internal
2025-08-20T22:41:35.9472262Z [00:03:17.599]➜  cp $WORK/b888/_pkg_.a /root/.cache/go-build/eb/eb443aaeb2b4f56d746ff407db4482ed6b7e7a9d26e16859c5536c2703a5d551-d # internal
2025-08-20T22:41:35.9475045Z [00:03:17.600]➜  github.com/spiffe/go-spiffe/v2/bundle/x509bundle
2025-08-20T22:41:35.9475625Z [00:03:17.600]➜  mkdir -p $WORK/b886/
2025-08-20T22:41:35.9481221Z [00:03:17.601]➜  cat >/tmp/go-build3998081543/b886/importcfg << 'EOF' # internal
2025-08-20T22:41:35.9481839Z [00:03:17.601]➜  # import config
2025-08-20T22:41:35.9482877Z [00:03:17.601]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:35.9484023Z [00:03:17.601]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build3998081543/b887/_pkg_.a
2025-08-20T22:41:35.9484807Z [00:03:17.601]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build3998081543/b888/_pkg_.a
2025-08-20T22:41:35.9485806Z [00:03:17.601]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3998081543/b884/_pkg_.a
2025-08-20T22:41:35.9486489Z [00:03:17.601]➜  packagefile github.com/zeebo/errs=/tmp/go-build3998081543/b885/_pkg_.a
2025-08-20T22:41:35.9486954Z [00:03:17.601]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:35.9487355Z [00:03:17.601]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:35.9488052Z [00:03:17.601]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:35.9488528Z [00:03:17.601]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:35.9488967Z [00:03:17.601]➜  EOF
2025-08-20T22:41:35.9491998Z [00:03:17.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/x509bundle=>github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/x509bundle;$WORK/b886=>" -p github.com/spiffe/go-spiffe/v2/bundle/x509bundle -lang=go1.22 -complete -installsuffix shared -buildid 0qfjtHrxa5RD-pK391Ss/0qfjtHrxa5RD-pK391Ss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b886/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/x509bundle/bundle.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/x509bundle/doc.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/x509bundle/set.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/x509bundle/source.go
2025-08-20T22:41:35.9968175Z [00:03:17.649]➜  go tool buildid -w $WORK/b886/_pkg_.a # internal
2025-08-20T22:41:35.9992813Z [00:03:17.652]➜  cp $WORK/b886/_pkg_.a /root/.cache/go-build/da/da7fb9ca7e8f95bc663642a00c3bda9ee35be9fe6ac8cda4dc2782f0cfde0f1a-d # internal
2025-08-20T22:41:35.9999966Z [00:03:17.652]➜  github.com/spiffe/go-spiffe/v2/bundle/spiffebundle
2025-08-20T22:41:36.0003004Z [00:03:17.653]➜  mkdir -p $WORK/b877/
2025-08-20T22:41:36.0012785Z [00:03:17.654]➜  cat >/tmp/go-build3998081543/b877/importcfg << 'EOF' # internal
2025-08-20T22:41:36.0013432Z [00:03:17.654]➜  # import config
2025-08-20T22:41:36.0015216Z [00:03:17.654]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:36.0015883Z [00:03:17.654]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:36.0019058Z [00:03:17.654]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:36.0019590Z [00:03:17.654]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:36.0020096Z [00:03:17.654]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3998081543/b878/_pkg_.a
2025-08-20T22:41:36.0020747Z [00:03:17.654]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build3998081543/b881/_pkg_.a
2025-08-20T22:41:36.0021464Z [00:03:17.654]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build3998081543/b886/_pkg_.a
2025-08-20T22:41:36.0022168Z [00:03:17.654]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build3998081543/b882/_pkg_.a
2025-08-20T22:41:36.0022871Z [00:03:17.654]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build3998081543/b888/_pkg_.a
2025-08-20T22:41:36.0023559Z [00:03:17.654]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3998081543/b884/_pkg_.a
2025-08-20T22:41:36.0024139Z [00:03:17.654]➜  packagefile github.com/zeebo/errs=/tmp/go-build3998081543/b885/_pkg_.a
2025-08-20T22:41:36.0024632Z [00:03:17.654]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:36.0025034Z [00:03:17.654]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:36.0025556Z [00:03:17.654]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:36.0026038Z [00:03:17.654]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:36.0026451Z [00:03:17.654]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:36.0026760Z [00:03:17.654]➜  EOF
2025-08-20T22:41:36.0030066Z [00:03:17.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/spiffebundle=>github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/spiffebundle;$WORK/b877=>" -p github.com/spiffe/go-spiffe/v2/bundle/spiffebundle -lang=go1.22 -complete -installsuffix shared -buildid C9vo3pWVnRGzl8Gn_Epv/C9vo3pWVnRGzl8Gn_Epv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b877/importcfg -pack /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/spiffebundle/bundle.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/spiffebundle/doc.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/spiffebundle/set.go /root/go/pkg/mod/github.com/spiffe/go-spiffe/v2@v2.5.0/bundle/spiffebundle/source.go
2025-08-20T22:41:36.0850425Z [00:03:17.737]➜  go tool buildid -w $WORK/b426/_pkg_.a # internal
2025-08-20T22:41:36.0921097Z [00:03:17.744]➜  cp $WORK/b426/_pkg_.a /root/.cache/go-build/df/dfc889b65010df0f433e8ee4533f10c39a26b538c2f666d5d0651e435718d0cf-d # internal
2025-08-20T22:41:36.0957697Z [00:03:17.748]➜  github.com/apache/arrow-go/v18/arrow/compute/internal/kernels
2025-08-20T22:41:36.0958187Z [00:03:17.748]➜  mkdir -p $WORK/b429/
2025-08-20T22:41:36.0958502Z [00:03:17.748]➜  echo -n > $WORK/b429/go_asm.h # internal
2025-08-20T22:41:36.0959011Z [00:03:17.748]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels
2025-08-20T22:41:36.0960914Z [00:03:17.748]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/arrow/compute/internal/kernels -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels=>github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels;$WORK/b429=>" -I $WORK/b429/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b429/symabis ./cast_numeric_neon_arm64.s
2025-08-20T22:41:36.1044428Z [00:03:17.757]➜  go tool buildid -w $WORK/b877/_pkg_.a # internal
2025-08-20T22:41:36.1069809Z [00:03:17.759]➜  cat >/tmp/go-build3998081543/b429/importcfg << 'EOF' # internal
2025-08-20T22:41:36.1070698Z [00:03:17.759]➜  # import config
2025-08-20T22:41:36.1071053Z [00:03:17.759]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:36.1071471Z [00:03:17.759]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:36.1072012Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:36.1072660Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:36.1073345Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:36.1074047Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute/exec=/tmp/go-build3998081543/b426/_pkg_.a
2025-08-20T22:41:36.1074757Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:41:36.1075687Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal256=/tmp/go-build3998081543/b360/_pkg_.a
2025-08-20T22:41:36.1076446Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow/float16=/tmp/go-build3998081543/b361/_pkg_.a
2025-08-20T22:41:36.1077181Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:36.1089378Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:36.1090093Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/arrow/scalar=/tmp/go-build3998081543/b427/_pkg_.a
2025-08-20T22:41:36.1090788Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/internal/bitutils=/tmp/go-build3998081543/b377/_pkg_.a
2025-08-20T22:41:36.1091493Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/internal/hashing=/tmp/go-build3998081543/b379/_pkg_.a
2025-08-20T22:41:36.1092181Z [00:03:17.759]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:36.1092821Z [00:03:17.759]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:41:36.1093366Z [00:03:17.759]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:41:36.1094112Z [00:03:17.759]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:36.1094607Z [00:03:17.759]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:36.1095033Z [00:03:17.759]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:36.1096138Z [00:03:17.759]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:36.1096623Z [00:03:17.759]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:36.1097058Z [00:03:17.759]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:36.1097392Z [00:03:17.759]➜  EOF
2025-08-20T22:41:36.1097663Z [00:03:17.759]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:36.1135558Z [00:03:17.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels=>github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels;$WORK/b429=>" -p github.com/apache/arrow-go/v18/arrow/compute/internal/kernels -lang=go1.23 -installsuffix shared -buildid joACcO7l7J1wvsu--MCd/joACcO7l7J1wvsu--MCd -goversion go1.25.0 -symabis $WORK/b429/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b429/importcfg -pack -asmhdr $WORK/b429/go_asm.h /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/base_arithmetic.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/basic_arithmetic_noasm.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/boolean_cast.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/cast.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/cast_numeric.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/cast_numeric_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/cast_temporal.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/compareoperator_string.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/constant_factor.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/helpers.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/numeric_cast.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/rounding.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/roundmode_string.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/scalar_arithmetic.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/scalar_boolean.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/scalar_comparison_noasm.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/scalar_comparisons.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/scalar_set_lookup.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/string_casts.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/types.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/vector_hash.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/vector_run_end_encode.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels/vector_selection.go
2025-08-20T22:41:36.1146830Z [00:03:17.760]➜  cp $WORK/b877/_pkg_.a /root/.cache/go-build/d2/d266e7c8dfb927b0c6ba654e075971e778132f1cff3547c77fdf7c68cda73aaf-d # internal
2025-08-20T22:41:36.1147474Z [00:03:17.761]➜  google.golang.org/grpc/credentials/tls/certprovider
2025-08-20T22:41:36.1147946Z [00:03:17.762]➜  mkdir -p $WORK/b876/
2025-08-20T22:41:36.1148390Z [00:03:17.762]➜  cat >/tmp/go-build3998081543/b876/importcfg << 'EOF' # internal
2025-08-20T22:41:36.1148742Z [00:03:17.762]➜  # import config
2025-08-20T22:41:36.1149178Z [00:03:17.762]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:36.1149695Z [00:03:17.762]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:36.1150150Z [00:03:17.762]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:36.1150590Z [00:03:17.762]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:36.1151002Z [00:03:17.762]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:36.1151597Z [00:03:17.762]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3998081543/b877/_pkg_.a
2025-08-20T22:41:36.1152251Z [00:03:17.762]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:36.1155436Z [00:03:17.762]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:36.1156054Z [00:03:17.762]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:36.1156499Z [00:03:17.762]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:36.1156834Z [00:03:17.762]➜  EOF
2025-08-20T22:41:36.1159694Z [00:03:17.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b876/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/tls/certprovider=>google.golang.org/grpc@v1.72.2/credentials/tls/certprovider;$WORK/b876=>" -p google.golang.org/grpc/credentials/tls/certprovider -lang=go1.23 -complete -installsuffix shared -buildid vdzsLwofF7PYLZYoFdEy/vdzsLwofF7PYLZYoFdEy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b876/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/tls/certprovider/distributor.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/tls/certprovider/provider.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/tls/certprovider/store.go
2025-08-20T22:41:36.1551518Z [00:03:17.807]➜  go tool buildid -w $WORK/b876/_pkg_.a # internal
2025-08-20T22:41:36.1567227Z [00:03:17.809]➜  cp $WORK/b876/_pkg_.a /root/.cache/go-build/ef/efe93d4c3f85793a6b933c2f6dfbfcf203db2417960d4c37fe4e36391caf187a-d # internal
2025-08-20T22:41:36.1569085Z [00:03:17.809]➜  google.golang.org/grpc/internal/credentials/spiffe
2025-08-20T22:41:36.1569451Z [00:03:17.809]➜  mkdir -p $WORK/b892/
2025-08-20T22:41:36.1569822Z [00:03:17.809]➜  cat >/tmp/go-build3998081543/b892/importcfg << 'EOF' # internal
2025-08-20T22:41:36.1570187Z [00:03:17.809]➜  # import config
2025-08-20T22:41:36.1570564Z [00:03:17.809]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:36.1571004Z [00:03:17.809]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:36.1571598Z [00:03:17.809]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3998081543/b877/_pkg_.a
2025-08-20T22:41:36.1572284Z [00:03:17.809]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3998081543/b884/_pkg_.a
2025-08-20T22:41:36.1572700Z [00:03:17.809]➜  EOF
2025-08-20T22:41:36.1583425Z [00:03:17.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b892/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/credentials/spiffe=>google.golang.org/grpc@v1.72.2/internal/credentials/spiffe;$WORK/b892=>" -p google.golang.org/grpc/internal/credentials/spiffe -lang=go1.23 -complete -installsuffix shared -buildid PzZvkLBcCeV-hM2v3rPg/PzZvkLBcCeV-hM2v3rPg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b892/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/credentials/spiffe/spiffe.go
2025-08-20T22:41:36.1853663Z [00:03:17.837]➜  go tool buildid -w $WORK/b892/_pkg_.a # internal
2025-08-20T22:41:36.1860058Z [00:03:17.838]➜  cp $WORK/b892/_pkg_.a /root/.cache/go-build/db/db915e7d151c6428710c96d0e4e423e5fbbe706dfc9b557062f49f49b307ff28-d # internal
2025-08-20T22:41:36.1861798Z [00:03:17.839]➜  google.golang.org/grpc/credentials/tls/certprovider/pemfile
2025-08-20T22:41:36.1862849Z [00:03:17.839]➜  mkdir -p $WORK/b891/
2025-08-20T22:41:36.1868673Z [00:03:17.839]➜  cat >/tmp/go-build3998081543/b891/importcfg << 'EOF' # internal
2025-08-20T22:41:36.1869557Z [00:03:17.839]➜  # import config
2025-08-20T22:41:36.1870435Z [00:03:17.839]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:36.1872941Z [00:03:17.839]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:36.1873879Z [00:03:17.839]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:36.1874638Z [00:03:17.839]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:36.1875437Z [00:03:17.839]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:36.1876328Z [00:03:17.839]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:36.1877286Z [00:03:17.839]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:36.1878068Z [00:03:17.839]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3998081543/b876/_pkg_.a
2025-08-20T22:41:36.1879226Z [00:03:17.839]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:36.1880142Z [00:03:17.839]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build3998081543/b892/_pkg_.a
2025-08-20T22:41:36.1881356Z [00:03:17.839]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:36.1882951Z [00:03:17.839]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:36.1883741Z [00:03:17.839]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:36.1884622Z [00:03:17.839]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:36.1885456Z [00:03:17.839]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:36.1885934Z [00:03:17.839]➜  EOF
2025-08-20T22:41:36.1888924Z [00:03:17.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b891/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/tls/certprovider/pemfile=>google.golang.org/grpc@v1.72.2/credentials/tls/certprovider/pemfile;$WORK/b891=>" -p google.golang.org/grpc/credentials/tls/certprovider/pemfile -lang=go1.23 -complete -installsuffix shared -buildid npD0IZp7C8G57Ku1TGQs/npD0IZp7C8G57Ku1TGQs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b891/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/tls/certprovider/pemfile/builder.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/credentials/tls/certprovider/pemfile/watcher.go
2025-08-20T22:41:36.2498298Z [00:03:17.902]➜  go tool buildid -w $WORK/b891/_pkg_.a # internal
2025-08-20T22:41:36.2511068Z [00:03:17.903]➜  cp $WORK/b891/_pkg_.a /root/.cache/go-build/e6/e65195e7492be4854f1dbc48e37df977b39692af0daa6764913e7f873a965319-d # internal
2025-08-20T22:41:36.2512841Z [00:03:17.904]➜  google.golang.org/grpc/internal/xds/bootstrap/tlscreds
2025-08-20T22:41:36.2514404Z [00:03:17.904]➜  mkdir -p $WORK/b890/
2025-08-20T22:41:36.2521691Z [00:03:17.905]➜  cat >/tmp/go-build3998081543/b890/importcfg << 'EOF' # internal
2025-08-20T22:41:36.2522070Z [00:03:17.905]➜  # import config
2025-08-20T22:41:36.2522421Z [00:03:17.905]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:36.2522871Z [00:03:17.905]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:36.2523374Z [00:03:17.905]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:36.2523833Z [00:03:17.905]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:36.2524249Z [00:03:17.905]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:36.2525104Z [00:03:17.905]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:36.2526590Z [00:03:17.905]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3998081543/b876/_pkg_.a
2025-08-20T22:41:36.2527549Z [00:03:17.905]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3998081543/b891/_pkg_.a
2025-08-20T22:41:36.2528252Z [00:03:17.905]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:36.2528674Z [00:03:17.905]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:36.2528982Z [00:03:17.905]➜  EOF
2025-08-20T22:41:36.2531189Z [00:03:17.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b890/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/bootstrap/tlscreds=>google.golang.org/grpc@v1.72.2/internal/xds/bootstrap/tlscreds;$WORK/b890=>" -p google.golang.org/grpc/internal/xds/bootstrap/tlscreds -lang=go1.23 -complete -installsuffix shared -buildid bNyuJoHT5b97uZIAPD_z/bNyuJoHT5b97uZIAPD_z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b890/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/bootstrap/tlscreds/bundle.go
2025-08-20T22:41:36.2896593Z [00:03:17.942]➜  go tool buildid -w $WORK/b890/_pkg_.a # internal
2025-08-20T22:41:36.2897339Z [00:03:17.942]➜  cp $WORK/b890/_pkg_.a /root/.cache/go-build/27/273d10b8638d394249ebf28bd83caf66fb64e4f31b00648952d3534ec49fc3d3-d # internal
2025-08-20T22:41:36.2910268Z [00:03:17.943]➜  google.golang.org/grpc/xds/bootstrap
2025-08-20T22:41:36.2910899Z [00:03:17.943]➜  mkdir -p $WORK/b889/
2025-08-20T22:41:36.2920076Z [00:03:17.944]➜  cat >/tmp/go-build3998081543/b889/importcfg << 'EOF' # internal
2025-08-20T22:41:36.2920955Z [00:03:17.944]➜  # import config
2025-08-20T22:41:36.2921329Z [00:03:17.944]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:36.2921887Z [00:03:17.944]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:36.2922548Z [00:03:17.944]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3998081543/b778/_pkg_.a
2025-08-20T22:41:36.2923233Z [00:03:17.944]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3998081543/b495/_pkg_.a
2025-08-20T22:41:36.2924383Z [00:03:17.944]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build3998081543/b890/_pkg_.a
2025-08-20T22:41:36.2924936Z [00:03:17.944]➜  EOF
2025-08-20T22:41:36.2927621Z [00:03:17.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b889/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/bootstrap=>google.golang.org/grpc@v1.72.2/xds/bootstrap;$WORK/b889=>" -p google.golang.org/grpc/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid 4QrSFkBXuZVx3kI1fUFI/4QrSFkBXuZVx3kI1fUFI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b889/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/bootstrap/bootstrap.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/bootstrap/credentials.go
2025-08-20T22:41:36.3348925Z [00:03:17.987]➜  go tool buildid -w $WORK/b889/_pkg_.a # internal
2025-08-20T22:41:36.3356560Z [00:03:17.988]➜  cp $WORK/b889/_pkg_.a /root/.cache/go-build/d4/d4555b0f720f6b83076abc9ba16c7b53686e178bfe312620018672b9560527f4-d # internal
2025-08-20T22:41:36.3360744Z [00:03:17.989]➜  cel.dev/expr
2025-08-20T22:41:36.3362031Z [00:03:17.989]➜  mkdir -p $WORK/b901/
2025-08-20T22:41:36.3368342Z [00:03:17.989]➜  cat >/tmp/go-build3998081543/b901/importcfg << 'EOF' # internal
2025-08-20T22:41:36.3368711Z [00:03:17.989]➜  # import config
2025-08-20T22:41:36.3369246Z [00:03:17.989]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:36.3369986Z [00:03:17.989]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:36.3370893Z [00:03:17.989]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:36.3371694Z [00:03:17.989]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:36.3372421Z [00:03:17.989]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:36.3373144Z [00:03:17.989]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3998081543/b831/_pkg_.a
2025-08-20T22:41:36.3373871Z [00:03:17.989]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:36.3374601Z [00:03:17.989]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:36.3377508Z [00:03:17.989]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:36.3378038Z [00:03:17.989]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:36.3378350Z [00:03:17.989]➜  EOF
2025-08-20T22:41:36.3380579Z [00:03:17.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b901/_pkg_.a -trimpath "/root/go/pkg/mod/cel.dev/expr@v0.22.1=>cel.dev/expr@v0.22.1;$WORK/b901=>" -p cel.dev/expr -lang=go1.21 -complete -installsuffix shared -buildid aS7N4jcyi6EPtI2KEDH8/aS7N4jcyi6EPtI2KEDH8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b901/importcfg -pack /root/go/pkg/mod/cel.dev/expr@v0.22.1/checked.pb.go /root/go/pkg/mod/cel.dev/expr@v0.22.1/eval.pb.go /root/go/pkg/mod/cel.dev/expr@v0.22.1/explain.pb.go /root/go/pkg/mod/cel.dev/expr@v0.22.1/syntax.pb.go /root/go/pkg/mod/cel.dev/expr@v0.22.1/value.pb.go
2025-08-20T22:41:36.4275820Z [00:03:18.080]➜  go tool buildid -w $WORK/b421/_pkg_.a # internal
2025-08-20T22:41:36.4427208Z [00:03:18.095]➜  cp $WORK/b421/_pkg_.a /root/.cache/go-build/56/5605d240eb53ab25045ac63eeaccd365dce5e20f34ad2c155b53239e9f069ec8-d # internal
2025-08-20T22:41:36.4439277Z [00:03:18.096]➜  github.com/apache/arrow-go/v18/parquet/file
2025-08-20T22:41:36.4446096Z [00:03:18.097]➜  mkdir -p $WORK/b414/
2025-08-20T22:41:36.4457892Z [00:03:18.098]➜  cat >/tmp/go-build3998081543/b414/importcfg << 'EOF' # internal
2025-08-20T22:41:36.4458676Z [00:03:18.098]➜  # import config
2025-08-20T22:41:36.4459328Z [00:03:18.098]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:36.4462731Z [00:03:18.098]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:36.4463806Z [00:03:18.098]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:36.4464315Z [00:03:18.098]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:36.4464864Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:36.4465683Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:36.4466430Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:36.4467123Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:36.4468101Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:36.4468830Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:41:36.4469508Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/compress=/tmp/go-build3998081543/b384/_pkg_.a
2025-08-20T22:41:36.4470230Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/bmi=/tmp/go-build3998081543/b415/_pkg_.a
2025-08-20T22:41:36.4470995Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/debug=/tmp/go-build3998081543/b387/_pkg_.a
2025-08-20T22:41:36.4471756Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/encoding=/tmp/go-build3998081543/b417/_pkg_.a
2025-08-20T22:41:36.4472645Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/encryption=/tmp/go-build3998081543/b419/_pkg_.a
2025-08-20T22:41:36.4473539Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet=/tmp/go-build3998081543/b388/_pkg_.a
2025-08-20T22:41:36.4474319Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/thrift=/tmp/go-build3998081543/b420/_pkg_.a
2025-08-20T22:41:36.4475071Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/utils=/tmp/go-build3998081543/b418/_pkg_.a
2025-08-20T22:41:36.4475999Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/metadata=/tmp/go-build3998081543/b421/_pkg_.a
2025-08-20T22:41:36.4476928Z [00:03:18.098]➜  packagefile github.com/apache/arrow-go/v18/parquet/schema=/tmp/go-build3998081543/b382/_pkg_.a
2025-08-20T22:41:36.4477592Z [00:03:18.098]➜  packagefile github.com/apache/thrift/lib/go/thrift=/tmp/go-build3998081543/b389/_pkg_.a
2025-08-20T22:41:36.4478178Z [00:03:18.098]➜  packagefile golang.org/x/exp/mmap=/tmp/go-build3998081543/b423/_pkg_.a
2025-08-20T22:41:36.4478695Z [00:03:18.098]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:36.4479154Z [00:03:18.098]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:36.4479563Z [00:03:18.098]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:36.4479988Z [00:03:18.098]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:36.4480409Z [00:03:18.098]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:36.4480850Z [00:03:18.098]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:36.4481514Z [00:03:18.098]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:36.4481947Z [00:03:18.098]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:36.4482366Z [00:03:18.098]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:36.4482805Z [00:03:18.098]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:36.4483134Z [00:03:18.098]➜  EOF
2025-08-20T22:41:36.4510226Z [00:03:18.099]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file=>github.com/apache/arrow-go/v18@v18.3.0/parquet/file;$WORK/b414=>" -p github.com/apache/arrow-go/v18/parquet/file -lang=go1.23 -complete -installsuffix shared -buildid XKOUfSJh65MQrVM_JFus/XKOUfSJh65MQrVM_JFus -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b414/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/column_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/column_reader_types.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/column_writer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/column_writer_types.gen.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/file_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/file_reader_mmap.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/file_writer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/level_conversion.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/page_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/page_writer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/record_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/row_group_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/row_group_writer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/file/size_statistics.go
2025-08-20T22:41:36.6019089Z [00:03:18.254]➜  go tool buildid -w $WORK/b901/_pkg_.a # internal
2025-08-20T22:41:36.6091109Z [00:03:18.261]➜  cp $WORK/b901/_pkg_.a /root/.cache/go-build/c3/c357f2c5e9561677fc34ab7b382c243851f193fddfe7340eb56f8f4ac4619cf3-d # internal
2025-08-20T22:41:36.6100252Z [00:03:18.262]➜  google.golang.org/genproto/googleapis/api/expr/v1alpha1
2025-08-20T22:41:36.6103208Z [00:03:18.262]➜  mkdir -p $WORK/b902/
2025-08-20T22:41:36.6103775Z [00:03:18.263]➜  cat >/tmp/go-build3998081543/b902/importcfg << 'EOF' # internal
2025-08-20T22:41:36.6104130Z [00:03:18.263]➜  # import config
2025-08-20T22:41:36.6104634Z [00:03:18.263]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:36.6105496Z [00:03:18.263]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:36.6106515Z [00:03:18.263]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:36.6107205Z [00:03:18.263]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:36.6107929Z [00:03:18.263]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:36.6108653Z [00:03:18.263]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3998081543/b831/_pkg_.a
2025-08-20T22:41:36.6109360Z [00:03:18.263]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:36.6110086Z [00:03:18.263]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:36.6110660Z [00:03:18.263]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:36.6111273Z [00:03:18.263]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:36.6111582Z [00:03:18.263]➜  EOF
2025-08-20T22:41:36.6134199Z [00:03:18.263]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b902/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/expr/v1alpha1=>google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/expr/v1alpha1;$WORK/b902=>" -p google.golang.org/genproto/googleapis/api/expr/v1alpha1 -lang=go1.23 -complete -installsuffix shared -buildid 74bcoWF1fFQimxhQmfOM/74bcoWF1fFQimxhQmfOM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b902/importcfg -pack /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/expr/v1alpha1/checked.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/expr/v1alpha1/eval.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/expr/v1alpha1/explain.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/expr/v1alpha1/syntax.pb.go /root/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250505200425-f936aa4a68b2/expr/v1alpha1/value.pb.go
2025-08-20T22:41:36.8347216Z [00:03:18.487]➜  go tool buildid -w $WORK/b902/_pkg_.a # internal
2025-08-20T22:41:36.8393400Z [00:03:18.492]➜  cp $WORK/b902/_pkg_.a /root/.cache/go-build/ed/edc81bf35df07e1c456234bb01b139537c1bb28e60e2f608e96e1ea1cb960a32-d # internal
2025-08-20T22:41:36.8397417Z [00:03:18.492]➜  github.com/cncf/xds/go/xds/type/v3
2025-08-20T22:41:36.8398616Z [00:03:18.492]➜  mkdir -p $WORK/b900/
2025-08-20T22:41:36.8410259Z [00:03:18.493]➜  cat >/tmp/go-build3998081543/b900/importcfg << 'EOF' # internal
2025-08-20T22:41:36.8410650Z [00:03:18.493]➜  # import config
2025-08-20T22:41:36.8410992Z [00:03:18.493]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:36.8411439Z [00:03:18.493]➜  packagefile cel.dev/expr=/tmp/go-build3998081543/b901/_pkg_.a
2025-08-20T22:41:36.8411924Z [00:03:18.493]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:36.8412343Z [00:03:18.493]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:36.8413115Z [00:03:18.493]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3998081543/b870/_pkg_.a
2025-08-20T22:41:36.8413891Z [00:03:18.493]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:36.8414668Z [00:03:18.493]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3998081543/b902/_pkg_.a
2025-08-20T22:41:36.8415598Z [00:03:18.493]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:36.8416378Z [00:03:18.493]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:36.8417068Z [00:03:18.493]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:36.8417979Z [00:03:18.493]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:36.8418713Z [00:03:18.493]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:36.8419273Z [00:03:18.493]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:36.8419698Z [00:03:18.493]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:36.8420132Z [00:03:18.493]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:36.8420559Z [00:03:18.493]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:36.8420988Z [00:03:18.493]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:36.8421402Z [00:03:18.493]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:36.8422012Z [00:03:18.493]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:36.8422440Z [00:03:18.493]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:36.8422851Z [00:03:18.493]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:36.8447253Z [00:03:18.493]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:36.8447812Z [00:03:18.493]➜  EOF
2025-08-20T22:41:36.8451944Z [00:03:18.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/v3=>github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/v3;$WORK/b900=>" -p github.com/cncf/xds/go/xds/type/v3 -lang=go1.19 -complete -installsuffix shared -buildid 3F9_4tiIjxahh0GKLNjV/3F9_4tiIjxahh0GKLNjV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b900/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/v3/cel.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/v3/cel.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/v3/range.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/v3/range.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/v3/typed_struct.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/v3/typed_struct.pb.validate.go
2025-08-20T22:41:37.0139602Z [00:03:18.666]➜  go tool buildid -w $WORK/b900/_pkg_.a # internal
2025-08-20T22:41:37.0190217Z [00:03:18.671]➜  cp $WORK/b900/_pkg_.a /root/.cache/go-build/66/66f7f8aa419c7acf8c173a926c1195bd02a6348fdfe7ff736e207d2f3fcd3cce-d # internal
2025-08-20T22:41:37.0284959Z [00:03:18.681]➜  github.com/cncf/xds/go/xds/type/matcher/v3
2025-08-20T22:41:37.0286367Z [00:03:18.681]➜  mkdir -p $WORK/b899/
2025-08-20T22:41:37.0295711Z [00:03:18.682]➜  cat >/tmp/go-build3998081543/b899/importcfg << 'EOF' # internal
2025-08-20T22:41:37.0297647Z [00:03:18.682]➜  # import config
2025-08-20T22:41:37.0300504Z [00:03:18.682]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:37.0301028Z [00:03:18.682]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:37.0301752Z [00:03:18.682]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:37.0302378Z [00:03:18.682]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3998081543/b870/_pkg_.a
2025-08-20T22:41:37.0303034Z [00:03:18.682]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3998081543/b871/_pkg_.a
2025-08-20T22:41:37.0303652Z [00:03:18.682]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3998081543/b900/_pkg_.a
2025-08-20T22:41:37.0304337Z [00:03:18.682]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:37.0305069Z [00:03:18.682]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:37.0306136Z [00:03:18.682]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:37.0306828Z [00:03:18.682]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:37.0307370Z [00:03:18.682]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:37.0307792Z [00:03:18.682]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:37.0308228Z [00:03:18.682]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:37.0308650Z [00:03:18.682]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:37.0309071Z [00:03:18.682]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:37.0309486Z [00:03:18.682]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:37.0309903Z [00:03:18.682]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:37.0310576Z [00:03:18.682]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:37.0310988Z [00:03:18.682]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:37.0311429Z [00:03:18.682]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:37.0311768Z [00:03:18.682]➜  EOF
2025-08-20T22:41:37.0339469Z [00:03:18.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3=>github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3;$WORK/b899=>" -p github.com/cncf/xds/go/xds/type/matcher/v3 -lang=go1.19 -complete -installsuffix shared -buildid yDUb0sYeKIGvsSBBPwG9/yDUb0sYeKIGvsSBBPwG9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b899/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/cel.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/cel.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/domain.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/domain.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/http_inputs.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/http_inputs.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/ip.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/ip.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/matcher.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/matcher.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/range.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/range.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/regex.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/regex.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/string.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/type/matcher/v3/string.pb.validate.go
2025-08-20T22:41:37.2430509Z [00:03:18.895]➜  go tool buildid -w $WORK/b414/_pkg_.a # internal
2025-08-20T22:41:37.2661546Z [00:03:18.918]➜  cp $WORK/b414/_pkg_.a /root/.cache/go-build/d0/d0209f146aac74789387463fadbeb4740908123f1db2f338747c154bf149b8c3-d # internal
2025-08-20T22:41:37.2662273Z [00:03:18.918]➜  github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3
2025-08-20T22:41:37.2663017Z [00:03:18.918]➜  mkdir -p $WORK/b903/
2025-08-20T22:41:37.2693371Z [00:03:18.922]➜  cat >/tmp/go-build3998081543/b903/importcfg << 'EOF' # internal
2025-08-20T22:41:37.2694522Z [00:03:18.922]➜  # import config
2025-08-20T22:41:37.2694945Z [00:03:18.922]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:37.2695519Z [00:03:18.922]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:37.2696015Z [00:03:18.922]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:37.2696583Z [00:03:18.922]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:37.2697288Z [00:03:18.922]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:37.2698015Z [00:03:18.922]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:37.2699032Z [00:03:18.922]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:37.2699725Z [00:03:18.922]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:37.2700260Z [00:03:18.922]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:37.2700692Z [00:03:18.922]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:37.2701120Z [00:03:18.922]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:37.2701551Z [00:03:18.922]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:37.2701976Z [00:03:18.922]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:37.2702389Z [00:03:18.922]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:37.2702810Z [00:03:18.922]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:37.2703228Z [00:03:18.922]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:37.2703645Z [00:03:18.922]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:37.2704085Z [00:03:18.922]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:37.2704418Z [00:03:18.922]➜  EOF
2025-08-20T22:41:37.2707564Z [00:03:18.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/metadata/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/metadata/v3;$WORK/b903=>" -p github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3 -lang=go1.22 -complete -installsuffix shared -buildid fXVB6iw6-9_3jrrSDQxB/fXVB6iw6-9_3jrrSDQxB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b903/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/metadata/v3/metadata.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/metadata/v3/metadata.pb.validate.go
2025-08-20T22:41:37.4898933Z [00:03:19.142]➜  go tool buildid -w $WORK/b903/_pkg_.a # internal
2025-08-20T22:41:37.4960047Z [00:03:19.148]➜  cp $WORK/b903/_pkg_.a /root/.cache/go-build/88/88e81dfcf19f2960dee1be92594eac741844206956df6305bd922f7ec45313d0-d # internal
2025-08-20T22:41:37.4962072Z [00:03:19.148]➜  github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3
2025-08-20T22:41:37.4962472Z [00:03:19.148]➜  mkdir -p $WORK/b904/
2025-08-20T22:41:37.4971661Z [00:03:19.150]➜  cat >/tmp/go-build3998081543/b904/importcfg << 'EOF' # internal
2025-08-20T22:41:37.4975701Z [00:03:19.150]➜  # import config
2025-08-20T22:41:37.4976128Z [00:03:19.150]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:37.4976559Z [00:03:19.150]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:37.4976983Z [00:03:19.150]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:37.4977525Z [00:03:19.150]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:37.4978593Z [00:03:19.150]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3998081543/b903/_pkg_.a
2025-08-20T22:41:37.4979374Z [00:03:19.150]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:37.4980117Z [00:03:19.150]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:37.4980829Z [00:03:19.150]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:37.4981518Z [00:03:19.150]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:37.4982052Z [00:03:19.150]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:37.4982470Z [00:03:19.150]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:37.4983107Z [00:03:19.150]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:37.4983546Z [00:03:19.150]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:37.4983969Z [00:03:19.150]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:37.4984391Z [00:03:19.150]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:37.4984808Z [00:03:19.150]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:37.4985227Z [00:03:19.150]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:37.4985858Z [00:03:19.150]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:37.4986304Z [00:03:19.150]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:37.4986640Z [00:03:19.150]➜  EOF
2025-08-20T22:41:37.4989538Z [00:03:19.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/tracing/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/tracing/v3;$WORK/b904=>" -p github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3 -lang=go1.22 -complete -installsuffix shared -buildid GAinfdltCuprdAC-MebF/GAinfdltCuprdAC-MebF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b904/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/tracing/v3/custom_tag.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/tracing/v3/custom_tag.pb.validate.go
2025-08-20T22:41:37.5945081Z [00:03:19.247]➜  go tool buildid -w $WORK/b904/_pkg_.a # internal
2025-08-20T22:41:37.5980562Z [00:03:19.250]➜  cp $WORK/b904/_pkg_.a /root/.cache/go-build/30/301a3ab16ac1185480a021202fd980160aea8864f2d8a65165a9a6a2d2fc095a-d # internal
2025-08-20T22:41:37.6000472Z [00:03:19.252]➜  github.com/envoyproxy/go-control-plane/envoy/config/overload/v3
2025-08-20T22:41:37.6005125Z [00:03:19.253]➜  mkdir -p $WORK/b910/
2025-08-20T22:41:37.6020582Z [00:03:19.253]➜  go tool buildid -w $WORK/b899/_pkg_.a # internal
2025-08-20T22:41:37.6021077Z [00:03:19.253]➜  cat >/tmp/go-build3998081543/b910/importcfg << 'EOF' # internal
2025-08-20T22:41:37.6021427Z [00:03:19.253]➜  # import config
2025-08-20T22:41:37.6021765Z [00:03:19.253]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:37.6026777Z [00:03:19.253]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:37.6027198Z [00:03:19.253]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:37.6027751Z [00:03:19.253]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:37.6028459Z [00:03:19.253]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:37.6029196Z [00:03:19.253]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:37.6029923Z [00:03:19.253]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:37.6031013Z [00:03:19.253]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:37.6031713Z [00:03:19.253]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:37.6032422Z [00:03:19.253]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:37.6032982Z [00:03:19.253]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:37.6033400Z [00:03:19.253]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:37.6033829Z [00:03:19.253]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:37.6034253Z [00:03:19.253]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:37.6034677Z [00:03:19.253]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:37.6035278Z [00:03:19.253]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:37.6036877Z [00:03:19.253]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:37.6037308Z [00:03:19.253]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:37.6037732Z [00:03:19.253]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:37.6038194Z [00:03:19.253]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:37.6038525Z [00:03:19.253]➜  EOF
2025-08-20T22:41:37.6041307Z [00:03:19.253]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/overload/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/overload/v3;$WORK/b910=>" -p github.com/envoyproxy/go-control-plane/envoy/config/overload/v3 -lang=go1.22 -complete -installsuffix shared -buildid IDKY_sutJ9wyj01abKjw/IDKY_sutJ9wyj01abKjw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b910/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/overload/v3/overload.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/overload/v3/overload.pb.validate.go
2025-08-20T22:41:37.6133677Z [00:03:19.265]➜  cp $WORK/b899/_pkg_.a /root/.cache/go-build/59/5963f73d802928cbb10a2a38ad8ccd44d99d9a9d786d98d66fbd30d980d125c7-d # internal
2025-08-20T22:41:37.6134426Z [00:03:19.265]➜  google.golang.org/grpc/internal/admin
2025-08-20T22:41:37.6134882Z [00:03:19.265]➜  mkdir -p $WORK/b915/
2025-08-20T22:41:37.6135314Z [00:03:19.265]➜  cat >/tmp/go-build3998081543/b915/importcfg << 'EOF' # internal
2025-08-20T22:41:37.6135863Z [00:03:19.265]➜  # import config
2025-08-20T22:41:37.6136270Z [00:03:19.265]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:37.6136642Z [00:03:19.265]➜  EOF
2025-08-20T22:41:37.6138562Z [00:03:19.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b915/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/admin=>google.golang.org/grpc@v1.72.2/internal/admin;$WORK/b915=>" -p google.golang.org/grpc/internal/admin -lang=go1.23 -complete -installsuffix shared -buildid 2kB0S88S4ncHSRNw5tpn/2kB0S88S4ncHSRNw5tpn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b915/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/admin/admin.go
2025-08-20T22:41:37.6197095Z [00:03:19.272]➜  go tool buildid -w $WORK/b868/_pkg_.a # internal
2025-08-20T22:41:37.6275992Z [00:03:19.280]➜  go tool buildid -w $WORK/b915/_pkg_.a # internal
2025-08-20T22:41:37.6283958Z [00:03:19.280]➜  cp $WORK/b915/_pkg_.a /root/.cache/go-build/30/305766c4003390cbd522d10aa639a60a8983447a5cedb4c5627604b57e5633b1-d # internal
2025-08-20T22:41:37.6284603Z [00:03:19.280]➜  google.golang.org/grpc/xds/internal/xdsclient/load
2025-08-20T22:41:37.6316522Z [00:03:19.281]➜  mkdir -p $WORK/b919/
2025-08-20T22:41:37.6317500Z [00:03:19.281]➜  cat >/tmp/go-build3998081543/b919/importcfg << 'EOF' # internal
2025-08-20T22:41:37.6318199Z [00:03:19.281]➜  # import config
2025-08-20T22:41:37.6318667Z [00:03:19.281]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:37.6319826Z [00:03:19.281]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:37.6320429Z [00:03:19.281]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:37.6320831Z [00:03:19.281]➜  EOF
2025-08-20T22:41:37.6323443Z [00:03:19.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b919/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/load=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/load;$WORK/b919=>" -p google.golang.org/grpc/xds/internal/xdsclient/load -lang=go1.23 -complete -installsuffix shared -buildid TkZ83J3pRYg4gQnYzxaJ/TkZ83J3pRYg4gQnYzxaJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b919/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/load/reporter.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/load/store.go
2025-08-20T22:41:37.6539778Z [00:03:19.306]➜  cp $WORK/b868/_pkg_.a /root/.cache/go-build/3f/3f43bf2ac07e6a711412aa7959b0ce65c9d8912492a778eb5b61c351261a4476-d # internal
2025-08-20T22:41:37.6540870Z [00:03:19.306]➜  google.golang.org/grpc/internal/xds/bootstrap
2025-08-20T22:41:37.6547623Z [00:03:19.307]➜  mkdir -p $WORK/b867/
2025-08-20T22:41:37.6558506Z [00:03:19.308]➜  cat >/tmp/go-build3998081543/b867/importcfg << 'EOF' # internal
2025-08-20T22:41:37.6559393Z [00:03:19.308]➜  # import config
2025-08-20T22:41:37.6560525Z [00:03:19.308]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:37.6561220Z [00:03:19.308]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:37.6561860Z [00:03:19.308]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:37.6562912Z [00:03:19.308]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:37.6563826Z [00:03:19.308]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:37.6564967Z [00:03:19.308]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3998081543/b876/_pkg_.a
2025-08-20T22:41:37.6566408Z [00:03:19.308]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:37.6567648Z [00:03:19.308]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:37.6568598Z [00:03:19.308]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:37.6569466Z [00:03:19.308]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:37.6570525Z [00:03:19.308]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build3998081543/b889/_pkg_.a
2025-08-20T22:41:37.6571398Z [00:03:19.308]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:37.6572553Z [00:03:19.308]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:37.6573351Z [00:03:19.308]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:37.6573908Z [00:03:19.308]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:37.6575077Z [00:03:19.308]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:37.6575648Z [00:03:19.308]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:37.6576095Z [00:03:19.308]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:37.6576410Z [00:03:19.308]➜  EOF
2025-08-20T22:41:37.6579107Z [00:03:19.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b867/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/bootstrap=>google.golang.org/grpc@v1.72.2/internal/xds/bootstrap;$WORK/b867=>" -p google.golang.org/grpc/internal/xds/bootstrap -lang=go1.23 -complete -installsuffix shared -buildid U50Q9c0tzOxmFEXRGeWb/U50Q9c0tzOxmFEXRGeWb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b867/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/bootstrap/bootstrap.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/bootstrap/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/bootstrap/template.go
2025-08-20T22:41:37.7374659Z [00:03:19.390]➜  go tool buildid -w $WORK/b919/_pkg_.a # internal
2025-08-20T22:41:37.7405217Z [00:03:19.393]➜  cp $WORK/b919/_pkg_.a /root/.cache/go-build/f9/f925a3322d2793958514343c5cea8595024959cd53e43b0fcec95ccc7f51e812-d # internal
2025-08-20T22:41:37.7501969Z [00:03:19.402]➜  github.com/envoyproxy/go-control-plane/envoy/config/route/v3
2025-08-20T22:41:37.7504125Z [00:03:19.403]➜  mkdir -p $WORK/b898/
2025-08-20T22:41:37.7517484Z [00:03:19.404]➜  cat >/tmp/go-build3998081543/b898/importcfg << 'EOF' # internal
2025-08-20T22:41:37.7518268Z [00:03:19.404]➜  # import config
2025-08-20T22:41:37.7518791Z [00:03:19.404]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:37.7519906Z [00:03:19.404]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:37.7520577Z [00:03:19.404]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:37.7521578Z [00:03:19.404]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:37.7523131Z [00:03:19.404]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3998081543/b899/_pkg_.a
2025-08-20T22:41:37.7524023Z [00:03:19.404]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:37.7524819Z [00:03:19.404]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:37.7525760Z [00:03:19.404]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:37.7526637Z [00:03:19.404]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3998081543/b903/_pkg_.a
2025-08-20T22:41:37.7527702Z [00:03:19.404]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3998081543/b904/_pkg_.a
2025-08-20T22:41:37.7528695Z [00:03:19.404]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:37.7529498Z [00:03:19.404]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:37.7530227Z [00:03:19.404]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:37.7530929Z [00:03:19.404]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:37.7531629Z [00:03:19.404]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:37.7532340Z [00:03:19.404]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:37.7533078Z [00:03:19.404]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:37.7533638Z [00:03:19.404]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:37.7534068Z [00:03:19.404]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:37.7534502Z [00:03:19.404]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:37.7534930Z [00:03:19.404]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:37.7537495Z [00:03:19.404]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:37.7537984Z [00:03:19.404]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:37.7538841Z [00:03:19.404]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:37.7539264Z [00:03:19.404]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:37.7539676Z [00:03:19.404]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:37.7540123Z [00:03:19.404]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:37.7540459Z [00:03:19.404]➜  EOF
2025-08-20T22:41:37.7544849Z [00:03:19.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3;$WORK/b898=>" -p github.com/envoyproxy/go-control-plane/envoy/config/route/v3 -lang=go1.22 -complete -installsuffix shared -buildid EI7HX90Rr2S1bJZLGGXn/EI7HX90Rr2S1bJZLGGXn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b898/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3/route.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3/route.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3/route_components.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3/route_components.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3/scoped_route.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/route/v3/scoped_route.pb.validate.go
2025-08-20T22:41:37.7698594Z [00:03:19.422]➜  go tool buildid -w $WORK/b867/_pkg_.a # internal
2025-08-20T22:41:37.7730807Z [00:03:19.425]➜  cp $WORK/b867/_pkg_.a /root/.cache/go-build/cc/cc71d60f25d3e862a354662596c5865df07e4dd3bb7b71db5f1a82531f839fbe-d # internal
2025-08-20T22:41:37.7748493Z [00:03:19.427]➜  github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3
2025-08-20T22:41:37.7753619Z [00:03:19.427]➜  mkdir -p $WORK/b905/
2025-08-20T22:41:37.7754013Z [00:03:19.427]➜  cat >/tmp/go-build3998081543/b905/importcfg << 'EOF' # internal
2025-08-20T22:41:37.7754366Z [00:03:19.427]➜  # import config
2025-08-20T22:41:37.7754712Z [00:03:19.427]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:37.7755530Z [00:03:19.427]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:37.7756069Z [00:03:19.427]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:37.7756762Z [00:03:19.427]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:37.7757552Z [00:03:19.427]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:37.7758352Z [00:03:19.427]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:37.7759128Z [00:03:19.427]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:37.7759866Z [00:03:19.427]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:37.7760680Z [00:03:19.427]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:37.7761372Z [00:03:19.427]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:37.7762090Z [00:03:19.427]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:37.7762829Z [00:03:19.427]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:37.7763583Z [00:03:19.427]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:37.7764140Z [00:03:19.427]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:37.7764879Z [00:03:19.427]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:37.7765315Z [00:03:19.427]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:37.7765932Z [00:03:19.427]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:37.7766371Z [00:03:19.427]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:37.7766788Z [00:03:19.427]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:37.7767210Z [00:03:19.427]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:37.7767627Z [00:03:19.427]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:37.7768036Z [00:03:19.427]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:37.7768474Z [00:03:19.427]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:37.7768810Z [00:03:19.427]➜  EOF
2025-08-20T22:41:37.7776064Z [00:03:19.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/data/accesslog/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/data/accesslog/v3;$WORK/b905=>" -p github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid Jgj9a-LJMg_AgqgbLXJZ/Jgj9a-LJMg_AgqgbLXJZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b905/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/data/accesslog/v3/accesslog.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/data/accesslog/v3/accesslog.pb.validate.go
2025-08-20T22:41:37.7778653Z [00:03:19.430]➜  go tool buildid -w $WORK/b910/_pkg_.a # internal
2025-08-20T22:41:37.7809788Z [00:03:19.433]➜  cp $WORK/b910/_pkg_.a /root/.cache/go-build/f7/f7faec422cca2362555a302bc78e17fd4610864bc3137e24d0a00ce5f7d2ab60-d # internal
2025-08-20T22:41:37.7824572Z [00:03:19.434]➜  github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3
2025-08-20T22:41:37.7824979Z [00:03:19.434]➜  mkdir -p $WORK/b907/
2025-08-20T22:41:37.7825465Z [00:03:19.434]➜  cat >/tmp/go-build3998081543/b907/importcfg << 'EOF' # internal
2025-08-20T22:41:37.7825866Z [00:03:19.434]➜  # import config
2025-08-20T22:41:37.7826474Z [00:03:19.434]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:37.7827015Z [00:03:19.434]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:37.7827552Z [00:03:19.434]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:37.7828163Z [00:03:19.434]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:37.7828834Z [00:03:19.434]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3998081543/b870/_pkg_.a
2025-08-20T22:41:37.7829580Z [00:03:19.434]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:37.7830364Z [00:03:19.434]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:37.7831104Z [00:03:19.434]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:37.7831836Z [00:03:19.434]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:37.7832543Z [00:03:19.434]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:37.7833233Z [00:03:19.434]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:37.7833944Z [00:03:19.434]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:37.7834666Z [00:03:19.434]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:37.7835845Z [00:03:19.434]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:37.7836467Z [00:03:19.434]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:37.7836899Z [00:03:19.434]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:37.7837332Z [00:03:19.434]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:37.7837765Z [00:03:19.434]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:37.7838194Z [00:03:19.434]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:37.7838609Z [00:03:19.434]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:37.7839026Z [00:03:19.434]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:37.7839443Z [00:03:19.434]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:37.7839885Z [00:03:19.434]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:37.7840333Z [00:03:19.434]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:37.7840669Z [00:03:19.434]➜  EOF
2025-08-20T22:41:37.7845464Z [00:03:19.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/endpoint/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/endpoint/v3;$WORK/b907=>" -p github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3 -lang=go1.22 -complete -installsuffix shared -buildid F5VIIOP3IJ1yIO2Kt3R7/F5VIIOP3IJ1yIO2Kt3R7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b907/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/endpoint/v3/endpoint.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/endpoint/v3/endpoint.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/endpoint/v3/endpoint_components.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/endpoint/v3/endpoint_components.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/endpoint/v3/load_report.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/endpoint/v3/load_report.pb.validate.go
2025-08-20T22:41:38.0347047Z [00:03:19.687]➜  go tool buildid -w $WORK/b905/_pkg_.a # internal
2025-08-20T22:41:38.0399026Z [00:03:19.692]➜  cp $WORK/b905/_pkg_.a /root/.cache/go-build/c5/c5e2fd3047219964beb423def35bee7f19fee54ea70a261562994e44d3705188-d # internal
2025-08-20T22:41:38.0415875Z [00:03:19.692]➜  github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3
2025-08-20T22:41:38.0416324Z [00:03:19.692]➜  mkdir -p $WORK/b909/
2025-08-20T22:41:38.0416705Z [00:03:19.692]➜  cat >/tmp/go-build3998081543/b909/importcfg << 'EOF' # internal
2025-08-20T22:41:38.0417054Z [00:03:19.692]➜  # import config
2025-08-20T22:41:38.0417426Z [00:03:19.692]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:38.0417848Z [00:03:19.692]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:38.0418265Z [00:03:19.692]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:38.0418818Z [00:03:19.692]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:38.0419570Z [00:03:19.692]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:38.0420375Z [00:03:19.692]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:38.0421149Z [00:03:19.692]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:38.0421881Z [00:03:19.692]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:38.0422963Z [00:03:19.692]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:38.0423652Z [00:03:19.692]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:38.0424367Z [00:03:19.692]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:38.0424925Z [00:03:19.692]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:38.0445771Z [00:03:19.692]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:38.0446582Z [00:03:19.692]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:38.0447028Z [00:03:19.692]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:38.0447455Z [00:03:19.692]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:38.0447902Z [00:03:19.692]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:38.0448340Z [00:03:19.692]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:38.0448760Z [00:03:19.692]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:38.0449168Z [00:03:19.692]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:38.0449615Z [00:03:19.692]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:38.0449946Z [00:03:19.692]➜  EOF
2025-08-20T22:41:38.0453865Z [00:03:19.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/metrics/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/metrics/v3;$WORK/b909=>" -p github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3 -lang=go1.22 -complete -installsuffix shared -buildid YnIAtAo0cQNtafqrEoiz/YnIAtAo0cQNtafqrEoiz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b909/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/metrics/v3/metrics_service.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/metrics/v3/metrics_service.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/metrics/v3/stats.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/metrics/v3/stats.pb.validate.go
2025-08-20T22:41:38.0859689Z [00:03:19.738]➜  go tool buildid -w $WORK/b907/_pkg_.a # internal
2025-08-20T22:41:38.0922331Z [00:03:19.744]➜  cp $WORK/b907/_pkg_.a /root/.cache/go-build/6d/6df1c1430956c7561531f3323004525a1668dee94d7b273f0501349fe200e4a8-d # internal
2025-08-20T22:41:38.0923458Z [00:03:19.744]➜  github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3
2025-08-20T22:41:38.0925155Z [00:03:19.744]➜  mkdir -p $WORK/b906/
2025-08-20T22:41:38.0927042Z [00:03:19.744]➜  cat >/tmp/go-build3998081543/b906/importcfg << 'EOF' # internal
2025-08-20T22:41:38.0927448Z [00:03:19.744]➜  # import config
2025-08-20T22:41:38.0927790Z [00:03:19.744]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:38.0928219Z [00:03:19.744]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:38.0928640Z [00:03:19.744]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:38.0929248Z [00:03:19.744]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:38.0929896Z [00:03:19.744]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3998081543/b871/_pkg_.a
2025-08-20T22:41:38.0930600Z [00:03:19.744]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:38.0931388Z [00:03:19.744]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:38.0932208Z [00:03:19.744]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3998081543/b907/_pkg_.a
2025-08-20T22:41:38.0933424Z [00:03:19.744]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3998081543/b903/_pkg_.a
2025-08-20T22:41:38.0934205Z [00:03:19.744]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:38.0937875Z [00:03:19.744]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:38.0938832Z [00:03:19.744]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:38.0939543Z [00:03:19.744]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:38.0940229Z [00:03:19.744]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:38.0940938Z [00:03:19.744]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:38.0941677Z [00:03:19.744]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:38.0942397Z [00:03:19.744]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:38.0942958Z [00:03:19.744]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:38.0943382Z [00:03:19.744]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:38.0943817Z [00:03:19.744]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:38.0944245Z [00:03:19.744]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:38.0944664Z [00:03:19.744]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:38.0945076Z [00:03:19.744]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:38.0945711Z [00:03:19.744]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:38.0946204Z [00:03:19.744]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:38.0946612Z [00:03:19.744]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:38.0947051Z [00:03:19.744]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:38.0947635Z [00:03:19.744]➜  EOF
2025-08-20T22:41:38.0953068Z [00:03:19.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3;$WORK/b906=>" -p github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3 -lang=go1.22 -complete -installsuffix shared -buildid YT1EczFXpIHsBMHqchGT/YT1EczFXpIHsBMHqchGT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b906/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3/circuit_breaker.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3/circuit_breaker.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3/cluster.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3/cluster.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3/filter.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3/filter.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3/outlier_detection.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/cluster/v3/outlier_detection.pb.validate.go
2025-08-20T22:41:38.1864635Z [00:03:19.839]➜  go tool buildid -w $WORK/b909/_pkg_.a # internal
2025-08-20T22:41:38.1939333Z [00:03:19.846]➜  cp $WORK/b909/_pkg_.a /root/.cache/go-build/4a/4a5c62f7d5461083571b217b207d32c11c6e43bcffb4d1345ac58a3b3967c3bd-d # internal
2025-08-20T22:41:38.1944815Z [00:03:19.847]➜  github.com/envoyproxy/go-control-plane/envoy/config/trace/v3
2025-08-20T22:41:38.1945890Z [00:03:19.847]➜  mkdir -p $WORK/b911/
2025-08-20T22:41:38.1950774Z [00:03:19.847]➜  cat >/tmp/go-build3998081543/b911/importcfg << 'EOF' # internal
2025-08-20T22:41:38.1951734Z [00:03:19.847]➜  # import config
2025-08-20T22:41:38.1953690Z [00:03:19.847]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:38.1954365Z [00:03:19.847]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:38.1955131Z [00:03:19.847]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:38.1956101Z [00:03:19.847]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:38.1957304Z [00:03:19.847]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:38.1979428Z [00:03:19.848]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:38.1980554Z [00:03:19.848]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:38.1982428Z [00:03:19.848]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:38.1984178Z [00:03:19.848]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:38.1985868Z [00:03:19.848]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:38.1986700Z [00:03:19.848]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:38.1987440Z [00:03:19.848]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:38.1988168Z [00:03:19.848]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:38.1988748Z [00:03:19.848]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:38.1989174Z [00:03:19.848]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:38.1989902Z [00:03:19.848]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:38.1990450Z [00:03:19.848]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:38.1990883Z [00:03:19.848]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:38.1991413Z [00:03:19.848]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:38.1991908Z [00:03:19.848]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:38.1992333Z [00:03:19.848]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:38.1992743Z [00:03:19.848]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:38.1993191Z [00:03:19.848]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:38.1993531Z [00:03:19.848]➜  EOF
2025-08-20T22:41:38.2003610Z [00:03:19.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b911/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3;$WORK/b911=>" -p github.com/envoyproxy/go-control-plane/envoy/config/trace/v3 -lang=go1.22 -complete -installsuffix shared -buildid gIWoRGZVC0IZXVuEdmvb/gIWoRGZVC0IZXVuEdmvb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b911/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/datadog.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/datadog.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/dynamic_ot.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/dynamic_ot.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/http_tracer.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/http_tracer.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/lightstep.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/lightstep.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/opentelemetry.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/opentelemetry.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/service.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/service.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/skywalking.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/skywalking.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/trace.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/trace.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/xray.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/xray.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/zipkin.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/trace/v3/zipkin.pb.validate.go
2025-08-20T22:41:38.4663524Z [00:03:20.119]➜  go tool buildid -w $WORK/b911/_pkg_.a # internal
2025-08-20T22:41:38.4783215Z [00:03:20.131]➜  cp $WORK/b911/_pkg_.a /root/.cache/go-build/06/064a583071e39105464f86838d09777b639d24d70deabb0577c60bfebdbb439c-d # internal
2025-08-20T22:41:38.4790278Z [00:03:20.131]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3
2025-08-20T22:41:38.4791496Z [00:03:20.132]➜  mkdir -p $WORK/b912/
2025-08-20T22:41:38.4798777Z [00:03:20.132]➜  cat >/tmp/go-build3998081543/b912/importcfg << 'EOF' # internal
2025-08-20T22:41:38.4801314Z [00:03:20.132]➜  # import config
2025-08-20T22:41:38.4801927Z [00:03:20.132]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:38.4802434Z [00:03:20.132]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:38.4802971Z [00:03:20.132]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:38.4803797Z [00:03:20.132]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:38.4804736Z [00:03:20.132]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:38.4805653Z [00:03:20.132]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:38.4806535Z [00:03:20.132]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:38.4807308Z [00:03:20.132]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:38.4808039Z [00:03:20.132]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:38.4808746Z [00:03:20.132]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:38.4809440Z [00:03:20.132]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:38.4810162Z [00:03:20.132]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:38.4810895Z [00:03:20.132]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:38.4811782Z [00:03:20.132]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:38.4812209Z [00:03:20.132]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:38.4812641Z [00:03:20.132]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:38.4813073Z [00:03:20.133]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:38.4813496Z [00:03:20.133]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:38.4813913Z [00:03:20.133]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:38.4814332Z [00:03:20.133]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:38.4814750Z [00:03:20.133]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:38.4815156Z [00:03:20.133]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:38.4815770Z [00:03:20.133]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:38.4816114Z [00:03:20.133]➜  EOF
2025-08-20T22:41:38.4844821Z [00:03:20.136]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b912/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3;$WORK/b912=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3 -lang=go1.22 -complete -installsuffix shared -buildid EgEXEmvuRNMXIBhVXzr5/EgEXEmvuRNMXIBhVXzr5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b912/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/cert.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/cert.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/common.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/common.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/secret.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/secret.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/tls.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/tls.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/transport_sockets/tls/v3/tls_spiffe_validator_config.pb.validate.go
2025-08-20T22:41:38.9662295Z [00:03:20.619]➜  go tool buildid -w $WORK/b906/_pkg_.a # internal
2025-08-20T22:41:39.0067583Z [00:03:20.659]➜  cp $WORK/b906/_pkg_.a /root/.cache/go-build/ef/effb238f9186976577e0e1eb974f50c5ce04db24aaf55aed803f2968359f82c0-d # internal
2025-08-20T22:41:39.0068409Z [00:03:20.659]➜  google.golang.org/grpc/xds/internal/xdsclient/transport
2025-08-20T22:41:39.0068788Z [00:03:20.659]➜  mkdir -p $WORK/b920/
2025-08-20T22:41:39.0070716Z [00:03:20.659]➜  cat >/tmp/go-build3998081543/b920/importcfg << 'EOF' # internal
2025-08-20T22:41:39.0071722Z [00:03:20.659]➜  # import config
2025-08-20T22:41:39.0072438Z [00:03:20.660]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:39.0073522Z [00:03:20.660]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:41:39.0074501Z [00:03:20.660]➜  EOF
2025-08-20T22:41:39.0077226Z [00:03:20.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b920/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport;$WORK/b920=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport -lang=go1.23 -complete -installsuffix shared -buildid 6NKw0z7fGQAIgaaJx3vh/6NKw0z7fGQAIgaaJx3vh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b920/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/transport_interface.go
2025-08-20T22:41:39.0774877Z [00:03:20.730]➜  go tool buildid -w $WORK/b920/_pkg_.a # internal
2025-08-20T22:41:39.0788458Z [00:03:20.731]➜  cp $WORK/b920/_pkg_.a /root/.cache/go-build/95/95080052fe97d45e8ca39323b114408d8ae496f3a0d578626fa0ee86622e2a7c-d # internal
2025-08-20T22:41:39.0791519Z [00:03:20.732]➜  github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3
2025-08-20T22:41:39.0792274Z [00:03:20.732]➜  mkdir -p $WORK/b922/
2025-08-20T22:41:39.0797213Z [00:03:20.732]➜  cat >/tmp/go-build3998081543/b922/importcfg << 'EOF' # internal
2025-08-20T22:41:39.0798100Z [00:03:20.732]➜  # import config
2025-08-20T22:41:39.0799033Z [00:03:20.732]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:39.0799800Z [00:03:20.732]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:39.0800589Z [00:03:20.732]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.0801256Z [00:03:20.732]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.0801990Z [00:03:20.732]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:39.0803399Z [00:03:20.732]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:39.0804527Z [00:03:20.732]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:39.0805942Z [00:03:20.732]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:39.0808288Z [00:03:20.732]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:39.0809350Z [00:03:20.732]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:39.0811442Z [00:03:20.732]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:39.0812828Z [00:03:20.732]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:39.0814139Z [00:03:20.732]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:39.0816843Z [00:03:20.732]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:39.0817753Z [00:03:20.732]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:39.0818973Z [00:03:20.732]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:39.0819930Z [00:03:20.732]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:39.0821607Z [00:03:20.732]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:39.0823889Z [00:03:20.732]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:39.0824355Z [00:03:20.732]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.0824783Z [00:03:20.732]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:39.0825207Z [00:03:20.732]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.0825801Z [00:03:20.732]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:39.0826224Z [00:03:20.732]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:39.0826669Z [00:03:20.732]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:39.0827007Z [00:03:20.732]➜  EOF
2025-08-20T22:41:39.0831039Z [00:03:20.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/discovery/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/discovery/v3;$WORK/b922=>" -p github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3 -lang=go1.22 -complete -installsuffix shared -buildid la27Amz_8KBnb5k8k7Ox/la27Amz_8KBnb5k8k7Ox -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b922/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/discovery/v3/ads.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/discovery/v3/ads.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/discovery/v3/ads_grpc.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/discovery/v3/discovery.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/discovery/v3/discovery.pb.validate.go
2025-08-20T22:41:39.1289986Z [00:03:20.781]➜  go tool buildid -w $WORK/b912/_pkg_.a # internal
2025-08-20T22:41:39.1340116Z [00:03:20.786]➜  cp $WORK/b912/_pkg_.a /root/.cache/go-build/df/df31d2b117345b350c3d40e69edebfd9f1b39ad3f8f688917ad74812488f3f84-d # internal
2025-08-20T22:41:39.1346101Z [00:03:20.786]➜  github.com/cncf/xds/go/udpa/type/v1
2025-08-20T22:41:39.1346468Z [00:03:20.786]➜  mkdir -p $WORK/b924/
2025-08-20T22:41:39.1356465Z [00:03:20.788]➜  cat >/tmp/go-build3998081543/b924/importcfg << 'EOF' # internal
2025-08-20T22:41:39.1357093Z [00:03:20.788]➜  # import config
2025-08-20T22:41:39.1357847Z [00:03:20.788]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:39.1359409Z [00:03:20.788]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.1359835Z [00:03:20.788]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.1360420Z [00:03:20.788]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:39.1361163Z [00:03:20.788]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:39.1361852Z [00:03:20.788]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:39.1362726Z [00:03:20.788]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:39.1363358Z [00:03:20.788]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:39.1363787Z [00:03:20.788]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:39.1364218Z [00:03:20.788]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:39.1364646Z [00:03:20.788]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:39.1365067Z [00:03:20.788]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.1365675Z [00:03:20.788]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:39.1366314Z [00:03:20.788]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.1366735Z [00:03:20.788]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:39.1367146Z [00:03:20.788]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:39.1367591Z [00:03:20.788]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:39.1367924Z [00:03:20.788]➜  EOF
2025-08-20T22:41:39.1370587Z [00:03:20.788]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b924/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/type/v1=>github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/type/v1;$WORK/b924=>" -p github.com/cncf/xds/go/udpa/type/v1 -lang=go1.19 -complete -installsuffix shared -buildid Og6m6WUME3qZUOJvaH4T/Og6m6WUME3qZUOJvaH4T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b924/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/type/v1/typed_struct.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/udpa/type/v1/typed_struct.pb.validate.go
2025-08-20T22:41:39.1663308Z [00:03:20.819]➜  go tool buildid -w $WORK/b898/_pkg_.a # internal
2025-08-20T22:41:39.1886202Z [00:03:20.841]➜  go tool buildid -w $WORK/b924/_pkg_.a # internal
2025-08-20T22:41:39.1896310Z [00:03:20.842]➜  cp $WORK/b924/_pkg_.a /root/.cache/go-build/44/44d8bdc1aa6478ea2ac9e61d8275931f55f55f77ef80da826c38a797a824a723-d # internal
2025-08-20T22:41:39.1897935Z [00:03:20.842]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3
2025-08-20T22:41:39.1898755Z [00:03:20.842]➜  mkdir -p $WORK/b925/
2025-08-20T22:41:39.1899336Z [00:03:20.842]➜  cat >/tmp/go-build3998081543/b925/importcfg << 'EOF' # internal
2025-08-20T22:41:39.1899781Z [00:03:20.842]➜  # import config
2025-08-20T22:41:39.1900220Z [00:03:20.842]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:39.1900734Z [00:03:20.842]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.1901260Z [00:03:20.842]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.1902336Z [00:03:20.842]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:39.1903616Z [00:03:20.842]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:39.1905088Z [00:03:20.842]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:39.1906728Z [00:03:20.842]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:39.1907984Z [00:03:20.842]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:39.1908986Z [00:03:20.842]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:39.1909741Z [00:03:20.842]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:39.1910592Z [00:03:20.842]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:39.1911550Z [00:03:20.842]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:39.1912387Z [00:03:20.842]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.1913419Z [00:03:20.842]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:39.1914279Z [00:03:20.842]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.1915176Z [00:03:20.842]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:39.1916036Z [00:03:20.842]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:39.1916707Z [00:03:20.842]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:39.1917508Z [00:03:20.842]➜  EOF
2025-08-20T22:41:39.1920884Z [00:03:20.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b925/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/clusters/aggregate/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/clusters/aggregate/v3;$WORK/b925=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3 -lang=go1.22 -complete -installsuffix shared -buildid dFv-SWlxmx5iWi4wuMG-/dFv-SWlxmx5iWi4wuMG- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b925/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/clusters/aggregate/v3/cluster.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/clusters/aggregate/v3/cluster.pb.validate.go
2025-08-20T22:41:39.2017464Z [00:03:20.854]➜  cp $WORK/b898/_pkg_.a /root/.cache/go-build/0c/0c717d66c0122eb54bf11a46c56331eac662804e99d8013947092b441a9435a8-d # internal
2025-08-20T22:41:39.2018242Z [00:03:20.854]➜  github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3
2025-08-20T22:41:39.2025290Z [00:03:20.855]➜  mkdir -p $WORK/b897/
2025-08-20T22:41:39.2031947Z [00:03:20.856]➜  cat >/tmp/go-build3998081543/b897/importcfg << 'EOF' # internal
2025-08-20T22:41:39.2033419Z [00:03:20.856]➜  # import config
2025-08-20T22:41:39.2033909Z [00:03:20.856]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:39.2034814Z [00:03:20.856]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.2035720Z [00:03:20.856]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.2036539Z [00:03:20.856]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:39.2037700Z [00:03:20.856]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:39.2039083Z [00:03:20.856]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3998081543/b898/_pkg_.a
2025-08-20T22:41:39.2040371Z [00:03:20.856]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build3998081543/b905/_pkg_.a
2025-08-20T22:41:39.2043260Z [00:03:20.856]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:39.2045189Z [00:03:20.856]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:39.2046860Z [00:03:20.856]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:39.2048125Z [00:03:20.856]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:39.2051373Z [00:03:20.856]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:39.2053112Z [00:03:20.856]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:39.2053849Z [00:03:20.856]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:39.2054424Z [00:03:20.856]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:39.2054846Z [00:03:20.856]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:39.2055646Z [00:03:20.856]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:39.2056178Z [00:03:20.856]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:39.2056613Z [00:03:20.856]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.2057029Z [00:03:20.856]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:39.2057448Z [00:03:20.856]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.2057868Z [00:03:20.856]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:39.2058277Z [00:03:20.856]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:39.2058960Z [00:03:20.856]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:39.2059296Z [00:03:20.856]➜  EOF
2025-08-20T22:41:39.2062139Z [00:03:20.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/accesslog/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/accesslog/v3;$WORK/b897=>" -p github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3 -lang=go1.22 -complete -installsuffix shared -buildid 5JDpSvkZ6TIPJRmkgwY3/5JDpSvkZ6TIPJRmkgwY3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b897/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/accesslog/v3/accesslog.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/accesslog/v3/accesslog.pb.validate.go
2025-08-20T22:41:39.2448924Z [00:03:20.897]➜  go tool buildid -w $WORK/b925/_pkg_.a # internal
2025-08-20T22:41:39.2457081Z [00:03:20.898]➜  cp $WORK/b925/_pkg_.a /root/.cache/go-build/e2/e2615cb788c4ac6d14e58ccc170daee6bb55e3a1334b874ba3823eef6c330843-d # internal
2025-08-20T22:41:39.2465100Z [00:03:20.899]➜  github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3
2025-08-20T22:41:39.2470012Z [00:03:20.899]➜  mkdir -p $WORK/b914/
2025-08-20T22:41:39.2470429Z [00:03:20.899]➜  cat >/tmp/go-build3998081543/b914/importcfg << 'EOF' # internal
2025-08-20T22:41:39.2470784Z [00:03:20.899]➜  # import config
2025-08-20T22:41:39.2471135Z [00:03:20.899]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:39.2471559Z [00:03:20.899]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.2471976Z [00:03:20.899]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.2472519Z [00:03:20.899]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:39.2473258Z [00:03:20.899]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:39.2474080Z [00:03:20.899]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3998081543/b898/_pkg_.a
2025-08-20T22:41:39.2474888Z [00:03:20.899]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:39.2475848Z [00:03:20.899]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:39.2476842Z [00:03:20.899]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:39.2477632Z [00:03:20.899]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:39.2478321Z [00:03:20.899]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:39.2478856Z [00:03:20.899]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:39.2479296Z [00:03:20.899]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:39.2479728Z [00:03:20.899]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:39.2480157Z [00:03:20.899]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:39.2480697Z [00:03:20.899]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.2481177Z [00:03:20.899]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:39.2481604Z [00:03:20.899]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.2482027Z [00:03:20.899]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:39.2482441Z [00:03:20.899]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:39.2482879Z [00:03:20.899]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:39.2483214Z [00:03:20.899]➜  EOF
2025-08-20T22:41:39.2497798Z [00:03:20.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/common/matcher/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/common/matcher/v3;$WORK/b914=>" -p github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3 -lang=go1.22 -complete -installsuffix shared -buildid EvN24oFMa0hq3BbjUfVf/EvN24oFMa0hq3BbjUfVf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b914/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/common/matcher/v3/matcher.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/common/matcher/v3/matcher.pb.validate.go
2025-08-20T22:41:39.4248651Z [00:03:21.077]➜  go tool buildid -w $WORK/b922/_pkg_.a # internal
2025-08-20T22:41:39.4452074Z [00:03:21.097]➜  cp $WORK/b922/_pkg_.a /root/.cache/go-build/8a/8a546ed7a58716123c0660cf61105fbba7815d9c2403f3ec347500b60f8d6935-d # internal
2025-08-20T22:41:39.4458638Z [00:03:21.097]➜  github.com/envoyproxy/go-control-plane/envoy/type/http/v3
2025-08-20T22:41:39.4459034Z [00:03:21.097]➜  mkdir -p $WORK/b927/
2025-08-20T22:41:39.4459412Z [00:03:21.097]➜  cat >/tmp/go-build3998081543/b927/importcfg << 'EOF' # internal
2025-08-20T22:41:39.4459761Z [00:03:21.097]➜  # import config
2025-08-20T22:41:39.4460118Z [00:03:21.097]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:39.4460540Z [00:03:21.097]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.4460966Z [00:03:21.097]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.4461661Z [00:03:21.097]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:39.4462365Z [00:03:21.097]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:39.4463094Z [00:03:21.097]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:39.4463812Z [00:03:21.097]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:39.4464503Z [00:03:21.097]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:39.4465562Z [00:03:21.097]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:39.4466270Z [00:03:21.097]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:39.4466816Z [00:03:21.097]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:39.4467302Z [00:03:21.097]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:39.4467731Z [00:03:21.097]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:39.4468155Z [00:03:21.097]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.4468585Z [00:03:21.097]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:39.4469003Z [00:03:21.097]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.4469421Z [00:03:21.097]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:39.4469834Z [00:03:21.097]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:39.4470275Z [00:03:21.097]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:39.4470612Z [00:03:21.097]➜  EOF
2025-08-20T22:41:39.4474113Z [00:03:21.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b927/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/http/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/http/v3;$WORK/b927=>" -p github.com/envoyproxy/go-control-plane/envoy/type/http/v3 -lang=go1.22 -complete -installsuffix shared -buildid RYfjS035Co2lTzAdMmrA/RYfjS035Co2lTzAdMmrA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b927/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/http/v3/cookie.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/http/v3/cookie.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/http/v3/path_transformation.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/type/http/v3/path_transformation.pb.validate.go
2025-08-20T22:41:39.5395922Z [00:03:21.192]➜  go tool buildid -w $WORK/b914/_pkg_.a # internal
2025-08-20T22:41:39.5464911Z [00:03:21.199]➜  cp $WORK/b914/_pkg_.a /root/.cache/go-build/01/01983cf5890470193650d64a302c04729d5b8b66c1970a4265015f8e745dfc6a-d # internal
2025-08-20T22:41:39.5507832Z [00:03:21.203]➜  github.com/envoyproxy/go-control-plane/envoy/config/tap/v3
2025-08-20T22:41:39.5508939Z [00:03:21.203]➜  mkdir -p $WORK/b913/
2025-08-20T22:41:39.5509553Z [00:03:21.203]➜  cat >/tmp/go-build3998081543/b913/importcfg << 'EOF' # internal
2025-08-20T22:41:39.5510719Z [00:03:21.203]➜  # import config
2025-08-20T22:41:39.5513713Z [00:03:21.203]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:39.5514149Z [00:03:21.203]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.5514573Z [00:03:21.203]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.5515132Z [00:03:21.203]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:39.5522689Z [00:03:21.203]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:39.5523540Z [00:03:21.203]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build3998081543/b914/_pkg_.a
2025-08-20T22:41:39.5524389Z [00:03:21.203]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:39.5525194Z [00:03:21.203]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3998081543/b898/_pkg_.a
2025-08-20T22:41:39.5526144Z [00:03:21.203]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:39.5527161Z [00:03:21.203]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:39.5527983Z [00:03:21.203]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:39.5528791Z [00:03:21.203]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:39.5529622Z [00:03:21.203]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:39.5530353Z [00:03:21.203]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:39.5530913Z [00:03:21.203]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:39.5531345Z [00:03:21.203]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:39.5531774Z [00:03:21.203]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:39.5532201Z [00:03:21.203]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:39.5532629Z [00:03:21.203]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.5533044Z [00:03:21.203]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:39.5533464Z [00:03:21.203]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.5533883Z [00:03:21.203]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:39.5534292Z [00:03:21.203]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:39.5534731Z [00:03:21.203]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:39.5535063Z [00:03:21.203]➜  EOF
2025-08-20T22:41:39.5559191Z [00:03:21.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b913/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/tap/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/tap/v3;$WORK/b913=>" -p github.com/envoyproxy/go-control-plane/envoy/config/tap/v3 -lang=go1.22 -complete -installsuffix shared -buildid bqrqxyoF-oRSB6Y-B3k9/bqrqxyoF-oRSB6Y-B3k9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b913/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/tap/v3/common.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/tap/v3/common.pb.validate.go
2025-08-20T22:41:39.5561614Z [00:03:21.206]➜  go tool buildid -w $WORK/b927/_pkg_.a # internal
2025-08-20T22:41:39.5576927Z [00:03:21.208]➜  cp $WORK/b927/_pkg_.a /root/.cache/go-build/3a/3ad412dbb65685d7f89cf3a0ea61bf5a09e9f3f0bf134885653345333868eb81-d # internal
2025-08-20T22:41:39.5577695Z [00:03:21.208]➜  google.golang.org/grpc/internal/xds/matcher
2025-08-20T22:41:39.5578460Z [00:03:21.208]➜  mkdir -p $WORK/b928/
2025-08-20T22:41:39.5578880Z [00:03:21.208]➜  cat >/tmp/go-build3998081543/b928/importcfg << 'EOF' # internal
2025-08-20T22:41:39.5579228Z [00:03:21.208]➜  # import config
2025-08-20T22:41:39.5579578Z [00:03:21.208]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.5580000Z [00:03:21.208]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.5580637Z [00:03:21.208]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:39.5581371Z [00:03:21.208]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3998081543/b497/_pkg_.a
2025-08-20T22:41:39.5581994Z [00:03:21.208]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:39.5582495Z [00:03:21.208]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.5582932Z [00:03:21.209]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:39.5583361Z [00:03:21.209]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.5583682Z [00:03:21.209]➜  EOF
2025-08-20T22:41:39.5586661Z [00:03:21.209]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b928/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/matcher=>google.golang.org/grpc@v1.72.2/internal/xds/matcher;$WORK/b928=>" -p google.golang.org/grpc/internal/xds/matcher -lang=go1.23 -complete -installsuffix shared -buildid 6lBCdfIJT-XDlrkG01N0/6lBCdfIJT-XDlrkG01N0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b928/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/matcher/matcher_header.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/matcher/string_matcher.go
2025-08-20T22:41:39.5679959Z [00:03:21.220]➜  go tool buildid -w $WORK/b897/_pkg_.a # internal
2025-08-20T22:41:39.5744553Z [00:03:21.227]➜  cp $WORK/b897/_pkg_.a /root/.cache/go-build/c5/c53a622320c450209fcca0ceac442eefe12d606070bd3de8c9b9c2d30a9ee14a-d # internal
2025-08-20T22:41:39.5746083Z [00:03:21.227]➜  github.com/envoyproxy/go-control-plane/envoy/config/listener/v3
2025-08-20T22:41:39.5746544Z [00:03:21.227]➜  mkdir -p $WORK/b908/
2025-08-20T22:41:39.5746939Z [00:03:21.227]➜  cat >/tmp/go-build3998081543/b908/importcfg << 'EOF' # internal
2025-08-20T22:41:39.5747291Z [00:03:21.227]➜  # import config
2025-08-20T22:41:39.5747638Z [00:03:21.227]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:39.5748069Z [00:03:21.227]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.5748486Z [00:03:21.227]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.5749929Z [00:03:21.227]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:39.5750609Z [00:03:21.227]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3998081543/b870/_pkg_.a
2025-08-20T22:41:39.5751545Z [00:03:21.227]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3998081543/b871/_pkg_.a
2025-08-20T22:41:39.5752194Z [00:03:21.227]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3998081543/b899/_pkg_.a
2025-08-20T22:41:39.5752939Z [00:03:21.227]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:39.5753758Z [00:03:21.227]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3998081543/b897/_pkg_.a
2025-08-20T22:41:39.5754576Z [00:03:21.227]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:39.5755489Z [00:03:21.227]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:39.5758409Z [00:03:21.227]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:39.5759387Z [00:03:21.227]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:39.5760092Z [00:03:21.227]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:39.5760788Z [00:03:21.227]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:39.5761504Z [00:03:21.227]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:39.5762235Z [00:03:21.227]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:39.5762812Z [00:03:21.227]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:39.5763236Z [00:03:21.227]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:39.5763674Z [00:03:21.227]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:39.5764112Z [00:03:21.227]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:39.5764540Z [00:03:21.227]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.5764957Z [00:03:21.227]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:39.5765751Z [00:03:21.227]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.5766292Z [00:03:21.227]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:39.5766800Z [00:03:21.227]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:39.5767299Z [00:03:21.227]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:39.5767632Z [00:03:21.227]➜  EOF
2025-08-20T22:41:39.5782561Z [00:03:21.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3;$WORK/b908=>" -p github.com/envoyproxy/go-control-plane/envoy/config/listener/v3 -lang=go1.22 -complete -installsuffix shared -buildid 02giRdWnbjVkMUVpDGBR/02giRdWnbjVkMUVpDGBR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b908/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/api_listener.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/api_listener.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/listener.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/listener.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/listener_components.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/listener_components.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/quic_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/quic_config.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/udp_listener_config.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/listener/v3/udp_listener_config.pb.validate.go
2025-08-20T22:41:39.6019588Z [00:03:21.254]➜  go tool buildid -w $WORK/b928/_pkg_.a # internal
2025-08-20T22:41:39.6054034Z [00:03:21.257]➜  cp $WORK/b928/_pkg_.a /root/.cache/go-build/cb/cbc7906a6fa9c0fdb82329e1d80696e1606f055c68c4a13aecb3d5299005b9ad-d # internal
2025-08-20T22:41:39.6054956Z [00:03:21.257]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3
2025-08-20T22:41:39.6055609Z [00:03:21.257]➜  mkdir -p $WORK/b926/
2025-08-20T22:41:39.6058809Z [00:03:21.258]➜  cat >/tmp/go-build3998081543/b926/importcfg << 'EOF' # internal
2025-08-20T22:41:39.6059203Z [00:03:21.258]➜  # import config
2025-08-20T22:41:39.6059546Z [00:03:21.258]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:39.6059972Z [00:03:21.258]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:39.6060400Z [00:03:21.258]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.6060945Z [00:03:21.258]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:39.6061680Z [00:03:21.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:39.6062497Z [00:03:21.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3998081543/b897/_pkg_.a
2025-08-20T22:41:39.6063316Z [00:03:21.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:39.6064113Z [00:03:21.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3998081543/b898/_pkg_.a
2025-08-20T22:41:39.6064923Z [00:03:21.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3998081543/b911/_pkg_.a
2025-08-20T22:41:39.6066131Z [00:03:21.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build3998081543/b927/_pkg_.a
2025-08-20T22:41:39.6066993Z [00:03:21.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3998081543/b904/_pkg_.a
2025-08-20T22:41:39.6067859Z [00:03:21.258]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:39.6068664Z [00:03:21.258]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:39.6069391Z [00:03:21.258]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:39.6070108Z [00:03:21.258]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:39.6070795Z [00:03:21.258]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:39.6071506Z [00:03:21.258]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:39.6072234Z [00:03:21.258]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:39.6072797Z [00:03:21.258]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:39.6073217Z [00:03:21.258]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:39.6073650Z [00:03:21.258]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:39.6074074Z [00:03:21.258]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:39.6074496Z [00:03:21.258]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:39.6075171Z [00:03:21.258]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:39.6080839Z [00:03:21.258]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:39.6081446Z [00:03:21.258]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:39.6082044Z [00:03:21.258]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:39.6082688Z [00:03:21.258]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:39.6083091Z [00:03:21.258]➜  EOF
2025-08-20T22:41:39.6087386Z [00:03:21.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b926/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/network/http_connection_manager/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/network/http_connection_manager/v3;$WORK/b926=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3 -lang=go1.22 -complete -installsuffix shared -buildid rSNita2sl-1-x8N3y9DO/rSNita2sl-1-x8N3y9DO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b926/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/network/http_connection_manager/v3/http_connection_manager.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/network/http_connection_manager/v3/http_connection_manager.pb.validate.go
2025-08-20T22:41:39.8328595Z [00:03:21.485]➜  go tool buildid -w $WORK/b913/_pkg_.a # internal
2025-08-20T22:41:39.8520540Z [00:03:21.504]➜  cp $WORK/b913/_pkg_.a /root/.cache/go-build/54/5472556f76e4a7b3b142ce2441f4abc42e899d10e79691abba1bbff101adb20f-d # internal
2025-08-20T22:41:39.8552009Z [00:03:21.507]➜  google.golang.org/grpc/xds/internal
2025-08-20T22:41:39.8553692Z [00:03:21.508]➜  mkdir -p $WORK/b929/
2025-08-20T22:41:39.8555181Z [00:03:21.508]➜  cat >/tmp/go-build3998081543/b929/importcfg << 'EOF' # internal
2025-08-20T22:41:39.8555786Z [00:03:21.508]➜  # import config
2025-08-20T22:41:39.8556178Z [00:03:21.508]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:39.8556628Z [00:03:21.508]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.8557505Z [00:03:21.508]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:39.8557960Z [00:03:21.508]➜  EOF
2025-08-20T22:41:39.8572482Z [00:03:21.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b929/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal=>google.golang.org/grpc@v1.72.2/xds/internal;$WORK/b929=>" -p google.golang.org/grpc/xds/internal -lang=go1.23 -complete -installsuffix shared -buildid 9LDAPmmZFdCddDBNvSaS/9LDAPmmZFdCddDBNvSaS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b929/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/internal.go
2025-08-20T22:41:39.8949900Z [00:03:21.547]➜  go tool buildid -w $WORK/b929/_pkg_.a # internal
2025-08-20T22:41:39.8955901Z [00:03:21.548]➜  cp $WORK/b929/_pkg_.a /root/.cache/go-build/3b/3b2d01dc3460509e82e964a2839fa49009292df8789139e413db755c2b8343ac-d # internal
2025-08-20T22:41:39.8957378Z [00:03:21.548]➜  google.golang.org/grpc/xds/internal/clusterspecifier
2025-08-20T22:41:39.8958289Z [00:03:21.548]➜  mkdir -p $WORK/b930/
2025-08-20T22:41:39.8962611Z [00:03:21.549]➜  cat >/tmp/go-build3998081543/b930/importcfg << 'EOF' # internal
2025-08-20T22:41:39.8963824Z [00:03:21.549]➜  # import config
2025-08-20T22:41:39.8964279Z [00:03:21.549]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:39.8964682Z [00:03:21.549]➜  EOF
2025-08-20T22:41:39.8966987Z [00:03:21.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b930/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/clusterspecifier=>google.golang.org/grpc@v1.72.2/xds/internal/clusterspecifier;$WORK/b930=>" -p google.golang.org/grpc/xds/internal/clusterspecifier -lang=go1.23 -complete -installsuffix shared -buildid H7-nLUWiJWp23Hb6fk1V/H7-nLUWiJWp23Hb6fk1V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b930/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/clusterspecifier/cluster_specifier.go
2025-08-20T22:41:39.9240001Z [00:03:21.576]➜  go tool buildid -w $WORK/b930/_pkg_.a # internal
2025-08-20T22:41:39.9248331Z [00:03:21.577]➜  cp $WORK/b930/_pkg_.a /root/.cache/go-build/a7/a7d53c44f3004c5cb1e4a7612305dd94d694fd99d8fa5714e79670616b667fdc-d # internal
2025-08-20T22:41:39.9249066Z [00:03:21.577]➜  google.golang.org/grpc/xds/internal/httpfilter
2025-08-20T22:41:39.9251528Z [00:03:21.577]➜  mkdir -p $WORK/b931/
2025-08-20T22:41:39.9256035Z [00:03:21.578]➜  cat >/tmp/go-build3998081543/b931/importcfg << 'EOF' # internal
2025-08-20T22:41:39.9256468Z [00:03:21.578]➜  # import config
2025-08-20T22:41:39.9256985Z [00:03:21.578]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3998081543/b515/_pkg_.a
2025-08-20T22:41:39.9257655Z [00:03:21.578]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:39.9258059Z [00:03:21.578]➜  EOF
2025-08-20T22:41:39.9260166Z [00:03:21.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b931/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/httpfilter=>google.golang.org/grpc@v1.72.2/xds/internal/httpfilter;$WORK/b931=>" -p google.golang.org/grpc/xds/internal/httpfilter -lang=go1.23 -complete -installsuffix shared -buildid HVJB4bgrUvI9lAIUgOJc/HVJB4bgrUvI9lAIUgOJc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b931/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/httpfilter.go
2025-08-20T22:41:39.9598293Z [00:03:21.611]➜  go tool buildid -w $WORK/b931/_pkg_.a # internal
2025-08-20T22:41:39.9600147Z [00:03:21.612]➜  cp $WORK/b931/_pkg_.a /root/.cache/go-build/96/96ddc4ac541e3ff6e56d13cb24189220ab9c98892adc0ba04cb1739a061be980-d # internal
2025-08-20T22:41:39.9602047Z [00:03:21.612]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry
2025-08-20T22:41:39.9602426Z [00:03:21.613]➜  mkdir -p $WORK/b932/
2025-08-20T22:41:39.9608059Z [00:03:21.613]➜  cat >/tmp/go-build3998081543/b932/importcfg << 'EOF' # internal
2025-08-20T22:41:39.9608806Z [00:03:21.613]➜  # import config
2025-08-20T22:41:39.9609248Z [00:03:21.613]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:39.9609812Z [00:03:21.613]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:39.9610554Z [00:03:21.613]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3998081543/b906/_pkg_.a
2025-08-20T22:41:39.9611062Z [00:03:21.613]➜  EOF
2025-08-20T22:41:39.9613404Z [00:03:21.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b932/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdslbregistry=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdslbregistry;$WORK/b932=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry -lang=go1.23 -complete -installsuffix shared -buildid QenVmkCDLcHNC5MHMl4A/QenVmkCDLcHNC5MHMl4A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b932/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdslbregistry/xdslbregistry.go
2025-08-20T22:41:40.0063158Z [00:03:21.658]➜  go tool buildid -w $WORK/b932/_pkg_.a # internal
2025-08-20T22:41:40.0073899Z [00:03:21.659]➜  cp $WORK/b932/_pkg_.a /root/.cache/go-build/e7/e7689aac83f4fbf3314c2212b3bc56f9500a778ae883a160e5a71ed67ab7050f-d # internal
2025-08-20T22:41:40.0075778Z [00:03:21.660]➜  github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3
2025-08-20T22:41:40.0076198Z [00:03:21.660]➜  mkdir -p $WORK/b935/
2025-08-20T22:41:40.0084212Z [00:03:21.661]➜  cat >/tmp/go-build3998081543/b935/importcfg << 'EOF' # internal
2025-08-20T22:41:40.0085670Z [00:03:21.661]➜  # import config
2025-08-20T22:41:40.0097836Z [00:03:21.661]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:40.0098823Z [00:03:21.661]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:40.0099439Z [00:03:21.661]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:40.0100059Z [00:03:21.661]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.0100788Z [00:03:21.661]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:40.0101627Z [00:03:21.661]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:40.0103491Z [00:03:21.661]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3998081543/b907/_pkg_.a
2025-08-20T22:41:40.0104172Z [00:03:21.661]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:40.0104746Z [00:03:21.661]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:40.0105322Z [00:03:21.661]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:40.0106183Z [00:03:21.661]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:40.0106899Z [00:03:21.661]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:40.0107597Z [00:03:21.661]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:40.0108308Z [00:03:21.661]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:40.0108868Z [00:03:21.661]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:40.0109329Z [00:03:21.661]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:40.0109775Z [00:03:21.661]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:40.0110200Z [00:03:21.661]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:40.0110625Z [00:03:21.661]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:40.0111271Z [00:03:21.661]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:40.0111768Z [00:03:21.661]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:40.0112191Z [00:03:21.661]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.0112710Z [00:03:21.661]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.0113192Z [00:03:21.661]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:40.0113530Z [00:03:21.661]➜  EOF
2025-08-20T22:41:40.0116852Z [00:03:21.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/load_stats/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/load_stats/v3;$WORK/b935=>" -p github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3 -lang=go1.22 -complete -installsuffix shared -buildid MeDTJRgtdPKXC_PtzGH3/MeDTJRgtdPKXC_PtzGH3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b935/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/load_stats/v3/lrs.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/load_stats/v3/lrs.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/load_stats/v3/lrs_grpc.pb.go
2025-08-20T22:41:40.1299569Z [00:03:21.781]➜  go tool buildid -w $WORK/b908/_pkg_.a # internal
2025-08-20T22:41:40.1372157Z [00:03:21.789]➜  go tool buildid -w $WORK/b935/_pkg_.a # internal
2025-08-20T22:41:40.1398341Z [00:03:21.792]➜  cp $WORK/b935/_pkg_.a /root/.cache/go-build/a8/a89a7a78f2a4e3b0507aecf57acb61edd86ca5dc91ff6de2c40b40e1b1ea669c-d # internal
2025-08-20T22:41:40.1404331Z [00:03:21.792]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport
2025-08-20T22:41:40.1404766Z [00:03:21.792]➜  mkdir -p $WORK/b934/
2025-08-20T22:41:40.1405147Z [00:03:21.793]➜  cat >/tmp/go-build3998081543/b934/importcfg << 'EOF' # internal
2025-08-20T22:41:40.1405691Z [00:03:21.793]➜  # import config
2025-08-20T22:41:40.1406053Z [00:03:21.793]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:40.1406481Z [00:03:21.793]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.1407142Z [00:03:21.793]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3998081543/b922/_pkg_.a
2025-08-20T22:41:40.1407994Z [00:03:21.793]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3998081543/b935/_pkg_.a
2025-08-20T22:41:40.1408671Z [00:03:21.793]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:40.1409256Z [00:03:21.793]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3998081543/b529/_pkg_.a
2025-08-20T22:41:40.1409957Z [00:03:21.793]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build3998081543/b918/_pkg_.a
2025-08-20T22:41:40.1410746Z [00:03:21.793]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3998081543/b920/_pkg_.a
2025-08-20T22:41:40.1411341Z [00:03:21.793]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.1411653Z [00:03:21.793]➜  EOF
2025-08-20T22:41:40.1414188Z [00:03:21.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b934/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/grpctransport=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/grpctransport;$WORK/b934=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport -lang=go1.23 -complete -installsuffix shared -buildid b9Rh4AnTIjbiWks76Lgq/b9Rh4AnTIjbiWks76Lgq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b934/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/grpctransport/grpctransport.go
2025-08-20T22:41:40.1457422Z [00:03:21.798]➜  cp $WORK/b908/_pkg_.a /root/.cache/go-build/4d/4d84cbec9af485ccedee83d9fffc5f3257d55e9e7d50612446f0ef63902ab931-d # internal
2025-08-20T22:41:40.1466503Z [00:03:21.799]➜  github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3
2025-08-20T22:41:40.1476129Z [00:03:21.799]➜  mkdir -p $WORK/b896/
2025-08-20T22:41:40.1476837Z [00:03:21.800]➜  cat >/tmp/go-build3998081543/b896/importcfg << 'EOF' # internal
2025-08-20T22:41:40.1477246Z [00:03:21.800]➜  # import config
2025-08-20T22:41:40.1477588Z [00:03:21.800]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:40.1478015Z [00:03:21.800]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:40.1478438Z [00:03:21.800]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.1478998Z [00:03:21.800]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:40.1489128Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:40.1489981Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3998081543/b897/_pkg_.a
2025-08-20T22:41:40.1490820Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3998081543/b906/_pkg_.a
2025-08-20T22:41:40.1491624Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:40.1492435Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3998081543/b908/_pkg_.a
2025-08-20T22:41:40.1493260Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build3998081543/b909/_pkg_.a
2025-08-20T22:41:40.1494532Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build3998081543/b910/_pkg_.a
2025-08-20T22:41:40.1495520Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3998081543/b911/_pkg_.a
2025-08-20T22:41:40.1496470Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3998081543/b912/_pkg_.a
2025-08-20T22:41:40.1497318Z [00:03:21.800]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:40.1498062Z [00:03:21.800]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:40.1498787Z [00:03:21.800]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:40.1499500Z [00:03:21.800]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:40.1500190Z [00:03:21.800]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:40.1500914Z [00:03:21.800]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:40.1501634Z [00:03:21.800]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:40.1502358Z [00:03:21.800]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:40.1502915Z [00:03:21.800]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:40.1503338Z [00:03:21.800]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:40.1503772Z [00:03:21.800]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:40.1504215Z [00:03:21.800]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:40.1504643Z [00:03:21.800]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:40.1505064Z [00:03:21.800]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:40.1505864Z [00:03:21.800]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:40.1506357Z [00:03:21.800]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.1506892Z [00:03:21.800]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.1507390Z [00:03:21.800]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:40.1507733Z [00:03:21.800]➜  EOF
2025-08-20T22:41:40.1510553Z [00:03:21.800]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/bootstrap/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/bootstrap/v3;$WORK/b896=>" -p github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3 -lang=go1.22 -complete -installsuffix shared -buildid D1TlJOYSHq3Wx040x_DB/D1TlJOYSHq3Wx040x_DB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b896/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/bootstrap/v3/bootstrap.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/bootstrap/v3/bootstrap.pb.validate.go
2025-08-20T22:41:40.2051626Z [00:03:21.856]➜  go tool buildid -w $WORK/b934/_pkg_.a # internal
2025-08-20T22:41:40.2056857Z [00:03:21.858]➜  cp $WORK/b934/_pkg_.a /root/.cache/go-build/bc/bc497d8143ac04e0e951a6417dfef3de4600cec74be82fb6b5209fc7b646e1b9-d # internal
2025-08-20T22:41:40.2058176Z [00:03:21.858]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/lrs
2025-08-20T22:41:40.2058556Z [00:03:21.858]➜  mkdir -p $WORK/b936/
2025-08-20T22:41:40.2062349Z [00:03:21.859]➜  cat >/tmp/go-build3998081543/b936/importcfg << 'EOF' # internal
2025-08-20T22:41:40.2064347Z [00:03:21.859]➜  # import config
2025-08-20T22:41:40.2064701Z [00:03:21.859]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:40.2065129Z [00:03:21.859]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.2065913Z [00:03:21.859]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:40.2066752Z [00:03:21.859]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3998081543/b907/_pkg_.a
2025-08-20T22:41:40.2067592Z [00:03:21.859]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3998081543/b935/_pkg_.a
2025-08-20T22:41:40.2068295Z [00:03:21.859]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:40.2068914Z [00:03:21.859]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:40.2069576Z [00:03:21.859]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:40.2070216Z [00:03:21.859]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:40.2070857Z [00:03:21.859]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3998081543/b929/_pkg_.a
2025-08-20T22:41:40.2071548Z [00:03:21.859]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3998081543/b919/_pkg_.a
2025-08-20T22:41:40.2072321Z [00:03:21.859]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3998081543/b920/_pkg_.a
2025-08-20T22:41:40.2073006Z [00:03:21.859]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:40.2073684Z [00:03:21.859]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:40.2074236Z [00:03:21.859]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:40.2074656Z [00:03:21.859]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.2075062Z [00:03:21.859]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.2077444Z [00:03:21.859]➜  EOF
2025-08-20T22:41:40.2080251Z [00:03:21.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b936/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/lrs=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/lrs;$WORK/b936=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/lrs -lang=go1.23 -complete -installsuffix shared -buildid N7FYgzuj5C2TeuVNGbrK/N7FYgzuj5C2TeuVNGbrK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b936/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/lrs/lrs_stream.go
2025-08-20T22:41:40.2170548Z [00:03:21.869]➜  go tool buildid -w $WORK/b926/_pkg_.a # internal
2025-08-20T22:41:40.2284730Z [00:03:21.880]➜  cp $WORK/b926/_pkg_.a /root/.cache/go-build/13/13607a9ae6e17fa6db7ed8b2b13bb00a9eda4632aef642ccfceabdf7cb36f23c-d # internal
2025-08-20T22:41:40.2285658Z [00:03:21.881]➜  google.golang.org/grpc/xds/internal/xdsclient/xdsresource
2025-08-20T22:41:40.2306332Z [00:03:21.881]➜  mkdir -p $WORK/b923/
2025-08-20T22:41:40.2306847Z [00:03:21.881]➜  cat >/tmp/go-build3998081543/b923/importcfg << 'EOF' # internal
2025-08-20T22:41:40.2307205Z [00:03:21.881]➜  # import config
2025-08-20T22:41:40.2307587Z [00:03:21.881]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:40.2308039Z [00:03:21.881]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:40.2308458Z [00:03:21.881]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.2308975Z [00:03:21.881]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3998081543/b924/_pkg_.a
2025-08-20T22:41:40.2309590Z [00:03:21.881]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3998081543/b900/_pkg_.a
2025-08-20T22:41:40.2310766Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3998081543/b906/_pkg_.a
2025-08-20T22:41:40.2311582Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:40.2312398Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3998081543/b907/_pkg_.a
2025-08-20T22:41:40.2313232Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3998081543/b908/_pkg_.a
2025-08-20T22:41:40.2314044Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3998081543/b898/_pkg_.a
2025-08-20T22:41:40.2314927Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build3998081543/b925/_pkg_.a
2025-08-20T22:41:40.2316205Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3998081543/b926/_pkg_.a
2025-08-20T22:41:40.2317245Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3998081543/b912/_pkg_.a
2025-08-20T22:41:40.2318143Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3998081543/b922/_pkg_.a
2025-08-20T22:41:40.2318939Z [00:03:21.881]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:40.2319586Z [00:03:21.881]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:40.2320162Z [00:03:21.881]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:40.2320793Z [00:03:21.881]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:40.2321461Z [00:03:21.881]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:40.2322113Z [00:03:21.881]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3998081543/b497/_pkg_.a
2025-08-20T22:41:40.2322948Z [00:03:21.881]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:40.2323667Z [00:03:21.881]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3998081543/b515/_pkg_.a
2025-08-20T22:41:40.2324464Z [00:03:21.881]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:40.2325226Z [00:03:21.881]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:41:40.2326142Z [00:03:21.881]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3998081543/b928/_pkg_.a
2025-08-20T22:41:40.2326785Z [00:03:21.881]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:40.2327374Z [00:03:21.881]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:40.2327971Z [00:03:21.881]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3998081543/b929/_pkg_.a
2025-08-20T22:41:40.2328674Z [00:03:21.881]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3998081543/b930/_pkg_.a
2025-08-20T22:41:40.2329410Z [00:03:21.881]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3998081543/b931/_pkg_.a
2025-08-20T22:41:40.2330176Z [00:03:21.881]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3998081543/b932/_pkg_.a
2025-08-20T22:41:40.2331015Z [00:03:21.881]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build3998081543/b933/_pkg_.a
2025-08-20T22:41:40.2331734Z [00:03:21.881]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:40.2332638Z [00:03:21.881]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:40.2333343Z [00:03:21.881]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:40.2333900Z [00:03:21.881]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:40.2334350Z [00:03:21.881]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:40.2334789Z [00:03:21.881]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:40.2335206Z [00:03:21.881]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:40.2336212Z [00:03:21.881]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:40.2336809Z [00:03:21.881]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:40.2337236Z [00:03:21.881]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:40.2337849Z [00:03:21.881]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:40.2338509Z [00:03:21.881]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:40.2339120Z [00:03:21.881]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.2339466Z [00:03:21.881]➜  EOF
2025-08-20T22:41:40.2351070Z [00:03:21.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b923/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource;$WORK/b923=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdsresource -lang=go1.23 -complete -installsuffix shared -buildid wamW991R1SOgCwV56vWo/wamW991R1SOgCwV56vWo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b923/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/cluster_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/endpoints_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/errors.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/filter_chain.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/listener_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/matcher.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/matcher_path.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/name.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/route_config_resource_type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/type.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/type_cds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/type_eds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/type_lds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/type_rds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/unmarshal_cds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/unmarshal_eds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/unmarshal_lds.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdsresource/unmarshal_rds.go
2025-08-20T22:41:40.3477472Z [00:03:22.000]➜  go tool buildid -w $WORK/b936/_pkg_.a # internal
2025-08-20T22:41:40.3552465Z [00:03:22.007]➜  cp $WORK/b936/_pkg_.a /root/.cache/go-build/92/928fd636305299be436c687d6d1bcfa7fbb4dffed5783038af69aaf7a4ea402d-d # internal
2025-08-20T22:41:40.3555068Z [00:03:22.008]➜  google.golang.org/grpc/balancer/leastrequest
2025-08-20T22:41:40.3555637Z [00:03:22.008]➜  mkdir -p $WORK/b938/
2025-08-20T22:41:40.3564200Z [00:03:22.009]➜  cat >/tmp/go-build3998081543/b938/importcfg << 'EOF' # internal
2025-08-20T22:41:40.3564602Z [00:03:22.009]➜  # import config
2025-08-20T22:41:40.3564969Z [00:03:22.009]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:40.3565555Z [00:03:22.009]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.3566121Z [00:03:22.009]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:40.3566795Z [00:03:22.009]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3998081543/b493/_pkg_.a
2025-08-20T22:41:40.3567561Z [00:03:22.009]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3998081543/b472/_pkg_.a
2025-08-20T22:41:40.3568279Z [00:03:22.009]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:40.3568878Z [00:03:22.009]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:40.3569507Z [00:03:22.009]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:40.3570123Z [00:03:22.009]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:40.3570759Z [00:03:22.009]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:40.3571302Z [00:03:22.009]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:40.3571740Z [00:03:22.009]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.3572176Z [00:03:22.009]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:40.3572518Z [00:03:22.009]➜  EOF
2025-08-20T22:41:40.3574968Z [00:03:22.009]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b938/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/leastrequest=>google.golang.org/grpc@v1.72.2/balancer/leastrequest;$WORK/b938=>" -p google.golang.org/grpc/balancer/leastrequest -lang=go1.23 -complete -installsuffix shared -buildid wh1qtQIt7OR9bG_fSweR/wh1qtQIt7OR9bG_fSweR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b938/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/leastrequest/leastrequest.go
2025-08-20T22:41:40.4984955Z [00:03:22.150]➜  go tool buildid -w $WORK/b938/_pkg_.a # internal
2025-08-20T22:41:40.4994447Z [00:03:22.152]➜  cp $WORK/b938/_pkg_.a /root/.cache/go-build/c0/c01a696f51d8e3c129988edd5c73bf11aaafe8b9e99272524ae1e81d07a74601-d # internal
2025-08-20T22:41:40.4998028Z [00:03:22.152]➜  google.golang.org/grpc/internal/wrr
2025-08-20T22:41:40.5007010Z [00:03:22.153]➜  mkdir -p $WORK/b941/
2025-08-20T22:41:40.5023035Z [00:03:22.155]➜  cat >/tmp/go-build3998081543/b941/importcfg << 'EOF' # internal
2025-08-20T22:41:40.5024133Z [00:03:22.155]➜  # import config
2025-08-20T22:41:40.5024892Z [00:03:22.155]➜  packagefile container/heap=/tmp/go-build3998081543/b610/_pkg_.a
2025-08-20T22:41:40.5026927Z [00:03:22.155]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.5027972Z [00:03:22.155]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:40.5028426Z [00:03:22.155]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:40.5028851Z [00:03:22.155]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.5029160Z [00:03:22.155]➜  EOF
2025-08-20T22:41:40.5031544Z [00:03:22.155]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b941/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/wrr=>google.golang.org/grpc@v1.72.2/internal/wrr;$WORK/b941=>" -p google.golang.org/grpc/internal/wrr -lang=go1.23 -complete -installsuffix shared -buildid wEzpFTJG3d-jxbdXQG9v/wEzpFTJG3d-jxbdXQG9v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b941/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/wrr/edf.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/wrr/random.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/wrr/wrr.go
2025-08-20T22:41:40.5573893Z [00:03:22.209]➜  go tool buildid -w $WORK/b941/_pkg_.a # internal
2025-08-20T22:41:40.5583334Z [00:03:22.210]➜  cp $WORK/b941/_pkg_.a /root/.cache/go-build/1d/1d3faa9674b65f6c704f46666aa14a4ea36e13d64e8eb387f1a232e5c8457d4e-d # internal
2025-08-20T22:41:40.5589206Z [00:03:22.211]➜  google.golang.org/grpc/balancer/weightedtarget/weightedaggregator
2025-08-20T22:41:40.5590488Z [00:03:22.211]➜  mkdir -p $WORK/b940/
2025-08-20T22:41:40.5591189Z [00:03:22.211]➜  cat >/tmp/go-build3998081543/b940/importcfg << 'EOF' # internal
2025-08-20T22:41:40.5592261Z [00:03:22.211]➜  # import config
2025-08-20T22:41:40.5592634Z [00:03:22.211]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:40.5593067Z [00:03:22.211]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.5593576Z [00:03:22.211]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:40.5594203Z [00:03:22.211]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:40.5594826Z [00:03:22.211]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:40.5595833Z [00:03:22.211]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:40.5596540Z [00:03:22.211]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3998081543/b941/_pkg_.a
2025-08-20T22:41:40.5597050Z [00:03:22.211]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.5597359Z [00:03:22.211]➜  EOF
2025-08-20T22:41:40.5599937Z [00:03:22.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b940/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedtarget/weightedaggregator=>google.golang.org/grpc@v1.72.2/balancer/weightedtarget/weightedaggregator;$WORK/b940=>" -p google.golang.org/grpc/balancer/weightedtarget/weightedaggregator -lang=go1.23 -complete -installsuffix shared -buildid wQRVcXq3qJuJR6N7Wj3L/wQRVcXq3qJuJR6N7Wj3L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b940/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedtarget/weightedaggregator/aggregator.go
2025-08-20T22:41:40.6316111Z [00:03:22.284]➜  go tool buildid -w $WORK/b940/_pkg_.a # internal
2025-08-20T22:41:40.6330493Z [00:03:22.285]➜  cp $WORK/b940/_pkg_.a /root/.cache/go-build/8c/8c4e5a2afe3a5e83459508d69349339b372c437d2f42bc5bb57a3742997ccb7e-d # internal
2025-08-20T22:41:40.6332278Z [00:03:22.285]➜  google.golang.org/grpc/internal/hierarchy
2025-08-20T22:41:40.6332617Z [00:03:22.285]➜  mkdir -p $WORK/b942/
2025-08-20T22:41:40.6333367Z [00:03:22.285]➜  cat >/tmp/go-build3998081543/b942/importcfg << 'EOF' # internal
2025-08-20T22:41:40.6333717Z [00:03:22.285]➜  # import config
2025-08-20T22:41:40.6334150Z [00:03:22.285]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:40.6334540Z [00:03:22.285]➜  EOF
2025-08-20T22:41:40.6336731Z [00:03:22.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b942/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/hierarchy=>google.golang.org/grpc@v1.72.2/internal/hierarchy;$WORK/b942=>" -p google.golang.org/grpc/internal/hierarchy -lang=go1.23 -complete -installsuffix shared -buildid 1fETuZeMAWXUo3cikHfp/1fETuZeMAWXUo3cikHfp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b942/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/hierarchy/hierarchy.go
2025-08-20T22:41:40.6483970Z [00:03:22.301]➜  go tool buildid -w $WORK/b923/_pkg_.a # internal
2025-08-20T22:41:40.6502098Z [00:03:22.302]➜  go tool buildid -w $WORK/b942/_pkg_.a # internal
2025-08-20T22:41:40.6518322Z [00:03:22.304]➜  cp $WORK/b942/_pkg_.a /root/.cache/go-build/37/3706815d492a1c7e0339a0252945de804a4546e0c326e90e475ae3f95f4ce070-d # internal
2025-08-20T22:41:40.6522942Z [00:03:22.305]➜  google.golang.org/grpc/balancer/weightedtarget
2025-08-20T22:41:40.6523327Z [00:03:22.305]➜  mkdir -p $WORK/b939/
2025-08-20T22:41:40.6527007Z [00:03:22.305]➜  cat >/tmp/go-build3998081543/b939/importcfg << 'EOF' # internal
2025-08-20T22:41:40.6527756Z [00:03:22.305]➜  # import config
2025-08-20T22:41:40.6528732Z [00:03:22.305]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:40.6529520Z [00:03:22.305]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.6530260Z [00:03:22.305]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:40.6531419Z [00:03:22.305]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build3998081543/b940/_pkg_.a
2025-08-20T22:41:40.6532443Z [00:03:22.305]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:40.6533955Z [00:03:22.305]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3998081543/b864/_pkg_.a
2025-08-20T22:41:40.6534651Z [00:03:22.305]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:40.6535316Z [00:03:22.305]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3998081543/b942/_pkg_.a
2025-08-20T22:41:40.6536464Z [00:03:22.305]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:40.6537244Z [00:03:22.305]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:40.6537905Z [00:03:22.305]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3998081543/b941/_pkg_.a
2025-08-20T22:41:40.6538515Z [00:03:22.305]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:40.6539132Z [00:03:22.305]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:40.6539647Z [00:03:22.305]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.6540079Z [00:03:22.305]➜  EOF
2025-08-20T22:41:40.6595040Z [00:03:22.311]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b939/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedtarget=>google.golang.org/grpc@v1.72.2/balancer/weightedtarget;$WORK/b939=>" -p google.golang.org/grpc/balancer/weightedtarget -lang=go1.23 -complete -installsuffix shared -buildid TNAjVQvvZFq2O-zZph1z/TNAjVQvvZFq2O-zZph1z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b939/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedtarget/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedtarget/weightedtarget.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedtarget/weightedtarget_config.go
2025-08-20T22:41:40.6619243Z [00:03:22.314]➜  cp $WORK/b923/_pkg_.a /root/.cache/go-build/fb/fbe6f6dd172c0dc54bf74775db59a74a7fb97d4c4b1d7069a98014688505883c-d # internal
2025-08-20T22:41:40.6631390Z [00:03:22.315]➜  google.golang.org/grpc/xds/internal/xdsclient/transport/ads
2025-08-20T22:41:40.6632586Z [00:03:22.315]➜  mkdir -p $WORK/b921/
2025-08-20T22:41:40.6647772Z [00:03:22.317]➜  cat >/tmp/go-build3998081543/b921/importcfg << 'EOF' # internal
2025-08-20T22:41:40.6648405Z [00:03:22.317]➜  # import config
2025-08-20T22:41:40.6648865Z [00:03:22.317]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:40.6649951Z [00:03:22.317]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.6650871Z [00:03:22.317]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:40.6653270Z [00:03:22.317]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3998081543/b922/_pkg_.a
2025-08-20T22:41:40.6655182Z [00:03:22.317]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:40.6656062Z [00:03:22.317]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:40.6656645Z [00:03:22.317]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:40.6657273Z [00:03:22.317]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:40.6657916Z [00:03:22.317]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3998081543/b512/_pkg_.a
2025-08-20T22:41:40.6658560Z [00:03:22.317]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:40.6659206Z [00:03:22.317]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:40.6659936Z [00:03:22.317]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3998081543/b920/_pkg_.a
2025-08-20T22:41:40.6660724Z [00:03:22.317]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3998081543/b923/_pkg_.a
2025-08-20T22:41:40.6661466Z [00:03:22.317]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:40.6662015Z [00:03:22.317]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.6662732Z [00:03:22.317]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:40.6663234Z [00:03:22.317]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.6663546Z [00:03:22.317]➜  EOF
2025-08-20T22:41:40.6666113Z [00:03:22.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b921/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/ads=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/ads;$WORK/b921=>" -p google.golang.org/grpc/xds/internal/xdsclient/transport/ads -lang=go1.23 -complete -installsuffix shared -buildid pdqn32VVRwzo7dxcVvfd/pdqn32VVRwzo7dxcVvfd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b921/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/transport/ads/ads_stream.go
2025-08-20T22:41:40.7119514Z [00:03:22.364]➜  go tool buildid -w $WORK/b939/_pkg_.a # internal
2025-08-20T22:41:40.7125052Z [00:03:22.365]➜  cp $WORK/b939/_pkg_.a /root/.cache/go-build/03/03544179dcb75710bab095e28e85dbd7d96f1d1243f249433488734f8411f1f8-d # internal
2025-08-20T22:41:40.7126356Z [00:03:22.365]➜  google.golang.org/grpc/internal/balancer/nop
2025-08-20T22:41:40.7129534Z [00:03:22.365]➜  mkdir -p $WORK/b944/
2025-08-20T22:41:40.7134078Z [00:03:22.366]➜  cat >/tmp/go-build3998081543/b944/importcfg << 'EOF' # internal
2025-08-20T22:41:40.7135010Z [00:03:22.366]➜  # import config
2025-08-20T22:41:40.7138618Z [00:03:22.366]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:40.7139704Z [00:03:22.366]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:40.7140757Z [00:03:22.366]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:40.7141572Z [00:03:22.366]➜  EOF
2025-08-20T22:41:40.7152618Z [00:03:22.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b944/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancer/nop=>google.golang.org/grpc@v1.72.2/internal/balancer/nop;$WORK/b944=>" -p google.golang.org/grpc/internal/balancer/nop -lang=go1.23 -complete -installsuffix shared -buildid z2LzI31orlahZZgPT0fY/z2LzI31orlahZZgPT0fY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b944/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancer/nop/nop.go
2025-08-20T22:41:40.7157613Z [00:03:22.367]➜  go tool buildid -w $WORK/b896/_pkg_.a # internal
2025-08-20T22:41:40.7252047Z [00:03:22.377]➜  cp $WORK/b896/_pkg_.a /root/.cache/go-build/7c/7c041512a4b7ac6419b5522899f9e98fb8a76a3a800fe6968432127828a6db27-d # internal
2025-08-20T22:41:40.7255153Z [00:03:22.378]➜  github.com/envoyproxy/go-control-plane/envoy/admin/v3
2025-08-20T22:41:40.7257770Z [00:03:22.378]➜  mkdir -p $WORK/b895/
2025-08-20T22:41:40.7258372Z [00:03:22.378]➜  cat >/tmp/go-build3998081543/b895/importcfg << 'EOF' # internal
2025-08-20T22:41:40.7260395Z [00:03:22.378]➜  # import config
2025-08-20T22:41:40.7261199Z [00:03:22.378]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:40.7262090Z [00:03:22.378]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:40.7262862Z [00:03:22.378]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.7263651Z [00:03:22.378]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:40.7264826Z [00:03:22.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build3998081543/b896/_pkg_.a
2025-08-20T22:41:40.7279361Z [00:03:22.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3998081543/b906/_pkg_.a
2025-08-20T22:41:40.7280583Z [00:03:22.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:40.7282220Z [00:03:22.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build3998081543/b913/_pkg_.a
2025-08-20T22:41:40.7283608Z [00:03:22.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:40.7284641Z [00:03:22.378]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:40.7286373Z [00:03:22.378]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:40.7287110Z [00:03:22.378]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:40.7287800Z [00:03:22.378]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:40.7288709Z [00:03:22.378]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:40.7289581Z [00:03:22.378]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:40.7290157Z [00:03:22.378]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:40.7290578Z [00:03:22.378]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:40.7291006Z [00:03:22.378]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:40.7291433Z [00:03:22.378]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:40.7292104Z [00:03:22.378]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:40.7292527Z [00:03:22.378]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:40.7292947Z [00:03:22.378]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:40.7293375Z [00:03:22.378]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.7293785Z [00:03:22.378]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.7294230Z [00:03:22.378]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:40.7294567Z [00:03:22.378]➜  EOF
2025-08-20T22:41:40.7325002Z [00:03:22.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3;$WORK/b895=>" -p github.com/envoyproxy/go-control-plane/envoy/admin/v3 -lang=go1.22 -complete -installsuffix shared -buildid YQCDnbEybvrYhB1qB5-X/YQCDnbEybvrYhB1qB5-X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b895/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/certs.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/certs.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/clusters.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/clusters.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/config_dump.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/config_dump.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/config_dump_shared.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/config_dump_shared.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/init_dump.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/init_dump.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/listeners.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/listeners.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/memory.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/memory.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/metrics.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/metrics.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/mutex_stats.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/mutex_stats.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/server_info.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/server_info.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/tap.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/admin/v3/tap.pb.validate.go
2025-08-20T22:41:40.7448753Z [00:03:22.397]➜  go tool buildid -w $WORK/b944/_pkg_.a # internal
2025-08-20T22:41:40.7467868Z [00:03:22.398]➜  cp $WORK/b944/_pkg_.a /root/.cache/go-build/eb/eb8d94a6d86ce42e82f243b3457cb646b4bbcf770792535ab528e9108949fafa-d # internal
2025-08-20T22:41:40.7468541Z [00:03:22.398]➜  google.golang.org/grpc/internal/credentials/xds
2025-08-20T22:41:40.7468883Z [00:03:22.398]➜  mkdir -p $WORK/b945/
2025-08-20T22:41:40.7469256Z [00:03:22.398]➜  cat >/tmp/go-build3998081543/b945/importcfg << 'EOF' # internal
2025-08-20T22:41:40.7469609Z [00:03:22.399]➜  # import config
2025-08-20T22:41:40.7469955Z [00:03:22.399]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:40.7470789Z [00:03:22.399]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:40.7471249Z [00:03:22.399]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:40.7471691Z [00:03:22.399]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:40.7472111Z [00:03:22.399]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.7472640Z [00:03:22.399]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3998081543/b446/_pkg_.a
2025-08-20T22:41:40.7473343Z [00:03:22.399]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3998081543/b876/_pkg_.a
2025-08-20T22:41:40.7474012Z [00:03:22.399]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:40.7474654Z [00:03:22.399]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3998081543/b928/_pkg_.a
2025-08-20T22:41:40.7475284Z [00:03:22.399]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:40.7476204Z [00:03:22.399]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:40.7476526Z [00:03:22.399]➜  EOF
2025-08-20T22:41:40.7478649Z [00:03:22.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b945/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/credentials/xds=>google.golang.org/grpc@v1.72.2/internal/credentials/xds;$WORK/b945=>" -p google.golang.org/grpc/internal/credentials/xds -lang=go1.23 -complete -installsuffix shared -buildid Rs8CO0ompQdrHvj5lZTh/Rs8CO0ompQdrHvj5lZTh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b945/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/credentials/xds/handshake_info.go
2025-08-20T22:41:40.7953627Z [00:03:22.447]➜  go tool buildid -w $WORK/b921/_pkg_.a # internal
2025-08-20T22:41:40.7985983Z [00:03:22.451]➜  cp $WORK/b921/_pkg_.a /root/.cache/go-build/05/054121a401138e301d39d533c2e4856e01c4915cfc291fe3bd5726e02cdeb0cd-d # internal
2025-08-20T22:41:40.7993396Z [00:03:22.452]➜  google.golang.org/grpc/internal/balancer/weight
2025-08-20T22:41:40.7996990Z [00:03:22.452]➜  mkdir -p $WORK/b947/
2025-08-20T22:41:40.8005128Z [00:03:22.453]➜  cat >/tmp/go-build3998081543/b947/importcfg << 'EOF' # internal
2025-08-20T22:41:40.8006361Z [00:03:22.453]➜  # import config
2025-08-20T22:41:40.8007598Z [00:03:22.453]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.8008623Z [00:03:22.453]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:40.8009637Z [00:03:22.453]➜  EOF
2025-08-20T22:41:40.8032633Z [00:03:22.455]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b947/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancer/weight=>google.golang.org/grpc@v1.72.2/internal/balancer/weight;$WORK/b947=>" -p google.golang.org/grpc/internal/balancer/weight -lang=go1.23 -complete -installsuffix shared -buildid Jekkev6DaDDOxnOVLenX/Jekkev6DaDDOxnOVLenX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b947/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/balancer/weight/weight.go
2025-08-20T22:41:40.8034660Z [00:03:22.456]➜  go tool buildid -w $WORK/b945/_pkg_.a # internal
2025-08-20T22:41:40.8040069Z [00:03:22.456]➜  cp $WORK/b945/_pkg_.a /root/.cache/go-build/de/deae89dc626f3cc5a0410a839fcbf34806d78e8d99b2c9c6c60d2b2c753275c9-d # internal
2025-08-20T22:41:40.8041249Z [00:03:22.456]➜  google.golang.org/grpc/resolver/ringhash
2025-08-20T22:41:40.8042087Z [00:03:22.456]➜  mkdir -p $WORK/b948/
2025-08-20T22:41:40.8058734Z [00:03:22.458]➜  cat >/tmp/go-build3998081543/b948/importcfg << 'EOF' # internal
2025-08-20T22:41:40.8059320Z [00:03:22.458]➜  # import config
2025-08-20T22:41:40.8059863Z [00:03:22.458]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:40.8060833Z [00:03:22.458]➜  EOF
2025-08-20T22:41:40.8063046Z [00:03:22.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b948/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver/ringhash=>google.golang.org/grpc@v1.72.2/resolver/ringhash;$WORK/b948=>" -p google.golang.org/grpc/resolver/ringhash -lang=go1.23 -complete -installsuffix shared -buildid GBxav9AECmwq_yjO8EGs/GBxav9AECmwq_yjO8EGs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b948/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/resolver/ringhash/attr.go
2025-08-20T22:41:40.8289879Z [00:03:22.481]➜  go tool buildid -w $WORK/b947/_pkg_.a # internal
2025-08-20T22:41:40.8302107Z [00:03:22.482]➜  cp $WORK/b947/_pkg_.a /root/.cache/go-build/50/50de282f5285cab7b04ca521cb1d79308fdf9caf5047c44e368df4a56a278d27-d # internal
2025-08-20T22:41:40.8306795Z [00:03:22.482]➜  github.com/cncf/xds/go/xds/data/orca/v3
2025-08-20T22:41:40.8307417Z [00:03:22.482]➜  mkdir -p $WORK/b950/
2025-08-20T22:41:40.8307961Z [00:03:22.482]➜  cat >/tmp/go-build3998081543/b950/importcfg << 'EOF' # internal
2025-08-20T22:41:40.8308821Z [00:03:22.482]➜  # import config
2025-08-20T22:41:40.8309298Z [00:03:22.482]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:40.8309825Z [00:03:22.482]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:40.8310374Z [00:03:22.482]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.8311073Z [00:03:22.482]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:40.8311898Z [00:03:22.482]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:40.8313361Z [00:03:22.482]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:40.8314060Z [00:03:22.482]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:40.8314599Z [00:03:22.482]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:40.8315045Z [00:03:22.482]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:40.8317601Z [00:03:22.482]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:40.8318078Z [00:03:22.482]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:40.8318694Z [00:03:22.482]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:40.8319181Z [00:03:22.482]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:40.8319703Z [00:03:22.482]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:40.8320184Z [00:03:22.482]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.8320595Z [00:03:22.482]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.8321037Z [00:03:22.482]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:40.8321373Z [00:03:22.482]➜  EOF
2025-08-20T22:41:40.8324141Z [00:03:22.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b950/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/data/orca/v3=>github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/data/orca/v3;$WORK/b950=>" -p github.com/cncf/xds/go/xds/data/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid HizQ0mKPaK7Jz9MILc8R/HizQ0mKPaK7Jz9MILc8R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b950/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/data/orca/v3/orca_load_report.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/data/orca/v3/orca_load_report.pb.validate.go
2025-08-20T22:41:40.8377246Z [00:03:22.490]➜  go tool buildid -w $WORK/b948/_pkg_.a # internal
2025-08-20T22:41:40.8381325Z [00:03:22.490]➜  cp $WORK/b948/_pkg_.a /root/.cache/go-build/c9/c96f55f2f77f76bf966ac3ee187e8b0b9f840c9e5201e5c606ce91f24a0db5a5-d # internal
2025-08-20T22:41:40.8385463Z [00:03:22.491]➜  google.golang.org/grpc/xds/internal/balancer/loadstore
2025-08-20T22:41:40.8386387Z [00:03:22.491]➜  mkdir -p $WORK/b951/
2025-08-20T22:41:40.8386855Z [00:03:22.491]➜  cat >/tmp/go-build3998081543/b951/importcfg << 'EOF' # internal
2025-08-20T22:41:40.8387667Z [00:03:22.491]➜  # import config
2025-08-20T22:41:40.8388967Z [00:03:22.491]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3998081543/b919/_pkg_.a
2025-08-20T22:41:40.8389782Z [00:03:22.491]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.8390446Z [00:03:22.491]➜  EOF
2025-08-20T22:41:40.8393159Z [00:03:22.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b951/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/loadstore=>google.golang.org/grpc@v1.72.2/xds/internal/balancer/loadstore;$WORK/b951=>" -p google.golang.org/grpc/xds/internal/balancer/loadstore -lang=go1.23 -complete -installsuffix shared -buildid VgQrc_muLKEaAwH9SV70/VgQrc_muLKEaAwH9SV70 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b951/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/loadstore/load_store_wrapper.go
2025-08-20T22:41:40.9214759Z [00:03:22.574]➜  go tool buildid -w $WORK/b950/_pkg_.a # internal
2025-08-20T22:41:40.9234733Z [00:03:22.576]➜  cp $WORK/b950/_pkg_.a /root/.cache/go-build/dd/dd4129baff1243de83bf79f2a2cdfc13f51b89c49700b4c1298bcb6bc5be63ee-d # internal
2025-08-20T22:41:40.9240862Z [00:03:22.576]➜  google.golang.org/grpc/xds/internal/balancer/outlierdetection
2025-08-20T22:41:40.9241299Z [00:03:22.576]➜  mkdir -p $WORK/b952/
2025-08-20T22:41:40.9249618Z [00:03:22.577]➜  cat >/tmp/go-build3998081543/b952/importcfg << 'EOF' # internal
2025-08-20T22:41:40.9250061Z [00:03:22.577]➜  # import config
2025-08-20T22:41:40.9250428Z [00:03:22.577]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:40.9250873Z [00:03:22.577]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.9251414Z [00:03:22.577]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:40.9252113Z [00:03:22.577]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3998081543/b472/_pkg_.a
2025-08-20T22:41:40.9253065Z [00:03:22.577]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:40.9253807Z [00:03:22.577]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:40.9254628Z [00:03:22.577]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3998081543/b501/_pkg_.a
2025-08-20T22:41:40.9255544Z [00:03:22.577]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3998081543/b512/_pkg_.a
2025-08-20T22:41:40.9256254Z [00:03:22.577]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3998081543/b441/_pkg_.a
2025-08-20T22:41:40.9256910Z [00:03:22.577]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:40.9257578Z [00:03:22.577]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:40.9258261Z [00:03:22.577]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:40.9258909Z [00:03:22.577]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:40.9259520Z [00:03:22.577]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:40.9260041Z [00:03:22.577]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:40.9260485Z [00:03:22.577]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:40.9260933Z [00:03:22.577]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:40.9261354Z [00:03:22.577]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.9261796Z [00:03:22.577]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:40.9262472Z [00:03:22.577]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.9262785Z [00:03:22.577]➜  EOF
2025-08-20T22:41:40.9267846Z [00:03:22.577]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b952/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/outlierdetection=>google.golang.org/grpc@v1.72.2/xds/internal/balancer/outlierdetection;$WORK/b952=>" -p google.golang.org/grpc/xds/internal/balancer/outlierdetection -lang=go1.23 -complete -installsuffix shared -buildid FXjuc6uUWSCebFoqOgT-/FXjuc6uUWSCebFoqOgT- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b952/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/outlierdetection/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/outlierdetection/callcounter.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/outlierdetection/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/outlierdetection/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/outlierdetection/subconn_wrapper.go
2025-08-20T22:41:40.9602855Z [00:03:22.612]➜  go tool buildid -w $WORK/b951/_pkg_.a # internal
2025-08-20T22:41:40.9626996Z [00:03:22.615]➜  cp $WORK/b951/_pkg_.a /root/.cache/go-build/a3/a3dc9219483e57493e10a9375908ee7b0607fa8736ee03b3cdb8e05676c272d9-d # internal
2025-08-20T22:41:40.9634129Z [00:03:22.616]➜  google.golang.org/grpc/xds/internal/balancer/priority
2025-08-20T22:41:40.9634736Z [00:03:22.616]➜  mkdir -p $WORK/b953/
2025-08-20T22:41:40.9661748Z [00:03:22.618]➜  cat >/tmp/go-build3998081543/b953/importcfg << 'EOF' # internal
2025-08-20T22:41:40.9662345Z [00:03:22.618]➜  # import config
2025-08-20T22:41:40.9662809Z [00:03:22.618]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:40.9663935Z [00:03:22.618]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:40.9665557Z [00:03:22.618]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:40.9666475Z [00:03:22.619]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:40.9667605Z [00:03:22.619]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:40.9668763Z [00:03:22.619]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:40.9669944Z [00:03:22.619]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:40.9671590Z [00:03:22.619]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3998081543/b864/_pkg_.a
2025-08-20T22:41:40.9672278Z [00:03:22.619]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3998081543/b512/_pkg_.a
2025-08-20T22:41:40.9672928Z [00:03:22.619]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:40.9673602Z [00:03:22.619]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:40.9674270Z [00:03:22.619]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3998081543/b942/_pkg_.a
2025-08-20T22:41:40.9674930Z [00:03:22.619]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:40.9675761Z [00:03:22.619]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:40.9676429Z [00:03:22.619]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:40.9677047Z [00:03:22.619]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:40.9677562Z [00:03:22.619]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:40.9677999Z [00:03:22.619]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:40.9678750Z [00:03:22.619]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:40.9679056Z [00:03:22.619]➜  EOF
2025-08-20T22:41:40.9683440Z [00:03:22.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b953/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/priority=>google.golang.org/grpc@v1.72.2/xds/internal/balancer/priority;$WORK/b953=>" -p google.golang.org/grpc/xds/internal/balancer/priority -lang=go1.23 -complete -installsuffix shared -buildid fh9RFk93fXha2hYqBNtb/fh9RFk93fXha2hYqBNtb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b953/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/priority/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/priority/balancer_child.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/priority/balancer_priority.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/priority/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/priority/ignore_resolve_now.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/priority/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/priority/utils.go
2025-08-20T22:41:41.0548479Z [00:03:22.706]➜  go tool buildid -w $WORK/b953/_pkg_.a # internal
2025-08-20T22:41:41.0549307Z [00:03:22.706]➜  cp $WORK/b953/_pkg_.a /root/.cache/go-build/ae/ae6fb6d0cc8a21cac2501b6effa3db69638749ad101fc8975cd302ba09757afb-d # internal
2025-08-20T22:41:41.0549979Z [00:03:22.706]➜  google.golang.org/grpc/xds/internal/balancer/wrrlocality
2025-08-20T22:41:41.0550338Z [00:03:22.706]➜  mkdir -p $WORK/b954/
2025-08-20T22:41:41.0550716Z [00:03:22.706]➜  cat >/tmp/go-build3998081543/b954/importcfg << 'EOF' # internal
2025-08-20T22:41:41.0551063Z [00:03:22.706]➜  # import config
2025-08-20T22:41:41.0551428Z [00:03:22.706]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:41.0551897Z [00:03:22.706]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.0552312Z [00:03:22.706]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.0552816Z [00:03:22.706]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:41.0553772Z [00:03:22.706]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3998081543/b939/_pkg_.a
2025-08-20T22:41:41.0554700Z [00:03:22.706]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:41.0555561Z [00:03:22.706]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:41.0556323Z [00:03:22.706]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:41.0556963Z [00:03:22.706]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:41.0557590Z [00:03:22.706]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:41.0558208Z [00:03:22.706]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3998081543/b929/_pkg_.a
2025-08-20T22:41:41.0558609Z [00:03:22.707]➜  EOF
2025-08-20T22:41:41.0561247Z [00:03:22.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b954/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/wrrlocality=>google.golang.org/grpc@v1.72.2/xds/internal/balancer/wrrlocality;$WORK/b954=>" -p google.golang.org/grpc/xds/internal/balancer/wrrlocality -lang=go1.23 -complete -installsuffix shared -buildid ocbrwPYFuoE3_0UfFjXT/ocbrwPYFuoE3_0UfFjXT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b954/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/wrrlocality/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/wrrlocality/logging.go
2025-08-20T22:41:41.0958871Z [00:03:22.748]➜  go tool buildid -w $WORK/b954/_pkg_.a # internal
2025-08-20T22:41:41.0974509Z [00:03:22.749]➜  cp $WORK/b954/_pkg_.a /root/.cache/go-build/11/117c66fc3e4d977a123f11c6b11f837ba473decab2e5d6f9365883f06577b07b-d # internal
2025-08-20T22:41:41.0975306Z [00:03:22.749]➜  google.golang.org/grpc/xds/internal/balancer/clustermanager
2025-08-20T22:41:41.0975876Z [00:03:22.749]➜  mkdir -p $WORK/b955/
2025-08-20T22:41:41.0976263Z [00:03:22.749]➜  cat >/tmp/go-build3998081543/b955/importcfg << 'EOF' # internal
2025-08-20T22:41:41.0976619Z [00:03:22.749]➜  # import config
2025-08-20T22:41:41.0976966Z [00:03:22.749]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:41.0977422Z [00:03:22.749]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:41.0977861Z [00:03:22.749]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.0978374Z [00:03:22.749]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:41.0979010Z [00:03:22.749]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:41.0979605Z [00:03:22.749]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:41.0980201Z [00:03:22.749]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:41.0980800Z [00:03:22.749]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:41.0981454Z [00:03:22.749]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3998081543/b864/_pkg_.a
2025-08-20T22:41:41.0982130Z [00:03:22.749]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:41.0982790Z [00:03:22.749]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3998081543/b942/_pkg_.a
2025-08-20T22:41:41.0983443Z [00:03:22.749]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:41.0984126Z [00:03:22.749]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:41.0984767Z [00:03:22.749]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:41.0985821Z [00:03:22.749]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:41.0986496Z [00:03:22.749]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:41.0987093Z [00:03:22.749]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.0987577Z [00:03:22.749]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.0987889Z [00:03:22.749]➜  EOF
2025-08-20T22:41:41.0991447Z [00:03:22.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b955/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clustermanager=>google.golang.org/grpc@v1.72.2/xds/internal/balancer/clustermanager;$WORK/b955=>" -p google.golang.org/grpc/xds/internal/balancer/clustermanager -lang=go1.23 -complete -installsuffix shared -buildid wKqfCvmRnMahiUropm0p/wKqfCvmRnMahiUropm0p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b955/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clustermanager/balancerstateaggregator.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clustermanager/clustermanager.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clustermanager/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clustermanager/picker.go
2025-08-20T22:41:41.1049897Z [00:03:22.757]➜  go tool buildid -w $WORK/b952/_pkg_.a # internal
2025-08-20T22:41:41.1088626Z [00:03:22.761]➜  cp $WORK/b952/_pkg_.a /root/.cache/go-build/83/834d1123301f4234535591e939a9466ed700ab5f9fa8759208d93027ec7629e5-d # internal
2025-08-20T22:41:41.1092725Z [00:03:22.761]➜  google.golang.org/grpc/xds/internal/clusterspecifier/rls
2025-08-20T22:41:41.1099463Z [00:03:22.762]➜  mkdir -p $WORK/b956/
2025-08-20T22:41:41.1109077Z [00:03:22.763]➜  cat >/tmp/go-build3998081543/b956/importcfg << 'EOF' # internal
2025-08-20T22:41:41.1116873Z [00:03:22.763]➜  # import config
2025-08-20T22:41:41.1117288Z [00:03:22.763]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:41.1117730Z [00:03:22.763]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.1118249Z [00:03:22.763]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:41.1118836Z [00:03:22.763]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:41.1119524Z [00:03:22.763]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3998081543/b863/_pkg_.a
2025-08-20T22:41:41.1120275Z [00:03:22.763]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3998081543/b930/_pkg_.a
2025-08-20T22:41:41.1121017Z [00:03:22.763]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:41.1121660Z [00:03:22.763]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:41.1122310Z [00:03:22.763]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.1122751Z [00:03:22.763]➜  EOF
2025-08-20T22:41:41.1124992Z [00:03:22.763]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b956/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/clusterspecifier/rls=>google.golang.org/grpc@v1.72.2/xds/internal/clusterspecifier/rls;$WORK/b956=>" -p google.golang.org/grpc/xds/internal/clusterspecifier/rls -lang=go1.23 -complete -installsuffix shared -buildid 9PONj1x645JYHr2jF6ch/9PONj1x645JYHr2jF6ch -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b956/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/clusterspecifier/rls/rls.go
2025-08-20T22:41:41.1418144Z [00:03:22.794]➜  go tool buildid -w $WORK/b955/_pkg_.a # internal
2025-08-20T22:41:41.1432185Z [00:03:22.795]➜  cp $WORK/b955/_pkg_.a /root/.cache/go-build/ac/ac5d0a9de166e8ad20f6201654d53a945f9ceed5a95a0a7eaee8fc4a76772797-d # internal
2025-08-20T22:41:41.1433065Z [00:03:22.795]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3
2025-08-20T22:41:41.1433502Z [00:03:22.796]➜  mkdir -p $WORK/b958/
2025-08-20T22:41:41.1442267Z [00:03:22.796]➜  cat >/tmp/go-build3998081543/b958/importcfg << 'EOF' # internal
2025-08-20T22:41:41.1442883Z [00:03:22.796]➜  # import config
2025-08-20T22:41:41.1443228Z [00:03:22.796]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:41.1443683Z [00:03:22.796]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.1444104Z [00:03:22.796]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.1444689Z [00:03:22.796]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:41.1445556Z [00:03:22.796]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:41.1446380Z [00:03:22.796]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:41.1447109Z [00:03:22.796]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:41.1447821Z [00:03:22.796]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:41.1448509Z [00:03:22.796]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.1449222Z [00:03:22.796]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:41.1450209Z [00:03:22.796]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:41.1450638Z [00:03:22.796]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:41.1451069Z [00:03:22.796]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:41.1451503Z [00:03:22.796]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:41.1451929Z [00:03:22.796]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:41.1452345Z [00:03:22.796]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:41.1452771Z [00:03:22.796]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.1453188Z [00:03:22.796]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.1453607Z [00:03:22.796]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.1454047Z [00:03:22.796]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:41.1454396Z [00:03:22.796]➜  EOF
2025-08-20T22:41:41.1469964Z [00:03:22.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b958/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/common/fault/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/common/fault/v3;$WORK/b958=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid niXZykllVeqOsuts9Gtq/niXZykllVeqOsuts9Gtq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b958/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/common/fault/v3/fault.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/common/fault/v3/fault.pb.validate.go
2025-08-20T22:41:41.1652694Z [00:03:22.817]➜  go tool buildid -w $WORK/b956/_pkg_.a # internal
2025-08-20T22:41:41.1666302Z [00:03:22.819]➜  cp $WORK/b956/_pkg_.a /root/.cache/go-build/3d/3d36054a2345fa024867609133f8e18cb7927f106f142c2d46eb896d5fffca8f-d # internal
2025-08-20T22:41:41.1674928Z [00:03:22.820]➜  github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3
2025-08-20T22:41:41.1678328Z [00:03:22.820]➜  mkdir -p $WORK/b961/
2025-08-20T22:41:41.1689313Z [00:03:22.821]➜  cat >/tmp/go-build3998081543/b961/importcfg << 'EOF' # internal
2025-08-20T22:41:41.1691094Z [00:03:22.821]➜  # import config
2025-08-20T22:41:41.1691455Z [00:03:22.821]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:41.1692065Z [00:03:22.821]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.1692520Z [00:03:22.821]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.1693059Z [00:03:22.821]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:41.1693789Z [00:03:22.821]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:41.1694597Z [00:03:22.821]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:41.1695763Z [00:03:22.821]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3998081543/b898/_pkg_.a
2025-08-20T22:41:41.1696664Z [00:03:22.821]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:41.1697444Z [00:03:22.821]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:41.1698189Z [00:03:22.821]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:41.1698953Z [00:03:22.821]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3998081543/b902/_pkg_.a
2025-08-20T22:41:41.1699725Z [00:03:22.821]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:41.1700770Z [00:03:22.821]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:41.1701466Z [00:03:22.821]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.1702011Z [00:03:22.821]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:41.1702461Z [00:03:22.821]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:41.1702904Z [00:03:22.821]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:41.1703333Z [00:03:22.821]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:41.1703757Z [00:03:22.821]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:41.1704174Z [00:03:22.821]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:41.1704594Z [00:03:22.821]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.1705024Z [00:03:22.821]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.1705625Z [00:03:22.821]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.1725303Z [00:03:22.821]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:41.1726040Z [00:03:22.821]➜  EOF
2025-08-20T22:41:41.1728745Z [00:03:22.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b961/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/rbac/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/rbac/v3;$WORK/b961=>" -p github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid VKlUc4KhacZkX4myrz_P/VKlUc4KhacZkX4myrz_P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b961/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/rbac/v3/rbac.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/config/rbac/v3/rbac.pb.validate.go
2025-08-20T22:41:41.2632299Z [00:03:22.915]➜  go tool buildid -w $WORK/b958/_pkg_.a # internal
2025-08-20T22:41:41.2729272Z [00:03:22.925]➜  cp $WORK/b958/_pkg_.a /root/.cache/go-build/5f/5fcfee13475ee73cd3e7cbde5cc783385b1d149c2581341fe84f5569d51cbcd9-d # internal
2025-08-20T22:41:41.2738873Z [00:03:22.925]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3
2025-08-20T22:41:41.2739407Z [00:03:22.925]➜  mkdir -p $WORK/b959/
2025-08-20T22:41:41.2739955Z [00:03:22.926]➜  cat >/tmp/go-build3998081543/b959/importcfg << 'EOF' # internal
2025-08-20T22:41:41.2740363Z [00:03:22.926]➜  # import config
2025-08-20T22:41:41.2740713Z [00:03:22.926]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:41.2741134Z [00:03:22.926]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.2741549Z [00:03:22.926]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.2742133Z [00:03:22.926]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:41.2742881Z [00:03:22.926]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3998081543/b898/_pkg_.a
2025-08-20T22:41:41.2743792Z [00:03:22.926]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3998081543/b958/_pkg_.a
2025-08-20T22:41:41.2744648Z [00:03:22.926]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:41.2745550Z [00:03:22.926]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:41.2746344Z [00:03:22.926]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:41.2747053Z [00:03:22.926]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:41.2748058Z [00:03:22.926]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.2748764Z [00:03:22.926]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:41.2749498Z [00:03:22.926]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:41.2750057Z [00:03:22.926]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:41.2750484Z [00:03:22.926]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:41.2750915Z [00:03:22.926]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:41.2751340Z [00:03:22.926]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:41.2751760Z [00:03:22.926]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:41.2752176Z [00:03:22.926]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:41.2752603Z [00:03:22.926]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.2753022Z [00:03:22.926]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.2753433Z [00:03:22.926]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.2753879Z [00:03:22.926]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:41.2754216Z [00:03:22.926]➜  EOF
2025-08-20T22:41:41.2757834Z [00:03:22.926]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b959/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/fault/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/fault/v3;$WORK/b959=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3 -lang=go1.22 -complete -installsuffix shared -buildid qVV-zL5eZgYYRhogplSX/qVV-zL5eZgYYRhogplSX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b959/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/fault/v3/fault.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/fault/v3/fault.pb.validate.go
2025-08-20T22:41:41.4432501Z [00:03:23.095]➜  go tool buildid -w $WORK/b959/_pkg_.a # internal
2025-08-20T22:41:41.4473724Z [00:03:23.100]➜  cp $WORK/b959/_pkg_.a /root/.cache/go-build/31/311543e8aa46200a86e10fe20cb1eca4fbde8057fe55b6bcf2965b0260069df9-d # internal
2025-08-20T22:41:41.4480775Z [00:03:23.100]➜  google.golang.org/grpc/xds/internal/httpfilter/fault
2025-08-20T22:41:41.4481233Z [00:03:23.100]➜  mkdir -p $WORK/b957/
2025-08-20T22:41:41.4496152Z [00:03:23.102]➜  cat >/tmp/go-build3998081543/b957/importcfg << 'EOF' # internal
2025-08-20T22:41:41.4496831Z [00:03:23.102]➜  # import config
2025-08-20T22:41:41.4497479Z [00:03:23.102]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:41.4498903Z [00:03:23.102]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.4499973Z [00:03:23.102]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.4500885Z [00:03:23.102]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3998081543/b958/_pkg_.a
2025-08-20T22:41:41.4501968Z [00:03:23.102]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build3998081543/b959/_pkg_.a
2025-08-20T22:41:41.4502899Z [00:03:23.102]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:41.4503625Z [00:03:23.102]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:41.4527140Z [00:03:23.102]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3998081543/b515/_pkg_.a
2025-08-20T22:41:41.4527809Z [00:03:23.102]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:41.4528847Z [00:03:23.102]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:41.4529502Z [00:03:23.102]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3998081543/b931/_pkg_.a
2025-08-20T22:41:41.4530165Z [00:03:23.102]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:41.4530808Z [00:03:23.102]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.4531349Z [00:03:23.102]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:41.4531787Z [00:03:23.102]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:41.4532234Z [00:03:23.102]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:41.4532678Z [00:03:23.102]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:41.4533120Z [00:03:23.102]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.4533439Z [00:03:23.102]➜  EOF
2025-08-20T22:41:41.4535774Z [00:03:23.102]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b957/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/fault=>google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/fault;$WORK/b957=>" -p google.golang.org/grpc/xds/internal/httpfilter/fault -lang=go1.23 -complete -installsuffix shared -buildid 2KnhiWyXqAawjSM02Jgd/2KnhiWyXqAawjSM02Jgd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b957/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/fault/fault.go
2025-08-20T22:41:41.5360233Z [00:03:23.188]➜  go tool buildid -w $WORK/b957/_pkg_.a # internal
2025-08-20T22:41:41.5373057Z [00:03:23.190]➜  cp $WORK/b957/_pkg_.a /root/.cache/go-build/ae/aeb5c12db73a55bad01832dd8e2137784b1b71164154c2afc79d3e803eba81b9-d # internal
2025-08-20T22:41:41.5374427Z [00:03:23.190]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3
2025-08-20T22:41:41.5385961Z [00:03:23.190]➜  mkdir -p $WORK/b964/
2025-08-20T22:41:41.5386433Z [00:03:23.191]➜  cat >/tmp/go-build3998081543/b964/importcfg << 'EOF' # internal
2025-08-20T22:41:41.5386786Z [00:03:23.191]➜  # import config
2025-08-20T22:41:41.5387376Z [00:03:23.191]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:41.5387861Z [00:03:23.191]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.5388413Z [00:03:23.191]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.5389070Z [00:03:23.191]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:41.5389774Z [00:03:23.191]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:41.5390485Z [00:03:23.191]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:41.5391192Z [00:03:23.191]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.5391750Z [00:03:23.191]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:41.5392176Z [00:03:23.191]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:41.5392615Z [00:03:23.191]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:41.5393045Z [00:03:23.191]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:41.5393477Z [00:03:23.191]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:41.5393896Z [00:03:23.191]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:41.5394317Z [00:03:23.191]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.5394736Z [00:03:23.191]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.5395148Z [00:03:23.191]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.5397419Z [00:03:23.191]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:41.5397767Z [00:03:23.191]➜  EOF
2025-08-20T22:41:41.5400984Z [00:03:23.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/rbac/audit_loggers/stream/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/rbac/audit_loggers/stream/v3;$WORK/b964=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3 -lang=go1.22 -complete -installsuffix shared -buildid P6AjJvCD1-aYCjRKiMNf/P6AjJvCD1-aYCjRKiMNf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b964/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/rbac/audit_loggers/stream/v3/stream.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/rbac/audit_loggers/stream/v3/stream.pb.validate.go
2025-08-20T22:41:41.5447320Z [00:03:23.196]➜  go tool buildid -w $WORK/b961/_pkg_.a # internal
2025-08-20T22:41:41.5548557Z [00:03:23.207]➜  cp $WORK/b961/_pkg_.a /root/.cache/go-build/13/13121b35ed2599f2e2230e689afc0d10ed6991c524860b0a8c6c082369d515c5-d # internal
2025-08-20T22:41:41.5551782Z [00:03:23.208]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3
2025-08-20T22:41:41.5552758Z [00:03:23.208]➜  mkdir -p $WORK/b962/
2025-08-20T22:41:41.5587839Z [00:03:23.211]➜  cat >/tmp/go-build3998081543/b962/importcfg << 'EOF' # internal
2025-08-20T22:41:41.5588597Z [00:03:23.211]➜  # import config
2025-08-20T22:41:41.5589083Z [00:03:23.211]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:41.5590478Z [00:03:23.211]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.5590908Z [00:03:23.211]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.5591455Z [00:03:23.211]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:41.5592153Z [00:03:23.211]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3998081543/b870/_pkg_.a
2025-08-20T22:41:41.5592821Z [00:03:23.211]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3998081543/b899/_pkg_.a
2025-08-20T22:41:41.5593903Z [00:03:23.211]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3998081543/b961/_pkg_.a
2025-08-20T22:41:41.5594854Z [00:03:23.211]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:41.5595879Z [00:03:23.211]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:41.5596632Z [00:03:23.211]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.5597169Z [00:03:23.211]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:41.5597614Z [00:03:23.211]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:41.5598056Z [00:03:23.211]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:41.5598485Z [00:03:23.211]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:41.5598917Z [00:03:23.211]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:41.5599338Z [00:03:23.211]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:41.5599767Z [00:03:23.211]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.5600184Z [00:03:23.211]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.5600607Z [00:03:23.211]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.5601050Z [00:03:23.211]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:41.5601393Z [00:03:23.211]➜  EOF
2025-08-20T22:41:41.5604663Z [00:03:23.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b962/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/rbac/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/rbac/v3;$WORK/b962=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3 -lang=go1.22 -complete -installsuffix shared -buildid vzX0jJIkOSSYe_u_4gOP/vzX0jJIkOSSYe_u_4gOP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b962/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/rbac/v3/rbac.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/rbac/v3/rbac.pb.validate.go
2025-08-20T22:41:41.6309752Z [00:03:23.283]➜  go tool buildid -w $WORK/b964/_pkg_.a # internal
2025-08-20T22:41:41.6327704Z [00:03:23.285]➜  cp $WORK/b964/_pkg_.a /root/.cache/go-build/b8/b87f9a80f79761b86b8e6902e55a4d16a399ba7a728671c8f28fe47edef7ede9-d # internal
2025-08-20T22:41:41.6329464Z [00:03:23.285]➜  google.golang.org/grpc/authz/audit
2025-08-20T22:41:41.6329804Z [00:03:23.285]➜  mkdir -p $WORK/b965/
2025-08-20T22:41:41.6351949Z [00:03:23.288]➜  cat >/tmp/go-build3998081543/b965/importcfg << 'EOF' # internal
2025-08-20T22:41:41.6352642Z [00:03:23.288]➜  # import config
2025-08-20T22:41:41.6353179Z [00:03:23.288]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:41.6354261Z [00:03:23.288]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.6354842Z [00:03:23.288]➜  EOF
2025-08-20T22:41:41.6356981Z [00:03:23.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b965/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/authz/audit=>google.golang.org/grpc@v1.72.2/authz/audit;$WORK/b965=>" -p google.golang.org/grpc/authz/audit -lang=go1.23 -complete -installsuffix shared -buildid D85-EAqXcD1uMeAZ0qOc/D85-EAqXcD1uMeAZ0qOc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b965/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/authz/audit/audit_logger.go
2025-08-20T22:41:41.6680100Z [00:03:23.320]➜  go tool buildid -w $WORK/b965/_pkg_.a # internal
2025-08-20T22:41:41.6690069Z [00:03:23.321]➜  cp $WORK/b965/_pkg_.a /root/.cache/go-build/4a/4a20142c66af90401c3ac23787fa683d11fdc98979fa6e083ae6d5c6b3102a81-d # internal
2025-08-20T22:41:41.6690775Z [00:03:23.321]➜  google.golang.org/grpc/authz/audit/stdout
2025-08-20T22:41:41.6691104Z [00:03:23.321]➜  mkdir -p $WORK/b966/
2025-08-20T22:41:41.6692347Z [00:03:23.321]➜  cat >/tmp/go-build3998081543/b966/importcfg << 'EOF' # internal
2025-08-20T22:41:41.6692779Z [00:03:23.321]➜  # import config
2025-08-20T22:41:41.6693152Z [00:03:23.321]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:41.6693719Z [00:03:23.321]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3998081543/b965/_pkg_.a
2025-08-20T22:41:41.6694316Z [00:03:23.321]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:41.6694831Z [00:03:23.321]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:41.6695232Z [00:03:23.321]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:41.6695873Z [00:03:23.321]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.6696200Z [00:03:23.321]➜  EOF
2025-08-20T22:41:41.6699726Z [00:03:23.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b966/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/authz/audit/stdout=>google.golang.org/grpc@v1.72.2/authz/audit/stdout;$WORK/b966=>" -p google.golang.org/grpc/authz/audit/stdout -lang=go1.23 -complete -installsuffix shared -buildid 1sD5brMegy2k4nu9mOpt/1sD5brMegy2k4nu9mOpt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b966/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/authz/audit/stdout/stdout_logger.go
2025-08-20T22:41:41.7241124Z [00:03:23.376]➜  go tool buildid -w $WORK/b966/_pkg_.a # internal
2025-08-20T22:41:41.7255732Z [00:03:23.378]➜  cp $WORK/b966/_pkg_.a /root/.cache/go-build/fe/fe41f6e67d8c3e972493411aa3e2785e52f50fdc2f9bf07674d1ce524316b0c7-d # internal
2025-08-20T22:41:41.7276929Z [00:03:23.378]➜  google.golang.org/grpc/internal/xds/rbac
2025-08-20T22:41:41.7277879Z [00:03:23.378]➜  mkdir -p $WORK/b963/
2025-08-20T22:41:41.7280465Z [00:03:23.378]➜  cat >/tmp/go-build3998081543/b963/importcfg << 'EOF' # internal
2025-08-20T22:41:41.7282892Z [00:03:23.378]➜  # import config
2025-08-20T22:41:41.7285465Z [00:03:23.378]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:41.7286275Z [00:03:23.378]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:41.7287185Z [00:03:23.378]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:41.7287809Z [00:03:23.378]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.7288316Z [00:03:23.378]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.7289063Z [00:03:23.378]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3998081543/b924/_pkg_.a
2025-08-20T22:41:41.7290602Z [00:03:23.378]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3998081543/b900/_pkg_.a
2025-08-20T22:41:41.7291342Z [00:03:23.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:41.7292145Z [00:03:23.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3998081543/b961/_pkg_.a
2025-08-20T22:41:41.7293226Z [00:03:23.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3998081543/b898/_pkg_.a
2025-08-20T22:41:41.7294196Z [00:03:23.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build3998081543/b964/_pkg_.a
2025-08-20T22:41:41.7295085Z [00:03:23.378]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:41.7295966Z [00:03:23.378]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:41.7296552Z [00:03:23.378]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3998081543/b965/_pkg_.a
2025-08-20T22:41:41.7297326Z [00:03:23.378]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build3998081543/b966/_pkg_.a
2025-08-20T22:41:41.7298005Z [00:03:23.378]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:41.7298606Z [00:03:23.378]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:41.7299204Z [00:03:23.378]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:41.7299833Z [00:03:23.378]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3998081543/b519/_pkg_.a
2025-08-20T22:41:41.7300506Z [00:03:23.378]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3998081543/b928/_pkg_.a
2025-08-20T22:41:41.7301303Z [00:03:23.378]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:41.7301887Z [00:03:23.378]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3998081543/b530/_pkg_.a
2025-08-20T22:41:41.7302466Z [00:03:23.378]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:41.7303109Z [00:03:23.378]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:41.7303810Z [00:03:23.378]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.7304513Z [00:03:23.378]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:41.7305060Z [00:03:23.378]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:41.7307559Z [00:03:23.378]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:41:41.7308301Z [00:03:23.378]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:41.7308737Z [00:03:23.378]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:41.7309164Z [00:03:23.378]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.7309486Z [00:03:23.378]➜  EOF
2025-08-20T22:41:41.7312043Z [00:03:23.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b963/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/rbac=>google.golang.org/grpc@v1.72.2/internal/xds/rbac;$WORK/b963=>" -p google.golang.org/grpc/internal/xds/rbac -lang=go1.23 -complete -installsuffix shared -buildid R39fMuW361rt_pl63n8L/R39fMuW361rt_pl63n8L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b963/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/rbac/converter.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/rbac/matchers.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/internal/xds/rbac/rbac_engine.go
2025-08-20T22:41:41.7386822Z [00:03:23.391]➜  go tool buildid -w $WORK/b962/_pkg_.a # internal
2025-08-20T22:41:41.7404054Z [00:03:23.393]➜  cp $WORK/b962/_pkg_.a /root/.cache/go-build/73/73386fba57a01466a6a89bd9161b08e9a6268864b686103af1040bccc5d211df-d # internal
2025-08-20T22:41:41.7409621Z [00:03:23.393]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3
2025-08-20T22:41:41.7410078Z [00:03:23.393]➜  mkdir -p $WORK/b968/
2025-08-20T22:41:41.7416352Z [00:03:23.394]➜  cat >/tmp/go-build3998081543/b968/importcfg << 'EOF' # internal
2025-08-20T22:41:41.7416783Z [00:03:23.394]➜  # import config
2025-08-20T22:41:41.7418919Z [00:03:23.394]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:41.7419359Z [00:03:23.394]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.7419778Z [00:03:23.394]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.7420348Z [00:03:23.394]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:41.7421078Z [00:03:23.394]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:41.7422070Z [00:03:23.394]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3998081543/b897/_pkg_.a
2025-08-20T22:41:41.7423127Z [00:03:23.394]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3998081543/b926/_pkg_.a
2025-08-20T22:41:41.7424038Z [00:03:23.394]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:41.7424758Z [00:03:23.394]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:41.7427439Z [00:03:23.394]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:41.7428360Z [00:03:23.394]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.7429076Z [00:03:23.394]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:41.7429865Z [00:03:23.394]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:41.7430423Z [00:03:23.394]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:41.7430852Z [00:03:23.394]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:41.7431283Z [00:03:23.394]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:41.7431708Z [00:03:23.394]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:41.7432131Z [00:03:23.394]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:41.7432733Z [00:03:23.394]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:41.7433159Z [00:03:23.394]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.7433580Z [00:03:23.394]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.7433998Z [00:03:23.394]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.7434439Z [00:03:23.394]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:41.7434775Z [00:03:23.394]➜  EOF
2025-08-20T22:41:41.7438802Z [00:03:23.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b968/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/router/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/router/v3;$WORK/b968=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3 -lang=go1.22 -complete -installsuffix shared -buildid Xajq2rwPrUK1t_blgFVE/Xajq2rwPrUK1t_blgFVE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b968/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/router/v3/router.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/filters/http/router/v3/router.pb.validate.go
2025-08-20T22:41:41.8279631Z [00:03:23.480]➜  go tool buildid -w $WORK/b895/_pkg_.a # internal
2025-08-20T22:41:41.8282153Z [00:03:23.480]➜  go tool buildid -w $WORK/b963/_pkg_.a # internal
2025-08-20T22:41:41.8298390Z [00:03:23.482]➜  cp $WORK/b963/_pkg_.a /root/.cache/go-build/57/5796836196ef101ff44aa53117dbf5bc66581e1f4ba46f3883432a6b77ca791c-d # internal
2025-08-20T22:41:41.8301518Z [00:03:23.483]➜  google.golang.org/grpc/xds/internal/httpfilter/rbac
2025-08-20T22:41:41.8308175Z [00:03:23.483]➜  mkdir -p $WORK/b960/
2025-08-20T22:41:41.8308854Z [00:03:23.483]➜  cat >/tmp/go-build3998081543/b960/importcfg << 'EOF' # internal
2025-08-20T22:41:41.8309797Z [00:03:23.483]➜  # import config
2025-08-20T22:41:41.8310353Z [00:03:23.483]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:41.8310888Z [00:03:23.483]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.8311448Z [00:03:23.483]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.8312424Z [00:03:23.483]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3998081543/b961/_pkg_.a
2025-08-20T22:41:41.8313488Z [00:03:23.483]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build3998081543/b962/_pkg_.a
2025-08-20T22:41:41.8315060Z [00:03:23.483]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:41.8315877Z [00:03:23.483]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3998081543/b515/_pkg_.a
2025-08-20T22:41:41.8316537Z [00:03:23.483]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build3998081543/b963/_pkg_.a
2025-08-20T22:41:41.8317488Z [00:03:23.483]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3998081543/b931/_pkg_.a
2025-08-20T22:41:41.8318154Z [00:03:23.483]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:41.8318814Z [00:03:23.483]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.8319364Z [00:03:23.483]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.8319685Z [00:03:23.483]➜  EOF
2025-08-20T22:41:41.8321852Z [00:03:23.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b960/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/rbac=>google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/rbac;$WORK/b960=>" -p google.golang.org/grpc/xds/internal/httpfilter/rbac -lang=go1.23 -complete -installsuffix shared -buildid 5mZiYbWQKlYvADIgrwm8/5mZiYbWQKlYvADIgrwm8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b960/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/rbac/rbac.go
2025-08-20T22:41:41.8448700Z [00:03:23.497]➜  go tool buildid -w $WORK/b968/_pkg_.a # internal
2025-08-20T22:41:41.8465146Z [00:03:23.499]➜  cp $WORK/b968/_pkg_.a /root/.cache/go-build/87/874075eac078d851a0cef4e50c2a6f1a6a6d0914c5afb05bc9b66805ef9a83e0-d # internal
2025-08-20T22:41:41.8469469Z [00:03:23.499]➜  google.golang.org/grpc/xds/internal/httpfilter/router
2025-08-20T22:41:41.8493578Z [00:03:23.501]➜  mkdir -p $WORK/b967/
2025-08-20T22:41:41.8497693Z [00:03:23.501]➜  cat >/tmp/go-build3998081543/b967/importcfg << 'EOF' # internal
2025-08-20T22:41:41.8498063Z [00:03:23.501]➜  # import config
2025-08-20T22:41:41.8498402Z [00:03:23.501]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.8499119Z [00:03:23.501]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build3998081543/b968/_pkg_.a
2025-08-20T22:41:41.8499943Z [00:03:23.501]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3998081543/b515/_pkg_.a
2025-08-20T22:41:41.8500630Z [00:03:23.501]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3998081543/b931/_pkg_.a
2025-08-20T22:41:41.8501415Z [00:03:23.501]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:41.8502075Z [00:03:23.501]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.8502801Z [00:03:23.501]➜  EOF
2025-08-20T22:41:41.8505028Z [00:03:23.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b967/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/router=>google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/router;$WORK/b967=>" -p google.golang.org/grpc/xds/internal/httpfilter/router -lang=go1.23 -complete -installsuffix shared -buildid MSaD_zCDbPMH2Tn0k4VN/MSaD_zCDbPMH2Tn0k4VN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b967/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/httpfilter/router/router.go
2025-08-20T22:41:41.8539457Z [00:03:23.506]➜  cp $WORK/b895/_pkg_.a /root/.cache/go-build/d9/d92653be76652badcbf7780f0cf1ee0788e9f722f1b03e69f90e3183693ecdf1-d # internal
2025-08-20T22:41:41.8546668Z [00:03:23.507]➜  github.com/envoyproxy/go-control-plane/envoy/service/status/v3
2025-08-20T22:41:41.8549771Z [00:03:23.507]➜  mkdir -p $WORK/b894/
2025-08-20T22:41:41.8559017Z [00:03:23.508]➜  cat >/tmp/go-build3998081543/b894/importcfg << 'EOF' # internal
2025-08-20T22:41:41.8560053Z [00:03:23.508]➜  # import config
2025-08-20T22:41:41.8561005Z [00:03:23.508]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:41.8563523Z [00:03:23.508]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:41.8564110Z [00:03:23.508]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.8565325Z [00:03:23.508]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.8567698Z [00:03:23.508]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:41.8568839Z [00:03:23.508]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3998081543/b895/_pkg_.a
2025-08-20T22:41:41.8569847Z [00:03:23.508]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:41.8571111Z [00:03:23.508]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:41.8572417Z [00:03:23.508]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:41:41.8573445Z [00:03:23.508]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:41:41.8574476Z [00:03:23.508]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:41.8575945Z [00:03:23.508]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:41.8576826Z [00:03:23.508]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:41.8577708Z [00:03:23.508]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:41.8578852Z [00:03:23.508]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:41.8579948Z [00:03:23.508]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:41.8580854Z [00:03:23.508]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:41.8581801Z [00:03:23.508]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:41.8582958Z [00:03:23.508]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:41.8583602Z [00:03:23.508]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:41.8584388Z [00:03:23.508]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:41.8585255Z [00:03:23.508]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:41.8586110Z [00:03:23.508]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:41.8586926Z [00:03:23.508]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.8588007Z [00:03:23.508]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.8588816Z [00:03:23.508]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.8589659Z [00:03:23.508]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:41.8590376Z [00:03:23.508]➜  EOF
2025-08-20T22:41:41.8593854Z [00:03:23.508]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/status/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/status/v3;$WORK/b894=>" -p github.com/envoyproxy/go-control-plane/envoy/service/status/v3 -lang=go1.22 -complete -installsuffix shared -buildid 95RSrUw0MDs4g6c2-lRK/95RSrUw0MDs4g6c2-lRK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b894/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/status/v3/csds.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/status/v3/csds.pb.validate.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/service/status/v3/csds_grpc.pb.go
2025-08-20T22:41:41.8857454Z [00:03:23.538]➜  go tool buildid -w $WORK/b960/_pkg_.a # internal
2025-08-20T22:41:41.8871694Z [00:03:23.540]➜  cp $WORK/b960/_pkg_.a /root/.cache/go-build/b4/b4e2de792183fc0c18098d46df79bad4046dbc6bfe2c004a680dba0d27aeeb2e-d # internal
2025-08-20T22:41:41.8873206Z [00:03:23.540]➜  google.golang.org/grpc/balancer/lazy
2025-08-20T22:41:41.8873649Z [00:03:23.540]➜  mkdir -p $WORK/b971/
2025-08-20T22:41:41.8896988Z [00:03:23.542]➜  cat >/tmp/go-build3998081543/b971/importcfg << 'EOF' # internal
2025-08-20T22:41:41.8897443Z [00:03:23.542]➜  # import config
2025-08-20T22:41:41.8897804Z [00:03:23.542]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.8898321Z [00:03:23.542]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:41.8898935Z [00:03:23.542]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:41.8899536Z [00:03:23.542]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:41.8900155Z [00:03:23.542]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:41.8900768Z [00:03:23.542]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:41.8901590Z [00:03:23.542]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.8901904Z [00:03:23.542]➜  EOF
2025-08-20T22:41:41.8903801Z [00:03:23.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b971/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/lazy=>google.golang.org/grpc@v1.72.2/balancer/lazy;$WORK/b971=>" -p google.golang.org/grpc/balancer/lazy -lang=go1.23 -complete -installsuffix shared -buildid BmILjeOcYQmJl0xnymZu/BmILjeOcYQmJl0xnymZu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b971/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/lazy/lazy.go
2025-08-20T22:41:41.9045091Z [00:03:23.557]➜  go tool buildid -w $WORK/b967/_pkg_.a # internal
2025-08-20T22:41:41.9057265Z [00:03:23.557]➜  cp $WORK/b967/_pkg_.a /root/.cache/go-build/cf/cf7c5cd7965d5be0b12b7c09b041c2762de3e025677ff1c7e053e2bc4873a1d3-d # internal
2025-08-20T22:41:41.9057957Z [00:03:23.557]➜  google.golang.org/grpc/xds/internal/server
2025-08-20T22:41:41.9058293Z [00:03:23.557]➜  mkdir -p $WORK/b973/
2025-08-20T22:41:41.9058667Z [00:03:23.558]➜  cat >/tmp/go-build3998081543/b973/importcfg << 'EOF' # internal
2025-08-20T22:41:41.9059015Z [00:03:23.558]➜  # import config
2025-08-20T22:41:41.9059670Z [00:03:23.558]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.9060248Z [00:03:23.558]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3998081543/b438/_pkg_.a
2025-08-20T22:41:41.9061033Z [00:03:23.558]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:41.9061787Z [00:03:23.558]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3998081543/b876/_pkg_.a
2025-08-20T22:41:41.9062449Z [00:03:23.558]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:41.9063073Z [00:03:23.558]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:41.9068486Z [00:03:23.558]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3998081543/b945/_pkg_.a
2025-08-20T22:41:41.9069283Z [00:03:23.558]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:41.9069962Z [00:03:23.558]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:41.9070628Z [00:03:23.558]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3998081543/b519/_pkg_.a
2025-08-20T22:41:41.9071313Z [00:03:23.558]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:41:41.9072091Z [00:03:23.558]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3998081543/b923/_pkg_.a
2025-08-20T22:41:41.9072687Z [00:03:23.558]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:41.9073105Z [00:03:23.558]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.9073952Z [00:03:23.558]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:41.9074393Z [00:03:23.558]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:41.9074700Z [00:03:23.558]➜  EOF
2025-08-20T22:41:41.9080182Z [00:03:23.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b973/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/server=>google.golang.org/grpc@v1.72.2/xds/internal/server;$WORK/b973=>" -p google.golang.org/grpc/xds/internal/server -lang=go1.23 -complete -installsuffix shared -buildid buXmRnsIav5GjNiVwRvN/buXmRnsIav5GjNiVwRvN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b973/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/server/conn_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/server/listener_wrapper.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/server/rds_handler.go
2025-08-20T22:41:41.9307388Z [00:03:23.582]➜  go tool buildid -w $WORK/b971/_pkg_.a # internal
2025-08-20T22:41:41.9320998Z [00:03:23.584]➜  cp $WORK/b971/_pkg_.a /root/.cache/go-build/24/24c3c0495efa2d7642185fc3586609c7332fe66cff0df97295d531f52e6de20e-d # internal
2025-08-20T22:41:41.9323522Z [00:03:23.585]➜  google.golang.org/grpc/xds/internal/balancer/ringhash
2025-08-20T22:41:41.9324213Z [00:03:23.585]➜  mkdir -p $WORK/b970/
2025-08-20T22:41:41.9330031Z [00:03:23.585]➜  cat >/tmp/go-build3998081543/b970/importcfg << 'EOF' # internal
2025-08-20T22:41:41.9330622Z [00:03:23.585]➜  # import config
2025-08-20T22:41:41.9331333Z [00:03:23.585]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:41.9332046Z [00:03:23.585]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:41.9333037Z [00:03:23.585]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:41.9333603Z [00:03:23.585]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:41.9334216Z [00:03:23.585]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3998081543/b422/_pkg_.a
2025-08-20T22:41:41.9346373Z [00:03:23.585]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:41.9347734Z [00:03:23.585]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:41.9349069Z [00:03:23.585]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3998081543/b493/_pkg_.a
2025-08-20T22:41:41.9350804Z [00:03:23.585]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build3998081543/b971/_pkg_.a
2025-08-20T22:41:41.9351569Z [00:03:23.585]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3998081543/b472/_pkg_.a
2025-08-20T22:41:41.9352270Z [00:03:23.585]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:41.9352874Z [00:03:23.585]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:41.9353550Z [00:03:23.585]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build3998081543/b947/_pkg_.a
2025-08-20T22:41:41.9354241Z [00:03:23.585]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:41.9354906Z [00:03:23.585]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:41.9355716Z [00:03:23.585]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3998081543/b514/_pkg_.a
2025-08-20T22:41:41.9356429Z [00:03:23.585]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:41.9357040Z [00:03:23.585]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:41.9357627Z [00:03:23.585]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:41.9358511Z [00:03:23.585]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build3998081543/b948/_pkg_.a
2025-08-20T22:41:41.9359161Z [00:03:23.585]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:41.9359674Z [00:03:23.585]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:41.9360121Z [00:03:23.585]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:41.9360559Z [00:03:23.585]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:41.9360982Z [00:03:23.585]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:41.9361410Z [00:03:23.585]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:41.9361826Z [00:03:23.585]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:41.9362137Z [00:03:23.585]➜  EOF
2025-08-20T22:41:41.9368137Z [00:03:23.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b970/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/ringhash=>google.golang.org/grpc@v1.72.2/xds/internal/balancer/ringhash;$WORK/b970=>" -p google.golang.org/grpc/xds/internal/balancer/ringhash -lang=go1.23 -complete -installsuffix shared -buildid hFgwgv2V0FYKfZ4eCS6z/hFgwgv2V0FYKfZ4eCS6z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b970/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/ringhash/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/ringhash/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/ringhash/picker.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/ringhash/ring.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/ringhash/ringhash.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/ringhash/util.go
2025-08-20T22:41:42.0462674Z [00:03:23.698]➜  go tool buildid -w $WORK/b973/_pkg_.a # internal
2025-08-20T22:41:42.0506868Z [00:03:23.703]➜  cp $WORK/b973/_pkg_.a /root/.cache/go-build/8d/8d5c1c55c5ab0023dafa506afc15b24f3ea77e081f1c3aac167c407c341cda5e-d # internal
2025-08-20T22:41:42.0514763Z [00:03:23.703]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3
2025-08-20T22:41:42.0515729Z [00:03:23.703]➜  mkdir -p $WORK/b975/
2025-08-20T22:41:42.0516196Z [00:03:23.703]➜  cat >/tmp/go-build3998081543/b975/importcfg << 'EOF' # internal
2025-08-20T22:41:42.0516542Z [00:03:23.704]➜  # import config
2025-08-20T22:41:42.0516996Z [00:03:23.704]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:42.0517486Z [00:03:23.704]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.0517902Z [00:03:23.704]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.0518447Z [00:03:23.704]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:42.0519173Z [00:03:23.704]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:42.0519900Z [00:03:23.704]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:42.0520610Z [00:03:23.704]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:42.0521301Z [00:03:23.704]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:42.0536571Z [00:03:23.704]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:42.0537346Z [00:03:23.704]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:42.0537912Z [00:03:23.704]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:42.0538339Z [00:03:23.704]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:42.0539131Z [00:03:23.704]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:42.0539561Z [00:03:23.704]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:42.0539987Z [00:03:23.704]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:42.0540410Z [00:03:23.704]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:42.0540858Z [00:03:23.704]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.0541284Z [00:03:23.704]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.0541693Z [00:03:23.704]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.0542132Z [00:03:23.704]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:42.0542465Z [00:03:23.704]➜  EOF
2025-08-20T22:41:42.0546504Z [00:03:23.704]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b975/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/client_side_weighted_round_robin/v3;$WORK/b975=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3 -lang=go1.22 -complete -installsuffix shared -buildid BARGoaY0beREK0DwLbry/BARGoaY0beREK0DwLbry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b975/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/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/envoy@v1.32.4/extensions/load_balancing_policies/client_side_weighted_round_robin/v3/client_side_weighted_round_robin.pb.validate.go
2025-08-20T22:41:42.0821953Z [00:03:23.734]➜  go tool buildid -w $WORK/b970/_pkg_.a # internal
2025-08-20T22:41:42.0836593Z [00:03:23.736]➜  cp $WORK/b970/_pkg_.a /root/.cache/go-build/96/963350d892994cdd33497d63639a2283f402297d5eeaf5b562312f037e004e1d-d # internal
2025-08-20T22:41:42.0840789Z [00:03:23.736]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3
2025-08-20T22:41:42.0841562Z [00:03:23.736]➜  mkdir -p $WORK/b977/
2025-08-20T22:41:42.0843450Z [00:03:23.737]➜  cat >/tmp/go-build3998081543/b977/importcfg << 'EOF' # internal
2025-08-20T22:41:42.0843959Z [00:03:23.737]➜  # import config
2025-08-20T22:41:42.0845021Z [00:03:23.737]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:42.0847654Z [00:03:23.737]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.0848311Z [00:03:23.737]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.0849181Z [00:03:23.737]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:42.0850422Z [00:03:23.737]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:42.0851367Z [00:03:23.737]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:41:42.0852198Z [00:03:23.737]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:42.0853108Z [00:03:23.737]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:42.0854306Z [00:03:23.737]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:42.0856119Z [00:03:23.737]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:42.0856840Z [00:03:23.737]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:42.0857837Z [00:03:23.737]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:42.0858566Z [00:03:23.737]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:42.0858996Z [00:03:23.737]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:42.0859439Z [00:03:23.737]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:42.0859867Z [00:03:23.737]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:42.0860295Z [00:03:23.737]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:42.0860710Z [00:03:23.737]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:42.0861127Z [00:03:23.737]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.0861546Z [00:03:23.737]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.0861953Z [00:03:23.737]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.0862404Z [00:03:23.737]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:42.0862737Z [00:03:23.737]➜  EOF
2025-08-20T22:41:42.0867989Z [00:03:23.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/common/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/common/v3;$WORK/b977=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3 -lang=go1.22 -complete -installsuffix shared -buildid EHv_Hi5KdvTx_kc2-MZV/EHv_Hi5KdvTx_kc2-MZV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b977/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/common/v3/common.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/common/v3/common.pb.validate.go
2025-08-20T22:41:42.1423421Z [00:03:23.794]➜  go tool buildid -w $WORK/b975/_pkg_.a # internal
2025-08-20T22:41:42.1434702Z [00:03:23.796]➜  cp $WORK/b975/_pkg_.a /root/.cache/go-build/86/86930f8d8d508a80f8a7d23f9bf3c4687d5ac5ffbf03556772cd44f07fa608e8-d # internal
2025-08-20T22:41:42.1438124Z [00:03:23.796]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3
2025-08-20T22:41:42.1441325Z [00:03:23.797]➜  mkdir -p $WORK/b978/
2025-08-20T22:41:42.1451013Z [00:03:23.797]➜  cat >/tmp/go-build3998081543/b978/importcfg << 'EOF' # internal
2025-08-20T22:41:42.1451700Z [00:03:23.797]➜  # import config
2025-08-20T22:41:42.1452196Z [00:03:23.797]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:42.1453235Z [00:03:23.797]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.1453842Z [00:03:23.797]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.1454525Z [00:03:23.797]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:42.1455471Z [00:03:23.797]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:42.1456343Z [00:03:23.797]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:42.1457157Z [00:03:23.797]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:42.1458810Z [00:03:23.797]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:42.1459251Z [00:03:23.797]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:42.1459685Z [00:03:23.797]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:42.1460115Z [00:03:23.797]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:42.1460542Z [00:03:23.797]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:42.1461321Z [00:03:23.797]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:42.1461739Z [00:03:23.797]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.1462161Z [00:03:23.797]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.1462577Z [00:03:23.797]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.1463018Z [00:03:23.797]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:42.1463360Z [00:03:23.797]➜  EOF
2025-08-20T22:41:42.1466884Z [00:03:23.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b978/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/pick_first/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/pick_first/v3;$WORK/b978=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3 -lang=go1.22 -complete -installsuffix shared -buildid bo_j28pX4J-dnbVHEmEZ/bo_j28pX4J-dnbVHEmEZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b978/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/pick_first/v3/pick_first.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/pick_first/v3/pick_first.pb.validate.go
2025-08-20T22:41:42.1469930Z [00:03:23.798]➜  go tool buildid -w $WORK/b894/_pkg_.a # internal
2025-08-20T22:41:42.1562587Z [00:03:23.808]➜  cp $WORK/b894/_pkg_.a /root/.cache/go-build/44/44f841b8cfe2d3de3997951849e949fa8bdf2114577360aef096a7b968ebf74e-d # internal
2025-08-20T22:41:42.1568353Z [00:03:23.809]➜  google.golang.org/grpc/xds/internal/xdsclient
2025-08-20T22:41:42.1568702Z [00:03:23.809]➜  mkdir -p $WORK/b917/
2025-08-20T22:41:42.1573071Z [00:03:23.809]➜  cat >/tmp/go-build3998081543/b917/importcfg << 'EOF' # internal
2025-08-20T22:41:42.1575495Z [00:03:23.810]➜  # import config
2025-08-20T22:41:42.1575925Z [00:03:23.810]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.1576362Z [00:03:23.810]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.1576779Z [00:03:23.810]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.1577605Z [00:03:23.810]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3998081543/b895/_pkg_.a
2025-08-20T22:41:42.1578587Z [00:03:23.810]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3998081543/b894/_pkg_.a
2025-08-20T22:41:42.1579386Z [00:03:23.810]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:42.1580019Z [00:03:23.810]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:42.1580607Z [00:03:23.810]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:42.1581241Z [00:03:23.810]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:42.1581914Z [00:03:23.810]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:42.1582572Z [00:03:23.810]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:42.1583212Z [00:03:23.810]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3998081543/b534/_pkg_.a
2025-08-20T22:41:42.1583883Z [00:03:23.810]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:41:42.1584521Z [00:03:23.810]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:42.1585210Z [00:03:23.810]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build3998081543/b918/_pkg_.a
2025-08-20T22:41:42.1586235Z [00:03:23.810]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3998081543/b919/_pkg_.a
2025-08-20T22:41:42.1587267Z [00:03:23.810]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3998081543/b920/_pkg_.a
2025-08-20T22:41:42.1588072Z [00:03:23.810]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/ads=/tmp/go-build3998081543/b921/_pkg_.a
2025-08-20T22:41:42.1588932Z [00:03:23.810]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport=/tmp/go-build3998081543/b934/_pkg_.a
2025-08-20T22:41:42.1589787Z [00:03:23.810]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/lrs=/tmp/go-build3998081543/b936/_pkg_.a
2025-08-20T22:41:42.1590588Z [00:03:23.810]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3998081543/b923/_pkg_.a
2025-08-20T22:41:42.1591328Z [00:03:23.810]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:42.1592045Z [00:03:23.810]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:42.1592621Z [00:03:23.810]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.1593041Z [00:03:23.810]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.1593478Z [00:03:23.810]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:42.1593910Z [00:03:23.810]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.1594219Z [00:03:23.810]➜  EOF
2025-08-20T22:41:42.1602069Z [00:03:23.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b917/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient;$WORK/b917=>" -p google.golang.org/grpc/xds/internal/xdsclient -lang=go1.23 -complete -installsuffix shared -buildid aJgoJgA5IdHk1f88TiBt/aJgoJgA5IdHk1f88TiBt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b917/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/attributes.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/authority.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/channel.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/client.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/clientimpl.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/clientimpl_loadreport.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/clientimpl_watchers.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/pool.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/requests_counter.go
2025-08-20T22:41:42.1963556Z [00:03:23.848]➜  go tool buildid -w $WORK/b977/_pkg_.a # internal
2025-08-20T22:41:42.1993522Z [00:03:23.851]➜  cp $WORK/b977/_pkg_.a /root/.cache/go-build/b3/b3f70b865c58d702411a87be897ce2e5d4bd86ea7f96b86de595a1d699125b45-d # internal
2025-08-20T22:41:42.1997441Z [00:03:23.852]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3
2025-08-20T22:41:42.2004851Z [00:03:23.853]➜  mkdir -p $WORK/b976/
2025-08-20T22:41:42.2010866Z [00:03:23.853]➜  cat >/tmp/go-build3998081543/b976/importcfg << 'EOF' # internal
2025-08-20T22:41:42.2013563Z [00:03:23.853]➜  # import config
2025-08-20T22:41:42.2038124Z [00:03:23.853]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:42.2041414Z [00:03:23.853]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.2044044Z [00:03:23.853]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.2045681Z [00:03:23.853]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:42.2046470Z [00:03:23.853]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:42.2047711Z [00:03:23.853]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:41:42.2048644Z [00:03:23.853]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3998081543/b977/_pkg_.a
2025-08-20T22:41:42.2049514Z [00:03:23.853]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:42.2050249Z [00:03:23.853]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:42.2050955Z [00:03:23.853]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:42.2051645Z [00:03:23.853]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:42.2052365Z [00:03:23.853]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:42.2052929Z [00:03:23.853]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:42.2053352Z [00:03:23.853]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:42.2053786Z [00:03:23.853]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:42.2054217Z [00:03:23.853]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:42.2054649Z [00:03:23.853]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:42.2055065Z [00:03:23.853]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:42.2057542Z [00:03:23.853]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.2058024Z [00:03:23.853]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.2058439Z [00:03:23.853]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.2058896Z [00:03:23.853]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:42.2059230Z [00:03:23.853]➜  EOF
2025-08-20T22:41:42.2062950Z [00:03:23.854]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b976/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/least_request/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/least_request/v3;$WORK/b976=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3 -lang=go1.22 -complete -installsuffix shared -buildid dcmid869PfZPWHNmY7si/dcmid869PfZPWHNmY7si -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b976/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/least_request/v3/least_request.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/least_request/v3/least_request.pb.validate.go
2025-08-20T22:41:42.2223476Z [00:03:23.874]➜  go tool buildid -w $WORK/b978/_pkg_.a # internal
2025-08-20T22:41:42.2239192Z [00:03:23.876]➜  cp $WORK/b978/_pkg_.a /root/.cache/go-build/f6/f695877c659ea7c945071177529aa3aee6889c02b3f40d7cc5f4f7731108a413-d # internal
2025-08-20T22:41:42.2244224Z [00:03:23.877]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3
2025-08-20T22:41:42.2247152Z [00:03:23.877]➜  mkdir -p $WORK/b979/
2025-08-20T22:41:42.2251787Z [00:03:23.878]➜  cat >/tmp/go-build3998081543/b979/importcfg << 'EOF' # internal
2025-08-20T22:41:42.2252387Z [00:03:23.878]➜  # import config
2025-08-20T22:41:42.2252822Z [00:03:23.878]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:42.2254163Z [00:03:23.878]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.2254593Z [00:03:23.878]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.2255660Z [00:03:23.878]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:42.2256447Z [00:03:23.878]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:41:42.2257373Z [00:03:23.878]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3998081543/b977/_pkg_.a
2025-08-20T22:41:42.2258250Z [00:03:23.878]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:42.2258980Z [00:03:23.878]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:42.2259685Z [00:03:23.878]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:42.2260375Z [00:03:23.878]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:42.2261103Z [00:03:23.878]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:41:42.2261659Z [00:03:23.878]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:42.2262091Z [00:03:23.878]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:42.2262525Z [00:03:23.878]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:42.2262952Z [00:03:23.878]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:42.2263386Z [00:03:23.878]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:42.2263803Z [00:03:23.878]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:42.2264223Z [00:03:23.878]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.2264639Z [00:03:23.878]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.2265050Z [00:03:23.878]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.2265638Z [00:03:23.878]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:42.2265995Z [00:03:23.878]➜  EOF
2025-08-20T22:41:42.2270277Z [00:03:23.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b979/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/ring_hash/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/ring_hash/v3;$WORK/b979=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3 -lang=go1.22 -complete -installsuffix shared -buildid LF2yh_a45O2qqlnCFRdb/LF2yh_a45O2qqlnCFRdb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b979/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/ring_hash/v3/ring_hash.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/ring_hash/v3/ring_hash.pb.validate.go
2025-08-20T22:41:42.3086635Z [00:03:23.959]➜  go tool buildid -w $WORK/b976/_pkg_.a # internal
2025-08-20T22:41:42.3090798Z [00:03:23.961]➜  go tool buildid -w $WORK/b979/_pkg_.a # internal
2025-08-20T22:41:42.3091514Z [00:03:23.961]➜  cp $WORK/b976/_pkg_.a /root/.cache/go-build/40/40a410720f78beb6b572845abc049ada3a4a7672b5e64f0288dfdb015af8710b-d # internal
2025-08-20T22:41:42.3092327Z [00:03:23.961]➜  github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3
2025-08-20T22:41:42.3092817Z [00:03:23.961]➜  mkdir -p $WORK/b980/
2025-08-20T22:41:42.3093193Z [00:03:23.961]➜  cat >/tmp/go-build3998081543/b980/importcfg << 'EOF' # internal
2025-08-20T22:41:42.3093545Z [00:03:23.961]➜  # import config
2025-08-20T22:41:42.3093883Z [00:03:23.961]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:42.3094308Z [00:03:23.961]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.3095217Z [00:03:23.961]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.3096008Z [00:03:23.961]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:41:42.3096773Z [00:03:23.961]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3998081543/b906/_pkg_.a
2025-08-20T22:41:42.3097550Z [00:03:23.961]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:41:42.3098286Z [00:03:23.961]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:42.3098991Z [00:03:23.961]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:42.3099678Z [00:03:23.961]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:42.3100213Z [00:03:23.961]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:42.3100646Z [00:03:23.961]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:42.3101121Z [00:03:23.961]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:42.3101551Z [00:03:23.961]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:42.3101985Z [00:03:23.961]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:42.3102399Z [00:03:23.961]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:42.3102823Z [00:03:23.961]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.3103242Z [00:03:23.961]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.3103651Z [00:03:23.961]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.3104090Z [00:03:23.961]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:42.3104424Z [00:03:23.961]➜  EOF
2025-08-20T22:41:42.3139540Z [00:03:23.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b980/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/wrr_locality/v3=>github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/wrr_locality/v3;$WORK/b980=>" -p github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3 -lang=go1.22 -complete -installsuffix shared -buildid ysblvdmzLZmLhs2R3sDf/ysblvdmzLZmLhs2R3sDf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b980/importcfg -pack /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.pb.go /root/go/pkg/mod/github.com/envoyproxy/go-control-plane/envoy@v1.32.4/extensions/load_balancing_policies/wrr_locality/v3/wrr_locality.pb.validate.go
2025-08-20T22:41:42.3143087Z [00:03:23.961]➜  cp $WORK/b979/_pkg_.a /root/.cache/go-build/95/95dde3ecc9c7cdf8d67f38ea9998dd7df7c7effd844da3ffc7fb2022ac3695b1-d # internal
2025-08-20T22:41:42.3143807Z [00:03:23.962]➜  google.golang.org/grpc/balancer/weightedroundrobin/internal
2025-08-20T22:41:42.3144178Z [00:03:23.962]➜  mkdir -p $WORK/b982/
2025-08-20T22:41:42.3144547Z [00:03:23.962]➜  cat >/tmp/go-build3998081543/b982/importcfg << 'EOF' # internal
2025-08-20T22:41:42.3144894Z [00:03:23.962]➜  # import config
2025-08-20T22:41:42.3145229Z [00:03:23.962]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.3145717Z [00:03:23.962]➜  EOF
2025-08-20T22:41:42.3148030Z [00:03:23.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b982/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedroundrobin/internal=>google.golang.org/grpc@v1.72.2/balancer/weightedroundrobin/internal;$WORK/b982=>" -p google.golang.org/grpc/balancer/weightedroundrobin/internal -lang=go1.23 -complete -installsuffix shared -buildid EWiGGRsSxBd-nVjXXLA-/EWiGGRsSxBd-nVjXXLA- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b982/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedroundrobin/internal/internal.go
2025-08-20T22:41:42.3311896Z [00:03:23.983]➜  go tool buildid -w $WORK/b982/_pkg_.a # internal
2025-08-20T22:41:42.3316178Z [00:03:23.984]➜  cp $WORK/b982/_pkg_.a /root/.cache/go-build/44/44d7c4e6277561945d8bd0c8e62307ae8d14e8a2a9fd528de667649155fa928e-d # internal
2025-08-20T22:41:42.3318934Z [00:03:23.984]➜  github.com/cncf/xds/go/xds/service/orca/v3
2025-08-20T22:41:42.3321302Z [00:03:23.984]➜  mkdir -p $WORK/b984/
2025-08-20T22:41:42.3323739Z [00:03:23.985]➜  cat >/tmp/go-build3998081543/b984/importcfg << 'EOF' # internal
2025-08-20T22:41:42.3326215Z [00:03:23.985]➜  # import config
2025-08-20T22:41:42.3328610Z [00:03:23.985]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:42.3330763Z [00:03:23.985]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.3331198Z [00:03:23.985]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.3331655Z [00:03:23.985]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.3332192Z [00:03:23.985]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3998081543/b950/_pkg_.a
2025-08-20T22:41:42.3332790Z [00:03:23.985]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:42.3333341Z [00:03:23.985]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:42.3333920Z [00:03:23.985]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:42.3334578Z [00:03:23.985]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:42.3335282Z [00:03:23.985]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:42.3339586Z [00:03:23.985]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:42.3340315Z [00:03:23.985]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:42.3340874Z [00:03:23.985]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:42.3341575Z [00:03:23.985]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:41:42.3342085Z [00:03:23.985]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:42.3342620Z [00:03:23.985]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:42.3343106Z [00:03:23.985]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:42.3343523Z [00:03:23.985]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:42.3343943Z [00:03:23.985]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.3344361Z [00:03:23.985]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.3344781Z [00:03:23.985]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.3345219Z [00:03:23.985]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:42.3345748Z [00:03:23.985]➜  EOF
2025-08-20T22:41:42.3348936Z [00:03:23.985]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b984/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/service/orca/v3=>github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/service/orca/v3;$WORK/b984=>" -p github.com/cncf/xds/go/xds/service/orca/v3 -lang=go1.19 -complete -installsuffix shared -buildid qpiVdA3R638e1Sypn3Y7/qpiVdA3R638e1Sypn3Y7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b984/importcfg -pack /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/service/orca/v3/orca.pb.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/service/orca/v3/orca.pb.validate.go /root/go/pkg/mod/github.com/cncf/xds/go@v0.0.0-20250326154945-ae57f3c0d45f/xds/service/orca/v3/orca_grpc.pb.go
2025-08-20T22:41:42.3982267Z [00:03:24.050]➜  go tool buildid -w $WORK/b980/_pkg_.a # internal
2025-08-20T22:41:42.4019523Z [00:03:24.054]➜  cp $WORK/b980/_pkg_.a /root/.cache/go-build/1a/1adf91c3c7a4657e98206068e9b2cee2f3e293d9802a7c9cef46def693d480eb-d # internal
2025-08-20T22:41:42.4020450Z [00:03:24.054]➜  google.golang.org/grpc/orca/internal
2025-08-20T22:41:42.4023162Z [00:03:24.054]➜  mkdir -p $WORK/b985/
2025-08-20T22:41:42.4023826Z [00:03:24.055]➜  cat >/tmp/go-build3998081543/b985/importcfg << 'EOF' # internal
2025-08-20T22:41:42.4024767Z [00:03:24.055]➜  # import config
2025-08-20T22:41:42.4025452Z [00:03:24.055]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.4028096Z [00:03:24.055]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.4028905Z [00:03:24.055]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3998081543/b950/_pkg_.a
2025-08-20T22:41:42.4029856Z [00:03:24.055]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:42.4030784Z [00:03:24.055]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:42.4032074Z [00:03:24.055]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:42.4032520Z [00:03:24.055]➜  EOF
2025-08-20T22:41:42.4034421Z [00:03:24.055]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b985/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/orca/internal=>google.golang.org/grpc@v1.72.2/orca/internal;$WORK/b985=>" -p google.golang.org/grpc/orca/internal -lang=go1.23 -complete -installsuffix shared -buildid 2-IY8W9K_EdpHy4BXZrq/2-IY8W9K_EdpHy4BXZrq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b985/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/orca/internal/internal.go
2025-08-20T22:41:42.4616388Z [00:03:24.114]➜  go tool buildid -w $WORK/b985/_pkg_.a # internal
2025-08-20T22:41:42.4629487Z [00:03:24.115]➜  cp $WORK/b985/_pkg_.a /root/.cache/go-build/00/00d853d2447a2a6acf683646896e8565805d915500ac294fc0cbbd2051ee7840-d # internal
2025-08-20T22:41:42.4635991Z [00:03:24.116]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/log
2025-08-20T22:41:42.4637950Z [00:03:24.116]➜  mkdir -p $WORK/b990/
2025-08-20T22:41:42.4651752Z [00:03:24.118]➜  cat >/tmp/go-build3998081543/b990/importcfg << 'EOF' # internal
2025-08-20T22:41:42.4652291Z [00:03:24.118]➜  # import config
2025-08-20T22:41:42.4652993Z [00:03:24.118]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.4653626Z [00:03:24.118]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:42.4654141Z [00:03:24.118]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.4654545Z [00:03:24.118]➜  EOF
2025-08-20T22:41:42.4665779Z [00:03:24.119]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/log=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/log;$WORK/b990=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/log -lang=go1.23 -complete -installsuffix shared -buildid YnTlSFatNNSrIRdROt1q/YnTlSFatNNSrIRdROt1q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b990/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/log/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/log/log.go
2025-08-20T22:41:42.5090250Z [00:03:24.160]➜  go tool buildid -w $WORK/b984/_pkg_.a # internal
2025-08-20T22:41:42.5131838Z [00:03:24.165]➜  cp $WORK/b984/_pkg_.a /root/.cache/go-build/89/894e9f31c36748a0c3b8fe2f116cf09bfe30de78bc37d2bb1c6a3f3437140d7b-d # internal
2025-08-20T22:41:42.5138033Z [00:03:24.166]➜  google.golang.org/grpc/orca
2025-08-20T22:41:42.5138553Z [00:03:24.166]➜  mkdir -p $WORK/b983/
2025-08-20T22:41:42.5139135Z [00:03:24.166]➜  cat >/tmp/go-build3998081543/b983/importcfg << 'EOF' # internal
2025-08-20T22:41:42.5142489Z [00:03:24.166]➜  # import config
2025-08-20T22:41:42.5142845Z [00:03:24.166]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.5143274Z [00:03:24.166]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.5143830Z [00:03:24.166]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3998081543/b950/_pkg_.a
2025-08-20T22:41:42.5144496Z [00:03:24.166]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build3998081543/b984/_pkg_.a
2025-08-20T22:41:42.5145101Z [00:03:24.166]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:42.5145829Z [00:03:24.166]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:42.5146409Z [00:03:24.166]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:42.5146984Z [00:03:24.166]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:42.5147582Z [00:03:24.166]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:42.5148201Z [00:03:24.166]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:41:42.5148877Z [00:03:24.166]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3998081543/b502/_pkg_.a
2025-08-20T22:41:42.5149513Z [00:03:24.166]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:42.5150127Z [00:03:24.166]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build3998081543/b985/_pkg_.a
2025-08-20T22:41:42.5150726Z [00:03:24.166]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:42.5151315Z [00:03:24.166]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:42.5151987Z [00:03:24.166]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:42.5152564Z [00:03:24.166]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.5153003Z [00:03:24.166]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:42.5153700Z [00:03:24.166]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.5154074Z [00:03:24.166]➜  EOF
2025-08-20T22:41:42.5154369Z [00:03:24.166]➜  go tool buildid -w $WORK/b990/_pkg_.a # internal
2025-08-20T22:41:42.5157431Z [00:03:24.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b983/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/orca=>google.golang.org/grpc@v1.72.2/orca;$WORK/b983=>" -p google.golang.org/grpc/orca -lang=go1.23 -complete -installsuffix shared -buildid gFf_2XQsmM4Xx3pY_UMl/gFf_2XQsmM4Xx3pY_UMl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b983/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/orca/call_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/orca/orca.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/orca/producer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/orca/server_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/orca/service.go
2025-08-20T22:41:42.5164200Z [00:03:24.169]➜  cp $WORK/b990/_pkg_.a /root/.cache/go-build/09/094330a4bafe1fb03d6b741b895efca0488e8ab1a670ac601e46b56a598a1cab-d # internal
2025-08-20T22:41:42.5165239Z [00:03:24.169]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/log
2025-08-20T22:41:42.5166128Z [00:03:24.169]➜  mkdir -p $WORK/b989/
2025-08-20T22:41:42.5167123Z [00:03:24.169]➜  cat >/tmp/go-build3998081543/b989/importcfg << 'EOF' # internal
2025-08-20T22:41:42.5167521Z [00:03:24.169]➜  # import config
2025-08-20T22:41:42.5168036Z [00:03:24.169]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3998081543/b990/_pkg_.a
2025-08-20T22:41:42.5168494Z [00:03:24.169]➜  EOF
2025-08-20T22:41:42.5170856Z [00:03:24.169]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/log=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/log;$WORK/b989=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/log -lang=go1.23 -complete -installsuffix shared -buildid VSp23hnb5w0FbeAKg-0i/VSp23hnb5w0FbeAKg-0i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b989/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/log/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/log/log.go
2025-08-20T22:41:42.5334019Z [00:03:24.186]➜  go tool buildid -w $WORK/b989/_pkg_.a # internal
2025-08-20T22:41:42.5349460Z [00:03:24.187]➜  go tool buildid -w $WORK/b917/_pkg_.a # internal
2025-08-20T22:41:42.5422585Z [00:03:24.195]➜  cp $WORK/b989/_pkg_.a /root/.cache/go-build/20/2080ffeb1b1b3c19827b0a762a48281563a63f7ebabfd95716fd173e1e22fcc9-d # internal
2025-08-20T22:41:42.5425092Z [00:03:24.195]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log
2025-08-20T22:41:42.5425682Z [00:03:24.195]➜  mkdir -p $WORK/b988/
2025-08-20T22:41:42.5426645Z [00:03:24.195]➜  cat >/tmp/go-build3998081543/b988/importcfg << 'EOF' # internal
2025-08-20T22:41:42.5428502Z [00:03:24.195]➜  # import config
2025-08-20T22:41:42.5429061Z [00:03:24.195]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3998081543/b989/_pkg_.a
2025-08-20T22:41:42.5429784Z [00:03:24.195]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3998081543/b990/_pkg_.a
2025-08-20T22:41:42.5430480Z [00:03:24.195]➜  EOF
2025-08-20T22:41:42.5432812Z [00:03:24.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/log=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/log;$WORK/b988=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log -lang=go1.23 -complete -installsuffix shared -buildid 87hdUp2usHqJScMWtPjT/87hdUp2usHqJScMWtPjT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b988/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/log/log.go
2025-08-20T22:41:42.5528866Z [00:03:24.205]➜  cp $WORK/b917/_pkg_.a /root/.cache/go-build/e3/e35ce82a819ca8143874ae5acd94a7decae31fd10d4e276247beca12094e7928-d # internal
2025-08-20T22:41:42.5530372Z [00:03:24.205]➜  google.golang.org/grpc/xds/csds
2025-08-20T22:41:42.5547485Z [00:03:24.206]➜  mkdir -p $WORK/b916/
2025-08-20T22:41:42.5548498Z [00:03:24.206]➜  cat >/tmp/go-build3998081543/b916/importcfg << 'EOF' # internal
2025-08-20T22:41:42.5548914Z [00:03:24.206]➜  # import config
2025-08-20T22:41:42.5549274Z [00:03:24.206]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.5549709Z [00:03:24.206]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.5550353Z [00:03:24.206]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3998081543/b894/_pkg_.a
2025-08-20T22:41:42.5551410Z [00:03:24.206]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:42.5551991Z [00:03:24.206]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:42.5552627Z [00:03:24.206]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:42.5553241Z [00:03:24.206]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:42.5553891Z [00:03:24.206]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3998081543/b917/_pkg_.a
2025-08-20T22:41:42.5554424Z [00:03:24.206]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:42.5554727Z [00:03:24.206]➜  EOF
2025-08-20T22:41:42.5556695Z [00:03:24.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b916/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/csds=>google.golang.org/grpc@v1.72.2/xds/csds;$WORK/b916=>" -p google.golang.org/grpc/xds/csds -lang=go1.23 -complete -installsuffix shared -buildid otOIyhMTwCOoPBMdq39G/otOIyhMTwCOoPBMdq39G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b916/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/csds/csds.go
2025-08-20T22:41:42.5688104Z [00:03:24.221]➜  go tool buildid -w $WORK/b988/_pkg_.a # internal
2025-08-20T22:41:42.5695845Z [00:03:24.222]➜  cp $WORK/b988/_pkg_.a /root/.cache/go-build/5e/5e52c85913a347df37041f39dd490bbff1c06c61fc41a699ab5f965a0c50eb3e-d # internal
2025-08-20T22:41:42.5696592Z [00:03:24.222]➜  google.golang.org/grpc/xds/internal/balancer/clusterimpl
2025-08-20T22:41:42.5696959Z [00:03:24.222]➜  mkdir -p $WORK/b949/
2025-08-20T22:41:42.5706821Z [00:03:24.223]➜  cat >/tmp/go-build3998081543/b949/importcfg << 'EOF' # internal
2025-08-20T22:41:42.5707473Z [00:03:24.223]➜  # import config
2025-08-20T22:41:42.5707846Z [00:03:24.223]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.5708333Z [00:03:24.223]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:42.5708773Z [00:03:24.223]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.5709508Z [00:03:24.223]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3998081543/b950/_pkg_.a
2025-08-20T22:41:42.5710134Z [00:03:24.223]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:42.5711120Z [00:03:24.223]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:42.5711880Z [00:03:24.223]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:42.5712609Z [00:03:24.223]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:42.5713291Z [00:03:24.223]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:42.5714091Z [00:03:24.223]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3998081543/b501/_pkg_.a
2025-08-20T22:41:42.5714896Z [00:03:24.223]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:42.5716029Z [00:03:24.223]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:42.5716877Z [00:03:24.223]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:42.5717665Z [00:03:24.223]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3998081543/b534/_pkg_.a
2025-08-20T22:41:42.5718388Z [00:03:24.223]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3998081543/b941/_pkg_.a
2025-08-20T22:41:42.5719095Z [00:03:24.223]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3998081543/b789/_pkg_.a
2025-08-20T22:41:42.5719843Z [00:03:24.223]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:41:42.5720838Z [00:03:24.223]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:42.5721582Z [00:03:24.223]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:42.5722313Z [00:03:24.223]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:42.5723005Z [00:03:24.223]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3998081543/b929/_pkg_.a
2025-08-20T22:41:42.5723797Z [00:03:24.223]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build3998081543/b951/_pkg_.a
2025-08-20T22:41:42.5724634Z [00:03:24.223]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3998081543/b917/_pkg_.a
2025-08-20T22:41:42.5725582Z [00:03:24.223]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3998081543/b919/_pkg_.a
2025-08-20T22:41:42.5726517Z [00:03:24.223]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.5727064Z [00:03:24.223]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:42.5727498Z [00:03:24.223]➜  EOF
2025-08-20T22:41:42.5730903Z [00:03:24.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b949/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterimpl=>google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterimpl;$WORK/b949=>" -p google.golang.org/grpc/xds/internal/balancer/clusterimpl -lang=go1.23 -complete -installsuffix shared -buildid tZtEeZeInVizh5y0J4mf/tZtEeZeInVizh5y0J4mf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b949/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterimpl/clusterimpl.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterimpl/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterimpl/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterimpl/picker.go
2025-08-20T22:41:42.6471785Z [00:03:24.299]➜  go tool buildid -w $WORK/b983/_pkg_.a # internal
2025-08-20T22:41:42.6543248Z [00:03:24.307]➜  cp $WORK/b983/_pkg_.a /root/.cache/go-build/3e/3ed5f2f1d0777ef9308784f1167a1fdf5f6656120bbc09b5f7b547691fc7fe98-d # internal
2025-08-20T22:41:42.6545115Z [00:03:24.307]➜  google.golang.org/grpc/xds/internal/resolver
2025-08-20T22:41:42.6545749Z [00:03:24.307]➜  mkdir -p $WORK/b969/
2025-08-20T22:41:42.6553190Z [00:03:24.308]➜  cat >/tmp/go-build3998081543/b969/importcfg << 'EOF' # internal
2025-08-20T22:41:42.6553689Z [00:03:24.308]➜  # import config
2025-08-20T22:41:42.6554323Z [00:03:24.308]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.6554959Z [00:03:24.308]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:42.6555536Z [00:03:24.308]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.6556135Z [00:03:24.308]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3998081543/b422/_pkg_.a
2025-08-20T22:41:42.6556705Z [00:03:24.308]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:42.6557538Z [00:03:24.308]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:42.6558226Z [00:03:24.308]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:42.6558821Z [00:03:24.308]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:42.6559442Z [00:03:24.308]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:42.6560092Z [00:03:24.308]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:42.6560746Z [00:03:24.308]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3998081543/b497/_pkg_.a
2025-08-20T22:41:42.6561600Z [00:03:24.308]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:42.6562254Z [00:03:24.308]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3998081543/b515/_pkg_.a
2025-08-20T22:41:42.6562936Z [00:03:24.308]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:42.6563593Z [00:03:24.308]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3998081543/b941/_pkg_.a
2025-08-20T22:41:42.6564253Z [00:03:24.308]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:41:42.6564890Z [00:03:24.308]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:42.6565616Z [00:03:24.308]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:42.6566260Z [00:03:24.308]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:42.6567216Z [00:03:24.308]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3998081543/b955/_pkg_.a
2025-08-20T22:41:42.6568012Z [00:03:24.308]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build3998081543/b970/_pkg_.a
2025-08-20T22:41:42.6568750Z [00:03:24.308]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3998081543/b931/_pkg_.a
2025-08-20T22:41:42.6569487Z [00:03:24.308]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build3998081543/b972/_pkg_.a
2025-08-20T22:41:42.6570220Z [00:03:24.308]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3998081543/b917/_pkg_.a
2025-08-20T22:41:42.6570969Z [00:03:24.308]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3998081543/b923/_pkg_.a
2025-08-20T22:41:42.6571571Z [00:03:24.308]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:42.6572033Z [00:03:24.308]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:42.6572476Z [00:03:24.308]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.6572916Z [00:03:24.308]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:42.6573353Z [00:03:24.308]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.6573665Z [00:03:24.308]➜  EOF
2025-08-20T22:41:42.6577503Z [00:03:24.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b969/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/resolver=>google.golang.org/grpc@v1.72.2/xds/internal/resolver;$WORK/b969=>" -p google.golang.org/grpc/xds/internal/resolver -lang=go1.23 -complete -installsuffix shared -buildid VgrJkjyLmcvhbzP9TA7l/VgrJkjyLmcvhbzP9TA7l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b969/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/resolver/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/resolver/serviceconfig.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/resolver/watch_service.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/resolver/xds_resolver.go
2025-08-20T22:41:42.6611712Z [00:03:24.313]➜  go tool buildid -w $WORK/b916/_pkg_.a # internal
2025-08-20T22:41:42.6652311Z [00:03:24.318]➜  cp $WORK/b916/_pkg_.a /root/.cache/go-build/f5/f57889ffebb7d044801ba5291b612d23a50c710713c35bf3f21d60f5f6ff9265-d # internal
2025-08-20T22:41:42.6653007Z [00:03:24.318]➜  google.golang.org/grpc/balancer/weightedroundrobin
2025-08-20T22:41:42.6653357Z [00:03:24.318]➜  mkdir -p $WORK/b981/
2025-08-20T22:41:42.6666060Z [00:03:24.318]➜  cat >/tmp/go-build3998081543/b981/importcfg << 'EOF' # internal
2025-08-20T22:41:42.6666891Z [00:03:24.318]➜  # import config
2025-08-20T22:41:42.6667313Z [00:03:24.318]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:42.6668099Z [00:03:24.318]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.6668658Z [00:03:24.318]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3998081543/b950/_pkg_.a
2025-08-20T22:41:42.6669285Z [00:03:24.318]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:42.6669959Z [00:03:24.318]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3998081543/b493/_pkg_.a
2025-08-20T22:41:42.6670728Z [00:03:24.318]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3998081543/b472/_pkg_.a
2025-08-20T22:41:42.6671531Z [00:03:24.318]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build3998081543/b982/_pkg_.a
2025-08-20T22:41:42.6672291Z [00:03:24.318]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3998081543/b939/_pkg_.a
2025-08-20T22:41:42.6672953Z [00:03:24.318]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:42.6673794Z [00:03:24.318]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:42.6674420Z [00:03:24.318]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:42.6675044Z [00:03:24.318]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:42.6675956Z [00:03:24.318]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:42.6676652Z [00:03:24.318]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:42.6677280Z [00:03:24.318]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build3998081543/b983/_pkg_.a
2025-08-20T22:41:42.6677857Z [00:03:24.318]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:42.6678465Z [00:03:24.318]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:42.6678995Z [00:03:24.318]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:42.6679437Z [00:03:24.318]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:42.6679879Z [00:03:24.318]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.6680316Z [00:03:24.318]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:42.6680748Z [00:03:24.318]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.6681220Z [00:03:24.318]➜  EOF
2025-08-20T22:41:42.6684508Z [00:03:24.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b981/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedroundrobin=>google.golang.org/grpc@v1.72.2/balancer/weightedroundrobin;$WORK/b981=>" -p google.golang.org/grpc/balancer/weightedroundrobin -lang=go1.23 -complete -installsuffix shared -buildid 1eRrc2QA-F9PhXqc-v7h/1eRrc2QA-F9PhXqc-v7h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b981/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedroundrobin/balancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedroundrobin/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedroundrobin/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/balancer/weightedroundrobin/scheduler.go
2025-08-20T22:41:42.7777391Z [00:03:24.430]➜  go tool buildid -w $WORK/b949/_pkg_.a # internal
2025-08-20T22:41:42.7822162Z [00:03:24.435]➜  cp $WORK/b949/_pkg_.a /root/.cache/go-build/98/98bfceaf45ce14f1362d407e6e70f876dc48f4aaa69fde96c1c206c3e53e9407-d # internal
2025-08-20T22:41:42.7831720Z [00:03:24.436]➜  google.golang.org/grpc/xds/internal/balancer/clusterresolver
2025-08-20T22:41:42.7854306Z [00:03:24.438]➜  mkdir -p $WORK/b946/
2025-08-20T22:41:42.7854960Z [00:03:24.438]➜  cat >/tmp/go-build3998081543/b946/importcfg << 'EOF' # internal
2025-08-20T22:41:42.7857003Z [00:03:24.438]➜  # import config
2025-08-20T22:41:42.7857361Z [00:03:24.438]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:42.7857797Z [00:03:24.438]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.7858271Z [00:03:24.438]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:42.7858712Z [00:03:24.438]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.7859126Z [00:03:24.438]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.7859651Z [00:03:24.438]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3998081543/b446/_pkg_.a
2025-08-20T22:41:42.7860248Z [00:03:24.438]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:42.7860861Z [00:03:24.438]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:42.7861483Z [00:03:24.438]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:42.7862332Z [00:03:24.438]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:42.7862977Z [00:03:24.438]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3998081543/b944/_pkg_.a
2025-08-20T22:41:42.7863694Z [00:03:24.438]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build3998081543/b947/_pkg_.a
2025-08-20T22:41:42.7864373Z [00:03:24.438]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3998081543/b512/_pkg_.a
2025-08-20T22:41:42.7865014Z [00:03:24.438]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:42.7865893Z [00:03:24.438]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:42.7866556Z [00:03:24.438]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3998081543/b942/_pkg_.a
2025-08-20T22:41:42.7867215Z [00:03:24.438]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:42.7867886Z [00:03:24.438]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:42.7868714Z [00:03:24.438]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:41:42.7869448Z [00:03:24.438]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:42.7870184Z [00:03:24.438]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build3998081543/b948/_pkg_.a
2025-08-20T22:41:42.7870891Z [00:03:24.438]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:42.7871511Z [00:03:24.438]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3998081543/b929/_pkg_.a
2025-08-20T22:41:42.7872223Z [00:03:24.438]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3998081543/b949/_pkg_.a
2025-08-20T22:41:42.7873046Z [00:03:24.438]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3998081543/b952/_pkg_.a
2025-08-20T22:41:42.7873843Z [00:03:24.438]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3998081543/b953/_pkg_.a
2025-08-20T22:41:42.7874618Z [00:03:24.438]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3998081543/b954/_pkg_.a
2025-08-20T22:41:42.7877363Z [00:03:24.438]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3998081543/b917/_pkg_.a
2025-08-20T22:41:42.7878193Z [00:03:24.438]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3998081543/b923/_pkg_.a
2025-08-20T22:41:42.7878795Z [00:03:24.438]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:42.7879213Z [00:03:24.438]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:42.7879830Z [00:03:24.438]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:42.7880139Z [00:03:24.438]➜  EOF
2025-08-20T22:41:42.7885795Z [00:03:24.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b946/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver=>google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver;$WORK/b946=>" -p google.golang.org/grpc/xds/internal/balancer/clusterresolver -lang=go1.23 -complete -installsuffix shared -buildid u_Qv6BFgVK82uO2haSP7/u_Qv6BFgVK82uO2haSP7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b946/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver/clusterresolver.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver/config.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver/configbuilder.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver/configbuilder_childname.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver/logging.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver/resource_resolver.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver/resource_resolver_dns.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/clusterresolver/resource_resolver_eds.go
2025-08-20T22:41:42.8178130Z [00:03:24.467]➜  go tool buildid -w $WORK/b981/_pkg_.a # internal
2025-08-20T22:41:42.8187289Z [00:03:24.471]➜  cp $WORK/b981/_pkg_.a /root/.cache/go-build/71/71740e79fd1bddf202753e4d821d0f6ed3786068e34ecb31b828d3084f323841-d # internal
2025-08-20T22:41:42.8196896Z [00:03:24.471]➜  google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter
2025-08-20T22:41:42.8197359Z [00:03:24.471]➜  mkdir -p $WORK/b974/
2025-08-20T22:41:42.8197741Z [00:03:24.471]➜  cat >/tmp/go-build3998081543/b974/importcfg << 'EOF' # internal
2025-08-20T22:41:42.8198123Z [00:03:24.471]➜  # import config
2025-08-20T22:41:42.8198491Z [00:03:24.471]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:42.8198928Z [00:03:24.471]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.8199683Z [00:03:24.471]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3998081543/b924/_pkg_.a
2025-08-20T22:41:42.8200366Z [00:03:24.471]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3998081543/b900/_pkg_.a
2025-08-20T22:41:42.8201424Z [00:03:24.471]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build3998081543/b975/_pkg_.a
2025-08-20T22:41:42.8202610Z [00:03:24.471]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build3998081543/b976/_pkg_.a
2025-08-20T22:41:42.8203663Z [00:03:24.471]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build3998081543/b978/_pkg_.a
2025-08-20T22:41:42.8204713Z [00:03:24.471]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build3998081543/b979/_pkg_.a
2025-08-20T22:41:42.8206038Z [00:03:24.471]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build3998081543/b980/_pkg_.a
2025-08-20T22:41:42.8206915Z [00:03:24.471]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:42.8207564Z [00:03:24.471]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3998081543/b938/_pkg_.a
2025-08-20T22:41:42.8208249Z [00:03:24.471]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3998081543/b470/_pkg_.a
2025-08-20T22:41:42.8208920Z [00:03:24.471]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3998081543/b492/_pkg_.a
2025-08-20T22:41:42.8209853Z [00:03:24.471]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3998081543/b981/_pkg_.a
2025-08-20T22:41:42.8210553Z [00:03:24.471]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:42.8211243Z [00:03:24.471]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:41:42.8211984Z [00:03:24.471]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build3998081543/b970/_pkg_.a
2025-08-20T22:41:42.8212760Z [00:03:24.471]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3998081543/b954/_pkg_.a
2025-08-20T22:41:42.8213555Z [00:03:24.471]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3998081543/b932/_pkg_.a
2025-08-20T22:41:42.8214251Z [00:03:24.471]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:42.8215077Z [00:03:24.471]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:41:42.8215858Z [00:03:24.471]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.8216182Z [00:03:24.471]➜  EOF
2025-08-20T22:41:42.8218678Z [00:03:24.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b974/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdslbregistry/converter=>google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdslbregistry/converter;$WORK/b974=>" -p google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter -lang=go1.23 -complete -installsuffix shared -buildid dJP6OnooGVi8G0lD24wt/dJP6OnooGVi8G0lD24wt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b974/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/xdsclient/xdslbregistry/converter/converter.go
2025-08-20T22:41:42.9009899Z [00:03:24.553]➜  go tool buildid -w $WORK/b969/_pkg_.a # internal
2025-08-20T22:41:42.9039602Z [00:03:24.556]➜  go tool buildid -w $WORK/b974/_pkg_.a # internal
2025-08-20T22:41:42.9047942Z [00:03:24.557]➜  cp $WORK/b974/_pkg_.a /root/.cache/go-build/ce/ceefbef65dede728e8e5a9abdb74acbfa152c31af88df25aa5dbdb1d2cb0183b-d # internal
2025-08-20T22:41:42.9049701Z [00:03:24.557]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared
2025-08-20T22:41:42.9051558Z [00:03:24.558]➜  mkdir -p $WORK/b991/
2025-08-20T22:41:42.9058147Z [00:03:24.558]➜  cat >/tmp/go-build3998081543/b991/importcfg << 'EOF' # internal
2025-08-20T22:41:42.9058993Z [00:03:24.558]➜  # import config
2025-08-20T22:41:42.9059720Z [00:03:24.558]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.9060848Z [00:03:24.558]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.9062584Z [00:03:24.558]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:42.9063097Z [00:03:24.558]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:42.9063560Z [00:03:24.558]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:42.9063989Z [00:03:24.558]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:42.9064408Z [00:03:24.558]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.9064727Z [00:03:24.558]➜  EOF
2025-08-20T22:41:42.9067539Z [00:03:24.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/shared=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/shared;$WORK/b991=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared -lang=go1.23 -complete -installsuffix shared -buildid 7yOv_Lm004S8uw1VneoK/7yOv_Lm004S8uw1VneoK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b991/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/shared/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/shared/shared.go
2025-08-20T22:41:42.9070528Z [00:03:24.559]➜  cp $WORK/b969/_pkg_.a /root/.cache/go-build/95/95f27e1d1a454f281e67341cf6417e0712ff805102734b5a9658f44d3cde87e3-d # internal
2025-08-20T22:41:42.9073034Z [00:03:24.560]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/exported
2025-08-20T22:41:42.9073405Z [00:03:24.560]➜  mkdir -p $WORK/b992/
2025-08-20T22:41:42.9076739Z [00:03:24.560]➜  cat >/tmp/go-build3998081543/b992/importcfg << 'EOF' # internal
2025-08-20T22:41:42.9077101Z [00:03:24.560]➜  # import config
2025-08-20T22:41:42.9077440Z [00:03:24.560]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.9077851Z [00:03:24.560]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:42.9078271Z [00:03:24.560]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:42.9078592Z [00:03:24.560]➜  EOF
2025-08-20T22:41:42.9092524Z [00:03:24.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b992/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/exported=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/exported;$WORK/b992=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid v1mo4YuI-Yvp51XLA2Mi/v1mo4YuI-Yvp51XLA2Mi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b992/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/exported/exported.go
2025-08-20T22:41:42.9454877Z [00:03:24.598]➜  go tool buildid -w $WORK/b992/_pkg_.a # internal
2025-08-20T22:41:42.9468909Z [00:03:24.599]➜  cp $WORK/b992/_pkg_.a /root/.cache/go-build/82/8248190a0579fc6474d24146a3d84b40877457883dadf2a657e1618de4870dfb-d # internal
2025-08-20T22:41:42.9472114Z [00:03:24.600]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing
2025-08-20T22:41:42.9472518Z [00:03:24.600]➜  mkdir -p $WORK/b995/
2025-08-20T22:41:42.9481152Z [00:03:24.600]➜  cat >/tmp/go-build3998081543/b995/importcfg << 'EOF' # internal
2025-08-20T22:41:42.9481572Z [00:03:24.601]➜  # import config
2025-08-20T22:41:42.9482429Z [00:03:24.601]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.9482813Z [00:03:24.601]➜  EOF
2025-08-20T22:41:42.9485888Z [00:03:24.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b995/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/tracing=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/tracing;$WORK/b995=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing -lang=go1.23 -complete -installsuffix shared -buildid xPEe6b2tPMuXUCsnaBZx/xPEe6b2tPMuXUCsnaBZx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b995/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/tracing/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/tracing/tracing.go
2025-08-20T22:41:42.9522280Z [00:03:24.604]➜  go tool buildid -w $WORK/b991/_pkg_.a # internal
2025-08-20T22:41:42.9545600Z [00:03:24.607]➜  cp $WORK/b991/_pkg_.a /root/.cache/go-build/3d/3d622e3c375dd033383751495e6c3a454ddba26cc40863e12014bd770ff8874e-d # internal
2025-08-20T22:41:42.9546399Z [00:03:24.607]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported
2025-08-20T22:41:42.9546810Z [00:03:24.607]➜  mkdir -p $WORK/b987/
2025-08-20T22:41:42.9552081Z [00:03:24.608]➜  cat >/tmp/go-build3998081543/b987/importcfg << 'EOF' # internal
2025-08-20T22:41:42.9553120Z [00:03:24.608]➜  # import config
2025-08-20T22:41:42.9553488Z [00:03:24.608]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:42.9553916Z [00:03:24.608]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:42.9554374Z [00:03:24.608]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:42.9554854Z [00:03:24.608]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:42.9555913Z [00:03:24.608]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.9556331Z [00:03:24.608]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.9556940Z [00:03:24.608]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3998081543/b988/_pkg_.a
2025-08-20T22:41:42.9557738Z [00:03:24.608]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:42.9558523Z [00:03:24.608]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3998081543/b992/_pkg_.a
2025-08-20T22:41:42.9559086Z [00:03:24.608]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:42.9559501Z [00:03:24.608]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:42.9559931Z [00:03:24.608]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:42.9560354Z [00:03:24.608]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:42.9560786Z [00:03:24.608]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:42.9561228Z [00:03:24.608]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:42.9561662Z [00:03:24.608]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:42.9561974Z [00:03:24.608]➜  EOF
2025-08-20T22:41:42.9565900Z [00:03:24.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported;$WORK/b987=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid edpbcHhdqfQeqwhhIbzA/edpbcHhdqfQeqwhhIbzA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b987/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported/exported.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported/pipeline.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported/request.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/exported/response_error.go
2025-08-20T22:41:42.9851825Z [00:03:24.637]➜  go tool buildid -w $WORK/b995/_pkg_.a # internal
2025-08-20T22:41:42.9875132Z [00:03:24.639]➜  cp $WORK/b995/_pkg_.a /root/.cache/go-build/51/51895e6d2c48a43901f7a847380a0615967716b4ac56bf55321dbcddd6b2e10a-d # internal
2025-08-20T22:41:42.9876491Z [00:03:24.639]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/poller
2025-08-20T22:41:42.9876990Z [00:03:24.639]➜  mkdir -p $WORK/b998/
2025-08-20T22:41:42.9882162Z [00:03:24.640]➜  cat >/tmp/go-build3998081543/b998/importcfg << 'EOF' # internal
2025-08-20T22:41:42.9882569Z [00:03:24.640]➜  # import config
2025-08-20T22:41:42.9882961Z [00:03:24.640]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:42.9883442Z [00:03:24.640]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:42.9883857Z [00:03:24.640]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:42.9884459Z [00:03:24.640]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3998081543/b992/_pkg_.a
2025-08-20T22:41:42.9885052Z [00:03:24.640]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:42.9885573Z [00:03:24.640]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:42.9886086Z [00:03:24.640]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:42.9886408Z [00:03:24.640]➜  EOF
2025-08-20T22:41:42.9888562Z [00:03:24.641]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b998/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/poller=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/poller;$WORK/b998=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/poller -lang=go1.23 -complete -installsuffix shared -buildid Uq8RWY8e8RzFbkkXy2M6/Uq8RWY8e8RzFbkkXy2M6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b998/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/poller/util.go
2025-08-20T22:41:43.0141954Z [00:03:24.666]➜  go tool buildid -w $WORK/b998/_pkg_.a # internal
2025-08-20T22:41:43.0149968Z [00:03:24.667]➜  cp $WORK/b998/_pkg_.a /root/.cache/go-build/fd/fdbf9d679cd47aa649af5d78816498f8b0cdfac1aac56935c907165d4b7d73bb-d # internal
2025-08-20T22:41:43.0150804Z [00:03:24.667]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/diag
2025-08-20T22:41:43.0154109Z [00:03:24.667]➜  mkdir -p $WORK/b1005/
2025-08-20T22:41:43.0154907Z [00:03:24.668]➜  cat >/tmp/go-build3998081543/b1005/importcfg << 'EOF' # internal
2025-08-20T22:41:43.0155881Z [00:03:24.668]➜  # import config
2025-08-20T22:41:43.0156651Z [00:03:24.668]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.0157749Z [00:03:24.668]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:43.0158188Z [00:03:24.668]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.0158508Z [00:03:24.668]➜  EOF
2025-08-20T22:41:43.0160976Z [00:03:24.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1005/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/diag=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/diag;$WORK/b1005=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/diag -lang=go1.23 -complete -installsuffix shared -buildid uic2nJ6AWdfzJsSZudPU/uic2nJ6AWdfzJsSZudPU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1005/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/diag/diag.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/diag/doc.go
2025-08-20T22:41:43.0305004Z [00:03:24.683]➜  go tool buildid -w $WORK/b1005/_pkg_.a # internal
2025-08-20T22:41:43.0309274Z [00:03:24.683]➜  cp $WORK/b1005/_pkg_.a /root/.cache/go-build/8d/8d7447d737413d938025334f4961d7699fd50bed26037fc64c6deb78423056c1-d # internal
2025-08-20T22:41:43.0313287Z [00:03:24.683]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/temporal
2025-08-20T22:41:43.0313651Z [00:03:24.683]➜  mkdir -p $WORK/b1007/
2025-08-20T22:41:43.0318601Z [00:03:24.684]➜  cat >/tmp/go-build3998081543/b1007/importcfg << 'EOF' # internal
2025-08-20T22:41:43.0319029Z [00:03:24.684]➜  # import config
2025-08-20T22:41:43.0319485Z [00:03:24.684]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:43.0319949Z [00:03:24.684]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.0320261Z [00:03:24.684]➜  EOF
2025-08-20T22:41:43.0322498Z [00:03:24.684]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/temporal=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/temporal;$WORK/b1007=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/temporal -lang=go1.23 -complete -installsuffix shared -buildid AyXQV9IiBdTpFYtYuXRo/AyXQV9IiBdTpFYtYuXRo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1007/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/temporal/resource.go
2025-08-20T22:41:43.0428319Z [00:03:24.695]➜  go tool buildid -w $WORK/b1007/_pkg_.a # internal
2025-08-20T22:41:43.0437007Z [00:03:24.696]➜  cp $WORK/b1007/_pkg_.a /root/.cache/go-build/ba/ba6349d99bc75a49a6f033fc33b58946f1014d7760011c4c7ce3321d851ae45b-d # internal
2025-08-20T22:41:43.0444388Z [00:03:24.696]➜  github.com/Azure/azure-sdk-for-go/sdk/internal/uuid
2025-08-20T22:41:43.0446121Z [00:03:24.696]➜  mkdir -p $WORK/b1008/
2025-08-20T22:41:43.0446517Z [00:03:24.696]➜  cat >/tmp/go-build3998081543/b1008/importcfg << 'EOF' # internal
2025-08-20T22:41:43.0446887Z [00:03:24.696]➜  # import config
2025-08-20T22:41:43.0447253Z [00:03:24.696]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:43.0448133Z [00:03:24.696]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.0448548Z [00:03:24.696]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.0448971Z [00:03:24.696]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:43.0449295Z [00:03:24.696]➜  EOF
2025-08-20T22:41:43.0451733Z [00:03:24.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/uuid=>github.com/Azure/azure-sdk-for-go/sdk/internal@v1.11.1/uuid;$WORK/b1008=>" -p github.com/Azure/azure-sdk-for-go/sdk/internal/uuid -lang=go1.23 -complete -installsuffix shared -buildid irHbyxCb4Fr9jbQvw1FI/irHbyxCb4Fr9jbQvw1FI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1008/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/uuid/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/internal@v1.11.1/uuid/uuid.go
2025-08-20T22:41:43.0570869Z [00:03:24.709]➜  go tool buildid -w $WORK/b1008/_pkg_.a # internal
2025-08-20T22:41:43.0577709Z [00:03:24.710]➜  cp $WORK/b1008/_pkg_.a /root/.cache/go-build/eb/eb180d298e2b1e4f76ef39fa455c12c60461399c52625608a1c742958f1429dc-d # internal
2025-08-20T22:41:43.0585782Z [00:03:24.710]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource
2025-08-20T22:41:43.0586258Z [00:03:24.710]➜  mkdir -p $WORK/b1011/
2025-08-20T22:41:43.0586650Z [00:03:24.711]➜  cat >/tmp/go-build3998081543/b1011/importcfg << 'EOF' # internal
2025-08-20T22:41:43.0587003Z [00:03:24.711]➜  # import config
2025-08-20T22:41:43.0587342Z [00:03:24.711]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.0587767Z [00:03:24.711]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.0588083Z [00:03:24.711]➜  EOF
2025-08-20T22:41:43.0591242Z [00:03:24.711]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1011/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/internal/resource=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/internal/resource;$WORK/b1011=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource -lang=go1.23 -complete -installsuffix shared -buildid PbIhDhOBNGg427ksmbck/PbIhDhOBNGg427ksmbck -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1011/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/internal/resource/resource_identifier.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/internal/resource/resource_type.go
2025-08-20T22:41:43.0622260Z [00:03:24.714]➜  go tool buildid -w $WORK/b987/_pkg_.a # internal
2025-08-20T22:41:43.0648140Z [00:03:24.717]➜  cp $WORK/b987/_pkg_.a /root/.cache/go-build/20/2080bf143b4151c17385ff53c4ba31c7e398a48fa671603e634e3cda7fa73be3-d # internal
2025-08-20T22:41:43.0652454Z [00:03:24.717]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/policy
2025-08-20T22:41:43.0652862Z [00:03:24.717]➜  mkdir -p $WORK/b993/
2025-08-20T22:41:43.0653244Z [00:03:24.717]➜  cat >/tmp/go-build3998081543/b993/importcfg << 'EOF' # internal
2025-08-20T22:41:43.0653592Z [00:03:24.717]➜  # import config
2025-08-20T22:41:43.0653951Z [00:03:24.717]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.0654544Z [00:03:24.717]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3998081543/b994/_pkg_.a
2025-08-20T22:41:43.0655326Z [00:03:24.717]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.0656356Z [00:03:24.717]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:43.0657131Z [00:03:24.717]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3998081543/b995/_pkg_.a
2025-08-20T22:41:43.0657708Z [00:03:24.717]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.0658484Z [00:03:24.717]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.0658800Z [00:03:24.717]➜  EOF
2025-08-20T22:41:43.0661263Z [00:03:24.717]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b993/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/policy=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/policy;$WORK/b993=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/policy -lang=go1.23 -complete -installsuffix shared -buildid LvPtVttO_1fm-QSfcUj4/LvPtVttO_1fm-QSfcUj4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b993/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/policy/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/policy/policy.go
2025-08-20T22:41:43.0775977Z [00:03:24.730]➜  go tool buildid -w $WORK/b946/_pkg_.a # internal
2025-08-20T22:41:43.0818868Z [00:03:24.734]➜  cp $WORK/b946/_pkg_.a /root/.cache/go-build/71/71f407e0ef5b160bd6d0fcc907b64f03954d30210f919090060bc6058b5ddd7c-d # internal
2025-08-20T22:41:43.0826442Z [00:03:24.734]➜  google.golang.org/grpc/xds/internal/balancer/cdsbalancer
2025-08-20T22:41:43.0826857Z [00:03:24.734]➜  mkdir -p $WORK/b943/
2025-08-20T22:41:43.0827256Z [00:03:24.735]➜  cat >/tmp/go-build3998081543/b943/importcfg << 'EOF' # internal
2025-08-20T22:41:43.0827607Z [00:03:24.735]➜  # import config
2025-08-20T22:41:43.0827953Z [00:03:24.735]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.0828415Z [00:03:24.735]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:43.0828880Z [00:03:24.735]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:43.0829317Z [00:03:24.735]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.0829825Z [00:03:24.735]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:41:43.0830470Z [00:03:24.735]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:41:43.0831097Z [00:03:24.735]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:43.0831932Z [00:03:24.735]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:41:43.0832694Z [00:03:24.735]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3998081543/b876/_pkg_.a
2025-08-20T22:41:43.0833480Z [00:03:24.735]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:43.0834179Z [00:03:24.735]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3998081543/b944/_pkg_.a
2025-08-20T22:41:43.0834882Z [00:03:24.735]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3998081543/b945/_pkg_.a
2025-08-20T22:41:43.0835728Z [00:03:24.735]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:43.0836465Z [00:03:24.735]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:43.0837113Z [00:03:24.735]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:41:43.0837731Z [00:03:24.735]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:43.0838338Z [00:03:24.735]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:41:43.0839081Z [00:03:24.735]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3998081543/b946/_pkg_.a
2025-08-20T22:41:43.0839848Z [00:03:24.735]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3998081543/b917/_pkg_.a
2025-08-20T22:41:43.0840596Z [00:03:24.735]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3998081543/b923/_pkg_.a
2025-08-20T22:41:43.0841541Z [00:03:24.735]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:43.0841874Z [00:03:24.735]➜  EOF
2025-08-20T22:41:43.0844924Z [00:03:24.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b943/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/cdsbalancer=>google.golang.org/grpc@v1.72.2/xds/internal/balancer/cdsbalancer;$WORK/b943=>" -p google.golang.org/grpc/xds/internal/balancer/cdsbalancer -lang=go1.23 -complete -installsuffix shared -buildid P4XYnlv29TUrlKEM8f85/P4XYnlv29TUrlKEM8f85 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b943/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/cdsbalancer/cdsbalancer.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/cdsbalancer/cluster_watcher.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/cdsbalancer/logging.go
2025-08-20T22:41:43.0931704Z [00:03:24.746]➜  go tool buildid -w $WORK/b1011/_pkg_.a # internal
2025-08-20T22:41:43.0945797Z [00:03:24.747]➜  cp $WORK/b1011/_pkg_.a /root/.cache/go-build/df/df4bc061ee327aa32e23c06ea005ddfdc5bb1c161ac41f8b5442c4fba749c2c5-d # internal
2025-08-20T22:41:43.0948046Z [00:03:24.747]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers
2025-08-20T22:41:43.0948771Z [00:03:24.747]➜  mkdir -p $WORK/b997/
2025-08-20T22:41:43.0950358Z [00:03:24.747]➜  cat >/tmp/go-build3998081543/b997/importcfg << 'EOF' # internal
2025-08-20T22:41:43.0950773Z [00:03:24.747]➜  # import config
2025-08-20T22:41:43.0951137Z [00:03:24.747]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.0951594Z [00:03:24.747]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:43.0952039Z [00:03:24.747]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.0952455Z [00:03:24.747]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.0953097Z [00:03:24.747]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.0953908Z [00:03:24.747]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3998081543/b988/_pkg_.a
2025-08-20T22:41:43.0954892Z [00:03:24.747]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:43.0955912Z [00:03:24.747]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3998081543/b992/_pkg_.a
2025-08-20T22:41:43.0956824Z [00:03:24.747]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3998081543/b998/_pkg_.a
2025-08-20T22:41:43.0957468Z [00:03:24.747]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.0957908Z [00:03:24.747]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.0958226Z [00:03:24.747]➜  EOF
2025-08-20T22:41:43.0960930Z [00:03:24.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers;$WORK/b997=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers -lang=go1.23 -complete -installsuffix shared -buildid EVfqZnus7pSGsS63iFg0/EVfqZnus7pSGsS63iFg0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b997/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/poller.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/util.go
2025-08-20T22:41:43.1217962Z [00:03:24.774]➜  go tool buildid -w $WORK/b993/_pkg_.a # internal
2025-08-20T22:41:43.1226613Z [00:03:24.775]➜  cp $WORK/b993/_pkg_.a /root/.cache/go-build/da/dad2bc95f693b866479b7befce9f486be98f6dc8cc92262e8660f7cd0ef1648c-d # internal
2025-08-20T22:41:43.1243163Z [00:03:24.777]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming
2025-08-20T22:41:43.1247318Z [00:03:24.777]➜  mkdir -p $WORK/b1004/
2025-08-20T22:41:43.1259137Z [00:03:24.778]➜  cat >/tmp/go-build3998081543/b1004/importcfg << 'EOF' # internal
2025-08-20T22:41:43.1260283Z [00:03:24.778]➜  # import config
2025-08-20T22:41:43.1261354Z [00:03:24.778]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.1263012Z [00:03:24.778]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:43.1264042Z [00:03:24.778]➜  EOF
2025-08-20T22:41:43.1267305Z [00:03:24.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1004/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/streaming=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/streaming;$WORK/b1004=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming -lang=go1.23 -complete -installsuffix shared -buildid Ed9A_14ljcQTv22t05oZ/Ed9A_14ljcQTv22t05oZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1004/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/streaming/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/streaming/progress.go
2025-08-20T22:41:43.1369011Z [00:03:24.789]➜  go tool buildid -w $WORK/b997/_pkg_.a # internal
2025-08-20T22:41:43.1387610Z [00:03:24.791]➜  cp $WORK/b997/_pkg_.a /root/.cache/go-build/82/823b58313e9adcb2258c349473315cbf0f9a38da188d7625afe37b503d1cb293-d # internal
2025-08-20T22:41:43.1390105Z [00:03:24.791]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async
2025-08-20T22:41:43.1390532Z [00:03:24.791]➜  mkdir -p $WORK/b999/
2025-08-20T22:41:43.1392178Z [00:03:24.792]➜  cat >/tmp/go-build3998081543/b999/importcfg << 'EOF' # internal
2025-08-20T22:41:43.1392587Z [00:03:24.792]➜  # import config
2025-08-20T22:41:43.1392941Z [00:03:24.792]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.1393401Z [00:03:24.792]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.1393834Z [00:03:24.792]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.1394470Z [00:03:24.792]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.1395675Z [00:03:24.792]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3998081543/b988/_pkg_.a
2025-08-20T22:41:43.1396672Z [00:03:24.792]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3998081543/b997/_pkg_.a
2025-08-20T22:41:43.1397550Z [00:03:24.792]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:43.1398323Z [00:03:24.792]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3998081543/b998/_pkg_.a
2025-08-20T22:41:43.1398904Z [00:03:24.792]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.1399241Z [00:03:24.792]➜  EOF
2025-08-20T22:41:43.1411771Z [00:03:24.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b999/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/async=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/async;$WORK/b999=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async -lang=go1.23 -complete -installsuffix shared -buildid 8vUlvsOgcxHg34mL8LM5/8vUlvsOgcxHg34mL8LM5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b999/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/async/async.go
2025-08-20T22:41:43.1446989Z [00:03:24.797]➜  go tool buildid -w $WORK/b1004/_pkg_.a # internal
2025-08-20T22:41:43.1454088Z [00:03:24.798]➜  cp $WORK/b1004/_pkg_.a /root/.cache/go-build/3b/3b006d1a07f858ff7affdfc980f81722565e269d9d63d0530692ea2b8945f2d2-d # internal
2025-08-20T22:41:43.1464398Z [00:03:24.799]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body
2025-08-20T22:41:43.1465146Z [00:03:24.799]➜  mkdir -p $WORK/b1000/
2025-08-20T22:41:43.1465740Z [00:03:24.799]➜  cat >/tmp/go-build3998081543/b1000/importcfg << 'EOF' # internal
2025-08-20T22:41:43.1466114Z [00:03:24.799]➜  # import config
2025-08-20T22:41:43.1466472Z [00:03:24.799]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.1466904Z [00:03:24.799]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.1467553Z [00:03:24.799]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.1468352Z [00:03:24.799]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3998081543/b988/_pkg_.a
2025-08-20T22:41:43.1469191Z [00:03:24.799]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3998081543/b997/_pkg_.a
2025-08-20T22:41:43.1469968Z [00:03:24.799]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3998081543/b998/_pkg_.a
2025-08-20T22:41:43.1470553Z [00:03:24.799]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.1470876Z [00:03:24.799]➜  EOF
2025-08-20T22:41:43.1473261Z [00:03:24.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/body=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/body;$WORK/b1000=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body -lang=go1.23 -complete -installsuffix shared -buildid Vl0ifvRYV7ujRlbFvS-O/Vl0ifvRYV7ujRlbFvS-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1000/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/body/body.go
2025-08-20T22:41:43.1793289Z [00:03:24.832]➜  go tool buildid -w $WORK/b999/_pkg_.a # internal
2025-08-20T22:41:43.1799701Z [00:03:24.832]➜  cp $WORK/b999/_pkg_.a /root/.cache/go-build/3b/3b36898c15a8f5f87716319dcf3c8d8d48cf6395d7802005bc90471a2afe893c-d # internal
2025-08-20T22:41:43.1803763Z [00:03:24.833]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake
2025-08-20T22:41:43.1805332Z [00:03:24.833]➜  mkdir -p $WORK/b1001/
2025-08-20T22:41:43.1806879Z [00:03:24.833]➜  cat >/tmp/go-build3998081543/b1001/importcfg << 'EOF' # internal
2025-08-20T22:41:43.1807629Z [00:03:24.833]➜  # import config
2025-08-20T22:41:43.1808322Z [00:03:24.833]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.1809247Z [00:03:24.833]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.1809875Z [00:03:24.833]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.1810884Z [00:03:24.833]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.1811905Z [00:03:24.833]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3998081543/b988/_pkg_.a
2025-08-20T22:41:43.1814919Z [00:03:24.833]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3998081543/b997/_pkg_.a
2025-08-20T22:41:43.1823544Z [00:03:24.833]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:43.1824583Z [00:03:24.833]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3998081543/b998/_pkg_.a
2025-08-20T22:41:43.1825182Z [00:03:24.833]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.1825949Z [00:03:24.833]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.1826274Z [00:03:24.833]➜  EOF
2025-08-20T22:41:43.1828670Z [00:03:24.833]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1001/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/fake=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/fake;$WORK/b1001=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake -lang=go1.23 -complete -installsuffix shared -buildid qyrYCf3KXvak3btnQXKw/qyrYCf3KXvak3btnQXKw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1001/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/fake/fake.go
2025-08-20T22:41:43.1831213Z [00:03:24.835]➜  go tool buildid -w $WORK/b1000/_pkg_.a # internal
2025-08-20T22:41:43.1871594Z [00:03:24.839]➜  cp $WORK/b1000/_pkg_.a /root/.cache/go-build/24/2412184134ae523e2b91f549343ef3f046482f224a8b1cab0e0469ee254d332f-d # internal
2025-08-20T22:41:43.1879950Z [00:03:24.840]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc
2025-08-20T22:41:43.1885090Z [00:03:24.841]➜  mkdir -p $WORK/b1002/
2025-08-20T22:41:43.1891855Z [00:03:24.842]➜  cat >/tmp/go-build3998081543/b1002/importcfg << 'EOF' # internal
2025-08-20T22:41:43.1892686Z [00:03:24.842]➜  # import config
2025-08-20T22:41:43.1893420Z [00:03:24.842]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.1894426Z [00:03:24.842]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.1895016Z [00:03:24.842]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.1895956Z [00:03:24.842]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.1897008Z [00:03:24.842]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3998081543/b988/_pkg_.a
2025-08-20T22:41:43.1898323Z [00:03:24.842]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3998081543/b997/_pkg_.a
2025-08-20T22:41:43.1899362Z [00:03:24.842]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:43.1900639Z [00:03:24.842]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3998081543/b998/_pkg_.a
2025-08-20T22:41:43.1901793Z [00:03:24.842]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.1902887Z [00:03:24.842]➜  EOF
2025-08-20T22:41:43.1905801Z [00:03:24.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/loc=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/loc;$WORK/b1002=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc -lang=go1.23 -complete -installsuffix shared -buildid ZefnnScssCHBlk5FxDYE/ZefnnScssCHBlk5FxDYE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1002/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/loc/loc.go
2025-08-20T22:41:43.2095102Z [00:03:24.862]➜  go tool buildid -w $WORK/b1001/_pkg_.a # internal
2025-08-20T22:41:43.2116820Z [00:03:24.864]➜  cp $WORK/b1001/_pkg_.a /root/.cache/go-build/3e/3e1024f9542c2723055b1243eeaa5c388cf9e6212837d350792a07efe61af2cc-d # internal
2025-08-20T22:41:43.2119509Z [00:03:24.864]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op
2025-08-20T22:41:43.2128998Z [00:03:24.865]➜  mkdir -p $WORK/b1003/
2025-08-20T22:41:43.2129957Z [00:03:24.865]➜  cat >/tmp/go-build3998081543/b1003/importcfg << 'EOF' # internal
2025-08-20T22:41:43.2130860Z [00:03:24.865]➜  # import config
2025-08-20T22:41:43.2131444Z [00:03:24.865]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.2132307Z [00:03:24.865]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.2132947Z [00:03:24.865]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.2134031Z [00:03:24.865]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.2135500Z [00:03:24.865]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3998081543/b988/_pkg_.a
2025-08-20T22:41:43.2136970Z [00:03:24.865]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3998081543/b997/_pkg_.a
2025-08-20T22:41:43.2138301Z [00:03:24.865]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:43.2141071Z [00:03:24.865]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3998081543/b998/_pkg_.a
2025-08-20T22:41:43.2141720Z [00:03:24.865]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.2143092Z [00:03:24.865]➜  EOF
2025-08-20T22:41:43.2145960Z [00:03:24.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1003/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/op=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/op;$WORK/b1003=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op -lang=go1.23 -complete -installsuffix shared -buildid pdCAMPHW3myE3PYGP0Z-/pdCAMPHW3myE3PYGP0Z- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1003/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/internal/pollers/op/op.go
2025-08-20T22:41:43.2331374Z [00:03:24.885]➜  go tool buildid -w $WORK/b1002/_pkg_.a # internal
2025-08-20T22:41:43.2337103Z [00:03:24.886]➜  cp $WORK/b1002/_pkg_.a /root/.cache/go-build/4b/4b0c2da6cab237df1cd389f551795867df42042d5870467527e89ccd89aedf93-d # internal
2025-08-20T22:41:43.2343060Z [00:03:24.886]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy
2025-08-20T22:41:43.2343433Z [00:03:24.887]➜  mkdir -p $WORK/b1012/
2025-08-20T22:41:43.2344315Z [00:03:24.887]➜  cat >/tmp/go-build3998081543/b1012/importcfg << 'EOF' # internal
2025-08-20T22:41:43.2345288Z [00:03:24.887]➜  # import config
2025-08-20T22:41:43.2346429Z [00:03:24.887]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:43.2347551Z [00:03:24.887]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.2347907Z [00:03:24.887]➜  EOF
2025-08-20T22:41:43.2350515Z [00:03:24.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/policy=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/policy;$WORK/b1012=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy -lang=go1.23 -complete -installsuffix shared -buildid FgO0SB49nPO6cbWdiuC1/FgO0SB49nPO6cbWdiuC1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1012/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/policy/policy.go
2025-08-20T22:41:43.2400124Z [00:03:24.892]➜  go tool buildid -w $WORK/b1003/_pkg_.a # internal
2025-08-20T22:41:43.2407376Z [00:03:24.893]➜  cp $WORK/b1003/_pkg_.a /root/.cache/go-build/cd/cd265ba96f45fcecca113250a66eac2d65e8dbb4fea997576c44310df1b54172-d # internal
2025-08-20T22:41:43.2441030Z [00:03:24.896]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime
2025-08-20T22:41:43.2441500Z [00:03:24.897]➜  mkdir -p $WORK/b996/
2025-08-20T22:41:43.2447202Z [00:03:24.897]➜  cat >/tmp/go-build3998081543/b996/importcfg << 'EOF' # internal
2025-08-20T22:41:43.2447871Z [00:03:24.897]➜  # import config
2025-08-20T22:41:43.2449047Z [00:03:24.897]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:43.2449609Z [00:03:24.897]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.2450082Z [00:03:24.897]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:43.2450565Z [00:03:24.897]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:43.2451042Z [00:03:24.897]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:43.2451509Z [00:03:24.897]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:43.2452339Z [00:03:24.897]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.2452798Z [00:03:24.897]➜  packagefile flag=/tmp/go-build3998081543/b283/_pkg_.a
2025-08-20T22:41:43.2453210Z [00:03:24.897]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.2453870Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.2454678Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3998081543/b988/_pkg_.a
2025-08-20T22:41:43.2455617Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3998081543/b997/_pkg_.a
2025-08-20T22:41:43.2456527Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build3998081543/b999/_pkg_.a
2025-08-20T22:41:43.2457394Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build3998081543/b1000/_pkg_.a
2025-08-20T22:41:43.2458253Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build3998081543/b1001/_pkg_.a
2025-08-20T22:41:43.2459101Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build3998081543/b1002/_pkg_.a
2025-08-20T22:41:43.2459949Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build3998081543/b1003/_pkg_.a
2025-08-20T22:41:43.2460806Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:43.2461570Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:43.2462314Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3998081543/b1004/_pkg_.a
2025-08-20T22:41:43.2463068Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3998081543/b995/_pkg_.a
2025-08-20T22:41:43.2463799Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build3998081543/b1005/_pkg_.a
2025-08-20T22:41:43.2464808Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3998081543/b1006/_pkg_.a
2025-08-20T22:41:43.2465932Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3998081543/b992/_pkg_.a
2025-08-20T22:41:43.2466756Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3998081543/b998/_pkg_.a
2025-08-20T22:41:43.2467506Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3998081543/b1007/_pkg_.a
2025-08-20T22:41:43.2468248Z [00:03:24.897]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3998081543/b1008/_pkg_.a
2025-08-20T22:41:43.2469061Z [00:03:24.897]➜  packagefile golang.org/x/net/http2=/tmp/go-build3998081543/b520/_pkg_.a
2025-08-20T22:41:43.2469529Z [00:03:24.897]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:43.2469944Z [00:03:24.897]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:43.2470376Z [00:03:24.897]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:43.2470837Z [00:03:24.897]➜  packagefile mime/multipart=/tmp/go-build3998081543/b201/_pkg_.a
2025-08-20T22:41:43.2471276Z [00:03:24.897]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:43.2471697Z [00:03:24.897]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.2472153Z [00:03:24.897]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:43.2472603Z [00:03:24.897]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:43.2473218Z [00:03:24.897]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:43.2473633Z [00:03:24.897]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:43.2474056Z [00:03:24.897]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.2474517Z [00:03:24.897]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:43.2474944Z [00:03:24.897]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:43.2475542Z [00:03:24.897]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:43.2476066Z [00:03:24.897]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.2476488Z [00:03:24.897]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:43.2476899Z [00:03:24.897]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.2477205Z [00:03:24.897]➜  EOF
2025-08-20T22:41:43.2486769Z [00:03:24.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b996/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime;$WORK/b996=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime -lang=go1.23 -complete -installsuffix shared -buildid lwbQBerICw4N-rSjivYX/lwbQBerICw4N-rSjivYX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b996/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/errors.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/pager.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/pipeline.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_api_version.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_bearer_token.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_body_download.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_http_header.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_http_trace.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_include_response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_key_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_logging.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_request_id.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_retry.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_sas_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/policy_telemetry.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/poller.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/request.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/response.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/transport_default_dialer_other.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/runtime/transport_default_http_client.go
2025-08-20T22:41:43.2663341Z [00:03:24.919]➜  go tool buildid -w $WORK/b1012/_pkg_.a # internal
2025-08-20T22:41:43.2674828Z [00:03:24.920]➜  cp $WORK/b1012/_pkg_.a /root/.cache/go-build/a8/a8ec442edec28e2ea4bc51606240f3a4ab2d8c598bf1ce4e1f0c1c5f860dc316-d # internal
2025-08-20T22:41:43.2676847Z [00:03:24.920]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
2025-08-20T22:41:43.2683766Z [00:03:24.921]➜  mkdir -p $WORK/b1014/
2025-08-20T22:41:43.2684750Z [00:03:24.921]➜  cat >/tmp/go-build3998081543/b1014/importcfg << 'EOF' # internal
2025-08-20T22:41:43.2686017Z [00:03:24.921]➜  # import config
2025-08-20T22:41:43.2686974Z [00:03:24.921]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.2687327Z [00:03:24.921]➜  EOF
2025-08-20T22:41:43.2689835Z [00:03:24.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1014/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/cache=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/cache;$WORK/b1014=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache -lang=go1.18 -complete -installsuffix shared -buildid BAWAwEM6DYYPMgQFtyJR/BAWAwEM6DYYPMgQFtyJR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1014/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/cache/cache.go
2025-08-20T22:41:43.2709577Z [00:03:24.923]➜  go tool buildid -w $WORK/b943/_pkg_.a # internal
2025-08-20T22:41:43.2747527Z [00:03:24.927]➜  cp $WORK/b943/_pkg_.a /root/.cache/go-build/d2/d229080250ed9ae3821e611f556824168ef7461ce797f338ebca97dd80b3fbe5-d # internal
2025-08-20T22:41:43.2748719Z [00:03:24.927]➜  google.golang.org/grpc/xds/internal/balancer
2025-08-20T22:41:43.2749464Z [00:03:24.927]➜  mkdir -p $WORK/b937/
2025-08-20T22:41:43.2759243Z [00:03:24.928]➜  cat >/tmp/go-build3998081543/b937/importcfg << 'EOF' # internal
2025-08-20T22:41:43.2759975Z [00:03:24.928]➜  # import config
2025-08-20T22:41:43.2760997Z [00:03:24.928]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3998081543/b938/_pkg_.a
2025-08-20T22:41:43.2762065Z [00:03:24.928]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3998081543/b939/_pkg_.a
2025-08-20T22:41:43.2762886Z [00:03:24.928]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build3998081543/b943/_pkg_.a
2025-08-20T22:41:43.2763685Z [00:03:24.928]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3998081543/b949/_pkg_.a
2025-08-20T22:41:43.2764508Z [00:03:24.928]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3998081543/b955/_pkg_.a
2025-08-20T22:41:43.2765331Z [00:03:24.928]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3998081543/b946/_pkg_.a
2025-08-20T22:41:43.2766908Z [00:03:24.928]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3998081543/b952/_pkg_.a
2025-08-20T22:41:43.2767796Z [00:03:24.928]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3998081543/b953/_pkg_.a
2025-08-20T22:41:43.2768275Z [00:03:24.928]➜  EOF
2025-08-20T22:41:43.2770320Z [00:03:24.929]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b937/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer=>google.golang.org/grpc@v1.72.2/xds/internal/balancer;$WORK/b937=>" -p google.golang.org/grpc/xds/internal/balancer -lang=go1.23 -complete -installsuffix shared -buildid E_9yWsBLrPJTMq-pknrQ/E_9yWsBLrPJTMq-pknrQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b937/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/internal/balancer/balancer.go
2025-08-20T22:41:43.2829235Z [00:03:24.935]➜  go tool buildid -w $WORK/b1014/_pkg_.a # internal
2025-08-20T22:41:43.2834920Z [00:03:24.936]➜  cp $WORK/b1014/_pkg_.a /root/.cache/go-build/ef/efae841a508074bed134a6711f226f46873fc1a7d85986704e1a3358fa0c0544-d # internal
2025-08-20T22:41:43.2841114Z [00:03:24.937]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal
2025-08-20T22:41:43.2841831Z [00:03:24.937]➜  mkdir -p $WORK/b1013/
2025-08-20T22:41:43.2848401Z [00:03:24.937]➜  cat >/tmp/go-build3998081543/b1013/importcfg << 'EOF' # internal
2025-08-20T22:41:43.2849067Z [00:03:24.937]➜  # import config
2025-08-20T22:41:43.2850464Z [00:03:24.937]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3998081543/b1014/_pkg_.a
2025-08-20T22:41:43.2851494Z [00:03:24.937]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:43.2851828Z [00:03:24.937]➜  EOF
2025-08-20T22:41:43.2854066Z [00:03:24.937]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1013/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/internal=>github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/internal;$WORK/b1013=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal -lang=go1.23 -complete -installsuffix shared -buildid ii_XP21L8APP1E0ApHla/ii_XP21L8APP1E0ApHla -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1013/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/internal/cache.go
2025-08-20T22:41:43.2938174Z [00:03:24.946]➜  go tool buildid -w $WORK/b937/_pkg_.a # internal
2025-08-20T22:41:43.2943508Z [00:03:24.947]➜  cp $WORK/b937/_pkg_.a /root/.cache/go-build/42/4261a572e7ce82022322388232fcb9c03109b2774f4880f7ba72193a17fbfd69-d # internal
2025-08-20T22:41:43.2946592Z [00:03:24.947]➜  google.golang.org/grpc/xds
2025-08-20T22:41:43.2947151Z [00:03:24.947]➜  mkdir -p $WORK/b893/
2025-08-20T22:41:43.2957094Z [00:03:24.948]➜  cat >/tmp/go-build3998081543/b893/importcfg << 'EOF' # internal
2025-08-20T22:41:43.2957478Z [00:03:24.948]➜  # import config
2025-08-20T22:41:43.2957858Z [00:03:24.948]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.2958292Z [00:03:24.948]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.2959017Z [00:03:24.948]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.2959769Z [00:03:24.948]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3998081543/b894/_pkg_.a
2025-08-20T22:41:43.2960445Z [00:03:24.948]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:43.2960996Z [00:03:24.948]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:43.2961654Z [00:03:24.948]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:41:43.2962394Z [00:03:24.948]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3998081543/b891/_pkg_.a
2025-08-20T22:41:43.2963263Z [00:03:24.948]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:43.2963950Z [00:03:24.948]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:43.2964549Z [00:03:24.948]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:43.2965156Z [00:03:24.948]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build3998081543/b915/_pkg_.a
2025-08-20T22:41:43.2966073Z [00:03:24.948]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:43.2966737Z [00:03:24.948]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:41:43.2967625Z [00:03:24.948]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3998081543/b515/_pkg_.a
2025-08-20T22:41:43.2968295Z [00:03:24.948]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3998081543/b534/_pkg_.a
2025-08-20T22:41:43.2968952Z [00:03:24.948]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3998081543/b519/_pkg_.a
2025-08-20T22:41:43.2969637Z [00:03:24.948]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:41:43.2970278Z [00:03:24.948]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:43.2970861Z [00:03:24.948]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:43.2971441Z [00:03:24.948]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:43.2972019Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build3998081543/b916/_pkg_.a
2025-08-20T22:41:43.2972871Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build3998081543/b937/_pkg_.a
2025-08-20T22:41:43.2973618Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build3998081543/b956/_pkg_.a
2025-08-20T22:41:43.2974393Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build3998081543/b957/_pkg_.a
2025-08-20T22:41:43.2975144Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build3998081543/b960/_pkg_.a
2025-08-20T22:41:43.2976059Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build3998081543/b967/_pkg_.a
2025-08-20T22:41:43.2976781Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build3998081543/b969/_pkg_.a
2025-08-20T22:41:43.2977456Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build3998081543/b973/_pkg_.a
2025-08-20T22:41:43.2978168Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3998081543/b917/_pkg_.a
2025-08-20T22:41:43.2978975Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build3998081543/b974/_pkg_.a
2025-08-20T22:41:43.2979823Z [00:03:24.948]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3998081543/b923/_pkg_.a
2025-08-20T22:41:43.2980548Z [00:03:24.948]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:43.2980934Z [00:03:24.948]➜  EOF
2025-08-20T22:41:43.2983527Z [00:03:24.948]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b893/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds=>google.golang.org/grpc@v1.72.2/xds;$WORK/b893=>" -p google.golang.org/grpc/xds -lang=go1.23 -complete -installsuffix shared -buildid 7P9x9kNhH9b7kFLZ8N8M/7P9x9kNhH9b7kFLZ8N8M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b893/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/server.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/server_options.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/xds.go
2025-08-20T22:41:43.3220991Z [00:03:24.974]➜  go tool buildid -w $WORK/b1013/_pkg_.a # internal
2025-08-20T22:41:43.3235301Z [00:03:24.976]➜  cp $WORK/b1013/_pkg_.a /root/.cache/go-build/09/09f7ad9555a75830276e523dfdba5b90aa25df477d500a6e91fe77554e78b405-d # internal
2025-08-20T22:41:43.3250293Z [00:03:24.976]➜  github.com/kylelemons/godebug/diff
2025-08-20T22:41:43.3250651Z [00:03:24.976]➜  mkdir -p $WORK/b1019/
2025-08-20T22:41:43.3251187Z [00:03:24.977]➜  cat >/tmp/go-build3998081543/b1019/importcfg << 'EOF' # internal
2025-08-20T22:41:43.3251592Z [00:03:24.977]➜  # import config
2025-08-20T22:41:43.3251935Z [00:03:24.977]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:43.3252349Z [00:03:24.977]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.3253117Z [00:03:24.977]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.3253445Z [00:03:24.977]➜  EOF
2025-08-20T22:41:43.3258836Z [00:03:24.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1019/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff=>github.com/kylelemons/godebug@v1.1.0/diff;$WORK/b1019=>" -p github.com/kylelemons/godebug/diff -lang=go1.11 -complete -installsuffix shared -buildid UIgwj_i7rIIx_LeYISTu/UIgwj_i7rIIx_LeYISTu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1019/importcfg -pack /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/diff/diff.go
2025-08-20T22:41:43.3439686Z [00:03:24.996]➜  go tool buildid -w $WORK/b1019/_pkg_.a # internal
2025-08-20T22:41:43.3455049Z [00:03:24.998]➜  cp $WORK/b1019/_pkg_.a /root/.cache/go-build/a5/a5b8729ab2a650ab988631d43fae04845ea50aae5b1ff0e12c62f6da8b2cdfbd-d # internal
2025-08-20T22:41:43.3458126Z [00:03:24.998]➜  github.com/kylelemons/godebug/pretty
2025-08-20T22:41:43.3460096Z [00:03:24.998]➜  mkdir -p $WORK/b1018/
2025-08-20T22:41:43.3469728Z [00:03:24.998]➜  cat >/tmp/go-build3998081543/b1018/importcfg << 'EOF' # internal
2025-08-20T22:41:43.3470123Z [00:03:24.999]➜  # import config
2025-08-20T22:41:43.3470487Z [00:03:24.999]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:43.3470910Z [00:03:24.999]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:43.3471342Z [00:03:24.999]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:43.3471778Z [00:03:24.999]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.3472301Z [00:03:24.999]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build3998081543/b1019/_pkg_.a
2025-08-20T22:41:43.3472806Z [00:03:24.999]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:43.3473206Z [00:03:24.999]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:43.3473638Z [00:03:24.999]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.3474065Z [00:03:24.999]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:43.3474481Z [00:03:24.999]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:43.3474915Z [00:03:24.999]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.3475332Z [00:03:24.999]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.3475961Z [00:03:24.999]➜  EOF
2025-08-20T22:41:43.3478986Z [00:03:24.999]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1018/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty=>github.com/kylelemons/godebug@v1.1.0/pretty;$WORK/b1018=>" -p github.com/kylelemons/godebug/pretty -lang=go1.11 -complete -installsuffix shared -buildid SA9hB5xXgO8ieYgmyzO4/SA9hB5xXgO8ieYgmyzO4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1018/importcfg -pack /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty/doc.go /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty/public.go /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty/reflect.go /root/go/pkg/mod/github.com/kylelemons/godebug@v1.1.0/pretty/structure.go
2025-08-20T22:41:43.4409709Z [00:03:25.093]➜  go tool buildid -w $WORK/b1018/_pkg_.a # internal
2025-08-20T22:41:43.4427847Z [00:03:25.095]➜  cp $WORK/b1018/_pkg_.a /root/.cache/go-build/35/352850055952fb3c889a3b3df5872635be5354ba2c60a63a58c202e924cd4a97-d # internal
2025-08-20T22:41:43.4430248Z [00:03:25.095]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors
2025-08-20T22:41:43.4431338Z [00:03:25.096]➜  mkdir -p $WORK/b1017/
2025-08-20T22:41:43.4437508Z [00:03:25.096]➜  cat >/tmp/go-build3998081543/b1017/importcfg << 'EOF' # internal
2025-08-20T22:41:43.4437959Z [00:03:25.096]➜  # import config
2025-08-20T22:41:43.4439389Z [00:03:25.096]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.4439902Z [00:03:25.096]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.4440801Z [00:03:25.096]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build3998081543/b1018/_pkg_.a
2025-08-20T22:41:43.4441317Z [00:03:25.096]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:43.4441744Z [00:03:25.096]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.4442178Z [00:03:25.096]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.4442614Z [00:03:25.096]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.4442936Z [00:03:25.096]➜  EOF
2025-08-20T22:41:43.4445568Z [00:03:25.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1017/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/errors=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/errors;$WORK/b1017=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors -lang=go1.18 -complete -installsuffix shared -buildid 5Z9F5dIVJXunk_xoZoSc/5Z9F5dIVJXunk_xoZoSc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1017/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/errors/errors.go
2025-08-20T22:41:43.4711051Z [00:03:25.123]➜  go tool buildid -w $WORK/b996/_pkg_.a # internal
2025-08-20T22:41:43.4738159Z [00:03:25.126]➜  cp $WORK/b996/_pkg_.a /root/.cache/go-build/46/468cb90af3ef866effb650004942e5548a96c26eb11313288e277298d557e1e2-d # internal
2025-08-20T22:41:43.4780735Z [00:03:25.130]➜  go tool buildid -w $WORK/b1017/_pkg_.a # internal
2025-08-20T22:41:43.4799169Z [00:03:25.132]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore
2025-08-20T22:41:43.4799851Z [00:03:25.132]➜  mkdir -p $WORK/b986/
2025-08-20T22:41:43.4869784Z [00:03:25.139]➜  cp $WORK/b1017/_pkg_.a /root/.cache/go-build/93/9357b598e7820376b1c6b098990554598f33df5e60feb058d03c724b6e4d6789-d # internal
2025-08-20T22:41:43.4873151Z [00:03:25.140]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json
2025-08-20T22:41:43.4874409Z [00:03:25.140]➜  mkdir -p $WORK/b1021/
2025-08-20T22:41:43.4878852Z [00:03:25.140]➜  cat >/tmp/go-build3998081543/b1021/importcfg << 'EOF' # internal
2025-08-20T22:41:43.4884092Z [00:03:25.140]➜  # import config
2025-08-20T22:41:43.4885141Z [00:03:25.140]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:43.4886162Z [00:03:25.140]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:43.4887615Z [00:03:25.140]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.4888480Z [00:03:25.140]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.4889151Z [00:03:25.140]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.4889616Z [00:03:25.140]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:43.4890165Z [00:03:25.140]➜  EOF
2025-08-20T22:41:43.4894842Z [00:03:25.141]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1021/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json;$WORK/b1021=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json -lang=go1.18 -complete -installsuffix shared -buildid eU1PHGcrLOy6Gpbslthw/eU1PHGcrLOy6Gpbslthw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1021/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/json.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/mapslice.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/marshal.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/struct.go
2025-08-20T22:41:43.4902539Z [00:03:25.142]➜  cat >/tmp/go-build3998081543/b986/importcfg << 'EOF' # internal
2025-08-20T22:41:43.4903009Z [00:03:25.142]➜  # import config
2025-08-20T22:41:43.4903574Z [00:03:25.142]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.4904403Z [00:03:25.142]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:43.4905176Z [00:03:25.142]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:43.4906010Z [00:03:25.142]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:43.4906750Z [00:03:25.142]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3998081543/b995/_pkg_.a
2025-08-20T22:41:43.4907321Z [00:03:25.142]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.4908079Z [00:03:25.142]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.4908508Z [00:03:25.142]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:43.4908820Z [00:03:25.142]➜  EOF
2025-08-20T22:41:43.4911637Z [00:03:25.143]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0;$WORK/b986=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore -lang=go1.23 -complete -installsuffix shared -buildid NIzLOGUOBZzcL-7lyF-O/NIzLOGUOBZzcL-7lyF-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b986/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/core.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/errors.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/etag.go
2025-08-20T22:41:43.5033047Z [00:03:25.155]➜  go tool buildid -w $WORK/b893/_pkg_.a # internal
2025-08-20T22:41:43.5067844Z [00:03:25.159]➜  cp $WORK/b893/_pkg_.a /root/.cache/go-build/a1/a145b390baf6ccbe7e8f5c5f09c530d1ada790cb7ec5f224e041e9cf8e3cec91-d # internal
2025-08-20T22:41:43.5078159Z [00:03:25.159]➜  google.golang.org/grpc/xds/googledirectpath
2025-08-20T22:41:43.5078584Z [00:03:25.159]➜  mkdir -p $WORK/b866/
2025-08-20T22:41:43.5078969Z [00:03:25.159]➜  cat >/tmp/go-build3998081543/b866/importcfg << 'EOF' # internal
2025-08-20T22:41:43.5079435Z [00:03:25.159]➜  # import config
2025-08-20T22:41:43.5079838Z [00:03:25.159]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:43.5080289Z [00:03:25.159]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:43.5080730Z [00:03:25.159]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.5081235Z [00:03:25.159]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:43.5081890Z [00:03:25.159]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:41:43.5082566Z [00:03:25.159]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3998081543/b787/_pkg_.a
2025-08-20T22:41:43.5083235Z [00:03:25.159]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:41:43.5083919Z [00:03:25.159]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:41:43.5084557Z [00:03:25.159]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:41:43.5085127Z [00:03:25.159]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build3998081543/b893/_pkg_.a
2025-08-20T22:41:43.5085985Z [00:03:25.159]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3998081543/b917/_pkg_.a
2025-08-20T22:41:43.5086750Z [00:03:25.159]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:43.5087184Z [00:03:25.159]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:41:43.5087636Z [00:03:25.159]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.5088069Z [00:03:25.159]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:43.5088499Z [00:03:25.159]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.5088920Z [00:03:25.159]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:43.5089332Z [00:03:25.159]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.5089640Z [00:03:25.159]➜  EOF
2025-08-20T22:41:43.5091979Z [00:03:25.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b866/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/googledirectpath=>google.golang.org/grpc@v1.72.2/xds/googledirectpath;$WORK/b866=>" -p google.golang.org/grpc/xds/googledirectpath -lang=go1.23 -complete -installsuffix shared -buildid 1Qq4E0J4jSdiCazyLyl6/1Qq4E0J4jSdiCazyLyl6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b866/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/googledirectpath/googlec2p.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/xds/googledirectpath/utils.go
2025-08-20T22:41:43.5449976Z [00:03:25.197]➜  go tool buildid -w $WORK/b986/_pkg_.a # internal
2025-08-20T22:41:43.5464026Z [00:03:25.198]➜  cp $WORK/b986/_pkg_.a /root/.cache/go-build/a7/a723ecc392fab6e6fbeee2b1489c97b573c28b4b111a50f00bed0a32b2643824-d # internal
2025-08-20T22:41:43.5473725Z [00:03:25.199]➜  github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime
2025-08-20T22:41:43.5474114Z [00:03:25.199]➜  mkdir -p $WORK/b1010/
2025-08-20T22:41:43.5474503Z [00:03:25.199]➜  cat >/tmp/go-build3998081543/b1010/importcfg << 'EOF' # internal
2025-08-20T22:41:43.5474856Z [00:03:25.199]➜  # import config
2025-08-20T22:41:43.5475200Z [00:03:25.199]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.5475810Z [00:03:25.199]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.5476234Z [00:03:25.199]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.5477058Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:43.5477945Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build3998081543/b1011/_pkg_.a
2025-08-20T22:41:43.5478880Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build3998081543/b1012/_pkg_.a
2025-08-20T22:41:43.5479717Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3998081543/b994/_pkg_.a
2025-08-20T22:41:43.5480497Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:41:43.5481319Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:41:43.5482083Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:43.5482824Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:43.5483559Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3998081543/b995/_pkg_.a
2025-08-20T22:41:43.5484288Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3998081543/b990/_pkg_.a
2025-08-20T22:41:43.5485034Z [00:03:25.199]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3998081543/b1007/_pkg_.a
2025-08-20T22:41:43.5485852Z [00:03:25.199]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.5486295Z [00:03:25.199]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:43.5487079Z [00:03:25.199]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.5487513Z [00:03:25.199]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.5487938Z [00:03:25.199]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.5488246Z [00:03:25.199]➜  EOF
2025-08-20T22:41:43.5491994Z [00:03:25.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime=>github.com/Azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime;$WORK/b1010=>" -p github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime -lang=go1.23 -complete -installsuffix shared -buildid LafjguKl7QYR1hyJilPN/LafjguKl7QYR1hyJilPN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1010/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/pipeline.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/policy_bearer_token.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/policy_register_rp.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/policy_trace_namespace.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azcore@v1.18.0/arm/runtime/runtime.go
2025-08-20T22:41:43.6288196Z [00:03:25.281]➜  go tool buildid -w $WORK/b1021/_pkg_.a # internal
2025-08-20T22:41:43.6313247Z [00:03:25.284]➜  cp $WORK/b1021/_pkg_.a /root/.cache/go-build/47/47ae01782ab4b9463220e0b456b9aa1d3ad422be43c72043c959773031d03993-d # internal
2025-08-20T22:41:43.6324396Z [00:03:25.285]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time
2025-08-20T22:41:43.6325023Z [00:03:25.285]➜  mkdir -p $WORK/b1022/
2025-08-20T22:41:43.6336387Z [00:03:25.286]➜  cat >/tmp/go-build3998081543/b1022/importcfg << 'EOF' # internal
2025-08-20T22:41:43.6337045Z [00:03:25.286]➜  # import config
2025-08-20T22:41:43.6337499Z [00:03:25.286]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.6338834Z [00:03:25.286]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:43.6339276Z [00:03:25.286]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.6339970Z [00:03:25.286]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.6340345Z [00:03:25.286]➜  EOF
2025-08-20T22:41:43.6353698Z [00:03:25.287]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1022/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/types/time=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/types/time;$WORK/b1022=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time -lang=go1.18 -complete -installsuffix shared -buildid mx5mCjxP8LFnDgsJVt8C/mx5mCjxP8LFnDgsJVt8C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1022/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/json/types/time/time.go
2025-08-20T22:41:43.6559507Z [00:03:25.308]➜  go tool buildid -w $WORK/b1022/_pkg_.a # internal
2025-08-20T22:41:43.6568163Z [00:03:25.309]➜  cp $WORK/b1022/_pkg_.a /root/.cache/go-build/73/7354a70793339c069d7c0fe728758c71d80ecf276051e98c0127629096ca2ee2-d # internal
2025-08-20T22:41:43.6569110Z [00:03:25.309]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority
2025-08-20T22:41:43.6574504Z [00:03:25.309]➜  mkdir -p $WORK/b1027/
2025-08-20T22:41:43.6574926Z [00:03:25.310]➜  cat >/tmp/go-build3998081543/b1027/importcfg << 'EOF' # internal
2025-08-20T22:41:43.6576935Z [00:03:25.310]➜  # import config
2025-08-20T22:41:43.6577346Z [00:03:25.310]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.6578168Z [00:03:25.310]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:43.6578820Z [00:03:25.310]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:43.6579298Z [00:03:25.310]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:43.6579754Z [00:03:25.310]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.6580175Z [00:03:25.310]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.6580656Z [00:03:25.310]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:43.6581120Z [00:03:25.310]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:43.6581538Z [00:03:25.310]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.6581968Z [00:03:25.310]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:43.6582375Z [00:03:25.310]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:43.6582795Z [00:03:25.310]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:43.6583221Z [00:03:25.310]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:43.6583651Z [00:03:25.310]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.6584074Z [00:03:25.310]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.6584383Z [00:03:25.310]➜  EOF
2025-08-20T22:41:43.6588093Z [00:03:25.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/authority=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/authority;$WORK/b1027=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority -lang=go1.18 -complete -installsuffix shared -buildid vY2YJALv4viRIX0WcV-z/vY2YJALv4viRIX0WcV-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1027/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/authority/authority.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/authority/authorizetype_string.go
2025-08-20T22:41:43.6630998Z [00:03:25.315]➜  go tool buildid -w $WORK/b1010/_pkg_.a # internal
2025-08-20T22:41:43.6645283Z [00:03:25.317]➜  go tool buildid -w $WORK/b866/_pkg_.a # internal
2025-08-20T22:41:43.6648015Z [00:03:25.317]➜  cp $WORK/b1010/_pkg_.a /root/.cache/go-build/da/dad39a61621cd76dbf4a9a16d8c5f72485284e09d7d0d0aaeb6fb044bd5148fb-d # internal
2025-08-20T22:41:43.6648861Z [00:03:25.317]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared
2025-08-20T22:41:43.6652602Z [00:03:25.317]➜  mkdir -p $WORK/b1031/
2025-08-20T22:41:43.6654625Z [00:03:25.318]➜  cat >/tmp/go-build3998081543/b1031/importcfg << 'EOF' # internal
2025-08-20T22:41:43.6655193Z [00:03:25.318]➜  # import config
2025-08-20T22:41:43.6655953Z [00:03:25.318]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.6656403Z [00:03:25.318]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.6656841Z [00:03:25.318]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.6657173Z [00:03:25.318]➜  EOF
2025-08-20T22:41:43.6659834Z [00:03:25.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/shared=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/shared;$WORK/b1031=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared -lang=go1.18 -complete -installsuffix shared -buildid ZavjFU-gt95It63VnkL7/ZavjFU-gt95It63VnkL7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1031/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/shared/shared.go
2025-08-20T22:41:43.6701715Z [00:03:25.322]➜  cp $WORK/b866/_pkg_.a /root/.cache/go-build/41/416a993ca8c4df79575d6b8b23f163425aa94af37bcb9c03d71b8a59461e0fcc-d # internal
2025-08-20T22:41:43.6702332Z [00:03:25.322]➜  cloud.google.com/go/bigtable
2025-08-20T22:41:43.6704043Z [00:03:25.322]➜  mkdir -p $WORK/b828/
2025-08-20T22:41:43.6704504Z [00:03:25.322]➜  cat >/tmp/go-build3998081543/b828/importcfg << 'EOF' # internal
2025-08-20T22:41:43.6704858Z [00:03:25.322]➜  # import config
2025-08-20T22:41:43.6705203Z [00:03:25.322]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:43.6705935Z [00:03:25.322]➜  packagefile cloud.google.com/go/bigtable/admin/apiv2/adminpb=/tmp/go-build3998081543/b829/_pkg_.a
2025-08-20T22:41:43.6706649Z [00:03:25.322]➜  packagefile cloud.google.com/go/bigtable/apiv2/bigtablepb=/tmp/go-build3998081543/b832/_pkg_.a
2025-08-20T22:41:43.6707312Z [00:03:25.322]➜  packagefile cloud.google.com/go/bigtable/internal=/tmp/go-build3998081543/b834/_pkg_.a
2025-08-20T22:41:43.6707994Z [00:03:25.322]➜  packagefile cloud.google.com/go/bigtable/internal/option=/tmp/go-build3998081543/b835/_pkg_.a
2025-08-20T22:41:43.6708604Z [00:03:25.322]➜  packagefile cloud.google.com/go/civil=/tmp/go-build3998081543/b794/_pkg_.a
2025-08-20T22:41:43.6709150Z [00:03:25.322]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3998081543/b795/_pkg_.a
2025-08-20T22:41:43.6710950Z [00:03:25.322]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3998081543/b803/_pkg_.a
2025-08-20T22:41:43.6712670Z [00:03:25.322]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3998081543/b804/_pkg_.a
2025-08-20T22:41:43.6713291Z [00:03:25.322]➜  packagefile cloud.google.com/go/longrunning=/tmp/go-build3998081543/b836/_pkg_.a
2025-08-20T22:41:43.6713917Z [00:03:25.322]➜  packagefile cloud.google.com/go/longrunning/autogen=/tmp/go-build3998081543/b837/_pkg_.a
2025-08-20T22:41:43.6714566Z [00:03:25.322]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build3998081543/b839/_pkg_.a
2025-08-20T22:41:43.6715292Z [00:03:25.322]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3998081543/b840/_pkg_.a
2025-08-20T22:41:43.6716076Z [00:03:25.322]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:43.6716813Z [00:03:25.322]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.6717370Z [00:03:25.322]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:43.6717972Z [00:03:25.322]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.6718501Z [00:03:25.322]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.6718977Z [00:03:25.322]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:43.6719541Z [00:03:25.322]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:43.6720180Z [00:03:25.322]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3998081543/b723/_pkg_.a
2025-08-20T22:41:43.6720814Z [00:03:25.322]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:43.6721419Z [00:03:25.322]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:41:43.6722020Z [00:03:25.322]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3998081543/b849/_pkg_.a
2025-08-20T22:41:43.6722690Z [00:03:25.322]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3998081543/b854/_pkg_.a
2025-08-20T22:41:43.6726287Z [00:03:25.322]➜  packagefile google.golang.org/api/cloudresourcemanager/v1=/tmp/go-build3998081543/b859/_pkg_.a
2025-08-20T22:41:43.6726958Z [00:03:25.322]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:41:43.6727544Z [00:03:25.322]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:43.6728647Z [00:03:25.322]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:43.6729300Z [00:03:25.322]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3998081543/b772/_pkg_.a
2025-08-20T22:41:43.6730014Z [00:03:25.322]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3998081543/b841/_pkg_.a
2025-08-20T22:41:43.6730763Z [00:03:25.322]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3998081543/b843/_pkg_.a
2025-08-20T22:41:43.6731512Z [00:03:25.322]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3998081543/b844/_pkg_.a
2025-08-20T22:41:43.6732251Z [00:03:25.322]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:43.6732964Z [00:03:25.322]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3998081543/b833/_pkg_.a
2025-08-20T22:41:43.6733586Z [00:03:25.322]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:43.6734161Z [00:03:25.322]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build3998081543/b860/_pkg_.a
2025-08-20T22:41:43.6734749Z [00:03:25.322]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:43.6735327Z [00:03:25.322]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:43.6737205Z [00:03:25.322]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:43.6738144Z [00:03:25.322]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build3998081543/b866/_pkg_.a
2025-08-20T22:41:43.6739251Z [00:03:25.322]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:43.6739970Z [00:03:25.322]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:43.6740703Z [00:03:25.322]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:43.6741438Z [00:03:25.322]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3998081543/b798/_pkg_.a
2025-08-20T22:41:43.6742398Z [00:03:25.322]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:43.6743092Z [00:03:25.322]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:43.6743625Z [00:03:25.322]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:43.6744128Z [00:03:25.322]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:43.6744550Z [00:03:25.322]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:43.6744960Z [00:03:25.322]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:43.6745553Z [00:03:25.322]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.6746073Z [00:03:25.322]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:43.6746497Z [00:03:25.322]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:43.6746925Z [00:03:25.322]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.6747351Z [00:03:25.322]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:43.6747762Z [00:03:25.322]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.6748069Z [00:03:25.322]➜  EOF
2025-08-20T22:41:43.6756161Z [00:03:25.322]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b828/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0=>cloud.google.com/go/bigtable@v1.37.0;$WORK/b828=>" -p cloud.google.com/go/bigtable -lang=go1.23 -complete -installsuffix shared -buildid Ustz-YauhzVNU7hJrvT1/Ustz-YauhzVNU7hJrvT1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b828/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/admin.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/bigtable.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/doc.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/filter.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/gc.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/metrics.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/metrics_monitoring_exporter.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/metrics_util.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/reader.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/result_row.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/sql_types.go /root/go/pkg/mod/cloud.google.com/go/bigtable@v1.37.0/type.go
2025-08-20T22:41:43.7180626Z [00:03:25.370]➜  go tool buildid -w $WORK/b1031/_pkg_.a # internal
2025-08-20T22:41:43.7185963Z [00:03:25.371]➜  cp $WORK/b1031/_pkg_.a /root/.cache/go-build/4e/4e66c38b7e5a411c342d4802bae397ffd731a91d3a3f8a102c574f08a14eb18a-d # internal
2025-08-20T22:41:43.7200043Z [00:03:25.372]➜  github.com/golang-jwt/jwt/v5
2025-08-20T22:41:43.7200400Z [00:03:25.372]➜  mkdir -p $WORK/b1032/
2025-08-20T22:41:43.7200801Z [00:03:25.372]➜  cat >/tmp/go-build3998081543/b1032/importcfg << 'EOF' # internal
2025-08-20T22:41:43.7201171Z [00:03:25.372]➜  # import config
2025-08-20T22:41:43.7201543Z [00:03:25.372]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:43.7201968Z [00:03:25.372]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:43.7202425Z [00:03:25.372]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:43.7202898Z [00:03:25.372]➜  packagefile crypto/ed25519=/tmp/go-build3998081543/b147/_pkg_.a
2025-08-20T22:41:43.7203364Z [00:03:25.372]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:43.7203825Z [00:03:25.372]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:43.7204283Z [00:03:25.372]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:43.7204755Z [00:03:25.372]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:41:43.7205219Z [00:03:25.372]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:43.7206138Z [00:03:25.372]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:43.7206712Z [00:03:25.372]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:43.7207292Z [00:03:25.372]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:43.7207798Z [00:03:25.372]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.7208212Z [00:03:25.372]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.7208625Z [00:03:25.372]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:43.7209050Z [00:03:25.372]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:43.7209490Z [00:03:25.372]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:43.7209919Z [00:03:25.372]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.7210340Z [00:03:25.372]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:43.7210755Z [00:03:25.372]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.7211066Z [00:03:25.372]➜  EOF
2025-08-20T22:41:43.7217685Z [00:03:25.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2=>github.com/golang-jwt/jwt/v5@v5.2.2;$WORK/b1032=>" -p github.com/golang-jwt/jwt/v5 -lang=go1.18 -complete -installsuffix shared -buildid UREainJItpQyz3d8bbUH/UREainJItpQyz3d8bbUH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1032/importcfg -pack /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/doc.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/ecdsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/ecdsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/ed25519.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/ed25519_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/errors.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/errors_go1_20.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/hmac.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/map_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/none.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/parser.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/parser_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/registered_claims.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/rsa.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/rsa_pss.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/rsa_utils.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/signing_method.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/token.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/token_option.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/types.go /root/go/pkg/mod/github.com/golang-jwt/jwt/v5@v5.2.2/validator.go
2025-08-20T22:41:43.7455054Z [00:03:25.398]➜  go tool buildid -w $WORK/b1027/_pkg_.a # internal
2025-08-20T22:41:43.7469555Z [00:03:25.399]➜  cp $WORK/b1027/_pkg_.a /root/.cache/go-build/3b/3bdafd9e9b03284f27cecf9842d98e1bac731ec560fc5251013ad7c3dc421525-d # internal
2025-08-20T22:41:43.7479259Z [00:03:25.400]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs
2025-08-20T22:41:43.7479812Z [00:03:25.400]➜  mkdir -p $WORK/b1030/
2025-08-20T22:41:43.7483383Z [00:03:25.400]➜  cat >/tmp/go-build3998081543/b1030/importcfg << 'EOF' # internal
2025-08-20T22:41:43.7516880Z [00:03:25.400]➜  # import config
2025-08-20T22:41:43.7536624Z [00:03:25.400]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:43.7537235Z [00:03:25.400]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.7537657Z [00:03:25.400]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.7538754Z [00:03:25.400]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:43.7539635Z [00:03:25.400]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:43.7540247Z [00:03:25.400]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:43.7540738Z [00:03:25.400]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.7541159Z [00:03:25.400]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.7541466Z [00:03:25.400]➜  EOF
2025-08-20T22:41:43.7547459Z [00:03:25.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs;$WORK/b1030=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs -lang=go1.18 -complete -installsuffix shared -buildid xCb1HGHKDUhr9DyhuKeH/xCb1HGHKDUhr9DyhuKeH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1030/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/endpointtype_string.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/mex_document_definitions.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/saml_assertion_definitions.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/version_string.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/wstrust_endpoint.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/defs/wstrust_mex_document.go
2025-08-20T22:41:43.8222998Z [00:03:25.475]➜  go tool buildid -w $WORK/b1030/_pkg_.a # internal
2025-08-20T22:41:43.8259424Z [00:03:25.478]➜  cp $WORK/b1030/_pkg_.a /root/.cache/go-build/d8/d8ff02def16556e918d8e2f1ccf5a279e227c776d6f4a3b075ad730a4f2bd368-d # internal
2025-08-20T22:41:43.8263066Z [00:03:25.479]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust
2025-08-20T22:41:43.8263580Z [00:03:25.479]➜  mkdir -p $WORK/b1029/
2025-08-20T22:41:43.8275437Z [00:03:25.480]➜  cat >/tmp/go-build3998081543/b1029/importcfg << 'EOF' # internal
2025-08-20T22:41:43.8275923Z [00:03:25.480]➜  # import config
2025-08-20T22:41:43.8276302Z [00:03:25.480]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.8276742Z [00:03:25.480]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.8277164Z [00:03:25.480]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.8277961Z [00:03:25.480]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:43.8279099Z [00:03:25.480]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build3998081543/b1028/_pkg_.a
2025-08-20T22:41:43.8280216Z [00:03:25.480]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build3998081543/b1030/_pkg_.a
2025-08-20T22:41:43.8280964Z [00:03:25.480]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.8281397Z [00:03:25.480]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:43.8281726Z [00:03:25.480]➜  EOF
2025-08-20T22:41:43.8285850Z [00:03:25.480]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust;$WORK/b1029=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust -lang=go1.18 -complete -installsuffix shared -buildid k0CXNhhC1q7esF7PCqqx/k0CXNhhC1q7esF7PCqqx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1029/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/wstrust/wstrust.go
2025-08-20T22:41:43.8826018Z [00:03:25.535]➜  go tool buildid -w $WORK/b1029/_pkg_.a # internal
2025-08-20T22:41:43.8833685Z [00:03:25.536]➜  cp $WORK/b1029/_pkg_.a /root/.cache/go-build/bd/bda9f158d10fe46e6b6162941885fb3fca6b3722de22f4c1f648e47c3bf4a893-d # internal
2025-08-20T22:41:43.8836984Z [00:03:25.536]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm
2025-08-20T22:41:43.8837519Z [00:03:25.536]➜  mkdir -p $WORK/b1033/
2025-08-20T22:41:43.8843598Z [00:03:25.537]➜  cat >/tmp/go-build3998081543/b1033/importcfg << 'EOF' # internal
2025-08-20T22:41:43.8843983Z [00:03:25.537]➜  # import config
2025-08-20T22:41:43.8844329Z [00:03:25.537]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:43.8867075Z [00:03:25.539]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:43.8867581Z [00:03:25.539]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.8868044Z [00:03:25.539]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:43.8868514Z [00:03:25.539]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:43.8870827Z [00:03:25.539]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.8871539Z [00:03:25.539]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3998081543/b1017/_pkg_.a
2025-08-20T22:41:43.8872505Z [00:03:25.539]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build3998081543/b1021/_pkg_.a
2025-08-20T22:41:43.8873484Z [00:03:25.539]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build3998081543/b1034/_pkg_.a
2025-08-20T22:41:43.8874236Z [00:03:25.539]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:43.8874694Z [00:03:25.539]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:43.8875117Z [00:03:25.539]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:43.8877585Z [00:03:25.539]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:43.8878037Z [00:03:25.539]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.8878465Z [00:03:25.539]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:43.8878892Z [00:03:25.539]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.8879335Z [00:03:25.539]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.8879649Z [00:03:25.539]➜  EOF
2025-08-20T22:41:43.8883134Z [00:03:25.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/comm=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/comm;$WORK/b1033=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm -lang=go1.18 -complete -installsuffix shared -buildid uLkinA2skpFBMgNGo8Q4/uLkinA2skpFBMgNGo8Q4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1033/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/comm/comm.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/internal/comm/compress.go
2025-08-20T22:41:43.9326394Z [00:03:25.585]➜  go tool buildid -w $WORK/b1032/_pkg_.a # internal
2025-08-20T22:41:43.9353314Z [00:03:25.588]➜  cp $WORK/b1032/_pkg_.a /root/.cache/go-build/2c/2c44c242bdc26a1ebda045a8c8163ec34267a247e20148bdc99e34c7e971bb35-d # internal
2025-08-20T22:41:43.9355865Z [00:03:25.588]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens
2025-08-20T22:41:43.9357152Z [00:03:25.588]➜  mkdir -p $WORK/b1026/
2025-08-20T22:41:43.9363108Z [00:03:25.589]➜  cat >/tmp/go-build3998081543/b1026/importcfg << 'EOF' # internal
2025-08-20T22:41:43.9363522Z [00:03:25.589]➜  # import config
2025-08-20T22:41:43.9365918Z [00:03:25.589]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:43.9366427Z [00:03:25.589]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:43.9366862Z [00:03:25.589]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:43.9367315Z [00:03:25.589]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:43.9367788Z [00:03:25.589]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:43.9368255Z [00:03:25.589]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:43.9368734Z [00:03:25.589]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:43.9369211Z [00:03:25.589]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:43.9369652Z [00:03:25.589]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:43.9370067Z [00:03:25.589]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:43.9371190Z [00:03:25.589]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3998081543/b1024/_pkg_.a
2025-08-20T22:41:43.9372238Z [00:03:25.589]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3998081543/b1022/_pkg_.a
2025-08-20T22:41:43.9373323Z [00:03:25.589]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:43.9374440Z [00:03:25.589]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build3998081543/b1028/_pkg_.a
2025-08-20T22:41:43.9375742Z [00:03:25.589]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3998081543/b1029/_pkg_.a
2025-08-20T22:41:43.9376833Z [00:03:25.589]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3998081543/b1031/_pkg_.a
2025-08-20T22:41:43.9377613Z [00:03:25.589]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3998081543/b1032/_pkg_.a
2025-08-20T22:41:43.9378164Z [00:03:25.589]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:43.9378646Z [00:03:25.589]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:43.9379076Z [00:03:25.589]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:43.9379514Z [00:03:25.589]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:43.9379945Z [00:03:25.589]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:43.9380363Z [00:03:25.589]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:43.9380675Z [00:03:25.589]➜  EOF
2025-08-20T22:41:43.9384955Z [00:03:25.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1026/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens;$WORK/b1026=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens -lang=go1.18 -complete -installsuffix shared -buildid AGPEeFbZgDKOIvttX5wv/AGPEeFbZgDKOIvttX5wv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1026/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens/accesstokens.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens/apptype_string.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/accesstokens/tokens.go
2025-08-20T22:41:44.0259568Z [00:03:25.678]➜  go tool buildid -w $WORK/b1033/_pkg_.a # internal
2025-08-20T22:41:44.0281252Z [00:03:25.680]➜  cp $WORK/b1033/_pkg_.a /root/.cache/go-build/4e/4ecefa6614df9ba7f0ccd234e9204f8c6d2dfa20be36def4588175b1f7ccbc45-d # internal
2025-08-20T22:41:44.0291739Z [00:03:25.681]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options
2025-08-20T22:41:44.0296530Z [00:03:25.682]➜  mkdir -p $WORK/b1035/
2025-08-20T22:41:44.0297329Z [00:03:25.682]➜  cat >/tmp/go-build3998081543/b1035/importcfg << 'EOF' # internal
2025-08-20T22:41:44.0298748Z [00:03:25.682]➜  # import config
2025-08-20T22:41:44.0299126Z [00:03:25.682]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:44.0299555Z [00:03:25.682]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.0299865Z [00:03:25.682]➜  EOF
2025-08-20T22:41:44.0302564Z [00:03:25.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/options=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/options;$WORK/b1035=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options -lang=go1.18 -complete -installsuffix shared -buildid CCJZwJ6u6y9YCda83o0F/CCJZwJ6u6y9YCda83o0F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1035/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/options/options.go
2025-08-20T22:41:44.0307604Z [00:03:25.682]➜  go tool buildid -w $WORK/b1026/_pkg_.a # internal
2025-08-20T22:41:44.0323656Z [00:03:25.685]➜  cp $WORK/b1026/_pkg_.a /root/.cache/go-build/6d/6d6780b4ecbb93c07117d5ddbabe84f68fa8f08ae2c8a259e765c1d6da267fd5-d # internal
2025-08-20T22:41:44.0333919Z [00:03:25.686]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops
2025-08-20T22:41:44.0336682Z [00:03:25.686]➜  mkdir -p $WORK/b1025/
2025-08-20T22:41:44.0371474Z [00:03:25.689]➜  cat >/tmp/go-build3998081543/b1025/importcfg << 'EOF' # internal
2025-08-20T22:41:44.0371968Z [00:03:25.689]➜  # import config
2025-08-20T22:41:44.0372692Z [00:03:25.689]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3998081543/b1026/_pkg_.a
2025-08-20T22:41:44.0373808Z [00:03:25.689]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:44.0374920Z [00:03:25.689]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build3998081543/b1033/_pkg_.a
2025-08-20T22:41:44.0376159Z [00:03:25.689]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3998081543/b1029/_pkg_.a
2025-08-20T22:41:44.0376783Z [00:03:25.689]➜  EOF
2025-08-20T22:41:44.0379889Z [00:03:25.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1025/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops;$WORK/b1025=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops -lang=go1.18 -complete -installsuffix shared -buildid -ZmRn1XCEywXtLXSKwpA/-ZmRn1XCEywXtLXSKwpA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1025/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/ops/ops.go
2025-08-20T22:41:44.0531309Z [00:03:25.705]➜  go tool buildid -w $WORK/b1035/_pkg_.a # internal
2025-08-20T22:41:44.0538730Z [00:03:25.705]➜  cp $WORK/b1035/_pkg_.a /root/.cache/go-build/68/6810848f15e66fe8031969653ac48296493f89fe05e183cc0d59759d9835f49d-d # internal
2025-08-20T22:41:44.0539496Z [00:03:25.705]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local
2025-08-20T22:41:44.0539977Z [00:03:25.705]➜  mkdir -p $WORK/b1038/
2025-08-20T22:41:44.0540370Z [00:03:25.705]➜  cat >/tmp/go-build3998081543/b1038/importcfg << 'EOF' # internal
2025-08-20T22:41:44.0540728Z [00:03:25.705]➜  # import config
2025-08-20T22:41:44.0541083Z [00:03:25.705]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.0541517Z [00:03:25.705]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.0541933Z [00:03:25.705]➜  packagefile html=/tmp/go-build3998081543/b244/_pkg_.a
2025-08-20T22:41:44.0542353Z [00:03:25.705]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:44.0542779Z [00:03:25.705]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:44.0543211Z [00:03:25.705]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:44.0543641Z [00:03:25.705]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.0544067Z [00:03:25.705]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:44.0544898Z [00:03:25.705]➜  EOF
2025-08-20T22:41:44.0547714Z [00:03:25.705]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/local=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/local;$WORK/b1038=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local -lang=go1.18 -complete -installsuffix shared -buildid O6w5p4EechYc7OhHhdhd/O6w5p4EechYc7OhHhdhd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1038/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/local/server.go
2025-08-20T22:41:44.0885130Z [00:03:25.741]➜  go tool buildid -w $WORK/b1025/_pkg_.a # internal
2025-08-20T22:41:44.0894353Z [00:03:25.742]➜  cp $WORK/b1025/_pkg_.a /root/.cache/go-build/aa/aa468cd783dbe21394d89cd120c268806b09c150a636085a7eb55f03809e3aee-d # internal
2025-08-20T22:41:44.0902327Z [00:03:25.742]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth
2025-08-20T22:41:44.0902804Z [00:03:25.742]➜  mkdir -p $WORK/b1023/
2025-08-20T22:41:44.0903193Z [00:03:25.742]➜  cat >/tmp/go-build3998081543/b1023/importcfg << 'EOF' # internal
2025-08-20T22:41:44.0903565Z [00:03:25.742]➜  # import config
2025-08-20T22:41:44.0903912Z [00:03:25.742]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.0904368Z [00:03:25.742]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:44.0904820Z [00:03:25.742]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:44.0905233Z [00:03:25.742]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.0906097Z [00:03:25.742]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3998081543/b1017/_pkg_.a
2025-08-20T22:41:44.0907062Z [00:03:25.742]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3998081543/b1024/_pkg_.a
2025-08-20T22:41:44.0908111Z [00:03:25.742]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3998081543/b1022/_pkg_.a
2025-08-20T22:41:44.0909461Z [00:03:25.742]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3998081543/b1025/_pkg_.a
2025-08-20T22:41:44.0910706Z [00:03:25.742]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3998081543/b1026/_pkg_.a
2025-08-20T22:41:44.0911884Z [00:03:25.742]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:44.0912958Z [00:03:25.742]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3998081543/b1029/_pkg_.a
2025-08-20T22:41:44.0914231Z [00:03:25.742]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build3998081543/b1030/_pkg_.a
2025-08-20T22:41:44.0915028Z [00:03:25.742]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:44.0927052Z [00:03:25.742]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:44.0927567Z [00:03:25.742]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.0928045Z [00:03:25.742]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:44.0928465Z [00:03:25.742]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:44.0928775Z [00:03:25.742]➜  EOF
2025-08-20T22:41:44.0931870Z [00:03:25.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1023/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth;$WORK/b1023=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth -lang=go1.18 -complete -installsuffix shared -buildid Yy900nr-qqYbTccOdxi1/Yy900nr-qqYbTccOdxi1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1023/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/oauth.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/oauth/resolvers.go
2025-08-20T22:41:44.1176715Z [00:03:25.770]➜  go tool buildid -w $WORK/b1038/_pkg_.a # internal
2025-08-20T22:41:44.1187535Z [00:03:25.771]➜  cp $WORK/b1038/_pkg_.a /root/.cache/go-build/6c/6cb687e8814c7eae10fb93f2b43753794fda05a8a69fc160e8f7a94f153a9885-d # internal
2025-08-20T22:41:44.1222315Z [00:03:25.774]➜  github.com/pkg/browser
2025-08-20T22:41:44.1228847Z [00:03:25.775]➜  mkdir -p $WORK/b1039/
2025-08-20T22:41:44.1229264Z [00:03:25.775]➜  cat >/tmp/go-build3998081543/b1039/importcfg << 'EOF' # internal
2025-08-20T22:41:44.1229669Z [00:03:25.775]➜  # import config
2025-08-20T22:41:44.1230006Z [00:03:25.775]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.1230414Z [00:03:25.775]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:44.1230851Z [00:03:25.775]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:44.1231276Z [00:03:25.775]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:44.1232002Z [00:03:25.775]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:44.1232524Z [00:03:25.775]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:44.1232978Z [00:03:25.775]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.1233298Z [00:03:25.775]➜  EOF
2025-08-20T22:41:44.1235920Z [00:03:25.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c=>github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c;$WORK/b1039=>" -p github.com/pkg/browser -lang=go1.14 -complete -installsuffix shared -buildid rohtZSZT22YUSOGCmWan/rohtZSZT22YUSOGCmWan -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1039/importcfg -pack /root/go/pkg/mod/github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c/browser.go /root/go/pkg/mod/github.com/pkg/browser@v0.0.0-20240102092130-5ac0b6a4141c/browser_linux.go
2025-08-20T22:41:44.1600271Z [00:03:25.812]➜  go tool buildid -w $WORK/b1039/_pkg_.a # internal
2025-08-20T22:41:44.1601106Z [00:03:25.812]➜  cp $WORK/b1039/_pkg_.a /root/.cache/go-build/18/18e9ee4f24f9fabdd7e2798299f7ce7e497d86100d82544e83295f80a651d5d4-d # internal
2025-08-20T22:41:44.1603305Z [00:03:25.812]➜  golang.org/x/crypto/pkcs12/internal/rc2
2025-08-20T22:41:44.1603718Z [00:03:25.812]➜  mkdir -p $WORK/b1041/
2025-08-20T22:41:44.1605849Z [00:03:25.813]➜  cat >/tmp/go-build3998081543/b1041/importcfg << 'EOF' # internal
2025-08-20T22:41:44.1606601Z [00:03:25.813]➜  # import config
2025-08-20T22:41:44.1608763Z [00:03:25.813]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:44.1609317Z [00:03:25.813]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:44.1609803Z [00:03:25.813]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:44.1610132Z [00:03:25.813]➜  EOF
2025-08-20T22:41:44.1612113Z [00:03:25.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1041/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/internal/rc2=>golang.org/x/crypto@v0.39.0/pkcs12/internal/rc2;$WORK/b1041=>" -p golang.org/x/crypto/pkcs12/internal/rc2 -lang=go1.23 -complete -installsuffix shared -buildid kPfgCtcpvJlti-pF5rrH/kPfgCtcpvJlti-pF5rrH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1041/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/internal/rc2/rc2.go
2025-08-20T22:41:44.2025615Z [00:03:25.854]➜  go tool buildid -w $WORK/b1041/_pkg_.a # internal
2025-08-20T22:41:44.2028859Z [00:03:25.855]➜  cp $WORK/b1041/_pkg_.a /root/.cache/go-build/58/58329096f841251cb4bb9c0fdb5708bdab750f9bdba2cf9b335b0739513c06aa-d # internal
2025-08-20T22:41:44.2033159Z [00:03:25.856]➜  go tool buildid -w $WORK/b1023/_pkg_.a # internal
2025-08-20T22:41:44.2054924Z [00:03:25.858]➜  golang.org/x/crypto/pkcs12
2025-08-20T22:41:44.2055440Z [00:03:25.858]➜  mkdir -p $WORK/b1040/
2025-08-20T22:41:44.2058964Z [00:03:25.858]➜  cat >/tmp/go-build3998081543/b1040/importcfg << 'EOF' # internal
2025-08-20T22:41:44.2059345Z [00:03:25.858]➜  # import config
2025-08-20T22:41:44.2059970Z [00:03:25.858]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:44.2060434Z [00:03:25.858]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:41:44.2062565Z [00:03:25.858]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:41:44.2063158Z [00:03:25.858]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:44.2063674Z [00:03:25.858]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:44.2064132Z [00:03:25.858]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:44.2064599Z [00:03:25.858]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:44.2065056Z [00:03:25.858]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:44.2066022Z [00:03:25.858]➜  packagefile crypto/x509/pkix=/tmp/go-build3998081543/b169/_pkg_.a
2025-08-20T22:41:44.2066584Z [00:03:25.858]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:41:44.2067054Z [00:03:25.858]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:44.2077579Z [00:03:25.858]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:44.2079092Z [00:03:25.858]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:44.2080177Z [00:03:25.858]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build3998081543/b1041/_pkg_.a
2025-08-20T22:41:44.2081002Z [00:03:25.858]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:44.2081641Z [00:03:25.858]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:41:44.2082366Z [00:03:25.858]➜  EOF
2025-08-20T22:41:44.2086894Z [00:03:25.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1040/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12=>golang.org/x/crypto@v0.39.0/pkcs12;$WORK/b1040=>" -p golang.org/x/crypto/pkcs12 -lang=go1.23 -complete -installsuffix shared -buildid YHD5cmCKFo9Ud9Fx42-k/YHD5cmCKFo9Ud9Fx42-k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1040/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/bmp-string.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/crypto.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/errors.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/mac.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/pbkdf.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/pkcs12.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/pkcs12/safebags.go
2025-08-20T22:41:44.2090489Z [00:03:25.859]➜  cp $WORK/b1023/_pkg_.a /root/.cache/go-build/f2/f243c7162dd0eb8a10c032ecb425bae40ee44f1d3ca8ea4042c63f9b23b72bf0-d # internal
2025-08-20T22:41:44.2091303Z [00:03:25.859]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage
2025-08-20T22:41:44.2091781Z [00:03:25.859]➜  mkdir -p $WORK/b1020/
2025-08-20T22:41:44.2092201Z [00:03:25.860]➜  cat >/tmp/go-build3998081543/b1020/importcfg << 'EOF' # internal
2025-08-20T22:41:44.2092578Z [00:03:25.860]➜  # import config
2025-08-20T22:41:44.2092922Z [00:03:25.860]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.2093351Z [00:03:25.860]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:44.2094055Z [00:03:25.860]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.2094765Z [00:03:25.860]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build3998081543/b1021/_pkg_.a
2025-08-20T22:41:44.2095985Z [00:03:25.860]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3998081543/b1022/_pkg_.a
2025-08-20T22:41:44.2097059Z [00:03:25.860]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3998081543/b1023/_pkg_.a
2025-08-20T22:41:44.2098105Z [00:03:25.860]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3998081543/b1026/_pkg_.a
2025-08-20T22:41:44.2099195Z [00:03:25.860]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:44.2100226Z [00:03:25.860]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3998081543/b1031/_pkg_.a
2025-08-20T22:41:44.2100911Z [00:03:25.860]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:44.2101340Z [00:03:25.860]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.2101762Z [00:03:25.860]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:44.2102171Z [00:03:25.860]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:44.2102646Z [00:03:25.860]➜  EOF
2025-08-20T22:41:44.2131693Z [00:03:25.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1020/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage;$WORK/b1020=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage -lang=go1.18 -complete -installsuffix shared -buildid aQS9qIIPlmI-_EzSrZg3/aQS9qIIPlmI-_EzSrZg3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1020/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage/items.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage/partitioned_storage.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/storage/storage.go
2025-08-20T22:41:44.3193354Z [00:03:25.971]➜  go tool buildid -w $WORK/b1040/_pkg_.a # internal
2025-08-20T22:41:44.3204188Z [00:03:25.972]➜  cp $WORK/b1040/_pkg_.a /root/.cache/go-build/8d/8d60a0c06526e727a1b82ceb04a8504ca5efd28eebf9cc2263d5790ffb31071e-d # internal
2025-08-20T22:41:44.3204967Z [00:03:25.973]➜  github.com/Azure/azure-sdk-for-go/sdk/data/aztables/internal
2025-08-20T22:41:44.3208506Z [00:03:25.973]➜  mkdir -p $WORK/b1044/
2025-08-20T22:41:44.3209813Z [00:03:25.973]➜  cat >/tmp/go-build3998081543/b1044/importcfg << 'EOF' # internal
2025-08-20T22:41:44.3210195Z [00:03:25.973]➜  # import config
2025-08-20T22:41:44.3210546Z [00:03:25.973]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.3211027Z [00:03:25.973]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:44.3211529Z [00:03:25.973]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:44.3211978Z [00:03:25.973]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:44.3212405Z [00:03:25.973]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.3212965Z [00:03:25.973]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:44.3213674Z [00:03:25.973]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:44.3214784Z [00:03:25.973]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:44.3215661Z [00:03:25.973]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3998081543/b995/_pkg_.a
2025-08-20T22:41:44.3216341Z [00:03:25.973]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:44.3216790Z [00:03:25.973]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:44.3217221Z [00:03:25.973]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:44.3217658Z [00:03:25.973]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:44.3218087Z [00:03:25.973]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:44.3218513Z [00:03:25.973]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.3218932Z [00:03:25.973]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:44.3219242Z [00:03:25.973]➜  EOF
2025-08-20T22:41:44.3226026Z [00:03:25.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal=>github.com/Azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal;$WORK/b1044=>" -p github.com/Azure/azure-sdk-for-go/sdk/data/aztables/internal -lang=go1.23 -complete -installsuffix shared -buildid CpH12ZfRO1LOxv_jHiUh/CpH12ZfRO1LOxv_jHiUh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1044/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/service_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/table_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/version.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/zz_constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/zz_models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/zz_models_serde.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/zz_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/zz_response_types.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/zz_service_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/zz_table_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/zz_time_rfc1123.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/internal/zz_time_rfc3339.go
2025-08-20T22:41:44.3813144Z [00:03:26.034]➜  go tool buildid -w $WORK/b1020/_pkg_.a # internal
2025-08-20T22:41:44.3852007Z [00:03:26.037]➜  cp $WORK/b1020/_pkg_.a /root/.cache/go-build/30/3041667ba4495f75ee5ac53fdea7332713be912af7a0a11206a69774dc4bc56b-d # internal
2025-08-20T22:41:44.3854316Z [00:03:26.038]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base
2025-08-20T22:41:44.3854782Z [00:03:26.038]➜  mkdir -p $WORK/b1016/
2025-08-20T22:41:44.3870922Z [00:03:26.039]➜  cat >/tmp/go-build3998081543/b1016/importcfg << 'EOF' # internal
2025-08-20T22:41:44.3871374Z [00:03:26.040]➜  # import config
2025-08-20T22:41:44.3871862Z [00:03:26.040]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.3872324Z [00:03:26.040]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.3873891Z [00:03:26.040]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3998081543/b1014/_pkg_.a
2025-08-20T22:41:44.3874813Z [00:03:26.040]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3998081543/b1017/_pkg_.a
2025-08-20T22:41:44.3875985Z [00:03:26.040]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build3998081543/b1020/_pkg_.a
2025-08-20T22:41:44.3877358Z [00:03:26.040]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3998081543/b1023/_pkg_.a
2025-08-20T22:41:44.3878423Z [00:03:26.040]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3998081543/b1026/_pkg_.a
2025-08-20T22:41:44.3879535Z [00:03:26.040]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:44.3880569Z [00:03:26.040]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3998081543/b1031/_pkg_.a
2025-08-20T22:41:44.3881255Z [00:03:26.040]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:44.3881683Z [00:03:26.040]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:44.3882114Z [00:03:26.040]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.3882539Z [00:03:26.040]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:44.3882973Z [00:03:26.040]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:44.3883409Z [00:03:26.040]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:44.3883717Z [00:03:26.040]➜  EOF
2025-08-20T22:41:44.3886653Z [00:03:26.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1016/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base;$WORK/b1016=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base -lang=go1.18 -complete -installsuffix shared -buildid OGwlvJmXdf6y9hlgrBn6/OGwlvJmXdf6y9hlgrBn6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1016/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/internal/base/base.go
2025-08-20T22:41:44.4912732Z [00:03:26.144]➜  go tool buildid -w $WORK/b1016/_pkg_.a # internal
2025-08-20T22:41:44.4931150Z [00:03:26.145]➜  cp $WORK/b1016/_pkg_.a /root/.cache/go-build/06/069d6a1d16d4532d27183bcc7cab3f9d6610eda857334978177ae11086a6af02-d # internal
2025-08-20T22:41:44.4932746Z [00:03:26.145]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential
2025-08-20T22:41:44.4938625Z [00:03:26.146]➜  mkdir -p $WORK/b1015/
2025-08-20T22:41:44.4949286Z [00:03:26.147]➜  cat >/tmp/go-build3998081543/b1015/importcfg << 'EOF' # internal
2025-08-20T22:41:44.4949697Z [00:03:26.147]➜  # import config
2025-08-20T22:41:44.4950054Z [00:03:26.147]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.4950492Z [00:03:26.147]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:44.4950935Z [00:03:26.147]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:44.4951706Z [00:03:26.147]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:44.4952181Z [00:03:26.147]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:44.4952656Z [00:03:26.147]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:44.4953110Z [00:03:26.147]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:44.4953524Z [00:03:26.147]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.4954206Z [00:03:26.147]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3998081543/b1014/_pkg_.a
2025-08-20T22:41:44.4955142Z [00:03:26.147]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3998081543/b1016/_pkg_.a
2025-08-20T22:41:44.4970551Z [00:03:26.147]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3998081543/b1024/_pkg_.a
2025-08-20T22:41:44.4971827Z [00:03:26.147]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3998081543/b1023/_pkg_.a
2025-08-20T22:41:44.4972830Z [00:03:26.147]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3998081543/b1025/_pkg_.a
2025-08-20T22:41:44.4973919Z [00:03:26.147]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3998081543/b1026/_pkg_.a
2025-08-20T22:41:44.4975026Z [00:03:26.147]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:44.4976264Z [00:03:26.147]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build3998081543/b1035/_pkg_.a
2025-08-20T22:41:44.4977253Z [00:03:26.147]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3998081543/b1031/_pkg_.a
2025-08-20T22:41:44.4977935Z [00:03:26.147]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:44.4978365Z [00:03:26.147]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.4978689Z [00:03:26.147]➜  EOF
2025-08-20T22:41:44.4981547Z [00:03:26.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/confidential=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/confidential;$WORK/b1015=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential -lang=go1.18 -complete -installsuffix shared -buildid 256u_4-mqc-rEFwYzFyD/256u_4-mqc-rEFwYzFyD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1015/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/confidential/confidential.go
2025-08-20T22:41:44.5677350Z [00:03:26.220]➜  go tool buildid -w $WORK/b1044/_pkg_.a # internal
2025-08-20T22:41:44.5735184Z [00:03:26.226]➜  cp $WORK/b1044/_pkg_.a /root/.cache/go-build/0a/0a2148de544a02f8a6feacabc420a82958b7ea84319c978bdadf29fd28ef4aca-d # internal
2025-08-20T22:41:44.5738305Z [00:03:26.226]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity
2025-08-20T22:41:44.5740408Z [00:03:26.226]➜  mkdir -p $WORK/b1036/
2025-08-20T22:41:44.5741933Z [00:03:26.226]➜  cat >/tmp/go-build3998081543/b1036/importcfg << 'EOF' # internal
2025-08-20T22:41:44.5743987Z [00:03:26.226]➜  # import config
2025-08-20T22:41:44.5744398Z [00:03:26.226]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.5744874Z [00:03:26.227]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:44.5745324Z [00:03:26.227]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.5746220Z [00:03:26.227]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3998081543/b1017/_pkg_.a
2025-08-20T22:41:44.5747520Z [00:03:26.227]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3998081543/b1016/_pkg_.a
2025-08-20T22:41:44.5748538Z [00:03:26.227]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build3998081543/b1020/_pkg_.a
2025-08-20T22:41:44.5749564Z [00:03:26.227]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3998081543/b1025/_pkg_.a
2025-08-20T22:41:44.5767300Z [00:03:26.227]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3998081543/b1026/_pkg_.a
2025-08-20T22:41:44.5768682Z [00:03:26.227]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:44.5770905Z [00:03:26.227]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3998081543/b1031/_pkg_.a
2025-08-20T22:41:44.5771591Z [00:03:26.227]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:44.5772030Z [00:03:26.227]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:44.5772571Z [00:03:26.227]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:44.5773040Z [00:03:26.227]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:44.5773482Z [00:03:26.227]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:44.5773931Z [00:03:26.227]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:44.5774356Z [00:03:26.227]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.5774798Z [00:03:26.227]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:44.5775243Z [00:03:26.227]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:44.5777535Z [00:03:26.227]➜  EOF
2025-08-20T22:41:44.5781940Z [00:03:26.227]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity;$WORK/b1036=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity -lang=go1.18 -complete -installsuffix shared -buildid ys3kbhOyeDYZ-gIyuPE3/ys3kbhOyeDYZ-gIyuPE3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1036/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity/azure_ml.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity/cloud_shell.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity/managedidentity.go /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/managedidentity/servicefabric.go
2025-08-20T22:41:44.6098391Z [00:03:26.262]➜  go tool buildid -w $WORK/b1015/_pkg_.a # internal
2025-08-20T22:41:44.6129835Z [00:03:26.265]➜  cp $WORK/b1015/_pkg_.a /root/.cache/go-build/07/07af81c3a01f6870a4521f855e5e6855d21b936226093624ed1c98a609abfaf8-d # internal
2025-08-20T22:41:44.6137672Z [00:03:26.266]➜  github.com/AzureAD/microsoft-authentication-library-for-go/apps/public
2025-08-20T22:41:44.6138617Z [00:03:26.266]➜  mkdir -p $WORK/b1037/
2025-08-20T22:41:44.6148887Z [00:03:26.267]➜  cat >/tmp/go-build3998081543/b1037/importcfg << 'EOF' # internal
2025-08-20T22:41:44.6150732Z [00:03:26.267]➜  # import config
2025-08-20T22:41:44.6152165Z [00:03:26.267]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.6152913Z [00:03:26.267]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:44.6154250Z [00:03:26.267]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:44.6155536Z [00:03:26.267]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:44.6156102Z [00:03:26.267]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:44.6156549Z [00:03:26.267]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.6157244Z [00:03:26.267]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3998081543/b1014/_pkg_.a
2025-08-20T22:41:44.6158189Z [00:03:26.267]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3998081543/b1016/_pkg_.a
2025-08-20T22:41:44.6159152Z [00:03:26.267]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build3998081543/b1038/_pkg_.a
2025-08-20T22:41:44.6160119Z [00:03:26.267]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3998081543/b1023/_pkg_.a
2025-08-20T22:41:44.6161480Z [00:03:26.267]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3998081543/b1025/_pkg_.a
2025-08-20T22:41:44.6162551Z [00:03:26.267]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3998081543/b1026/_pkg_.a
2025-08-20T22:41:44.6163661Z [00:03:26.268]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:41:44.6164699Z [00:03:26.268]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build3998081543/b1035/_pkg_.a
2025-08-20T22:41:44.6165813Z [00:03:26.268]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3998081543/b1031/_pkg_.a
2025-08-20T22:41:44.6166629Z [00:03:26.268]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:44.6167159Z [00:03:26.268]➜  packagefile github.com/pkg/browser=/tmp/go-build3998081543/b1039/_pkg_.a
2025-08-20T22:41:44.6167639Z [00:03:26.268]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:44.6168219Z [00:03:26.268]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:44.6168719Z [00:03:26.268]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:44.6169040Z [00:03:26.268]➜  EOF
2025-08-20T22:41:44.6171638Z [00:03:26.268]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/public=>github.com/AzureAD/microsoft-authentication-library-for-go@v1.4.2/apps/public;$WORK/b1037=>" -p github.com/AzureAD/microsoft-authentication-library-for-go/apps/public -lang=go1.18 -complete -installsuffix shared -buildid fqOe1QPmXI40zdiskoKx/fqOe1QPmXI40zdiskoKx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1037/importcfg -pack /root/go/pkg/mod/github.com/!azure!a!d/microsoft-authentication-library-for-go@v1.4.2/apps/public/public.go
2025-08-20T22:41:44.6761948Z [00:03:26.328]➜  go tool buildid -w $WORK/b1036/_pkg_.a # internal
2025-08-20T22:41:44.6792807Z [00:03:26.332]➜  cp $WORK/b1036/_pkg_.a /root/.cache/go-build/0f/0f7ee7de67e3cefeb0c0da2248a51414db3cb4e73b01da4f34b5d095a9fa00e8-d # internal
2025-08-20T22:41:44.6800662Z [00:03:26.332]➜  github.com/Azure/azure-sdk-for-go/sdk/data/aztables
2025-08-20T22:41:44.6801070Z [00:03:26.332]➜  mkdir -p $WORK/b1042/
2025-08-20T22:41:44.6835972Z [00:03:26.336]➜  cat >/tmp/go-build3998081543/b1042/importcfg << 'EOF' # internal
2025-08-20T22:41:44.6836418Z [00:03:26.336]➜  # import config
2025-08-20T22:41:44.6836766Z [00:03:26.336]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:44.6837189Z [00:03:26.336]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:44.6838014Z [00:03:26.336]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.6838464Z [00:03:26.336]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:44.6838927Z [00:03:26.336]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:44.6839411Z [00:03:26.336]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:44.6839887Z [00:03:26.336]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:44.6840366Z [00:03:26.336]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:44.6840785Z [00:03:26.336]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.6841338Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:44.6842033Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3998081543/b994/_pkg_.a
2025-08-20T22:41:44.6842954Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3998081543/b989/_pkg_.a
2025-08-20T22:41:44.6843674Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:44.6844411Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:44.6845164Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3998081543/b1004/_pkg_.a
2025-08-20T22:41:44.6846151Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3998081543/b1043/_pkg_.a
2025-08-20T22:41:44.6846919Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/data/aztables/internal=/tmp/go-build3998081543/b1044/_pkg_.a
2025-08-20T22:41:44.6847674Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3998081543/b990/_pkg_.a
2025-08-20T22:41:44.6848410Z [00:03:26.336]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3998081543/b1008/_pkg_.a
2025-08-20T22:41:44.6848961Z [00:03:26.336]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:44.6849629Z [00:03:26.336]➜  packagefile mime/multipart=/tmp/go-build3998081543/b201/_pkg_.a
2025-08-20T22:41:44.6850139Z [00:03:26.336]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:44.6850665Z [00:03:26.336]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:44.6851182Z [00:03:26.336]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:44.6851630Z [00:03:26.336]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:44.6852056Z [00:03:26.336]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:44.6852472Z [00:03:26.336]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:44.6852902Z [00:03:26.336]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:44.6853328Z [00:03:26.336]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.6853768Z [00:03:26.336]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:44.6854206Z [00:03:26.336]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:44.6854512Z [00:03:26.336]➜  EOF
2025-08-20T22:41:44.6862893Z [00:03:26.336]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0=>github.com/Azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0;$WORK/b1042=>" -p github.com/Azure/azure-sdk-for-go/sdk/data/aztables -lang=go1.23 -complete -installsuffix shared -buildid dA0AaCqAe8bm_zvjm_o7/dA0AaCqAe8bm_zvjm_o7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1042/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/build.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/cloud_config.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/connection_string.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/cosmos_patch_transform_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/entity.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/error_codes.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/errors.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/responses.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/sas_account.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/sas_query_params.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/sas_service.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/service_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/shared_policy_shared_key_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/data/aztables@v1.4.0/transactional_batch.go
2025-08-20T22:41:44.7417075Z [00:03:26.392]➜  go tool buildid -w $WORK/b1037/_pkg_.a # internal
2025-08-20T22:41:44.7509001Z [00:03:26.403]➜  cp $WORK/b1037/_pkg_.a /root/.cache/go-build/87/871225a394fc159d8bac5c9f17b97a30498656f4fefc7750b4b0ff8241529b4b-d # internal
2025-08-20T22:41:44.7668971Z [00:03:26.419]➜  github.com/Azure/azure-sdk-for-go/sdk/azidentity
2025-08-20T22:41:44.7669491Z [00:03:26.419]➜  mkdir -p $WORK/b1009/
2025-08-20T22:41:44.7674847Z [00:03:26.419]➜  cat >/tmp/go-build3998081543/b1009/importcfg << 'EOF' # internal
2025-08-20T22:41:44.7675248Z [00:03:26.419]➜  # import config
2025-08-20T22:41:44.7676024Z [00:03:26.419]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:44.7676533Z [00:03:26.419]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:44.7676963Z [00:03:26.419]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:44.7677536Z [00:03:26.419]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:44.7678073Z [00:03:26.419]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:44.7678547Z [00:03:26.419]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:44.7678986Z [00:03:26.419]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:44.7679416Z [00:03:26.419]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:44.7679968Z [00:03:26.419]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:44.7680701Z [00:03:26.419]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build3998081543/b1010/_pkg_.a
2025-08-20T22:41:44.7681447Z [00:03:26.420]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3998081543/b994/_pkg_.a
2025-08-20T22:41:44.7682174Z [00:03:26.420]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:44.7682906Z [00:03:26.420]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:44.7683659Z [00:03:26.420]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3998081543/b1004/_pkg_.a
2025-08-20T22:41:44.7684458Z [00:03:26.420]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build3998081543/b1013/_pkg_.a
2025-08-20T22:41:44.7685706Z [00:03:26.420]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3998081543/b1006/_pkg_.a
2025-08-20T22:41:44.7686516Z [00:03:26.420]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3998081543/b990/_pkg_.a
2025-08-20T22:41:44.7687365Z [00:03:26.420]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build3998081543/b1015/_pkg_.a
2025-08-20T22:41:44.7688307Z [00:03:26.420]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3998081543/b1017/_pkg_.a
2025-08-20T22:41:44.7689905Z [00:03:26.420]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build3998081543/b1036/_pkg_.a
2025-08-20T22:41:44.7690933Z [00:03:26.420]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build3998081543/b1037/_pkg_.a
2025-08-20T22:41:44.7691678Z [00:03:26.420]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build3998081543/b1040/_pkg_.a
2025-08-20T22:41:44.7692160Z [00:03:26.420]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:44.7692588Z [00:03:26.420]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:44.7693021Z [00:03:26.420]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:44.7693431Z [00:03:26.420]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:44.7693852Z [00:03:26.420]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:44.7694277Z [00:03:26.420]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:44.7694763Z [00:03:26.420]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:44.7695183Z [00:03:26.420]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:44.7695761Z [00:03:26.420]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:44.7696082Z [00:03:26.420]➜  EOF
2025-08-20T22:41:44.7706876Z [00:03:26.420]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1=>github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.10.1;$WORK/b1009=>" -p github.com/Azure/azure-sdk-for-go/sdk/azidentity -lang=go1.23 -complete -installsuffix shared -buildid 1eyb2-NkD7qlQhjmKhAg/1eyb2-NkD7qlQhjmKhAg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1009/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/authentication_record.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/azidentity.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/azure_cli_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/azure_developer_cli_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/azure_pipelines_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/chained_token_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/client_assertion_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/client_certificate_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/client_secret_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/confidential_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/default_azure_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/developer_credential_util.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/device_code_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/environment_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/errors.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/interactive_browser_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/logging.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/managed_identity_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/managed_identity_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/on_behalf_of_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/public_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/username_password_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/version.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/azidentity@v1.10.1/workload_identity.go
2025-08-20T22:41:44.9415481Z [00:03:26.594]➜  go tool buildid -w $WORK/b1042/_pkg_.a # internal
2025-08-20T22:41:44.9487172Z [00:03:26.601]➜  cp $WORK/b1042/_pkg_.a /root/.cache/go-build/95/95bed314235b5dd6e3c6b7378f0385f04e6658f9e5a341ab0c648fc590b8a5cd-d # internal
2025-08-20T22:41:44.9492333Z [00:03:26.601]➜  github.com/go-faster/city
2025-08-20T22:41:44.9502906Z [00:03:26.602]➜  mkdir -p $WORK/b1047/
2025-08-20T22:41:44.9509370Z [00:03:26.603]➜  cat >/tmp/go-build3998081543/b1047/importcfg << 'EOF' # internal
2025-08-20T22:41:44.9515958Z [00:03:26.603]➜  # import config
2025-08-20T22:41:44.9516408Z [00:03:26.603]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:44.9516763Z [00:03:26.603]➜  EOF
2025-08-20T22:41:44.9519727Z [00:03:26.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-faster/city@v1.0.1=>github.com/go-faster/city@v1.0.1;$WORK/b1047=>" -p github.com/go-faster/city -lang=go1.17 -complete -installsuffix shared -buildid 7R4yZIaHfxSajhyb10qI/7R4yZIaHfxSajhyb10qI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1047/importcfg -pack /root/go/pkg/mod/github.com/go-faster/city@v1.0.1/128.go /root/go/pkg/mod/github.com/go-faster/city@v1.0.1/32.go /root/go/pkg/mod/github.com/go-faster/city@v1.0.1/64.go /root/go/pkg/mod/github.com/go-faster/city@v1.0.1/ch_128.go /root/go/pkg/mod/github.com/go-faster/city@v1.0.1/ch_64.go /root/go/pkg/mod/github.com/go-faster/city@v1.0.1/doc.go
2025-08-20T22:41:45.0734557Z [00:03:26.725]➜  go tool buildid -w $WORK/b1047/_pkg_.a # internal
2025-08-20T22:41:45.0745317Z [00:03:26.727]➜  cp $WORK/b1047/_pkg_.a /root/.cache/go-build/1a/1aa077f51cc9cf988c2600600a126c052ab80633435e43863ee3dfbf52e87783-d # internal
2025-08-20T22:41:45.0751324Z [00:03:26.727]➜  github.com/go-faster/errors
2025-08-20T22:41:45.0753039Z [00:03:26.728]➜  mkdir -p $WORK/b1048/
2025-08-20T22:41:45.0759642Z [00:03:26.728]➜  cat >/tmp/go-build3998081543/b1048/importcfg << 'EOF' # internal
2025-08-20T22:41:45.0760580Z [00:03:26.728]➜  # import config
2025-08-20T22:41:45.0761062Z [00:03:26.728]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:45.0761522Z [00:03:26.728]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:45.0761946Z [00:03:26.728]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:45.0762514Z [00:03:26.728]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:45.0762933Z [00:03:26.728]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:45.0763373Z [00:03:26.728]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:45.0763803Z [00:03:26.728]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:45.0764231Z [00:03:26.728]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:45.0764676Z [00:03:26.728]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:45.0765008Z [00:03:26.728]➜  EOF
2025-08-20T22:41:45.0773984Z [00:03:26.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-faster/errors@v0.7.1=>github.com/go-faster/errors@v0.7.1;$WORK/b1048=>" -p github.com/go-faster/errors -lang=go1.20 -complete -installsuffix shared -buildid WmiX1fLgMBcItab_zBmv/WmiX1fLgMBcItab_zBmv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1048/importcfg -pack /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/adaptor.go /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/doc.go /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/errors.go /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/format.go /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/frame.go /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/into.go /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/join_go120.go /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/must.go /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/trace.go /root/go/pkg/mod/github.com/go-faster/errors@v0.7.1/wrap.go
2025-08-20T22:41:45.1319102Z [00:03:26.784]➜  go tool buildid -w $WORK/b1048/_pkg_.a # internal
2025-08-20T22:41:45.1337985Z [00:03:26.786]➜  cp $WORK/b1048/_pkg_.a /root/.cache/go-build/ad/ad6034d298c418e5eb45fbc48e832559ee2aa1515eb2c4c996bbe4ce50a5aa63-d # internal
2025-08-20T22:41:45.1347620Z [00:03:26.787]➜  github.com/ClickHouse/ch-go/compress
2025-08-20T22:41:45.1357235Z [00:03:26.788]➜  mkdir -p $WORK/b1046/
2025-08-20T22:41:45.1367574Z [00:03:26.789]➜  cat >/tmp/go-build3998081543/b1046/importcfg << 'EOF' # internal
2025-08-20T22:41:45.1369959Z [00:03:26.789]➜  # import config
2025-08-20T22:41:45.1371449Z [00:03:26.789]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:45.1371916Z [00:03:26.789]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:45.1372405Z [00:03:26.789]➜  packagefile github.com/go-faster/city=/tmp/go-build3998081543/b1047/_pkg_.a
2025-08-20T22:41:45.1372971Z [00:03:26.789]➜  packagefile github.com/go-faster/errors=/tmp/go-build3998081543/b1048/_pkg_.a
2025-08-20T22:41:45.1373591Z [00:03:26.789]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:41:45.1374177Z [00:03:26.789]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3998081543/b405/_pkg_.a
2025-08-20T22:41:45.1374647Z [00:03:26.789]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:45.1375281Z [00:03:26.789]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:45.1376014Z [00:03:26.789]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:45.1376342Z [00:03:26.789]➜  EOF
2025-08-20T22:41:45.1383018Z [00:03:26.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/compress=>github.com/ClickHouse/ch-go@v0.65.1/compress;$WORK/b1046=>" -p github.com/ClickHouse/ch-go/compress -lang=go1.22 -complete -installsuffix shared -buildid xmaJyivXB1pJP_4q2KAi/xmaJyivXB1pJP_4q2KAi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1046/importcfg -pack /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/compress/compress.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/compress/method_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/compress/reader.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/compress/writer.go
2025-08-20T22:41:45.1795663Z [00:03:26.832]➜  go tool buildid -w $WORK/b1046/_pkg_.a # internal
2025-08-20T22:41:45.1815146Z [00:03:26.834]➜  cp $WORK/b1046/_pkg_.a /root/.cache/go-build/78/788f813267046b2422355d674229ae63b8f933edeec8c28fbb9563440f4784a9-d # internal
2025-08-20T22:41:45.1823633Z [00:03:26.835]➜  github.com/segmentio/asm/cpu/arm
2025-08-20T22:41:45.1831699Z [00:03:26.836]➜  mkdir -p $WORK/b1052/
2025-08-20T22:41:45.1842281Z [00:03:26.837]➜  cat >/tmp/go-build3998081543/b1052/importcfg << 'EOF' # internal
2025-08-20T22:41:45.1843041Z [00:03:26.837]➜  # import config
2025-08-20T22:41:45.1844702Z [00:03:26.837]➜  packagefile github.com/segmentio/asm/cpu/cpuid=/tmp/go-build3998081543/b1053/_pkg_.a
2025-08-20T22:41:45.1849782Z [00:03:26.837]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:41:45.1850166Z [00:03:26.837]➜  EOF
2025-08-20T22:41:45.1857706Z [00:03:26.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu/arm=>github.com/segmentio/asm@v1.2.0/cpu/arm;$WORK/b1052=>" -p github.com/segmentio/asm/cpu/arm -lang=go1.18 -complete -installsuffix shared -buildid 7fuxn9UQp5L9xIYjK_eC/7fuxn9UQp5L9xIYjK_eC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1052/importcfg -pack /root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu/arm/arm.go
2025-08-20T22:41:45.2123274Z [00:03:26.864]➜  go tool buildid -w $WORK/b1052/_pkg_.a # internal
2025-08-20T22:41:45.2130620Z [00:03:26.865]➜  cp $WORK/b1052/_pkg_.a /root/.cache/go-build/0d/0debe587c13bd9b288e6925e44ec76f728e84ecee04fa86d14e5806f9629eefc-d # internal
2025-08-20T22:41:45.2134938Z [00:03:26.866]➜  github.com/segmentio/asm/cpu/arm64
2025-08-20T22:41:45.2135832Z [00:03:26.866]➜  mkdir -p $WORK/b1054/
2025-08-20T22:41:45.2142249Z [00:03:26.867]➜  cat >/tmp/go-build3998081543/b1054/importcfg << 'EOF' # internal
2025-08-20T22:41:45.2143168Z [00:03:26.867]➜  # import config
2025-08-20T22:41:45.2144205Z [00:03:26.867]➜  packagefile github.com/segmentio/asm/cpu/cpuid=/tmp/go-build3998081543/b1053/_pkg_.a
2025-08-20T22:41:45.2146016Z [00:03:26.867]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:41:45.2146388Z [00:03:26.867]➜  EOF
2025-08-20T22:41:45.2149048Z [00:03:26.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu/arm64=>github.com/segmentio/asm@v1.2.0/cpu/arm64;$WORK/b1054=>" -p github.com/segmentio/asm/cpu/arm64 -lang=go1.18 -complete -installsuffix shared -buildid 0uWoPSUx_jqGL6VkQCVp/0uWoPSUx_jqGL6VkQCVp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1054/importcfg -pack /root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu/arm64/arm64.go
2025-08-20T22:41:45.2433499Z [00:03:26.896]➜  go tool buildid -w $WORK/b1054/_pkg_.a # internal
2025-08-20T22:41:45.2461513Z [00:03:26.898]➜  cp $WORK/b1054/_pkg_.a /root/.cache/go-build/11/111ff6dbcd7d8597b1ea82d4b70ae40e764e6399288585d7903175e3066027a9-d # internal
2025-08-20T22:41:45.2466279Z [00:03:26.899]➜  github.com/segmentio/asm/cpu/x86
2025-08-20T22:41:45.2467112Z [00:03:26.899]➜  mkdir -p $WORK/b1055/
2025-08-20T22:41:45.2473468Z [00:03:26.900]➜  cat >/tmp/go-build3998081543/b1055/importcfg << 'EOF' # internal
2025-08-20T22:41:45.2475532Z [00:03:26.900]➜  # import config
2025-08-20T22:41:45.2476323Z [00:03:26.900]➜  packagefile github.com/segmentio/asm/cpu/cpuid=/tmp/go-build3998081543/b1053/_pkg_.a
2025-08-20T22:41:45.2477597Z [00:03:26.900]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:41:45.2478430Z [00:03:26.900]➜  EOF
2025-08-20T22:41:45.2480516Z [00:03:26.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu/x86=>github.com/segmentio/asm@v1.2.0/cpu/x86;$WORK/b1055=>" -p github.com/segmentio/asm/cpu/x86 -lang=go1.18 -complete -installsuffix shared -buildid FI6iSTYCz-ZS4x1X2Hjr/FI6iSTYCz-ZS4x1X2Hjr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1055/importcfg -pack /root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu/x86/x86.go
2025-08-20T22:41:45.2871445Z [00:03:26.939]➜  go tool buildid -w $WORK/b1009/_pkg_.a # internal
2025-08-20T22:41:45.2909466Z [00:03:26.943]➜  cp $WORK/b1009/_pkg_.a /root/.cache/go-build/1a/1afa237919f57b08a29cedca660fdd7721cc443b5040fea199249463b5a6a099-d # internal
2025-08-20T22:41:45.2911084Z [00:03:26.943]➜  github.com/ClickHouse/clickhouse-go/v2/contributors
2025-08-20T22:41:45.2911679Z [00:03:26.943]➜  mkdir -p $WORK/b1056/
2025-08-20T22:41:45.2913219Z [00:03:26.943]➜  cat >/tmp/go-build3998081543/b1056/importcfg << 'EOF' # internal
2025-08-20T22:41:45.2913993Z [00:03:26.943]➜  # import config
2025-08-20T22:41:45.2914340Z [00:03:26.943]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:41:45.2914768Z [00:03:26.943]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:45.2915086Z [00:03:26.943]➜  EOF
2025-08-20T22:41:45.2915597Z [00:03:26.943]➜  cat >/tmp/go-build3998081543/b1056/embedcfg << 'EOF' # internal
2025-08-20T22:41:45.2915978Z [00:03:26.943]➜  {
2025-08-20T22:41:45.2916203Z [00:03:26.943]➜  	"Patterns": {
2025-08-20T22:41:45.2916438Z [00:03:26.944]➜  		"list": [
2025-08-20T22:41:45.2916671Z [00:03:26.944]➜  			"list"
2025-08-20T22:41:45.2916881Z [00:03:26.944]➜  		]
2025-08-20T22:41:45.2917079Z [00:03:26.944]➜  	},
2025-08-20T22:41:45.2917285Z [00:03:26.944]➜  	"Files": {
2025-08-20T22:41:45.2917730Z [00:03:26.944]➜  		"list": "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/contributors/list"
2025-08-20T22:41:45.2918145Z [00:03:26.944]➜  	}
2025-08-20T22:41:45.2918343Z [00:03:26.944]➜  }EOF
2025-08-20T22:41:45.2920656Z [00:03:26.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/contributors=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0/contributors;$WORK/b1056=>" -p github.com/ClickHouse/clickhouse-go/v2/contributors -lang=go1.22 -complete -installsuffix shared -buildid 5tCwX0jS8bKkmQSJY8bX/5tCwX0jS8bKkmQSJY8bX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1056/importcfg -embedcfg $WORK/b1056/embedcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/contributors/contributors.go
2025-08-20T22:41:45.2939410Z [00:03:26.946]➜  go tool buildid -w $WORK/b1055/_pkg_.a # internal
2025-08-20T22:41:45.2941388Z [00:03:26.946]➜  cp $WORK/b1055/_pkg_.a /root/.cache/go-build/2d/2dc1c06c0e045f8796bc97c94a5b6b92a31ae83b8e624baf3cbe76e64c067288-d # internal
2025-08-20T22:41:45.2942630Z [00:03:26.947]➜  github.com/segmentio/asm/cpu
2025-08-20T22:41:45.2943270Z [00:03:26.947]➜  mkdir -p $WORK/b1051/
2025-08-20T22:41:45.2943833Z [00:03:26.947]➜  cat >/tmp/go-build3998081543/b1051/importcfg << 'EOF' # internal
2025-08-20T22:41:45.2944313Z [00:03:26.947]➜  # import config
2025-08-20T22:41:45.2944879Z [00:03:26.947]➜  packagefile github.com/segmentio/asm/cpu/arm=/tmp/go-build3998081543/b1052/_pkg_.a
2025-08-20T22:41:45.2946041Z [00:03:26.947]➜  packagefile github.com/segmentio/asm/cpu/arm64=/tmp/go-build3998081543/b1054/_pkg_.a
2025-08-20T22:41:45.2946875Z [00:03:26.947]➜  packagefile github.com/segmentio/asm/cpu/x86=/tmp/go-build3998081543/b1055/_pkg_.a
2025-08-20T22:41:45.2947567Z [00:03:26.947]➜  EOF
2025-08-20T22:41:45.2949486Z [00:03:26.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu=>github.com/segmentio/asm@v1.2.0/cpu;$WORK/b1051=>" -p github.com/segmentio/asm/cpu -lang=go1.18 -complete -installsuffix shared -buildid ASdmMHA_E705M6HcniA3/ASdmMHA_E705M6HcniA3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1051/importcfg -pack /root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/cpu/cpu.go
2025-08-20T22:41:45.2997944Z [00:03:26.952]➜  go tool buildid -w $WORK/b1056/_pkg_.a # internal
2025-08-20T22:41:45.3003197Z [00:03:26.953]➜  cp $WORK/b1056/_pkg_.a /root/.cache/go-build/af/afbb67df19b4a522d4f25e3122e5a74e18ecd7b36b4b638266f5e24d7aea75fb-d # internal
2025-08-20T22:41:45.3007677Z [00:03:26.953]➜  github.com/ClickHouse/clickhouse-go/v2/lib/chcol
2025-08-20T22:41:45.3008027Z [00:03:26.953]➜  mkdir -p $WORK/b1060/
2025-08-20T22:41:45.3013588Z [00:03:26.953]➜  cat >/tmp/go-build3998081543/b1060/importcfg << 'EOF' # internal
2025-08-20T22:41:45.3014035Z [00:03:26.953]➜  # import config
2025-08-20T22:41:45.3014428Z [00:03:26.953]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:45.3014928Z [00:03:26.953]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:45.3018722Z [00:03:26.953]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:45.3019499Z [00:03:26.953]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:45.3019935Z [00:03:26.953]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:45.3020255Z [00:03:26.953]➜  EOF
2025-08-20T22:41:45.3022986Z [00:03:26.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/chcol=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0/lib/chcol;$WORK/b1060=>" -p github.com/ClickHouse/clickhouse-go/v2/lib/chcol -lang=go1.22 -complete -installsuffix shared -buildid rJ3xdkyPRDWWSj6Za_NY/rJ3xdkyPRDWWSj6Za_NY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1060/importcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/chcol/dynamic.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/chcol/json.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/chcol/variant.go
2025-08-20T22:41:45.3036041Z [00:03:26.956]➜  go tool buildid -w $WORK/b1051/_pkg_.a # internal
2025-08-20T22:41:45.3042262Z [00:03:26.957]➜  cp $WORK/b1051/_pkg_.a /root/.cache/go-build/cf/cf27eeba8c2f82b1712556f740ff96ed361a1c50a82f822067669bbc4685e143-d # internal
2025-08-20T22:41:45.3046792Z [00:03:26.957]➜  github.com/segmentio/asm/bswap
2025-08-20T22:41:45.3047145Z [00:03:26.957]➜  mkdir -p $WORK/b1050/
2025-08-20T22:41:45.3054613Z [00:03:26.958]➜  cat >/tmp/go-build3998081543/b1050/importcfg << 'EOF' # internal
2025-08-20T22:41:45.3055582Z [00:03:26.958]➜  # import config
2025-08-20T22:41:45.3056694Z [00:03:26.958]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:45.3059557Z [00:03:26.958]➜  packagefile github.com/segmentio/asm/cpu=/tmp/go-build3998081543/b1051/_pkg_.a
2025-08-20T22:41:45.3060642Z [00:03:26.958]➜  EOF
2025-08-20T22:41:45.3063232Z [00:03:26.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/bswap=>github.com/segmentio/asm@v1.2.0/bswap;$WORK/b1050=>" -p github.com/segmentio/asm/bswap -lang=go1.18 -complete -installsuffix shared -buildid cDWK_u0hA2YY1PMPGcc0/cDWK_u0hA2YY1PMPGcc0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1050/importcfg -pack /root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/bswap/swap64.go /root/go/pkg/mod/github.com/segmentio/asm@v1.2.0/bswap/swap64_default.go
2025-08-20T22:41:45.3422184Z [00:03:26.994]➜  go tool buildid -w $WORK/b1050/_pkg_.a # internal
2025-08-20T22:41:45.3427412Z [00:03:26.995]➜  cp $WORK/b1050/_pkg_.a /root/.cache/go-build/85/85a8224edcd7e61c88ff62c7f3bef1f8553928ac11ca755ed47e061155defc7e-d # internal
2025-08-20T22:41:45.3647024Z [00:03:27.017]➜  github.com/ClickHouse/ch-go/proto
2025-08-20T22:41:45.3648108Z [00:03:27.017]➜  mkdir -p $WORK/b1049/
2025-08-20T22:41:45.3648622Z [00:03:27.017]➜  cat >/tmp/go-build3998081543/b1049/importcfg << 'EOF' # internal
2025-08-20T22:41:45.3649692Z [00:03:27.017]➜  # import config
2025-08-20T22:41:45.3650248Z [00:03:27.017]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:45.3650763Z [00:03:27.017]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:45.3652182Z [00:03:27.017]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:45.3652682Z [00:03:27.017]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:45.3653126Z [00:03:27.017]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:45.3653669Z [00:03:27.017]➜  packagefile github.com/ClickHouse/ch-go/compress=/tmp/go-build3998081543/b1046/_pkg_.a
2025-08-20T22:41:45.3654267Z [00:03:27.017]➜  packagefile github.com/go-faster/errors=/tmp/go-build3998081543/b1048/_pkg_.a
2025-08-20T22:41:45.3654814Z [00:03:27.017]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:45.3655550Z [00:03:27.017]➜  packagefile github.com/segmentio/asm/bswap=/tmp/go-build3998081543/b1050/_pkg_.a
2025-08-20T22:41:45.3656539Z [00:03:27.017]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:45.3657028Z [00:03:27.017]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:45.3657439Z [00:03:27.017]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:45.3657862Z [00:03:27.017]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:45.3658271Z [00:03:27.017]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:45.3658700Z [00:03:27.017]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:41:45.3659136Z [00:03:27.017]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:45.3659564Z [00:03:27.017]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:45.3659991Z [00:03:27.017]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:45.3660407Z [00:03:27.017]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:45.3660724Z [00:03:27.017]➜  EOF
2025-08-20T22:41:45.3713688Z [00:03:27.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto=>github.com/ClickHouse/ch-go@v0.65.1/proto;$WORK/b1049=>" -p github.com/ClickHouse/ch-go/proto -lang=go1.22 -complete -installsuffix shared -buildid dI6ZPecdIu79d-wBvyk3/dI6ZPecdIu79d-wBvyk3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1049/importcfg -pack /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/block.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/bool.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/buffer.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/client_code.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/client_code_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/client_data.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/client_hello.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/client_info.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/client_info_interface_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/client_info_query_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_arr.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_arr_go123.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_auto.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_auto_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_bool.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_bool_unsafe.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_date.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_date32.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_date32_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_date32_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_date_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_date_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_datetime.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_datetime64.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_datetime64_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_datetime_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_decimal128_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_decimal128_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_decimal256_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_decimal256_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_decimal32_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_decimal32_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_decimal64_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_decimal64_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_enum16_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_enum16_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_enum8_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_enum8_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixed_str.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr128_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr128_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr16_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr16_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr256_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr256_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr32_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr32_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr512_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr512_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr64_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr64_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr8_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_fixedstr8_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_float32_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_float32_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_float64_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_float64_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int128_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int128_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int16_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int16_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int256_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int256_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int32_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int32_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int64_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int64_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int8_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_int8_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_interval.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_ipv4_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_ipv4_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_ipv6_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_ipv6_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_json_str.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_low_cardinality.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_low_cardinality_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_low_cardinality_raw.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_map.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_map_go123.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_nothing.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_nullable.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_point.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_raw.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_raw_of.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_str.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_tuple.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint128_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint128_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint16_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint16_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint256_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint256_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint32_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint32_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint64_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint64_unsafe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint8_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uint8_safe_gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uuid.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/col_uuid_unsafe.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/column.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/compression.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/compression_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/date.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/date32.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/datetime.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/datetime64.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/decimal.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/enum16.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/enum8.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/error.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/error_codes.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/error_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/exception.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/feature.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/feature_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/gen.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/int128.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/int256.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/interval_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/ipv4.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/ipv6.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/profile.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/profile_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/profile_events.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/progress.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/proto.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/query.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/reader.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/reset.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/results.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/server_code.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/server_code_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/server_hello.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/server_log.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/slice_unsafe.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/stage.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/stage_enum.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/table_columns.go /root/go/pkg/mod/github.com/!click!house/ch-go@v0.65.1/proto/writer.go
2025-08-20T22:41:45.3862748Z [00:03:27.038]➜  go tool buildid -w $WORK/b1060/_pkg_.a # internal
2025-08-20T22:41:45.3884594Z [00:03:27.041]➜  cp $WORK/b1060/_pkg_.a /root/.cache/go-build/23/23112ad53a468e4eb66f9ad2d5915a1e81eb1c86e6665233ffa08bcce42d4832-d # internal
2025-08-20T22:41:45.3900017Z [00:03:27.041]➜  github.com/ClickHouse/clickhouse-go/v2/lib/timezone
2025-08-20T22:41:45.3900410Z [00:03:27.041]➜  mkdir -p $WORK/b1061/
2025-08-20T22:41:45.3900794Z [00:03:27.041]➜  cat >/tmp/go-build3998081543/b1061/importcfg << 'EOF' # internal
2025-08-20T22:41:45.3901173Z [00:03:27.041]➜  # import config
2025-08-20T22:41:45.3901508Z [00:03:27.041]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:45.3901923Z [00:03:27.041]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:45.3906590Z [00:03:27.041]➜  EOF
2025-08-20T22:41:45.3908808Z [00:03:27.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1061/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/timezone=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0/lib/timezone;$WORK/b1061=>" -p github.com/ClickHouse/clickhouse-go/v2/lib/timezone -lang=go1.22 -complete -installsuffix shared -buildid FQKIbcJownLhdBrTMGbC/FQKIbcJownLhdBrTMGbC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1061/importcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/timezone/timezone.go
2025-08-20T22:41:45.4069933Z [00:03:27.058]➜  go tool buildid -w $WORK/b1061/_pkg_.a # internal
2025-08-20T22:41:45.4072346Z [00:03:27.059]➜  cp $WORK/b1061/_pkg_.a /root/.cache/go-build/8a/8aca7ea078cb70dd1edaf717fa5993b7956a52c659d0b11588b7d244625358e2-d # internal
2025-08-20T22:41:45.4073474Z [00:03:27.059]➜  github.com/paulmach/orb
2025-08-20T22:41:45.4074292Z [00:03:27.059]➜  mkdir -p $WORK/b1062/
2025-08-20T22:41:45.4077297Z [00:03:27.059]➜  cat >/tmp/go-build3998081543/b1062/importcfg << 'EOF' # internal
2025-08-20T22:41:45.4079852Z [00:03:27.059]➜  # import config
2025-08-20T22:41:45.4080478Z [00:03:27.059]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:45.4081317Z [00:03:27.059]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:45.4082137Z [00:03:27.059]➜  EOF
2025-08-20T22:41:45.4086743Z [00:03:27.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1062/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/paulmach/orb@v0.11.1=>github.com/paulmach/orb@v0.11.1;$WORK/b1062=>" -p github.com/paulmach/orb -lang=go1.15 -complete -installsuffix shared -buildid nS5xuFIepEwgPHVFHxpd/nS5xuFIepEwgPHVFHxpd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1062/importcfg -pack /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/bound.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/clone.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/define.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/equal.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/geometry.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/line_string.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/multi_line_string.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/multi_point.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/multi_polygon.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/point.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/polygon.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/ring.go /root/go/pkg/mod/github.com/paulmach/orb@v0.11.1/round.go
2025-08-20T22:41:45.5058857Z [00:03:27.158]➜  go tool buildid -w $WORK/b1062/_pkg_.a # internal
2025-08-20T22:41:45.5091577Z [00:03:27.161]➜  cp $WORK/b1062/_pkg_.a /root/.cache/go-build/86/861062317a61ecb44bb6cf7d6fadb4f2da6cf58863c23172969202771e632cde-d # internal
2025-08-20T22:41:45.5120147Z [00:03:27.164]➜  time/tzdata
2025-08-20T22:41:45.5120545Z [00:03:27.164]➜  mkdir -p $WORK/b1066/
2025-08-20T22:41:45.5125619Z [00:03:27.165]➜  cat >/tmp/go-build3998081543/b1066/importcfg << 'EOF' # internal
2025-08-20T22:41:45.5127430Z [00:03:27.165]➜  # import config
2025-08-20T22:41:45.5127850Z [00:03:27.165]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:45.5128306Z [00:03:27.165]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:45.5128627Z [00:03:27.165]➜  EOF
2025-08-20T22:41:45.5130182Z [00:03:27.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1066/_pkg_.a -trimpath "/root/.go/src/time/tzdata=>time/tzdata;$WORK/b1066=>" -p time/tzdata -lang=go1.25 -std -complete -installsuffix shared -buildid _gU5ta-onMlDZdaf7vBe/_gU5ta-onMlDZdaf7vBe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1066/importcfg -pack /root/.go/src/time/tzdata/tzdata.go /root/.go/src/time/tzdata/zzipdata.go
2025-08-20T22:41:45.5720220Z [00:03:27.224]➜  go tool buildid -w $WORK/b1066/_pkg_.a # internal
2025-08-20T22:41:45.5758166Z [00:03:27.228]➜  cp $WORK/b1066/_pkg_.a /root/.cache/go-build/96/9659d77b34905a7491ff2dca88e384b6d33c276336e3b46a7fd6ee49b07ed6cf-d # internal
2025-08-20T22:41:45.5889217Z [00:03:27.241]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated
2025-08-20T22:41:45.5890069Z [00:03:27.241]➜  mkdir -p $WORK/b1073/
2025-08-20T22:41:45.5900472Z [00:03:27.242]➜  cat >/tmp/go-build3998081543/b1073/importcfg << 'EOF' # internal
2025-08-20T22:41:45.5900952Z [00:03:27.242]➜  # import config
2025-08-20T22:41:45.5901307Z [00:03:27.242]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:45.5904924Z [00:03:27.242]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:45.5905574Z [00:03:27.242]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:45.5906122Z [00:03:27.242]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:45.5906571Z [00:03:27.242]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:45.5907251Z [00:03:27.242]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:45.5907883Z [00:03:27.242]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:45.5908711Z [00:03:27.242]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:45.5909507Z [00:03:27.242]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:45.5910240Z [00:03:27.242]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3998081543/b1043/_pkg_.a
2025-08-20T22:41:45.5910776Z [00:03:27.242]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:45.5911204Z [00:03:27.242]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:45.5911636Z [00:03:27.242]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:45.5912062Z [00:03:27.242]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:45.5912506Z [00:03:27.242]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:45.5912932Z [00:03:27.243]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:45.5913364Z [00:03:27.243]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:45.5913783Z [00:03:27.243]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:45.5914096Z [00:03:27.243]➜  EOF
2025-08-20T22:41:45.5931135Z [00:03:27.243]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1073/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated;$WORK/b1073=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated -lang=go1.23 -complete -installsuffix shared -buildid nTAxNWjY_pmanSSZtTgh/nTAxNWjY_pmanSSZtTgh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1073/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/appendblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/blob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/block_blob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/build.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/container_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/pageblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/service_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_appendblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_blob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_blockblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_container_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_models_serde.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_options.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_pageblob_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_responses.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_service_client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_time_rfc1123.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_time_rfc3339.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/generated/zz_xml_helper.go
2025-08-20T22:41:45.6722061Z [00:03:27.324]➜  go tool buildid -w $WORK/b828/_pkg_.a # internal
2025-08-20T22:41:45.6933787Z [00:03:27.345]➜  cp $WORK/b828/_pkg_.a /root/.cache/go-build/80/806dcb88eb619135e4dd6d104315735d2e03074a4ef7f29d4d813affc04a4ccc-d # internal
2025-08-20T22:41:45.6937548Z [00:03:27.346]➜  hash/crc64
2025-08-20T22:41:45.6943976Z [00:03:27.347]➜  mkdir -p $WORK/b1077/
2025-08-20T22:41:45.6953055Z [00:03:27.348]➜  cat >/tmp/go-build3998081543/b1077/importcfg << 'EOF' # internal
2025-08-20T22:41:45.6959817Z [00:03:27.348]➜  # import config
2025-08-20T22:41:45.6960200Z [00:03:27.348]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:45.6960648Z [00:03:27.348]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:45.6961112Z [00:03:27.348]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:41:45.6961576Z [00:03:27.348]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:45.6961888Z [00:03:27.348]➜  EOF
2025-08-20T22:41:45.6963294Z [00:03:27.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1077/_pkg_.a -trimpath "/root/.go/src/hash/crc64=>hash/crc64;$WORK/b1077=>" -p hash/crc64 -lang=go1.25 -std -complete -installsuffix shared -buildid vIAun-56Mke2ijYIZdG6/vIAun-56Mke2ijYIZdG6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1077/importcfg -pack /root/.go/src/hash/crc64/crc64.go
2025-08-20T22:41:45.7221723Z [00:03:27.374]➜  go tool buildid -w $WORK/b1077/_pkg_.a # internal
2025-08-20T22:41:45.7227906Z [00:03:27.375]➜  cp $WORK/b1077/_pkg_.a /root/.cache/go-build/98/9813749492ebfc64271d8c23b2471f641f2d8e97e45f3709f95e620d0b04ef98-d # internal
2025-08-20T22:41:45.7237932Z [00:03:27.376]➜  github.com/apache/iceberg-go/utils
2025-08-20T22:41:45.7238994Z [00:03:27.376]➜  mkdir -p $WORK/b1084/
2025-08-20T22:41:45.7242767Z [00:03:27.377]➜  cat >/tmp/go-build3998081543/b1084/importcfg << 'EOF' # internal
2025-08-20T22:41:45.7266715Z [00:03:27.377]➜  # import config
2025-08-20T22:41:45.7271514Z [00:03:27.377]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:45.7272160Z [00:03:27.377]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:45.7272974Z [00:03:27.377]➜  EOF
2025-08-20T22:41:45.7277324Z [00:03:27.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/utils=>github.com/apache/iceberg-go@v0.3.0/utils;$WORK/b1084=>" -p github.com/apache/iceberg-go/utils -lang=go1.24 -complete -installsuffix shared -buildid sU_ozRj-v-Lzg-GwAOVQ/sU_ozRj-v-Lzg-GwAOVQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1084/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/utils/context.go
2025-08-20T22:41:45.7544874Z [00:03:27.407]➜  go tool buildid -w $WORK/b1084/_pkg_.a # internal
2025-08-20T22:41:45.7549616Z [00:03:27.407]➜  cp $WORK/b1084/_pkg_.a /root/.cache/go-build/27/27a5826a4bb2cd6fe7a6dcef002e07dc7a1bf270b3ff045f86d222ad8bea9637-d # internal
2025-08-20T22:41:45.7579576Z [00:03:27.410]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
2025-08-20T22:41:45.7580646Z [00:03:27.410]➜  mkdir -p $WORK/b1086/
2025-08-20T22:41:45.7582289Z [00:03:27.411]➜  cat >/tmp/go-build3998081543/b1086/importcfg << 'EOF' # internal
2025-08-20T22:41:45.7583990Z [00:03:27.411]➜  # import config
2025-08-20T22:41:45.7585733Z [00:03:27.411]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:45.7586280Z [00:03:27.411]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:45.7586780Z [00:03:27.411]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:45.7587257Z [00:03:27.411]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:45.7587727Z [00:03:27.411]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:45.7588166Z [00:03:27.411]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:45.7588686Z [00:03:27.411]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:45.7589379Z [00:03:27.411]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:45.7589812Z [00:03:27.411]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:45.7590238Z [00:03:27.411]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:45.7590654Z [00:03:27.411]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:45.7591073Z [00:03:27.411]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:45.7591392Z [00:03:27.411]➜  EOF
2025-08-20T22:41:45.7596043Z [00:03:27.411]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1086/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10=>github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10;$WORK/b1086=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream -lang=go1.22 -complete -installsuffix shared -buildid enviDKclBBnPKexqJdrg/enviDKclBBnPKexqJdrg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1086/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/debug.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/encode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/header.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/header_value.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/message.go
2025-08-20T22:41:45.8918507Z [00:03:27.544]➜  go tool buildid -w $WORK/b1086/_pkg_.a # internal
2025-08-20T22:41:45.8951869Z [00:03:27.547]➜  cp $WORK/b1086/_pkg_.a /root/.cache/go-build/eb/ebe95c34b71bfdcc701c9469684d504f3374b41100d6b6d50ec5490c300a2fa3-d # internal
2025-08-20T22:41:45.8956798Z [00:03:27.547]➜  github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
2025-08-20T22:41:45.8957215Z [00:03:27.548]➜  mkdir -p $WORK/b1087/
2025-08-20T22:41:45.8957616Z [00:03:27.548]➜  cat >/tmp/go-build3998081543/b1087/importcfg << 'EOF' # internal
2025-08-20T22:41:45.8968647Z [00:03:27.548]➜  # import config
2025-08-20T22:41:45.8969048Z [00:03:27.548]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:45.8969712Z [00:03:27.548]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:45.8970308Z [00:03:27.548]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:45.8970949Z [00:03:27.548]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:45.8971467Z [00:03:27.548]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:45.8971793Z [00:03:27.548]➜  EOF
2025-08-20T22:41:45.8975204Z [00:03:27.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1087/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/eventstreamapi=>github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/eventstreamapi;$WORK/b1087=>" -p github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi -lang=go1.22 -complete -installsuffix shared -buildid 8aCzTntbmtMQtpO8KvRC/8aCzTntbmtMQtpO8KvRC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1087/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/eventstreamapi/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/eventstreamapi/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream@v1.6.10/eventstreamapi/transport.go
2025-08-20T22:41:45.9173906Z [00:03:27.569]➜  go tool buildid -w $WORK/b1087/_pkg_.a # internal
2025-08-20T22:41:45.9181775Z [00:03:27.570]➜  cp $WORK/b1087/_pkg_.a /root/.cache/go-build/88/880ca905cfe16abd90046d5c9a68d874dacf08a48459b41b70ba842a22121707-d # internal
2025-08-20T22:41:45.9182465Z [00:03:27.570]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
2025-08-20T22:41:45.9182833Z [00:03:27.570]➜  mkdir -p $WORK/b1089/
2025-08-20T22:41:45.9202378Z [00:03:27.572]➜  cat >/tmp/go-build3998081543/b1089/importcfg << 'EOF' # internal
2025-08-20T22:41:45.9202973Z [00:03:27.572]➜  # import config
2025-08-20T22:41:45.9204097Z [00:03:27.572]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:45.9206920Z [00:03:27.572]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:45.9207473Z [00:03:27.572]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:45.9207959Z [00:03:27.572]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:45.9208426Z [00:03:27.572]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:41:45.9209209Z [00:03:27.572]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:45.9209659Z [00:03:27.572]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:45.9210066Z [00:03:27.572]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:45.9210491Z [00:03:27.572]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:45.9210931Z [00:03:27.572]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:45.9211260Z [00:03:27.573]➜  EOF
2025-08-20T22:41:45.9213832Z [00:03:27.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1089/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/crypto=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/crypto;$WORK/b1089=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto -lang=go1.22 -complete -installsuffix shared -buildid rko52AD0atPUGmjrn0bz/rko52AD0atPUGmjrn0bz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1089/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/crypto/compare.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/crypto/ecc.go
2025-08-20T22:41:45.9438810Z [00:03:27.596]➜  go tool buildid -w $WORK/b1089/_pkg_.a # internal
2025-08-20T22:41:45.9444871Z [00:03:27.597]➜  cp $WORK/b1089/_pkg_.a /root/.cache/go-build/87/87cb88ab22f6e22b24610a3d137640742e9eaecd525dfcb8f74de8fbf7bafbc0-d # internal
2025-08-20T22:41:45.9448573Z [00:03:27.597]➜  github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
2025-08-20T22:41:45.9448992Z [00:03:27.597]➜  mkdir -p $WORK/b1090/
2025-08-20T22:41:45.9452940Z [00:03:27.598]➜  cat >/tmp/go-build3998081543/b1090/importcfg << 'EOF' # internal
2025-08-20T22:41:45.9453546Z [00:03:27.598]➜  # import config
2025-08-20T22:41:45.9453925Z [00:03:27.598]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:45.9454430Z [00:03:27.598]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:45.9455019Z [00:03:27.598]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3998081543/b335/_pkg_.a
2025-08-20T22:41:45.9455728Z [00:03:27.598]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:45.9456401Z [00:03:27.598]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:45.9456894Z [00:03:27.598]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:45.9457323Z [00:03:27.598]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:45.9457637Z [00:03:27.598]➜  EOF
2025-08-20T22:41:45.9472598Z [00:03:27.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1090/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4;$WORK/b1090=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4 -lang=go1.22 -complete -installsuffix shared -buildid 2flUNeyWZFBx7VBacCln/2flUNeyWZFBx7VBacCln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1090/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/const.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/headers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/hmac.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/time.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/internal/v4/util.go
2025-08-20T22:41:46.0052181Z [00:03:27.657]➜  go tool buildid -w $WORK/b1090/_pkg_.a # internal
2025-08-20T22:41:46.0068242Z [00:03:27.659]➜  cp $WORK/b1090/_pkg_.a /root/.cache/go-build/d1/d1b4972ff63120f27d0a5e5ff85cd8f635aef3fc4d197f8e468bff9c52fe4695-d # internal
2025-08-20T22:41:46.0071417Z [00:03:27.659]➜  github.com/aws/aws-sdk-go-v2/internal/v4a
2025-08-20T22:41:46.0072312Z [00:03:27.660]➜  mkdir -p $WORK/b1088/
2025-08-20T22:41:46.0075914Z [00:03:27.660]➜  cat >/tmp/go-build3998081543/b1088/importcfg << 'EOF' # internal
2025-08-20T22:41:46.0077889Z [00:03:27.660]➜  # import config
2025-08-20T22:41:46.0078263Z [00:03:27.660]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:46.0078695Z [00:03:27.660]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:46.0079163Z [00:03:27.660]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:46.0079634Z [00:03:27.660]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:41:46.0080118Z [00:03:27.660]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:41:46.0080593Z [00:03:27.660]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:46.0081075Z [00:03:27.660]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:46.0081540Z [00:03:27.660]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:46.0081985Z [00:03:27.660]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.0082496Z [00:03:27.660]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:46.0083122Z [00:03:27.660]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:46.0084021Z [00:03:27.660]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:46.0084740Z [00:03:27.660]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3998081543/b336/_pkg_.a
2025-08-20T22:41:46.0085682Z [00:03:27.660]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3998081543/b547/_pkg_.a
2025-08-20T22:41:46.0086413Z [00:03:27.660]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:46.0087143Z [00:03:27.660]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build3998081543/b1089/_pkg_.a
2025-08-20T22:41:46.0088048Z [00:03:27.660]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build3998081543/b1090/_pkg_.a
2025-08-20T22:41:46.0088786Z [00:03:27.660]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:46.0089356Z [00:03:27.660]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:41:46.0089994Z [00:03:27.660]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:41:46.0090632Z [00:03:27.660]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:46.0091237Z [00:03:27.660]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:46.0092062Z [00:03:27.660]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:46.0101327Z [00:03:27.660]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:46.0101785Z [00:03:27.660]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:46.0102223Z [00:03:27.660]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:46.0102714Z [00:03:27.660]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:46.0103167Z [00:03:27.662]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:46.0103586Z [00:03:27.662]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:46.0104006Z [00:03:27.662]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:46.0104432Z [00:03:27.662]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.0105111Z [00:03:27.662]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:46.0105685Z [00:03:27.662]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:46.0106125Z [00:03:27.662]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:46.0106433Z [00:03:27.662]➜  EOF
2025-08-20T22:41:46.0110151Z [00:03:27.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1088/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36=>github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36;$WORK/b1088=>" -p github.com/aws/aws-sdk-go-v2/internal/v4a -lang=go1.22 -complete -installsuffix shared -buildid qZBaYs5BCTzUhi8cw4YS/qZBaYs5BCTzUhi8cw4YS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1088/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/presign_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/internal/v4a@v1.3.36/v4a.go
2025-08-20T22:41:46.1346346Z [00:03:27.787]➜  go tool buildid -w $WORK/b1088/_pkg_.a # internal
2025-08-20T22:41:46.1391119Z [00:03:27.791]➜  cp $WORK/b1088/_pkg_.a /root/.cache/go-build/44/440114ddfcd452e128cb4511591bb881bd4544367540dcf758e9f919af4ac782-d # internal
2025-08-20T22:41:46.1394397Z [00:03:27.792]➜  github.com/aws/aws-sdk-go-v2/service/internal/checksum
2025-08-20T22:41:46.1394782Z [00:03:27.792]➜  mkdir -p $WORK/b1091/
2025-08-20T22:41:46.1404257Z [00:03:27.793]➜  cat >/tmp/go-build3998081543/b1091/importcfg << 'EOF' # internal
2025-08-20T22:41:46.1411948Z [00:03:27.794]➜  # import config
2025-08-20T22:41:46.1413829Z [00:03:27.794]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:46.1415960Z [00:03:27.794]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:46.1417100Z [00:03:27.794]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:46.1417586Z [00:03:27.794]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:46.1418302Z [00:03:27.794]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:46.1418885Z [00:03:27.794]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:46.1419377Z [00:03:27.794]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:46.1419812Z [00:03:27.794]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.1420323Z [00:03:27.794]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:46.1426657Z [00:03:27.794]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:46.1429521Z [00:03:27.795]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:46.1430697Z [00:03:27.795]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3998081543/b547/_pkg_.a
2025-08-20T22:41:46.1431494Z [00:03:27.795]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3998081543/b580/_pkg_.a
2025-08-20T22:41:46.1432160Z [00:03:27.795]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:46.1432741Z [00:03:27.795]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:46.1433346Z [00:03:27.795]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:46.1433979Z [00:03:27.795]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:46.1434500Z [00:03:27.795]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:46.1435286Z [00:03:27.795]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:46.1435905Z [00:03:27.795]➜  packagefile hash/crc64=/tmp/go-build3998081543/b1077/_pkg_.a
2025-08-20T22:41:46.1436342Z [00:03:27.795]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:46.1436767Z [00:03:27.795]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:46.1437200Z [00:03:27.795]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:46.1437632Z [00:03:27.795]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.1438051Z [00:03:27.795]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:46.1438363Z [00:03:27.795]➜  EOF
2025-08-20T22:41:46.1443578Z [00:03:27.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1091/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2=>github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2;$WORK/b1091=>" -p github.com/aws/aws-sdk-go-v2/service/internal/checksum -lang=go1.22 -complete -installsuffix shared -buildid JMEuTOQUgVS8hdBL4SZL/JMEuTOQUgVS8hdBL4SZL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1091/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2/algorithms.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2/aws_chunked_encoding.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2/middleware_add.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2/middleware_checksum_metrics_tracking.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2/middleware_compute_input_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2/middleware_setup_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.7.2/middleware_validate_output.go
2025-08-20T22:41:46.3215830Z [00:03:27.974]➜  go tool buildid -w $WORK/b1091/_pkg_.a # internal
2025-08-20T22:41:46.3239277Z [00:03:27.976]➜  cp $WORK/b1091/_pkg_.a /root/.cache/go-build/9d/9d32d58dc8e204b0ab3be1416340d7f889b8959e058de15f11653465f9163a38-d # internal
2025-08-20T22:41:46.3284165Z [00:03:27.981]➜  github.com/aws/aws-sdk-go-v2/aws/arn
2025-08-20T22:41:46.3287275Z [00:03:27.981]➜  mkdir -p $WORK/b1093/
2025-08-20T22:41:46.3287741Z [00:03:27.981]➜  cat >/tmp/go-build3998081543/b1093/importcfg << 'EOF' # internal
2025-08-20T22:41:46.3288101Z [00:03:27.981]➜  # import config
2025-08-20T22:41:46.3288447Z [00:03:27.981]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:46.3288914Z [00:03:27.981]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.3289238Z [00:03:27.981]➜  EOF
2025-08-20T22:41:46.3291092Z [00:03:27.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1093/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/arn=>github.com/aws/aws-sdk-go-v2@v1.36.5/aws/arn;$WORK/b1093=>" -p github.com/aws/aws-sdk-go-v2/aws/arn -lang=go1.22 -complete -installsuffix shared -buildid Nc4l0Yi2_kMLK3UzoXzB/Nc4l0Yi2_kMLK3UzoXzB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1093/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/aws/arn/arn.go
2025-08-20T22:41:46.3764289Z [00:03:28.028]➜  go tool buildid -w $WORK/b1093/_pkg_.a # internal
2025-08-20T22:41:46.3789178Z [00:03:28.031]➜  cp $WORK/b1093/_pkg_.a /root/.cache/go-build/78/780225b49d3c22378d2db844f62e3f725c96a842b8e9cd6781bb8f8f1fc0aeb9-d # internal
2025-08-20T22:41:46.3790392Z [00:03:28.031]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
2025-08-20T22:41:46.3791935Z [00:03:28.031]➜  mkdir -p $WORK/b1094/
2025-08-20T22:41:46.3800334Z [00:03:28.032]➜  cat >/tmp/go-build3998081543/b1094/importcfg << 'EOF' # internal
2025-08-20T22:41:46.3809264Z [00:03:28.032]➜  # import config
2025-08-20T22:41:46.3809915Z [00:03:28.032]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.3810693Z [00:03:28.032]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3998081543/b1093/_pkg_.a
2025-08-20T22:41:46.3811432Z [00:03:28.032]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.3811910Z [00:03:28.032]➜  EOF
2025-08-20T22:41:46.3828654Z [00:03:28.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1094/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/arn=>github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/arn;$WORK/b1094=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn -lang=go1.22 -complete -installsuffix shared -buildid g4auyYT-zSIE3bgLEEuc/g4auyYT-zSIE3bgLEEuc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1094/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/arn/accesspoint_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/arn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/arn/arn_member.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/arn/outpost_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/arn/s3_object_lambda_arn.go
2025-08-20T22:41:46.4466217Z [00:03:28.099]➜  go tool buildid -w $WORK/b1094/_pkg_.a # internal
2025-08-20T22:41:46.4473241Z [00:03:28.100]➜  cp $WORK/b1094/_pkg_.a /root/.cache/go-build/77/771c9a0af40bbbd53303ff6d1b1a437b40dbb142e91c34e8bd8f9d1731030115-d # internal
2025-08-20T22:41:46.4490551Z [00:03:28.101]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared
2025-08-20T22:41:46.4490948Z [00:03:28.101]➜  mkdir -p $WORK/b1092/
2025-08-20T22:41:46.4491339Z [00:03:28.101]➜  cat >/tmp/go-build3998081543/b1092/importcfg << 'EOF' # internal
2025-08-20T22:41:46.4491726Z [00:03:28.101]➜  # import config
2025-08-20T22:41:46.4492066Z [00:03:28.101]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:46.4492521Z [00:03:28.101]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:46.4492971Z [00:03:28.101]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:46.4493386Z [00:03:28.101]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.4493914Z [00:03:28.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3998081543/b1093/_pkg_.a
2025-08-20T22:41:46.4494558Z [00:03:28.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:46.4495251Z [00:03:28.101]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:41:46.4496225Z [00:03:28.101]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3998081543/b1094/_pkg_.a
2025-08-20T22:41:46.4497236Z [00:03:28.101]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:46.4497841Z [00:03:28.101]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:46.4498468Z [00:03:28.101]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:46.4498979Z [00:03:28.101]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:46.4499402Z [00:03:28.101]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:46.4499833Z [00:03:28.101]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.4500149Z [00:03:28.101]➜  EOF
2025-08-20T22:41:46.4506572Z [00:03:28.101]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1092/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15=>github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15;$WORK/b1092=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared -lang=go1.22 -complete -installsuffix shared -buildid T0flVo2tA0KneEKrArLU/T0flVo2tA0KneEKrArLU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1092/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/arn_lookup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/endpoint_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/host_id.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/metadata_retriever.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/resource_request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/response_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/response_error_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/s3100continue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/update_endpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/xml_utils.go
2025-08-20T22:41:46.5201120Z [00:03:28.172]➜  go tool buildid -w $WORK/b1092/_pkg_.a # internal
2025-08-20T22:41:46.5217791Z [00:03:28.174]➜  cp $WORK/b1092/_pkg_.a /root/.cache/go-build/39/3934830205b5d4462b1c7cb6905e3e1ca9384300723d91cfb77ee53347b27317-d # internal
2025-08-20T22:41:46.5222963Z [00:03:28.175]➜  github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
2025-08-20T22:41:46.5238523Z [00:03:28.176]➜  mkdir -p $WORK/b1095/
2025-08-20T22:41:46.5242560Z [00:03:28.176]➜  cat >/tmp/go-build3998081543/b1095/importcfg << 'EOF' # internal
2025-08-20T22:41:46.5254143Z [00:03:28.177]➜  # import config
2025-08-20T22:41:46.5254575Z [00:03:28.177]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:46.5254901Z [00:03:28.177]➜  EOF
2025-08-20T22:41:46.5257362Z [00:03:28.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1095/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/config=>github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/config;$WORK/b1095=>" -p github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config -lang=go1.22 -complete -installsuffix shared -buildid 4o6pq7OvdNcz4bZoIN6z/4o6pq7OvdNcz4bZoIN6z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1095/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.18.15/config/config.go
2025-08-20T22:41:46.5390099Z [00:03:28.191]➜  go tool buildid -w $WORK/b1095/_pkg_.a # internal
2025-08-20T22:41:46.5393261Z [00:03:28.192]➜  cp $WORK/b1095/_pkg_.a /root/.cache/go-build/08/0885396085b3a57f21f9ae6d55f3768ae48a4d4a22733d1631f45b713f0ffad9-d # internal
2025-08-20T22:41:46.5399355Z [00:03:28.192]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
2025-08-20T22:41:46.5400562Z [00:03:28.192]➜  mkdir -p $WORK/b1097/
2025-08-20T22:41:46.5403307Z [00:03:28.193]➜  cat >/tmp/go-build3998081543/b1097/importcfg << 'EOF' # internal
2025-08-20T22:41:46.5403898Z [00:03:28.193]➜  # import config
2025-08-20T22:41:46.5404426Z [00:03:28.193]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.5415584Z [00:03:28.193]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3998081543/b1093/_pkg_.a
2025-08-20T22:41:46.5416795Z [00:03:28.193]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3998081543/b1094/_pkg_.a
2025-08-20T22:41:46.5417855Z [00:03:28.193]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.5418807Z [00:03:28.193]➜  EOF
2025-08-20T22:41:46.5421004Z [00:03:28.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1097/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/arn=>github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/arn;$WORK/b1097=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/arn -lang=go1.22 -complete -installsuffix shared -buildid NTyn5Uv9yx4YXnUY1GxO/NTyn5Uv9yx4YXnUY1GxO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1097/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/arn/arn_parser.go
2025-08-20T22:41:46.5749321Z [00:03:28.227]➜  go tool buildid -w $WORK/b1097/_pkg_.a # internal
2025-08-20T22:41:46.5752676Z [00:03:28.228]➜  cp $WORK/b1097/_pkg_.a /root/.cache/go-build/2e/2ebd5f86f0447565c5eb5670bece5f5f595cbcad3cb06a41c46d457d3b2458e9-d # internal
2025-08-20T22:41:46.5787555Z [00:03:28.231]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
2025-08-20T22:41:46.5788286Z [00:03:28.231]➜  mkdir -p $WORK/b1098/
2025-08-20T22:41:46.5788940Z [00:03:28.231]➜  cat >/tmp/go-build3998081543/b1098/importcfg << 'EOF' # internal
2025-08-20T22:41:46.5789545Z [00:03:28.231]➜  # import config
2025-08-20T22:41:46.5790813Z [00:03:28.231]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.5791341Z [00:03:28.231]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:46.5792238Z [00:03:28.231]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3998081543/b566/_pkg_.a
2025-08-20T22:41:46.5793088Z [00:03:28.231]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:46.5793651Z [00:03:28.231]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:46.5794080Z [00:03:28.231]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.5794397Z [00:03:28.231]➜  EOF
2025-08-20T22:41:46.5796819Z [00:03:28.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/endpoints;$WORK/b1098=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid zY-zsuFEjF1wSqjIjwXd/zY-zsuFEjF1wSqjIjwXd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1098/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/endpoints/endpoints.go
2025-08-20T22:41:46.6293787Z [00:03:28.282]➜  go tool buildid -w $WORK/b1098/_pkg_.a # internal
2025-08-20T22:41:46.6308384Z [00:03:28.283]➜  cp $WORK/b1098/_pkg_.a /root/.cache/go-build/8f/8f2f6042b3623a64be075f1b342125239ccb4a05b2cc8c5c18fb9ff198a8e940-d # internal
2025-08-20T22:41:46.6414206Z [00:03:28.294]➜  github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
2025-08-20T22:41:46.6416539Z [00:03:28.294]➜  mkdir -p $WORK/b1096/
2025-08-20T22:41:46.6425005Z [00:03:28.295]➜  cat >/tmp/go-build3998081543/b1096/importcfg << 'EOF' # internal
2025-08-20T22:41:46.6429481Z [00:03:28.295]➜  # import config
2025-08-20T22:41:46.6430292Z [00:03:28.295]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:46.6431131Z [00:03:28.295]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:46.6431735Z [00:03:28.295]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:46.6432487Z [00:03:28.295]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.6433318Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:46.6434057Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:46.6434809Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:46.6436251Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3998081543/b560/_pkg_.a
2025-08-20T22:41:46.6436974Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3998081543/b547/_pkg_.a
2025-08-20T22:41:46.6437634Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:46.6438290Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3998081543/b1088/_pkg_.a
2025-08-20T22:41:46.6439000Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3998081543/b1091/_pkg_.a
2025-08-20T22:41:46.6439759Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3998081543/b1092/_pkg_.a
2025-08-20T22:41:46.6440525Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3998081543/b1094/_pkg_.a
2025-08-20T22:41:46.6441282Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build3998081543/b1097/_pkg_.a
2025-08-20T22:41:46.6442048Z [00:03:28.295]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3998081543/b1098/_pkg_.a
2025-08-20T22:41:46.6442703Z [00:03:28.295]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:46.6443515Z [00:03:28.295]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:41:46.6444215Z [00:03:28.295]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:41:46.6444973Z [00:03:28.295]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3998081543/b583/_pkg_.a
2025-08-20T22:41:46.6445895Z [00:03:28.295]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:46.6446515Z [00:03:28.295]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:46.6447146Z [00:03:28.295]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:46.6447671Z [00:03:28.295]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:46.6448095Z [00:03:28.295]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:46.6448518Z [00:03:28.295]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:46.6448948Z [00:03:28.295]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:46.6449380Z [00:03:28.295]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:46.6449810Z [00:03:28.295]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:46.6450237Z [00:03:28.295]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.6450652Z [00:03:28.295]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:46.6450954Z [00:03:28.295]➜  EOF
2025-08-20T22:41:46.6461762Z [00:03:28.295]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1096/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations=>github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations;$WORK/b1096=>" -p github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations -lang=go1.22 -complete -installsuffix shared -buildid mwpefEavT1bAwm0EZacU/mwpefEavT1bAwm0EZacU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1096/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/express.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/express_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/express_default_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/express_properties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/express_signer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/express_signer_smithy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/handle_200_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/presigned_expires.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/process_arn_resource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/remove_bucket_middleware.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/s3_object_lambda.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/signer_wrapper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/internal/customizations/update_endpoint.go
2025-08-20T22:41:46.8564572Z [00:03:28.509]➜  go tool buildid -w $WORK/b1073/_pkg_.a # internal
2025-08-20T22:41:46.8731998Z [00:03:28.525]➜  go tool buildid -w $WORK/b1096/_pkg_.a # internal
2025-08-20T22:41:46.8754425Z [00:03:28.528]➜  cp $WORK/b1073/_pkg_.a /root/.cache/go-build/03/03a65c4a619576feea0c5cdbccc6568ba30b757a31c5ea6939ce39e892c76491-d # internal
2025-08-20T22:41:46.8767316Z [00:03:28.529]➜  cp $WORK/b1096/_pkg_.a /root/.cache/go-build/af/aff5484dda669ab160b4f05631c43f1dba5661ccb45e7abe344639220df072f3-d # internal
2025-08-20T22:41:46.8774297Z [00:03:28.530]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror
2025-08-20T22:41:46.8775775Z [00:03:28.530]➜  mkdir -p $WORK/b1072/
2025-08-20T22:41:46.8779094Z [00:03:28.530]➜  cat >/tmp/go-build3998081543/b1072/importcfg << 'EOF' # internal
2025-08-20T22:41:46.8780098Z [00:03:28.530]➜  # import config
2025-08-20T22:41:46.8782971Z [00:03:28.530]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:46.8783556Z [00:03:28.530]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:46.8784370Z [00:03:28.530]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:46.8784909Z [00:03:28.530]➜  EOF
2025-08-20T22:41:46.8787420Z [00:03:28.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/bloberror=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/bloberror;$WORK/b1072=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror -lang=go1.23 -complete -installsuffix shared -buildid pVHF6K5l6-f_j4kkfOYD/pVHF6K5l6-f_j4kkfOYD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1072/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/bloberror/error_codes.go
2025-08-20T22:41:46.8793072Z [00:03:28.532]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared
2025-08-20T22:41:46.8799718Z [00:03:28.532]➜  mkdir -p $WORK/b1076/
2025-08-20T22:41:46.8800368Z [00:03:28.532]➜  cat >/tmp/go-build3998081543/b1076/importcfg << 'EOF' # internal
2025-08-20T22:41:46.8802628Z [00:03:28.532]➜  # import config
2025-08-20T22:41:46.8803060Z [00:03:28.532]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:46.8803751Z [00:03:28.532]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:46.8806623Z [00:03:28.532]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.8807449Z [00:03:28.532]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:46.8808444Z [00:03:28.532]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:46.8817146Z [00:03:28.532]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:46.8817897Z [00:03:28.532]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3998081543/b1043/_pkg_.a
2025-08-20T22:41:46.8818633Z [00:03:28.532]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3998081543/b1008/_pkg_.a
2025-08-20T22:41:46.8819457Z [00:03:28.532]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:46.8820127Z [00:03:28.532]➜  packagefile hash/crc64=/tmp/go-build3998081543/b1077/_pkg_.a
2025-08-20T22:41:46.8820551Z [00:03:28.532]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:46.8820954Z [00:03:28.532]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:46.8821376Z [00:03:28.532]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:46.8821807Z [00:03:28.532]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:46.8822225Z [00:03:28.532]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:46.8822636Z [00:03:28.532]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:46.8823311Z [00:03:28.532]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.8823826Z [00:03:28.532]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:46.8824145Z [00:03:28.532]➜  EOF
2025-08-20T22:41:46.8838184Z [00:03:28.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared;$WORK/b1076=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared -lang=go1.23 -complete -installsuffix shared -buildid uEus5QkSMfNk8CIoEETQ/uEus5QkSMfNk8CIoEETQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1076/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/batch_transfer.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/buffer_manager.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/bytes_writer.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/challenge_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/mmf_unix.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/section_writer.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/shared/shared.go
2025-08-20T22:41:46.9093376Z [00:03:28.561]➜  go tool buildid -w $WORK/b1072/_pkg_.a # internal
2025-08-20T22:41:46.9112992Z [00:03:28.563]➜  cp $WORK/b1072/_pkg_.a /root/.cache/go-build/88/88d0a60c858d3b1f0641689c2ac7adba93b73128ac2c084e971d8fc49b8664dd-d # internal
2025-08-20T22:41:46.9130476Z [00:03:28.565]➜  github.com/aws/aws-sdk-go-v2/service/s3/types
2025-08-20T22:41:46.9132034Z [00:03:28.566]➜  mkdir -p $WORK/b1099/
2025-08-20T22:41:46.9139785Z [00:03:28.566]➜  cat >/tmp/go-build3998081543/b1099/importcfg << 'EOF' # internal
2025-08-20T22:41:46.9141635Z [00:03:28.567]➜  # import config
2025-08-20T22:41:46.9142198Z [00:03:28.567]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.9144314Z [00:03:28.567]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:46.9145139Z [00:03:28.567]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:41:46.9146149Z [00:03:28.567]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:46.9146916Z [00:03:28.567]➜  EOF
2025-08-20T22:41:46.9149717Z [00:03:28.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/types=>github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/types;$WORK/b1099=>" -p github.com/aws/aws-sdk-go-v2/service/s3/types -lang=go1.22 -complete -installsuffix shared -buildid JKSGlwdTh8vNM-K90Ota/JKSGlwdTh8vNM-K90Ota -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1099/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/types/types.go
2025-08-20T22:41:46.9723884Z [00:03:28.625]➜  go tool buildid -w $WORK/b1076/_pkg_.a # internal
2025-08-20T22:41:46.9748936Z [00:03:28.627]➜  cp $WORK/b1076/_pkg_.a /root/.cache/go-build/e4/e4a544ebca39688f3c752f2209978ede2ba7f0aae1908204871d7c9441dfcc16-d # internal
2025-08-20T22:41:46.9800033Z [00:03:28.632]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported
2025-08-20T22:41:46.9801295Z [00:03:28.632]➜  mkdir -p $WORK/b1075/
2025-08-20T22:41:46.9819529Z [00:03:28.634]➜  cat >/tmp/go-build3998081543/b1075/importcfg << 'EOF' # internal
2025-08-20T22:41:46.9819926Z [00:03:28.634]➜  # import config
2025-08-20T22:41:46.9820272Z [00:03:28.634]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:46.9820908Z [00:03:28.634]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:46.9821407Z [00:03:28.634]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:46.9821982Z [00:03:28.634]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:46.9822541Z [00:03:28.634]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:46.9823029Z [00:03:28.634]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:46.9823479Z [00:03:28.634]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:46.9823897Z [00:03:28.634]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:46.9824495Z [00:03:28.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3998081543/b989/_pkg_.a
2025-08-20T22:41:46.9825217Z [00:03:28.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:46.9826222Z [00:03:28.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:46.9826989Z [00:03:28.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3998081543/b1004/_pkg_.a
2025-08-20T22:41:46.9827717Z [00:03:28.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3998081543/b1043/_pkg_.a
2025-08-20T22:41:46.9828425Z [00:03:28.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3998081543/b990/_pkg_.a
2025-08-20T22:41:46.9829152Z [00:03:28.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3998081543/b1008/_pkg_.a
2025-08-20T22:41:46.9830288Z [00:03:28.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:46.9831187Z [00:03:28.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:46.9831841Z [00:03:28.634]➜  packagefile hash/crc64=/tmp/go-build3998081543/b1077/_pkg_.a
2025-08-20T22:41:46.9832268Z [00:03:28.634]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:46.9832679Z [00:03:28.634]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:46.9833124Z [00:03:28.634]➜  packagefile mime/multipart=/tmp/go-build3998081543/b201/_pkg_.a
2025-08-20T22:41:46.9833595Z [00:03:28.634]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:46.9834050Z [00:03:28.634]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:41:46.9834507Z [00:03:28.634]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:46.9834932Z [00:03:28.634]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:46.9840230Z [00:03:28.634]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:46.9840756Z [00:03:28.634]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:46.9841204Z [00:03:28.634]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:46.9841641Z [00:03:28.634]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:46.9841951Z [00:03:28.634]➜  EOF
2025-08-20T22:41:46.9848624Z [00:03:28.634]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1075/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported;$WORK/b1075=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported -lang=go1.23 -complete -installsuffix shared -buildid UskuUuwOIbPneincanny/UskuUuwOIbPneincanny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1075/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/access_conditions.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/access_policy.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/blob_batch.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/exported.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/log_events.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/set_expiry.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/shared_key_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/transfer_validation_option.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/user_delegation_credential.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/exported/version.go
2025-08-20T22:41:47.1039651Z [00:03:28.753]➜  go tool buildid -w $WORK/b1075/_pkg_.a # internal
2025-08-20T22:41:47.1051016Z [00:03:28.757]➜  cp $WORK/b1075/_pkg_.a /root/.cache/go-build/47/47a3a8aa8709b85be6b16c00e9c6fd0f1606705305fc5a353f19b07338b2e5bf-d # internal
2025-08-20T22:41:47.1102418Z [00:03:28.762]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base
2025-08-20T22:41:47.1105714Z [00:03:28.762]➜  mkdir -p $WORK/b1074/
2025-08-20T22:41:47.1113459Z [00:03:28.763]➜  cat >/tmp/go-build3998081543/b1074/importcfg << 'EOF' # internal
2025-08-20T22:41:47.1113833Z [00:03:28.764]➜  # import config
2025-08-20T22:41:47.1115490Z [00:03:28.764]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:47.1124718Z [00:03:28.764]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:41:47.1125756Z [00:03:28.764]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:47.1126694Z [00:03:28.764]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:47.1127343Z [00:03:28.764]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:47.1127664Z [00:03:28.764]➜  EOF
2025-08-20T22:41:47.1130062Z [00:03:28.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1074/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/base=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/base;$WORK/b1074=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base -lang=go1.23 -complete -installsuffix shared -buildid HWFAJfjgiSeSIIPKZ7p7/HWFAJfjgiSeSIIPKZ7p7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1074/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/internal/base/clients.go
2025-08-20T22:41:47.1902569Z [00:03:28.842]➜  go tool buildid -w $WORK/b1099/_pkg_.a # internal
2025-08-20T22:41:47.2005272Z [00:03:28.853]➜  cp $WORK/b1099/_pkg_.a /root/.cache/go-build/2a/2a7f6b51c2324db19f682d465e89e3870cea0152a8f75ab7aaf2e90c2ec227f6-d # internal
2025-08-20T22:41:47.2043455Z [00:03:28.857]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas
2025-08-20T22:41:47.2044517Z [00:03:28.857]➜  mkdir -p $WORK/b1078/
2025-08-20T22:41:47.2047286Z [00:03:28.857]➜  cat >/tmp/go-build3998081543/b1078/importcfg << 'EOF' # internal
2025-08-20T22:41:47.2047644Z [00:03:28.857]➜  # import config
2025-08-20T22:41:47.2047987Z [00:03:28.857]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:47.2048449Z [00:03:28.857]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:47.2048862Z [00:03:28.857]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:47.2049769Z [00:03:28.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:41:47.2050773Z [00:03:28.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:47.2051770Z [00:03:28.857]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:47.2052457Z [00:03:28.857]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:47.2052879Z [00:03:28.857]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:47.2053310Z [00:03:28.857]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:47.2053743Z [00:03:28.857]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:47.2054050Z [00:03:28.857]➜  EOF
2025-08-20T22:41:47.2057472Z [00:03:28.857]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1078/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas;$WORK/b1078=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas -lang=go1.23 -complete -installsuffix shared -buildid EnwDu8rvCiVZX3k5C8Wg/EnwDu8rvCiVZX3k5C8Wg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1078/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas/account.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas/query_params.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas/service.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/sas/url_parts.go
2025-08-20T22:41:47.2198448Z [00:03:28.872]➜  go tool buildid -w $WORK/b1074/_pkg_.a # internal
2025-08-20T22:41:47.2213644Z [00:03:28.874]➜  cp $WORK/b1074/_pkg_.a /root/.cache/go-build/01/0108cd39b95daa578e02f43b1d26f3ff4741c137f3c222dadc1adbb48efc7aa6-d # internal
2025-08-20T22:41:47.2242395Z [00:03:28.876]➜  github.com/aws/smithy-go/endpoints/private/rulesfn
2025-08-20T22:41:47.2251570Z [00:03:28.876]➜  mkdir -p $WORK/b1102/
2025-08-20T22:41:47.2252001Z [00:03:28.877]➜  cat >/tmp/go-build3998081543/b1102/importcfg << 'EOF' # internal
2025-08-20T22:41:47.2252378Z [00:03:28.877]➜  # import config
2025-08-20T22:41:47.2252718Z [00:03:28.877]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:47.2253262Z [00:03:28.877]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:47.2253778Z [00:03:28.877]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:47.2254212Z [00:03:28.877]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:47.2254656Z [00:03:28.877]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:47.2254973Z [00:03:28.877]➜  EOF
2025-08-20T22:41:47.2257985Z [00:03:28.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn=>github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn;$WORK/b1102=>" -p github.com/aws/smithy-go/endpoints/private/rulesfn -lang=go1.22 -complete -installsuffix shared -buildid qcWPWPl8z_vMJiX8R8Iu/qcWPWPl8z_vMJiX8R8Iu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1102/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn/strings.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/endpoints/private/rulesfn/uri.go
2025-08-20T22:41:47.2577569Z [00:03:28.910]➜  go tool buildid -w $WORK/b1102/_pkg_.a # internal
2025-08-20T22:41:47.2582932Z [00:03:28.910]➜  cp $WORK/b1102/_pkg_.a /root/.cache/go-build/50/50f46f3056981f6764d0e8aa4bc80ffdb9bcff8551cded472447f252dec718b2-d # internal
2025-08-20T22:41:47.2594238Z [00:03:28.911]➜  github.com/aws/smithy-go/sync
2025-08-20T22:41:47.2594591Z [00:03:28.911]➜  mkdir -p $WORK/b1103/
2025-08-20T22:41:47.2595246Z [00:03:28.912]➜  cat >/tmp/go-build3998081543/b1103/importcfg << 'EOF' # internal
2025-08-20T22:41:47.2596944Z [00:03:28.912]➜  # import config
2025-08-20T22:41:47.2599470Z [00:03:28.912]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:47.2599846Z [00:03:28.912]➜  EOF
2025-08-20T22:41:47.2601633Z [00:03:28.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/sync=>github.com/aws/smithy-go@v1.22.4/sync;$WORK/b1103=>" -p github.com/aws/smithy-go/sync -lang=go1.22 -complete -installsuffix shared -buildid AoJ5PyOmii5TmVYaf5Rc/AoJ5PyOmii5TmVYaf5Rc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1103/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/sync/error.go
2025-08-20T22:41:47.2839605Z [00:03:28.936]➜  go tool buildid -w $WORK/b1103/_pkg_.a # internal
2025-08-20T22:41:47.2844022Z [00:03:28.937]➜  cp $WORK/b1103/_pkg_.a /root/.cache/go-build/60/608bc9939738c5a4e339595fcd99aa7c44fe34c89c6c551b53fc197622717b44-d # internal
2025-08-20T22:41:47.2858968Z [00:03:28.938]➜  github.com/aws/smithy-go/waiter
2025-08-20T22:41:47.2862007Z [00:03:28.938]➜  mkdir -p $WORK/b1104/
2025-08-20T22:41:47.2862444Z [00:03:28.938]➜  cat >/tmp/go-build3998081543/b1104/importcfg << 'EOF' # internal
2025-08-20T22:41:47.2862812Z [00:03:28.938]➜  # import config
2025-08-20T22:41:47.2863162Z [00:03:28.938]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:47.2863587Z [00:03:28.938]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:47.2864102Z [00:03:28.938]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:47.2865095Z [00:03:28.938]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:47.2865915Z [00:03:28.938]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3998081543/b333/_pkg_.a
2025-08-20T22:41:47.2866421Z [00:03:28.938]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:47.2866833Z [00:03:28.938]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:47.2867141Z [00:03:28.938]➜  EOF
2025-08-20T22:41:47.2869237Z [00:03:28.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1104/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/waiter=>github.com/aws/smithy-go@v1.22.4/waiter;$WORK/b1104=>" -p github.com/aws/smithy-go/waiter -lang=go1.22 -complete -installsuffix shared -buildid HHgONos4LLW_zX0PRwyj/HHgONos4LLW_zX0PRwyj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1104/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/waiter/logger.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/waiter/waiter.go
2025-08-20T22:41:47.3030795Z [00:03:28.955]➜  go tool buildid -w $WORK/b1078/_pkg_.a # internal
2025-08-20T22:41:47.3048291Z [00:03:28.957]➜  cp $WORK/b1078/_pkg_.a /root/.cache/go-build/13/134047fdb587ee14bb9d5b333bb0698538ceb57413442eea5e940738fd3dc277-d # internal
2025-08-20T22:41:47.3097382Z [00:03:28.961]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob
2025-08-20T22:41:47.3098077Z [00:03:28.961]➜  mkdir -p $WORK/b1071/
2025-08-20T22:41:47.3100594Z [00:03:28.962]➜  cat >/tmp/go-build3998081543/b1071/importcfg << 'EOF' # internal
2025-08-20T22:41:47.3101729Z [00:03:28.962]➜  # import config
2025-08-20T22:41:47.3102086Z [00:03:28.962]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:47.3102663Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:47.3103390Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:47.3104140Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:47.3105127Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3998081543/b1004/_pkg_.a
2025-08-20T22:41:47.3106132Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3998081543/b1072/_pkg_.a
2025-08-20T22:41:47.3107143Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3998081543/b1074/_pkg_.a
2025-08-20T22:41:47.3108128Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:41:47.3109026Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:47.3109929Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:47.3110746Z [00:03:28.962]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3998081543/b1078/_pkg_.a
2025-08-20T22:41:47.3111329Z [00:03:28.962]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:47.3111732Z [00:03:28.962]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:47.3112139Z [00:03:28.962]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:47.3112557Z [00:03:28.962]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:47.3112977Z [00:03:28.962]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:47.3113413Z [00:03:28.962]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:47.3113844Z [00:03:28.962]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:47.3114443Z [00:03:28.962]➜  EOF
2025-08-20T22:41:47.3123548Z [00:03:28.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob;$WORK/b1071=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob -lang=go1.23 -complete -installsuffix shared -buildid o_hbSj6T9QbuvpK9C0Wq/o_hbSj6T9QbuvpK9C0Wq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1071/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/responses.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/retry_reader.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blob/utils.go
2025-08-20T22:41:47.3239619Z [00:03:28.973]➜  go tool buildid -w $WORK/b1104/_pkg_.a # internal
2025-08-20T22:41:47.3243139Z [00:03:28.974]➜  cp $WORK/b1104/_pkg_.a /root/.cache/go-build/dc/dce9b6d87017cc0baabe239b04116520b0e6f0b8cde3099f0b83ec404dfb8088-d # internal
2025-08-20T22:41:47.3769387Z [00:03:29.029]➜  github.com/aws/aws-sdk-go-v2/service/s3
2025-08-20T22:41:47.3777789Z [00:03:29.029]➜  mkdir -p $WORK/b1085/
2025-08-20T22:41:47.3778252Z [00:03:29.030]➜  cat >/tmp/go-build3998081543/b1085/importcfg << 'EOF' # internal
2025-08-20T22:41:47.3778615Z [00:03:29.030]➜  # import config
2025-08-20T22:41:47.3778965Z [00:03:29.030]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:47.3779391Z [00:03:29.030]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:47.3779835Z [00:03:29.030]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:47.3780324Z [00:03:29.030]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:47.3780799Z [00:03:29.030]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:47.3781505Z [00:03:29.030]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:47.3782052Z [00:03:29.030]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:47.3782516Z [00:03:29.030]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:47.3783062Z [00:03:29.030]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:47.3783547Z [00:03:29.030]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:47.3784056Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:47.3784682Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3998081543/b558/_pkg_.a
2025-08-20T22:41:47.3785521Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:47.3786296Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build3998081543/b1086/_pkg_.a
2025-08-20T22:41:47.3787124Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build3998081543/b1087/_pkg_.a
2025-08-20T22:41:47.3787900Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3998081543/b578/_pkg_.a
2025-08-20T22:41:47.3788547Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:41:47.3789179Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:47.3789852Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:41:47.3790880Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3998081543/b336/_pkg_.a
2025-08-20T22:41:47.3791562Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3998081543/b560/_pkg_.a
2025-08-20T22:41:47.3792280Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3998081543/b561/_pkg_.a
2025-08-20T22:41:47.3792980Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3998081543/b547/_pkg_.a
2025-08-20T22:41:47.3793662Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3998081543/b562/_pkg_.a
2025-08-20T22:41:47.3794401Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3998081543/b563/_pkg_.a
2025-08-20T22:41:47.3795133Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3998081543/b564/_pkg_.a
2025-08-20T22:41:47.3798783Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:41:47.3799501Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3998081543/b318/_pkg_.a
2025-08-20T22:41:47.3800215Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3998081543/b1088/_pkg_.a
2025-08-20T22:41:47.3800952Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3998081543/b579/_pkg_.a
2025-08-20T22:41:47.3801762Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3998081543/b1091/_pkg_.a
2025-08-20T22:41:47.3802532Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3998081543/b580/_pkg_.a
2025-08-20T22:41:47.3803298Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3998081543/b1092/_pkg_.a
2025-08-20T22:41:47.3804091Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build3998081543/b1095/_pkg_.a
2025-08-20T22:41:47.3804910Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build3998081543/b1096/_pkg_.a
2025-08-20T22:41:47.3806123Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3998081543/b1098/_pkg_.a
2025-08-20T22:41:47.3807001Z [00:03:29.030]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3998081543/b1099/_pkg_.a
2025-08-20T22:41:47.3807670Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:41:47.3808231Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:41:47.3808878Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3998081543/b1100/_pkg_.a
2025-08-20T22:41:47.3809670Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build3998081543/b1101/_pkg_.a
2025-08-20T22:41:47.3810336Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:41:47.3810988Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:41:47.3811639Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3998081543/b583/_pkg_.a
2025-08-20T22:41:47.3812258Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3998081543/b569/_pkg_.a
2025-08-20T22:41:47.3812935Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build3998081543/b1102/_pkg_.a
2025-08-20T22:41:47.3813575Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3998081543/b550/_pkg_.a
2025-08-20T22:41:47.3814152Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:47.3814987Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3998081543/b327/_pkg_.a
2025-08-20T22:41:47.3815770Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:47.3816380Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3998081543/b331/_pkg_.a
2025-08-20T22:41:47.3816957Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build3998081543/b1103/_pkg_.a
2025-08-20T22:41:47.3817533Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3998081543/b328/_pkg_.a
2025-08-20T22:41:47.3818111Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:41:47.3818729Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:47.3819339Z [00:03:29.030]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3998081543/b1104/_pkg_.a
2025-08-20T22:41:47.3819844Z [00:03:29.030]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:47.3820269Z [00:03:29.030]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:47.3820694Z [00:03:29.030]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:47.3821118Z [00:03:29.030]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:47.3821550Z [00:03:29.030]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:47.3822097Z [00:03:29.030]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:47.3822567Z [00:03:29.030]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:47.3822987Z [00:03:29.030]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:47.3823415Z [00:03:29.030]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:47.3823830Z [00:03:29.030]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:47.3824277Z [00:03:29.030]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:47.3824715Z [00:03:29.030]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:47.3825027Z [00:03:29.030]➜  EOF
2025-08-20T22:41:47.3867680Z [00:03:29.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1=>github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1;$WORK/b1085=>" -p github.com/aws/aws-sdk-go-v2/service/s3 -lang=go1.22 -complete -installsuffix shared -buildid mzS2DOqAkoynIvLqN8tf/mzS2DOqAkoynIvLqN8tf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1085/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_AbortMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_CompleteMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_CopyObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_CreateBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_CreateBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_CreateMultipartUpload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_CreateSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketLifecycle.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeleteObjects.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_DeletePublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketAccelerateConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketLifecycleConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketLocation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketLogging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketMetadataTableConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketNotificationConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketPolicyStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketRequestPayment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketVersioning.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetObjectAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetObjectAttributes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetObjectLegalHold.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetObjectLockConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetObjectRetention.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetObjectTorrent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_GetPublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_HeadBucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_HeadObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListBucketAnalyticsConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListBucketIntelligentTieringConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListBucketInventoryConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListBucketMetricsConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListBuckets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListDirectoryBuckets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListMultipartUploads.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListObjectVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListObjects.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListObjectsV2.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_ListParts.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketAccelerateConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketAnalyticsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketCors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketEncryption.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketIntelligentTieringConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketInventoryConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketLifecycleConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketLogging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketMetricsConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketNotificationConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketOwnershipControls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketPolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketReplication.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketRequestPayment.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketVersioning.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutBucketWebsite.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutObjectAcl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutObjectLegalHold.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutObjectLockConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutObjectRetention.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutObjectTagging.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_PutPublicAccessBlock.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_RestoreObject.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_SelectObjectContent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_UploadPart.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_UploadPartCopy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/api_op_WriteGetObjectResponse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/bucket_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/bucketer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/create_mpu_checksum.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/endpoint_auth_resolver.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/eventstream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/express.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/express_default.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/express_resolve.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/express_user_agent.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/handwritten_paginators.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/presign_post.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/serialize_immutable_hostname_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/uri_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/s3@v1.80.1/validators.go
2025-08-20T22:41:47.4566355Z [00:03:29.109]➜  go tool buildid -w $WORK/b1071/_pkg_.a # internal
2025-08-20T22:41:47.4598541Z [00:03:29.112]➜  cp $WORK/b1071/_pkg_.a /root/.cache/go-build/d2/d2b441d88db5e710d0a87e7954b17a470b0847460781114f17d527b92353f7ef-d # internal
2025-08-20T22:41:47.4637123Z [00:03:29.116]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob
2025-08-20T22:41:47.4640309Z [00:03:29.116]➜  mkdir -p $WORK/b1079/
2025-08-20T22:41:47.4649109Z [00:03:29.117]➜  cat >/tmp/go-build3998081543/b1079/importcfg << 'EOF' # internal
2025-08-20T22:41:47.4649573Z [00:03:29.117]➜  # import config
2025-08-20T22:41:47.4649921Z [00:03:29.117]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:47.4650371Z [00:03:29.117]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:47.4650832Z [00:03:29.117]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:47.4651316Z [00:03:29.117]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:47.4651764Z [00:03:29.117]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:47.4652338Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:47.4653258Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:47.4654001Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:47.4654749Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3998081543/b1004/_pkg_.a
2025-08-20T22:41:47.4655625Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3998081543/b1043/_pkg_.a
2025-08-20T22:41:47.4656401Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3998081543/b990/_pkg_.a
2025-08-20T22:41:47.4657124Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3998081543/b1008/_pkg_.a
2025-08-20T22:41:47.4658108Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:41:47.4658923Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3998081543/b1072/_pkg_.a
2025-08-20T22:41:47.4659771Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3998081543/b1074/_pkg_.a
2025-08-20T22:41:47.4660651Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:41:47.4661541Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:47.4662421Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:47.4663233Z [00:03:29.117]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3998081543/b1078/_pkg_.a
2025-08-20T22:41:47.4663816Z [00:03:29.117]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:47.4664225Z [00:03:29.117]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:47.4664632Z [00:03:29.117]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:47.4665050Z [00:03:29.117]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:47.4667163Z [00:03:29.117]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:47.4667852Z [00:03:29.117]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:47.4668351Z [00:03:29.117]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:47.4668663Z [00:03:29.117]➜  EOF
2025-08-20T22:41:47.4696224Z [00:03:29.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1079/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob;$WORK/b1079=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob -lang=go1.23 -complete -installsuffix shared -buildid _25abKHg6VGopxwba9OH/_25abKHg6VGopxwba9OH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1079/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/chunkwriting.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/blockblob/responses.go
2025-08-20T22:41:47.6870600Z [00:03:29.339]➜  go tool buildid -w $WORK/b1079/_pkg_.a # internal
2025-08-20T22:41:47.6898527Z [00:03:29.342]➜  cp $WORK/b1079/_pkg_.a /root/.cache/go-build/2a/2a276bfd87e39a2df3a2fb0352644809298650e9918fe5029b3fecda7732fee9-d # internal
2025-08-20T22:41:47.6939863Z [00:03:29.346]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob
2025-08-20T22:41:47.6941565Z [00:03:29.346]➜  mkdir -p $WORK/b1081/
2025-08-20T22:41:47.6941999Z [00:03:29.346]➜  cat >/tmp/go-build3998081543/b1081/importcfg << 'EOF' # internal
2025-08-20T22:41:47.6942353Z [00:03:29.346]➜  # import config
2025-08-20T22:41:47.6942704Z [00:03:29.346]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:47.6943142Z [00:03:29.346]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:47.6943709Z [00:03:29.346]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:47.6944419Z [00:03:29.346]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:47.6945157Z [00:03:29.346]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:47.6946442Z [00:03:29.346]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:41:47.6947276Z [00:03:29.346]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3998081543/b1074/_pkg_.a
2025-08-20T22:41:47.6948157Z [00:03:29.346]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:41:47.6949058Z [00:03:29.346]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:47.6949944Z [00:03:29.346]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:47.6950760Z [00:03:29.346]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3998081543/b1078/_pkg_.a
2025-08-20T22:41:47.6951344Z [00:03:29.346]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:47.6951776Z [00:03:29.346]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:47.6952189Z [00:03:29.346]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:47.6952498Z [00:03:29.346]➜  EOF
2025-08-20T22:41:47.6955851Z [00:03:29.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1081/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob;$WORK/b1081=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob -lang=go1.23 -complete -installsuffix shared -buildid GVyvBn68fsp1Vb8YlLgu/GVyvBn68fsp1Vb8YlLgu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1081/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/appendblob/responses.go
2025-08-20T22:41:47.8473291Z [00:03:29.499]➜  go tool buildid -w $WORK/b1081/_pkg_.a # internal
2025-08-20T22:41:47.8493340Z [00:03:29.501]➜  cp $WORK/b1081/_pkg_.a /root/.cache/go-build/59/592bf7058991b2faedea6178d0b18d565939a09502d9f4a7fae79531b72fd005-d # internal
2025-08-20T22:41:47.8562721Z [00:03:29.508]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob
2025-08-20T22:41:47.8600112Z [00:03:29.508]➜  mkdir -p $WORK/b1082/
2025-08-20T22:41:47.8600565Z [00:03:29.509]➜  cat >/tmp/go-build3998081543/b1082/importcfg << 'EOF' # internal
2025-08-20T22:41:47.8600925Z [00:03:29.509]➜  # import config
2025-08-20T22:41:47.8601279Z [00:03:29.509]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:47.8601859Z [00:03:29.509]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:47.8603082Z [00:03:29.509]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:47.8603831Z [00:03:29.509]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:47.8604608Z [00:03:29.509]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:41:47.8605588Z [00:03:29.509]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3998081543/b1074/_pkg_.a
2025-08-20T22:41:47.8606512Z [00:03:29.509]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:41:47.8607404Z [00:03:29.509]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:47.8608287Z [00:03:29.509]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:47.8609436Z [00:03:29.509]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3998081543/b1078/_pkg_.a
2025-08-20T22:41:47.8610021Z [00:03:29.509]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:47.8610451Z [00:03:29.509]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:47.8610888Z [00:03:29.509]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:47.8611308Z [00:03:29.509]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:47.8611714Z [00:03:29.509]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:47.8612024Z [00:03:29.509]➜  EOF
2025-08-20T22:41:47.8616798Z [00:03:29.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1082/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob;$WORK/b1082=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob -lang=go1.23 -complete -installsuffix shared -buildid _hsR-nPDfXcACGDQbrMQ/_hsR-nPDfXcACGDQbrMQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1082/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/pageblob/responses.go
2025-08-20T22:41:47.9869364Z [00:03:29.639]➜  go tool buildid -w $WORK/b1082/_pkg_.a # internal
2025-08-20T22:41:47.9893070Z [00:03:29.641]➜  cp $WORK/b1082/_pkg_.a /root/.cache/go-build/9f/9f189c0a1450ae33b34164c2a11369fbe59557aff143a50a5bd0e2a76c2be28d-d # internal
2025-08-20T22:41:47.9917485Z [00:03:29.644]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container
2025-08-20T22:41:47.9921440Z [00:03:29.644]➜  mkdir -p $WORK/b1080/
2025-08-20T22:41:47.9921848Z [00:03:29.644]➜  cat >/tmp/go-build3998081543/b1080/importcfg << 'EOF' # internal
2025-08-20T22:41:47.9922201Z [00:03:29.644]➜  # import config
2025-08-20T22:41:47.9922844Z [00:03:29.644]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:47.9923338Z [00:03:29.644]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:47.9923778Z [00:03:29.644]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:47.9924197Z [00:03:29.644]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:47.9924760Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:47.9925652Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:47.9926617Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:47.9927370Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3998081543/b1004/_pkg_.a
2025-08-20T22:41:47.9928176Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build3998081543/b1081/_pkg_.a
2025-08-20T22:41:47.9928982Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:41:47.9929809Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3998081543/b1072/_pkg_.a
2025-08-20T22:41:47.9930633Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3998081543/b1079/_pkg_.a
2025-08-20T22:41:47.9931474Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3998081543/b1074/_pkg_.a
2025-08-20T22:41:47.9932535Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:41:47.9933437Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:47.9934321Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:47.9935167Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build3998081543/b1082/_pkg_.a
2025-08-20T22:41:47.9936152Z [00:03:29.644]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3998081543/b1078/_pkg_.a
2025-08-20T22:41:47.9936747Z [00:03:29.644]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:47.9937181Z [00:03:29.644]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:47.9937619Z [00:03:29.644]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:47.9938061Z [00:03:29.644]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:47.9938378Z [00:03:29.644]➜  EOF
2025-08-20T22:41:47.9942342Z [00:03:29.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1080/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container;$WORK/b1080=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container -lang=go1.23 -complete -installsuffix shared -buildid 96JXJjita9OouSP-gLmV/96JXJjita9OouSP-gLmV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1080/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/batch_builder.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/container/responses.go
2025-08-20T22:41:48.1381007Z [00:03:29.790]➜  go tool buildid -w $WORK/b1080/_pkg_.a # internal
2025-08-20T22:41:48.1414479Z [00:03:29.794]➜  cp $WORK/b1080/_pkg_.a /root/.cache/go-build/ba/bac7324872248772fc8fb603b2dda3b7c5e0b958700903853077f6d53ad7f96e-d # internal
2025-08-20T22:41:48.1432195Z [00:03:29.795]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service
2025-08-20T22:41:48.1435072Z [00:03:29.796]➜  mkdir -p $WORK/b1083/
2025-08-20T22:41:48.1456145Z [00:03:29.796]➜  cat >/tmp/go-build3998081543/b1083/importcfg << 'EOF' # internal
2025-08-20T22:41:48.1456580Z [00:03:29.796]➜  # import config
2025-08-20T22:41:48.1456927Z [00:03:29.796]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:48.1457718Z [00:03:29.796]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:48.1458151Z [00:03:29.796]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:48.1458564Z [00:03:29.796]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:48.1459131Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:48.1459852Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:48.1460590Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:48.1461338Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3998081543/b1004/_pkg_.a
2025-08-20T22:41:48.1462061Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3998081543/b1043/_pkg_.a
2025-08-20T22:41:48.1463004Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:41:48.1463807Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3998081543/b1072/_pkg_.a
2025-08-20T22:41:48.1464628Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3998081543/b1080/_pkg_.a
2025-08-20T22:41:48.1465653Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3998081543/b1074/_pkg_.a
2025-08-20T22:41:48.1466594Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:41:48.1467488Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:48.1468371Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:48.1469193Z [00:03:29.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3998081543/b1078/_pkg_.a
2025-08-20T22:41:48.1469785Z [00:03:29.796]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:48.1470216Z [00:03:29.796]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:48.1470807Z [00:03:29.796]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:48.1471290Z [00:03:29.796]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:48.1471604Z [00:03:29.796]➜  EOF
2025-08-20T22:41:48.1475580Z [00:03:29.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service;$WORK/b1083=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service -lang=go1.23 -complete -installsuffix shared -buildid uslVzvS_VHVh0Bc1NOnK/uslVzvS_VHVh0Bc1NOnK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1083/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/batch_builder.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/service/responses.go
2025-08-20T22:41:48.2892835Z [00:03:29.941]➜  go tool buildid -w $WORK/b1083/_pkg_.a # internal
2025-08-20T22:41:48.2953912Z [00:03:29.947]➜  cp $WORK/b1083/_pkg_.a /root/.cache/go-build/ab/ab5cf334dfe759680d6403eb4044b896e127992ad196464e9390102f8b0c5a9f-d # internal
2025-08-20T22:41:48.2984948Z [00:03:29.951]➜  github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
2025-08-20T22:41:48.2986104Z [00:03:29.951]➜  mkdir -p $WORK/b1070/
2025-08-20T22:41:48.2989055Z [00:03:29.951]➜  cat >/tmp/go-build3998081543/b1070/importcfg << 'EOF' # internal
2025-08-20T22:41:48.2989428Z [00:03:29.951]➜  # import config
2025-08-20T22:41:48.2989810Z [00:03:29.951]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:48.2990380Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:48.2991107Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:41:48.2991867Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:41:48.2992668Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3998081543/b1079/_pkg_.a
2025-08-20T22:41:48.2993871Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3998081543/b1080/_pkg_.a
2025-08-20T22:41:48.2994712Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3998081543/b1074/_pkg_.a
2025-08-20T22:41:48.2995762Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:41:48.2996735Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:41:48.2997623Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:41:48.2998440Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3998081543/b1078/_pkg_.a
2025-08-20T22:41:48.2999244Z [00:03:29.951]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build3998081543/b1083/_pkg_.a
2025-08-20T22:41:48.2999842Z [00:03:29.951]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:48.3000235Z [00:03:29.951]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:48.3000695Z [00:03:29.951]➜  EOF
2025-08-20T22:41:48.3029946Z [00:03:29.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1=>github.com/Azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1;$WORK/b1070=>" -p github.com/Azure/azure-sdk-for-go/sdk/storage/azblob -lang=go1.23 -complete -installsuffix shared -buildid N9j17bqSA0rvXhSPe8Mv/N9j17bqSA0rvXhSPe8Mv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1070/importcfg -pack /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/client.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/common.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/constants.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/doc.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/log.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/models.go /root/go/pkg/mod/github.com/!azure/azure-sdk-for-go/sdk/storage/azblob@v1.6.1/responses.go
2025-08-20T22:41:48.4593297Z [00:03:30.112]➜  go tool buildid -w $WORK/b1070/_pkg_.a # internal
2025-08-20T22:41:48.4616784Z [00:03:30.114]➜  cp $WORK/b1070/_pkg_.a /root/.cache/go-build/a5/a559e46b8043b2964b07ee5c929daf587d69655bfa2347b052f2dab172169700-d # internal
2025-08-20T22:41:48.4619688Z [00:03:30.114]➜  go.opencensus.io/resource
2025-08-20T22:41:48.4621889Z [00:03:30.114]➜  mkdir -p $WORK/b1108/
2025-08-20T22:41:48.4632676Z [00:03:30.115]➜  cat >/tmp/go-build3998081543/b1108/importcfg << 'EOF' # internal
2025-08-20T22:41:48.4633114Z [00:03:30.115]➜  # import config
2025-08-20T22:41:48.4633824Z [00:03:30.115]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:48.4634255Z [00:03:30.115]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:48.4634660Z [00:03:30.115]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:48.4635101Z [00:03:30.115]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:48.4635685Z [00:03:30.115]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:48.4636124Z [00:03:30.115]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:48.4636552Z [00:03:30.115]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:48.4636868Z [00:03:30.115]➜  EOF
2025-08-20T22:41:48.4638581Z [00:03:30.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1108/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/resource=>go.opencensus.io@v0.24.0/resource;$WORK/b1108=>" -p go.opencensus.io/resource -lang=go1.13 -complete -installsuffix shared -buildid 7D-GGKlogFjya3saiwXj/7D-GGKlogFjya3saiwXj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1108/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/resource/resource.go
2025-08-20T22:41:48.4964411Z [00:03:30.149]➜  go tool buildid -w $WORK/b1108/_pkg_.a # internal
2025-08-20T22:41:48.4979585Z [00:03:30.150]➜  cp $WORK/b1108/_pkg_.a /root/.cache/go-build/f0/f06864a41f1e20b757d8b824c323f5e24ff6a8ca705f6842c88c41a0edb35e2f-d # internal
2025-08-20T22:41:48.5001909Z [00:03:30.152]➜  go.opencensus.io/metric/metricdata
2025-08-20T22:41:48.5002857Z [00:03:30.153]➜  mkdir -p $WORK/b1107/
2025-08-20T22:41:48.5006743Z [00:03:30.153]➜  cat >/tmp/go-build3998081543/b1107/importcfg << 'EOF' # internal
2025-08-20T22:41:48.5007428Z [00:03:30.153]➜  # import config
2025-08-20T22:41:48.5008574Z [00:03:30.153]➜  packagefile go.opencensus.io/resource=/tmp/go-build3998081543/b1108/_pkg_.a
2025-08-20T22:41:48.5009431Z [00:03:30.153]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:48.5010236Z [00:03:30.153]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:48.5011410Z [00:03:30.153]➜  EOF
2025-08-20T22:41:48.5015219Z [00:03:30.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1107/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata=>go.opencensus.io@v0.24.0/metric/metricdata;$WORK/b1107=>" -p go.opencensus.io/metric/metricdata -lang=go1.13 -complete -installsuffix shared -buildid YDqKAMguHqlTIcDcVTaQ/YDqKAMguHqlTIcDcVTaQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1107/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/exemplar.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/label.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/metric.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/point.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/type_string.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricdata/unit.go
2025-08-20T22:41:48.5363221Z [00:03:30.188]➜  go tool buildid -w $WORK/b1107/_pkg_.a # internal
2025-08-20T22:41:48.5378473Z [00:03:30.190]➜  cp $WORK/b1107/_pkg_.a /root/.cache/go-build/36/3653f0acd7380cecccc79f55be7ed40ed6922be355b3ae846a77c179e227013a-d # internal
2025-08-20T22:41:48.5380114Z [00:03:30.190]➜  runtime/pprof
2025-08-20T22:41:48.5380396Z [00:03:30.190]➜  mkdir -p $WORK/b1111/
2025-08-20T22:41:48.5380793Z [00:03:30.190]➜  cat >/tmp/go-build3998081543/b1111/importcfg << 'EOF' # internal
2025-08-20T22:41:48.5381145Z [00:03:30.190]➜  # import config
2025-08-20T22:41:48.5381487Z [00:03:30.190]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:48.5381904Z [00:03:30.190]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:48.5382317Z [00:03:30.190]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:41:48.5383122Z [00:03:30.190]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:48.5383587Z [00:03:30.190]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:48.5384046Z [00:03:30.190]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:48.5384504Z [00:03:30.190]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:48.5384917Z [00:03:30.190]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:48.5385509Z [00:03:30.190]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:41:48.5386081Z [00:03:30.190]➜  packagefile internal/profilerecord=/tmp/go-build3998081543/b018/_pkg_.a
2025-08-20T22:41:48.5386552Z [00:03:30.190]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:48.5386963Z [00:03:30.190]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:48.5387368Z [00:03:30.190]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:48.5388046Z [00:03:30.190]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:48.5388476Z [00:03:30.190]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:48.5388895Z [00:03:30.190]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:48.5389320Z [00:03:30.190]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:48.5389749Z [00:03:30.190]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:48.5390171Z [00:03:30.190]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:48.5390587Z [00:03:30.190]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:48.5391045Z [00:03:30.190]➜  packagefile text/tabwriter=/tmp/go-build3998081543/b437/_pkg_.a
2025-08-20T22:41:48.5391485Z [00:03:30.190]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:48.5391788Z [00:03:30.190]➜  EOF
2025-08-20T22:41:48.5394831Z [00:03:30.190]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1111/_pkg_.a -trimpath "/root/.go/src/runtime/pprof=>runtime/pprof;$WORK/b1111=>" -p runtime/pprof -lang=go1.25 -std -installsuffix shared -buildid k1Lf49yIK_Dqg3jg9zyZ/k1Lf49yIK_Dqg3jg9zyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1111/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-20T22:41:48.8699740Z [00:03:30.522]➜  go tool buildid -w $WORK/b1111/_pkg_.a # internal
2025-08-20T22:41:48.8733245Z [00:03:30.525]➜  cp $WORK/b1111/_pkg_.a /root/.cache/go-build/bf/bfb593b9019fe0e0c0f313b2c764c25663922f5fce51589f147b195aefbf53ed-d # internal
2025-08-20T22:41:48.8740729Z [00:03:30.526]➜  go.opencensus.io/tag
2025-08-20T22:41:48.8741039Z [00:03:30.526]➜  mkdir -p $WORK/b1110/
2025-08-20T22:41:48.8741423Z [00:03:30.526]➜  cat >/tmp/go-build3998081543/b1110/importcfg << 'EOF' # internal
2025-08-20T22:41:48.8741770Z [00:03:30.526]➜  # import config
2025-08-20T22:41:48.8742126Z [00:03:30.526]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:48.8742555Z [00:03:30.526]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:48.8743022Z [00:03:30.526]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:48.8743474Z [00:03:30.526]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:48.8743892Z [00:03:30.526]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:48.8744338Z [00:03:30.526]➜  packagefile runtime/pprof=/tmp/go-build3998081543/b1111/_pkg_.a
2025-08-20T22:41:48.8744778Z [00:03:30.526]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:48.8745731Z [00:03:30.526]➜  EOF
2025-08-20T22:41:48.8791062Z [00:03:30.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1110/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/tag=>go.opencensus.io@v0.24.0/tag;$WORK/b1110=>" -p go.opencensus.io/tag -lang=go1.13 -complete -installsuffix shared -buildid l9fbydZLShHiwvx_7Rct/l9fbydZLShHiwvx_7Rct -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1110/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/context.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/key.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/map.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/map_codec.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/metadata.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/profile_19.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/tag/validate.go
2025-08-20T22:41:48.9387928Z [00:03:30.591]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels
2025-08-20T22:41:48.9390258Z [00:03:30.591]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow-go/v18/arrow/compute/internal/kernels -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels=>github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels;$WORK/b429=>" -I $WORK/b429/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b429/cast_numeric_neon_arm64.o ./cast_numeric_neon_arm64.s
2025-08-20T22:41:48.9601209Z [00:03:30.612]➜  go tool buildid -w $WORK/b1110/_pkg_.a # internal
2025-08-20T22:41:48.9655640Z [00:03:30.618]➜  cp $WORK/b1110/_pkg_.a /root/.cache/go-build/ca/ca921caef34f22162e8b7a54fc5806ad606711f5f3696dd1dcc94e395a4f5791-d # internal
2025-08-20T22:41:48.9656596Z [00:03:30.618]➜  go.opencensus.io/stats/internal
2025-08-20T22:41:48.9657046Z [00:03:30.618]➜  mkdir -p $WORK/b1109/
2025-08-20T22:41:48.9657554Z [00:03:30.618]➜  cat >/tmp/go-build3998081543/b1109/importcfg << 'EOF' # internal
2025-08-20T22:41:48.9659156Z [00:03:30.618]➜  # import config
2025-08-20T22:41:48.9659808Z [00:03:30.618]➜  packagefile go.opencensus.io/tag=/tmp/go-build3998081543/b1110/_pkg_.a
2025-08-20T22:41:48.9660257Z [00:03:30.618]➜  EOF
2025-08-20T22:41:48.9660622Z [00:03:30.618]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:48.9665325Z [00:03:30.618]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1109/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal=>go.opencensus.io@v0.24.0/stats/internal;$WORK/b1109=>" -p go.opencensus.io/stats/internal -lang=go1.13 -complete -installsuffix shared -buildid Z0gSmE2e6SHdNhl1B1Ag/Z0gSmE2e6SHdNhl1B1Ag -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1109/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/internal/record.go
2025-08-20T22:41:48.9789192Z [00:03:30.631]➜  cd /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/internal/kernels
2025-08-20T22:41:48.9790247Z [00:03:30.631]➜  go tool pack r $WORK/b429/_pkg_.a $WORK/b429/cast_numeric_neon_arm64.o # internal
2025-08-20T22:41:48.9791803Z [00:03:30.632]➜  go tool buildid -w $WORK/b429/_pkg_.a # internal
2025-08-20T22:41:48.9904771Z [00:03:30.643]➜  go tool buildid -w $WORK/b1109/_pkg_.a # internal
2025-08-20T22:41:48.9911313Z [00:03:30.643]➜  cp $WORK/b1109/_pkg_.a /root/.cache/go-build/56/56ff40236143b4072d02ca4c7a2643d2cc87d2d283b756e3c3e2166319cad778-d # internal
2025-08-20T22:41:48.9916227Z [00:03:30.644]➜  go.opencensus.io/stats
2025-08-20T22:41:48.9924110Z [00:03:30.644]➜  mkdir -p $WORK/b1106/
2025-08-20T22:41:48.9926714Z [00:03:30.645]➜  cat >/tmp/go-build3998081543/b1106/importcfg << 'EOF' # internal
2025-08-20T22:41:48.9931219Z [00:03:30.645]➜  # import config
2025-08-20T22:41:48.9932226Z [00:03:30.645]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:48.9932815Z [00:03:30.645]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build3998081543/b1107/_pkg_.a
2025-08-20T22:41:48.9933785Z [00:03:30.645]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build3998081543/b1109/_pkg_.a
2025-08-20T22:41:48.9934512Z [00:03:30.645]➜  packagefile go.opencensus.io/tag=/tmp/go-build3998081543/b1110/_pkg_.a
2025-08-20T22:41:48.9934981Z [00:03:30.645]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:48.9935546Z [00:03:30.645]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:48.9935935Z [00:03:30.645]➜  EOF
2025-08-20T22:41:48.9936215Z [00:03:30.645]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:48.9939031Z [00:03:30.645]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1106/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats=>go.opencensus.io@v0.24.0/stats;$WORK/b1106=>" -p go.opencensus.io/stats -lang=go1.13 -complete -installsuffix shared -buildid R5wlcH30bkpQa6e0eo_J/R5wlcH30bkpQa6e0eo_J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1106/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure_float64.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/measure_int64.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/record.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/units.go
2025-08-20T22:41:49.0365952Z [00:03:30.689]➜  go tool buildid -w $WORK/b1106/_pkg_.a # internal
2025-08-20T22:41:49.0380489Z [00:03:30.690]➜  cp $WORK/b1106/_pkg_.a /root/.cache/go-build/06/0624c9dd5a2d40dcc4abcf3e9422519db64731af7e9420efffe4740a54ad4dff-d # internal
2025-08-20T22:41:49.0381339Z [00:03:30.690]➜  go.opencensus.io/metric/metricproducer
2025-08-20T22:41:49.0381956Z [00:03:30.690]➜  mkdir -p $WORK/b1114/
2025-08-20T22:41:49.0388298Z [00:03:30.691]➜  cat >/tmp/go-build3998081543/b1114/importcfg << 'EOF' # internal
2025-08-20T22:41:49.0389761Z [00:03:30.691]➜  # import config
2025-08-20T22:41:49.0390241Z [00:03:30.691]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build3998081543/b1107/_pkg_.a
2025-08-20T22:41:49.0390793Z [00:03:30.691]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:49.0391100Z [00:03:30.691]➜  EOF
2025-08-20T22:41:49.0400759Z [00:03:30.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1114/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer=>go.opencensus.io@v0.24.0/metric/metricproducer;$WORK/b1114=>" -p go.opencensus.io/metric/metricproducer -lang=go1.13 -complete -installsuffix shared -buildid 45LiZ5nHOkGuuo1JnUtx/45LiZ5nHOkGuuo1JnUtx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1114/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer/manager.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/metric/metricproducer/producer.go
2025-08-20T22:41:49.0562459Z [00:03:30.709]➜  go tool buildid -w $WORK/b1114/_pkg_.a # internal
2025-08-20T22:41:49.0598725Z [00:03:30.711]➜  cp $WORK/b1114/_pkg_.a /root/.cache/go-build/60/604fa2f1e38710af5a932104a822fe8258471a8ad63275562c531a781f8d2368-d # internal
2025-08-20T22:41:49.0599403Z [00:03:30.712]➜  go.opencensus.io/stats/view
2025-08-20T22:41:49.0599706Z [00:03:30.712]➜  mkdir -p $WORK/b1112/
2025-08-20T22:41:49.0600091Z [00:03:30.712]➜  cat >/tmp/go-build3998081543/b1112/importcfg << 'EOF' # internal
2025-08-20T22:41:49.0600470Z [00:03:30.712]➜  # import config
2025-08-20T22:41:49.0600825Z [00:03:30.712]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:49.0601248Z [00:03:30.712]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:49.0601669Z [00:03:30.712]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.0602199Z [00:03:30.712]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build3998081543/b1113/_pkg_.a
2025-08-20T22:41:49.0602826Z [00:03:30.712]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build3998081543/b1107/_pkg_.a
2025-08-20T22:41:49.0603460Z [00:03:30.712]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build3998081543/b1114/_pkg_.a
2025-08-20T22:41:49.0604492Z [00:03:30.712]➜  packagefile go.opencensus.io/resource=/tmp/go-build3998081543/b1108/_pkg_.a
2025-08-20T22:41:49.0605033Z [00:03:30.712]➜  packagefile go.opencensus.io/stats=/tmp/go-build3998081543/b1106/_pkg_.a
2025-08-20T22:41:49.0608353Z [00:03:30.712]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build3998081543/b1109/_pkg_.a
2025-08-20T22:41:49.0608925Z [00:03:30.712]➜  packagefile go.opencensus.io/tag=/tmp/go-build3998081543/b1110/_pkg_.a
2025-08-20T22:41:49.0609403Z [00:03:30.712]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:49.0609846Z [00:03:30.712]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:49.0610267Z [00:03:30.712]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:49.0610687Z [00:03:30.712]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:49.0611101Z [00:03:30.712]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:49.0611552Z [00:03:30.712]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:49.0611987Z [00:03:30.712]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:49.0612296Z [00:03:30.712]➜  EOF
2025-08-20T22:41:49.0624944Z [00:03:30.714]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1112/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view=>go.opencensus.io@v0.24.0/stats/view;$WORK/b1112=>" -p go.opencensus.io/stats/view -lang=go1.13 -complete -installsuffix shared -buildid RU1nvR8ak_qxsylWJ4JV/RU1nvR8ak_qxsylWJ4JV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1112/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/aggregation.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/aggregation_data.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/collector.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/export.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/view.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/view_to_metric.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/stats/view/worker_commands.go
2025-08-20T22:41:49.1580901Z [00:03:30.810]➜  cp $WORK/b429/_pkg_.a /root/.cache/go-build/5e/5e086aa14f2b4fa4216abd0adee2ef714265722b334a6f6c2cbf6a00e9761fdb-d # internal
2025-08-20T22:41:49.1681081Z [00:03:30.820]➜  github.com/apache/arrow-go/v18/arrow/compute
2025-08-20T22:41:49.1682038Z [00:03:30.820]➜  mkdir -p $WORK/b425/
2025-08-20T22:41:49.1683231Z [00:03:30.820]➜  cat >/tmp/go-build3998081543/b425/importcfg << 'EOF' # internal
2025-08-20T22:41:49.1684129Z [00:03:30.820]➜  # import config
2025-08-20T22:41:49.1684748Z [00:03:30.820]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:49.1685618Z [00:03:30.820]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:49.1686128Z [00:03:30.820]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:49.1686846Z [00:03:30.820]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:49.1687478Z [00:03:30.820]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.1688175Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:49.1689006Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:49.1689700Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:49.1690403Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute/exec=/tmp/go-build3998081543/b426/_pkg_.a
2025-08-20T22:41:49.1691177Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute/internal/kernels=/tmp/go-build3998081543/b429/_pkg_.a
2025-08-20T22:41:49.1691934Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:41:49.1693078Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal256=/tmp/go-build3998081543/b360/_pkg_.a
2025-08-20T22:41:49.1693792Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/extensions=/tmp/go-build3998081543/b381/_pkg_.a
2025-08-20T22:41:49.1694487Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal=/tmp/go-build3998081543/b412/_pkg_.a
2025-08-20T22:41:49.1695203Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:41:49.1696110Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/ipc=/tmp/go-build3998081543/b410/_pkg_.a
2025-08-20T22:41:49.1696768Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:49.1697437Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/arrow/scalar=/tmp/go-build3998081543/b427/_pkg_.a
2025-08-20T22:41:49.1698138Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/internal/hashing=/tmp/go-build3998081543/b379/_pkg_.a
2025-08-20T22:41:49.1698827Z [00:03:30.820]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:49.1699431Z [00:03:30.820]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3998081543/b430/_pkg_.a
2025-08-20T22:41:49.1699960Z [00:03:30.820]➜  packagefile golang.org/x/exp/slices=/tmp/go-build3998081543/b428/_pkg_.a
2025-08-20T22:41:49.1700516Z [00:03:30.820]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3998081543/b431/_pkg_.a
2025-08-20T22:41:49.1701057Z [00:03:30.820]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:49.1701548Z [00:03:30.820]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:41:49.1701980Z [00:03:30.820]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:49.1702398Z [00:03:30.820]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:49.1702831Z [00:03:30.820]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:49.1703272Z [00:03:30.820]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:49.1703903Z [00:03:30.820]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:49.1704416Z [00:03:30.820]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:49.1704950Z [00:03:30.820]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:49.1705555Z [00:03:30.820]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:49.1706030Z [00:03:30.820]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:49.1706462Z [00:03:30.820]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:49.1706782Z [00:03:30.820]➜  EOF
2025-08-20T22:41:49.1734955Z [00:03:30.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute=>github.com/apache/arrow-go/v18@v18.3.0/arrow/compute;$WORK/b425=>" -p github.com/apache/arrow-go/v18/arrow/compute -lang=go1.23 -complete -installsuffix shared -buildid VBXeQA-7UHsUIb5FRo_v/VBXeQA-7UHsUIb5FRo_v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b425/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/arithmetic.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/cast.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/datum.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/datumkind_string.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exec.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/executor.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/expression.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/fieldref.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/fieldref_hash.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/funckind_string.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/functions.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/registry.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/scalar_bool.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/scalar_compare.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/scalar_set_lookup.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/selection.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/utils.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/vector_hash.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/vector_run_ends.go
2025-08-20T22:41:49.1742805Z [00:03:30.826]➜  go tool buildid -w $WORK/b1112/_pkg_.a # internal
2025-08-20T22:41:49.1743488Z [00:03:30.826]➜  cp $WORK/b1112/_pkg_.a /root/.cache/go-build/a5/a59cd26611c8f8753e3dd9b296c0f500f21c736798d9c409b10995091fa4e348-d # internal
2025-08-20T22:41:49.1744068Z [00:03:30.826]➜  gocloud.dev/internal/retry
2025-08-20T22:41:49.1744351Z [00:03:30.826]➜  mkdir -p $WORK/b1118/
2025-08-20T22:41:49.1744727Z [00:03:30.826]➜  cat >/tmp/go-build3998081543/b1118/importcfg << 'EOF' # internal
2025-08-20T22:41:49.1745084Z [00:03:30.826]➜  # import config
2025-08-20T22:41:49.1745669Z [00:03:30.826]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:49.1746161Z [00:03:30.826]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.1746677Z [00:03:30.826]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:49.1747179Z [00:03:30.826]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:49.1747504Z [00:03:30.826]➜  EOF
2025-08-20T22:41:49.1749433Z [00:03:30.826]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1118/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/internal/retry=>gocloud.dev@v0.41.0/internal/retry;$WORK/b1118=>" -p gocloud.dev/internal/retry -lang=go1.24 -complete -installsuffix shared -buildid gLXGllUJ4Y4NAnByUdON/gLXGllUJ4Y4NAnByUdON -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1118/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/internal/retry/retry.go
2025-08-20T22:41:49.1986390Z [00:03:30.851]➜  go tool buildid -w $WORK/b1118/_pkg_.a # internal
2025-08-20T22:41:49.1989333Z [00:03:30.851]➜  cp $WORK/b1118/_pkg_.a /root/.cache/go-build/b8/b8d2b02311155e6e5168340725ad120b20eb167b6deb310427512d06d6e21fd6-d # internal
2025-08-20T22:41:49.1990137Z [00:03:30.851]➜  gocloud.dev/internal/gcerr
2025-08-20T22:41:49.1990435Z [00:03:30.851]➜  mkdir -p $WORK/b1117/
2025-08-20T22:41:49.1992702Z [00:03:30.852]➜  cat >/tmp/go-build3998081543/b1117/importcfg << 'EOF' # internal
2025-08-20T22:41:49.1993090Z [00:03:30.852]➜  # import config
2025-08-20T22:41:49.1993447Z [00:03:30.852]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:49.1993882Z [00:03:30.852]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:49.1994305Z [00:03:30.852]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.1994800Z [00:03:30.852]➜  packagefile gocloud.dev/internal/retry=/tmp/go-build3998081543/b1118/_pkg_.a
2025-08-20T22:41:49.1995538Z [00:03:30.852]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:49.1996167Z [00:03:30.852]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:49.1996735Z [00:03:30.852]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:49.1997217Z [00:03:30.852]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:49.1998117Z [00:03:30.852]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:49.1998548Z [00:03:30.852]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:49.1998871Z [00:03:30.852]➜  EOF
2025-08-20T22:41:49.2000914Z [00:03:30.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1117/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/internal/gcerr=>gocloud.dev@v0.41.0/internal/gcerr;$WORK/b1117=>" -p gocloud.dev/internal/gcerr -lang=go1.24 -complete -installsuffix shared -buildid NY-Aj7EOz9LDIeFRKx1X/NY-Aj7EOz9LDIeFRKx1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1117/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/internal/gcerr/errorcode_string.go /root/go/pkg/mod/gocloud.dev@v0.41.0/internal/gcerr/gcerr.go
2025-08-20T22:41:49.2387128Z [00:03:30.891]➜  go tool buildid -w $WORK/b1117/_pkg_.a # internal
2025-08-20T22:41:49.2396199Z [00:03:30.892]➜  cp $WORK/b1117/_pkg_.a /root/.cache/go-build/b6/b67d04ede507c67e0f7fd9957149c910f73a85a0ea2702f12716c2d018656430-d # internal
2025-08-20T22:41:49.2396826Z [00:03:30.892]➜  gocloud.dev/gcerrors
2025-08-20T22:41:49.2406413Z [00:03:30.892]➜  mkdir -p $WORK/b1116/
2025-08-20T22:41:49.2407459Z [00:03:30.892]➜  cat >/tmp/go-build3998081543/b1116/importcfg << 'EOF' # internal
2025-08-20T22:41:49.2409054Z [00:03:30.892]➜  # import config
2025-08-20T22:41:49.2409893Z [00:03:30.892]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:49.2410373Z [00:03:30.892]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:49.2410896Z [00:03:30.892]➜  packagefile gocloud.dev/internal/gcerr=/tmp/go-build3998081543/b1117/_pkg_.a
2025-08-20T22:41:49.2411286Z [00:03:30.892]➜  EOF
2025-08-20T22:41:49.2412919Z [00:03:30.893]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1116/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/gcerrors=>gocloud.dev@v0.41.0/gcerrors;$WORK/b1116=>" -p gocloud.dev/gcerrors -lang=go1.24 -complete -installsuffix shared -buildid iBWBXCGh-r7G-ISXdBh4/iBWBXCGh-r7G-ISXdBh4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1116/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/gcerrors/errors.go
2025-08-20T22:41:49.2644811Z [00:03:30.917]➜  go tool buildid -w $WORK/b1116/_pkg_.a # internal
2025-08-20T22:41:49.2674113Z [00:03:30.920]➜  cp $WORK/b1116/_pkg_.a /root/.cache/go-build/4c/4cbfbfcecfbdd2db2c849b5ec9c064acef927a55eea3c031f9d08603474fdb89-d # internal
2025-08-20T22:41:49.2675049Z [00:03:30.920]➜  gocloud.dev/blob/driver
2025-08-20T22:41:49.2675722Z [00:03:30.920]➜  mkdir -p $WORK/b1115/
2025-08-20T22:41:49.2680112Z [00:03:30.920]➜  cat >/tmp/go-build3998081543/b1115/importcfg << 'EOF' # internal
2025-08-20T22:41:49.2680898Z [00:03:30.920]➜  # import config
2025-08-20T22:41:49.2681918Z [00:03:30.920]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:49.2682362Z [00:03:30.920]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:49.2682863Z [00:03:30.920]➜  packagefile gocloud.dev/gcerrors=/tmp/go-build3998081543/b1116/_pkg_.a
2025-08-20T22:41:49.2683340Z [00:03:30.920]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:49.2683757Z [00:03:30.920]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:49.2684187Z [00:03:30.920]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:49.2684499Z [00:03:30.920]➜  EOF
2025-08-20T22:41:49.2686319Z [00:03:30.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1115/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/blob/driver=>gocloud.dev@v0.41.0/blob/driver;$WORK/b1115=>" -p gocloud.dev/blob/driver -lang=go1.24 -complete -installsuffix shared -buildid nqfZkq-585py-Hcnh-yT/nqfZkq-585py-Hcnh-yT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1115/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/blob/driver/driver.go
2025-08-20T22:41:49.3471091Z [00:03:30.999]➜  go tool buildid -w $WORK/b1115/_pkg_.a # internal
2025-08-20T22:41:49.3477896Z [00:03:31.000]➜  cp $WORK/b1115/_pkg_.a /root/.cache/go-build/9e/9e967e61a807cf880a7adc5c0e52309bf82b82ad46eeadfbe7eda1e1b06d9fa9-d # internal
2025-08-20T22:41:49.3479936Z [00:03:31.000]➜  go.opencensus.io/internal
2025-08-20T22:41:49.3480941Z [00:03:31.000]➜  mkdir -p $WORK/b1123/
2025-08-20T22:41:49.3482289Z [00:03:31.001]➜  cat >/tmp/go-build3998081543/b1123/importcfg << 'EOF' # internal
2025-08-20T22:41:49.3482696Z [00:03:31.001]➜  # import config
2025-08-20T22:41:49.3483092Z [00:03:31.001]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.3483566Z [00:03:31.001]➜  packagefile go.opencensus.io=/tmp/go-build3998081543/b1124/_pkg_.a
2025-08-20T22:41:49.3484039Z [00:03:31.001]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:49.3484466Z [00:03:31.001]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:49.3484896Z [00:03:31.001]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:49.3485226Z [00:03:31.001]➜  EOF
2025-08-20T22:41:49.3487724Z [00:03:31.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1123/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/internal=>go.opencensus.io@v0.24.0/internal;$WORK/b1123=>" -p go.opencensus.io/internal -lang=go1.13 -complete -installsuffix shared -buildid S4qvE2AJTOxDTouw_pC5/S4qvE2AJTOxDTouw_pC5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1123/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-20T22:41:49.3787745Z [00:03:31.031]➜  go tool buildid -w $WORK/b1123/_pkg_.a # internal
2025-08-20T22:41:49.3817403Z [00:03:31.032]➜  cp $WORK/b1123/_pkg_.a /root/.cache/go-build/20/2061bc3d2610f581fadc96901c0679be3712df0093539e0a0fc1f36a9768fb47-d # internal
2025-08-20T22:41:49.3819911Z [00:03:31.034]➜  go.opencensus.io/trace/tracestate
2025-08-20T22:41:49.3820573Z [00:03:31.034]➜  mkdir -p $WORK/b1126/
2025-08-20T22:41:49.3821215Z [00:03:31.034]➜  cat >/tmp/go-build3998081543/b1126/importcfg << 'EOF' # internal
2025-08-20T22:41:49.3821909Z [00:03:31.034]➜  # import config
2025-08-20T22:41:49.3822785Z [00:03:31.034]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.3823562Z [00:03:31.034]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:49.3823949Z [00:03:31.034]➜  EOF
2025-08-20T22:41:49.3826077Z [00:03:31.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1126/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate=>go.opencensus.io@v0.24.0/trace/tracestate;$WORK/b1126=>" -p go.opencensus.io/trace/tracestate -lang=go1.13 -complete -installsuffix shared -buildid QTxXB6SJtNrpun_bWZ_D/QTxXB6SJtNrpun_bWZ_D -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1126/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/tracestate/tracestate.go
2025-08-20T22:41:49.4561642Z [00:03:31.108]➜  go tool buildid -w $WORK/b1126/_pkg_.a # internal
2025-08-20T22:41:49.4568332Z [00:03:31.109]➜  cp $WORK/b1126/_pkg_.a /root/.cache/go-build/c1/c1415179bd4b7b2e893a32f95be1f55db006962c9638db83c746fdb4f18ffb2f-d # internal
2025-08-20T22:41:49.4574473Z [00:03:31.110]➜  go.opencensus.io/trace
2025-08-20T22:41:49.4577339Z [00:03:31.110]➜  mkdir -p $WORK/b1121/
2025-08-20T22:41:49.4581139Z [00:03:31.110]➜  cat >/tmp/go-build3998081543/b1121/importcfg << 'EOF' # internal
2025-08-20T22:41:49.4581563Z [00:03:31.110]➜  # import config
2025-08-20T22:41:49.4581938Z [00:03:31.110]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:49.4582396Z [00:03:31.110]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:49.4582875Z [00:03:31.110]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:49.4583316Z [00:03:31.110]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.4583835Z [00:03:31.110]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3998081543/b1122/_pkg_.a
2025-08-20T22:41:49.4584795Z [00:03:31.110]➜  packagefile go.opencensus.io/internal=/tmp/go-build3998081543/b1123/_pkg_.a
2025-08-20T22:41:49.4585544Z [00:03:31.110]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build3998081543/b1125/_pkg_.a
2025-08-20T22:41:49.4586224Z [00:03:31.110]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build3998081543/b1126/_pkg_.a
2025-08-20T22:41:49.4586747Z [00:03:31.110]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:49.4587217Z [00:03:31.110]➜  packagefile runtime/trace=/tmp/go-build3998081543/b291/_pkg_.a
2025-08-20T22:41:49.4587664Z [00:03:31.110]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:49.4588106Z [00:03:31.110]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:49.4588546Z [00:03:31.110]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:49.4588862Z [00:03:31.110]➜  EOF
2025-08-20T22:41:49.4594715Z [00:03:31.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1121/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace=>go.opencensus.io@v0.24.0/trace;$WORK/b1121=>" -p go.opencensus.io/trace -lang=go1.13 -complete -installsuffix shared -buildid wrBKEnR2I_D23E7aGlYV/wrBKEnR2I_D23E7aGlYV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1121/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-20T22:41:49.5565630Z [00:03:31.209]➜  go tool buildid -w $WORK/b1121/_pkg_.a # internal
2025-08-20T22:41:49.5615760Z [00:03:31.214]➜  cp $WORK/b1121/_pkg_.a /root/.cache/go-build/9a/9aad06ef22494772a4eb42faa33016048285e14d2af9e8a272fd669760a46162-d # internal
2025-08-20T22:41:49.5619716Z [00:03:31.214]➜  go.opencensus.io/trace/propagation
2025-08-20T22:41:49.5637588Z [00:03:31.216]➜  mkdir -p $WORK/b1127/
2025-08-20T22:41:49.5641516Z [00:03:31.216]➜  cat >/tmp/go-build3998081543/b1127/importcfg << 'EOF' # internal
2025-08-20T22:41:49.5644342Z [00:03:31.216]➜  # import config
2025-08-20T22:41:49.5645049Z [00:03:31.216]➜  packagefile go.opencensus.io/trace=/tmp/go-build3998081543/b1121/_pkg_.a
2025-08-20T22:41:49.5646882Z [00:03:31.216]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:49.5647447Z [00:03:31.216]➜  EOF
2025-08-20T22:41:49.5649718Z [00:03:31.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1127/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation=>go.opencensus.io@v0.24.0/trace/propagation;$WORK/b1127=>" -p go.opencensus.io/trace/propagation -lang=go1.13 -complete -installsuffix shared -buildid pnB4aYU0W5ju4l6rm9uc/pnB4aYU0W5ju4l6rm9uc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1127/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/trace/propagation/propagation.go
2025-08-20T22:41:49.5824871Z [00:03:31.235]➜  go tool buildid -w $WORK/b1127/_pkg_.a # internal
2025-08-20T22:41:49.5828227Z [00:03:31.235]➜  cp $WORK/b1127/_pkg_.a /root/.cache/go-build/0d/0dbecf3a5dbd0a2f659bd49064d7587c77a9ed47f45bdaafcbb26cb1b0758598-d # internal
2025-08-20T22:41:49.5831848Z [00:03:31.236]➜  go.opencensus.io/plugin/ocgrpc
2025-08-20T22:41:49.5832674Z [00:03:31.236]➜  mkdir -p $WORK/b1120/
2025-08-20T22:41:49.5834877Z [00:03:31.236]➜  cat >/tmp/go-build3998081543/b1120/importcfg << 'EOF' # internal
2025-08-20T22:41:49.5837753Z [00:03:31.236]➜  # import config
2025-08-20T22:41:49.5838571Z [00:03:31.236]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:49.5839280Z [00:03:31.236]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build3998081543/b1107/_pkg_.a
2025-08-20T22:41:49.5840037Z [00:03:31.236]➜  packagefile go.opencensus.io/stats=/tmp/go-build3998081543/b1106/_pkg_.a
2025-08-20T22:41:49.5840849Z [00:03:31.236]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build3998081543/b1112/_pkg_.a
2025-08-20T22:41:49.5842642Z [00:03:31.236]➜  packagefile go.opencensus.io/tag=/tmp/go-build3998081543/b1110/_pkg_.a
2025-08-20T22:41:49.5843195Z [00:03:31.236]➜  packagefile go.opencensus.io/trace=/tmp/go-build3998081543/b1121/_pkg_.a
2025-08-20T22:41:49.5843774Z [00:03:31.236]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build3998081543/b1127/_pkg_.a
2025-08-20T22:41:49.5844369Z [00:03:31.236]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:49.5844971Z [00:03:31.236]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:49.5854647Z [00:03:31.236]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:49.5855296Z [00:03:31.236]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:41:49.5856044Z [00:03:31.236]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:49.5856565Z [00:03:31.236]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:49.5857001Z [00:03:31.236]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:49.5857442Z [00:03:31.236]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:49.5857877Z [00:03:31.236]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:49.5858193Z [00:03:31.236]➜  EOF
2025-08-20T22:41:49.5862532Z [00:03:31.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1120/_pkg_.a -trimpath "/root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc=>go.opencensus.io@v0.24.0/plugin/ocgrpc;$WORK/b1120=>" -p go.opencensus.io/plugin/ocgrpc -lang=go1.13 -complete -installsuffix shared -buildid MMj06isqp3cMb51TsPQw/MMj06isqp3cMb51TsPQw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1120/importcfg -pack /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/client.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/client_metrics.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/client_stats_handler.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/doc.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/server.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/server_metrics.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/server_stats_handler.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/stats_common.go /root/go/pkg/mod/go.opencensus.io@v0.24.0/plugin/ocgrpc/trace_common.go
2025-08-20T22:41:49.6439311Z [00:03:31.296]➜  go tool buildid -w $WORK/b1120/_pkg_.a # internal
2025-08-20T22:41:49.6451032Z [00:03:31.297]➜  cp $WORK/b1120/_pkg_.a /root/.cache/go-build/d2/d2efcbc7e5bb3d46418bdb12ddae4b55b013c92af337d47614fa30e053f1aaff-d # internal
2025-08-20T22:41:49.6466196Z [00:03:31.299]➜  gocloud.dev/internal/oc
2025-08-20T22:41:49.6467348Z [00:03:31.299]➜  mkdir -p $WORK/b1119/
2025-08-20T22:41:49.6470548Z [00:03:31.299]➜  cat >/tmp/go-build3998081543/b1119/importcfg << 'EOF' # internal
2025-08-20T22:41:49.6471200Z [00:03:31.300]➜  # import config
2025-08-20T22:41:49.6471840Z [00:03:31.300]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:49.6472275Z [00:03:31.300]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.6472780Z [00:03:31.300]➜  packagefile go.opencensus.io/plugin/ocgrpc=/tmp/go-build3998081543/b1120/_pkg_.a
2025-08-20T22:41:49.6473639Z [00:03:31.300]➜  packagefile go.opencensus.io/stats=/tmp/go-build3998081543/b1106/_pkg_.a
2025-08-20T22:41:49.6474336Z [00:03:31.300]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build3998081543/b1112/_pkg_.a
2025-08-20T22:41:49.6474872Z [00:03:31.300]➜  packagefile go.opencensus.io/tag=/tmp/go-build3998081543/b1110/_pkg_.a
2025-08-20T22:41:49.6475588Z [00:03:31.300]➜  packagefile go.opencensus.io/trace=/tmp/go-build3998081543/b1121/_pkg_.a
2025-08-20T22:41:49.6476183Z [00:03:31.300]➜  packagefile gocloud.dev/gcerrors=/tmp/go-build3998081543/b1116/_pkg_.a
2025-08-20T22:41:49.6476666Z [00:03:31.300]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:49.6477089Z [00:03:31.300]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:49.6477398Z [00:03:31.300]➜  EOF
2025-08-20T22:41:49.6500173Z [00:03:31.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1119/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/internal/oc=>gocloud.dev@v0.41.0/internal/oc;$WORK/b1119=>" -p gocloud.dev/internal/oc -lang=go1.24 -complete -installsuffix shared -buildid 4u8Vi4KypCEgmLC2itgB/4u8Vi4KypCEgmLC2itgB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1119/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/internal/oc/metrics.go /root/go/pkg/mod/gocloud.dev@v0.41.0/internal/oc/trace.go
2025-08-20T22:41:49.6996360Z [00:03:31.352]➜  go tool buildid -w $WORK/b1119/_pkg_.a # internal
2025-08-20T22:41:49.7015952Z [00:03:31.354]➜  cp $WORK/b1119/_pkg_.a /root/.cache/go-build/4c/4c6ed00f9799658fe20f06a37eea38f29c6eca5dfb56206db1ae351355e1449a-d # internal
2025-08-20T22:41:49.7019926Z [00:03:31.354]➜  gocloud.dev/internal/openurl
2025-08-20T22:41:49.7020294Z [00:03:31.354]➜  mkdir -p $WORK/b1128/
2025-08-20T22:41:49.7031932Z [00:03:31.356]➜  cat >/tmp/go-build3998081543/b1128/importcfg << 'EOF' # internal
2025-08-20T22:41:49.7033528Z [00:03:31.356]➜  # import config
2025-08-20T22:41:49.7033925Z [00:03:31.356]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.7034438Z [00:03:31.356]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:49.7034870Z [00:03:31.356]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:49.7035298Z [00:03:31.356]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:49.7035784Z [00:03:31.356]➜  EOF
2025-08-20T22:41:49.7037974Z [00:03:31.356]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1128/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/internal/openurl=>gocloud.dev@v0.41.0/internal/openurl;$WORK/b1128=>" -p gocloud.dev/internal/openurl -lang=go1.24 -complete -installsuffix shared -buildid dQ5pBr9COXV70kj2JKdQ/dQ5pBr9COXV70kj2JKdQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1128/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/internal/openurl/openurl.go
2025-08-20T22:41:49.7535196Z [00:03:31.406]➜  go tool buildid -w $WORK/b1128/_pkg_.a # internal
2025-08-20T22:41:49.7544990Z [00:03:31.407]➜  cp $WORK/b1128/_pkg_.a /root/.cache/go-build/f3/f3f920e6a8042275fd6f1a7c5dcce7304034c5d91dbccede7f9e0b43eb2ed543-d # internal
2025-08-20T22:41:49.7566467Z [00:03:31.409]➜  gocloud.dev/blob
2025-08-20T22:41:49.7598836Z [00:03:31.412]➜  mkdir -p $WORK/b1105/
2025-08-20T22:41:49.7608651Z [00:03:31.413]➜  cat >/tmp/go-build3998081543/b1105/importcfg << 'EOF' # internal
2025-08-20T22:41:49.7609772Z [00:03:31.413]➜  # import config
2025-08-20T22:41:49.7610686Z [00:03:31.413]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:49.7611552Z [00:03:31.413]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:49.7612281Z [00:03:31.413]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:49.7616313Z [00:03:31.413]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.7617642Z [00:03:31.413]➜  packagefile go.opencensus.io/stats=/tmp/go-build3998081543/b1106/_pkg_.a
2025-08-20T22:41:49.7618843Z [00:03:31.413]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build3998081543/b1112/_pkg_.a
2025-08-20T22:41:49.7620218Z [00:03:31.413]➜  packagefile go.opencensus.io/tag=/tmp/go-build3998081543/b1110/_pkg_.a
2025-08-20T22:41:49.7621728Z [00:03:31.413]➜  packagefile gocloud.dev/blob/driver=/tmp/go-build3998081543/b1115/_pkg_.a
2025-08-20T22:41:49.7622845Z [00:03:31.413]➜  packagefile gocloud.dev/gcerrors=/tmp/go-build3998081543/b1116/_pkg_.a
2025-08-20T22:41:49.7623657Z [00:03:31.413]➜  packagefile gocloud.dev/internal/gcerr=/tmp/go-build3998081543/b1117/_pkg_.a
2025-08-20T22:41:49.7631957Z [00:03:31.413]➜  packagefile gocloud.dev/internal/oc=/tmp/go-build3998081543/b1119/_pkg_.a
2025-08-20T22:41:49.7632776Z [00:03:31.413]➜  packagefile gocloud.dev/internal/openurl=/tmp/go-build3998081543/b1128/_pkg_.a
2025-08-20T22:41:49.7633485Z [00:03:31.413]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:49.7634349Z [00:03:31.413]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:49.7635003Z [00:03:31.413]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:41:49.7635849Z [00:03:31.413]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:49.7636768Z [00:03:31.413]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:41:49.7637738Z [00:03:31.413]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:49.7638407Z [00:03:31.413]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:49.7639176Z [00:03:31.413]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:49.7640271Z [00:03:31.413]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:49.7641216Z [00:03:31.413]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:49.7642364Z [00:03:31.413]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:49.7642787Z [00:03:31.413]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:49.7643234Z [00:03:31.413]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:49.7643590Z [00:03:31.413]➜  EOF
2025-08-20T22:41:49.7645702Z [00:03:31.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1105/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/blob=>gocloud.dev@v0.41.0/blob;$WORK/b1105=>" -p gocloud.dev/blob -lang=go1.24 -complete -installsuffix shared -buildid _FeTCBHKdwPFxL-RtFJH/_FeTCBHKdwPFxL-RtFJH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1105/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/blob/blob.go /root/go/pkg/mod/gocloud.dev@v0.41.0/blob/blob_fs.go
2025-08-20T22:41:49.9571365Z [00:03:31.609]➜  go tool buildid -w $WORK/b1105/_pkg_.a # internal
2025-08-20T22:41:49.9605440Z [00:03:31.613]➜  cp $WORK/b1105/_pkg_.a /root/.cache/go-build/40/40682b557f0eff5f389cb35742be1679fa7f606ec7e80af0c7b378e9215e1b8e-d # internal
2025-08-20T22:41:49.9610140Z [00:03:31.613]➜  gocloud.dev/internal/escape
2025-08-20T22:41:49.9617017Z [00:03:31.614]➜  mkdir -p $WORK/b1132/
2025-08-20T22:41:49.9626578Z [00:03:31.615]➜  cat >/tmp/go-build3998081543/b1132/importcfg << 'EOF' # internal
2025-08-20T22:41:49.9628169Z [00:03:31.615]➜  # import config
2025-08-20T22:41:49.9628826Z [00:03:31.615]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:49.9629531Z [00:03:31.615]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:49.9630274Z [00:03:31.615]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:49.9630942Z [00:03:31.615]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:49.9631593Z [00:03:31.615]➜  EOF
2025-08-20T22:41:49.9700295Z [00:03:31.622]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1132/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/internal/escape=>gocloud.dev@v0.41.0/internal/escape;$WORK/b1132=>" -p gocloud.dev/internal/escape -lang=go1.24 -complete -installsuffix shared -buildid yo5ynZqwF8v02mB1qGKU/yo5ynZqwF8v02mB1qGKU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1132/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/internal/escape/escape.go
2025-08-20T22:41:50.0302221Z [00:03:31.682]➜  go tool buildid -w $WORK/b1132/_pkg_.a # internal
2025-08-20T22:41:50.0314953Z [00:03:31.684]➜  cp $WORK/b1132/_pkg_.a /root/.cache/go-build/6a/6a4f72539bf099790ca76d1798293307a0e02a8051060642f0dce5254285fbbd-d # internal
2025-08-20T22:41:50.0339088Z [00:03:31.686]➜  gocloud.dev/internal/useragent
2025-08-20T22:41:50.0339712Z [00:03:31.686]➜  mkdir -p $WORK/b1133/
2025-08-20T22:41:50.0341161Z [00:03:31.686]➜  cat >/tmp/go-build3998081543/b1133/importcfg << 'EOF' # internal
2025-08-20T22:41:50.0341544Z [00:03:31.686]➜  # import config
2025-08-20T22:41:50.0341886Z [00:03:31.686]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:50.0342393Z [00:03:31.686]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:50.0342944Z [00:03:31.686]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:50.0343455Z [00:03:31.686]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:50.0343781Z [00:03:31.686]➜  EOF
2025-08-20T22:41:50.0346119Z [00:03:31.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1133/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/internal/useragent=>gocloud.dev@v0.41.0/internal/useragent;$WORK/b1133=>" -p gocloud.dev/internal/useragent -lang=go1.24 -complete -installsuffix shared -buildid zbzCJNJ9kLHbzAg6lW78/zbzCJNJ9kLHbzAg6lW78 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1133/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/internal/useragent/useragent.go
2025-08-20T22:41:50.1393222Z [00:03:31.791]➜  go tool buildid -w $WORK/b1133/_pkg_.a # internal
2025-08-20T22:41:50.1427863Z [00:03:31.795]➜  cp $WORK/b1133/_pkg_.a /root/.cache/go-build/f7/f7a3b3d3bef37af19f88b198af5114cc8e0f634ec88dc3300b012c465cac0e93-d # internal
2025-08-20T22:41:50.1436223Z [00:03:31.796]➜  gocloud.dev/blob/azureblob
2025-08-20T22:41:50.1437235Z [00:03:31.796]➜  mkdir -p $WORK/b1129/
2025-08-20T22:41:50.1439804Z [00:03:31.796]➜  cat >/tmp/go-build3998081543/b1129/importcfg << 'EOF' # internal
2025-08-20T22:41:50.1440346Z [00:03:31.796]➜  # import config
2025-08-20T22:41:50.1441925Z [00:03:31.796]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:50.1442590Z [00:03:31.796]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:50.1443089Z [00:03:31.796]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:50.1443671Z [00:03:31.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:41:50.1444382Z [00:03:31.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:41:50.1445104Z [00:03:31.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build3998081543/b1009/_pkg_.a
2025-08-20T22:41:50.1446082Z [00:03:31.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build3998081543/b1070/_pkg_.a
2025-08-20T22:41:50.1447091Z [00:03:31.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:41:50.1447909Z [00:03:31.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3998081543/b1072/_pkg_.a
2025-08-20T22:41:50.1448728Z [00:03:31.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3998081543/b1079/_pkg_.a
2025-08-20T22:41:50.1449556Z [00:03:31.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3998081543/b1080/_pkg_.a
2025-08-20T22:41:50.1450349Z [00:03:31.796]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3998081543/b1078/_pkg_.a
2025-08-20T22:41:50.1451059Z [00:03:31.796]➜  packagefile github.com/Azure/go-autorest/autorest/to=/tmp/go-build3998081543/b1130/_pkg_.a
2025-08-20T22:41:50.1451841Z [00:03:31.796]➜  packagefile github.com/google/wire=/tmp/go-build3998081543/b1131/_pkg_.a
2025-08-20T22:41:50.1452362Z [00:03:31.796]➜  packagefile gocloud.dev/blob=/tmp/go-build3998081543/b1105/_pkg_.a
2025-08-20T22:41:50.1452878Z [00:03:31.796]➜  packagefile gocloud.dev/blob/driver=/tmp/go-build3998081543/b1115/_pkg_.a
2025-08-20T22:41:50.1453412Z [00:03:31.796]➜  packagefile gocloud.dev/gcerrors=/tmp/go-build3998081543/b1116/_pkg_.a
2025-08-20T22:41:50.1453964Z [00:03:31.796]➜  packagefile gocloud.dev/internal/escape=/tmp/go-build3998081543/b1132/_pkg_.a
2025-08-20T22:41:50.1454537Z [00:03:31.796]➜  packagefile gocloud.dev/internal/gcerr=/tmp/go-build3998081543/b1117/_pkg_.a
2025-08-20T22:41:50.1455115Z [00:03:31.796]➜  packagefile gocloud.dev/internal/useragent=/tmp/go-build3998081543/b1133/_pkg_.a
2025-08-20T22:41:50.1460566Z [00:03:31.796]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:50.1461008Z [00:03:31.796]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:50.1461459Z [00:03:31.796]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:50.1461869Z [00:03:31.796]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:50.1462276Z [00:03:31.796]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:50.1463139Z [00:03:31.796]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:50.1463605Z [00:03:31.796]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:50.1464225Z [00:03:31.796]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:50.1464722Z [00:03:31.796]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:50.1465034Z [00:03:31.796]➜  EOF
2025-08-20T22:41:50.1466971Z [00:03:31.796]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1129/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/blob/azureblob=>gocloud.dev@v0.41.0/blob/azureblob;$WORK/b1129=>" -p gocloud.dev/blob/azureblob -lang=go1.24 -complete -installsuffix shared -buildid 6ame7cPyb7X71OJvRSuT/6ame7cPyb7X71OJvRSuT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1129/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/blob/azureblob/azureblob.go
2025-08-20T22:41:50.3643268Z [00:03:32.016]➜  go tool buildid -w $WORK/b1129/_pkg_.a # internal
2025-08-20T22:41:50.3670770Z [00:03:32.019]➜  cp $WORK/b1129/_pkg_.a /root/.cache/go-build/ff/ffc04cd28ddc5d495202908e1b98e752773a01fa53b5882273d2962193cec12d-d # internal
2025-08-20T22:41:50.3685717Z [00:03:32.020]➜  cloud.google.com/go/iam/credentials/apiv1/credentialspb
2025-08-20T22:41:50.3688637Z [00:03:32.020]➜  mkdir -p $WORK/b1136/
2025-08-20T22:41:50.3723612Z [00:03:32.025]➜  cat >/tmp/go-build3998081543/b1136/importcfg << 'EOF' # internal
2025-08-20T22:41:50.3724855Z [00:03:32.025]➜  # import config
2025-08-20T22:41:50.3728323Z [00:03:32.025]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:50.3729236Z [00:03:32.025]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:41:50.3732358Z [00:03:32.025]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:50.3736023Z [00:03:32.025]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:50.3736640Z [00:03:32.025]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:50.3737302Z [00:03:32.025]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:50.3738022Z [00:03:32.025]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:50.3738733Z [00:03:32.025]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:50.3739470Z [00:03:32.025]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:50.3740391Z [00:03:32.025]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:50.3740814Z [00:03:32.025]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:50.3741119Z [00:03:32.025]➜  EOF
2025-08-20T22:41:50.3768652Z [00:03:32.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1136/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1/credentialspb=>cloud.google.com/go/iam@v1.5.2/credentials/apiv1/credentialspb;$WORK/b1136=>" -p cloud.google.com/go/iam/credentials/apiv1/credentialspb -lang=go1.23 -complete -installsuffix shared -buildid Y8g58WLc_586LtH1m5Zr/Y8g58WLc_586LtH1m5Zr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1136/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1/credentialspb/common.pb.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1/credentialspb/iamcredentials.pb.go
2025-08-20T22:41:50.6565800Z [00:03:32.309]➜  go tool buildid -w $WORK/b1136/_pkg_.a # internal
2025-08-20T22:41:50.6683779Z [00:03:32.320]➜  cp $WORK/b1136/_pkg_.a /root/.cache/go-build/5f/5f715c5714946156abe2874de62f7a7b50f19c6317351c06be4cc55c78f495da-d # internal
2025-08-20T22:41:50.6692598Z [00:03:32.321]➜  cloud.google.com/go/iam/credentials/apiv1
2025-08-20T22:41:50.6692961Z [00:03:32.321]➜  mkdir -p $WORK/b1135/
2025-08-20T22:41:50.6693385Z [00:03:32.321]➜  cat >/tmp/go-build3998081543/b1135/importcfg << 'EOF' # internal
2025-08-20T22:41:50.6693747Z [00:03:32.321]➜  # import config
2025-08-20T22:41:50.6694329Z [00:03:32.321]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:50.6695015Z [00:03:32.321]➜  packagefile cloud.google.com/go/iam/credentials/apiv1/credentialspb=/tmp/go-build3998081543/b1136/_pkg_.a
2025-08-20T22:41:50.6695960Z [00:03:32.321]➜  packagefile cloud.google.com/go/iam/internal=/tmp/go-build3998081543/b1137/_pkg_.a
2025-08-20T22:41:50.6696484Z [00:03:32.321]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:50.6696935Z [00:03:32.321]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:50.6697440Z [00:03:32.321]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:50.6698089Z [00:03:32.321]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:50.6698944Z [00:03:32.321]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3998081543/b771/_pkg_.a
2025-08-20T22:41:50.6699668Z [00:03:32.321]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:50.6700248Z [00:03:32.321]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:50.6700879Z [00:03:32.321]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:50.6701534Z [00:03:32.321]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3998081543/b772/_pkg_.a
2025-08-20T22:41:50.6702376Z [00:03:32.321]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:41:50.6702955Z [00:03:32.321]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:50.6703514Z [00:03:32.321]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:50.6704155Z [00:03:32.321]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:41:50.6704807Z [00:03:32.321]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:50.6705301Z [00:03:32.321]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:50.6705937Z [00:03:32.321]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:50.6706364Z [00:03:32.321]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:50.6706788Z [00:03:32.321]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:50.6707464Z [00:03:32.321]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:50.6707886Z [00:03:32.321]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:50.6708343Z [00:03:32.321]➜  EOF
2025-08-20T22:41:50.6711850Z [00:03:32.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1135/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1=>cloud.google.com/go/iam@v1.5.2/credentials/apiv1;$WORK/b1135=>" -p cloud.google.com/go/iam/credentials/apiv1 -lang=go1.23 -complete -installsuffix shared -buildid dQx6n0QZESDFDN0zfW3e/dQx6n0QZESDFDN0zfW3e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1135/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1/doc.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1/helpers.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1/iam_credentials_client.go /root/go/pkg/mod/cloud.google.com/go/iam@v1.5.2/credentials/apiv1/version.go
2025-08-20T22:41:50.9801272Z [00:03:32.632]➜  go tool buildid -w $WORK/b1135/_pkg_.a # internal
2025-08-20T22:41:50.9824552Z [00:03:32.635]➜  go tool buildid -w $WORK/b425/_pkg_.a # internal
2025-08-20T22:41:50.9894371Z [00:03:32.642]➜  cp $WORK/b1135/_pkg_.a /root/.cache/go-build/75/75916d573af3c08dc9cacf3ce616d704df463608e3df332015e91b45e94f7c85-d # internal
2025-08-20T22:41:50.9920928Z [00:03:32.644]➜  cloud.google.com/go/storage/experimental
2025-08-20T22:41:50.9925820Z [00:03:32.645]➜  mkdir -p $WORK/b1139/
2025-08-20T22:41:50.9932313Z [00:03:32.645]➜  cat >/tmp/go-build3998081543/b1139/importcfg << 'EOF' # internal
2025-08-20T22:41:50.9936884Z [00:03:32.646]➜  # import config
2025-08-20T22:41:50.9969694Z [00:03:32.646]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3998081543/b1140/_pkg_.a
2025-08-20T22:41:50.9970413Z [00:03:32.646]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3998081543/b849/_pkg_.a
2025-08-20T22:41:50.9971019Z [00:03:32.646]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:50.9971810Z [00:03:32.646]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:50.9972179Z [00:03:32.646]➜  EOF
2025-08-20T22:41:50.9974206Z [00:03:32.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1139/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/experimental=>cloud.google.com/go/storage@v1.53.0/experimental;$WORK/b1139=>" -p cloud.google.com/go/storage/experimental -lang=go1.23 -complete -installsuffix shared -buildid _HMHNNEjf8CGdAW038nS/_HMHNNEjf8CGdAW038nS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1139/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/experimental/experimental.go
2025-08-20T22:41:51.0311015Z [00:03:32.683]➜  cp $WORK/b425/_pkg_.a /root/.cache/go-build/e0/e0e340cc8e6030bd0fe9da089be162a4b8879f70ee150597f6b0d611765fc002-d # internal
2025-08-20T22:41:51.0386696Z [00:03:32.691]➜  github.com/apache/arrow-go/v18/parquet/pqarrow
2025-08-20T22:41:51.0388247Z [00:03:32.691]➜  mkdir -p $WORK/b424/
2025-08-20T22:41:51.0394315Z [00:03:32.692]➜  cat >/tmp/go-build3998081543/b424/importcfg << 'EOF' # internal
2025-08-20T22:41:51.0397161Z [00:03:32.692]➜  # import config
2025-08-20T22:41:51.0398232Z [00:03:32.692]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:51.0399277Z [00:03:32.692]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:51.0400309Z [00:03:32.692]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:51.0401058Z [00:03:32.692]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:51.0401628Z [00:03:32.692]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:51.0402630Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:51.0404264Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:51.0404948Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/arrow/arrio=/tmp/go-build3998081543/b411/_pkg_.a
2025-08-20T22:41:51.0405802Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:41:51.0406507Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute=/tmp/go-build3998081543/b425/_pkg_.a
2025-08-20T22:41:51.0407203Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:41:51.0407904Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal256=/tmp/go-build3998081543/b360/_pkg_.a
2025-08-20T22:41:51.0408593Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/arrow/flight=/tmp/go-build3998081543/b432/_pkg_.a
2025-08-20T22:41:51.0409278Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:51.0409973Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/internal/bitutils=/tmp/go-build3998081543/b377/_pkg_.a
2025-08-20T22:41:51.0410870Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:41:51.0411746Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:41:51.0412481Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/parquet/file=/tmp/go-build3998081543/b414/_pkg_.a
2025-08-20T22:41:51.0413201Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/debug=/tmp/go-build3998081543/b387/_pkg_.a
2025-08-20T22:41:51.0413965Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/encoding=/tmp/go-build3998081543/b417/_pkg_.a
2025-08-20T22:41:51.0414865Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/parquet/metadata=/tmp/go-build3998081543/b421/_pkg_.a
2025-08-20T22:41:51.0415741Z [00:03:32.692]➜  packagefile github.com/apache/arrow-go/v18/parquet/schema=/tmp/go-build3998081543/b382/_pkg_.a
2025-08-20T22:41:51.0416397Z [00:03:32.692]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3998081543/b431/_pkg_.a
2025-08-20T22:41:51.0416939Z [00:03:32.692]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:41:51.0417404Z [00:03:32.692]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:51.0417814Z [00:03:32.692]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:51.0418234Z [00:03:32.692]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:51.0418660Z [00:03:32.692]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:51.0419088Z [00:03:32.692]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:51.0419733Z [00:03:32.692]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:51.0420175Z [00:03:32.692]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:51.0420612Z [00:03:32.692]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:51.0420924Z [00:03:32.692]➜  EOF
2025-08-20T22:41:51.0438649Z [00:03:32.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow=>github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow;$WORK/b424=>" -p github.com/apache/arrow-go/v18/parquet/pqarrow -lang=go1.23 -complete -installsuffix shared -buildid B7Wq-wS_ZdvWZcNgr2f7/B7Wq-wS_ZdvWZcNgr2f7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b424/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/column_readers.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/doc.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/encode_arrow.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/encode_dict_compute.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/file_reader.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/file_writer.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/helpers.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/path_builder.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/properties.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/schema.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/parquet/pqarrow/variant.go
2025-08-20T22:41:51.1079499Z [00:03:32.760]➜  go tool buildid -w $WORK/b1139/_pkg_.a # internal
2025-08-20T22:41:51.1095273Z [00:03:32.762]➜  cp $WORK/b1139/_pkg_.a /root/.cache/go-build/56/564e87ac8025fa4a12a775e68b4e46c57f2a7db750ed66c7ed0cb44a3b8a4332-d # internal
2025-08-20T22:41:51.1133017Z [00:03:32.765]➜  cloud.google.com/go/storage/internal/apiv2/storagepb
2025-08-20T22:41:51.1136429Z [00:03:32.765]➜  mkdir -p $WORK/b1142/
2025-08-20T22:41:51.1142907Z [00:03:32.767]➜  cat >/tmp/go-build3998081543/b1142/importcfg << 'EOF' # internal
2025-08-20T22:41:51.1146885Z [00:03:32.767]➜  # import config
2025-08-20T22:41:51.1153159Z [00:03:32.767]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3998081543/b796/_pkg_.a
2025-08-20T22:41:51.1153874Z [00:03:32.767]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:51.1154553Z [00:03:32.767]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:41:51.1155302Z [00:03:32.767]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:41:51.1156314Z [00:03:32.767]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3998081543/b833/_pkg_.a
2025-08-20T22:41:51.1156963Z [00:03:32.767]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:51.1157514Z [00:03:32.767]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:51.1158095Z [00:03:32.767]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:51.1158750Z [00:03:32.767]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:51.1159457Z [00:03:32.767]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:51.1160173Z [00:03:32.767]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:51.1160890Z [00:03:32.767]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3998081543/b831/_pkg_.a
2025-08-20T22:41:51.1161612Z [00:03:32.767]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3998081543/b798/_pkg_.a
2025-08-20T22:41:51.1162633Z [00:03:32.767]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:51.1163210Z [00:03:32.767]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:51.1163637Z [00:03:32.767]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:51.1163949Z [00:03:32.767]➜  EOF
2025-08-20T22:41:51.1167698Z [00:03:32.767]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1142/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/apiv2/storagepb=>cloud.google.com/go/storage@v1.53.0/internal/apiv2/storagepb;$WORK/b1142=>" -p cloud.google.com/go/storage/internal/apiv2/storagepb -lang=go1.23 -complete -installsuffix shared -buildid -IWKUEMJ9bOYxXrJt3uk/-IWKUEMJ9bOYxXrJt3uk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1142/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/apiv2/storagepb/storage.pb.go
2025-08-20T22:41:51.4777435Z [00:03:33.130]➜  go tool buildid -w $WORK/b1049/_pkg_.a # internal
2025-08-20T22:41:51.5513117Z [00:03:33.203]➜  cp $WORK/b1049/_pkg_.a /root/.cache/go-build/1c/1cfb0d6e67a6d213cb3c08fb68bbffd1ffaafe0e475049b69c8dfe360516d343-d # internal
2025-08-20T22:41:51.5720811Z [00:03:33.224]➜  github.com/ClickHouse/clickhouse-go/v2/lib/column
2025-08-20T22:41:51.5722125Z [00:03:33.224]➜  mkdir -p $WORK/b1058/
2025-08-20T22:41:51.5729613Z [00:03:33.225]➜  cat >/tmp/go-build3998081543/b1058/importcfg << 'EOF' # internal
2025-08-20T22:41:51.5731981Z [00:03:33.226]➜  # import config
2025-08-20T22:41:51.5733031Z [00:03:33.226]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:51.5733679Z [00:03:33.226]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:41:51.5734512Z [00:03:33.226]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:51.5737445Z [00:03:33.226]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:51.5737940Z [00:03:33.226]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:51.5738418Z [00:03:33.226]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:51.5739123Z [00:03:33.226]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:51.5739600Z [00:03:33.226]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:51.5740241Z [00:03:33.226]➜  packagefile github.com/ClickHouse/ch-go/proto=/tmp/go-build3998081543/b1049/_pkg_.a
2025-08-20T22:41:51.5740981Z [00:03:33.226]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/binary=/tmp/go-build3998081543/b1059/_pkg_.a
2025-08-20T22:41:51.5741706Z [00:03:33.226]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/chcol=/tmp/go-build3998081543/b1060/_pkg_.a
2025-08-20T22:41:51.5742434Z [00:03:33.226]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/timezone=/tmp/go-build3998081543/b1061/_pkg_.a
2025-08-20T22:41:51.5743078Z [00:03:33.226]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:51.5743613Z [00:03:33.226]➜  packagefile github.com/paulmach/orb=/tmp/go-build3998081543/b1062/_pkg_.a
2025-08-20T22:41:51.5744192Z [00:03:33.226]➜  packagefile github.com/shopspring/decimal=/tmp/go-build3998081543/b652/_pkg_.a
2025-08-20T22:41:51.5744685Z [00:03:33.226]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:51.5745117Z [00:03:33.226]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:51.5750817Z [00:03:33.226]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:51.5751248Z [00:03:33.226]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:41:51.5751773Z [00:03:33.226]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:51.5752207Z [00:03:33.226]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:51.5752965Z [00:03:33.226]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:51.5753390Z [00:03:33.226]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:51.5753817Z [00:03:33.226]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:51.5754240Z [00:03:33.226]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:51.5754548Z [00:03:33.226]➜  EOF
2025-08-20T22:41:51.5769694Z [00:03:33.226]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0/lib/column;$WORK/b1058=>" -p github.com/ClickHouse/clickhouse-go/v2/lib/column -lang=go1.22 -complete -installsuffix shared -buildid IbowRF7janUMkiTMJeMw/IbowRF7janUMkiTMJeMw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1058/importcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/array.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/array_gen.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/bigint.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/bool.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/column.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/column_gen.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/column_gen_option.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/date.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/date32.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/datetime.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/datetime64.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/decimal.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/dynamic.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/dynamic_gen.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/enum.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/enum16.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/enum8.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/fixed_string.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/geo_multi_polygon.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/geo_point.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/geo_polygon.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/geo_ring.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/interval.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/ipv4.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/ipv6.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/json.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/json_reflect.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/lowcardinality.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/map.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/nested.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/nothing.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/nullable.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/object_json.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/sharedvariant.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/simple_aggregate_function.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/slice_helper.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/string.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/time_helper.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/tuple.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/uuid.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/column/variant.go
2025-08-20T22:41:51.8924200Z [00:03:33.545]➜  go tool buildid -w $WORK/b1142/_pkg_.a # internal
2025-08-20T22:41:51.9124055Z [00:03:33.565]➜  cp $WORK/b1142/_pkg_.a /root/.cache/go-build/f0/f0da9d8edffc22b0bf8e350ed8919c93a3ac1fa7d00f240b79a87308ca7a57b8-d # internal
2025-08-20T22:41:51.9190719Z [00:03:33.571]➜  cloud.google.com/go/storage/internal/apiv2
2025-08-20T22:41:51.9191161Z [00:03:33.571]➜  mkdir -p $WORK/b1141/
2025-08-20T22:41:51.9195594Z [00:03:33.572]➜  cat >/tmp/go-build3998081543/b1141/importcfg << 'EOF' # internal
2025-08-20T22:41:51.9197337Z [00:03:33.572]➜  # import config
2025-08-20T22:41:51.9201435Z [00:03:33.572]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3998081543/b796/_pkg_.a
2025-08-20T22:41:51.9202350Z [00:03:33.572]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3998081543/b1140/_pkg_.a
2025-08-20T22:41:51.9203244Z [00:03:33.572]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3998081543/b1142/_pkg_.a
2025-08-20T22:41:51.9206382Z [00:03:33.572]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:51.9206822Z [00:03:33.572]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:51.9207334Z [00:03:33.572]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:51.9208011Z [00:03:33.572]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3998081543/b771/_pkg_.a
2025-08-20T22:41:51.9208719Z [00:03:33.572]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3998081543/b838/_pkg_.a
2025-08-20T22:41:51.9209345Z [00:03:33.572]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:41:51.9209918Z [00:03:33.572]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:51.9210777Z [00:03:33.572]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:51.9211595Z [00:03:33.572]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3998081543/b772/_pkg_.a
2025-08-20T22:41:51.9212226Z [00:03:33.572]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:51.9212775Z [00:03:33.572]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:51.9213358Z [00:03:33.572]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:51.9213864Z [00:03:33.572]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:41:51.9214292Z [00:03:33.572]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:51.9214713Z [00:03:33.572]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:51.9215136Z [00:03:33.572]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:51.9235190Z [00:03:33.572]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:51.9235860Z [00:03:33.572]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:51.9236316Z [00:03:33.572]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:51.9236632Z [00:03:33.572]➜  EOF
2025-08-20T22:41:51.9240169Z [00:03:33.572]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1141/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/apiv2=>cloud.google.com/go/storage@v1.53.0/internal/apiv2;$WORK/b1141=>" -p cloud.google.com/go/storage/internal/apiv2 -lang=go1.23 -complete -installsuffix shared -buildid kgKRZn2XLEUqZIQGu8ig/kgKRZn2XLEUqZIQGu8ig -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1141/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/apiv2/auxiliary.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/apiv2/auxiliary_go123.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/apiv2/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/apiv2/helpers.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/apiv2/storage_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/internal/apiv2/version.go
2025-08-20T22:41:52.0873517Z [00:03:33.739]➜  go tool buildid -w $WORK/b424/_pkg_.a # internal
2025-08-20T22:41:52.1205733Z [00:03:33.773]➜  cp $WORK/b424/_pkg_.a /root/.cache/go-build/ca/cab6f7aebbf7c9d634df3508aac66bde8b45daa9929f39455be782feac05946c-d # internal
2025-08-20T22:41:52.1211413Z [00:03:33.773]➜  github.com/slingdata-io/sling-cli/core/dbio/iop
2025-08-20T22:41:52.1212332Z [00:03:33.773]➜  mkdir -p $WORK/b342/
2025-08-20T22:41:52.1230964Z [00:03:33.775]➜  cat >/tmp/go-build3998081543/b342/importcfg << 'EOF' # internal
2025-08-20T22:41:52.1236805Z [00:03:33.775]➜  # import config
2025-08-20T22:41:52.1237461Z [00:03:33.775]➜  packagefile archive/zip=/tmp/go-build3998081543/b343/_pkg_.a
2025-08-20T22:41:52.1240124Z [00:03:33.775]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:52.1240739Z [00:03:33.775]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:52.1244265Z [00:03:33.775]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:52.1247150Z [00:03:33.775]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:52.1247645Z [00:03:33.775]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:52.1248119Z [00:03:33.775]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:41:52.1248601Z [00:03:33.776]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:41:52.1249053Z [00:03:33.776]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:41:52.1249505Z [00:03:33.776]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:52.1250255Z [00:03:33.776]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:52.1250787Z [00:03:33.776]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:52.1251352Z [00:03:33.776]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:52.1251828Z [00:03:33.776]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:52.1252380Z [00:03:33.776]➜  packagefile github.com/360EntSecGroup-Skylar/excelize=/tmp/go-build3998081543/b346/_pkg_.a
2025-08-20T22:41:52.1253025Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:41:52.1253678Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:41:52.1254371Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:41:52.1255077Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal256=/tmp/go-build3998081543/b360/_pkg_.a
2025-08-20T22:41:52.1261402Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/arrow/extensions=/tmp/go-build3998081543/b381/_pkg_.a
2025-08-20T22:41:52.1262531Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/arrow/float16=/tmp/go-build3998081543/b361/_pkg_.a
2025-08-20T22:41:52.1263208Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/arrow/ipc=/tmp/go-build3998081543/b410/_pkg_.a
2025-08-20T22:41:52.1263871Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:41:52.1264524Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:41:52.1265747Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/parquet/compress=/tmp/go-build3998081543/b384/_pkg_.a
2025-08-20T22:41:52.1266498Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/parquet/file=/tmp/go-build3998081543/b414/_pkg_.a
2025-08-20T22:41:52.1267187Z [00:03:33.776]➜  packagefile github.com/apache/arrow-go/v18/parquet/pqarrow=/tmp/go-build3998081543/b424/_pkg_.a
2025-08-20T22:41:52.1267830Z [00:03:33.776]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:52.1268424Z [00:03:33.776]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3998081543/b540/_pkg_.a
2025-08-20T22:41:52.1269046Z [00:03:33.776]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3998081543/b542/_pkg_.a
2025-08-20T22:41:52.1269650Z [00:03:33.776]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3998081543/b586/_pkg_.a
2025-08-20T22:41:52.1270199Z [00:03:33.776]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:41:52.1270730Z [00:03:33.776]➜  packagefile github.com/flarco/g/csv=/tmp/go-build3998081543/b587/_pkg_.a
2025-08-20T22:41:52.1271270Z [00:03:33.776]➜  packagefile github.com/flarco/g/json=/tmp/go-build3998081543/b588/_pkg_.a
2025-08-20T22:41:52.1271810Z [00:03:33.776]➜  packagefile github.com/flarco/g/net=/tmp/go-build3998081543/b292/_pkg_.a
2025-08-20T22:41:52.1272359Z [00:03:33.776]➜  packagefile github.com/flarco/g/process=/tmp/go-build3998081543/b293/_pkg_.a
2025-08-20T22:41:52.1272908Z [00:03:33.776]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:52.1273480Z [00:03:33.776]➜  packagefile github.com/jedib0t/go-pretty/table=/tmp/go-build3998081543/b240/_pkg_.a
2025-08-20T22:41:52.1274080Z [00:03:33.776]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build3998081543/b589/_pkg_.a
2025-08-20T22:41:52.1274640Z [00:03:33.776]➜  packagefile github.com/jmoiron/sqlx=/tmp/go-build3998081543/b590/_pkg_.a
2025-08-20T22:41:52.1275197Z [00:03:33.776]➜  packagefile github.com/json-iterator/go=/tmp/go-build3998081543/b257/_pkg_.a
2025-08-20T22:41:52.1275955Z [00:03:33.776]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3998081543/b592/_pkg_.a
2025-08-20T22:41:52.1276767Z [00:03:33.776]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:41:52.1277441Z [00:03:33.776]➜  packagefile github.com/kshedden/datareader=/tmp/go-build3998081543/b594/_pkg_.a
2025-08-20T22:41:52.1278104Z [00:03:33.776]➜  packagefile github.com/labstack/echo/v4=/tmp/go-build3998081543/b598/_pkg_.a
2025-08-20T22:41:52.1278741Z [00:03:33.776]➜  packagefile github.com/linkedin/goavro/v2=/tmp/go-build3998081543/b606/_pkg_.a
2025-08-20T22:41:52.1279342Z [00:03:33.776]➜  packagefile github.com/maja42/goval=/tmp/go-build3998081543/b340/_pkg_.a
2025-08-20T22:41:52.1279864Z [00:03:33.776]➜  packagefile github.com/nqd/flat=/tmp/go-build3998081543/b607/_pkg_.a
2025-08-20T22:41:52.1280434Z [00:03:33.776]➜  packagefile github.com/parquet-go/parquet-go=/tmp/go-build3998081543/b609/_pkg_.a
2025-08-20T22:41:52.1281070Z [00:03:33.776]➜  packagefile github.com/parquet-go/parquet-go/compress=/tmp/go-build3998081543/b614/_pkg_.a
2025-08-20T22:41:52.1281744Z [00:03:33.776]➜  packagefile github.com/parquet-go/parquet-go/deprecated=/tmp/go-build3998081543/b616/_pkg_.a
2025-08-20T22:41:52.1282412Z [00:03:33.776]➜  packagefile github.com/parquet-go/parquet-go/encoding=/tmp/go-build3998081543/b624/_pkg_.a
2025-08-20T22:41:52.1283064Z [00:03:33.776]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:41:52.1283632Z [00:03:33.776]➜  packagefile github.com/pkg/sftp=/tmp/go-build3998081543/b639/_pkg_.a
2025-08-20T22:41:52.1284146Z [00:03:33.776]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:41:52.1284680Z [00:03:33.776]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build3998081543/b651/_pkg_.a
2025-08-20T22:41:52.1290596Z [00:03:33.776]➜  packagefile github.com/shopspring/decimal=/tmp/go-build3998081543/b652/_pkg_.a
2025-08-20T22:41:52.1291387Z [00:03:33.776]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio=/tmp/go-build3998081543/b302/_pkg_.a
2025-08-20T22:41:52.1292073Z [00:03:33.776]➜  packagefile github.com/slingdata-io/sling-cli/core/env=/tmp/go-build3998081543/b653/_pkg_.a
2025-08-20T22:41:52.1292657Z [00:03:33.776]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:41:52.1293188Z [00:03:33.776]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3998081543/b643/_pkg_.a
2025-08-20T22:41:52.1293711Z [00:03:33.776]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:52.1294253Z [00:03:33.776]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:52.1294809Z [00:03:33.776]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3998081543/b596/_pkg_.a
2025-08-20T22:41:52.1295571Z [00:03:33.776]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3998081543/b665/_pkg_.a
2025-08-20T22:41:52.1296262Z [00:03:33.776]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3998081543/b667/_pkg_.a
2025-08-20T22:41:52.1296833Z [00:03:33.776]➜  packagefile golang.org/x/text/runes=/tmp/go-build3998081543/b669/_pkg_.a
2025-08-20T22:41:52.1297389Z [00:03:33.776]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:41:52.1297967Z [00:03:33.776]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3998081543/b218/_pkg_.a
2025-08-20T22:41:52.1298542Z [00:03:33.776]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:52.1299120Z [00:03:33.776]➜  packagefile google.golang.org/api/sheets/v4=/tmp/go-build3998081543/b718/_pkg_.a
2025-08-20T22:41:52.1299606Z [00:03:33.776]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:52.1300008Z [00:03:33.776]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:52.1300446Z [00:03:33.776]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:52.1300868Z [00:03:33.776]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:52.1301287Z [00:03:33.776]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:52.1301963Z [00:03:33.776]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:52.1302451Z [00:03:33.776]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:52.1302943Z [00:03:33.776]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:52.1303417Z [00:03:33.776]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:52.1303859Z [00:03:33.776]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:52.1304300Z [00:03:33.776]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:52.1304724Z [00:03:33.776]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:52.1305154Z [00:03:33.776]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:52.1305794Z [00:03:33.776]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:52.1306242Z [00:03:33.776]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:52.1306667Z [00:03:33.776]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:52.1307099Z [00:03:33.776]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:52.1307525Z [00:03:33.776]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:52.1307958Z [00:03:33.776]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:52.1308388Z [00:03:33.776]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:52.1308804Z [00:03:33.776]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:52.1309249Z [00:03:33.776]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:52.1309839Z [00:03:33.776]➜  EOF
2025-08-20T22:41:52.1310165Z [00:03:33.776]➜  cat >/tmp/go-build3998081543/b342/embedcfg << 'EOF' # internal
2025-08-20T22:41:52.1310486Z [00:03:33.776]➜  {
2025-08-20T22:41:52.1310698Z [00:03:33.776]➜  	"Patterns": {
2025-08-20T22:41:52.1310962Z [00:03:33.776]➜  		"templates/*": [
2025-08-20T22:41:52.1311243Z [00:03:33.776]➜  			"templates/fix_mapping.tsv"
2025-08-20T22:41:52.1311505Z [00:03:33.776]➜  		]
2025-08-20T22:41:52.1311698Z [00:03:33.776]➜  	},
2025-08-20T22:41:52.1311912Z [00:03:33.776]➜  	"Files": {
2025-08-20T22:41:52.1312403Z [00:03:33.776]➜  		"templates/fix_mapping.tsv": "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/templates/fix_mapping.tsv"
2025-08-20T22:41:52.1312850Z [00:03:33.776]➜  	}
2025-08-20T22:41:52.1313039Z [00:03:33.776]➜  }EOF
2025-08-20T22:41:52.1326570Z [00:03:33.776]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b342/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop=>github.com/slingdata-io/sling-cli/core/dbio/iop;$WORK/b342=>" -p github.com/slingdata-io/sling-cli/core/dbio/iop -lang=go1.24 -complete -installsuffix shared -buildid lpkg8st-Z7myPGqWIpNd/lpkg8st-Z7myPGqWIpNd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b342/importcfg -embedcfg $WORK/b342/embedcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/arrow.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/avro.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/aws.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/compression.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/csv.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/csv_duckdb.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/dataflow.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/dataset.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datastream.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datastream_batch.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datatype.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/delta.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/duckdb.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/iceberg.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/json.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_arrow.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_duckdb.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/partition.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/queue.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sas7bdat.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet_excel.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet_google.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/ssh.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/stream_processor.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/transforms.go
2025-08-20T22:41:52.2872326Z [00:03:33.939]➜  go tool buildid -w $WORK/b1141/_pkg_.a # internal
2025-08-20T22:41:52.3085101Z [00:03:33.961]➜  cp $WORK/b1141/_pkg_.a /root/.cache/go-build/fd/fd5965f7d70a886849463eecc32a7fa0895dc9010c1e38503b6dba27d6b5c9c6-d # internal
2025-08-20T22:41:52.3087851Z [00:03:33.961]➜  go.opentelemetry.io/otel/semconv/v1.24.0
2025-08-20T22:41:52.3088809Z [00:03:33.961]➜  mkdir -p $WORK/b1145/
2025-08-20T22:41:52.3091089Z [00:03:33.961]➜  cat >/tmp/go-build3998081543/b1145/importcfg << 'EOF' # internal
2025-08-20T22:41:52.3091739Z [00:03:33.961]➜  # import config
2025-08-20T22:41:52.3092438Z [00:03:33.961]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:52.3093239Z [00:03:33.961]➜  EOF
2025-08-20T22:41:52.3097817Z [00:03:33.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1145/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0=>go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0;$WORK/b1145=>" -p go.opentelemetry.io/otel/semconv/v1.24.0 -lang=go1.22 -complete -installsuffix shared -buildid wxPzufu-CledzmMXKJtK/wxPzufu-CledzmMXKJtK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1145/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0/attribute_group.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0/doc.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0/event.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0/exception.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0/metric.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0/resource.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0/schema.go /root/go/pkg/mod/go.opentelemetry.io/otel@v1.35.0/semconv/v1.24.0/trace.go
2025-08-20T22:41:52.6462219Z [00:03:34.298]➜  go tool buildid -w $WORK/b1145/_pkg_.a # internal
2025-08-20T22:41:52.6539492Z [00:03:34.306]➜  cp $WORK/b1145/_pkg_.a /root/.cache/go-build/89/89010333078ee9121417cf9fd2ceb8907ebf9745ff895d936293a5ffb42caa95-d # internal
2025-08-20T22:41:52.6548599Z [00:03:34.307]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
2025-08-20T22:41:52.6554722Z [00:03:34.308]➜  mkdir -p $WORK/b1144/
2025-08-20T22:41:52.6566293Z [00:03:34.309]➜  cat >/tmp/go-build3998081543/b1144/importcfg << 'EOF' # internal
2025-08-20T22:41:52.6566683Z [00:03:34.309]➜  # import config
2025-08-20T22:41:52.6567167Z [00:03:34.309]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3998081543/b1145/_pkg_.a
2025-08-20T22:41:52.6567923Z [00:03:34.309]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3998081543/b844/_pkg_.a
2025-08-20T22:41:52.6568590Z [00:03:34.309]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:52.6568916Z [00:03:34.309]➜  EOF
2025-08-20T22:41:52.6580733Z [00:03:34.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1144/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.51.0=>github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping@v0.51.0;$WORK/b1144=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping -lang=go1.22 -complete -installsuffix shared -buildid 63XhT13DBh3X9NEO-J-E/63XhT13DBh3X9NEO-J-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1144/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/internal/resourcemapping@v0.51.0/resourcemapping.go
2025-08-20T22:41:52.7162054Z [00:03:34.368]➜  go tool buildid -w $WORK/b1144/_pkg_.a # internal
2025-08-20T22:41:52.7180877Z [00:03:34.370]➜  cp $WORK/b1144/_pkg_.a /root/.cache/go-build/5e/5e58291b91809817cc7554dbe7a2f8a64105f7d7a8dc6ef43d79046ae985a70c-d # internal
2025-08-20T22:41:52.7190001Z [00:03:34.371]➜  google.golang.org/grpc/encoding/gzip
2025-08-20T22:41:52.7196867Z [00:03:34.372]➜  mkdir -p $WORK/b1146/
2025-08-20T22:41:52.7207712Z [00:03:34.373]➜  cat >/tmp/go-build3998081543/b1146/importcfg << 'EOF' # internal
2025-08-20T22:41:52.7208610Z [00:03:34.373]➜  # import config
2025-08-20T22:41:52.7209666Z [00:03:34.373]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:52.7210607Z [00:03:34.373]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:52.7211314Z [00:03:34.373]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:52.7212411Z [00:03:34.373]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3998081543/b496/_pkg_.a
2025-08-20T22:41:52.7214182Z [00:03:34.373]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:52.7214898Z [00:03:34.373]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:52.7215997Z [00:03:34.373]➜  EOF
2025-08-20T22:41:52.7224597Z [00:03:34.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1146/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/encoding/gzip=>google.golang.org/grpc@v1.72.2/encoding/gzip;$WORK/b1146=>" -p google.golang.org/grpc/encoding/gzip -lang=go1.23 -complete -installsuffix shared -buildid 6AzG6TRVqYVLhZBS5gLj/6AzG6TRVqYVLhZBS5gLj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1146/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/encoding/gzip/gzip.go
2025-08-20T22:41:52.7714772Z [00:03:34.424]➜  go tool buildid -w $WORK/b1146/_pkg_.a # internal
2025-08-20T22:41:52.7745655Z [00:03:34.427]➜  cp $WORK/b1146/_pkg_.a /root/.cache/go-build/e5/e566be58d7a737a21018f8081f473b9fd29e4d7733be554a35298f1fede8ae23-d # internal
2025-08-20T22:41:52.7760490Z [00:03:34.428]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
2025-08-20T22:41:52.7764019Z [00:03:34.429]➜  mkdir -p $WORK/b1143/
2025-08-20T22:41:52.7782864Z [00:03:34.431]➜  cat >/tmp/go-build3998081543/b1143/importcfg << 'EOF' # internal
2025-08-20T22:41:52.7785100Z [00:03:34.431]➜  # import config
2025-08-20T22:41:52.7788034Z [00:03:34.431]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:52.7790388Z [00:03:34.431]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build3998081543/b839/_pkg_.a
2025-08-20T22:41:52.7791176Z [00:03:34.431]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3998081543/b840/_pkg_.a
2025-08-20T22:41:52.7791889Z [00:03:34.431]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:52.7792400Z [00:03:34.431]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:52.7792854Z [00:03:34.431]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:52.7793270Z [00:03:34.431]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:52.7794023Z [00:03:34.431]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build3998081543/b1144/_pkg_.a
2025-08-20T22:41:52.7794824Z [00:03:34.431]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:52.7795490Z [00:03:34.431]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:41:52.7796143Z [00:03:34.431]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:52.7796808Z [00:03:34.431]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3998081543/b850/_pkg_.a
2025-08-20T22:41:52.7797456Z [00:03:34.431]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3998081543/b849/_pkg_.a
2025-08-20T22:41:52.7798347Z [00:03:34.431]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3998081543/b854/_pkg_.a
2025-08-20T22:41:52.7799273Z [00:03:34.431]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3998081543/b855/_pkg_.a
2025-08-20T22:41:52.7800036Z [00:03:34.431]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3998081543/b1145/_pkg_.a
2025-08-20T22:41:52.7800654Z [00:03:34.431]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:52.7801222Z [00:03:34.431]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:52.7801797Z [00:03:34.431]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:52.7802478Z [00:03:34.431]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3998081543/b841/_pkg_.a
2025-08-20T22:41:52.7803224Z [00:03:34.431]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3998081543/b842/_pkg_.a
2025-08-20T22:41:52.7803943Z [00:03:34.431]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3998081543/b843/_pkg_.a
2025-08-20T22:41:52.7804696Z [00:03:34.431]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3998081543/b844/_pkg_.a
2025-08-20T22:41:52.7805504Z [00:03:34.431]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:52.7806177Z [00:03:34.431]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build3998081543/b1146/_pkg_.a
2025-08-20T22:41:52.7806785Z [00:03:34.431]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:52.7807740Z [00:03:34.431]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:52.7808458Z [00:03:34.431]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:52.7809030Z [00:03:34.431]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:52.7809451Z [00:03:34.431]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:52.7809882Z [00:03:34.431]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:52.7810300Z [00:03:34.431]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:52.7810742Z [00:03:34.431]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:52.7811160Z [00:03:34.431]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:52.7811567Z [00:03:34.431]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:52.7811991Z [00:03:34.431]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:52.7812310Z [00:03:34.431]➜  EOF
2025-08-20T22:41:52.7822160Z [00:03:34.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.51.0=>github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric@v0.51.0;$WORK/b1143=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric -lang=go1.22 -complete -installsuffix shared -buildid yTEj4tM16AnPfPwwZqsJ/yTEj4tM16AnPfPwwZqsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1143/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.51.0/cloudmonitoring.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.51.0/constants.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.51.0/error.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.51.0/metric.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.51.0/option.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/exporter/metric@v0.51.0/version.go
2025-08-20T22:41:53.0822343Z [00:03:34.734]➜  go tool buildid -w $WORK/b1143/_pkg_.a # internal
2025-08-20T22:41:53.0932490Z [00:03:34.745]➜  cp $WORK/b1143/_pkg_.a /root/.cache/go-build/96/96680fe043a33c83c1c26d8aa4cae19ed03ce24235d5bada23170a9829b9bca6-d # internal
2025-08-20T22:41:53.0938526Z [00:03:34.746]➜  github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
2025-08-20T22:41:53.0938989Z [00:03:34.746]➜  mkdir -p $WORK/b1148/
2025-08-20T22:41:53.0939378Z [00:03:34.746]➜  cat >/tmp/go-build3998081543/b1148/importcfg << 'EOF' # internal
2025-08-20T22:41:53.0939757Z [00:03:34.746]➜  # import config
2025-08-20T22:41:53.0940215Z [00:03:34.746]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:53.0940742Z [00:03:34.746]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:53.0941184Z [00:03:34.746]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:53.0941600Z [00:03:34.746]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:53.0942001Z [00:03:34.746]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:53.0942418Z [00:03:34.746]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:53.0942844Z [00:03:34.746]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:53.0943157Z [00:03:34.746]➜  EOF
2025-08-20T22:41:53.0949656Z [00:03:34.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1148/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.27.0=>github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp@v1.27.0;$WORK/b1148=>" -p github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp -lang=go1.22 -complete -installsuffix shared -buildid 458jLJ5y9WYKUnHjtLec/458jLJ5y9WYKUnHjtLec -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1148/importcfg -pack /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.27.0/app_engine.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.27.0/bms.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.27.0/detector.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.27.0/faas.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.27.0/gce.go /root/go/pkg/mod/github.com/!google!cloud!platform/opentelemetry-operations-go/detectors/gcp@v1.27.0/gke.go
2025-08-20T22:41:53.1615585Z [00:03:34.814]➜  go tool buildid -w $WORK/b1148/_pkg_.a # internal
2025-08-20T22:41:53.1624009Z [00:03:34.815]➜  cp $WORK/b1148/_pkg_.a /root/.cache/go-build/d1/d174a600c6ce458e5b804c4c8aa1b15febcddd1d810deeef2edb160d9c830922-d # internal
2025-08-20T22:41:53.1652237Z [00:03:34.817]➜  go.opentelemetry.io/contrib/detectors/gcp
2025-08-20T22:41:53.1663264Z [00:03:34.818]➜  mkdir -p $WORK/b1147/
2025-08-20T22:41:53.1663692Z [00:03:34.818]➜  cat >/tmp/go-build3998081543/b1147/importcfg << 'EOF' # internal
2025-08-20T22:41:53.1664075Z [00:03:34.818]➜  # import config
2025-08-20T22:41:53.1664534Z [00:03:34.818]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:53.1665072Z [00:03:34.818]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:53.1665718Z [00:03:34.818]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:53.1666161Z [00:03:34.818]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:53.1666891Z [00:03:34.818]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build3998081543/b1148/_pkg_.a
2025-08-20T22:41:53.1667657Z [00:03:34.818]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:53.1668522Z [00:03:34.818]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3998081543/b855/_pkg_.a
2025-08-20T22:41:53.1669389Z [00:03:34.818]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3998081543/b750/_pkg_.a
2025-08-20T22:41:53.1669971Z [00:03:34.818]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:53.1670391Z [00:03:34.818]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:53.1676595Z [00:03:34.818]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:53.1676948Z [00:03:34.818]➜  EOF
2025-08-20T22:41:53.1680704Z [00:03:34.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1147/_pkg_.a -trimpath "/root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0=>go.opentelemetry.io/contrib/detectors/gcp@v1.35.0;$WORK/b1147=>" -p go.opentelemetry.io/contrib/detectors/gcp -lang=go1.22 -complete -installsuffix shared -buildid 55nV9QdK6A1O5hTzreyw/55nV9QdK6A1O5hTzreyw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1147/importcfg -pack /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0/cloud-function.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0/cloud-run.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0/detector.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0/gce.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0/gke.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0/types.go /root/go/pkg/mod/go.opentelemetry.io/contrib/detectors/gcp@v1.35.0/version.go
2025-08-20T22:41:53.4031270Z [00:03:35.055]➜  go tool buildid -w $WORK/b1147/_pkg_.a # internal
2025-08-20T22:41:53.4048662Z [00:03:35.057]➜  cp $WORK/b1147/_pkg_.a /root/.cache/go-build/e4/e442eee442531f7a1844b8bb5041b4ca73a24be03a4ab14174768672e3d4f20d-d # internal
2025-08-20T22:41:53.4052842Z [00:03:35.058]➜  google.golang.org/api/iamcredentials/v1
2025-08-20T22:41:53.4054622Z [00:03:35.058]➜  mkdir -p $WORK/b1149/
2025-08-20T22:41:53.4059930Z [00:03:35.058]➜  cat >/tmp/go-build3998081543/b1149/importcfg << 'EOF' # internal
2025-08-20T22:41:53.4061590Z [00:03:35.059]➜  # import config
2025-08-20T22:41:53.4061961Z [00:03:35.059]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:53.4062398Z [00:03:35.059]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:53.4062852Z [00:03:35.059]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:53.4063295Z [00:03:35.059]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:53.4063711Z [00:03:35.059]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:53.4064291Z [00:03:35.059]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:53.4064922Z [00:03:35.059]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:53.4065687Z [00:03:35.059]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:53.4066384Z [00:03:35.059]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3998081543/b721/_pkg_.a
2025-08-20T22:41:53.4067270Z [00:03:35.059]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:53.4067980Z [00:03:35.059]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:53.4068635Z [00:03:35.059]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:41:53.4069141Z [00:03:35.059]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:53.4069576Z [00:03:35.059]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:53.4070036Z [00:03:35.059]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:53.4070466Z [00:03:35.059]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:53.4071016Z [00:03:35.059]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:53.4071512Z [00:03:35.059]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:53.4071833Z [00:03:35.059]➜  EOF
2025-08-20T22:41:53.4073841Z [00:03:35.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1149/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/iamcredentials/v1=>google.golang.org/api@v0.236.0/iamcredentials/v1;$WORK/b1149=>" -p google.golang.org/api/iamcredentials/v1 -lang=go1.23 -complete -installsuffix shared -buildid Xp3BTsQ-OdcfO5pwjTG1/Xp3BTsQ-OdcfO5pwjTG1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1149/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/iamcredentials/v1/iamcredentials-gen.go
2025-08-20T22:41:53.5746245Z [00:03:35.227]➜  go tool buildid -w $WORK/b1149/_pkg_.a # internal
2025-08-20T22:41:53.5783695Z [00:03:35.231]➜  cp $WORK/b1149/_pkg_.a /root/.cache/go-build/09/0977786e2b5bd0c684a94fe1d813b984322554fbd701618f06aec3ff3833a2a6-d # internal
2025-08-20T22:41:53.5823310Z [00:03:35.235]➜  google.golang.org/api/storage/v1
2025-08-20T22:41:53.5831661Z [00:03:35.236]➜  mkdir -p $WORK/b1150/
2025-08-20T22:41:53.5866513Z [00:03:35.239]➜  cat >/tmp/go-build3998081543/b1150/importcfg << 'EOF' # internal
2025-08-20T22:41:53.5867261Z [00:03:35.239]➜  # import config
2025-08-20T22:41:53.5867942Z [00:03:35.239]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:53.5868663Z [00:03:35.239]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:53.5869371Z [00:03:35.239]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:53.5870525Z [00:03:35.239]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:53.5871561Z [00:03:35.239]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:53.5872138Z [00:03:35.239]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:53.5872814Z [00:03:35.239]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:41:53.5873456Z [00:03:35.239]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:53.5874058Z [00:03:35.239]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:41:53.5874690Z [00:03:35.239]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3998081543/b721/_pkg_.a
2025-08-20T22:41:53.5875306Z [00:03:35.239]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:53.5876168Z [00:03:35.239]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:53.5876849Z [00:03:35.239]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:41:53.5877363Z [00:03:35.239]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:53.5877794Z [00:03:35.239]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:41:53.5878233Z [00:03:35.239]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:53.5878952Z [00:03:35.239]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:53.5879453Z [00:03:35.239]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:53.5879885Z [00:03:35.239]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:53.5880205Z [00:03:35.239]➜  EOF
2025-08-20T22:41:53.5892280Z [00:03:35.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1150/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/storage/v1=>google.golang.org/api@v0.236.0/storage/v1;$WORK/b1150=>" -p google.golang.org/api/storage/v1 -lang=go1.23 -complete -installsuffix shared -buildid n5wjZ1lO48sXZkc-vvM0/n5wjZ1lO48sXZkc-vvM0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1150/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/storage/v1/storage-gen.go
2025-08-20T22:41:54.6671375Z [00:03:36.319]➜  go tool buildid -w $WORK/b1085/_pkg_.a # internal
2025-08-20T22:41:54.8524752Z [00:03:36.505]➜  cp $WORK/b1085/_pkg_.a /root/.cache/go-build/23/23e1d61bba4039777b1312ad18fbe4816d23912442c3d1bf32a6f0aed3a3367e-d # internal
2025-08-20T22:41:54.8525984Z [00:03:36.505]➜  google.golang.org/grpc/experimental/opentelemetry
2025-08-20T22:41:54.8527170Z [00:03:36.505]➜  mkdir -p $WORK/b1152/
2025-08-20T22:41:54.8528490Z [00:03:36.505]➜  cat >/tmp/go-build3998081543/b1152/importcfg << 'EOF' # internal
2025-08-20T22:41:54.8529710Z [00:03:36.505]➜  # import config
2025-08-20T22:41:54.8530420Z [00:03:36.505]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3998081543/b757/_pkg_.a
2025-08-20T22:41:54.8531045Z [00:03:36.505]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:54.8531435Z [00:03:36.505]➜  EOF
2025-08-20T22:41:54.8533609Z [00:03:36.505]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1152/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/experimental/opentelemetry=>google.golang.org/grpc@v1.72.2/experimental/opentelemetry;$WORK/b1152=>" -p google.golang.org/grpc/experimental/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid 3ROWYDIH_lDxTdhg4aAk/3ROWYDIH_lDxTdhg4aAk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1152/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/experimental/opentelemetry/trace_options.go
2025-08-20T22:41:54.9128502Z [00:03:36.565]➜  go tool buildid -w $WORK/b1152/_pkg_.a # internal
2025-08-20T22:41:54.9134392Z [00:03:36.566]➜  cp $WORK/b1152/_pkg_.a /root/.cache/go-build/2a/2a08b64fccbb82d1a9355601a5ae268f7028d11ba98b6f635f8296b311942cfa-d # internal
2025-08-20T22:41:54.9135092Z [00:03:36.566]➜  google.golang.org/grpc/stats/opentelemetry/internal
2025-08-20T22:41:54.9135613Z [00:03:36.566]➜  mkdir -p $WORK/b1153/
2025-08-20T22:41:54.9136992Z [00:03:36.566]➜  cat >/tmp/go-build3998081543/b1153/importcfg << 'EOF' # internal
2025-08-20T22:41:54.9137658Z [00:03:36.566]➜  # import config
2025-08-20T22:41:54.9138368Z [00:03:36.566]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:54.9139023Z [00:03:36.566]➜  EOF
2025-08-20T22:41:54.9141444Z [00:03:36.566]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1153/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/internal=>google.golang.org/grpc@v1.72.2/stats/opentelemetry/internal;$WORK/b1153=>" -p google.golang.org/grpc/stats/opentelemetry/internal -lang=go1.23 -complete -installsuffix shared -buildid CopJ92Rs-n9olEvOTxmU/CopJ92Rs-n9olEvOTxmU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1153/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/internal/pluginoption.go
2025-08-20T22:41:54.9288548Z [00:03:36.581]➜  go tool buildid -w $WORK/b1153/_pkg_.a # internal
2025-08-20T22:41:54.9303299Z [00:03:36.583]➜  cp $WORK/b1153/_pkg_.a /root/.cache/go-build/aa/aa2d5616f536923a1678c390368686f471b8d08b1839509bb4948da7d4138d30-d # internal
2025-08-20T22:41:54.9306049Z [00:03:36.583]➜  google.golang.org/grpc/stats/opentelemetry/internal/tracing
2025-08-20T22:41:54.9326840Z [00:03:36.583]➜  mkdir -p $WORK/b1154/
2025-08-20T22:41:54.9328144Z [00:03:36.583]➜  cat >/tmp/go-build3998081543/b1154/importcfg << 'EOF' # internal
2025-08-20T22:41:54.9328513Z [00:03:36.583]➜  # import config
2025-08-20T22:41:54.9328867Z [00:03:36.583]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:54.9329390Z [00:03:36.583]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:54.9330022Z [00:03:36.583]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:54.9330418Z [00:03:36.583]➜  EOF
2025-08-20T22:41:54.9333012Z [00:03:36.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1154/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/internal/tracing=>google.golang.org/grpc@v1.72.2/stats/opentelemetry/internal/tracing;$WORK/b1154=>" -p google.golang.org/grpc/stats/opentelemetry/internal/tracing -lang=go1.23 -complete -installsuffix shared -buildid W_XAIGLJa7GsisJTXXif/W_XAIGLJa7GsisJTXXif -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1154/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/internal/tracing/carrier.go
2025-08-20T22:41:54.9857824Z [00:03:36.638]➜  go tool buildid -w $WORK/b1154/_pkg_.a # internal
2025-08-20T22:41:54.9870419Z [00:03:36.639]➜  cp $WORK/b1154/_pkg_.a /root/.cache/go-build/5e/5ebbbdce3cb5973ebd58823a0eebd3b9bf6bbf88d95e8dba35dd18834300a0c7-d # internal
2025-08-20T22:41:54.9879373Z [00:03:36.640]➜  google.golang.org/grpc/stats/opentelemetry
2025-08-20T22:41:54.9881551Z [00:03:36.641]➜  mkdir -p $WORK/b1151/
2025-08-20T22:41:54.9893898Z [00:03:36.642]➜  cat >/tmp/go-build3998081543/b1151/importcfg << 'EOF' # internal
2025-08-20T22:41:54.9898060Z [00:03:36.642]➜  # import config
2025-08-20T22:41:54.9898442Z [00:03:36.642]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:54.9898992Z [00:03:36.642]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:54.9899599Z [00:03:36.642]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:54.9901735Z [00:03:36.643]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:41:54.9903760Z [00:03:36.643]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3998081543/b760/_pkg_.a
2025-08-20T22:41:54.9905121Z [00:03:36.643]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3998081543/b757/_pkg_.a
2025-08-20T22:41:54.9906387Z [00:03:36.643]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:54.9907527Z [00:03:36.643]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:54.9908607Z [00:03:36.643]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:54.9909514Z [00:03:36.643]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build3998081543/b1152/_pkg_.a
2025-08-20T22:41:54.9910512Z [00:03:36.643]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:54.9911570Z [00:03:36.643]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:41:54.9912659Z [00:03:36.643]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:41:54.9913711Z [00:03:36.643]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3998081543/b534/_pkg_.a
2025-08-20T22:41:54.9914517Z [00:03:36.643]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:54.9916652Z [00:03:36.643]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:41:54.9917408Z [00:03:36.643]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build3998081543/b1153/_pkg_.a
2025-08-20T22:41:54.9919516Z [00:03:36.643]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build3998081543/b1154/_pkg_.a
2025-08-20T22:41:54.9920746Z [00:03:36.643]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:54.9921802Z [00:03:36.643]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:54.9922606Z [00:03:36.643]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:54.9923230Z [00:03:36.643]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:54.9923975Z [00:03:36.643]➜  EOF
2025-08-20T22:41:54.9980258Z [00:03:36.648]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1151/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry=>google.golang.org/grpc@v1.72.2/stats/opentelemetry;$WORK/b1151=>" -p google.golang.org/grpc/stats/opentelemetry -lang=go1.23 -complete -installsuffix shared -buildid OLLFRRh0ppj9BN9zpI6k/OLLFRRh0ppj9BN9zpI6k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1151/importcfg -pack /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/client_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/client_tracing.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/grpc_trace_bin_propagator.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/opentelemetry.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/server_metrics.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/server_tracing.go /root/go/pkg/mod/google.golang.org/grpc@v1.72.2/stats/opentelemetry/trace.go
2025-08-20T22:41:55.0763712Z [00:03:36.728]➜  go tool buildid -w $WORK/b1150/_pkg_.a # internal
2025-08-20T22:41:55.0818419Z [00:03:36.734]➜  go tool buildid -w $WORK/b342/_pkg_.a # internal
2025-08-20T22:41:55.1101374Z [00:03:36.762]➜  cp $WORK/b1150/_pkg_.a /root/.cache/go-build/3e/3e752b0ba1126abccfec4bbbbeb0187323932be0d4bccbd6c3bf75691f484d7c-d # internal
2025-08-20T22:41:55.1127148Z [00:03:36.763]➜  gocloud.dev/gcp
2025-08-20T22:41:55.1128043Z [00:03:36.763]➜  mkdir -p $WORK/b1155/
2025-08-20T22:41:55.1152011Z [00:03:36.768]➜  cat >/tmp/go-build3998081543/b1155/importcfg << 'EOF' # internal
2025-08-20T22:41:55.1152706Z [00:03:36.768]➜  # import config
2025-08-20T22:41:55.1153197Z [00:03:36.768]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:55.1154786Z [00:03:36.768]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:55.1155311Z [00:03:36.768]➜  packagefile github.com/google/wire=/tmp/go-build3998081543/b1131/_pkg_.a
2025-08-20T22:41:55.1156141Z [00:03:36.768]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:41:55.1157363Z [00:03:36.768]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:55.1157871Z [00:03:36.768]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:55.1158207Z [00:03:36.768]➜  EOF
2025-08-20T22:41:55.1165244Z [00:03:36.769]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1155/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/gcp=>gocloud.dev@v0.41.0/gcp;$WORK/b1155=>" -p gocloud.dev/gcp -lang=go1.24 -complete -installsuffix shared -buildid Pnsg1Az8OIvdlXpep4tq/Pnsg1Az8OIvdlXpep4tq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1155/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/gcp/gcp.go
2025-08-20T22:41:55.1510355Z [00:03:36.801]➜  cp $WORK/b342/_pkg_.a /root/.cache/go-build/10/10e0930740638ae3da5156a30f6b2c9cda56873f1b257340276ce18335b77385-d # internal
2025-08-20T22:41:55.1511051Z [00:03:36.803]➜  github.com/slingdata-io/sling-cli/core/dbio/api
2025-08-20T22:41:55.1511397Z [00:03:36.803]➜  mkdir -p $WORK/b313/
2025-08-20T22:41:55.1511809Z [00:03:36.803]➜  cat >/tmp/go-build3998081543/b313/importcfg << 'EOF' # internal
2025-08-20T22:41:55.1512155Z [00:03:36.803]➜  # import config
2025-08-20T22:41:55.1512784Z [00:03:36.803]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:55.1513310Z [00:03:36.803]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:55.1513787Z [00:03:36.803]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:55.1514260Z [00:03:36.803]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:55.1514693Z [00:03:36.803]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.1515258Z [00:03:36.803]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:41:55.1516103Z [00:03:36.803]➜  packagefile github.com/bits-and-blooms/bloom/v3=/tmp/go-build3998081543/b338/_pkg_.a
2025-08-20T22:41:55.1516805Z [00:03:36.803]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:41:55.1517416Z [00:03:36.803]➜  packagefile github.com/maja42/goval=/tmp/go-build3998081543/b340/_pkg_.a
2025-08-20T22:41:55.1517956Z [00:03:36.803]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:41:55.1518560Z [00:03:36.803]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio=/tmp/go-build3998081543/b302/_pkg_.a
2025-08-20T22:41:55.1519248Z [00:03:36.803]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/iop=/tmp/go-build3998081543/b342/_pkg_.a
2025-08-20T22:41:55.1519927Z [00:03:36.803]➜  packagefile github.com/slingdata-io/sling-cli/core/env=/tmp/go-build3998081543/b653/_pkg_.a
2025-08-20T22:41:55.1520709Z [00:03:36.803]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:41:55.1521219Z [00:03:36.803]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3998081543/b288/_pkg_.a
2025-08-20T22:41:55.1521666Z [00:03:36.803]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.1522080Z [00:03:36.803]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:55.1522487Z [00:03:36.803]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:55.1522914Z [00:03:36.803]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:55.1523344Z [00:03:36.803]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:55.1523756Z [00:03:36.803]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:55.1524169Z [00:03:36.803]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:55.1524818Z [00:03:36.803]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:55.1525252Z [00:03:36.803]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:55.1525841Z [00:03:36.803]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:55.1526268Z [00:03:36.803]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.1526688Z [00:03:36.803]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:55.1527100Z [00:03:36.803]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:55.1527413Z [00:03:36.803]➜  EOF
2025-08-20T22:41:55.1531257Z [00:03:36.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b313/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api=>github.com/slingdata-io/sling-cli/core/dbio/api;$WORK/b313=>" -p github.com/slingdata-io/sling-cli/core/dbio/api -lang=go1.24 -complete -installsuffix shared -buildid VDOiNj5Ki2ps40wa40Zk/VDOiNj5Ki2ps40wa40Zk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b313/importcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/api.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/auth.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/spec.go
2025-08-20T22:41:55.1765431Z [00:03:36.829]➜  go tool buildid -w $WORK/b1155/_pkg_.a # internal
2025-08-20T22:41:55.1785825Z [00:03:36.831]➜  cp $WORK/b1155/_pkg_.a /root/.cache/go-build/ed/edd371a8bdee8de0348f3a489dae2c1e4e7afde6e4d5332997b8a19f6e78491b-d # internal
2025-08-20T22:41:55.1791323Z [00:03:36.831]➜  gocloud.dev/blob/memblob
2025-08-20T22:41:55.1817501Z [00:03:36.834]➜  mkdir -p $WORK/b1156/
2025-08-20T22:41:55.1822399Z [00:03:36.835]➜  cat >/tmp/go-build3998081543/b1156/importcfg << 'EOF' # internal
2025-08-20T22:41:55.1823541Z [00:03:36.835]➜  # import config
2025-08-20T22:41:55.1823944Z [00:03:36.835]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:55.1824385Z [00:03:36.835]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:55.1824852Z [00:03:36.835]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:55.1825303Z [00:03:36.835]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:55.1825878Z [00:03:36.835]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.1826347Z [00:03:36.835]➜  packagefile gocloud.dev/blob=/tmp/go-build3998081543/b1105/_pkg_.a
2025-08-20T22:41:55.1826871Z [00:03:36.835]➜  packagefile gocloud.dev/blob/driver=/tmp/go-build3998081543/b1115/_pkg_.a
2025-08-20T22:41:55.1827410Z [00:03:36.835]➜  packagefile gocloud.dev/gcerrors=/tmp/go-build3998081543/b1116/_pkg_.a
2025-08-20T22:41:55.1827874Z [00:03:36.835]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:55.1828281Z [00:03:36.835]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.1828702Z [00:03:36.835]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:55.1829123Z [00:03:36.835]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:55.1829901Z [00:03:36.835]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.1830324Z [00:03:36.835]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:55.1830732Z [00:03:36.835]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:55.1831042Z [00:03:36.835]➜  EOF
2025-08-20T22:41:55.1832770Z [00:03:36.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1156/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/blob/memblob=>gocloud.dev@v0.41.0/blob/memblob;$WORK/b1156=>" -p gocloud.dev/blob/memblob -lang=go1.24 -complete -installsuffix shared -buildid 0Vv5PDSIOuiqNfGcILDD/0Vv5PDSIOuiqNfGcILDD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1156/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/blob/memblob/memblob.go
2025-08-20T22:41:55.2095126Z [00:03:36.862]➜  go tool buildid -w $WORK/b1151/_pkg_.a # internal
2025-08-20T22:41:55.2134619Z [00:03:36.866]➜  cp $WORK/b1151/_pkg_.a /root/.cache/go-build/91/919ee1f1b176aa83a82d2e6e4aa5d4a2808942895ac23663878cf500bf891711-d # internal
2025-08-20T22:41:55.2322030Z [00:03:36.883]➜  cloud.google.com/go/storage
2025-08-20T22:41:55.2322414Z [00:03:36.883]➜  mkdir -p $WORK/b1138/
2025-08-20T22:41:55.2322810Z [00:03:36.883]➜  cat >/tmp/go-build3998081543/b1138/importcfg << 'EOF' # internal
2025-08-20T22:41:55.2323200Z [00:03:36.883]➜  # import config
2025-08-20T22:41:55.2323545Z [00:03:36.883]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:55.2324099Z [00:03:36.883]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:55.2324683Z [00:03:36.883]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3998081543/b795/_pkg_.a
2025-08-20T22:41:55.2325268Z [00:03:36.883]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3998081543/b796/_pkg_.a
2025-08-20T22:41:55.2326098Z [00:03:36.883]➜  packagefile cloud.google.com/go/internal=/tmp/go-build3998081543/b799/_pkg_.a
2025-08-20T22:41:55.2326737Z [00:03:36.883]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3998081543/b803/_pkg_.a
2025-08-20T22:41:55.2327361Z [00:03:36.883]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3998081543/b804/_pkg_.a
2025-08-20T22:41:55.2328261Z [00:03:36.883]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3998081543/b806/_pkg_.a
2025-08-20T22:41:55.2328977Z [00:03:36.883]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build3998081543/b1139/_pkg_.a
2025-08-20T22:41:55.2329778Z [00:03:36.883]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3998081543/b1140/_pkg_.a
2025-08-20T22:41:55.2330507Z [00:03:36.883]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build3998081543/b1141/_pkg_.a
2025-08-20T22:41:55.2331235Z [00:03:36.883]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3998081543/b1142/_pkg_.a
2025-08-20T22:41:55.2331820Z [00:03:36.883]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:55.2332265Z [00:03:36.883]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:41:55.2332708Z [00:03:36.883]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:55.2333163Z [00:03:36.883]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:41:55.2333630Z [00:03:36.883]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:55.2334091Z [00:03:36.883]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:55.2334563Z [00:03:36.883]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:55.2335045Z [00:03:36.883]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:55.2335663Z [00:03:36.883]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:55.2336140Z [00:03:36.883]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:55.2336616Z [00:03:36.883]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:41:55.2337338Z [00:03:36.883]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:55.2337758Z [00:03:36.883]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.2338467Z [00:03:36.883]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build3998081543/b1143/_pkg_.a
2025-08-20T22:41:55.2339190Z [00:03:36.883]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:41:55.2339761Z [00:03:36.883]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:55.2340379Z [00:03:36.883]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3998081543/b727/_pkg_.a
2025-08-20T22:41:55.2341039Z [00:03:36.883]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build3998081543/b1147/_pkg_.a
2025-08-20T22:41:55.2341637Z [00:03:36.883]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:41:55.2342383Z [00:03:36.883]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:41:55.2342977Z [00:03:36.883]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:41:55.2343581Z [00:03:36.883]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3998081543/b849/_pkg_.a
2025-08-20T22:41:55.2344280Z [00:03:36.883]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3998081543/b854/_pkg_.a
2025-08-20T22:41:55.2344944Z [00:03:36.883]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3998081543/b855/_pkg_.a
2025-08-20T22:41:55.2345705Z [00:03:36.883]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:55.2346312Z [00:03:36.883]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:55.2346888Z [00:03:36.883]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:55.2347522Z [00:03:36.883]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build3998081543/b1149/_pkg_.a
2025-08-20T22:41:55.2348134Z [00:03:36.883]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:41:55.2348823Z [00:03:36.883]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:55.2349596Z [00:03:36.883]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:41:55.2350294Z [00:03:36.883]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build3998081543/b1150/_pkg_.a
2025-08-20T22:41:55.2350885Z [00:03:36.883]➜  packagefile google.golang.org/api/transport=/tmp/go-build3998081543/b801/_pkg_.a
2025-08-20T22:41:55.2351491Z [00:03:36.883]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:41:55.2352166Z [00:03:36.883]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3998081543/b833/_pkg_.a
2025-08-20T22:41:55.2352882Z [00:03:36.883]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3998081543/b797/_pkg_.a
2025-08-20T22:41:55.2353500Z [00:03:36.883]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:41:55.2354075Z [00:03:36.883]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build3998081543/b860/_pkg_.a
2025-08-20T22:41:55.2354666Z [00:03:36.883]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:41:55.2355242Z [00:03:36.883]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3998081543/b496/_pkg_.a
2025-08-20T22:41:55.2356028Z [00:03:36.883]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:41:55.2356635Z [00:03:36.883]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3998081543/b498/_pkg_.a
2025-08-20T22:41:55.2357435Z [00:03:36.883]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:41:55.2358075Z [00:03:36.883]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build3998081543/b1151/_pkg_.a
2025-08-20T22:41:55.2358698Z [00:03:36.883]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:41:55.2359328Z [00:03:36.883]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build3998081543/b866/_pkg_.a
2025-08-20T22:41:55.2360024Z [00:03:36.883]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:41:55.2360667Z [00:03:36.883]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:41:55.2361322Z [00:03:36.883]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:55.2362045Z [00:03:36.883]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:41:55.2362788Z [00:03:36.883]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3998081543/b798/_pkg_.a
2025-08-20T22:41:55.2363519Z [00:03:36.883]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:41:55.2364107Z [00:03:36.883]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:55.2364529Z [00:03:36.883]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.2364952Z [00:03:36.883]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:55.2365474Z [00:03:36.883]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:55.2365951Z [00:03:36.883]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:55.2366355Z [00:03:36.883]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:55.2366773Z [00:03:36.883]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:55.2367214Z [00:03:36.883]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:55.2367625Z [00:03:36.883]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:55.2368034Z [00:03:36.883]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:55.2373913Z [00:03:36.883]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:55.2374423Z [00:03:36.883]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:55.2374934Z [00:03:36.883]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:55.2375635Z [00:03:36.883]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.2376144Z [00:03:36.883]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:55.2376557Z [00:03:36.883]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:55.2377000Z [00:03:36.883]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:41:55.2377345Z [00:03:36.883]➜  EOF
2025-08-20T22:41:55.2384190Z [00:03:36.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1138/_pkg_.a -trimpath "/root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0=>cloud.google.com/go/storage@v1.53.0;$WORK/b1138=>" -p cloud.google.com/go/storage -lang=go1.23 -complete -installsuffix shared -buildid kCO4JN0OQWO7M8fqtbDZ/kCO4JN0OQWO7M8fqtbDZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1138/importcfg -pack /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/acl.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/bucket.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/copy.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/doc.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/dynamic_delay.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/grpc_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/grpc_dp.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/grpc_metrics.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/grpc_reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/grpc_reader_multi_range.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/grpc_writer.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/hmac.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/http_client.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/iam.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/invoke.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/notifications.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/option.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/post_policy_v4.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/reader.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/storage.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/trace.go /root/go/pkg/mod/cloud.google.com/go/storage@v1.53.0/writer.go
2025-08-20T22:41:55.2439774Z [00:03:36.896]➜  go tool buildid -w $WORK/b1156/_pkg_.a # internal
2025-08-20T22:41:55.2458307Z [00:03:36.898]➜  cp $WORK/b1156/_pkg_.a /root/.cache/go-build/b9/b9fd38629c4d11d96bf82eddc582a0878c34598a83d3fe7aa56a613f2a01c3b6-d # internal
2025-08-20T22:41:55.2474455Z [00:03:36.900]➜  github.com/aws/aws-sdk-go-v2/internal/awsutil
2025-08-20T22:41:55.2476245Z [00:03:36.900]➜  mkdir -p $WORK/b1159/
2025-08-20T22:41:55.2481298Z [00:03:36.901]➜  cat >/tmp/go-build3998081543/b1159/importcfg << 'EOF' # internal
2025-08-20T22:41:55.2481680Z [00:03:36.901]➜  # import config
2025-08-20T22:41:55.2482056Z [00:03:36.901]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:55.2482477Z [00:03:36.901]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.2482881Z [00:03:36.901]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.2483295Z [00:03:36.901]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:55.2483723Z [00:03:36.901]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.2484156Z [00:03:36.901]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:55.2484461Z [00:03:36.901]➜  EOF
2025-08-20T22:41:55.2488033Z [00:03:36.901]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1159/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil=>github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil;$WORK/b1159=>" -p github.com/aws/aws-sdk-go-v2/internal/awsutil -lang=go1.22 -complete -installsuffix shared -buildid 6irqcnJQYXkrnGKcoami/6irqcnJQYXkrnGKcoami -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1159/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil/copy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil/equal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil/prettify.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2@v1.36.5/internal/awsutil/string_value.go
2025-08-20T22:41:55.3317200Z [00:03:36.984]➜  go tool buildid -w $WORK/b1159/_pkg_.a # internal
2025-08-20T22:41:55.3325227Z [00:03:36.985]➜  cp $WORK/b1159/_pkg_.a /root/.cache/go-build/1f/1f41de8f82e38506558e3fd743234b20c3ecf31217dc3e053fb026ddd51dd432-d # internal
2025-08-20T22:41:55.3436200Z [00:03:36.996]➜  github.com/aws/aws-sdk-go-v2/feature/s3/manager
2025-08-20T22:41:55.3438719Z [00:03:36.996]➜  mkdir -p $WORK/b1158/
2025-08-20T22:41:55.3443748Z [00:03:36.997]➜  cat >/tmp/go-build3998081543/b1158/importcfg << 'EOF' # internal
2025-08-20T22:41:55.3444140Z [00:03:36.997]➜  # import config
2025-08-20T22:41:55.3444521Z [00:03:36.997]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:55.3444943Z [00:03:36.997]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:55.3445496Z [00:03:36.997]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:55.3446022Z [00:03:36.997]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:55.3446850Z [00:03:36.997]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.3447362Z [00:03:36.997]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:41:55.3447980Z [00:03:36.997]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3998081543/b1093/_pkg_.a
2025-08-20T22:41:55.3448640Z [00:03:36.997]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:41:55.3449421Z [00:03:36.997]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build3998081543/b1159/_pkg_.a
2025-08-20T22:41:55.3450164Z [00:03:36.997]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3998081543/b547/_pkg_.a
2025-08-20T22:41:55.3450838Z [00:03:36.997]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3998081543/b554/_pkg_.a
2025-08-20T22:41:55.3451486Z [00:03:36.997]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3998081543/b1085/_pkg_.a
2025-08-20T22:41:55.3452158Z [00:03:36.997]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3998081543/b1099/_pkg_.a
2025-08-20T22:41:55.3452788Z [00:03:36.997]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:41:55.3453396Z [00:03:36.997]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:41:55.3454025Z [00:03:36.997]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:41:55.3454538Z [00:03:36.997]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.3454954Z [00:03:36.997]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:55.3455525Z [00:03:36.997]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:55.3456020Z [00:03:36.997]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:55.3456451Z [00:03:36.997]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.3456879Z [00:03:36.997]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:55.3457185Z [00:03:36.997]➜  EOF
2025-08-20T22:41:55.3463748Z [00:03:36.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1158/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69=>github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69;$WORK/b1158=>" -p github.com/aws/aws-sdk-go-v2/feature/s3/manager -lang=go1.22 -complete -installsuffix shared -buildid QpJetLMGmaGe1eXQK300/QpJetLMGmaGe1eXQK300 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1158/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/bucket_region.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/buffered_read_seeker.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/default_read_seeker_write_to.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/default_writer_read_from.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/download.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/pool.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/read_seeker_write_to.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/upload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/feature/s3/manager@v1.17.69/writer_read_from.go
2025-08-20T22:41:55.4560146Z [00:03:37.108]➜  go tool buildid -w $WORK/b313/_pkg_.a # internal
2025-08-20T22:41:55.4598371Z [00:03:37.112]➜  cp $WORK/b313/_pkg_.a /root/.cache/go-build/f8/f876d61bc9adffd2357b70912c548eeb998f2811688fe4d5c6482f5ac7863fd5-d # internal
2025-08-20T22:41:55.4599038Z [00:03:37.112]➜  github.com/aws/aws-sdk-go/aws/awserr
2025-08-20T22:41:55.4599353Z [00:03:37.112]➜  mkdir -p $WORK/b1161/
2025-08-20T22:41:55.4600947Z [00:03:37.112]➜  cat >/tmp/go-build3998081543/b1161/importcfg << 'EOF' # internal
2025-08-20T22:41:55.4601354Z [00:03:37.113]➜  # import config
2025-08-20T22:41:55.4601728Z [00:03:37.113]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:55.4602191Z [00:03:37.113]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.4602503Z [00:03:37.113]➜  EOF
2025-08-20T22:41:55.4604662Z [00:03:37.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/awserr=>github.com/aws/aws-sdk-go@v1.55.6/aws/awserr;$WORK/b1161=>" -p github.com/aws/aws-sdk-go/aws/awserr -lang=go1.19 -complete -installsuffix shared -buildid XqbyxlPtEgDw8EfDrNpK/XqbyxlPtEgDw8EfDrNpK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1161/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/awserr/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/awserr/types.go
2025-08-20T22:41:55.4995045Z [00:03:37.152]➜  go tool buildid -w $WORK/b1161/_pkg_.a # internal
2025-08-20T22:41:55.5005006Z [00:03:37.153]➜  cp $WORK/b1161/_pkg_.a /root/.cache/go-build/75/75f85092cb02e93b26ba43c68518edc8365de35624c6d760c50dcbb1fcbdd2b6-d # internal
2025-08-20T22:41:55.5010281Z [00:03:37.153]➜  github.com/aws/aws-sdk-go/internal/ini
2025-08-20T22:41:55.5010730Z [00:03:37.154]➜  mkdir -p $WORK/b1163/
2025-08-20T22:41:55.5016045Z [00:03:37.154]➜  cat >/tmp/go-build3998081543/b1163/importcfg << 'EOF' # internal
2025-08-20T22:41:55.5016625Z [00:03:37.154]➜  # import config
2025-08-20T22:41:55.5016977Z [00:03:37.154]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:55.5017594Z [00:03:37.154]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.5018262Z [00:03:37.154]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:55.5018801Z [00:03:37.154]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.5019503Z [00:03:37.154]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:55.5020003Z [00:03:37.154]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:55.5020538Z [00:03:37.154]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:55.5021072Z [00:03:37.154]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:55.5021503Z [00:03:37.154]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.5021935Z [00:03:37.154]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:41:55.5022252Z [00:03:37.154]➜  EOF
2025-08-20T22:41:55.5030057Z [00:03:37.154]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini=>github.com/aws/aws-sdk-go@v1.55.6/internal/ini;$WORK/b1163=>" -p github.com/aws/aws-sdk-go/internal/ini -lang=go1.19 -complete -installsuffix shared -buildid PpSJ158eoA0F1UjT5riv/PpSJ158eoA0F1UjT5riv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1163/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/ast.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/comma_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/comment_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/empty_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/expression.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/ini.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/ini_lexer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/ini_parser.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/literal_tokens.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/newline_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/number_helper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/op_tokens.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/parse_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/parse_stack.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/sep_tokens.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/skipper.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/statement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/value_util.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/visitor.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/walker.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/ini/ws_token.go
2025-08-20T22:41:55.5184186Z [00:03:37.171]➜  go tool buildid -w $WORK/b1158/_pkg_.a # internal
2025-08-20T22:41:55.5213931Z [00:03:37.174]➜  cp $WORK/b1158/_pkg_.a /root/.cache/go-build/92/92eb5ddfa573d1d10f4c8c78e8d1309ece66ab5621f62bdc5495b5669c8934b4-d # internal
2025-08-20T22:41:55.5215326Z [00:03:37.174]➜  github.com/aws/aws-sdk-go/internal/shareddefaults
2025-08-20T22:41:55.5215815Z [00:03:37.174]➜  mkdir -p $WORK/b1164/
2025-08-20T22:41:55.5221751Z [00:03:37.175]➜  cat >/tmp/go-build3998081543/b1164/importcfg << 'EOF' # internal
2025-08-20T22:41:55.5222157Z [00:03:37.175]➜  # import config
2025-08-20T22:41:55.5222495Z [00:03:37.175]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:55.5222922Z [00:03:37.175]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:41:55.5223379Z [00:03:37.175]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:55.5223740Z [00:03:37.175]➜  EOF
2025-08-20T22:41:55.5227141Z [00:03:37.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/shareddefaults=>github.com/aws/aws-sdk-go@v1.55.6/internal/shareddefaults;$WORK/b1164=>" -p github.com/aws/aws-sdk-go/internal/shareddefaults -lang=go1.19 -complete -installsuffix shared -buildid ALYXT8Av8UPx05SuQvRe/ALYXT8Av8UPx05SuQvRe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1164/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/shareddefaults/ecs_container.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/shareddefaults/shared_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/shareddefaults/shared_config_resolve_home_go1.12.go
2025-08-20T22:41:55.5335926Z [00:03:37.186]➜  go tool buildid -w $WORK/b1164/_pkg_.a # internal
2025-08-20T22:41:55.5341101Z [00:03:37.186]➜  cp $WORK/b1164/_pkg_.a /root/.cache/go-build/2f/2f9bf33daf0ac3c564636154cdc686a6f38f235593bca47d263de354b83857e3-d # internal
2025-08-20T22:41:55.5342086Z [00:03:37.187]➜  github.com/aws/aws-sdk-go/internal/sync/singleflight
2025-08-20T22:41:55.5342446Z [00:03:37.187]➜  mkdir -p $WORK/b1165/
2025-08-20T22:41:55.5347327Z [00:03:37.187]➜  cat >/tmp/go-build3998081543/b1165/importcfg << 'EOF' # internal
2025-08-20T22:41:55.5347822Z [00:03:37.187]➜  # import config
2025-08-20T22:41:55.5348165Z [00:03:37.187]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:55.5348478Z [00:03:37.187]➜  EOF
2025-08-20T22:41:55.5350679Z [00:03:37.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1165/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sync/singleflight=>github.com/aws/aws-sdk-go@v1.55.6/internal/sync/singleflight;$WORK/b1165=>" -p github.com/aws/aws-sdk-go/internal/sync/singleflight -lang=go1.19 -complete -installsuffix shared -buildid hWeOGmLwNG-pgTNjM8tP/hWeOGmLwNG-pgTNjM8tP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1165/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sync/singleflight/singleflight.go
2025-08-20T22:41:55.5502214Z [00:03:37.203]➜  go tool buildid -w $WORK/b1165/_pkg_.a # internal
2025-08-20T22:41:55.5511496Z [00:03:37.204]➜  cp $WORK/b1165/_pkg_.a /root/.cache/go-build/28/28a5b9ff7232a86c8ee1efd87b0fe2d9e2d80365b92970f480439caa4e443173-d # internal
2025-08-20T22:41:55.5526139Z [00:03:37.205]➜  github.com/aws/aws-sdk-go/aws/endpoints
2025-08-20T22:41:55.5546849Z [00:03:37.205]➜  mkdir -p $WORK/b1166/
2025-08-20T22:41:55.5547303Z [00:03:37.206]➜  cat >/tmp/go-build3998081543/b1166/importcfg << 'EOF' # internal
2025-08-20T22:41:55.5547665Z [00:03:37.206]➜  # import config
2025-08-20T22:41:55.5548029Z [00:03:37.206]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:55.5548474Z [00:03:37.206]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.5548997Z [00:03:37.206]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:55.5549519Z [00:03:37.206]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.5549932Z [00:03:37.206]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:55.5550356Z [00:03:37.206]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:55.5550946Z [00:03:37.206]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.5551271Z [00:03:37.206]➜  EOF
2025-08-20T22:41:55.5555179Z [00:03:37.206]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/endpoints=>github.com/aws/aws-sdk-go@v1.55.6/aws/endpoints;$WORK/b1166=>" -p github.com/aws/aws-sdk-go/aws/endpoints -lang=go1.19 -complete -installsuffix shared -buildid sHdhf7k5nptqh1iYLPTq/sHdhf7k5nptqh1iYLPTq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1166/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/endpoints/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/endpoints/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/endpoints/dep_service_ids.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/endpoints/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/endpoints/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/endpoints/legacy_regions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/endpoints/v3model.go
2025-08-20T22:41:55.6359796Z [00:03:37.288]➜  go tool buildid -w $WORK/b1163/_pkg_.a # internal
2025-08-20T22:41:55.6379029Z [00:03:37.290]➜  cp $WORK/b1163/_pkg_.a /root/.cache/go-build/59/5999b1cc6b8d4c15a243a5d0ae45b55c1c0c2a433f3a7fa23751eb4003d12b90-d # internal
2025-08-20T22:41:55.6382270Z [00:03:37.291]➜  github.com/aws/aws-sdk-go/aws/credentials
2025-08-20T22:41:55.6383425Z [00:03:37.291]➜  mkdir -p $WORK/b1162/
2025-08-20T22:41:55.6389918Z [00:03:37.291]➜  cat >/tmp/go-build3998081543/b1162/importcfg << 'EOF' # internal
2025-08-20T22:41:55.6390618Z [00:03:37.291]➜  # import config
2025-08-20T22:41:55.6391095Z [00:03:37.291]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:55.6392506Z [00:03:37.291]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.6393060Z [00:03:37.291]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:55.6393695Z [00:03:37.291]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3998081543/b1163/_pkg_.a
2025-08-20T22:41:55.6394435Z [00:03:37.291]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3998081543/b1164/_pkg_.a
2025-08-20T22:41:55.6395180Z [00:03:37.291]➜  packagefile github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build3998081543/b1165/_pkg_.a
2025-08-20T22:41:55.6397939Z [00:03:37.291]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:55.6398354Z [00:03:37.291]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:55.6399361Z [00:03:37.291]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:55.6399678Z [00:03:37.291]➜  EOF
2025-08-20T22:41:55.6410692Z [00:03:37.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials=>github.com/aws/aws-sdk-go@v1.55.6/aws/credentials;$WORK/b1162=>" -p github.com/aws/aws-sdk-go/aws/credentials -lang=go1.19 -complete -installsuffix shared -buildid W3StyCUvzErg9NA0sbZd/W3StyCUvzErg9NA0sbZd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1162/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/chain_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/context_background_go1.7.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/context_go1.9.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/env_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/shared_credentials_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/static_provider.go
2025-08-20T22:41:55.7209244Z [00:03:37.373]➜  go tool buildid -w $WORK/b1162/_pkg_.a # internal
2025-08-20T22:41:55.7227628Z [00:03:37.375]➜  cp $WORK/b1162/_pkg_.a /root/.cache/go-build/4b/4bf3e4d48260eb7bbbf4c855b84012f9a54b6431b21c3496282afe35d50bf116-d # internal
2025-08-20T22:41:55.7241768Z [00:03:37.376]➜  github.com/aws/aws-sdk-go/internal/sdkio
2025-08-20T22:41:55.7246846Z [00:03:37.377]➜  mkdir -p $WORK/b1167/
2025-08-20T22:41:55.7256973Z [00:03:37.378]➜  cat >/tmp/go-build3998081543/b1167/importcfg << 'EOF' # internal
2025-08-20T22:41:55.7257636Z [00:03:37.378]➜  # import config
2025-08-20T22:41:55.7258179Z [00:03:37.378]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.7259266Z [00:03:37.378]➜  EOF
2025-08-20T22:41:55.7281800Z [00:03:37.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1167/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkio=>github.com/aws/aws-sdk-go@v1.55.6/internal/sdkio;$WORK/b1167=>" -p github.com/aws/aws-sdk-go/internal/sdkio -lang=go1.19 -complete -installsuffix shared -buildid hVOFocs_p0vr8isA9LOm/hVOFocs_p0vr8isA9LOm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1167/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkio/byte.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkio/io_go1.7.go
2025-08-20T22:41:55.7471141Z [00:03:37.399]➜  go tool buildid -w $WORK/b1167/_pkg_.a # internal
2025-08-20T22:41:55.7471921Z [00:03:37.399]➜  cp $WORK/b1167/_pkg_.a /root/.cache/go-build/3a/3a97288179520b9315bf2e7255e05778c871a338471342fff959c290cfde34bf-d # internal
2025-08-20T22:41:55.7472509Z [00:03:37.399]➜  github.com/aws/aws-sdk-go/aws/awsutil
2025-08-20T22:41:55.7472815Z [00:03:37.399]➜  mkdir -p $WORK/b1171/
2025-08-20T22:41:55.7473224Z [00:03:37.399]➜  cat >/tmp/go-build3998081543/b1171/importcfg << 'EOF' # internal
2025-08-20T22:41:55.7473579Z [00:03:37.399]➜  # import config
2025-08-20T22:41:55.7473920Z [00:03:37.399]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:55.7474335Z [00:03:37.399]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.7474851Z [00:03:37.399]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build3998081543/b589/_pkg_.a
2025-08-20T22:41:55.7475530Z [00:03:37.399]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.7476053Z [00:03:37.399]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:55.7476477Z [00:03:37.399]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:55.7476902Z [00:03:37.399]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:55.7477332Z [00:03:37.399]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.7477992Z [00:03:37.399]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:55.7478453Z [00:03:37.399]➜  EOF
2025-08-20T22:41:55.7481438Z [00:03:37.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/awsutil=>github.com/aws/aws-sdk-go@v1.55.6/aws/awsutil;$WORK/b1171=>" -p github.com/aws/aws-sdk-go/aws/awsutil -lang=go1.19 -complete -installsuffix shared -buildid nIsdVFag07kR_SaAnlRE/nIsdVFag07kR_SaAnlRE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1171/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/awsutil/copy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/awsutil/equal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/awsutil/path_value.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/awsutil/prettify.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/awsutil/string_value.go
2025-08-20T22:41:55.8480777Z [00:03:37.500]➜  go tool buildid -w $WORK/b1171/_pkg_.a # internal
2025-08-20T22:41:55.8488484Z [00:03:37.501]➜  cp $WORK/b1171/_pkg_.a /root/.cache/go-build/27/279d321d16fe690236875d524240274e101d788d611a899a2e0a334c671773ab-d # internal
2025-08-20T22:41:55.8493659Z [00:03:37.502]➜  github.com/aws/aws-sdk-go/internal/sdkrand
2025-08-20T22:41:55.8500310Z [00:03:37.502]➜  mkdir -p $WORK/b1172/
2025-08-20T22:41:55.8504421Z [00:03:37.502]➜  cat >/tmp/go-build3998081543/b1172/importcfg << 'EOF' # internal
2025-08-20T22:41:55.8504794Z [00:03:37.502]➜  # import config
2025-08-20T22:41:55.8505171Z [00:03:37.502]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:55.8505758Z [00:03:37.502]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:55.8506182Z [00:03:37.502]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:55.8506496Z [00:03:37.502]➜  EOF
2025-08-20T22:41:55.8508986Z [00:03:37.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1172/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkrand=>github.com/aws/aws-sdk-go@v1.55.6/internal/sdkrand;$WORK/b1172=>" -p github.com/aws/aws-sdk-go/internal/sdkrand -lang=go1.19 -complete -installsuffix shared -buildid O9cAQsD29nx3Xf1CJCNV/O9cAQsD29nx3Xf1CJCNV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1172/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkrand/locked_source.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkrand/read.go
2025-08-20T22:41:55.8620879Z [00:03:37.514]➜  go tool buildid -w $WORK/b1172/_pkg_.a # internal
2025-08-20T22:41:55.8627050Z [00:03:37.515]➜  cp $WORK/b1172/_pkg_.a /root/.cache/go-build/d6/d684163bd9e31b057312c814391a57fba1e81d2200cbe777327794e0968ece17-d # internal
2025-08-20T22:41:55.8627730Z [00:03:37.515]➜  github.com/aws/aws-sdk-go/aws/arn
2025-08-20T22:41:55.8628688Z [00:03:37.515]➜  mkdir -p $WORK/b1174/
2025-08-20T22:41:55.8656246Z [00:03:37.516]➜  cat >/tmp/go-build3998081543/b1174/importcfg << 'EOF' # internal
2025-08-20T22:41:55.8658814Z [00:03:37.518]➜  # import config
2025-08-20T22:41:55.8659445Z [00:03:37.518]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:55.8662093Z [00:03:37.518]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.8663004Z [00:03:37.518]➜  EOF
2025-08-20T22:41:55.8665266Z [00:03:37.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/arn=>github.com/aws/aws-sdk-go@v1.55.6/aws/arn;$WORK/b1174=>" -p github.com/aws/aws-sdk-go/aws/arn -lang=go1.19 -complete -installsuffix shared -buildid Q_nVCMORPqRBTiF0fCsz/Q_nVCMORPqRBTiF0fCsz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1174/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/arn/arn.go
2025-08-20T22:41:55.8804712Z [00:03:37.533]➜  go tool buildid -w $WORK/b1174/_pkg_.a # internal
2025-08-20T22:41:55.8808844Z [00:03:37.533]➜  cp $WORK/b1174/_pkg_.a /root/.cache/go-build/c2/c22f6fba98ca31bc25ec3387021dd8f0711a7bbe22741a2cef09bc578f1085d1-d # internal
2025-08-20T22:41:55.8818919Z [00:03:37.534]➜  github.com/aws/aws-sdk-go/internal/strings
2025-08-20T22:41:55.8820495Z [00:03:37.534]➜  mkdir -p $WORK/b1176/
2025-08-20T22:41:55.8824431Z [00:03:37.535]➜  cat >/tmp/go-build3998081543/b1176/importcfg << 'EOF' # internal
2025-08-20T22:41:55.8825272Z [00:03:37.535]➜  # import config
2025-08-20T22:41:55.8826169Z [00:03:37.535]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.8826824Z [00:03:37.535]➜  EOF
2025-08-20T22:41:55.8850965Z [00:03:37.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1176/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/strings=>github.com/aws/aws-sdk-go@v1.55.6/internal/strings;$WORK/b1176=>" -p github.com/aws/aws-sdk-go/internal/strings -lang=go1.19 -complete -installsuffix shared -buildid b6HuGRP_dKNk0om6gKok/b6HuGRP_dKNk0om6gKok -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1176/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/strings/strings.go
2025-08-20T22:41:55.8996194Z [00:03:37.552]➜  go tool buildid -w $WORK/b1176/_pkg_.a # internal
2025-08-20T22:41:55.9001569Z [00:03:37.552]➜  cp $WORK/b1176/_pkg_.a /root/.cache/go-build/03/03a102b3c4610b0318e74c1570b20e2eb68d0ac732e9b6c691d697613af464fe-d # internal
2025-08-20T22:41:55.9003659Z [00:03:37.553]➜  github.com/aws/aws-sdk-go/internal/s3shared/arn
2025-08-20T22:41:55.9005567Z [00:03:37.553]➜  mkdir -p $WORK/b1181/
2025-08-20T22:41:55.9008641Z [00:03:37.553]➜  cat >/tmp/go-build3998081543/b1181/importcfg << 'EOF' # internal
2025-08-20T22:41:55.9009341Z [00:03:37.553]➜  # import config
2025-08-20T22:41:55.9010238Z [00:03:37.553]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.9011650Z [00:03:37.553]➜  packagefile github.com/aws/aws-sdk-go/aws/arn=/tmp/go-build3998081543/b1174/_pkg_.a
2025-08-20T22:41:55.9012437Z [00:03:37.553]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.9013550Z [00:03:37.553]➜  EOF
2025-08-20T22:41:55.9017715Z [00:03:37.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/arn=>github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/arn;$WORK/b1181=>" -p github.com/aws/aws-sdk-go/internal/s3shared/arn -lang=go1.19 -complete -installsuffix shared -buildid VCTPBUq2q9Gket9hGjyp/VCTPBUq2q9Gket9hGjyp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1181/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/arn/accesspoint_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/arn/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/arn/outpost_arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/arn/s3_object_lambda_arn.go
2025-08-20T22:41:55.9730449Z [00:03:37.625]➜  go tool buildid -w $WORK/b1181/_pkg_.a # internal
2025-08-20T22:41:55.9731892Z [00:03:37.625]➜  cp $WORK/b1181/_pkg_.a /root/.cache/go-build/cf/cf1288cce475ed9f99fdb4b19089f74922003139d617eb7ead493280f762b388-d # internal
2025-08-20T22:41:55.9739217Z [00:03:37.625]➜  github.com/aws/aws-sdk-go/aws/credentials/processcreds
2025-08-20T22:41:55.9739919Z [00:03:37.625]➜  mkdir -p $WORK/b1195/
2025-08-20T22:41:55.9740906Z [00:03:37.625]➜  cat >/tmp/go-build3998081543/b1195/importcfg << 'EOF' # internal
2025-08-20T22:41:55.9741324Z [00:03:37.625]➜  # import config
2025-08-20T22:41:55.9741698Z [00:03:37.625]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:55.9742159Z [00:03:37.625]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:55.9742608Z [00:03:37.625]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:55.9743136Z [00:03:37.625]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:55.9743788Z [00:03:37.625]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:55.9744901Z [00:03:37.625]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3998081543/b1167/_pkg_.a
2025-08-20T22:41:55.9745670Z [00:03:37.625]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:55.9746171Z [00:03:37.625]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:55.9746597Z [00:03:37.625]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:55.9747016Z [00:03:37.625]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:41:55.9747446Z [00:03:37.625]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:55.9747876Z [00:03:37.625]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:55.9748299Z [00:03:37.625]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:55.9748612Z [00:03:37.625]➜  EOF
2025-08-20T22:41:55.9750816Z [00:03:37.625]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1195/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/processcreds=>github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/processcreds;$WORK/b1195=>" -p github.com/aws/aws-sdk-go/aws/credentials/processcreds -lang=go1.19 -complete -installsuffix shared -buildid xf_Nrgk0vr4OaQlAH0Gb/xf_Nrgk0vr4OaQlAH0Gb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1195/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/processcreds/provider.go
2025-08-20T22:41:56.0530565Z [00:03:37.705]➜  go tool buildid -w $WORK/b1195/_pkg_.a # internal
2025-08-20T22:41:56.0537906Z [00:03:37.706]➜  cp $WORK/b1195/_pkg_.a /root/.cache/go-build/ad/adeb3945699df3d96a9cb9e2b0c5009c9065f90a0c16c8349e3c25cc4025b1a6-d # internal
2025-08-20T22:41:56.0538581Z [00:03:37.706]➜  github.com/aws/aws-sdk-go/internal/sdkuri
2025-08-20T22:41:56.0540241Z [00:03:37.706]➜  mkdir -p $WORK/b1211/
2025-08-20T22:41:56.0545081Z [00:03:37.707]➜  cat >/tmp/go-build3998081543/b1211/importcfg << 'EOF' # internal
2025-08-20T22:41:56.0545611Z [00:03:37.707]➜  # import config
2025-08-20T22:41:56.0545959Z [00:03:37.707]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:56.0546389Z [00:03:37.707]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:56.0547013Z [00:03:37.707]➜  EOF
2025-08-20T22:41:56.0552481Z [00:03:37.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkuri=>github.com/aws/aws-sdk-go@v1.55.6/internal/sdkuri;$WORK/b1211=>" -p github.com/aws/aws-sdk-go/internal/sdkuri -lang=go1.19 -complete -installsuffix shared -buildid MFs0cGMB_EwQpV_bEWU2/MFs0cGMB_EwQpV_bEWU2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1211/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/sdkuri/path.go
2025-08-20T22:41:56.0641996Z [00:03:37.716]➜  go tool buildid -w $WORK/b1211/_pkg_.a # internal
2025-08-20T22:41:56.0645979Z [00:03:37.717]➜  cp $WORK/b1211/_pkg_.a /root/.cache/go-build/10/107ef59e528820c00431d349afdde649839c57ffb6824e4f1a7bece0eac6fcb9-d # internal
2025-08-20T22:41:56.0647607Z [00:03:37.717]➜  github.com/hamba/avro/v2/pkg/crc64
2025-08-20T22:41:56.0648684Z [00:03:37.717]➜  mkdir -p $WORK/b1214/
2025-08-20T22:41:56.0652477Z [00:03:37.718]➜  cat >/tmp/go-build3998081543/b1214/importcfg << 'EOF' # internal
2025-08-20T22:41:56.0654422Z [00:03:37.718]➜  # import config
2025-08-20T22:41:56.0655118Z [00:03:37.718]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:56.0655923Z [00:03:37.718]➜  EOF
2025-08-20T22:41:56.0658270Z [00:03:37.718]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1214/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/pkg/crc64=>github.com/hamba/avro/v2@v2.28.0/pkg/crc64;$WORK/b1214=>" -p github.com/hamba/avro/v2/pkg/crc64 -lang=go1.23 -complete -installsuffix shared -buildid crUBWoRqxyObvW8CgWN5/crUBWoRqxyObvW8CgWN5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1214/importcfg -pack /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/pkg/crc64/crc64.go
2025-08-20T22:41:56.0901864Z [00:03:37.742]➜  go tool buildid -w $WORK/b1214/_pkg_.a # internal
2025-08-20T22:41:56.0906787Z [00:03:37.743]➜  cp $WORK/b1214/_pkg_.a /root/.cache/go-build/37/37be3f89888c47062dac355efb0b73309ea8766f2787ee9b942629251d1e28ba-d # internal
2025-08-20T22:41:56.0913772Z [00:03:37.744]➜  github.com/hamba/avro/v2
2025-08-20T22:41:56.0919248Z [00:03:37.744]➜  mkdir -p $WORK/b1213/
2025-08-20T22:41:56.0923218Z [00:03:37.745]➜  echo -n > $WORK/b1213/go_asm.h # internal
2025-08-20T22:41:56.0925093Z [00:03:37.745]➜  cd /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0
2025-08-20T22:41:56.0927749Z [00:03:37.745]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/hamba/avro/v2 -trimpath "/root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0=>github.com/hamba/avro/v2@v2.28.0;$WORK/b1213=>" -I $WORK/b1213/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1213/symabis ./noescape.s
2025-08-20T22:41:56.0997450Z [00:03:37.752]➜  cat >/tmp/go-build3998081543/b1213/importcfg << 'EOF' # internal
2025-08-20T22:41:56.0998092Z [00:03:37.752]➜  # import config
2025-08-20T22:41:56.0998563Z [00:03:37.752]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:56.0999136Z [00:03:37.752]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:56.0999747Z [00:03:37.752]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:56.1000584Z [00:03:37.752]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:56.1001236Z [00:03:37.752]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:56.1001839Z [00:03:37.752]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:56.1002378Z [00:03:37.752]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:56.1002962Z [00:03:37.752]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:56.1003592Z [00:03:37.752]➜  packagefile github.com/hamba/avro/v2/pkg/crc64=/tmp/go-build3998081543/b1214/_pkg_.a
2025-08-20T22:41:56.1004277Z [00:03:37.752]➜  packagefile github.com/json-iterator/go=/tmp/go-build3998081543/b257/_pkg_.a
2025-08-20T22:41:56.1005105Z [00:03:37.752]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build3998081543/b247/_pkg_.a
2025-08-20T22:41:56.1007786Z [00:03:37.752]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3998081543/b259/_pkg_.a
2025-08-20T22:41:56.1017233Z [00:03:37.752]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:56.1017663Z [00:03:37.752]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:56.1018089Z [00:03:37.752]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:56.1018506Z [00:03:37.752]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:56.1018959Z [00:03:37.752]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:56.1019718Z [00:03:37.752]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:56.1020141Z [00:03:37.752]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:56.1020566Z [00:03:37.752]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:56.1020996Z [00:03:37.752]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:56.1021416Z [00:03:37.752]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:56.1021856Z [00:03:37.752]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:56.1022292Z [00:03:37.752]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:56.1022598Z [00:03:37.752]➜  EOF
2025-08-20T22:41:56.1022871Z [00:03:37.752]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:56.1037231Z [00:03:37.752]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0=>github.com/hamba/avro/v2@v2.28.0;$WORK/b1213=>" -p github.com/hamba/avro/v2 -lang=go1.23 -installsuffix shared -buildid P6vJg85cdAD-L0Xjwr8m/P6vJg85cdAD-L0Xjwr8m -goversion go1.25.0 -symabis $WORK/b1213/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1213/importcfg -pack -asmhdr $WORK/b1213/go_asm.h /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_array.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_default.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_dynamic.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_enum.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_fixed.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_generic.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_map.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_marshaler.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_native.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_ptr.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_record.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_skip.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/codec_union.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/config.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/config_x64.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/converter.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/decoder.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/doc.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/encoder.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/noescape.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/protocol.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/reader.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/reader_generic.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/reader_skip.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/resolver.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/schema.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/schema_compatibility.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/schema_parse.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/schema_walk.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/types.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/writer.go
2025-08-20T22:41:56.4891074Z [00:03:38.141]➜  go tool buildid -w $WORK/b1058/_pkg_.a # internal
2025-08-20T22:41:56.6433652Z [00:03:38.296]➜  cp $WORK/b1058/_pkg_.a /root/.cache/go-build/cd/cd610828527bde3c704e461df529ac54fa3eb5ecbf604b1e1aab9e70e6e3e282-d # internal
2025-08-20T22:41:56.6488254Z [00:03:38.301]➜  github.com/ClickHouse/clickhouse-go/v2/lib/proto
2025-08-20T22:41:56.6488717Z [00:03:38.301]➜  mkdir -p $WORK/b1063/
2025-08-20T22:41:56.6504011Z [00:03:38.302]➜  cat >/tmp/go-build3998081543/b1063/importcfg << 'EOF' # internal
2025-08-20T22:41:56.6504427Z [00:03:38.302]➜  # import config
2025-08-20T22:41:56.6505454Z [00:03:38.302]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:56.6506678Z [00:03:38.302]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:56.6507282Z [00:03:38.302]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:56.6508014Z [00:03:38.302]➜  packagefile github.com/ClickHouse/ch-go/proto=/tmp/go-build3998081543/b1049/_pkg_.a
2025-08-20T22:41:56.6508819Z [00:03:38.302]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/column=/tmp/go-build3998081543/b1058/_pkg_.a
2025-08-20T22:41:56.6510382Z [00:03:38.302]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/timezone=/tmp/go-build3998081543/b1061/_pkg_.a
2025-08-20T22:41:56.6511051Z [00:03:38.302]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:56.6511585Z [00:03:38.302]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3998081543/b281/_pkg_.a
2025-08-20T22:41:56.6512032Z [00:03:38.302]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:56.6512728Z [00:03:38.302]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:56.6513153Z [00:03:38.302]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:56.6513585Z [00:03:38.302]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:56.6514010Z [00:03:38.302]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:56.6514321Z [00:03:38.302]➜  EOF
2025-08-20T22:41:56.6518988Z [00:03:38.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/proto=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0/lib/proto;$WORK/b1063=>" -p github.com/ClickHouse/clickhouse-go/v2/lib/proto -lang=go1.22 -complete -installsuffix shared -buildid TMf12D4uJD6gaYZCPt4l/TMf12D4uJD6gaYZCPt4l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1063/importcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/proto/block.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/proto/const.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/proto/exception.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/proto/handshake.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/proto/profile_info.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/proto/progress.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/proto/query.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/proto/table_columns.go
2025-08-20T22:41:56.7798919Z [00:03:38.432]➜  go tool buildid -w $WORK/b1063/_pkg_.a # internal
2025-08-20T22:41:56.7822420Z [00:03:38.434]➜  cp $WORK/b1063/_pkg_.a /root/.cache/go-build/35/35e4d3c22e269403a3f10d059ee6f211f472933bd4c905641b9138af66460bf8-d # internal
2025-08-20T22:41:56.7836611Z [00:03:38.435]➜  github.com/ClickHouse/clickhouse-go/v2/ext
2025-08-20T22:41:56.7836988Z [00:03:38.435]➜  mkdir -p $WORK/b1057/
2025-08-20T22:41:56.7837388Z [00:03:38.435]➜  cat >/tmp/go-build3998081543/b1057/importcfg << 'EOF' # internal
2025-08-20T22:41:56.7837741Z [00:03:38.435]➜  # import config
2025-08-20T22:41:56.7838079Z [00:03:38.435]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:56.7838948Z [00:03:38.435]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/column=/tmp/go-build3998081543/b1058/_pkg_.a
2025-08-20T22:41:56.7839752Z [00:03:38.435]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/proto=/tmp/go-build3998081543/b1063/_pkg_.a
2025-08-20T22:41:56.7840319Z [00:03:38.435]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:56.7840642Z [00:03:38.435]➜  EOF
2025-08-20T22:41:56.7842631Z [00:03:38.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/ext=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0/ext;$WORK/b1057=>" -p github.com/ClickHouse/clickhouse-go/v2/ext -lang=go1.22 -complete -installsuffix shared -buildid 0EIY3Sf9fCdhG3TEkKgd/0EIY3Sf9fCdhG3TEkKgd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1057/importcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/ext/ext.go
2025-08-20T22:41:56.8083716Z [00:03:38.460]➜  go tool buildid -w $WORK/b1057/_pkg_.a # internal
2025-08-20T22:41:56.8094762Z [00:03:38.461]➜  cp $WORK/b1057/_pkg_.a /root/.cache/go-build/bc/bc846479434a9261827a932c28b9aa8b77d655cee7ca2014e441802985172d3c-d # internal
2025-08-20T22:41:56.8124071Z [00:03:38.465]➜  github.com/ClickHouse/clickhouse-go/v2/lib/driver
2025-08-20T22:41:56.8125705Z [00:03:38.465]➜  mkdir -p $WORK/b1064/
2025-08-20T22:41:56.8127700Z [00:03:38.465]➜  cat >/tmp/go-build3998081543/b1064/importcfg << 'EOF' # internal
2025-08-20T22:41:56.8128067Z [00:03:38.465]➜  # import config
2025-08-20T22:41:56.8128418Z [00:03:38.465]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:56.8132043Z [00:03:38.465]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/column=/tmp/go-build3998081543/b1058/_pkg_.a
2025-08-20T22:41:56.8132781Z [00:03:38.465]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/proto=/tmp/go-build3998081543/b1063/_pkg_.a
2025-08-20T22:41:56.8133358Z [00:03:38.465]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:56.8133783Z [00:03:38.465]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:56.8134088Z [00:03:38.465]➜  EOF
2025-08-20T22:41:56.8136646Z [00:03:38.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/driver=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0/lib/driver;$WORK/b1064=>" -p github.com/ClickHouse/clickhouse-go/v2/lib/driver -lang=go1.22 -complete -installsuffix shared -buildid EWnCuFL7Hldp5dsHfLwH/EWnCuFL7Hldp5dsHfLwH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1064/importcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/driver/driver.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/lib/driver/options.go
2025-08-20T22:41:56.8552794Z [00:03:38.507]➜  go tool buildid -w $WORK/b1064/_pkg_.a # internal
2025-08-20T22:41:56.8561078Z [00:03:38.508]➜  cp $WORK/b1064/_pkg_.a /root/.cache/go-build/75/75e499bc1fcfe3b764998328af9def6ab805d7618f4ec9e77665c8441985d9cf-d # internal
2025-08-20T22:41:56.8574891Z [00:03:38.510]➜  cd /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0
2025-08-20T22:41:56.8577489Z [00:03:38.510]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/hamba/avro/v2 -trimpath "/root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0=>github.com/hamba/avro/v2@v2.28.0;$WORK/b1213=>" -I $WORK/b1213/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1213/noescape.o ./noescape.s
2025-08-20T22:41:56.8582387Z [00:03:38.511]➜  github.com/ClickHouse/clickhouse-go/v2/resources
2025-08-20T22:41:56.8584170Z [00:03:38.511]➜  mkdir -p $WORK/b1065/
2025-08-20T22:41:56.8598201Z [00:03:38.512]➜  cat >/tmp/go-build3998081543/b1065/importcfg << 'EOF' # internal
2025-08-20T22:41:56.8600749Z [00:03:38.512]➜  # import config
2025-08-20T22:41:56.8601301Z [00:03:38.512]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:41:56.8602496Z [00:03:38.512]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/proto=/tmp/go-build3998081543/b1063/_pkg_.a
2025-08-20T22:41:56.8603375Z [00:03:38.512]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3998081543/b281/_pkg_.a
2025-08-20T22:41:56.8604022Z [00:03:38.512]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:56.8604843Z [00:03:38.512]➜  EOF
2025-08-20T22:41:56.8605587Z [00:03:38.512]➜  cat >/tmp/go-build3998081543/b1065/embedcfg << 'EOF' # internal
2025-08-20T22:41:56.8606451Z [00:03:38.512]➜  {
2025-08-20T22:41:56.8606751Z [00:03:38.512]➜  	"Patterns": {
2025-08-20T22:41:56.8607006Z [00:03:38.512]➜  		"meta.yml": [
2025-08-20T22:41:56.8607271Z [00:03:38.512]➜  			"meta.yml"
2025-08-20T22:41:56.8607829Z [00:03:38.512]➜  		]
2025-08-20T22:41:56.8608033Z [00:03:38.512]➜  	},
2025-08-20T22:41:56.8608243Z [00:03:38.512]➜  	"Files": {
2025-08-20T22:41:56.8608720Z [00:03:38.512]➜  		"meta.yml": "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/resources/meta.yml"
2025-08-20T22:41:56.8609161Z [00:03:38.512]➜  	}
2025-08-20T22:41:56.8609355Z [00:03:38.512]➜  }EOF
2025-08-20T22:41:56.8609630Z [00:03:38.512]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:56.8611939Z [00:03:38.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/resources=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0/resources;$WORK/b1065=>" -p github.com/ClickHouse/clickhouse-go/v2/resources -lang=go1.22 -complete -installsuffix shared -buildid 4MkNKthjfTJMymzWzGXH/4MkNKthjfTJMymzWzGXH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1065/importcfg -embedcfg $WORK/b1065/embedcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/resources/meta.go
2025-08-20T22:41:56.8676502Z [00:03:38.520]➜  cd /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0
2025-08-20T22:41:56.8677404Z [00:03:38.520]➜  go tool pack r $WORK/b1213/_pkg_.a $WORK/b1213/noescape.o # internal
2025-08-20T22:41:56.8678609Z [00:03:38.520]➜  go tool buildid -w $WORK/b1213/_pkg_.a # internal
2025-08-20T22:41:56.8778809Z [00:03:38.530]➜  go tool buildid -w $WORK/b1065/_pkg_.a # internal
2025-08-20T22:41:56.8779908Z [00:03:38.530]➜  cp $WORK/b1065/_pkg_.a /root/.cache/go-build/57/571a2508021b0afc4d0e0570db9a9ec0e35243bbb69ec36edce527aaa46564b1-d # internal
2025-08-20T22:41:56.8906964Z [00:03:38.541]➜  github.com/ClickHouse/clickhouse-go/v2
2025-08-20T22:41:56.8907694Z [00:03:38.541]➜  mkdir -p $WORK/b1045/
2025-08-20T22:41:56.8908380Z [00:03:38.541]➜  cat >/tmp/go-build3998081543/b1045/importcfg << 'EOF' # internal
2025-08-20T22:41:56.8910103Z [00:03:38.541]➜  # import config
2025-08-20T22:41:56.8910543Z [00:03:38.541]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:56.8911005Z [00:03:38.541]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:41:56.8911486Z [00:03:38.541]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:41:56.8911968Z [00:03:38.541]➜  packagefile compress/zlib=/tmp/go-build3998081543/b390/_pkg_.a
2025-08-20T22:41:56.8912419Z [00:03:38.541]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:56.8913171Z [00:03:38.541]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:56.8913707Z [00:03:38.541]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:41:56.8914202Z [00:03:38.541]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:56.8914666Z [00:03:38.541]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:41:56.8915087Z [00:03:38.541]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:56.8915781Z [00:03:38.541]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:56.8916324Z [00:03:38.541]➜  packagefile github.com/ClickHouse/ch-go/compress=/tmp/go-build3998081543/b1046/_pkg_.a
2025-08-20T22:41:56.8917101Z [00:03:38.541]➜  packagefile github.com/ClickHouse/ch-go/proto=/tmp/go-build3998081543/b1049/_pkg_.a
2025-08-20T22:41:56.8917864Z [00:03:38.541]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/contributors=/tmp/go-build3998081543/b1056/_pkg_.a
2025-08-20T22:41:56.8918586Z [00:03:38.541]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/ext=/tmp/go-build3998081543/b1057/_pkg_.a
2025-08-20T22:41:56.8919296Z [00:03:38.541]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/chcol=/tmp/go-build3998081543/b1060/_pkg_.a
2025-08-20T22:41:56.8920017Z [00:03:38.541]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/column=/tmp/go-build3998081543/b1058/_pkg_.a
2025-08-20T22:41:56.8920743Z [00:03:38.541]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/driver=/tmp/go-build3998081543/b1064/_pkg_.a
2025-08-20T22:41:56.8921688Z [00:03:38.541]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/proto=/tmp/go-build3998081543/b1063/_pkg_.a
2025-08-20T22:41:56.8922467Z [00:03:38.541]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/resources=/tmp/go-build3998081543/b1065/_pkg_.a
2025-08-20T22:41:56.8923114Z [00:03:38.541]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3998081543/b385/_pkg_.a
2025-08-20T22:41:56.8923699Z [00:03:38.541]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:41:56.8924182Z [00:03:38.541]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:56.8924585Z [00:03:38.541]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:56.8924995Z [00:03:38.541]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:41:56.8925583Z [00:03:38.541]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:56.8926309Z [00:03:38.541]➜  packagefile mime/multipart=/tmp/go-build3998081543/b201/_pkg_.a
2025-08-20T22:41:56.8926753Z [00:03:38.541]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:56.8927176Z [00:03:38.541]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:56.8927614Z [00:03:38.541]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:56.8928023Z [00:03:38.541]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:56.8928439Z [00:03:38.541]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:56.8928864Z [00:03:38.541]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:56.8929292Z [00:03:38.541]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:56.8929710Z [00:03:38.541]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:41:56.8930128Z [00:03:38.541]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:56.8930558Z [00:03:38.541]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:56.8930984Z [00:03:38.541]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:56.8931408Z [00:03:38.541]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:56.8931847Z [00:03:38.541]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:56.8932297Z [00:03:38.541]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:56.8935196Z [00:03:38.541]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:56.8935822Z [00:03:38.541]➜  packagefile time/tzdata=/tmp/go-build3998081543/b1066/_pkg_.a
2025-08-20T22:41:56.8936166Z [00:03:38.541]➜  EOF
2025-08-20T22:41:56.8936436Z [00:03:38.541]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:41:56.8947124Z [00:03:38.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0=>github.com/ClickHouse/clickhouse-go/v2@v2.34.0;$WORK/b1045=>" -p github.com/ClickHouse/clickhouse-go/v2 -lang=go1.22 -complete -installsuffix shared -buildid MinpjbBW1c4M598NKoZ2/MinpjbBW1c4M598NKoZ2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1045/importcfg -pack /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/batch.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/bind.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/chcol.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/clickhouse.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/clickhouse_options.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/clickhouse_rows.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/clickhouse_rows_column_type.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/clickhouse_std.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/client_info.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_async_insert.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_batch.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_check.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_exec.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_handshake.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_http.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_http_async_insert.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_http_batch.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_http_exec.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_http_query.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_logs.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_ping.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_process.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_profile_events.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_query.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/conn_send_query.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/context.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/context_watchdog.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/query_parameters.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/scan.go /root/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.34.0/struct_map.go
2025-08-20T22:41:56.8960851Z [00:03:38.546]➜  cp $WORK/b1213/_pkg_.a /root/.cache/go-build/1f/1f8ca8cb8587d88bcee07f9198f36fe4ef0f60f06bddda3f11ede8b9f0c9d4c3-d # internal
2025-08-20T22:41:56.8961441Z [00:03:38.546]➜  github.com/stretchr/objx
2025-08-20T22:41:56.8961728Z [00:03:38.548]➜  mkdir -p $WORK/b1216/
2025-08-20T22:41:56.8969341Z [00:03:38.549]➜  cat >/tmp/go-build3998081543/b1216/importcfg << 'EOF' # internal
2025-08-20T22:41:56.8969706Z [00:03:38.549]➜  # import config
2025-08-20T22:41:56.8970229Z [00:03:38.549]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:56.8970752Z [00:03:38.549]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:56.8971298Z [00:03:38.549]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:56.8971848Z [00:03:38.549]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:56.8972321Z [00:03:38.549]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:56.8972767Z [00:03:38.549]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:56.8973178Z [00:03:38.549]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:56.8973625Z [00:03:38.549]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:56.8974058Z [00:03:38.549]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:56.8974490Z [00:03:38.549]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:56.8974917Z [00:03:38.549]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:56.8975474Z [00:03:38.549]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:56.8975979Z [00:03:38.549]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:56.8976299Z [00:03:38.549]➜  EOF
2025-08-20T22:41:56.8979999Z [00:03:38.549]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/objx@v0.5.2=>github.com/stretchr/objx@v0.5.2;$WORK/b1216=>" -p github.com/stretchr/objx -lang=go1.20 -complete -installsuffix shared -buildid 40fh-17cRxiYFoEfmQ3t/40fh-17cRxiYFoEfmQ3t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1216/importcfg -pack /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/accessors.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/conversions.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/doc.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/map.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/mutations.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/security.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/tests.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/type_specific.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/type_specific_codegen.go /root/go/pkg/mod/github.com/stretchr/objx@v0.5.2/value.go
2025-08-20T22:41:57.1245819Z [00:03:38.777]➜  go tool buildid -w $WORK/b1138/_pkg_.a # internal
2025-08-20T22:41:57.1390138Z [00:03:38.791]➜  go tool buildid -w $WORK/b1216/_pkg_.a # internal
2025-08-20T22:41:57.1432423Z [00:03:38.795]➜  cp $WORK/b1216/_pkg_.a /root/.cache/go-build/00/00bf65bcd5efc87cda116212fbeef16546ec86f5b9b688d2dcb2f8abf2722aca-d # internal
2025-08-20T22:41:57.1448290Z [00:03:38.797]➜  github.com/stretchr/testify/mock
2025-08-20T22:41:57.1454987Z [00:03:38.798]➜  mkdir -p $WORK/b1215/
2025-08-20T22:41:57.1465897Z [00:03:38.799]➜  cat >/tmp/go-build3998081543/b1215/importcfg << 'EOF' # internal
2025-08-20T22:41:57.1469449Z [00:03:38.799]➜  # import config
2025-08-20T22:41:57.1470235Z [00:03:38.799]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:57.1470955Z [00:03:38.799]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:57.1472002Z [00:03:38.799]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3998081543/b278/_pkg_.a
2025-08-20T22:41:57.1473293Z [00:03:38.799]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build3998081543/b279/_pkg_.a
2025-08-20T22:41:57.1474070Z [00:03:38.799]➜  packagefile github.com/stretchr/objx=/tmp/go-build3998081543/b1216/_pkg_.a
2025-08-20T22:41:57.1475206Z [00:03:38.799]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build3998081543/b277/_pkg_.a
2025-08-20T22:41:57.1476376Z [00:03:38.799]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:57.1477176Z [00:03:38.799]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:57.1478097Z [00:03:38.799]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:57.1479053Z [00:03:38.799]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:57.1479754Z [00:03:38.799]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:57.1480902Z [00:03:38.799]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:57.1481900Z [00:03:38.799]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:57.1482611Z [00:03:38.799]➜  EOF
2025-08-20T22:41:57.1493344Z [00:03:38.802]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1215/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/mock=>github.com/stretchr/testify@v1.10.0/mock;$WORK/b1215=>" -p github.com/stretchr/testify/mock -lang=go1.17 -complete -installsuffix shared -buildid GKK6zb_aWao3usHmnR3E/GKK6zb_aWao3usHmnR3E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1215/importcfg -pack /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/mock/doc.go /root/go/pkg/mod/github.com/stretchr/testify@v1.10.0/mock/mock.go
2025-08-20T22:41:57.1507573Z [00:03:38.802]➜  cp $WORK/b1138/_pkg_.a /root/.cache/go-build/fc/fc7cf8244843b0202bdd2d06f864b9fa4b298bf82f7edb5250f6e32ec4f80988-d # internal
2025-08-20T22:41:57.1530915Z [00:03:38.805]➜  gocloud.dev/blob/gcsblob
2025-08-20T22:41:57.1533422Z [00:03:38.806]➜  mkdir -p $WORK/b1134/
2025-08-20T22:41:57.1535246Z [00:03:38.806]➜  cat >/tmp/go-build3998081543/b1134/importcfg << 'EOF' # internal
2025-08-20T22:41:57.1537639Z [00:03:38.806]➜  # import config
2025-08-20T22:41:57.1540144Z [00:03:38.806]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:41:57.1541158Z [00:03:38.806]➜  packagefile cloud.google.com/go/iam/credentials/apiv1=/tmp/go-build3998081543/b1135/_pkg_.a
2025-08-20T22:41:57.1542583Z [00:03:38.806]➜  packagefile cloud.google.com/go/iam/credentials/apiv1/credentialspb=/tmp/go-build3998081543/b1136/_pkg_.a
2025-08-20T22:41:57.1543692Z [00:03:38.806]➜  packagefile cloud.google.com/go/storage=/tmp/go-build3998081543/b1138/_pkg_.a
2025-08-20T22:41:57.1544616Z [00:03:38.806]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:57.1545567Z [00:03:38.806]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:57.1546305Z [00:03:38.806]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:57.1547166Z [00:03:38.806]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:57.1548031Z [00:03:38.806]➜  packagefile github.com/google/wire=/tmp/go-build3998081543/b1131/_pkg_.a
2025-08-20T22:41:57.1548899Z [00:03:38.806]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:41:57.1550406Z [00:03:38.806]➜  packagefile gocloud.dev/blob=/tmp/go-build3998081543/b1105/_pkg_.a
2025-08-20T22:41:57.1551376Z [00:03:38.806]➜  packagefile gocloud.dev/blob/driver=/tmp/go-build3998081543/b1115/_pkg_.a
2025-08-20T22:41:57.1552281Z [00:03:38.806]➜  packagefile gocloud.dev/gcerrors=/tmp/go-build3998081543/b1116/_pkg_.a
2025-08-20T22:41:57.1553009Z [00:03:38.806]➜  packagefile gocloud.dev/gcp=/tmp/go-build3998081543/b1155/_pkg_.a
2025-08-20T22:41:57.1553969Z [00:03:38.806]➜  packagefile gocloud.dev/internal/escape=/tmp/go-build3998081543/b1132/_pkg_.a
2025-08-20T22:41:57.1555039Z [00:03:38.806]➜  packagefile gocloud.dev/internal/gcerr=/tmp/go-build3998081543/b1117/_pkg_.a
2025-08-20T22:41:57.1556029Z [00:03:38.806]➜  packagefile gocloud.dev/internal/useragent=/tmp/go-build3998081543/b1133/_pkg_.a
2025-08-20T22:41:57.1557007Z [00:03:38.806]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:41:57.1558036Z [00:03:38.806]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:41:57.1558825Z [00:03:38.806]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:41:57.1559801Z [00:03:38.806]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:41:57.1560891Z [00:03:38.806]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:57.1561566Z [00:03:38.806]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:57.1562425Z [00:03:38.806]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:57.1563393Z [00:03:38.806]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:57.1564160Z [00:03:38.806]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:57.1564991Z [00:03:38.806]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:57.1566018Z [00:03:38.806]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:57.1567033Z [00:03:38.806]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:57.1567708Z [00:03:38.806]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:57.1568521Z [00:03:38.806]➜  EOF
2025-08-20T22:41:57.1570737Z [00:03:38.806]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1134/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/blob/gcsblob=>gocloud.dev@v0.41.0/blob/gcsblob;$WORK/b1134=>" -p gocloud.dev/blob/gcsblob -lang=go1.24 -complete -installsuffix shared -buildid 1gAFewszHs0DG_jU4MiD/1gAFewszHs0DG_jU4MiD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1134/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/blob/gcsblob/gcsblob.go /root/go/pkg/mod/gocloud.dev@v0.41.0/blob/gcsblob/iam.go
2025-08-20T22:41:57.2772613Z [00:03:38.929]➜  go tool buildid -w $WORK/b1215/_pkg_.a # internal
2025-08-20T22:41:57.2796048Z [00:03:38.932]➜  cp $WORK/b1215/_pkg_.a /root/.cache/go-build/28/280bbe23c6f832aac605d3dce72a33408666f5398c5c0e70492d05262ce0d6d2-d # internal
2025-08-20T22:41:57.2797218Z [00:03:38.932]➜  github.com/hamba/avro/v2/internal/bytesx
2025-08-20T22:41:57.2797555Z [00:03:38.932]➜  mkdir -p $WORK/b1218/
2025-08-20T22:41:57.2800386Z [00:03:38.932]➜  cat >/tmp/go-build3998081543/b1218/importcfg << 'EOF' # internal
2025-08-20T22:41:57.2802268Z [00:03:38.932]➜  # import config
2025-08-20T22:41:57.2803311Z [00:03:38.932]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:57.2804105Z [00:03:38.932]➜  EOF
2025-08-20T22:41:57.2807691Z [00:03:38.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/internal/bytesx=>github.com/hamba/avro/v2@v2.28.0/internal/bytesx;$WORK/b1218=>" -p github.com/hamba/avro/v2/internal/bytesx -lang=go1.23 -complete -installsuffix shared -buildid 3AdMTR3-RT-TKnzN9wft/3AdMTR3-RT-TKnzN9wft -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1218/importcfg -pack /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/internal/bytesx/reset.go
2025-08-20T22:41:57.2917024Z [00:03:38.943]➜  go tool buildid -w $WORK/b1218/_pkg_.a # internal
2025-08-20T22:41:57.2919538Z [00:03:38.944]➜  cp $WORK/b1218/_pkg_.a /root/.cache/go-build/e2/e2b86189906900d5a8aa5756173bb7379a15c2f733850310514d931dbf8235cd-d # internal
2025-08-20T22:41:57.2920667Z [00:03:38.944]➜  github.com/hamba/avro/v2/ocf
2025-08-20T22:41:57.2921455Z [00:03:38.944]➜  mkdir -p $WORK/b1217/
2025-08-20T22:41:57.2921956Z [00:03:38.944]➜  cat >/tmp/go-build3998081543/b1217/importcfg << 'EOF' # internal
2025-08-20T22:41:57.2923086Z [00:03:38.944]➜  # import config
2025-08-20T22:41:57.2923730Z [00:03:38.944]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:57.2924549Z [00:03:38.944]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:41:57.2925471Z [00:03:38.944]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:57.2926153Z [00:03:38.944]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:57.2926846Z [00:03:38.944]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:57.2927766Z [00:03:38.944]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:57.2928493Z [00:03:38.944]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:57.2929571Z [00:03:38.944]➜  packagefile github.com/golang/snappy=/tmp/go-build3998081543/b395/_pkg_.a
2025-08-20T22:41:57.2930428Z [00:03:38.944]➜  packagefile github.com/hamba/avro/v2=/tmp/go-build3998081543/b1213/_pkg_.a
2025-08-20T22:41:57.2931592Z [00:03:38.944]➜  packagefile github.com/hamba/avro/v2/internal/bytesx=/tmp/go-build3998081543/b1218/_pkg_.a
2025-08-20T22:41:57.2932496Z [00:03:38.944]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:41:57.2933502Z [00:03:38.944]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:57.2934263Z [00:03:38.944]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:57.2935261Z [00:03:38.944]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:57.2935936Z [00:03:38.944]➜  EOF
2025-08-20T22:41:57.2938088Z [00:03:38.944]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/ocf=>github.com/hamba/avro/v2@v2.28.0/ocf;$WORK/b1217=>" -p github.com/hamba/avro/v2/ocf -lang=go1.23 -complete -installsuffix shared -buildid PehM5hHxQttZ20RTPFz4/PehM5hHxQttZ20RTPFz4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1217/importcfg -pack /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/ocf/codec.go /root/go/pkg/mod/github.com/hamba/avro/v2@v2.28.0/ocf/ocf.go
2025-08-20T22:41:57.4273661Z [00:03:39.080]➜  go tool buildid -w $WORK/b1217/_pkg_.a # internal
2025-08-20T22:41:57.4336639Z [00:03:39.086]➜  cp $WORK/b1217/_pkg_.a /root/.cache/go-build/e8/e8756437894775ff9dd16488f8be42297a7dca5b2bc80ab0ab3aa5a8528ab2cf-d # internal
2025-08-20T22:41:57.4353714Z [00:03:39.088]➜  github.com/twmb/murmur3
2025-08-20T22:41:57.4356070Z [00:03:39.088]➜  mkdir -p $WORK/b1219/
2025-08-20T22:41:57.4441257Z [00:03:39.097]➜  cat >/tmp/go-build3998081543/b1219/importcfg << 'EOF' # internal
2025-08-20T22:41:57.4442416Z [00:03:39.097]➜  # import config
2025-08-20T22:41:57.4443022Z [00:03:39.097]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:57.4444451Z [00:03:39.097]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:57.4444797Z [00:03:39.097]➜  EOF
2025-08-20T22:41:57.4449097Z [00:03:39.097]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/twmb/murmur3@v1.1.8=>github.com/twmb/murmur3@v1.1.8;$WORK/b1219=>" -p github.com/twmb/murmur3 -lang=go1.11 -complete -installsuffix shared -buildid CrYrQr_JWdTZV10A1RGQ/CrYrQr_JWdTZV10A1RGQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1219/importcfg -pack /root/go/pkg/mod/github.com/twmb/murmur3@v1.1.8/murmur.go /root/go/pkg/mod/github.com/twmb/murmur3@v1.1.8/murmur128.go /root/go/pkg/mod/github.com/twmb/murmur3@v1.1.8/murmur128_gen.go /root/go/pkg/mod/github.com/twmb/murmur3@v1.1.8/murmur32.go /root/go/pkg/mod/github.com/twmb/murmur3@v1.1.8/murmur32_gen.go /root/go/pkg/mod/github.com/twmb/murmur3@v1.1.8/murmur64.go
2025-08-20T22:41:57.5264013Z [00:03:39.179]➜  go tool buildid -w $WORK/b1219/_pkg_.a # internal
2025-08-20T22:41:57.5419959Z [00:03:39.194]➜  cp $WORK/b1219/_pkg_.a /root/.cache/go-build/2f/2f449a48239c111820614faf68a5cd7cade299c862a47142202cdc55e341e636-d # internal
2025-08-20T22:41:57.5428504Z [00:03:39.195]➜  github.com/apache/iceberg-go/config
2025-08-20T22:41:57.5429708Z [00:03:39.195]➜  mkdir -p $WORK/b1221/
2025-08-20T22:41:57.5439843Z [00:03:39.196]➜  cat >/tmp/go-build3998081543/b1221/importcfg << 'EOF' # internal
2025-08-20T22:41:57.5440666Z [00:03:39.196]➜  # import config
2025-08-20T22:41:57.5441282Z [00:03:39.196]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3998081543/b281/_pkg_.a
2025-08-20T22:41:57.5442431Z [00:03:39.196]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:57.5443206Z [00:03:39.196]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:57.5443709Z [00:03:39.196]➜  EOF
2025-08-20T22:41:57.5447785Z [00:03:39.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1221/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/config=>github.com/apache/iceberg-go@v0.3.0/config;$WORK/b1221=>" -p github.com/apache/iceberg-go/config -lang=go1.24 -complete -installsuffix shared -buildid QkrmxltarnsNFv-4FgOY/QkrmxltarnsNFv-4FgOY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1221/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/config/config.go
2025-08-20T22:41:57.5634483Z [00:03:39.215]➜  go tool buildid -w $WORK/b1221/_pkg_.a # internal
2025-08-20T22:41:57.5635271Z [00:03:39.216]➜  cp $WORK/b1221/_pkg_.a /root/.cache/go-build/f4/f474b91b14b4be9baf6e4088010b8a1274b4cb1f7484435c02add7511eb12241-d # internal
2025-08-20T22:41:57.5643908Z [00:03:39.217]➜  github.com/cockroachdb/apd/v3
2025-08-20T22:41:57.5644249Z [00:03:39.217]➜  mkdir -p $WORK/b1225/
2025-08-20T22:41:57.5651605Z [00:03:39.218]➜  cat >/tmp/go-build3998081543/b1225/importcfg << 'EOF' # internal
2025-08-20T22:41:57.5652087Z [00:03:39.218]➜  # import config
2025-08-20T22:41:57.5652484Z [00:03:39.218]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:41:57.5652994Z [00:03:39.218]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:57.5653417Z [00:03:39.218]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:57.5653831Z [00:03:39.218]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:57.5654478Z [00:03:39.218]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:57.5655143Z [00:03:39.218]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:57.5656229Z [00:03:39.218]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:41:57.5656676Z [00:03:39.218]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:57.5657114Z [00:03:39.218]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:57.5657440Z [00:03:39.218]➜  EOF
2025-08-20T22:41:57.5662252Z [00:03:39.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1225/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1=>github.com/cockroachdb/apd/v3@v3.2.1;$WORK/b1225=>" -p github.com/cockroachdb/apd/v3 -lang=go1.17 -complete -installsuffix shared -buildid w_KOQBaXgpV_tGhZGGY-/w_KOQBaXgpV_tGhZGGY- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1225/importcfg -pack /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/bigint.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/bigint_go1.15.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/condition.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/const.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/context.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/decimal.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/decomposer.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/doc.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/error.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/form_string.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/format.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/loop.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/round.go /root/go/pkg/mod/github.com/cockroachdb/apd/v3@v3.2.1/table.go
2025-08-20T22:41:58.0144288Z [00:03:39.667]➜  go tool buildid -w $WORK/b1225/_pkg_.a # internal
2025-08-20T22:41:58.0190962Z [00:03:39.671]➜  cp $WORK/b1225/_pkg_.a /root/.cache/go-build/5f/5fe1eaec784a3834172619cc542a59f00218bd9a28d038c0eb4a524bcdc85575-d # internal
2025-08-20T22:41:58.0199435Z [00:03:39.672]➜  github.com/substrait-io/substrait-go/v3
2025-08-20T22:41:58.0211841Z [00:03:39.674]➜  mkdir -p $WORK/b1226/
2025-08-20T22:41:58.0214172Z [00:03:39.674]➜  cat >/tmp/go-build3998081543/b1226/importcfg << 'EOF' # internal
2025-08-20T22:41:58.0214541Z [00:03:39.674]➜  # import config
2025-08-20T22:41:58.0215104Z [00:03:39.674]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:58.0215656Z [00:03:39.674]➜  EOF
2025-08-20T22:41:58.0217997Z [00:03:39.674]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1226/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1=>github.com/substrait-io/substrait-go/v3@v3.9.1;$WORK/b1226=>" -p github.com/substrait-io/substrait-go/v3 -lang=go1.22 -complete -installsuffix shared -buildid 4jr9maduqMDZCOKcS-xr/4jr9maduqMDZCOKcS-xr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1226/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/doc.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/errors.go
2025-08-20T22:41:58.0231698Z [00:03:39.675]➜  go tool buildid -w $WORK/b1134/_pkg_.a # internal
2025-08-20T22:41:58.0394114Z [00:03:39.692]➜  cp $WORK/b1134/_pkg_.a /root/.cache/go-build/eb/ebfc9e89cc46a57f70af6bc51d698836f8c943ccb72c129dadf9c2f1f70af05c-d # internal
2025-08-20T22:41:58.0403897Z [00:03:39.693]➜  github.com/creasty/defaults
2025-08-20T22:41:58.0410124Z [00:03:39.693]➜  mkdir -p $WORK/b1228/
2025-08-20T22:41:58.0421199Z [00:03:39.694]➜  cat >/tmp/go-build3998081543/b1228/importcfg << 'EOF' # internal
2025-08-20T22:41:58.0422978Z [00:03:39.695]➜  # import config
2025-08-20T22:41:58.0424410Z [00:03:39.695]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:41:58.0425477Z [00:03:39.695]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:58.0427346Z [00:03:39.695]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:58.0428424Z [00:03:39.695]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.0429364Z [00:03:39.695]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.0429798Z [00:03:39.695]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.0430117Z [00:03:39.695]➜  EOF
2025-08-20T22:41:58.0442346Z [00:03:39.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1228/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/creasty/defaults@v1.8.0=>github.com/creasty/defaults@v1.8.0;$WORK/b1228=>" -p github.com/creasty/defaults -lang=go1.14 -complete -installsuffix shared -buildid fjEkj-p3P5qeQCbARJug/fjEkj-p3P5qeQCbARJug -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1228/importcfg -pack /root/go/pkg/mod/github.com/creasty/defaults@v1.8.0/defaults.go /root/go/pkg/mod/github.com/creasty/defaults@v1.8.0/setter.go
2025-08-20T22:41:58.0458476Z [00:03:39.698]➜  go tool buildid -w $WORK/b1226/_pkg_.a # internal
2025-08-20T22:41:58.0469772Z [00:03:39.699]➜  cp $WORK/b1226/_pkg_.a /root/.cache/go-build/bf/bfd5b6f6b2066c8961d2e80270567dab6979e5208d0a822c69574f412929defe-d # internal
2025-08-20T22:41:58.0479346Z [00:03:39.700]➜  github.com/goccy/go-yaml/token
2025-08-20T22:41:58.0479676Z [00:03:39.700]➜  mkdir -p $WORK/b1231/
2025-08-20T22:41:58.0481226Z [00:03:39.701]➜  cat >/tmp/go-build3998081543/b1231/importcfg << 'EOF' # internal
2025-08-20T22:41:58.0481628Z [00:03:39.701]➜  # import config
2025-08-20T22:41:58.0481972Z [00:03:39.701]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:58.0482395Z [00:03:39.701]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.0482830Z [00:03:39.701]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.0483265Z [00:03:39.701]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.0483684Z [00:03:39.701]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.0483991Z [00:03:39.701]➜  EOF
2025-08-20T22:41:58.0486104Z [00:03:39.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/token=>github.com/goccy/go-yaml@v1.16.0/token;$WORK/b1231=>" -p github.com/goccy/go-yaml/token -lang=go1.21 -complete -installsuffix shared -buildid lzs0zTqGN_Xhdn3N5Gie/lzs0zTqGN_Xhdn3N5Gie -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1231/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/token/token.go
2025-08-20T22:41:58.1027861Z [00:03:39.755]➜  go tool buildid -w $WORK/b1231/_pkg_.a # internal
2025-08-20T22:41:58.1028906Z [00:03:39.755]➜  cp $WORK/b1231/_pkg_.a /root/.cache/go-build/b5/b5db4f0c5c208eb1433b785cd870589e77bbdf7282dc6257d5a7683c39939138-d # internal
2025-08-20T22:41:58.1031035Z [00:03:39.755]➜  github.com/goccy/go-yaml/ast
2025-08-20T22:41:58.1031334Z [00:03:39.755]➜  mkdir -p $WORK/b1230/
2025-08-20T22:41:58.1031735Z [00:03:39.755]➜  cat >/tmp/go-build3998081543/b1230/importcfg << 'EOF' # internal
2025-08-20T22:41:58.1032086Z [00:03:39.755]➜  # import config
2025-08-20T22:41:58.1032438Z [00:03:39.755]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:58.1032867Z [00:03:39.755]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.1033379Z [00:03:39.755]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3998081543/b1231/_pkg_.a
2025-08-20T22:41:58.1033872Z [00:03:39.755]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.1034318Z [00:03:39.755]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:58.1034744Z [00:03:39.755]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.1035173Z [00:03:39.755]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.1035706Z [00:03:39.755]➜  EOF
2025-08-20T22:41:58.1037463Z [00:03:39.755]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/ast=>github.com/goccy/go-yaml@v1.16.0/ast;$WORK/b1230=>" -p github.com/goccy/go-yaml/ast -lang=go1.21 -complete -installsuffix shared -buildid GN8ksU_Aeie9rJpUid2n/GN8ksU_Aeie9rJpUid2n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1230/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/ast/ast.go
2025-08-20T22:41:58.1054458Z [00:03:39.758]➜  go tool buildid -w $WORK/b1045/_pkg_.a # internal
2025-08-20T22:41:58.1062821Z [00:03:39.759]➜  go tool buildid -w $WORK/b1228/_pkg_.a # internal
2025-08-20T22:41:58.1105765Z [00:03:39.763]➜  cp $WORK/b1228/_pkg_.a /root/.cache/go-build/a4/a46c355a8d1d1b8047718b57c85b2d6a220880ab9600a5cb0bdcb7d5fc84dc17-d # internal
2025-08-20T22:41:58.1109765Z [00:03:39.763]➜  github.com/goccy/go-yaml/scanner
2025-08-20T22:41:58.1113520Z [00:03:39.764]➜  mkdir -p $WORK/b1237/
2025-08-20T22:41:58.1120402Z [00:03:39.764]➜  cat >/tmp/go-build3998081543/b1237/importcfg << 'EOF' # internal
2025-08-20T22:41:58.1120842Z [00:03:39.765]➜  # import config
2025-08-20T22:41:58.1121214Z [00:03:39.765]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:58.1121675Z [00:03:39.765]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.1122186Z [00:03:39.765]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3998081543/b1231/_pkg_.a
2025-08-20T22:41:58.1122667Z [00:03:39.765]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.1123092Z [00:03:39.765]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.1123522Z [00:03:39.765]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.1123948Z [00:03:39.765]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:58.1124259Z [00:03:39.765]➜  EOF
2025-08-20T22:41:58.1126749Z [00:03:39.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/scanner=>github.com/goccy/go-yaml@v1.16.0/scanner;$WORK/b1237=>" -p github.com/goccy/go-yaml/scanner -lang=go1.21 -complete -installsuffix shared -buildid _QKdvaWx4-w_w7rYUk2M/_QKdvaWx4-w_w7rYUk2M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1237/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/scanner/context.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/scanner/error.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/scanner/scanner.go
2025-08-20T22:41:58.1328738Z [00:03:39.785]➜  cp $WORK/b1045/_pkg_.a /root/.cache/go-build/19/1995c58eb7524e235fea8138a70ab3996906cc330a8646772bf196a6224bb12f-d # internal
2025-08-20T22:41:58.1342728Z [00:03:39.787]➜  github.com/substrait-io/substrait
2025-08-20T22:41:58.1343814Z [00:03:39.787]➜  mkdir -p $WORK/b1238/
2025-08-20T22:41:58.1348442Z [00:03:39.787]➜  cat >/tmp/go-build3998081543/b1238/importcfg << 'EOF' # internal
2025-08-20T22:41:58.1350034Z [00:03:39.787]➜  # import config
2025-08-20T22:41:58.1350401Z [00:03:39.787]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:41:58.1350721Z [00:03:39.787]➜  EOF
2025-08-20T22:41:58.1353869Z [00:03:39.788]➜  cat >/tmp/go-build3998081543/b1238/embedcfg << 'EOF' # internal
2025-08-20T22:41:58.1374527Z [00:03:39.788]➜  {
2025-08-20T22:41:58.1374799Z [00:03:39.788]➜  	"Patterns": {
2025-08-20T22:41:58.1375064Z [00:03:39.788]➜  		"extensions/*": [
2025-08-20T22:41:58.1375639Z [00:03:39.788]➜  			"extensions/extension_types.yaml",
2025-08-20T22:41:58.1376046Z [00:03:39.789]➜  			"extensions/functions_aggregate_approx.yaml",
2025-08-20T22:41:58.1376457Z [00:03:39.789]➜  			"extensions/functions_aggregate_decimal_output.yaml",
2025-08-20T22:41:58.1376875Z [00:03:39.789]➜  			"extensions/functions_aggregate_generic.yaml",
2025-08-20T22:41:58.1377250Z [00:03:39.789]➜  			"extensions/functions_arithmetic.yaml",
2025-08-20T22:41:58.1377618Z [00:03:39.789]➜  			"extensions/functions_arithmetic_decimal.yaml",
2025-08-20T22:41:58.1377983Z [00:03:39.789]➜  			"extensions/functions_boolean.yaml",
2025-08-20T22:41:58.1378327Z [00:03:39.789]➜  			"extensions/functions_comparison.yaml",
2025-08-20T22:41:58.1378673Z [00:03:39.789]➜  			"extensions/functions_datetime.yaml",
2025-08-20T22:41:58.1379457Z [00:03:39.789]➜  			"extensions/functions_geometry.yaml",
2025-08-20T22:41:58.1379805Z [00:03:39.789]➜  			"extensions/functions_logarithmic.yaml",
2025-08-20T22:41:58.1380155Z [00:03:39.789]➜  			"extensions/functions_rounding.yaml",
2025-08-20T22:41:58.1380520Z [00:03:39.789]➜  			"extensions/functions_rounding_decimal.yaml",
2025-08-20T22:41:58.1380868Z [00:03:39.789]➜  			"extensions/functions_set.yaml",
2025-08-20T22:41:58.1381201Z [00:03:39.789]➜  			"extensions/functions_string.yaml",
2025-08-20T22:41:58.1381542Z [00:03:39.789]➜  			"extensions/type_variations.yaml",
2025-08-20T22:41:58.1381856Z [00:03:39.789]➜  			"extensions/unknown.yaml"
2025-08-20T22:41:58.1382112Z [00:03:39.789]➜  		],
2025-08-20T22:41:58.1382341Z [00:03:39.789]➜  		"tests/cases/*/*.test": [
2025-08-20T22:41:58.1382725Z [00:03:39.789]➜  			"tests/cases/aggregate_approx/approx_count_distinct.test",
2025-08-20T22:41:58.1383141Z [00:03:39.789]➜  			"tests/cases/aggregate_generic/count.test",
2025-08-20T22:41:58.1383499Z [00:03:39.789]➜  			"tests/cases/arithmetic/abs.test",
2025-08-20T22:41:58.1383830Z [00:03:39.789]➜  			"tests/cases/arithmetic/acos.test",
2025-08-20T22:41:58.1384164Z [00:03:39.789]➜  			"tests/cases/arithmetic/acosh.test",
2025-08-20T22:41:58.1384500Z [00:03:39.789]➜  			"tests/cases/arithmetic/add.test",
2025-08-20T22:41:58.1384835Z [00:03:39.789]➜  			"tests/cases/arithmetic/asin.test",
2025-08-20T22:41:58.1385174Z [00:03:39.789]➜  			"tests/cases/arithmetic/asinh.test",
2025-08-20T22:41:58.1385669Z [00:03:39.789]➜  			"tests/cases/arithmetic/atan.test",
2025-08-20T22:41:58.1386006Z [00:03:39.789]➜  			"tests/cases/arithmetic/atan2.test",
2025-08-20T22:41:58.1386339Z [00:03:39.789]➜  			"tests/cases/arithmetic/atanh.test",
2025-08-20T22:41:58.1386686Z [00:03:39.789]➜  			"tests/cases/arithmetic/bitwise_and.test",
2025-08-20T22:41:58.1387045Z [00:03:39.789]➜  			"tests/cases/arithmetic/bitwise_not.test",
2025-08-20T22:41:58.1387399Z [00:03:39.789]➜  			"tests/cases/arithmetic/bitwise_or.test",
2025-08-20T22:41:58.1387763Z [00:03:39.789]➜  			"tests/cases/arithmetic/bitwise_xor.test",
2025-08-20T22:41:58.1388105Z [00:03:39.789]➜  			"tests/cases/arithmetic/cos.test",
2025-08-20T22:41:58.1388434Z [00:03:39.789]➜  			"tests/cases/arithmetic/cosh.test",
2025-08-20T22:41:58.1388999Z [00:03:39.789]➜  			"tests/cases/arithmetic/divide.test",
2025-08-20T22:41:58.1389395Z [00:03:39.789]➜  			"tests/cases/arithmetic/exp.test",
2025-08-20T22:41:58.1389747Z [00:03:39.789]➜  			"tests/cases/arithmetic/factorial.test",
2025-08-20T22:41:58.1390196Z [00:03:39.789]➜  			"tests/cases/arithmetic/max.test",
2025-08-20T22:41:58.1390580Z [00:03:39.789]➜  			"tests/cases/arithmetic/min.test",
2025-08-20T22:41:58.1390916Z [00:03:39.789]➜  			"tests/cases/arithmetic/modulus.test",
2025-08-20T22:41:58.1391259Z [00:03:39.789]➜  			"tests/cases/arithmetic/multiply.test",
2025-08-20T22:41:58.1391602Z [00:03:39.789]➜  			"tests/cases/arithmetic/negate.test",
2025-08-20T22:41:58.1391949Z [00:03:39.789]➜  			"tests/cases/arithmetic/power.test",
2025-08-20T22:41:58.1392284Z [00:03:39.789]➜  			"tests/cases/arithmetic/sin.test",
2025-08-20T22:41:58.1392612Z [00:03:39.789]➜  			"tests/cases/arithmetic/sinh.test",
2025-08-20T22:41:58.1392945Z [00:03:39.789]➜  			"tests/cases/arithmetic/sqrt.test",
2025-08-20T22:41:58.1393286Z [00:03:39.789]➜  			"tests/cases/arithmetic/subtract.test",
2025-08-20T22:41:58.1393623Z [00:03:39.789]➜  			"tests/cases/arithmetic/sum.test",
2025-08-20T22:41:58.1393952Z [00:03:39.789]➜  			"tests/cases/arithmetic/tan.test",
2025-08-20T22:41:58.1394288Z [00:03:39.789]➜  			"tests/cases/arithmetic/tanh.test",
2025-08-20T22:41:58.1394658Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/bitwise_and.test",
2025-08-20T22:41:58.1395053Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/bitwise_or.test",
2025-08-20T22:41:58.1395672Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/bitwise_xor.test",
2025-08-20T22:41:58.1396161Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/factorial_decimal.test",
2025-08-20T22:41:58.1396844Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/max_decimal.test",
2025-08-20T22:41:58.1397246Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/min_decimal.test",
2025-08-20T22:41:58.1397631Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/power.test",
2025-08-20T22:41:58.1398029Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/power_decimal.test",
2025-08-20T22:41:58.1398438Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/sqrt_decimal.test",
2025-08-20T22:41:58.1398846Z [00:03:39.789]➜  			"tests/cases/arithmetic_decimal/sum_decimal.test",
2025-08-20T22:41:58.1399201Z [00:03:39.789]➜  			"tests/cases/boolean/and.test",
2025-08-20T22:41:58.1399528Z [00:03:39.789]➜  			"tests/cases/boolean/and_not.test",
2025-08-20T22:41:58.1399858Z [00:03:39.789]➜  			"tests/cases/boolean/bool_and.test",
2025-08-20T22:41:58.1400185Z [00:03:39.789]➜  			"tests/cases/boolean/bool_or.test",
2025-08-20T22:41:58.1400505Z [00:03:39.789]➜  			"tests/cases/boolean/not.test",
2025-08-20T22:41:58.1400829Z [00:03:39.789]➜  			"tests/cases/boolean/or.test",
2025-08-20T22:41:58.1401142Z [00:03:39.789]➜  			"tests/cases/boolean/xor.test",
2025-08-20T22:41:58.1401471Z [00:03:39.789]➜  			"tests/cases/comparison/between.test",
2025-08-20T22:41:58.1401817Z [00:03:39.789]➜  			"tests/cases/comparison/coalesce.test",
2025-08-20T22:41:58.1402159Z [00:03:39.789]➜  			"tests/cases/comparison/equal.test",
2025-08-20T22:41:58.1402489Z [00:03:39.789]➜  			"tests/cases/comparison/gt.test",
2025-08-20T22:41:58.1402823Z [00:03:39.789]➜  			"tests/cases/comparison/gte.test",
2025-08-20T22:41:58.1403162Z [00:03:39.789]➜  			"tests/cases/comparison/is_false.test",
2025-08-20T22:41:58.1403515Z [00:03:39.789]➜  			"tests/cases/comparison/is_finite.test",
2025-08-20T22:41:58.1403873Z [00:03:39.789]➜  			"tests/cases/comparison/is_infinite.test",
2025-08-20T22:41:58.1404226Z [00:03:39.789]➜  			"tests/cases/comparison/is_nan.test",
2025-08-20T22:41:58.1404605Z [00:03:39.789]➜  			"tests/cases/comparison/is_not_distinct_from.test",
2025-08-20T22:41:58.1405009Z [00:03:39.789]➜  			"tests/cases/comparison/is_not_false.test",
2025-08-20T22:41:58.1405553Z [00:03:39.789]➜  			"tests/cases/comparison/is_not_null.test",
2025-08-20T22:41:58.1405990Z [00:03:39.789]➜  			"tests/cases/comparison/is_not_true.test",
2025-08-20T22:41:58.1406512Z [00:03:39.789]➜  			"tests/cases/comparison/is_null.test",
2025-08-20T22:41:58.1406974Z [00:03:39.789]➜  			"tests/cases/comparison/is_true.test",
2025-08-20T22:41:58.1407309Z [00:03:39.789]➜  			"tests/cases/comparison/lt.test",
2025-08-20T22:41:58.1407720Z [00:03:39.789]➜  			"tests/cases/comparison/lte.test",
2025-08-20T22:41:58.1408128Z [00:03:39.789]➜  			"tests/cases/comparison/not_equal.test",
2025-08-20T22:41:58.1408474Z [00:03:39.789]➜  			"tests/cases/comparison/nullif.test",
2025-08-20T22:41:58.1408821Z [00:03:39.789]➜  			"tests/cases/datetime/add_datetime.test",
2025-08-20T22:41:58.1409181Z [00:03:39.789]➜  			"tests/cases/datetime/add_intervals.test",
2025-08-20T22:41:58.1409542Z [00:03:39.789]➜  			"tests/cases/datetime/extract.test",
2025-08-20T22:41:58.1409885Z [00:03:39.789]➜  			"tests/cases/datetime/gt_datetime.test",
2025-08-20T22:41:58.1410239Z [00:03:39.789]➜  			"tests/cases/datetime/gte_datetime.test",
2025-08-20T22:41:58.1410786Z [00:03:39.789]➜  			"tests/cases/datetime/lt_datetime.test",
2025-08-20T22:41:58.1411196Z [00:03:39.789]➜  			"tests/cases/datetime/lte_datetime.test",
2025-08-20T22:41:58.1411570Z [00:03:39.789]➜  			"tests/cases/datetime/subtract_datetime.test",
2025-08-20T22:41:58.1411927Z [00:03:39.789]➜  			"tests/cases/logarithmic/ln.test",
2025-08-20T22:41:58.1412264Z [00:03:39.789]➜  			"tests/cases/logarithmic/log10.test",
2025-08-20T22:41:58.1412599Z [00:03:39.789]➜  			"tests/cases/logarithmic/log2.test",
2025-08-20T22:41:58.1412933Z [00:03:39.789]➜  			"tests/cases/logarithmic/logb.test",
2025-08-20T22:41:58.1413258Z [00:03:39.789]➜  			"tests/cases/rounding/ceil.test",
2025-08-20T22:41:58.1413587Z [00:03:39.789]➜  			"tests/cases/rounding/floor.test",
2025-08-20T22:41:58.1414190Z [00:03:39.789]➜  			"tests/cases/rounding/round.test",
2025-08-20T22:41:58.1414541Z [00:03:39.789]➜  			"tests/cases/rounding_decimal/ceil.test",
2025-08-20T22:41:58.1414898Z [00:03:39.789]➜  			"tests/cases/rounding_decimal/floor.test",
2025-08-20T22:41:58.1415256Z [00:03:39.789]➜  			"tests/cases/rounding_decimal/round.test",
2025-08-20T22:41:58.1415796Z [00:03:39.789]➜  			"tests/cases/string/bit_length.test",
2025-08-20T22:41:58.1416145Z [00:03:39.789]➜  			"tests/cases/string/char_length.test",
2025-08-20T22:41:58.1416481Z [00:03:39.789]➜  			"tests/cases/string/concat.test",
2025-08-20T22:41:58.1416808Z [00:03:39.789]➜  			"tests/cases/string/concat_ws.test",
2025-08-20T22:41:58.1417135Z [00:03:39.789]➜  			"tests/cases/string/contains.test",
2025-08-20T22:41:58.1417465Z [00:03:39.789]➜  			"tests/cases/string/ends_with.test",
2025-08-20T22:41:58.1417787Z [00:03:39.789]➜  			"tests/cases/string/left.test",
2025-08-20T22:41:58.1418103Z [00:03:39.789]➜  			"tests/cases/string/like.test",
2025-08-20T22:41:58.1418438Z [00:03:39.789]➜  			"tests/cases/string/lower.test",
2025-08-20T22:41:58.1418758Z [00:03:39.789]➜  			"tests/cases/string/lpad.test",
2025-08-20T22:41:58.1419077Z [00:03:39.789]➜  			"tests/cases/string/ltrim.test",
2025-08-20T22:41:58.1419417Z [00:03:39.790]➜  			"tests/cases/string/octet_length.test",
2025-08-20T22:41:58.1419791Z [00:03:39.790]➜  			"tests/cases/string/regexp_count_substring.test",
2025-08-20T22:41:58.1420186Z [00:03:39.790]➜  			"tests/cases/string/regexp_match_substring.test",
2025-08-20T22:41:58.1420562Z [00:03:39.790]➜  			"tests/cases/string/regexp_replace.test",
2025-08-20T22:41:58.1420924Z [00:03:39.790]➜  			"tests/cases/string/regexp_string_split.test",
2025-08-20T22:41:58.1421272Z [00:03:39.790]➜  			"tests/cases/string/repeat.test",
2025-08-20T22:41:58.1421599Z [00:03:39.790]➜  			"tests/cases/string/replace.test",
2025-08-20T22:41:58.1421929Z [00:03:39.790]➜  			"tests/cases/string/reverse.test",
2025-08-20T22:41:58.1422270Z [00:03:39.790]➜  			"tests/cases/string/right.test",
2025-08-20T22:41:58.1422598Z [00:03:39.790]➜  			"tests/cases/string/rpad.test",
2025-08-20T22:41:58.1422920Z [00:03:39.790]➜  			"tests/cases/string/rtrim.test",
2025-08-20T22:41:58.1423251Z [00:03:39.790]➜  			"tests/cases/string/starts_with.test",
2025-08-20T22:41:58.1423819Z [00:03:39.790]➜  			"tests/cases/string/string_split.test",
2025-08-20T22:41:58.1424241Z [00:03:39.790]➜  			"tests/cases/string/substring.test",
2025-08-20T22:41:58.1424562Z [00:03:39.790]➜  			"tests/cases/string/trim.test",
2025-08-20T22:41:58.1424974Z [00:03:39.790]➜  			"tests/cases/string/upper.test"
2025-08-20T22:41:58.1425295Z [00:03:39.790]➜  		]
2025-08-20T22:41:58.1425684Z [00:03:39.790]➜  	},
2025-08-20T22:41:58.1425901Z [00:03:39.790]➜  	"Files": {
2025-08-20T22:41:58.1426508Z [00:03:39.790]➜  		"extensions/extension_types.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/extension_types.yaml",
2025-08-20T22:41:58.1427567Z [00:03:39.790]➜  		"extensions/functions_aggregate_approx.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_aggregate_approx.yaml",
2025-08-20T22:41:58.1428865Z [00:03:39.790]➜  		"extensions/functions_aggregate_decimal_output.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_aggregate_decimal_output.yaml",
2025-08-20T22:41:58.1429995Z [00:03:39.790]➜  		"extensions/functions_aggregate_generic.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_aggregate_generic.yaml",
2025-08-20T22:41:58.1431040Z [00:03:39.790]➜  		"extensions/functions_arithmetic.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_arithmetic.yaml",
2025-08-20T22:41:58.1432106Z [00:03:39.790]➜  		"extensions/functions_arithmetic_decimal.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_arithmetic_decimal.yaml",
2025-08-20T22:41:58.1433124Z [00:03:39.790]➜  		"extensions/functions_boolean.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_boolean.yaml",
2025-08-20T22:41:58.1434259Z [00:03:39.790]➜  		"extensions/functions_comparison.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_comparison.yaml",
2025-08-20T22:41:58.1435241Z [00:03:39.790]➜  		"extensions/functions_datetime.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_datetime.yaml",
2025-08-20T22:41:58.1436366Z [00:03:39.790]➜  		"extensions/functions_geometry.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_geometry.yaml",
2025-08-20T22:41:58.1437356Z [00:03:39.790]➜  		"extensions/functions_logarithmic.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_logarithmic.yaml",
2025-08-20T22:41:58.1438337Z [00:03:39.790]➜  		"extensions/functions_rounding.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_rounding.yaml",
2025-08-20T22:41:58.1439358Z [00:03:39.790]➜  		"extensions/functions_rounding_decimal.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_rounding_decimal.yaml",
2025-08-20T22:41:58.1440328Z [00:03:39.790]➜  		"extensions/functions_set.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_set.yaml",
2025-08-20T22:41:58.1441232Z [00:03:39.790]➜  		"extensions/functions_string.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/functions_string.yaml",
2025-08-20T22:41:58.1442260Z [00:03:39.790]➜  		"extensions/type_variations.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/type_variations.yaml",
2025-08-20T22:41:58.1443192Z [00:03:39.790]➜  		"extensions/unknown.yaml": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/extensions/unknown.yaml",
2025-08-20T22:41:58.1444241Z [00:03:39.790]➜  		"tests/cases/aggregate_approx/approx_count_distinct.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/aggregate_approx/approx_count_distinct.test",
2025-08-20T22:41:58.1445478Z [00:03:39.790]➜  		"tests/cases/aggregate_generic/count.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/aggregate_generic/count.test",
2025-08-20T22:41:58.1446612Z [00:03:39.790]➜  		"tests/cases/arithmetic/abs.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/abs.test",
2025-08-20T22:41:58.1447599Z [00:03:39.790]➜  		"tests/cases/arithmetic/acos.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/acos.test",
2025-08-20T22:41:58.1448539Z [00:03:39.790]➜  		"tests/cases/arithmetic/acosh.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/acosh.test",
2025-08-20T22:41:58.1449459Z [00:03:39.790]➜  		"tests/cases/arithmetic/add.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/add.test",
2025-08-20T22:41:58.1450542Z [00:03:39.790]➜  		"tests/cases/arithmetic/asin.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/asin.test",
2025-08-20T22:41:58.1451485Z [00:03:39.790]➜  		"tests/cases/arithmetic/asinh.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/asinh.test",
2025-08-20T22:41:58.1452424Z [00:03:39.790]➜  		"tests/cases/arithmetic/atan.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/atan.test",
2025-08-20T22:41:58.1453367Z [00:03:39.790]➜  		"tests/cases/arithmetic/atan2.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/atan2.test",
2025-08-20T22:41:58.1454312Z [00:03:39.790]➜  		"tests/cases/arithmetic/atanh.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/atanh.test",
2025-08-20T22:41:58.1455301Z [00:03:39.790]➜  		"tests/cases/arithmetic/bitwise_and.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/bitwise_and.test",
2025-08-20T22:41:58.1456685Z [00:03:39.790]➜  		"tests/cases/arithmetic/bitwise_not.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/bitwise_not.test",
2025-08-20T22:41:58.1457713Z [00:03:39.790]➜  		"tests/cases/arithmetic/bitwise_or.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/bitwise_or.test",
2025-08-20T22:41:58.1458728Z [00:03:39.790]➜  		"tests/cases/arithmetic/bitwise_xor.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/bitwise_xor.test",
2025-08-20T22:41:58.1459690Z [00:03:39.790]➜  		"tests/cases/arithmetic/cos.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/cos.test",
2025-08-20T22:41:58.1460610Z [00:03:39.790]➜  		"tests/cases/arithmetic/cosh.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/cosh.test",
2025-08-20T22:41:58.1461594Z [00:03:39.790]➜  		"tests/cases/arithmetic/divide.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/divide.test",
2025-08-20T22:41:58.1462540Z [00:03:39.790]➜  		"tests/cases/arithmetic/exp.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/exp.test",
2025-08-20T22:41:58.1463513Z [00:03:39.790]➜  		"tests/cases/arithmetic/factorial.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/factorial.test",
2025-08-20T22:41:58.1464599Z [00:03:39.790]➜  		"tests/cases/arithmetic/max.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/max.test",
2025-08-20T22:41:58.1465794Z [00:03:39.790]➜  		"tests/cases/arithmetic/min.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/min.test",
2025-08-20T22:41:58.1466805Z [00:03:39.790]➜  		"tests/cases/arithmetic/modulus.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/modulus.test",
2025-08-20T22:41:58.1467810Z [00:03:39.790]➜  		"tests/cases/arithmetic/multiply.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/multiply.test",
2025-08-20T22:41:58.1468914Z [00:03:39.790]➜  		"tests/cases/arithmetic/negate.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/negate.test",
2025-08-20T22:41:58.1469928Z [00:03:39.790]➜  		"tests/cases/arithmetic/power.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/power.test",
2025-08-20T22:41:58.1470859Z [00:03:39.790]➜  		"tests/cases/arithmetic/sin.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/sin.test",
2025-08-20T22:41:58.1471772Z [00:03:39.790]➜  		"tests/cases/arithmetic/sinh.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/sinh.test",
2025-08-20T22:41:58.1472702Z [00:03:39.790]➜  		"tests/cases/arithmetic/sqrt.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/sqrt.test",
2025-08-20T22:41:58.1473827Z [00:03:39.790]➜  		"tests/cases/arithmetic/subtract.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/subtract.test",
2025-08-20T22:41:58.1474780Z [00:03:39.790]➜  		"tests/cases/arithmetic/sum.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/sum.test",
2025-08-20T22:41:58.1475844Z [00:03:39.790]➜  		"tests/cases/arithmetic/tan.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/tan.test",
2025-08-20T22:41:58.1476817Z [00:03:39.790]➜  		"tests/cases/arithmetic/tanh.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic/tanh.test",
2025-08-20T22:41:58.1477857Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/bitwise_and.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/bitwise_and.test",
2025-08-20T22:41:58.1479146Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/bitwise_or.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/bitwise_or.test",
2025-08-20T22:41:58.1480270Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/bitwise_xor.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/bitwise_xor.test",
2025-08-20T22:41:58.1481448Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/factorial_decimal.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/factorial_decimal.test",
2025-08-20T22:41:58.1482616Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/max_decimal.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/max_decimal.test",
2025-08-20T22:41:58.1483736Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/min_decimal.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/min_decimal.test",
2025-08-20T22:41:58.1484829Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/power.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/power.test",
2025-08-20T22:41:58.1486098Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/power_decimal.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/power_decimal.test",
2025-08-20T22:41:58.1487440Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/sqrt_decimal.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/sqrt_decimal.test",
2025-08-20T22:41:58.1488659Z [00:03:39.790]➜  		"tests/cases/arithmetic_decimal/sum_decimal.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/arithmetic_decimal/sum_decimal.test",
2025-08-20T22:41:58.1489651Z [00:03:39.790]➜  		"tests/cases/boolean/and.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/boolean/and.test",
2025-08-20T22:41:58.1490551Z [00:03:39.790]➜  		"tests/cases/boolean/and_not.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/boolean/and_not.test",
2025-08-20T22:41:58.1491560Z [00:03:39.790]➜  		"tests/cases/boolean/bool_and.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/boolean/bool_and.test",
2025-08-20T22:41:58.1492544Z [00:03:39.790]➜  		"tests/cases/boolean/bool_or.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/boolean/bool_or.test",
2025-08-20T22:41:58.1493432Z [00:03:39.790]➜  		"tests/cases/boolean/not.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/boolean/not.test",
2025-08-20T22:41:58.1494282Z [00:03:39.790]➜  		"tests/cases/boolean/or.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/boolean/or.test",
2025-08-20T22:41:58.1495134Z [00:03:39.790]➜  		"tests/cases/boolean/xor.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/boolean/xor.test",
2025-08-20T22:41:58.1496297Z [00:03:39.790]➜  		"tests/cases/comparison/between.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/between.test",
2025-08-20T22:41:58.1497296Z [00:03:39.790]➜  		"tests/cases/comparison/coalesce.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/coalesce.test",
2025-08-20T22:41:58.1498267Z [00:03:39.790]➜  		"tests/cases/comparison/equal.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/equal.test",
2025-08-20T22:41:58.1499187Z [00:03:39.790]➜  		"tests/cases/comparison/gt.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/gt.test",
2025-08-20T22:41:58.1500164Z [00:03:39.790]➜  		"tests/cases/comparison/gte.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/gte.test",
2025-08-20T22:41:58.1501111Z [00:03:39.790]➜  		"tests/cases/comparison/is_false.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_false.test",
2025-08-20T22:41:58.1502281Z [00:03:39.790]➜  		"tests/cases/comparison/is_finite.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_finite.test",
2025-08-20T22:41:58.1503290Z [00:03:39.790]➜  		"tests/cases/comparison/is_infinite.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_infinite.test",
2025-08-20T22:41:58.1504274Z [00:03:39.790]➜  		"tests/cases/comparison/is_nan.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_nan.test",
2025-08-20T22:41:58.1505319Z [00:03:39.790]➜  		"tests/cases/comparison/is_not_distinct_from.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_not_distinct_from.test",
2025-08-20T22:41:58.1506573Z [00:03:39.790]➜  		"tests/cases/comparison/is_not_false.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_not_false.test",
2025-08-20T22:41:58.1507606Z [00:03:39.790]➜  		"tests/cases/comparison/is_not_null.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_not_null.test",
2025-08-20T22:41:58.1508615Z [00:03:39.790]➜  		"tests/cases/comparison/is_not_true.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_not_true.test",
2025-08-20T22:41:58.1509700Z [00:03:39.790]➜  		"tests/cases/comparison/is_null.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_null.test",
2025-08-20T22:41:58.1510730Z [00:03:39.790]➜  		"tests/cases/comparison/is_true.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/is_true.test",
2025-08-20T22:41:58.1511699Z [00:03:39.790]➜  		"tests/cases/comparison/lt.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/lt.test",
2025-08-20T22:41:58.1512617Z [00:03:39.790]➜  		"tests/cases/comparison/lte.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/lte.test",
2025-08-20T22:41:58.1513576Z [00:03:39.790]➜  		"tests/cases/comparison/not_equal.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/not_equal.test",
2025-08-20T22:41:58.1514689Z [00:03:39.790]➜  		"tests/cases/comparison/nullif.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/comparison/nullif.test",
2025-08-20T22:41:58.1515936Z [00:03:39.790]➜  		"tests/cases/datetime/add_datetime.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/datetime/add_datetime.test",
2025-08-20T22:41:58.1516981Z [00:03:39.790]➜  		"tests/cases/datetime/add_intervals.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/datetime/add_intervals.test",
2025-08-20T22:41:58.1517965Z [00:03:39.790]➜  		"tests/cases/datetime/extract.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/datetime/extract.test",
2025-08-20T22:41:58.1519095Z [00:03:39.790]➜  		"tests/cases/datetime/gt_datetime.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/datetime/gt_datetime.test",
2025-08-20T22:41:58.1520102Z [00:03:39.790]➜  		"tests/cases/datetime/gte_datetime.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/datetime/gte_datetime.test",
2025-08-20T22:41:58.1521122Z [00:03:39.790]➜  		"tests/cases/datetime/lt_datetime.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/datetime/lt_datetime.test",
2025-08-20T22:41:58.1522129Z [00:03:39.790]➜  		"tests/cases/datetime/lte_datetime.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/datetime/lte_datetime.test",
2025-08-20T22:41:58.1523177Z [00:03:39.790]➜  		"tests/cases/datetime/subtract_datetime.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/datetime/subtract_datetime.test",
2025-08-20T22:41:58.1524394Z [00:03:39.790]➜  		"tests/cases/logarithmic/ln.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/logarithmic/ln.test",
2025-08-20T22:41:58.1525331Z [00:03:39.790]➜  		"tests/cases/logarithmic/log10.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/logarithmic/log10.test",
2025-08-20T22:41:58.1526463Z [00:03:39.790]➜  		"tests/cases/logarithmic/log2.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/logarithmic/log2.test",
2025-08-20T22:41:58.1527410Z [00:03:39.790]➜  		"tests/cases/logarithmic/logb.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/logarithmic/logb.test",
2025-08-20T22:41:58.1528327Z [00:03:39.790]➜  		"tests/cases/rounding/ceil.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/rounding/ceil.test",
2025-08-20T22:41:58.1529230Z [00:03:39.790]➜  		"tests/cases/rounding/floor.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/rounding/floor.test",
2025-08-20T22:41:58.1530147Z [00:03:39.790]➜  		"tests/cases/rounding/round.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/rounding/round.test",
2025-08-20T22:41:58.1531108Z [00:03:39.790]➜  		"tests/cases/rounding_decimal/ceil.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/rounding_decimal/ceil.test",
2025-08-20T22:41:58.1532237Z [00:03:39.790]➜  		"tests/cases/rounding_decimal/floor.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/rounding_decimal/floor.test",
2025-08-20T22:41:58.1533322Z [00:03:39.790]➜  		"tests/cases/rounding_decimal/round.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/rounding_decimal/round.test",
2025-08-20T22:41:58.1534296Z [00:03:39.790]➜  		"tests/cases/string/bit_length.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/bit_length.test",
2025-08-20T22:41:58.1535248Z [00:03:39.790]➜  		"tests/cases/string/char_length.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/char_length.test",
2025-08-20T22:41:58.1536323Z [00:03:39.790]➜  		"tests/cases/string/concat.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/concat.test",
2025-08-20T22:41:58.1537339Z [00:03:39.790]➜  		"tests/cases/string/concat_ws.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/concat_ws.test",
2025-08-20T22:41:58.1538343Z [00:03:39.790]➜  		"tests/cases/string/contains.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/contains.test",
2025-08-20T22:41:58.1539276Z [00:03:39.790]➜  		"tests/cases/string/ends_with.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/ends_with.test",
2025-08-20T22:41:58.1540168Z [00:03:39.790]➜  		"tests/cases/string/left.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/left.test",
2025-08-20T22:41:58.1541162Z [00:03:39.790]➜  		"tests/cases/string/like.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/like.test",
2025-08-20T22:41:58.1542068Z [00:03:39.790]➜  		"tests/cases/string/lower.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/lower.test",
2025-08-20T22:41:58.1542950Z [00:03:39.790]➜  		"tests/cases/string/lpad.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/lpad.test",
2025-08-20T22:41:58.1543823Z [00:03:39.790]➜  		"tests/cases/string/ltrim.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/ltrim.test",
2025-08-20T22:41:58.1544753Z [00:03:39.790]➜  		"tests/cases/string/octet_length.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/octet_length.test",
2025-08-20T22:41:58.1545989Z [00:03:39.790]➜  		"tests/cases/string/regexp_count_substring.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/regexp_count_substring.test",
2025-08-20T22:41:58.1547288Z [00:03:39.790]➜  		"tests/cases/string/regexp_match_substring.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/regexp_match_substring.test",
2025-08-20T22:41:58.1548357Z [00:03:39.790]➜  		"tests/cases/string/regexp_replace.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/regexp_replace.test",
2025-08-20T22:41:58.1549403Z [00:03:39.790]➜  		"tests/cases/string/regexp_string_split.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/regexp_string_split.test",
2025-08-20T22:41:58.1550379Z [00:03:39.790]➜  		"tests/cases/string/repeat.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/repeat.test",
2025-08-20T22:41:58.1551290Z [00:03:39.790]➜  		"tests/cases/string/replace.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/replace.test",
2025-08-20T22:41:58.1552210Z [00:03:39.790]➜  		"tests/cases/string/reverse.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/reverse.test",
2025-08-20T22:41:58.1553105Z [00:03:39.790]➜  		"tests/cases/string/right.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/right.test",
2025-08-20T22:41:58.1553984Z [00:03:39.790]➜  		"tests/cases/string/rpad.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/rpad.test",
2025-08-20T22:41:58.1554956Z [00:03:39.790]➜  		"tests/cases/string/rtrim.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/rtrim.test",
2025-08-20T22:41:58.1556050Z [00:03:39.790]➜  		"tests/cases/string/starts_with.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/starts_with.test",
2025-08-20T22:41:58.1557018Z [00:03:39.790]➜  		"tests/cases/string/string_split.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/string_split.test",
2025-08-20T22:41:58.1557985Z [00:03:39.790]➜  		"tests/cases/string/substring.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/substring.test",
2025-08-20T22:41:58.1558976Z [00:03:39.790]➜  		"tests/cases/string/trim.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/trim.test",
2025-08-20T22:41:58.1559903Z [00:03:39.790]➜  		"tests/cases/string/upper.test": "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/tests/cases/string/upper.test"
2025-08-20T22:41:58.1560427Z [00:03:39.790]➜  	}
2025-08-20T22:41:58.1560623Z [00:03:39.790]➜  }EOF
2025-08-20T22:41:58.1562579Z [00:03:39.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0=>github.com/substrait-io/substrait@v0.69.0;$WORK/b1238=>" -p github.com/substrait-io/substrait -lang=go1.22 -complete -installsuffix shared -buildid IU_eBuhM_FGGJfklJlOk/IU_eBuhM_FGGJfklJlOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1238/importcfg -embedcfg $WORK/b1238/embedcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait@v0.69.0/core.go
2025-08-20T22:41:58.1640139Z [00:03:39.816]➜  go tool buildid -w $WORK/b1238/_pkg_.a # internal
2025-08-20T22:41:58.1655728Z [00:03:39.818]➜  cp $WORK/b1238/_pkg_.a /root/.cache/go-build/ae/aebf454ff83d6a0e5df917620b875269b2fed2f4331f73117704f18ad8869105-d # internal
2025-08-20T22:41:58.1692517Z [00:03:39.821]➜  github.com/substrait-io/substrait-go/v3/proto/extensions
2025-08-20T22:41:58.1692969Z [00:03:39.821]➜  mkdir -p $WORK/b1239/
2025-08-20T22:41:58.1693359Z [00:03:39.822]➜  cat >/tmp/go-build3998081543/b1239/importcfg << 'EOF' # internal
2025-08-20T22:41:58.1693912Z [00:03:39.822]➜  # import config
2025-08-20T22:41:58.1694443Z [00:03:39.822]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:58.1695299Z [00:03:39.822]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:58.1696554Z [00:03:39.822]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:58.1697234Z [00:03:39.822]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.1697769Z [00:03:39.822]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:58.1698183Z [00:03:39.822]➜  EOF
2025-08-20T22:41:58.1700567Z [00:03:39.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/extensions=>github.com/substrait-io/substrait-go/v3@v3.9.1/proto/extensions;$WORK/b1239=>" -p github.com/substrait-io/substrait-go/v3/proto/extensions -lang=go1.22 -complete -installsuffix shared -buildid A3Au54X9iFksVZNdTGyL/A3Au54X9iFksVZNdTGyL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1239/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/extensions/extensions.pb.go
2025-08-20T22:41:58.2493830Z [00:03:39.901]➜  go tool buildid -w $WORK/b1239/_pkg_.a # internal
2025-08-20T22:41:58.2502636Z [00:03:39.902]➜  cp $WORK/b1239/_pkg_.a /root/.cache/go-build/78/78655d2c36d58124a3c838191d2475c2498f2e4083424818fbad6da29ad4ecec-d # internal
2025-08-20T22:41:58.2510600Z [00:03:39.903]➜  github.com/substrait-io/substrait-go/v3/proto
2025-08-20T22:41:58.2516023Z [00:03:39.903]➜  mkdir -p $WORK/b1241/
2025-08-20T22:41:58.2516436Z [00:03:39.904]➜  cat >/tmp/go-build3998081543/b1241/importcfg << 'EOF' # internal
2025-08-20T22:41:58.2516985Z [00:03:39.904]➜  # import config
2025-08-20T22:41:58.2517573Z [00:03:39.904]➜  packagefile github.com/substrait-io/substrait-go/v3/proto/extensions=/tmp/go-build3998081543/b1239/_pkg_.a
2025-08-20T22:41:58.2518327Z [00:03:39.904]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:41:58.2519036Z [00:03:39.904]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:41:58.2519752Z [00:03:39.904]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:41:58.2520447Z [00:03:39.904]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3998081543/b831/_pkg_.a
2025-08-20T22:41:58.2521012Z [00:03:39.904]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.2532080Z [00:03:39.904]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:58.2532616Z [00:03:39.904]➜  EOF
2025-08-20T22:41:58.2537340Z [00:03:39.904]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto=>github.com/substrait-io/substrait-go/v3@v3.9.1/proto;$WORK/b1241=>" -p github.com/substrait-io/substrait-go/v3/proto -lang=go1.22 -complete -installsuffix shared -buildid I5tmAkGZIpXNy0r71a4z/I5tmAkGZIpXNy0r71a4z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1241/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/algebra.pb.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/capabilities.pb.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/extended_expression.pb.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/function.pb.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/parameterized_types.pb.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/plan.pb.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/type.pb.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/proto/type_expressions.pb.go
2025-08-20T22:41:58.2811365Z [00:03:39.933]➜  go tool buildid -w $WORK/b1166/_pkg_.a # internal
2025-08-20T22:41:58.2876323Z [00:03:39.940]➜  go tool buildid -w $WORK/b1237/_pkg_.a # internal
2025-08-20T22:41:58.2911610Z [00:03:39.943]➜  cp $WORK/b1237/_pkg_.a /root/.cache/go-build/48/4850c7b06dd3d26fff9a8a0522208b9f562cbcd127ce55d2d63cbfe58f7246a6-d # internal
2025-08-20T22:41:58.2914683Z [00:03:39.943]➜  github.com/goccy/go-yaml/lexer
2025-08-20T22:41:58.2915007Z [00:03:39.943]➜  mkdir -p $WORK/b1236/
2025-08-20T22:41:58.2915670Z [00:03:39.943]➜  cat >/tmp/go-build3998081543/b1236/importcfg << 'EOF' # internal
2025-08-20T22:41:58.2916099Z [00:03:39.943]➜  # import config
2025-08-20T22:41:58.2916545Z [00:03:39.943]➜  packagefile github.com/goccy/go-yaml/scanner=/tmp/go-build3998081543/b1237/_pkg_.a
2025-08-20T22:41:58.2917145Z [00:03:39.943]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3998081543/b1231/_pkg_.a
2025-08-20T22:41:58.2917631Z [00:03:39.943]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.2917935Z [00:03:39.943]➜  EOF
2025-08-20T22:41:58.2919721Z [00:03:39.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/lexer=>github.com/goccy/go-yaml@v1.16.0/lexer;$WORK/b1236=>" -p github.com/goccy/go-yaml/lexer -lang=go1.21 -complete -installsuffix shared -buildid leY39icx8l6sjE542sGg/leY39icx8l6sjE542sGg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1236/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/lexer/lexer.go
2025-08-20T22:41:58.3089175Z [00:03:39.958]➜  go tool buildid -w $WORK/b1236/_pkg_.a # internal
2025-08-20T22:41:58.3096405Z [00:03:39.960]➜  cp $WORK/b1236/_pkg_.a /root/.cache/go-build/81/81bfed7d42ad5b14f03f80b0501a92a1febbfe399ed48c7675be55aa77668392-d # internal
2025-08-20T22:41:58.3097354Z [00:03:39.960]➜  github.com/substrait-io/substrait-go/v3/types/integer_parameters
2025-08-20T22:41:58.3097805Z [00:03:39.960]➜  mkdir -p $WORK/b1242/
2025-08-20T22:41:58.3098183Z [00:03:39.961]➜  cat >/tmp/go-build3998081543/b1242/importcfg << 'EOF' # internal
2025-08-20T22:41:58.3098529Z [00:03:39.961]➜  # import config
2025-08-20T22:41:58.3098863Z [00:03:39.961]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.3099194Z [00:03:39.961]➜  EOF
2025-08-20T22:41:58.3105961Z [00:03:39.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/integer_parameters=>github.com/substrait-io/substrait-go/v3@v3.9.1/types/integer_parameters;$WORK/b1242=>" -p github.com/substrait-io/substrait-go/v3/types/integer_parameters -lang=go1.22 -complete -installsuffix shared -buildid Id0RgAF4Stp76eepKS5W/Id0RgAF4Stp76eepKS5W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1242/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/integer_parameters/concrete_int_param.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/integer_parameters/integer_parameter_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/integer_parameters/variable_int_param.go
2025-08-20T22:41:58.3109143Z [00:03:39.961]➜  cp $WORK/b1166/_pkg_.a /root/.cache/go-build/cc/cc7e389892ce046a9508dc22eb18d84ff955bd76ce21badad0940e22397058b9-d # internal
2025-08-20T22:41:58.3110052Z [00:03:39.962]➜  github.com/aws/aws-sdk-go/aws
2025-08-20T22:41:58.3110342Z [00:03:39.962]➜  mkdir -p $WORK/b1160/
2025-08-20T22:41:58.3110737Z [00:03:39.962]➜  cat >/tmp/go-build3998081543/b1160/importcfg << 'EOF' # internal
2025-08-20T22:41:58.3111090Z [00:03:39.962]➜  # import config
2025-08-20T22:41:58.3111431Z [00:03:39.962]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:41:58.3111965Z [00:03:39.962]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:58.3112604Z [00:03:39.962]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:58.3113253Z [00:03:39.962]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3998081543/b1166/_pkg_.a
2025-08-20T22:41:58.3113897Z [00:03:39.962]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3998081543/b1167/_pkg_.a
2025-08-20T22:41:58.3114658Z [00:03:39.962]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.3115062Z [00:03:39.962]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:41:58.3115609Z [00:03:39.962]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:58.3116105Z [00:03:39.962]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:58.3116520Z [00:03:39.962]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:58.3116939Z [00:03:39.962]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.3117358Z [00:03:39.962]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:58.3117767Z [00:03:39.962]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.3118076Z [00:03:39.962]➜  EOF
2025-08-20T22:41:58.3122547Z [00:03:39.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1160/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws=>github.com/aws/aws-sdk-go@v1.55.6/aws;$WORK/b1160=>" -p github.com/aws/aws-sdk-go/aws -lang=go1.19 -complete -installsuffix shared -buildid RxPtiVytnEA3ALLlahy7/RxPtiVytnEA3ALLlahy7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1160/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/context_1_9.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/context_background_1_7.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/context_sleep.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/convert_types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/jsonvalue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/logger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/types.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/url.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/version.go
2025-08-20T22:41:58.3239089Z [00:03:39.976]➜  go tool buildid -w $WORK/b1242/_pkg_.a # internal
2025-08-20T22:41:58.3250877Z [00:03:39.977]➜  cp $WORK/b1242/_pkg_.a /root/.cache/go-build/4f/4fb5b62fecde02ae7c6a66a998b3fa8e349b209245477fadaffc980d8a2f738c-d # internal
2025-08-20T22:41:58.3264126Z [00:03:39.979]➜  github.com/antlr4-go/antlr/v4
2025-08-20T22:41:58.3268966Z [00:03:39.979]➜  mkdir -p $WORK/b1244/
2025-08-20T22:41:58.3278442Z [00:03:39.980]➜  cat >/tmp/go-build3998081543/b1244/importcfg << 'EOF' # internal
2025-08-20T22:41:58.3280228Z [00:03:39.980]➜  # import config
2025-08-20T22:41:58.3280598Z [00:03:39.980]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:58.3281024Z [00:03:39.980]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:58.3281477Z [00:03:39.980]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:41:58.3281940Z [00:03:39.980]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:58.3282661Z [00:03:39.980]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.3283144Z [00:03:39.980]➜  packagefile golang.org/x/exp/slices=/tmp/go-build3998081543/b428/_pkg_.a
2025-08-20T22:41:58.3283620Z [00:03:39.980]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.3284041Z [00:03:39.980]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:41:58.3284461Z [00:03:39.980]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:58.3284876Z [00:03:39.980]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.3285325Z [00:03:39.980]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:41:58.3285977Z [00:03:39.980]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:58.3286399Z [00:03:39.980]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.3287131Z [00:03:39.980]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.3287557Z [00:03:39.980]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:58.3287977Z [00:03:39.980]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:41:58.3288292Z [00:03:39.980]➜  EOF
2025-08-20T22:41:58.3314432Z [00:03:39.982]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1=>github.com/antlr4-go/antlr/v4@v4.13.1;$WORK/b1244=>" -p github.com/antlr4-go/antlr/v4 -lang=go1.22 -complete -installsuffix shared -buildid XLFUj1XhM97tHowM9e0x/XLFUj1XhM97tHowM9e0x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1244/importcfg -pack /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/antlrdoc.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/atn.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/atn_config.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/atn_config_set.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/atn_deserialization_options.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/atn_deserializer.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/atn_simulator.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/atn_state.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/atn_type.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/char_stream.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/common_token_factory.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/common_token_stream.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/comparators.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/configuration.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/dfa.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/dfa_serializer.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/dfa_state.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/diagnostic_error_listener.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/error_listener.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/error_strategy.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/errors.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/file_stream.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/input_stream.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/int_stream.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/interval_set.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/jcollect.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/lexer.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/lexer_action.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/lexer_action_executor.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/lexer_atn_simulator.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/ll1_analyzer.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/mutex.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/nostatistics.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/parser.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/parser_atn_simulator.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/parser_rule_context.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/prediction_context.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/prediction_context_cache.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/prediction_mode.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/recognizer.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/rule_context.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/semantic_context.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/stats_data.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/token.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/token_source.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/token_stream.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/tokenstream_rewriter.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/trace_listener.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/transition.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/tree.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/trees.go /root/go/pkg/mod/github.com/antlr4-go/antlr/v4@v4.13.1/utils.go
2025-08-20T22:41:58.3385757Z [00:03:39.991]➜  go tool buildid -w $WORK/b1230/_pkg_.a # internal
2025-08-20T22:41:58.3491816Z [00:03:40.001]➜  cp $WORK/b1230/_pkg_.a /root/.cache/go-build/95/957f64b90e7e11b989b1218c3859378fdbbf5908d382e53b9c37b09b813d6b98-d # internal
2025-08-20T22:41:58.3500117Z [00:03:40.002]➜  github.com/goccy/go-yaml/printer
2025-08-20T22:41:58.3500748Z [00:03:40.002]➜  mkdir -p $WORK/b1233/
2025-08-20T22:41:58.3501441Z [00:03:40.002]➜  cat >/tmp/go-build3998081543/b1233/importcfg << 'EOF' # internal
2025-08-20T22:41:58.3502326Z [00:03:40.002]➜  # import config
2025-08-20T22:41:58.3502746Z [00:03:40.002]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.3503268Z [00:03:40.002]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3998081543/b1230/_pkg_.a
2025-08-20T22:41:58.3503847Z [00:03:40.002]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3998081543/b1231/_pkg_.a
2025-08-20T22:41:58.3504618Z [00:03:40.002]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:58.3505107Z [00:03:40.002]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.3505569Z [00:03:40.002]➜  EOF
2025-08-20T22:41:58.3507800Z [00:03:40.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/printer=>github.com/goccy/go-yaml@v1.16.0/printer;$WORK/b1233=>" -p github.com/goccy/go-yaml/printer -lang=go1.21 -complete -installsuffix shared -buildid tDAWTtlOxFGeWq14XfdK/tDAWTtlOxFGeWq14XfdK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1233/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/printer/color.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/printer/printer.go
2025-08-20T22:41:58.4070586Z [00:03:40.058]➜  go tool buildid -w $WORK/b1233/_pkg_.a # internal
2025-08-20T22:41:58.4072051Z [00:03:40.060]➜  cp $WORK/b1233/_pkg_.a /root/.cache/go-build/02/02ff9f7d469be65d7264b45927ce05ee96ab58c79db06ba19d3a302b4b0548cf-d # internal
2025-08-20T22:41:58.4074671Z [00:03:40.060]➜  github.com/goccy/go-yaml/internal/errors
2025-08-20T22:41:58.4076829Z [00:03:40.060]➜  mkdir -p $WORK/b1232/
2025-08-20T22:41:58.4080747Z [00:03:40.060]➜  cat >/tmp/go-build3998081543/b1232/importcfg << 'EOF' # internal
2025-08-20T22:41:58.4083773Z [00:03:40.061]➜  # import config
2025-08-20T22:41:58.4088201Z [00:03:40.061]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:41:58.4088638Z [00:03:40.061]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.4089142Z [00:03:40.061]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3998081543/b1230/_pkg_.a
2025-08-20T22:41:58.4114543Z [00:03:40.061]➜  packagefile github.com/goccy/go-yaml/printer=/tmp/go-build3998081543/b1233/_pkg_.a
2025-08-20T22:41:58.4115698Z [00:03:40.061]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3998081543/b1231/_pkg_.a
2025-08-20T22:41:58.4116667Z [00:03:40.061]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.4117517Z [00:03:40.061]➜  EOF
2025-08-20T22:41:58.4119499Z [00:03:40.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/internal/errors=>github.com/goccy/go-yaml@v1.16.0/internal/errors;$WORK/b1232=>" -p github.com/goccy/go-yaml/internal/errors -lang=go1.21 -complete -installsuffix shared -buildid YoiU_XlfSLgPn3b-7BKy/YoiU_XlfSLgPn3b-7BKy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1232/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/internal/errors/error.go
2025-08-20T22:41:58.4133227Z [00:03:40.066]➜  go tool buildid -w $WORK/b1160/_pkg_.a # internal
2025-08-20T22:41:58.4168711Z [00:03:40.069]➜  cp $WORK/b1160/_pkg_.a /root/.cache/go-build/93/9319ee401147ff4f86e8c0c5c1734057f48c54b828cef7aa094caac29c25ab88-d # internal
2025-08-20T22:41:58.4169887Z [00:03:40.069]➜  github.com/aws/aws-sdk-go/aws/request
2025-08-20T22:41:58.4170436Z [00:03:40.069]➜  mkdir -p $WORK/b1170/
2025-08-20T22:41:58.4170960Z [00:03:40.069]➜  cat >/tmp/go-build3998081543/b1170/importcfg << 'EOF' # internal
2025-08-20T22:41:58.4171405Z [00:03:40.069]➜  # import config
2025-08-20T22:41:58.4171873Z [00:03:40.069]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:58.4172909Z [00:03:40.069]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.4173414Z [00:03:40.069]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.4174012Z [00:03:40.069]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:58.4174652Z [00:03:40.069]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3998081543/b1171/_pkg_.a
2025-08-20T22:41:58.4175307Z [00:03:40.069]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:41:58.4176382Z [00:03:40.069]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3998081543/b1167/_pkg_.a
2025-08-20T22:41:58.4176961Z [00:03:40.069]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.4177512Z [00:03:40.069]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:58.4177994Z [00:03:40.069]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:58.4178410Z [00:03:40.069]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:58.4178842Z [00:03:40.069]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:58.4179266Z [00:03:40.069]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.4179703Z [00:03:40.069]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.4180120Z [00:03:40.069]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:58.4180551Z [00:03:40.069]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:58.4180986Z [00:03:40.069]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.4181294Z [00:03:40.069]➜  EOF
2025-08-20T22:41:58.4186496Z [00:03:40.069]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1170/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request=>github.com/aws/aws-sdk-go@v1.55.6/aws/request;$WORK/b1170=>" -p github.com/aws/aws-sdk-go/aws/request -lang=go1.19 -complete -installsuffix shared -buildid BcD4tt2NuUkllQ9-C9oe/BcD4tt2NuUkllQ9-C9oe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1170/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/connection_reset_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/handlers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/http_request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/offset_reader.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/request.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/request_1_8.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/request_context.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/request_pagination.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/timeout_read_closer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/validation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/request/waiter.go
2025-08-20T22:41:58.4386734Z [00:03:40.091]➜  go tool buildid -w $WORK/b1232/_pkg_.a # internal
2025-08-20T22:41:58.4393774Z [00:03:40.092]➜  cp $WORK/b1232/_pkg_.a /root/.cache/go-build/c5/c5e0e91932e0966ab7243d63ff243604a06d4540bd195cce2ad499769f4eaef2-d # internal
2025-08-20T22:41:58.4409209Z [00:03:40.092]➜  github.com/aws/aws-sdk-go/private/protocol/eventstream
2025-08-20T22:41:58.4409623Z [00:03:40.092]➜  mkdir -p $WORK/b1184/
2025-08-20T22:41:58.4410031Z [00:03:40.092]➜  cat >/tmp/go-build3998081543/b1184/importcfg << 'EOF' # internal
2025-08-20T22:41:58.4410401Z [00:03:40.092]➜  # import config
2025-08-20T22:41:58.4412152Z [00:03:40.092]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:58.4412964Z [00:03:40.092]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:58.4413471Z [00:03:40.092]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:41:58.4413947Z [00:03:40.092]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:58.4414416Z [00:03:40.092]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:58.4414863Z [00:03:40.092]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.4415525Z [00:03:40.092]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.4416143Z [00:03:40.092]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:58.4416849Z [00:03:40.092]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:41:58.4417376Z [00:03:40.092]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.4417792Z [00:03:40.092]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.4418329Z [00:03:40.092]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.4418679Z [00:03:40.092]➜  EOF
2025-08-20T22:41:58.4422946Z [00:03:40.092]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1184/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream;$WORK/b1184=>" -p github.com/aws/aws-sdk-go/private/protocol/eventstream -lang=go1.19 -complete -installsuffix shared -buildid 8NExYNeCj9I3FKBq1DuB/8NExYNeCj9I3FKBq1DuB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1184/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/debug.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/decode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/encode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/header.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/header_value.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/message.go
2025-08-20T22:41:58.5743587Z [00:03:40.227]➜  go tool buildid -w $WORK/b1170/_pkg_.a # internal
2025-08-20T22:41:58.5771171Z [00:03:40.229]➜  cp $WORK/b1170/_pkg_.a /root/.cache/go-build/18/18880feccead2b2cc259f9bb958ee2f9140d9ccc758b9d53648f88f77275a582-d # internal
2025-08-20T22:41:58.5776605Z [00:03:40.230]➜  github.com/aws/aws-sdk-go/aws/client
2025-08-20T22:41:58.5778133Z [00:03:40.230]➜  mkdir -p $WORK/b1168/
2025-08-20T22:41:58.5778594Z [00:03:40.230]➜  go tool buildid -w $WORK/b1184/_pkg_.a # internal
2025-08-20T22:41:58.5785640Z [00:03:40.231]➜  cat >/tmp/go-build3998081543/b1168/importcfg << 'EOF' # internal
2025-08-20T22:41:58.5786090Z [00:03:40.231]➜  # import config
2025-08-20T22:41:58.5786457Z [00:03:40.231]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:58.5786874Z [00:03:40.231]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.5787377Z [00:03:40.231]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.5788016Z [00:03:40.231]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:41:58.5788694Z [00:03:40.231]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:58.5789341Z [00:03:40.231]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3998081543/b1172/_pkg_.a
2025-08-20T22:41:58.5789857Z [00:03:40.231]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.5790285Z [00:03:40.231]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:58.5790711Z [00:03:40.231]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:58.5791173Z [00:03:40.231]➜  packagefile net/http/httputil=/tmp/go-build3998081543/b207/_pkg_.a
2025-08-20T22:41:58.5791637Z [00:03:40.231]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.5792056Z [00:03:40.231]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.5792365Z [00:03:40.231]➜  EOF
2025-08-20T22:41:58.5795595Z [00:03:40.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1168/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/client=>github.com/aws/aws-sdk-go@v1.55.6/aws/client;$WORK/b1168=>" -p github.com/aws/aws-sdk-go/aws/client -lang=go1.19 -complete -installsuffix shared -buildid LdRv31PZ_as3l5Dgezz-/LdRv31PZ_as3l5Dgezz- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1168/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/client/client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/client/default_retryer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/client/logger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/client/no_op_retryer.go
2025-08-20T22:41:58.5804182Z [00:03:40.233]➜  cp $WORK/b1184/_pkg_.a /root/.cache/go-build/7f/7fb462fa8a999557e6d1e495e9ce2a58f5f5e5de1b716e0b87fb26925a853421-d # internal
2025-08-20T22:41:58.5842946Z [00:03:40.237]➜  github.com/aws/aws-sdk-go/private/protocol
2025-08-20T22:41:58.5845784Z [00:03:40.237]➜  mkdir -p $WORK/b1178/
2025-08-20T22:41:58.5846366Z [00:03:40.237]➜  cat >/tmp/go-build3998081543/b1178/importcfg << 'EOF' # internal
2025-08-20T22:41:58.5846736Z [00:03:40.237]➜  # import config
2025-08-20T22:41:58.5847077Z [00:03:40.237]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:58.5847523Z [00:03:40.237]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:41:58.5848006Z [00:03:40.237]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:58.5848485Z [00:03:40.237]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:58.5848927Z [00:03:40.237]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.5849433Z [00:03:40.237]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.5850037Z [00:03:40.237]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:58.5850699Z [00:03:40.237]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:41:58.5851873Z [00:03:40.237]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:58.5852522Z [00:03:40.237]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build3998081543/b1179/_pkg_.a
2025-08-20T22:41:58.5853050Z [00:03:40.237]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.5853473Z [00:03:40.237]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:58.5853910Z [00:03:40.237]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:58.5854316Z [00:03:40.237]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:58.5854735Z [00:03:40.237]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:58.5855164Z [00:03:40.237]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.5855905Z [00:03:40.237]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.5856376Z [00:03:40.237]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.5856793Z [00:03:40.237]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.5857102Z [00:03:40.237]➜  EOF
2025-08-20T22:41:58.5895740Z [00:03:40.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol;$WORK/b1178=>" -p github.com/aws/aws-sdk-go/private/protocol -lang=go1.19 -complete -installsuffix shared -buildid m0llQMfPK6GkLL2oiQJX/m0llQMfPK6GkLL2oiQJX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1178/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/host.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/host_prefix.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/idempotency.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/jsonvalue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/payload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/protocol.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/timestamp.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/unmarshal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/unmarshal_error.go
2025-08-20T22:41:58.6272947Z [00:03:40.279]➜  go tool buildid -w $WORK/b1168/_pkg_.a # internal
2025-08-20T22:41:58.6292182Z [00:03:40.281]➜  cp $WORK/b1168/_pkg_.a /root/.cache/go-build/23/239e206b720e820bab5a9b2f6a8b2bcf6cc014b715e6ee02a929d6a9a61c1c69-d # internal
2025-08-20T22:41:58.6299356Z [00:03:40.281]➜  github.com/aws/aws-sdk-go/internal/s3shared
2025-08-20T22:41:58.6299733Z [00:03:40.281]➜  mkdir -p $WORK/b1180/
2025-08-20T22:41:58.6300134Z [00:03:40.281]➜  cat >/tmp/go-build3998081543/b1180/importcfg << 'EOF' # internal
2025-08-20T22:41:58.6300505Z [00:03:40.281]➜  # import config
2025-08-20T22:41:58.6300886Z [00:03:40.281]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.6301387Z [00:03:40.281]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.6301991Z [00:03:40.281]➜  packagefile github.com/aws/aws-sdk-go/aws/arn=/tmp/go-build3998081543/b1174/_pkg_.a
2025-08-20T22:41:58.6302602Z [00:03:40.281]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:58.6303224Z [00:03:40.281]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:58.6303901Z [00:03:40.281]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/arn=/tmp/go-build3998081543/b1181/_pkg_.a
2025-08-20T22:41:58.6304345Z [00:03:40.281]➜  EOF
2025-08-20T22:41:58.6306848Z [00:03:40.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared=>github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared;$WORK/b1180=>" -p github.com/aws/aws-sdk-go/internal/s3shared -lang=go1.19 -complete -installsuffix shared -buildid aYbri4nYs4OoFPz7mC3w/aYbri4nYs4OoFPz7mC3w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1180/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/endpoint_errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/resource_request.go
2025-08-20T22:41:58.6528934Z [00:03:40.304]➜  go tool buildid -w $WORK/b1178/_pkg_.a # internal
2025-08-20T22:41:58.6593859Z [00:03:40.310]➜  cp $WORK/b1178/_pkg_.a /root/.cache/go-build/cf/cf87becdb70e239d10a11f8a17894b98b4db9e52578f225cc2870204b658d765-d # internal
2025-08-20T22:41:58.6594580Z [00:03:40.310]➜  github.com/aws/aws-sdk-go/private/protocol/rest
2025-08-20T22:41:58.6594927Z [00:03:40.310]➜  mkdir -p $WORK/b1177/
2025-08-20T22:41:58.6595319Z [00:03:40.310]➜  cat >/tmp/go-build3998081543/b1177/importcfg << 'EOF' # internal
2025-08-20T22:41:58.6595856Z [00:03:40.310]➜  # import config
2025-08-20T22:41:58.6596200Z [00:03:40.310]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:58.6596657Z [00:03:40.310]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:58.6597114Z [00:03:40.310]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.6597618Z [00:03:40.310]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.6598227Z [00:03:40.310]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:58.6598852Z [00:03:40.310]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:58.6599496Z [00:03:40.310]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3998081543/b1176/_pkg_.a
2025-08-20T22:41:58.6600164Z [00:03:40.310]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:58.6600701Z [00:03:40.310]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.6601126Z [00:03:40.310]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:58.6601557Z [00:03:40.310]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:58.6602339Z [00:03:40.310]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:58.6602881Z [00:03:40.310]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:58.6603491Z [00:03:40.310]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:41:58.6604019Z [00:03:40.310]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.6604450Z [00:03:40.310]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.6604879Z [00:03:40.310]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.6605298Z [00:03:40.310]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.6605854Z [00:03:40.310]➜  EOF
2025-08-20T22:41:58.6608596Z [00:03:40.310]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1177/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/rest=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/rest;$WORK/b1177=>" -p github.com/aws/aws-sdk-go/private/protocol/rest -lang=go1.19 -complete -installsuffix shared -buildid bMJgugSCbj5mPVUGzPO2/bMJgugSCbj5mPVUGzPO2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1177/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/rest/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/rest/payload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/rest/unmarshal.go
2025-08-20T22:41:58.6699331Z [00:03:40.321]➜  go tool buildid -w $WORK/b1180/_pkg_.a # internal
2025-08-20T22:41:58.6701764Z [00:03:40.322]➜  cp $WORK/b1180/_pkg_.a /root/.cache/go-build/4a/4a6dade417691eae5c7d8fa8c8dfad095e1c5005ed2f668b04cac2fd9bc8d7a8-d # internal
2025-08-20T22:41:58.6706329Z [00:03:40.322]➜  github.com/aws/aws-sdk-go/internal/s3shared/s3err
2025-08-20T22:41:58.6706713Z [00:03:40.322]➜  mkdir -p $WORK/b1182/
2025-08-20T22:41:58.6707328Z [00:03:40.322]➜  cat >/tmp/go-build3998081543/b1182/importcfg << 'EOF' # internal
2025-08-20T22:41:58.6707832Z [00:03:40.322]➜  # import config
2025-08-20T22:41:58.6708299Z [00:03:40.322]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.6708953Z [00:03:40.322]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:58.6715908Z [00:03:40.322]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:58.6716428Z [00:03:40.322]➜  EOF
2025-08-20T22:41:58.6718540Z [00:03:40.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1182/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/s3err=>github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/s3err;$WORK/b1182=>" -p github.com/aws/aws-sdk-go/internal/s3shared/s3err -lang=go1.19 -complete -installsuffix shared -buildid vVji32_Jp2-fgL2BUqMZ/vVji32_Jp2-fgL2BUqMZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1182/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/internal/s3shared/s3err/error.go
2025-08-20T22:41:58.7061798Z [00:03:40.358]➜  go tool buildid -w $WORK/b1182/_pkg_.a # internal
2025-08-20T22:41:58.7074621Z [00:03:40.360]➜  cp $WORK/b1182/_pkg_.a /root/.cache/go-build/08/0884bcfd4ae852f52f206c37c7088af1f63cc9d17ef023d52f33b4adda64ed1c-d # internal
2025-08-20T22:41:58.7079438Z [00:03:40.360]➜  github.com/aws/aws-sdk-go/private/checksum
2025-08-20T22:41:58.7079819Z [00:03:40.360]➜  mkdir -p $WORK/b1183/
2025-08-20T22:41:58.7085989Z [00:03:40.361]➜  cat >/tmp/go-build3998081543/b1183/importcfg << 'EOF' # internal
2025-08-20T22:41:58.7087111Z [00:03:40.361]➜  # import config
2025-08-20T22:41:58.7088156Z [00:03:40.361]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:58.7088695Z [00:03:40.361]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:58.7089145Z [00:03:40.361]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.7089956Z [00:03:40.361]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.7090629Z [00:03:40.361]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:58.7091368Z [00:03:40.361]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:58.7091840Z [00:03:40.361]➜  EOF
2025-08-20T22:41:58.7093876Z [00:03:40.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/checksum=>github.com/aws/aws-sdk-go@v1.55.6/private/checksum;$WORK/b1183=>" -p github.com/aws/aws-sdk-go/private/checksum -lang=go1.19 -complete -installsuffix shared -buildid p9_Fh2TNzTuB4COy0pQo/p9_Fh2TNzTuB4COy0pQo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1183/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/checksum/content_md5.go
2025-08-20T22:41:58.7373414Z [00:03:40.390]➜  go tool buildid -w $WORK/b1183/_pkg_.a # internal
2025-08-20T22:41:58.7395508Z [00:03:40.392]➜  cp $WORK/b1183/_pkg_.a /root/.cache/go-build/49/49bf5f4d9f49d96bb9ac703fda82fef7ea4a3772f299ae84e5d04171d0e038cc-d # internal
2025-08-20T22:41:58.7396961Z [00:03:40.392]➜  github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi
2025-08-20T22:41:58.7397739Z [00:03:40.392]➜  mkdir -p $WORK/b1185/
2025-08-20T22:41:58.7398426Z [00:03:40.392]➜  cat >/tmp/go-build3998081543/b1185/importcfg << 'EOF' # internal
2025-08-20T22:41:58.7399066Z [00:03:40.392]➜  # import config
2025-08-20T22:41:58.7399651Z [00:03:40.392]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:58.7400584Z [00:03:40.392]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.7401537Z [00:03:40.392]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.7402428Z [00:03:40.392]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:58.7403463Z [00:03:40.392]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:58.7404814Z [00:03:40.392]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build3998081543/b1184/_pkg_.a
2025-08-20T22:41:58.7405586Z [00:03:40.392]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.7406079Z [00:03:40.392]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.7406511Z [00:03:40.392]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:58.7406929Z [00:03:40.392]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.7407258Z [00:03:40.392]➜  EOF
2025-08-20T22:41:58.7412214Z [00:03:40.392]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/eventstreamapi=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/eventstreamapi;$WORK/b1185=>" -p github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi -lang=go1.19 -complete -installsuffix shared -buildid qq4KZ5d0z_WUHS7McUXp/qq4KZ5d0z_WUHS7McUXp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1185/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/eventstreamapi/error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/eventstreamapi/reader.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/eventstreamapi/shared.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/eventstreamapi/signer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/eventstreamapi/stream_writer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/eventstreamapi/transport.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/eventstream/eventstreamapi/writer.go
2025-08-20T22:41:58.7679747Z [00:03:40.420]➜  go tool buildid -w $WORK/b1177/_pkg_.a # internal
2025-08-20T22:41:58.7697841Z [00:03:40.422]➜  cp $WORK/b1177/_pkg_.a /root/.cache/go-build/02/02e33c2d0d8eba3aefcebe6e5d05e3c0a9662faaa8c9d7e260ba63319f27fbdc-d # internal
2025-08-20T22:41:58.7703789Z [00:03:40.422]➜  github.com/aws/aws-sdk-go/aws/signer/v4
2025-08-20T22:41:58.7704384Z [00:03:40.422]➜  mkdir -p $WORK/b1175/
2025-08-20T22:41:58.7704787Z [00:03:40.423]➜  cat >/tmp/go-build3998081543/b1175/importcfg << 'EOF' # internal
2025-08-20T22:41:58.7705135Z [00:03:40.423]➜  # import config
2025-08-20T22:41:58.7705750Z [00:03:40.423]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:41:58.7706311Z [00:03:40.423]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:58.7706778Z [00:03:40.423]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:58.7707212Z [00:03:40.423]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.7707726Z [00:03:40.423]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.7708356Z [00:03:40.423]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:58.7709009Z [00:03:40.423]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:58.7709650Z [00:03:40.423]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3998081543/b1167/_pkg_.a
2025-08-20T22:41:58.7710310Z [00:03:40.423]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3998081543/b1176/_pkg_.a
2025-08-20T22:41:58.7711260Z [00:03:40.423]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3998081543/b1177/_pkg_.a
2025-08-20T22:41:58.7711943Z [00:03:40.423]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.7712364Z [00:03:40.423]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:58.7712807Z [00:03:40.423]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:58.7713235Z [00:03:40.423]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:58.7727098Z [00:03:40.423]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:58.7727988Z [00:03:40.423]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.7728921Z [00:03:40.423]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.7729897Z [00:03:40.423]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.7730261Z [00:03:40.423]➜  EOF
2025-08-20T22:41:58.7733614Z [00:03:40.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/signer/v4=>github.com/aws/aws-sdk-go@v1.55.6/aws/signer/v4;$WORK/b1175=>" -p github.com/aws/aws-sdk-go/aws/signer/v4 -lang=go1.19 -complete -installsuffix shared -buildid N6exsZLx00c58pURJtJE/N6exsZLx00c58pURJtJE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1175/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/signer/v4/header_rules.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/signer/v4/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/signer/v4/request_context_go1.7.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/signer/v4/stream.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/signer/v4/uri_path.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/signer/v4/v4.go
2025-08-20T22:41:58.8102384Z [00:03:40.462]➜  go tool buildid -w $WORK/b1185/_pkg_.a # internal
2025-08-20T22:41:58.8149599Z [00:03:40.467]➜  cp $WORK/b1185/_pkg_.a /root/.cache/go-build/75/75b25facfb18d4cef2fe8bf4d53562780b44aeec26837ca6cb50acd2dbbf77c1-d # internal
2025-08-20T22:41:58.8150874Z [00:03:40.467]➜  github.com/aws/aws-sdk-go/private/protocol/query/queryutil
2025-08-20T22:41:58.8151792Z [00:03:40.467]➜  mkdir -p $WORK/b1188/
2025-08-20T22:41:58.8152516Z [00:03:40.467]➜  cat >/tmp/go-build3998081543/b1188/importcfg << 'EOF' # internal
2025-08-20T22:41:58.8152941Z [00:03:40.467]➜  # import config
2025-08-20T22:41:58.8153319Z [00:03:40.467]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:58.8153885Z [00:03:40.467]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.8154500Z [00:03:40.467]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:58.8155038Z [00:03:40.467]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:58.8155670Z [00:03:40.467]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:58.8156184Z [00:03:40.467]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.8156605Z [00:03:40.467]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:58.8157024Z [00:03:40.467]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.8157457Z [00:03:40.467]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.8157908Z [00:03:40.467]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.8158222Z [00:03:40.467]➜  EOF
2025-08-20T22:41:58.8160514Z [00:03:40.467]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1188/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/query/queryutil=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/query/queryutil;$WORK/b1188=>" -p github.com/aws/aws-sdk-go/private/protocol/query/queryutil -lang=go1.19 -complete -installsuffix shared -buildid JHqNugs5Hz8_S96A7kL0/JHqNugs5Hz8_S96A7kL0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1188/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/query/queryutil/queryutil.go
2025-08-20T22:41:58.8674782Z [00:03:40.520]➜  go tool buildid -w $WORK/b1175/_pkg_.a # internal
2025-08-20T22:41:58.8724428Z [00:03:40.525]➜  cp $WORK/b1175/_pkg_.a /root/.cache/go-build/02/02b175b605c9a209bd0053381afe2b14633fcd5c03ed96c9466a33807443b396-d # internal
2025-08-20T22:41:58.8740930Z [00:03:40.526]➜  github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
2025-08-20T22:41:58.8741395Z [00:03:40.526]➜  mkdir -p $WORK/b1189/
2025-08-20T22:41:58.8764120Z [00:03:40.529]➜  cat >/tmp/go-build3998081543/b1189/importcfg << 'EOF' # internal
2025-08-20T22:41:58.8764587Z [00:03:40.529]➜  # import config
2025-08-20T22:41:58.8764939Z [00:03:40.529]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:58.8765514Z [00:03:40.529]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:58.8766320Z [00:03:40.529]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:58.8766777Z [00:03:40.529]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.8767303Z [00:03:40.529]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:58.8767963Z [00:03:40.529]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:58.8768489Z [00:03:40.529]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:58.8768904Z [00:03:40.529]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:58.8769323Z [00:03:40.529]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:58.8769747Z [00:03:40.529]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:58.8770171Z [00:03:40.529]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.8770599Z [00:03:40.529]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:58.8771030Z [00:03:40.529]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.8771339Z [00:03:40.529]➜  EOF
2025-08-20T22:41:58.8774927Z [00:03:40.529]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1189/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/xml/xmlutil=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/xml/xmlutil;$WORK/b1189=>" -p github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil -lang=go1.19 -complete -installsuffix shared -buildid WYsD6ymwYyrPR7J023PW/WYsD6ymwYyrPR7J023PW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1189/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/xml/xmlutil/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/xml/xmlutil/sort.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/xml/xmlutil/unmarshal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/xml/xmlutil/xml_to_struct.go
2025-08-20T22:41:58.8977399Z [00:03:40.549]➜  go tool buildid -w $WORK/b1188/_pkg_.a # internal
2025-08-20T22:41:58.8979280Z [00:03:40.550]➜  cp $WORK/b1188/_pkg_.a /root/.cache/go-build/f9/f9d2925c1e5b09c31f265678d7d948bf9d78241acc98242d0fe4401325b01e81-d # internal
2025-08-20T22:41:58.8979931Z [00:03:40.550]➜  github.com/aws/aws-sdk-go/aws/corehandlers
2025-08-20T22:41:58.8980256Z [00:03:40.550]➜  mkdir -p $WORK/b1191/
2025-08-20T22:41:58.8983536Z [00:03:40.551]➜  cat >/tmp/go-build3998081543/b1191/importcfg << 'EOF' # internal
2025-08-20T22:41:58.8984323Z [00:03:40.551]➜  # import config
2025-08-20T22:41:58.8984694Z [00:03:40.551]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:58.8985117Z [00:03:40.551]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:58.8985788Z [00:03:40.551]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.8986400Z [00:03:40.551]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:58.8987385Z [00:03:40.551]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:58.8988033Z [00:03:40.551]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:58.8988566Z [00:03:40.551]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:58.8989006Z [00:03:40.551]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:58.8989444Z [00:03:40.551]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:58.8989858Z [00:03:40.551]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:58.8990275Z [00:03:40.551]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:58.8990701Z [00:03:40.551]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:41:58.8991123Z [00:03:40.551]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:58.8991556Z [00:03:40.551]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.8991867Z [00:03:40.551]➜  EOF
2025-08-20T22:41:58.9001485Z [00:03:40.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1191/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/corehandlers=>github.com/aws/aws-sdk-go@v1.55.6/aws/corehandlers;$WORK/b1191=>" -p github.com/aws/aws-sdk-go/aws/corehandlers -lang=go1.19 -complete -installsuffix shared -buildid Km5LzX6Af1xzfEgb3sbK/Km5LzX6Af1xzfEgb3sbK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1191/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/corehandlers/awsinternal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/corehandlers/handlers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/corehandlers/param_validator.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/corehandlers/user_agent.go
2025-08-20T22:41:58.9743793Z [00:03:40.627]➜  go tool buildid -w $WORK/b1191/_pkg_.a # internal
2025-08-20T22:41:58.9783901Z [00:03:40.631]➜  cp $WORK/b1191/_pkg_.a /root/.cache/go-build/2d/2da43b2735576a26bc10ad5a4250410357bdfd4940d6d3484d092f27f8aa2807-d # internal
2025-08-20T22:41:58.9796935Z [00:03:40.631]➜  github.com/aws/aws-sdk-go/aws/auth/bearer
2025-08-20T22:41:58.9797742Z [00:03:40.631]➜  mkdir -p $WORK/b1197/
2025-08-20T22:41:58.9799467Z [00:03:40.632]➜  cat >/tmp/go-build3998081543/b1197/importcfg << 'EOF' # internal
2025-08-20T22:41:58.9799851Z [00:03:40.632]➜  # import config
2025-08-20T22:41:58.9800300Z [00:03:40.632]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:58.9800803Z [00:03:40.632]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:58.9801113Z [00:03:40.632]➜  EOF
2025-08-20T22:41:58.9803118Z [00:03:40.632]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/auth/bearer=>github.com/aws/aws-sdk-go@v1.55.6/aws/auth/bearer;$WORK/b1197=>" -p github.com/aws/aws-sdk-go/aws/auth/bearer -lang=go1.19 -complete -installsuffix shared -buildid pjLLKYnhnrzVvV_aC-GF/pjLLKYnhnrzVvV_aC-GF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1197/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/auth/bearer/token.go
2025-08-20T22:41:59.0123965Z [00:03:40.664]➜  go tool buildid -w $WORK/b1197/_pkg_.a # internal
2025-08-20T22:41:59.0127081Z [00:03:40.665]➜  cp $WORK/b1197/_pkg_.a /root/.cache/go-build/c6/c6009c540107eb362c7a150baf5ea862691885da2d5628342ef0b06fb6f26ea8-d # internal
2025-08-20T22:41:59.0129076Z [00:03:40.665]➜  github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
2025-08-20T22:41:59.0129464Z [00:03:40.665]➜  mkdir -p $WORK/b1200/
2025-08-20T22:41:59.0135819Z [00:03:40.666]➜  cat >/tmp/go-build3998081543/b1200/importcfg << 'EOF' # internal
2025-08-20T22:41:59.0136253Z [00:03:40.666]➜  # import config
2025-08-20T22:41:59.0136956Z [00:03:40.666]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:59.0137412Z [00:03:40.666]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:59.0137884Z [00:03:40.666]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:59.0138331Z [00:03:40.666]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.0138832Z [00:03:40.666]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.0139450Z [00:03:40.666]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.0140098Z [00:03:40.666]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:59.0140623Z [00:03:40.666]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:59.0141033Z [00:03:40.666]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:41:59.0141463Z [00:03:40.666]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:41:59.0141902Z [00:03:40.666]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:59.0142320Z [00:03:40.666]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:41:59.0142748Z [00:03:40.666]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:59.0143173Z [00:03:40.666]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.0143590Z [00:03:40.666]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.0144092Z [00:03:40.666]➜  EOF
2025-08-20T22:41:59.0184090Z [00:03:40.670]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/json/jsonutil=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/json/jsonutil;$WORK/b1200=>" -p github.com/aws/aws-sdk-go/private/protocol/json/jsonutil -lang=go1.19 -complete -installsuffix shared -buildid bQpSDEQRGzk1IO3AL2UN/bQpSDEQRGzk1IO3AL2UN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1200/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/json/jsonutil/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/json/jsonutil/unmarshal.go
2025-08-20T22:41:59.0526532Z [00:03:40.705]➜  go tool buildid -w $WORK/b1189/_pkg_.a # internal
2025-08-20T22:41:59.0559820Z [00:03:40.708]➜  cp $WORK/b1189/_pkg_.a /root/.cache/go-build/24/24728375de754d6aacde4e2892a1e7c7311d0c7082423b3a6ae0d8dcead16e45-d # internal
2025-08-20T22:41:59.0560564Z [00:03:40.708]➜  github.com/aws/aws-sdk-go/private/protocol/query
2025-08-20T22:41:59.0560911Z [00:03:40.708]➜  mkdir -p $WORK/b1187/
2025-08-20T22:41:59.0579396Z [00:03:40.710]➜  cat >/tmp/go-build3998081543/b1187/importcfg << 'EOF' # internal
2025-08-20T22:41:59.0580319Z [00:03:40.710]➜  # import config
2025-08-20T22:41:59.0581081Z [00:03:40.710]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:59.0582116Z [00:03:40.710]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.0582798Z [00:03:40.710]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.0584077Z [00:03:40.710]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.0584808Z [00:03:40.710]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build3998081543/b1188/_pkg_.a
2025-08-20T22:41:59.0585734Z [00:03:40.710]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3998081543/b1189/_pkg_.a
2025-08-20T22:41:59.0586382Z [00:03:40.710]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:59.0586814Z [00:03:40.710]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.0587131Z [00:03:40.710]➜  EOF
2025-08-20T22:41:59.0589881Z [00:03:40.710]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1187/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/query=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/query;$WORK/b1187=>" -p github.com/aws/aws-sdk-go/private/protocol/query -lang=go1.19 -complete -installsuffix shared -buildid pSM-R2o-u-5Ef42AHIl2/pSM-R2o-u-5Ef42AHIl2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1187/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/query/build.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/query/unmarshal.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/query/unmarshal_error.go
2025-08-20T22:41:59.0982084Z [00:03:40.750]➜  go tool buildid -w $WORK/b1200/_pkg_.a # internal
2025-08-20T22:41:59.0995528Z [00:03:40.752]➜  cp $WORK/b1200/_pkg_.a /root/.cache/go-build/ec/ec4f112273f13c6ff8df46a4a9f5b9d44b666e2c4f43b0b85dd8dd7290761f05-d # internal
2025-08-20T22:41:59.1000773Z [00:03:40.752]➜  github.com/aws/aws-sdk-go/private/protocol/jsonrpc
2025-08-20T22:41:59.1003293Z [00:03:40.752]➜  mkdir -p $WORK/b1201/
2025-08-20T22:41:59.1004198Z [00:03:40.753]➜  cat >/tmp/go-build3998081543/b1201/importcfg << 'EOF' # internal
2025-08-20T22:41:59.1016463Z [00:03:40.753]➜  # import config
2025-08-20T22:41:59.1017178Z [00:03:40.753]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:59.1019361Z [00:03:40.753]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.1020424Z [00:03:40.753]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.1021486Z [00:03:40.753]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:59.1022525Z [00:03:40.753]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3998081543/b1200/_pkg_.a
2025-08-20T22:41:59.1023782Z [00:03:40.753]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3998081543/b1177/_pkg_.a
2025-08-20T22:41:59.1024493Z [00:03:40.753]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:59.1025142Z [00:03:40.753]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:59.1026089Z [00:03:40.753]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:59.1037360Z [00:03:40.753]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.1037771Z [00:03:40.753]➜  EOF
2025-08-20T22:41:59.1040281Z [00:03:40.754]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/jsonrpc=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/jsonrpc;$WORK/b1201=>" -p github.com/aws/aws-sdk-go/private/protocol/jsonrpc -lang=go1.19 -complete -installsuffix shared -buildid sv2zRi2FDRk8bFMz897H/sv2zRi2FDRk8bFMz897H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1201/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/jsonrpc/jsonrpc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/jsonrpc/unmarshal_error.go
2025-08-20T22:41:59.1576487Z [00:03:40.810]➜  go tool buildid -w $WORK/b1187/_pkg_.a # internal
2025-08-20T22:41:59.1621751Z [00:03:40.814]➜  cp $WORK/b1187/_pkg_.a /root/.cache/go-build/43/43cce5a9f0d571fee869e06a7dc8ccd1c2dc5c8fc542b9ec33e612dd65ea196f-d # internal
2025-08-20T22:41:59.1626284Z [00:03:40.815]➜  github.com/aws/aws-sdk-go/private/protocol/restxml
2025-08-20T22:41:59.1626658Z [00:03:40.815]➜  mkdir -p $WORK/b1186/
2025-08-20T22:41:59.1643080Z [00:03:40.817]➜  cat >/tmp/go-build3998081543/b1186/importcfg << 'EOF' # internal
2025-08-20T22:41:59.1643882Z [00:03:40.817]➜  # import config
2025-08-20T22:41:59.1644553Z [00:03:40.817]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:59.1645670Z [00:03:40.817]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:59.1650126Z [00:03:40.817]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.1650786Z [00:03:40.817]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.1651485Z [00:03:40.817]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3998081543/b1187/_pkg_.a
2025-08-20T22:41:59.1652196Z [00:03:40.817]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3998081543/b1177/_pkg_.a
2025-08-20T22:41:59.1652938Z [00:03:40.817]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3998081543/b1189/_pkg_.a
2025-08-20T22:41:59.1653413Z [00:03:40.817]➜  EOF
2025-08-20T22:41:59.1655668Z [00:03:40.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/restxml=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/restxml;$WORK/b1186=>" -p github.com/aws/aws-sdk-go/private/protocol/restxml -lang=go1.19 -complete -installsuffix shared -buildid l7KHk0LIzvKzMIbYzEH9/l7KHk0LIzvKzMIbYzEH9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1186/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/restxml/restxml.go
2025-08-20T22:41:59.1670881Z [00:03:40.819]➜  go tool buildid -w $WORK/b1201/_pkg_.a # internal
2025-08-20T22:41:59.1680037Z [00:03:40.820]➜  cp $WORK/b1201/_pkg_.a /root/.cache/go-build/fc/fc317caf34b388ca354f41ffe1bdbcf8eb2a8f61ec8ff6040d815391b03c8db7-d # internal
2025-08-20T22:41:59.1683001Z [00:03:40.820]➜  github.com/aws/aws-sdk-go/private/protocol/restjson
2025-08-20T22:41:59.1688900Z [00:03:40.821]➜  mkdir -p $WORK/b1199/
2025-08-20T22:41:59.1691502Z [00:03:40.822]➜  cat >/tmp/go-build3998081543/b1199/importcfg << 'EOF' # internal
2025-08-20T22:41:59.1691865Z [00:03:40.822]➜  # import config
2025-08-20T22:41:59.1692419Z [00:03:40.822]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:59.1692982Z [00:03:40.822]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:59.1693655Z [00:03:40.822]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.1694363Z [00:03:40.822]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.1695464Z [00:03:40.822]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:59.1696490Z [00:03:40.822]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3998081543/b1200/_pkg_.a
2025-08-20T22:41:59.1697382Z [00:03:40.822]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3998081543/b1201/_pkg_.a
2025-08-20T22:41:59.1698245Z [00:03:40.822]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3998081543/b1177/_pkg_.a
2025-08-20T22:41:59.1698914Z [00:03:40.822]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:59.1699662Z [00:03:40.822]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:59.1700215Z [00:03:40.822]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:59.1700750Z [00:03:40.822]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.1701173Z [00:03:40.822]➜  EOF
2025-08-20T22:41:59.1716714Z [00:03:40.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1199/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/restjson=>github.com/aws/aws-sdk-go@v1.55.6/private/protocol/restjson;$WORK/b1199=>" -p github.com/aws/aws-sdk-go/private/protocol/restjson -lang=go1.19 -complete -installsuffix shared -buildid cieFyIZ2P6utF_yZDFyh/cieFyIZ2P6utF_yZDFyh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1199/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/restjson/restjson.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/private/protocol/restjson/unmarshal_error.go
2025-08-20T22:41:59.2141498Z [00:03:40.866]➜  go tool buildid -w $WORK/b1186/_pkg_.a # internal
2025-08-20T22:41:59.2158357Z [00:03:40.868]➜  cp $WORK/b1186/_pkg_.a /root/.cache/go-build/d7/d7bb1ecf021b26e10b7763e8e8976e6b478c95f792f03ddcf087044654f44e3c-d # internal
2025-08-20T22:41:59.2177960Z [00:03:40.870]➜  go tool buildid -w $WORK/b1199/_pkg_.a # internal
2025-08-20T22:41:59.2187939Z [00:03:40.871]➜  cp $WORK/b1199/_pkg_.a /root/.cache/go-build/79/793f2f9e2ffa261c6531f4fc1b689b45caf854ba46b9adbd3a93cd28f35395db-d # internal
2025-08-20T22:41:59.2194960Z [00:03:40.872]➜  github.com/aws/aws-sdk-go/service/sso
2025-08-20T22:41:59.2195304Z [00:03:40.872]➜  mkdir -p $WORK/b1198/
2025-08-20T22:41:59.2195943Z [00:03:40.872]➜  cat >/tmp/go-build3998081543/b1198/importcfg << 'EOF' # internal
2025-08-20T22:41:59.2196306Z [00:03:40.872]➜  # import config
2025-08-20T22:41:59.2196645Z [00:03:40.872]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.2197174Z [00:03:40.872]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.2197789Z [00:03:40.872]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3998081543/b1171/_pkg_.a
2025-08-20T22:41:59.2198420Z [00:03:40.872]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.2199080Z [00:03:40.872]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:41:59.2199992Z [00:03:40.872]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.2200736Z [00:03:40.872]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.2201369Z [00:03:40.872]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3998081543/b1175/_pkg_.a
2025-08-20T22:41:59.2202022Z [00:03:40.872]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:59.2202767Z [00:03:40.872]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3998081543/b1199/_pkg_.a
2025-08-20T22:41:59.2203226Z [00:03:40.872]➜  EOF
2025-08-20T22:41:59.2206125Z [00:03:40.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1198/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sso=>github.com/aws/aws-sdk-go@v1.55.6/service/sso;$WORK/b1198=>" -p github.com/aws/aws-sdk-go/service/sso -lang=go1.19 -complete -installsuffix shared -buildid GkV141oSlWLm2gE_RBu4/GkV141oSlWLm2gE_RBu4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1198/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sso/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sso/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sso/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sso/service.go
2025-08-20T22:41:59.2227810Z [00:03:40.875]➜  github.com/aws/aws-sdk-go/service/s3
2025-08-20T22:41:59.2231904Z [00:03:40.876]➜  mkdir -p $WORK/b1173/
2025-08-20T22:41:59.2242703Z [00:03:40.876]➜  cat >/tmp/go-build3998081543/b1173/importcfg << 'EOF' # internal
2025-08-20T22:41:59.2243700Z [00:03:40.876]➜  # import config
2025-08-20T22:41:59.2244528Z [00:03:40.877]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:59.2245025Z [00:03:40.877]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:41:59.2245689Z [00:03:40.877]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:41:59.2246196Z [00:03:40.877]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:41:59.2246680Z [00:03:40.877]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:59.2247146Z [00:03:40.877]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:41:59.2247597Z [00:03:40.877]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.2248406Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.2249000Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/aws/arn=/tmp/go-build3998081543/b1174/_pkg_.a
2025-08-20T22:41:59.2249623Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.2250434Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3998081543/b1171/_pkg_.a
2025-08-20T22:41:59.2251223Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.2251946Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:41:59.2252615Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3998081543/b1166/_pkg_.a
2025-08-20T22:41:59.2253247Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.2253891Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3998081543/b1175/_pkg_.a
2025-08-20T22:41:59.2254548Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared=/tmp/go-build3998081543/b1180/_pkg_.a
2025-08-20T22:41:59.2255473Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/arn=/tmp/go-build3998081543/b1181/_pkg_.a
2025-08-20T22:41:59.2256409Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/s3err=/tmp/go-build3998081543/b1182/_pkg_.a
2025-08-20T22:41:59.2257164Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3998081543/b1167/_pkg_.a
2025-08-20T22:41:59.2257829Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/private/checksum=/tmp/go-build3998081543/b1183/_pkg_.a
2025-08-20T22:41:59.2258496Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:59.2259237Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build3998081543/b1184/_pkg_.a
2025-08-20T22:41:59.2260071Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi=/tmp/go-build3998081543/b1185/_pkg_.a
2025-08-20T22:41:59.2260872Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3998081543/b1177/_pkg_.a
2025-08-20T22:41:59.2261593Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restxml=/tmp/go-build3998081543/b1186/_pkg_.a
2025-08-20T22:41:59.2262339Z [00:03:40.877]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3998081543/b1189/_pkg_.a
2025-08-20T22:41:59.2262916Z [00:03:40.877]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:41:59.2263323Z [00:03:40.877]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:59.2263749Z [00:03:40.877]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:59.2264444Z [00:03:40.877]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:59.2264881Z [00:03:40.877]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:59.2265309Z [00:03:40.877]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:41:59.2265959Z [00:03:40.877]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.2266391Z [00:03:40.877]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:59.2266808Z [00:03:40.877]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.2267117Z [00:03:40.877]➜  EOF
2025-08-20T22:41:59.2273077Z [00:03:40.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1173/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3=>github.com/aws/aws-sdk-go@v1.55.6/service/s3;$WORK/b1173=>" -p github.com/aws/aws-sdk-go/service/s3 -lang=go1.19 -complete -installsuffix shared -buildid bWkDLFjNjc63071TFAkw/bWkDLFjNjc63071TFAkw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1173/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/body_hash.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/bucket_location.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/customizations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/doc_custom.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/endpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/endpoint_builder.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/host_style_bucket.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/platform_handlers_go1.6.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/service.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/sse.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/statusok_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/unmarshal_error.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/waiters.go
2025-08-20T22:41:59.3654656Z [00:03:41.015]➜  go tool buildid -w $WORK/b1198/_pkg_.a # internal
2025-08-20T22:41:59.3656042Z [00:03:41.018]➜  cp $WORK/b1198/_pkg_.a /root/.cache/go-build/bc/bc0f57f3661fe684277d7fd35f49d8445aaad96dcc97a798f4571487fa7ce422-d # internal
2025-08-20T22:41:59.3665014Z [00:03:41.019]➜  github.com/aws/aws-sdk-go/service/sso/ssoiface
2025-08-20T22:41:59.3670194Z [00:03:41.019]➜  mkdir -p $WORK/b1202/
2025-08-20T22:41:59.3680489Z [00:03:41.020]➜  cat >/tmp/go-build3998081543/b1202/importcfg << 'EOF' # internal
2025-08-20T22:41:59.3681198Z [00:03:41.020]➜  # import config
2025-08-20T22:41:59.3681928Z [00:03:41.020]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.3682862Z [00:03:41.020]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.3683702Z [00:03:41.020]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3998081543/b1198/_pkg_.a
2025-08-20T22:41:59.3684342Z [00:03:41.020]➜  EOF
2025-08-20T22:41:59.3702405Z [00:03:41.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sso/ssoiface=>github.com/aws/aws-sdk-go@v1.55.6/service/sso/ssoiface;$WORK/b1202=>" -p github.com/aws/aws-sdk-go/service/sso/ssoiface -lang=go1.19 -complete -installsuffix shared -buildid m9ZAVoQrMrf-yoDS1oLp/m9ZAVoQrMrf-yoDS1oLp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1202/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sso/ssoiface/interface.go
2025-08-20T22:41:59.3986343Z [00:03:41.051]➜  go tool buildid -w $WORK/b1202/_pkg_.a # internal
2025-08-20T22:41:59.3993130Z [00:03:41.052]➜  cp $WORK/b1202/_pkg_.a /root/.cache/go-build/90/90382c896290413d1e2af6c4aa3a92568d16e60107a900f42565b006584c4d43-d # internal
2025-08-20T22:41:59.3994300Z [00:03:41.052]➜  github.com/aws/aws-sdk-go/service/ssooidc
2025-08-20T22:41:59.3995037Z [00:03:41.052]➜  mkdir -p $WORK/b1203/
2025-08-20T22:41:59.3999786Z [00:03:41.052]➜  cat >/tmp/go-build3998081543/b1203/importcfg << 'EOF' # internal
2025-08-20T22:41:59.4000158Z [00:03:41.052]➜  # import config
2025-08-20T22:41:59.4000499Z [00:03:41.052]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.4001001Z [00:03:41.052]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.4001608Z [00:03:41.052]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3998081543/b1171/_pkg_.a
2025-08-20T22:41:59.4002231Z [00:03:41.052]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.4003178Z [00:03:41.052]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:41:59.4004109Z [00:03:41.052]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.4004900Z [00:03:41.052]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.4005802Z [00:03:41.052]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3998081543/b1175/_pkg_.a
2025-08-20T22:41:59.4006601Z [00:03:41.052]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:41:59.4007429Z [00:03:41.052]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3998081543/b1199/_pkg_.a
2025-08-20T22:41:59.4008020Z [00:03:41.052]➜  EOF
2025-08-20T22:41:59.4011875Z [00:03:41.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1203/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/ssooidc=>github.com/aws/aws-sdk-go@v1.55.6/service/ssooidc;$WORK/b1203=>" -p github.com/aws/aws-sdk-go/service/ssooidc -lang=go1.19 -complete -installsuffix shared -buildid Gin7C7JlCaN9HJvlSesn/Gin7C7JlCaN9HJvlSesn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1203/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/ssooidc/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/ssooidc/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/ssooidc/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/ssooidc/service.go
2025-08-20T22:41:59.5429510Z [00:03:41.195]➜  go tool buildid -w $WORK/b1203/_pkg_.a # internal
2025-08-20T22:41:59.5461404Z [00:03:41.198]➜  cp $WORK/b1203/_pkg_.a /root/.cache/go-build/48/48f73ab14faabb6f797f6af5db9d7dde7ba26729f398fc49d4d6bcbadae2f9e4-d # internal
2025-08-20T22:41:59.5468612Z [00:03:41.199]➜  github.com/aws/aws-sdk-go/aws/credentials/ssocreds
2025-08-20T22:41:59.5469088Z [00:03:41.199]➜  mkdir -p $WORK/b1196/
2025-08-20T22:41:59.5470293Z [00:03:41.199]➜  cat >/tmp/go-build3998081543/b1196/importcfg << 'EOF' # internal
2025-08-20T22:41:59.5470668Z [00:03:41.199]➜  # import config
2025-08-20T22:41:59.5471204Z [00:03:41.199]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:41:59.5473895Z [00:03:41.199]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:41:59.5474773Z [00:03:41.199]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:59.5476130Z [00:03:41.199]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.5476658Z [00:03:41.199]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.5477286Z [00:03:41.199]➜  packagefile github.com/aws/aws-sdk-go/aws/auth/bearer=/tmp/go-build3998081543/b1197/_pkg_.a
2025-08-20T22:41:59.5477920Z [00:03:41.199]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.5478967Z [00:03:41.199]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.5479608Z [00:03:41.199]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.5480316Z [00:03:41.199]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3998081543/b1164/_pkg_.a
2025-08-20T22:41:59.5480987Z [00:03:41.199]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3998081543/b1198/_pkg_.a
2025-08-20T22:41:59.5481650Z [00:03:41.199]➜  packagefile github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build3998081543/b1202/_pkg_.a
2025-08-20T22:41:59.5482321Z [00:03:41.199]➜  packagefile github.com/aws/aws-sdk-go/service/ssooidc=/tmp/go-build3998081543/b1203/_pkg_.a
2025-08-20T22:41:59.5482859Z [00:03:41.199]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:59.5483280Z [00:03:41.199]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:59.5488348Z [00:03:41.199]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:41:59.5488885Z [00:03:41.199]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:59.5489326Z [00:03:41.199]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.5489761Z [00:03:41.199]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.5490073Z [00:03:41.199]➜  EOF
2025-08-20T22:41:59.5493721Z [00:03:41.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ssocreds=>github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ssocreds;$WORK/b1196=>" -p github.com/aws/aws-sdk-go/aws/credentials/ssocreds -lang=go1.19 -complete -installsuffix shared -buildid rROnB7O8Wt2m3F2xwpW2/rROnB7O8Wt2m3F2xwpW2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1196/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ssocreds/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ssocreds/os.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ssocreds/provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ssocreds/sso_cached_token.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ssocreds/token_provider.go
2025-08-20T22:41:59.6290242Z [00:03:41.281]➜  go tool buildid -w $WORK/b1244/_pkg_.a # internal
2025-08-20T22:41:59.6316840Z [00:03:41.284]➜  go tool buildid -w $WORK/b1196/_pkg_.a # internal
2025-08-20T22:41:59.6329670Z [00:03:41.285]➜  cp $WORK/b1196/_pkg_.a /root/.cache/go-build/1d/1d2a37c69b45dba24007facd7410f5f8984ee2ec3861e1b3b8485142d17ae84d-d # internal
2025-08-20T22:41:59.6332562Z [00:03:41.286]➜  github.com/aws/aws-sdk-go/service/sts
2025-08-20T22:41:59.6332910Z [00:03:41.286]➜  mkdir -p $WORK/b1205/
2025-08-20T22:41:59.6336990Z [00:03:41.286]➜  go tool buildid -w $WORK/b1241/_pkg_.a # internal
2025-08-20T22:41:59.6338149Z [00:03:41.286]➜  cat >/tmp/go-build3998081543/b1205/importcfg << 'EOF' # internal
2025-08-20T22:41:59.6338507Z [00:03:41.286]➜  # import config
2025-08-20T22:41:59.6338995Z [00:03:41.286]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.6339605Z [00:03:41.286]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.6340319Z [00:03:41.286]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3998081543/b1171/_pkg_.a
2025-08-20T22:41:59.6341070Z [00:03:41.286]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.6341875Z [00:03:41.286]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:41:59.6342645Z [00:03:41.286]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.6343374Z [00:03:41.286]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.6344589Z [00:03:41.286]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3998081543/b1175/_pkg_.a
2025-08-20T22:41:59.6345541Z [00:03:41.286]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3998081543/b1187/_pkg_.a
2025-08-20T22:41:59.6346266Z [00:03:41.286]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.6346692Z [00:03:41.286]➜  EOF
2025-08-20T22:41:59.6349678Z [00:03:41.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sts=>github.com/aws/aws-sdk-go@v1.55.6/service/sts;$WORK/b1205=>" -p github.com/aws/aws-sdk-go/service/sts -lang=go1.19 -complete -installsuffix shared -buildid crQsoxO8xhdmqnx5k3t-/crQsoxO8xhdmqnx5k3t- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1205/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sts/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sts/customizations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sts/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sts/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sts/service.go
2025-08-20T22:41:59.6559719Z [00:03:41.307]➜  cp $WORK/b1244/_pkg_.a /root/.cache/go-build/6e/6e5f9ba862b9b4900328a44c3aefe9d0f4fb9f343e67c5ac8a5eb2cb5492621c-d # internal
2025-08-20T22:41:59.6560667Z [00:03:41.307]➜  github.com/aws/aws-sdk-go/aws/csm
2025-08-20T22:41:59.6561113Z [00:03:41.308]➜  mkdir -p $WORK/b1207/
2025-08-20T22:41:59.6561598Z [00:03:41.308]➜  cat >/tmp/go-build3998081543/b1207/importcfg << 'EOF' # internal
2025-08-20T22:41:59.6562055Z [00:03:41.308]➜  # import config
2025-08-20T22:41:59.6562528Z [00:03:41.308]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:59.6563063Z [00:03:41.308]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.6563684Z [00:03:41.308]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.6564378Z [00:03:41.308]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.6565680Z [00:03:41.308]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.6566438Z [00:03:41.308]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:59.6566952Z [00:03:41.308]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:59.6567949Z [00:03:41.308]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.6568535Z [00:03:41.308]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:41:59.6569068Z [00:03:41.308]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:59.6569581Z [00:03:41.308]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.6569983Z [00:03:41.308]➜  EOF
2025-08-20T22:41:59.6573190Z [00:03:41.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/csm=>github.com/aws/aws-sdk-go@v1.55.6/aws/csm;$WORK/b1207=>" -p github.com/aws/aws-sdk-go/aws/csm -lang=go1.19 -complete -installsuffix shared -buildid TR4NpxKb8GQj8gwlJV_8/TR4NpxKb8GQj8gwlJV_8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1207/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/csm/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/csm/enable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/csm/metric.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/csm/metric_chan.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/csm/metric_exception.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/csm/reporter.go
2025-08-20T22:41:59.6594172Z [00:03:41.312]➜  cp $WORK/b1241/_pkg_.a /root/.cache/go-build/99/9990365c1ee51b66593a63692b9d1fe81bacc6dc0907d4826ebfddc1226bb8a7-d # internal
2025-08-20T22:41:59.6602047Z [00:03:41.312]➜  github.com/aws/aws-sdk-go/aws/ec2metadata
2025-08-20T22:41:59.6602389Z [00:03:41.312]➜  mkdir -p $WORK/b1210/
2025-08-20T22:41:59.6608635Z [00:03:41.313]➜  cat >/tmp/go-build3998081543/b1210/importcfg << 'EOF' # internal
2025-08-20T22:41:59.6619408Z [00:03:41.313]➜  # import config
2025-08-20T22:41:59.6620629Z [00:03:41.313]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:41:59.6621255Z [00:03:41.313]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:59.6621981Z [00:03:41.313]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.6623130Z [00:03:41.313]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.6623738Z [00:03:41.313]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.6624356Z [00:03:41.313]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.6625027Z [00:03:41.313]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:41:59.6625898Z [00:03:41.313]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3998081543/b1191/_pkg_.a
2025-08-20T22:41:59.6626566Z [00:03:41.313]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.6627212Z [00:03:41.313]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.6627883Z [00:03:41.313]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3998081543/b1211/_pkg_.a
2025-08-20T22:41:59.6628406Z [00:03:41.313]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:59.6628823Z [00:03:41.313]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:59.6629255Z [00:03:41.313]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:59.6629675Z [00:03:41.313]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:59.6630118Z [00:03:41.313]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:59.6630548Z [00:03:41.313]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.6631277Z [00:03:41.313]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:41:59.6631783Z [00:03:41.313]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.6632094Z [00:03:41.313]➜  EOF
2025-08-20T22:41:59.6634719Z [00:03:41.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/ec2metadata=>github.com/aws/aws-sdk-go@v1.55.6/aws/ec2metadata;$WORK/b1210=>" -p github.com/aws/aws-sdk-go/aws/ec2metadata -lang=go1.19 -complete -installsuffix shared -buildid JN-sJZpoRZeO_fsLFs6b/JN-sJZpoRZeO_fsLFs6b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1210/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/ec2metadata/api.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/ec2metadata/service.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/ec2metadata/token_provider.go
2025-08-20T22:41:59.7219844Z [00:03:41.374]➜  go tool buildid -w $WORK/b1207/_pkg_.a # internal
2025-08-20T22:41:59.7224943Z [00:03:41.375]➜  cp $WORK/b1207/_pkg_.a /root/.cache/go-build/13/1382ccaf0b8db388a1ee773297bd6ca5672d9c36e5143b47d5118411700708e3-d # internal
2025-08-20T22:41:59.7232091Z [00:03:41.375]➜  github.com/aws/aws-sdk-go/aws/credentials/endpointcreds
2025-08-20T22:41:59.7244266Z [00:03:41.376]➜  mkdir -p $WORK/b1212/
2025-08-20T22:41:59.7244705Z [00:03:41.376]➜  cat >/tmp/go-build3998081543/b1212/importcfg << 'EOF' # internal
2025-08-20T22:41:59.7245058Z [00:03:41.376]➜  # import config
2025-08-20T22:41:59.7245559Z [00:03:41.376]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:59.7246421Z [00:03:41.376]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.7246926Z [00:03:41.376]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.7247531Z [00:03:41.376]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.7248155Z [00:03:41.376]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.7248821Z [00:03:41.376]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:41:59.7249492Z [00:03:41.376]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.7250131Z [00:03:41.376]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.7250843Z [00:03:41.376]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3998081543/b1200/_pkg_.a
2025-08-20T22:41:59.7251449Z [00:03:41.376]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.7251870Z [00:03:41.376]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.7252178Z [00:03:41.376]➜  EOF
2025-08-20T22:41:59.7254426Z [00:03:41.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/endpointcreds=>github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/endpointcreds;$WORK/b1212=>" -p github.com/aws/aws-sdk-go/aws/credentials/endpointcreds -lang=go1.19 -complete -installsuffix shared -buildid j5pG4nUsdWFc0FP5TaJ4/j5pG4nUsdWFc0FP5TaJ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1212/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/endpointcreds/provider.go
2025-08-20T22:41:59.7683217Z [00:03:41.420]➜  go tool buildid -w $WORK/b1210/_pkg_.a # internal
2025-08-20T22:41:59.7696157Z [00:03:41.422]➜  cp $WORK/b1210/_pkg_.a /root/.cache/go-build/4f/4fb97b61db2350c94769d99971bdc3e6ad8dee34920e07c7b12bec09a9fc74a0-d # internal
2025-08-20T22:41:59.7703459Z [00:03:41.423]➜  github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
2025-08-20T22:41:59.7707472Z [00:03:41.423]➜  mkdir -p $WORK/b1209/
2025-08-20T22:41:59.7708071Z [00:03:41.423]➜  cat >/tmp/go-build3998081543/b1209/importcfg << 'EOF' # internal
2025-08-20T22:41:59.7708484Z [00:03:41.423]➜  # import config
2025-08-20T22:41:59.7708963Z [00:03:41.423]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:41:59.7709540Z [00:03:41.423]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:41:59.7710050Z [00:03:41.423]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.7710556Z [00:03:41.423]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.7711163Z [00:03:41.423]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.7711803Z [00:03:41.423]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.7712444Z [00:03:41.423]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.7713108Z [00:03:41.423]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3998081543/b1210/_pkg_.a
2025-08-20T22:41:59.7713748Z [00:03:41.423]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.7714392Z [00:03:41.423]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3998081543/b1211/_pkg_.a
2025-08-20T22:41:59.7714927Z [00:03:41.423]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.7720909Z [00:03:41.423]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.7721348Z [00:03:41.423]➜  EOF
2025-08-20T22:41:59.7724021Z [00:03:41.423]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ec2rolecreds=>github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ec2rolecreds;$WORK/b1209=>" -p github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds -lang=go1.19 -complete -installsuffix shared -buildid aUfXbUw9dbibNbvGFFWt/aUfXbUw9dbibNbvGFFWt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1209/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/ec2rolecreds/ec2_role_provider.go
2025-08-20T22:41:59.7789677Z [00:03:41.431]➜  go tool buildid -w $WORK/b1205/_pkg_.a # internal
2025-08-20T22:41:59.7795900Z [00:03:41.432]➜  go tool buildid -w $WORK/b1212/_pkg_.a # internal
2025-08-20T22:41:59.7838996Z [00:03:41.436]➜  cp $WORK/b1212/_pkg_.a /root/.cache/go-build/ab/abf56209097909a3c228a62e7bfa142edd18ab707ee3b440db8b90b1400cad8a-d # internal
2025-08-20T22:41:59.7840789Z [00:03:41.436]➜  github.com/goccy/go-yaml/internal/format
2025-08-20T22:41:59.7841744Z [00:03:41.436]➜  mkdir -p $WORK/b1234/
2025-08-20T22:41:59.7842710Z [00:03:41.437]➜  cat >/tmp/go-build3998081543/b1234/importcfg << 'EOF' # internal
2025-08-20T22:41:59.7843108Z [00:03:41.437]➜  # import config
2025-08-20T22:41:59.7843537Z [00:03:41.437]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3998081543/b1230/_pkg_.a
2025-08-20T22:41:59.7844140Z [00:03:41.437]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3998081543/b1231/_pkg_.a
2025-08-20T22:41:59.7844655Z [00:03:41.437]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.7844984Z [00:03:41.437]➜  EOF
2025-08-20T22:41:59.7892468Z [00:03:41.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/internal/format=>github.com/goccy/go-yaml@v1.16.0/internal/format;$WORK/b1234=>" -p github.com/goccy/go-yaml/internal/format -lang=go1.21 -complete -installsuffix shared -buildid arND8ZeCuFw4cxd2VALp/arND8ZeCuFw4cxd2VALp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1234/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/internal/format/format.go
2025-08-20T22:41:59.7903892Z [00:03:41.443]➜  cp $WORK/b1205/_pkg_.a /root/.cache/go-build/4c/4ca6af2c74064b925db243d99b7da63c1ae56a912c1039774ffb4cbaa89afa87-d # internal
2025-08-20T22:41:59.7910939Z [00:03:41.443]➜  github.com/aws/aws-sdk-go/service/sts/stsiface
2025-08-20T22:41:59.7911354Z [00:03:41.443]➜  mkdir -p $WORK/b1206/
2025-08-20T22:41:59.7911751Z [00:03:41.443]➜  cat >/tmp/go-build3998081543/b1206/importcfg << 'EOF' # internal
2025-08-20T22:41:59.7912217Z [00:03:41.443]➜  # import config
2025-08-20T22:41:59.7912713Z [00:03:41.443]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.7913323Z [00:03:41.443]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.7913949Z [00:03:41.443]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3998081543/b1205/_pkg_.a
2025-08-20T22:41:59.7914368Z [00:03:41.443]➜  EOF
2025-08-20T22:41:59.7916593Z [00:03:41.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sts/stsiface=>github.com/aws/aws-sdk-go@v1.55.6/service/sts/stsiface;$WORK/b1206=>" -p github.com/aws/aws-sdk-go/service/sts/stsiface -lang=go1.19 -complete -installsuffix shared -buildid g6a_wojY5yOOHajNPx-d/g6a_wojY5yOOHajNPx-d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1206/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/sts/stsiface/interface.go
2025-08-20T22:41:59.8303335Z [00:03:41.481]➜  go tool buildid -w $WORK/b1209/_pkg_.a # internal
2025-08-20T22:41:59.8304967Z [00:03:41.482]➜  cp $WORK/b1209/_pkg_.a /root/.cache/go-build/46/46d5cabcbb43295d76f1f71137cbc10f611c35ddc362e9a15899057534333b28-d # internal
2025-08-20T22:41:59.8306209Z [00:03:41.483]➜  github.com/aws/aws-sdk-go/aws/defaults
2025-08-20T22:41:59.8307274Z [00:03:41.483]➜  mkdir -p $WORK/b1208/
2025-08-20T22:41:59.8307680Z [00:03:41.483]➜  cat >/tmp/go-build3998081543/b1208/importcfg << 'EOF' # internal
2025-08-20T22:41:59.8308045Z [00:03:41.483]➜  # import config
2025-08-20T22:41:59.8308386Z [00:03:41.483]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.8309089Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.8309710Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.8310368Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3998081543/b1191/_pkg_.a
2025-08-20T22:41:59.8311030Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.8311747Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build3998081543/b1209/_pkg_.a
2025-08-20T22:41:59.8312524Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build3998081543/b1212/_pkg_.a
2025-08-20T22:41:59.8313232Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3998081543/b1210/_pkg_.a
2025-08-20T22:41:59.8313881Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3998081543/b1166/_pkg_.a
2025-08-20T22:41:59.8314506Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.8315190Z [00:03:41.483]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3998081543/b1164/_pkg_.a
2025-08-20T22:41:59.8315950Z [00:03:41.483]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:59.8316380Z [00:03:41.483]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:59.8316806Z [00:03:41.483]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:59.8317251Z [00:03:41.483]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:41:59.8317664Z [00:03:41.483]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:59.8318069Z [00:03:41.483]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.8318371Z [00:03:41.483]➜  EOF
2025-08-20T22:41:59.8321289Z [00:03:41.483]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/defaults=>github.com/aws/aws-sdk-go@v1.55.6/aws/defaults;$WORK/b1208=>" -p github.com/aws/aws-sdk-go/aws/defaults -lang=go1.19 -complete -installsuffix shared -buildid UyXgXiiC0UxJMMsLZl0o/UyXgXiiC0UxJMMsLZl0o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1208/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/defaults/defaults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/defaults/shared_config.go
2025-08-20T22:41:59.8387638Z [00:03:41.491]➜  go tool buildid -w $WORK/b1206/_pkg_.a # internal
2025-08-20T22:41:59.8395124Z [00:03:41.492]➜  cp $WORK/b1206/_pkg_.a /root/.cache/go-build/86/867947f058364d35398169eb6b6662bde787484301c2c8884a08e04dc44672b4-d # internal
2025-08-20T22:41:59.8399658Z [00:03:41.492]➜  github.com/aws/aws-sdk-go/aws/credentials/stscreds
2025-08-20T22:41:59.8401175Z [00:03:41.492]➜  mkdir -p $WORK/b1204/
2025-08-20T22:41:59.8401571Z [00:03:41.492]➜  cat >/tmp/go-build3998081543/b1204/importcfg << 'EOF' # internal
2025-08-20T22:41:59.8401924Z [00:03:41.492]➜  # import config
2025-08-20T22:41:59.8402263Z [00:03:41.492]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.8402764Z [00:03:41.492]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.8403367Z [00:03:41.492]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.8403984Z [00:03:41.492]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.8405065Z [00:03:41.492]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.8405873Z [00:03:41.492]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.8406535Z [00:03:41.492]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3998081543/b1172/_pkg_.a
2025-08-20T22:41:59.8407178Z [00:03:41.492]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3998081543/b1205/_pkg_.a
2025-08-20T22:41:59.8407849Z [00:03:41.492]➜  packagefile github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build3998081543/b1206/_pkg_.a
2025-08-20T22:41:59.8408406Z [00:03:41.492]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:59.8408826Z [00:03:41.492]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:59.8409244Z [00:03:41.492]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:59.8409670Z [00:03:41.492]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.8409995Z [00:03:41.492]➜  EOF
2025-08-20T22:41:59.8412910Z [00:03:41.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/stscreds=>github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/stscreds;$WORK/b1204=>" -p github.com/aws/aws-sdk-go/aws/credentials/stscreds -lang=go1.19 -complete -installsuffix shared -buildid qWksoQlXAc2OBpQKGUot/qWksoQlXAc2OBpQKGUot -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1204/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/stscreds/assume_role_provider.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/credentials/stscreds/web_identity_provider.go
2025-08-20T22:41:59.8532797Z [00:03:41.505]➜  go tool buildid -w $WORK/b1234/_pkg_.a # internal
2025-08-20T22:41:59.8557379Z [00:03:41.508]➜  cp $WORK/b1234/_pkg_.a /root/.cache/go-build/fe/fe10fd383fb9bce0836bf5b16a8ca1e621158737ed27f229ae32e74fb8846f2e-d # internal
2025-08-20T22:41:59.8566353Z [00:03:41.508]➜  github.com/goccy/go-yaml/parser
2025-08-20T22:41:59.8566679Z [00:03:41.508]➜  mkdir -p $WORK/b1235/
2025-08-20T22:41:59.8592526Z [00:03:41.511]➜  cat >/tmp/go-build3998081543/b1235/importcfg << 'EOF' # internal
2025-08-20T22:41:59.8593697Z [00:03:41.512]➜  # import config
2025-08-20T22:41:59.8596697Z [00:03:41.512]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.8597379Z [00:03:41.512]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3998081543/b1230/_pkg_.a
2025-08-20T22:41:59.8598165Z [00:03:41.512]➜  packagefile github.com/goccy/go-yaml/internal/errors=/tmp/go-build3998081543/b1232/_pkg_.a
2025-08-20T22:41:59.8598786Z [00:03:41.512]➜  packagefile github.com/goccy/go-yaml/lexer=/tmp/go-build3998081543/b1236/_pkg_.a
2025-08-20T22:41:59.8599366Z [00:03:41.512]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3998081543/b1231/_pkg_.a
2025-08-20T22:41:59.8599877Z [00:03:41.512]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:59.8600291Z [00:03:41.512]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.8600608Z [00:03:41.512]➜  EOF
2025-08-20T22:41:59.8603636Z [00:03:41.512]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/parser=>github.com/goccy/go-yaml@v1.16.0/parser;$WORK/b1235=>" -p github.com/goccy/go-yaml/parser -lang=go1.21 -complete -installsuffix shared -buildid _xmPnsmOxuZEplObpfic/_xmPnsmOxuZEplObpfic -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1235/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/parser/color.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/parser/context.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/parser/node.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/parser/option.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/parser/parser.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/parser/token.go
2025-08-20T22:41:59.8847514Z [00:03:41.537]➜  go tool buildid -w $WORK/b1204/_pkg_.a # internal
2025-08-20T22:41:59.8859891Z [00:03:41.538]➜  cp $WORK/b1204/_pkg_.a /root/.cache/go-build/45/45ef463466b1335df17de998a6d8c85df2a7cb43b05215d663618768679a02c3-d # internal
2025-08-20T22:41:59.8869823Z [00:03:41.539]➜  github.com/substrait-io/substrait-go/v3/types
2025-08-20T22:41:59.8870199Z [00:03:41.539]➜  mkdir -p $WORK/b1240/
2025-08-20T22:41:59.8870591Z [00:03:41.539]➜  cat >/tmp/go-build3998081543/b1240/importcfg << 'EOF' # internal
2025-08-20T22:41:59.8870940Z [00:03:41.539]➜  # import config
2025-08-20T22:41:59.8871346Z [00:03:41.539]➜  packagefile cloud.google.com/go/civil=/tmp/go-build3998081543/b794/_pkg_.a
2025-08-20T22:41:59.8871822Z [00:03:41.539]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.8872361Z [00:03:41.539]➜  packagefile github.com/substrait-io/substrait-go/v3=/tmp/go-build3998081543/b1226/_pkg_.a
2025-08-20T22:41:59.8873057Z [00:03:41.539]➜  packagefile github.com/substrait-io/substrait-go/v3/proto=/tmp/go-build3998081543/b1241/_pkg_.a
2025-08-20T22:41:59.8873840Z [00:03:41.539]➜  packagefile github.com/substrait-io/substrait-go/v3/types/integer_parameters=/tmp/go-build3998081543/b1242/_pkg_.a
2025-08-20T22:41:59.8874471Z [00:03:41.539]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:41:59.8874902Z [00:03:41.539]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:59.8875555Z [00:03:41.539]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.8876069Z [00:03:41.539]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.8876380Z [00:03:41.539]➜  EOF
2025-08-20T22:41:59.8883086Z [00:03:41.539]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types=>github.com/substrait-io/substrait-go/v3@v3.9.1/types;$WORK/b1240=>" -p github.com/substrait-io/substrait-go/v3/types -lang=go1.22 -complete -installsuffix shared -buildid RxOZYBjbYLYCUhIzPsCJ/RxOZYBjbYLYCUhIzPsCJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1240/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/any_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/interval_compound_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/interval_day_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/interval_year_month_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parameterized_decimal_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parameterized_list_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parameterized_map_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parameterized_single_integer_param_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parameterized_struct_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parameterized_user_defined_type.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/precison_timestamp_types.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/type_derivation.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/types.go
2025-08-20T22:41:59.8892628Z [00:03:41.541]➜  go tool buildid -w $WORK/b1208/_pkg_.a # internal
2025-08-20T22:41:59.8895800Z [00:03:41.542]➜  cp $WORK/b1208/_pkg_.a /root/.cache/go-build/da/daf92d6fc9bdd940d26ecf5f75438b3a7dd70e53d2097cae83a9ac7ccd80a868-d # internal
2025-08-20T22:41:59.8896483Z [00:03:41.542]➜  github.com/aws/aws-sdk-go/aws/session
2025-08-20T22:41:59.8899000Z [00:03:41.542]➜  mkdir -p $WORK/b1194/
2025-08-20T22:41:59.8909454Z [00:03:41.543]➜  cat >/tmp/go-build3998081543/b1194/importcfg << 'EOF' # internal
2025-08-20T22:41:59.8915090Z [00:03:41.543]➜  # import config
2025-08-20T22:41:59.8921740Z [00:03:41.543]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:41:59.8924323Z [00:03:41.543]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:41:59.8925124Z [00:03:41.543]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:41:59.8925972Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:41:59.8927113Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:41:59.8927815Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:41:59.8928477Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3998081543/b1191/_pkg_.a
2025-08-20T22:41:59.8929147Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:41:59.8929874Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build3998081543/b1195/_pkg_.a
2025-08-20T22:41:59.8930629Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build3998081543/b1196/_pkg_.a
2025-08-20T22:41:59.8931361Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3998081543/b1204/_pkg_.a
2025-08-20T22:41:59.8932018Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build3998081543/b1207/_pkg_.a
2025-08-20T22:41:59.8932640Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build3998081543/b1208/_pkg_.a
2025-08-20T22:41:59.8933275Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3998081543/b1166/_pkg_.a
2025-08-20T22:41:59.8933901Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:41:59.8934529Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3998081543/b1163/_pkg_.a
2025-08-20T22:41:59.8935217Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3998081543/b1164/_pkg_.a
2025-08-20T22:41:59.8936199Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/service/ssooidc=/tmp/go-build3998081543/b1203/_pkg_.a
2025-08-20T22:41:59.8937152Z [00:03:41.543]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3998081543/b1205/_pkg_.a
2025-08-20T22:41:59.8937741Z [00:03:41.543]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:41:59.8938267Z [00:03:41.543]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:41:59.8938746Z [00:03:41.543]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:41:59.8939168Z [00:03:41.543]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:41:59.8939583Z [00:03:41.543]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:41:59.8940004Z [00:03:41.543]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:41:59.8940438Z [00:03:41.543]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:41:59.8940854Z [00:03:41.543]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:41:59.8941162Z [00:03:41.543]➜  EOF
2025-08-20T22:41:59.8944461Z [00:03:41.543]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1194/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/session=>github.com/aws/aws-sdk-go@v1.55.6/aws/session;$WORK/b1194=>" -p github.com/aws/aws-sdk-go/aws/session -lang=go1.19 -complete -installsuffix shared -buildid KTGavRa5o9Sk7enqL-GV/KTGavRa5o9Sk7enqL-GV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1194/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/session/credentials.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/session/custom_transport.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/session/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/session/env_config.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/session/session.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/aws/session/shared_config.go
2025-08-20T22:42:00.0709851Z [00:03:41.722]➜  go tool buildid -w $WORK/b1194/_pkg_.a # internal
2025-08-20T22:42:00.0711388Z [00:03:41.724]➜  go tool buildid -w $WORK/b1235/_pkg_.a # internal
2025-08-20T22:42:00.0721100Z [00:03:41.725]➜  cp $WORK/b1194/_pkg_.a /root/.cache/go-build/94/942516c541b91a526d5782fd264bf729e92acacf049ab077e07d0321dc545472-d # internal
2025-08-20T22:42:00.0723368Z [00:03:41.725]➜  gocloud.dev/aws
2025-08-20T22:42:00.0727340Z [00:03:41.725]➜  mkdir -p $WORK/b1193/
2025-08-20T22:42:00.0730342Z [00:03:41.725]➜  cat >/tmp/go-build3998081543/b1193/importcfg << 'EOF' # internal
2025-08-20T22:42:00.0731204Z [00:03:41.725]➜  # import config
2025-08-20T22:42:00.0731865Z [00:03:41.725]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:00.0732546Z [00:03:41.725]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.0733952Z [00:03:41.725]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:00.0743242Z [00:03:41.725]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3998081543/b546/_pkg_.a
2025-08-20T22:42:00.0744121Z [00:03:41.725]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:42:00.0745243Z [00:03:41.725]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3998081543/b540/_pkg_.a
2025-08-20T22:42:00.0746205Z [00:03:41.725]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:42:00.0747182Z [00:03:41.725]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:42:00.0748161Z [00:03:41.725]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:42:00.0749556Z [00:03:41.725]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3998081543/b1166/_pkg_.a
2025-08-20T22:42:00.0750268Z [00:03:41.725]➜  packagefile github.com/aws/aws-sdk-go/aws/session=/tmp/go-build3998081543/b1194/_pkg_.a
2025-08-20T22:42:00.0750853Z [00:03:41.725]➜  packagefile github.com/google/wire=/tmp/go-build3998081543/b1131/_pkg_.a
2025-08-20T22:42:00.0751642Z [00:03:41.725]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:00.0752138Z [00:03:41.725]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:00.0752570Z [00:03:41.725]➜  EOF
2025-08-20T22:42:00.0754210Z [00:03:41.726]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1193/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/aws=>gocloud.dev@v0.41.0/aws;$WORK/b1193=>" -p gocloud.dev/aws -lang=go1.24 -complete -installsuffix shared -buildid gJ9H3DqBMvXDCVeEhMIj/gJ9H3DqBMvXDCVeEhMIj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1193/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/aws/aws.go
2025-08-20T22:42:00.0787409Z [00:03:41.731]➜  cp $WORK/b1235/_pkg_.a /root/.cache/go-build/c2/c2d46bffb19183103862e078847422a33d72dd81b40413a9ddc76a04349f3934-d # internal
2025-08-20T22:42:00.0788266Z [00:03:41.731]➜  github.com/goccy/go-yaml
2025-08-20T22:42:00.0788801Z [00:03:41.731]➜  mkdir -p $WORK/b1229/
2025-08-20T22:42:00.0789446Z [00:03:41.731]➜  cat >/tmp/go-build3998081543/b1229/importcfg << 'EOF' # internal
2025-08-20T22:42:00.0790008Z [00:03:41.731]➜  # import config
2025-08-20T22:42:00.0790583Z [00:03:41.731]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:00.0791321Z [00:03:41.731]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:00.0792272Z [00:03:41.731]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:42:00.0792835Z [00:03:41.731]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:00.0793292Z [00:03:41.731]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.0794281Z [00:03:41.731]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3998081543/b1230/_pkg_.a
2025-08-20T22:42:00.0794910Z [00:03:41.731]➜  packagefile github.com/goccy/go-yaml/internal/errors=/tmp/go-build3998081543/b1232/_pkg_.a
2025-08-20T22:42:00.0795764Z [00:03:41.731]➜  packagefile github.com/goccy/go-yaml/internal/format=/tmp/go-build3998081543/b1234/_pkg_.a
2025-08-20T22:42:00.0796445Z [00:03:41.731]➜  packagefile github.com/goccy/go-yaml/parser=/tmp/go-build3998081543/b1235/_pkg_.a
2025-08-20T22:42:00.0797049Z [00:03:41.731]➜  packagefile github.com/goccy/go-yaml/printer=/tmp/go-build3998081543/b1233/_pkg_.a
2025-08-20T22:42:00.0797638Z [00:03:41.731]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3998081543/b1231/_pkg_.a
2025-08-20T22:42:00.0798123Z [00:03:41.731]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:00.0798532Z [00:03:41.731]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:42:00.0798951Z [00:03:41.731]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:00.0799355Z [00:03:41.731]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:00.0799793Z [00:03:41.731]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:00.0800248Z [00:03:41.731]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:00.0800667Z [00:03:41.731]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:00.0801087Z [00:03:41.731]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:00.0801524Z [00:03:41.731]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:00.0801940Z [00:03:41.731]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:00.0802347Z [00:03:41.731]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:00.0802766Z [00:03:41.731]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:00.0803220Z [00:03:41.731]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:00.0803561Z [00:03:41.731]➜  EOF
2025-08-20T22:42:00.0807604Z [00:03:41.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1229/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0=>github.com/goccy/go-yaml@v1.16.0;$WORK/b1229=>" -p github.com/goccy/go-yaml -lang=go1.21 -complete -installsuffix shared -buildid TF_CPLFna-RSfeWBnQeY/TF_CPLFna-RSfeWBnQeY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1229/importcfg -pack /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/context.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/decode.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/encode.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/error.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/option.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/path.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/stdlib_quote.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/struct.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/validate.go /root/go/pkg/mod/github.com/goccy/go-yaml@v1.16.0/yaml.go
2025-08-20T22:42:00.1382461Z [00:03:41.791]➜  go tool buildid -w $WORK/b1193/_pkg_.a # internal
2025-08-20T22:42:00.1397753Z [00:03:41.792]➜  cp $WORK/b1193/_pkg_.a /root/.cache/go-build/a9/a907c0c7b57acded5e36fb26ffd118208b59f60f49c03396c73ea2d0fd60fce7-d # internal
2025-08-20T22:42:00.1405943Z [00:03:41.793]➜  github.com/substrait-io/substrait-go/v3/types/parser/baseparser
2025-08-20T22:42:00.1418762Z [00:03:41.794]➜  mkdir -p $WORK/b1245/
2025-08-20T22:42:00.1419211Z [00:03:41.794]➜  cat >/tmp/go-build3998081543/b1245/importcfg << 'EOF' # internal
2025-08-20T22:42:00.1419567Z [00:03:41.794]➜  # import config
2025-08-20T22:42:00.1419900Z [00:03:41.794]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.1420414Z [00:03:41.794]➜  packagefile github.com/antlr4-go/antlr/v4=/tmp/go-build3998081543/b1244/_pkg_.a
2025-08-20T22:42:00.1421187Z [00:03:41.794]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:00.1421621Z [00:03:41.794]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:00.1422039Z [00:03:41.794]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:00.1422360Z [00:03:41.794]➜  EOF
2025-08-20T22:42:00.1427709Z [00:03:41.794]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/baseparser=>github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/baseparser;$WORK/b1245=>" -p github.com/substrait-io/substrait-go/v3/types/parser/baseparser -lang=go1.22 -complete -installsuffix shared -buildid f9wPD5XK0d3ZgqApqTR5/f9wPD5XK0d3ZgqApqTR5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1245/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/baseparser/substrait_lexer.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/baseparser/substraittype_base_listener.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/baseparser/substraittype_base_visitor.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/baseparser/substraittype_lexer.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/baseparser/substraittype_listener.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/baseparser/substraittype_parser.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/baseparser/substraittype_visitor.go
2025-08-20T22:42:00.5660153Z [00:03:42.215]➜  go tool buildid -w $WORK/b1229/_pkg_.a # internal
2025-08-20T22:42:00.5739245Z [00:03:42.226]➜  cp $WORK/b1229/_pkg_.a /root/.cache/go-build/87/87eb45b64eec096769f0dfdad4d0d4dd418c264da9559ca746e810137acba291-d # internal
2025-08-20T22:42:00.5777074Z [00:03:42.230]➜  github.com/substrait-io/substrait-go/v3/types/parser/util
2025-08-20T22:42:00.5780513Z [00:03:42.230]➜  mkdir -p $WORK/b1246/
2025-08-20T22:42:00.5780941Z [00:03:42.230]➜  cat >/tmp/go-build3998081543/b1246/importcfg << 'EOF' # internal
2025-08-20T22:42:00.5781301Z [00:03:42.230]➜  # import config
2025-08-20T22:42:00.5781642Z [00:03:42.230]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.5782396Z [00:03:42.230]➜  packagefile github.com/antlr4-go/antlr/v4=/tmp/go-build3998081543/b1244/_pkg_.a
2025-08-20T22:42:00.5782861Z [00:03:42.230]➜  EOF
2025-08-20T22:42:00.5785163Z [00:03:42.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/util=>github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/util;$WORK/b1246=>" -p github.com/substrait-io/substrait-go/v3/types/parser/util -lang=go1.22 -complete -installsuffix shared -buildid X0-lwzYicaLClcYqoI7K/X0-lwzYicaLClcYqoI7K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1246/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/util/error_listener.go
2025-08-20T22:42:00.6284046Z [00:03:42.280]➜  go tool buildid -w $WORK/b1240/_pkg_.a # internal
2025-08-20T22:42:00.6459114Z [00:03:42.298]➜  cp $WORK/b1240/_pkg_.a /root/.cache/go-build/f1/f19765739a8ab4f2dad5830b349c5a0eea2ddab3a96bd1ef6f964d3d95a5c932-d # internal
2025-08-20T22:42:00.6481619Z [00:03:42.300]➜  atomicgo.dev/cursor
2025-08-20T22:42:00.6482559Z [00:03:42.301]➜  mkdir -p $WORK/b1250/
2025-08-20T22:42:00.6485838Z [00:03:42.301]➜  cat >/tmp/go-build3998081543/b1250/importcfg << 'EOF' # internal
2025-08-20T22:42:00.6487559Z [00:03:42.301]➜  # import config
2025-08-20T22:42:00.6488468Z [00:03:42.301]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.6488967Z [00:03:42.301]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:00.6489381Z [00:03:42.301]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:00.6489793Z [00:03:42.301]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:00.6490616Z [00:03:42.301]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:00.6491053Z [00:03:42.301]➜  packagefile testing=/tmp/go-build3998081543/b289/_pkg_.a
2025-08-20T22:42:00.6491374Z [00:03:42.301]➜  EOF
2025-08-20T22:42:00.6500333Z [00:03:42.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1250/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0=>atomicgo.dev/cursor@v0.2.0;$WORK/b1250=>" -p atomicgo.dev/cursor -lang=go1.15 -complete -installsuffix shared -buildid w7fuTdTiFPLvoetIyexu/w7fuTdTiFPLvoetIyexu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1250/importcfg -pack /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/area.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/area_other.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/cursor.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/cursor_other.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/cursor_test_linux.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/doc.go /root/go/pkg/mod/atomicgo.dev/cursor@v0.2.0/utils.go
2025-08-20T22:42:00.6803427Z [00:03:42.332]➜  go tool buildid -w $WORK/b1246/_pkg_.a # internal
2025-08-20T22:42:00.6846354Z [00:03:42.337]➜  cp $WORK/b1246/_pkg_.a /root/.cache/go-build/a7/a7ad507abf3ea446f3b52af4fb36af2779e49afb42ad3281263acd5c33305bfc-d # internal
2025-08-20T22:42:00.6865008Z [00:03:42.339]➜  github.com/containerd/console
2025-08-20T22:42:00.6865658Z [00:03:42.339]➜  mkdir -p $WORK/b1254/
2025-08-20T22:42:00.6867065Z [00:03:42.339]➜  cat >/tmp/go-build3998081543/b1254/importcfg << 'EOF' # internal
2025-08-20T22:42:00.6868013Z [00:03:42.339]➜  # import config
2025-08-20T22:42:00.6869145Z [00:03:42.339]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:00.6869573Z [00:03:42.339]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.6870049Z [00:03:42.339]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:42:00.6870521Z [00:03:42.339]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:00.6870944Z [00:03:42.339]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:00.6871352Z [00:03:42.339]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:00.6871656Z [00:03:42.339]➜  EOF
2025-08-20T22:42:00.6874850Z [00:03:42.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1254/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/containerd/console@v1.0.5=>github.com/containerd/console@v1.0.5;$WORK/b1254=>" -p github.com/containerd/console -lang=go1.13 -complete -installsuffix shared -buildid GeFXpzp6SUji7HPs2tcr/GeFXpzp6SUji7HPs2tcr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1254/importcfg -pack /root/go/pkg/mod/github.com/containerd/console@v1.0.5/console.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/console_linux.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/console_unix.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/pty_unix.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/tc_linux.go /root/go/pkg/mod/github.com/containerd/console@v1.0.5/tc_unix.go
2025-08-20T22:42:00.7199026Z [00:03:42.372]➜  go tool buildid -w $WORK/b1250/_pkg_.a # internal
2025-08-20T22:42:00.7218365Z [00:03:42.374]➜  cp $WORK/b1250/_pkg_.a /root/.cache/go-build/d6/d61a92678c23c2c056c558774cfadd777f42c7171913cacac2f7fc0367f8a54f-d # internal
2025-08-20T22:42:00.7226095Z [00:03:42.375]➜  atomicgo.dev/schedule
2025-08-20T22:42:00.7231822Z [00:03:42.376]➜  mkdir -p $WORK/b1255/
2025-08-20T22:42:00.7242434Z [00:03:42.377]➜  cat >/tmp/go-build3998081543/b1255/importcfg << 'EOF' # internal
2025-08-20T22:42:00.7243613Z [00:03:42.377]➜  # import config
2025-08-20T22:42:00.7244599Z [00:03:42.377]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:00.7246426Z [00:03:42.377]➜  EOF
2025-08-20T22:42:00.7260917Z [00:03:42.378]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1255/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/schedule@v0.1.0=>atomicgo.dev/schedule@v0.1.0;$WORK/b1255=>" -p atomicgo.dev/schedule -lang=go1.18 -complete -installsuffix shared -buildid GFQvRKRuRz34hCHxh2xP/GFQvRKRuRz34hCHxh2xP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1255/importcfg -pack /root/go/pkg/mod/atomicgo.dev/schedule@v0.1.0/doc.go /root/go/pkg/mod/atomicgo.dev/schedule@v0.1.0/schedule.go
2025-08-20T22:42:00.7731602Z [00:03:42.425]➜  go tool buildid -w $WORK/b1255/_pkg_.a # internal
2025-08-20T22:42:00.7744328Z [00:03:42.427]➜  cp $WORK/b1255/_pkg_.a /root/.cache/go-build/b4/b40ce88cb54bb0fb76165c736d5f2437c32e4b9ecff3f5756a712c6faa94e551-d # internal
2025-08-20T22:42:00.7756576Z [00:03:42.428]➜  go tool buildid -w $WORK/b1254/_pkg_.a # internal
2025-08-20T22:42:00.7763363Z [00:03:42.429]➜  cp $WORK/b1254/_pkg_.a /root/.cache/go-build/11/115fcf29f8af2518a7429b543329c0f911d486e9332f799ebe47cda1f571bf07-d # internal
2025-08-20T22:42:00.7765972Z [00:03:42.429]➜  atomicgo.dev/keyboard
2025-08-20T22:42:00.7767041Z [00:03:42.429]➜  mkdir -p $WORK/b1251/
2025-08-20T22:42:00.7772296Z [00:03:42.430]➜  cat >/tmp/go-build3998081543/b1251/importcfg << 'EOF' # internal
2025-08-20T22:42:00.7773029Z [00:03:42.430]➜  # import config
2025-08-20T22:42:00.7773771Z [00:03:42.430]➜  packagefile atomicgo.dev/keyboard/internal=/tmp/go-build3998081543/b1252/_pkg_.a
2025-08-20T22:42:00.7774685Z [00:03:42.430]➜  packagefile atomicgo.dev/keyboard/keys=/tmp/go-build3998081543/b1253/_pkg_.a
2025-08-20T22:42:00.7776495Z [00:03:42.430]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:00.7777539Z [00:03:42.430]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.7778489Z [00:03:42.430]➜  packagefile github.com/containerd/console=/tmp/go-build3998081543/b1254/_pkg_.a
2025-08-20T22:42:00.7783361Z [00:03:42.430]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:00.7784274Z [00:03:42.430]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:00.7784916Z [00:03:42.430]➜  EOF
2025-08-20T22:42:00.7788061Z [00:03:42.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1251/_pkg_.a -trimpath "/root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9=>atomicgo.dev/keyboard@v0.2.9;$WORK/b1251=>" -p atomicgo.dev/keyboard -lang=go1.15 -complete -installsuffix shared -buildid CNJgFfDDIEbuC_ZM6BwZ/CNJgFfDDIEbuC_ZM6BwZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1251/importcfg -pack /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/doc.go /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/input.go /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/keyboard.go /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/tty_unix.go /root/go/pkg/mod/atomicgo.dev/keyboard@v0.2.9/utils.go
2025-08-20T22:42:00.7791916Z [00:03:42.432]➜  github.com/xo/terminfo
2025-08-20T22:42:00.7792520Z [00:03:42.432]➜  mkdir -p $WORK/b1257/
2025-08-20T22:42:00.7793153Z [00:03:42.432]➜  cat >/tmp/go-build3998081543/b1257/importcfg << 'EOF' # internal
2025-08-20T22:42:00.7793781Z [00:03:42.432]➜  # import config
2025-08-20T22:42:00.7795135Z [00:03:42.432]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:00.7795978Z [00:03:42.432]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.7796394Z [00:03:42.432]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:00.7796832Z [00:03:42.432]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:00.7797251Z [00:03:42.432]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:00.7797669Z [00:03:42.432]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:42:00.7798096Z [00:03:42.432]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:00.7798509Z [00:03:42.432]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:00.7798955Z [00:03:42.432]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:00.7799386Z [00:03:42.432]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:00.7800110Z [00:03:42.432]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:00.7800434Z [00:03:42.432]➜  EOF
2025-08-20T22:42:00.7804593Z [00:03:42.432]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1257/_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/b1257=>" -p github.com/xo/terminfo -lang=go1.19 -complete -installsuffix shared -buildid DmfpyYmeAM8m_Zs8PDoG/DmfpyYmeAM8m_Zs8PDoG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1257/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-20T22:42:00.8326009Z [00:03:42.485]➜  go tool buildid -w $WORK/b1251/_pkg_.a # internal
2025-08-20T22:42:00.8332050Z [00:03:42.486]➜  cp $WORK/b1251/_pkg_.a /root/.cache/go-build/34/34e89972a6aef195e4ec045243862cd7b4e1e9b81514b44161ea09ed35632bab-d # internal
2025-08-20T22:42:00.8346774Z [00:03:42.487]➜  github.com/lithammer/fuzzysearch/fuzzy
2025-08-20T22:42:00.8349890Z [00:03:42.487]➜  mkdir -p $WORK/b1258/
2025-08-20T22:42:00.8352564Z [00:03:42.488]➜  cat >/tmp/go-build3998081543/b1258/importcfg << 'EOF' # internal
2025-08-20T22:42:00.8352938Z [00:03:42.488]➜  # import config
2025-08-20T22:42:00.8353345Z [00:03:42.488]➜  packagefile golang.org/x/text/runes=/tmp/go-build3998081543/b669/_pkg_.a
2025-08-20T22:42:00.8353908Z [00:03:42.488]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:42:00.8354521Z [00:03:42.488]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3998081543/b218/_pkg_.a
2025-08-20T22:42:00.8355026Z [00:03:42.488]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:00.8355922Z [00:03:42.488]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:00.8356335Z [00:03:42.488]➜  EOF
2025-08-20T22:42:00.8359771Z [00:03:42.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1258/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lithammer/fuzzysearch@v1.1.8/fuzzy=>github.com/lithammer/fuzzysearch@v1.1.8/fuzzy;$WORK/b1258=>" -p github.com/lithammer/fuzzysearch/fuzzy -lang=go1.15 -complete -installsuffix shared -buildid lqY4oNHLl2Wf80qJpt6i/lqY4oNHLl2Wf80qJpt6i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1258/importcfg -pack /root/go/pkg/mod/github.com/lithammer/fuzzysearch@v1.1.8/fuzzy/fuzzy.go /root/go/pkg/mod/github.com/lithammer/fuzzysearch@v1.1.8/fuzzy/levenshtein.go
2025-08-20T22:42:00.8735164Z [00:03:42.526]➜  go tool buildid -w $WORK/b1258/_pkg_.a # internal
2025-08-20T22:42:00.8743306Z [00:03:42.527]➜  cp $WORK/b1258/_pkg_.a /root/.cache/go-build/83/83688483b065340e6670e3875a08086b6422627f1d7ab187023c5151057eee68-d # internal
2025-08-20T22:42:00.8745564Z [00:03:42.527]➜  golang.org/x/term
2025-08-20T22:42:00.8751369Z [00:03:42.527]➜  mkdir -p $WORK/b1260/
2025-08-20T22:42:00.8752159Z [00:03:42.528]➜  cat >/tmp/go-build3998081543/b1260/importcfg << 'EOF' # internal
2025-08-20T22:42:00.8752928Z [00:03:42.528]➜  # import config
2025-08-20T22:42:00.8753906Z [00:03:42.528]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:00.8754686Z [00:03:42.528]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.8755641Z [00:03:42.528]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:42:00.8756367Z [00:03:42.528]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:00.8757254Z [00:03:42.528]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:00.8758115Z [00:03:42.528]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:00.8775147Z [00:03:42.528]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:00.8775956Z [00:03:42.528]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:00.8776464Z [00:03:42.528]➜  EOF
2025-08-20T22:42:00.8778882Z [00:03:42.528]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1260/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/term@v0.32.0=>golang.org/x/term@v0.32.0;$WORK/b1260=>" -p golang.org/x/term -lang=go1.23 -complete -installsuffix shared -buildid FeH7QW2cFMmsoGC0e28R/FeH7QW2cFMmsoGC0e28R -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1260/importcfg -pack /root/go/pkg/mod/golang.org/x/term@v0.32.0/term.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/term_unix.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/term_unix_other.go /root/go/pkg/mod/golang.org/x/term@v0.32.0/terminal.go
2025-08-20T22:42:00.9621672Z [00:03:42.614]➜  go tool buildid -w $WORK/b1260/_pkg_.a # internal
2025-08-20T22:42:00.9631290Z [00:03:42.616]➜  cp $WORK/b1260/_pkg_.a /root/.cache/go-build/06/06e1c315152c288ea021562514815a8d5ffa2606faafbf2f81c3d80534027d64-d # internal
2025-08-20T22:42:00.9675741Z [00:03:42.620]➜  github.com/aws/smithy-go/document/internal/serde
2025-08-20T22:42:00.9682018Z [00:03:42.621]➜  mkdir -p $WORK/b1267/
2025-08-20T22:42:00.9682686Z [00:03:42.621]➜  cat >/tmp/go-build3998081543/b1267/importcfg << 'EOF' # internal
2025-08-20T22:42:00.9683104Z [00:03:42.621]➜  # import config
2025-08-20T22:42:00.9683549Z [00:03:42.621]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:42:00.9684077Z [00:03:42.621]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:00.9684512Z [00:03:42.621]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:00.9684957Z [00:03:42.621]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:00.9685515Z [00:03:42.621]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:00.9686000Z [00:03:42.621]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:00.9686543Z [00:03:42.621]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:00.9686909Z [00:03:42.621]➜  EOF
2025-08-20T22:42:00.9710138Z [00:03:42.623]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1267/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/internal/serde=>github.com/aws/smithy-go@v1.22.4/document/internal/serde;$WORK/b1267=>" -p github.com/aws/smithy-go/document/internal/serde -lang=go1.22 -complete -installsuffix shared -buildid jcb_vGH-bW9PDr-gMx5p/jcb_vGH-bW9PDr-gMx5p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1267/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/internal/serde/field.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/internal/serde/field_cache.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/internal/serde/reflect.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/internal/serde/serde.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/internal/serde/tags.go
2025-08-20T22:42:00.9739144Z [00:03:42.626]➜  go tool buildid -w $WORK/b1257/_pkg_.a # internal
2025-08-20T22:42:00.9766969Z [00:03:42.629]➜  cp $WORK/b1257/_pkg_.a /root/.cache/go-build/70/704611286363017e71e16d167002f5d7f4cb979f28a4a6e6472e5dda40b22eca-d # internal
2025-08-20T22:42:00.9786761Z [00:03:42.631]➜  github.com/gookit/color
2025-08-20T22:42:00.9788137Z [00:03:42.631]➜  mkdir -p $WORK/b1256/
2025-08-20T22:42:00.9859446Z [00:03:42.638]➜  cat >/tmp/go-build3998081543/b1256/importcfg << 'EOF' # internal
2025-08-20T22:42:00.9860141Z [00:03:42.638]➜  # import config
2025-08-20T22:42:00.9860831Z [00:03:42.638]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:00.9862742Z [00:03:42.638]➜  packagefile github.com/xo/terminfo=/tmp/go-build3998081543/b1257/_pkg_.a
2025-08-20T22:42:00.9863221Z [00:03:42.638]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:00.9863627Z [00:03:42.638]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:00.9864052Z [00:03:42.638]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:00.9864457Z [00:03:42.638]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:00.9864876Z [00:03:42.638]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:00.9865303Z [00:03:42.638]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:00.9865952Z [00:03:42.638]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:00.9866381Z [00:03:42.638]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:00.9866810Z [00:03:42.638]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:00.9867254Z [00:03:42.638]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:00.9867571Z [00:03:42.638]➜  EOF
2025-08-20T22:42:00.9871920Z [00:03:42.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1256/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gookit/color@v1.5.4=>github.com/gookit/color@v1.5.4;$WORK/b1256=>" -p github.com/gookit/color -lang=go1.18 -complete -installsuffix shared -buildid wYcj0eSvydEKrHnC5jED/wYcj0eSvydEKrHnC5jED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1256/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-20T22:42:01.1547180Z [00:03:42.807]➜  go tool buildid -w $WORK/b1267/_pkg_.a # internal
2025-08-20T22:42:01.1578912Z [00:03:42.810]➜  cp $WORK/b1267/_pkg_.a /root/.cache/go-build/03/03eec2e3d85a2c697b5eb8b65408cf0c939d7741131f8b231f1dba3a2a999d23-d # internal
2025-08-20T22:42:01.1646678Z [00:03:42.817]➜  github.com/aws/smithy-go/document/json
2025-08-20T22:42:01.1653006Z [00:03:42.818]➜  mkdir -p $WORK/b1266/
2025-08-20T22:42:01.1663962Z [00:03:42.819]➜  cat >/tmp/go-build3998081543/b1266/importcfg << 'EOF' # internal
2025-08-20T22:42:01.1668079Z [00:03:42.819]➜  # import config
2025-08-20T22:42:01.1674415Z [00:03:42.819]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:01.1674893Z [00:03:42.819]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:01.1675965Z [00:03:42.819]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:42:01.1676647Z [00:03:42.819]➜  packagefile github.com/aws/smithy-go/document/internal/serde=/tmp/go-build3998081543/b1267/_pkg_.a
2025-08-20T22:42:01.1677343Z [00:03:42.819]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3998081543/b573/_pkg_.a
2025-08-20T22:42:01.1677891Z [00:03:42.819]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:01.1678339Z [00:03:42.819]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:01.1678658Z [00:03:42.819]➜  EOF
2025-08-20T22:42:01.1685111Z [00:03:42.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1266/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/json=>github.com/aws/smithy-go@v1.22.4/document/json;$WORK/b1266=>" -p github.com/aws/smithy-go/document/json -lang=go1.22 -complete -installsuffix shared -buildid nTQhxchaB2Y-mHc1wVZg/nTQhxchaB2Y-mHc1wVZg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1266/importcfg -pack /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/json/decoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/json/doc.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/json/encoder.go /root/go/pkg/mod/github.com/aws/smithy-go@v1.22.4/document/json/json.go
2025-08-20T22:42:01.2970147Z [00:03:42.949]➜  go tool buildid -w $WORK/b1266/_pkg_.a # internal
2025-08-20T22:42:01.2985017Z [00:03:42.951]➜  cp $WORK/b1266/_pkg_.a /root/.cache/go-build/96/963bafb7fd11219b673ac098ef8a2e45012007b1373bca7bcd90c242be0282a6-d # internal
2025-08-20T22:42:01.2987798Z [00:03:42.951]➜  github.com/aws/aws-sdk-go-v2/service/glue/internal/document
2025-08-20T22:42:01.2989581Z [00:03:42.951]➜  mkdir -p $WORK/b1265/
2025-08-20T22:42:01.2992546Z [00:03:42.952]➜  cat >/tmp/go-build3998081543/b1265/importcfg << 'EOF' # internal
2025-08-20T22:42:01.2993828Z [00:03:42.952]➜  # import config
2025-08-20T22:42:01.2994597Z [00:03:42.952]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:01.2997613Z [00:03:42.952]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:01.2998489Z [00:03:42.952]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:42:01.2999227Z [00:03:42.952]➜  packagefile github.com/aws/smithy-go/document/json=/tmp/go-build3998081543/b1266/_pkg_.a
2025-08-20T22:42:01.2999647Z [00:03:42.952]➜  EOF
2025-08-20T22:42:01.3002080Z [00:03:42.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1265/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/internal/document=>github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/internal/document;$WORK/b1265=>" -p github.com/aws/aws-sdk-go-v2/service/glue/internal/document -lang=go1.22 -complete -installsuffix shared -buildid 1bj4JaqSJpf7qxYRiWrP/1bj4JaqSJpf7qxYRiWrP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1265/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/internal/document/document.go
2025-08-20T22:42:01.3019095Z [00:03:42.954]➜  go tool buildid -w $WORK/b1256/_pkg_.a # internal
2025-08-20T22:42:01.3130509Z [00:03:42.965]➜  cp $WORK/b1256/_pkg_.a /root/.cache/go-build/de/de1a76cb8af507e98675103f93d0d1980009fe856de4145554723131b25c4ec3-d # internal
2025-08-20T22:42:01.3133109Z [00:03:42.965]➜  github.com/pterm/pterm/internal
2025-08-20T22:42:01.3133887Z [00:03:42.965]➜  mkdir -p $WORK/b1259/
2025-08-20T22:42:01.3135897Z [00:03:42.966]➜  cat >/tmp/go-build3998081543/b1259/importcfg << 'EOF' # internal
2025-08-20T22:42:01.3136560Z [00:03:42.966]➜  # import config
2025-08-20T22:42:01.3137125Z [00:03:42.966]➜  packagefile github.com/gookit/color=/tmp/go-build3998081543/b1256/_pkg_.a
2025-08-20T22:42:01.3137959Z [00:03:42.966]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3998081543/b078/_pkg_.a
2025-08-20T22:42:01.3140678Z [00:03:42.966]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:01.3141424Z [00:03:42.966]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:01.3142143Z [00:03:42.966]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:01.3142688Z [00:03:42.966]➜  EOF
2025-08-20T22:42:01.3148256Z [00:03:42.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1259/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal=>github.com/pterm/pterm@v0.12.81/internal;$WORK/b1259=>" -p github.com/pterm/pterm/internal -lang=go1.23 -complete -installsuffix shared -buildid URe0JpkuDa4O_rNpONAX/URe0JpkuDa4O_rNpONAX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1259/importcfg -pack /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/cancelation_signal.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/center_text.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/collection.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/exit.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/longest_line.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/map_range_to_range.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/max_text_width.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/percentage.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/remove_and_count_prefix.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/rgb_complementary.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/title_in_line.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/utils.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/internal/with_boolean.go
2025-08-20T22:42:01.3334036Z [00:03:42.985]➜  go tool buildid -w $WORK/b1265/_pkg_.a # internal
2025-08-20T22:42:01.3340081Z [00:03:42.986]➜  cp $WORK/b1265/_pkg_.a /root/.cache/go-build/76/766cc8f327ba9993b3ced624079022efb6765d169c7172c1ac360792455265ca-d # internal
2025-08-20T22:42:01.3342137Z [00:03:42.987]➜  github.com/aws/aws-sdk-go-v2/service/glue/document
2025-08-20T22:42:01.3342866Z [00:03:42.987]➜  mkdir -p $WORK/b1264/
2025-08-20T22:42:01.3352827Z [00:03:42.988]➜  cat >/tmp/go-build3998081543/b1264/importcfg << 'EOF' # internal
2025-08-20T22:42:01.3353645Z [00:03:42.988]➜  # import config
2025-08-20T22:42:01.3355147Z [00:03:42.988]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/internal/document=/tmp/go-build3998081543/b1265/_pkg_.a
2025-08-20T22:42:01.3355983Z [00:03:42.988]➜  EOF
2025-08-20T22:42:01.3358637Z [00:03:42.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1264/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/document=>github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/document;$WORK/b1264=>" -p github.com/aws/aws-sdk-go-v2/service/glue/document -lang=go1.22 -complete -installsuffix shared -buildid pwPIsIOWeMxO1wJidHP6/pwPIsIOWeMxO1wJidHP6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1264/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/document/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/document/document.go
2025-08-20T22:42:01.3528382Z [00:03:43.005]➜  go tool buildid -w $WORK/b1264/_pkg_.a # internal
2025-08-20T22:42:01.3532737Z [00:03:43.006]➜  cp $WORK/b1264/_pkg_.a /root/.cache/go-build/29/291be2310ce8a1229aacf65be48bccaa6a4b3df09dd6837c5e64909a88a5e1dc-d # internal
2025-08-20T22:42:01.3536036Z [00:03:43.006]➜  github.com/aws/aws-sdk-go-v2/service/glue/internal/endpoints
2025-08-20T22:42:01.3536905Z [00:03:43.006]➜  mkdir -p $WORK/b1268/
2025-08-20T22:42:01.3539724Z [00:03:43.006]➜  cat >/tmp/go-build3998081543/b1268/importcfg << 'EOF' # internal
2025-08-20T22:42:01.3540549Z [00:03:43.006]➜  # import config
2025-08-20T22:42:01.3541324Z [00:03:43.006]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:01.3544858Z [00:03:43.006]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3998081543/b566/_pkg_.a
2025-08-20T22:42:01.3546532Z [00:03:43.006]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:42:01.3547447Z [00:03:43.006]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:01.3549495Z [00:03:43.006]➜  EOF
2025-08-20T22:42:01.3552062Z [00:03:43.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1268/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/internal/endpoints;$WORK/b1268=>" -p github.com/aws/aws-sdk-go-v2/service/glue/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid jOVzwa8MTypiZAujtkTE/jOVzwa8MTypiZAujtkTE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1268/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/internal/endpoints/endpoints.go
2025-08-20T22:42:01.3618403Z [00:03:43.014]➜  go tool buildid -w $WORK/b1259/_pkg_.a # internal
2025-08-20T22:42:01.3633225Z [00:03:43.016]➜  cp $WORK/b1259/_pkg_.a /root/.cache/go-build/ef/ef8bb33fead3956bf31623f043962ebbbd86d83ec79c55f50c485693d9bae412-d # internal
2025-08-20T22:42:01.3677543Z [00:03:43.020]➜  github.com/pterm/pterm
2025-08-20T22:42:01.3679453Z [00:03:43.020]➜  mkdir -p $WORK/b1249/
2025-08-20T22:42:01.3679885Z [00:03:43.020]➜  cat >/tmp/go-build3998081543/b1249/importcfg << 'EOF' # internal
2025-08-20T22:42:01.3680244Z [00:03:43.020]➜  # import config
2025-08-20T22:42:01.3680648Z [00:03:43.020]➜  packagefile atomicgo.dev/cursor=/tmp/go-build3998081543/b1250/_pkg_.a
2025-08-20T22:42:01.3681186Z [00:03:43.020]➜  packagefile atomicgo.dev/keyboard=/tmp/go-build3998081543/b1251/_pkg_.a
2025-08-20T22:42:01.3681743Z [00:03:43.020]➜  packagefile atomicgo.dev/keyboard/keys=/tmp/go-build3998081543/b1253/_pkg_.a
2025-08-20T22:42:01.3682294Z [00:03:43.020]➜  packagefile atomicgo.dev/schedule=/tmp/go-build3998081543/b1255/_pkg_.a
2025-08-20T22:42:01.3682786Z [00:03:43.020]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:01.3683213Z [00:03:43.020]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:01.3683667Z [00:03:43.020]➜  packagefile encoding/csv=/tmp/go-build3998081543/b303/_pkg_.a
2025-08-20T22:42:01.3684360Z [00:03:43.020]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:01.3684886Z [00:03:43.020]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:01.3685570Z [00:03:43.020]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:01.3686166Z [00:03:43.020]➜  packagefile github.com/gookit/color=/tmp/go-build3998081543/b1256/_pkg_.a
2025-08-20T22:42:01.3686780Z [00:03:43.020]➜  packagefile github.com/lithammer/fuzzysearch/fuzzy=/tmp/go-build3998081543/b1258/_pkg_.a
2025-08-20T22:42:01.3687395Z [00:03:43.020]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3998081543/b078/_pkg_.a
2025-08-20T22:42:01.3687998Z [00:03:43.020]➜  packagefile github.com/pterm/pterm/internal=/tmp/go-build3998081543/b1259/_pkg_.a
2025-08-20T22:42:01.3688558Z [00:03:43.020]➜  packagefile golang.org/x/term=/tmp/go-build3998081543/b1260/_pkg_.a
2025-08-20T22:42:01.3689087Z [00:03:43.020]➜  packagefile golang.org/x/text/cases=/tmp/go-build3998081543/b211/_pkg_.a
2025-08-20T22:42:01.3689636Z [00:03:43.020]➜  packagefile golang.org/x/text/language=/tmp/go-build3998081543/b213/_pkg_.a
2025-08-20T22:42:01.3690111Z [00:03:43.020]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:01.3690535Z [00:03:43.020]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:42:01.3690953Z [00:03:43.020]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:01.3691356Z [00:03:43.020]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:01.3691794Z [00:03:43.020]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:01.3692245Z [00:03:43.020]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:01.3692994Z [00:03:43.020]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:01.3693447Z [00:03:43.020]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:01.3693877Z [00:03:43.020]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:01.3694301Z [00:03:43.020]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:01.3694709Z [00:03:43.020]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:01.3695014Z [00:03:43.020]➜  EOF
2025-08-20T22:42:01.3713415Z [00:03:43.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1249/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pterm/pterm@v0.12.81=>github.com/pterm/pterm@v0.12.81;$WORK/b1249=>" -p github.com/pterm/pterm -lang=go1.23 -complete -installsuffix shared -buildid skOZ_t86HEYQN6MhRjFq/skOZ_t86HEYQN6MhRjFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1249/importcfg -pack /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/area_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/atoms.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/barchart.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/basic_text_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/bigtext_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/box_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/bulletlist_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/center_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/color.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/deprecated.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/errors.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/header_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/heatmap_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/interactive_confirm_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/interactive_continue_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/interactive_multiselect_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/interactive_select_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/interactive_textinput_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/interface_live_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/interface_renderable_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/interface_text_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/logger.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/multi_live_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/panel_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/paragraph_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/prefix_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/print.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/progressbar_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/pterm.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/rgb.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/section_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/slog_handler.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/spinner_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/table_printer.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/terminal.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/theme.go /root/go/pkg/mod/github.com/pterm/pterm@v0.12.81/tree_printer.go
2025-08-20T22:42:01.3899801Z [00:03:43.039]➜  go tool buildid -w $WORK/b1268/_pkg_.a # internal
2025-08-20T22:42:01.3904214Z [00:03:43.043]➜  cp $WORK/b1268/_pkg_.a /root/.cache/go-build/5e/5e3fda5789cb25ad7b387e5ace79560b94ade33b3b3cc88360845e2497e8ad1c-d # internal
2025-08-20T22:42:01.3922121Z [00:03:43.043]➜  github.com/aws/aws-sdk-go-v2/service/glue/types
2025-08-20T22:42:01.3922494Z [00:03:43.043]➜  mkdir -p $WORK/b1269/
2025-08-20T22:42:01.3922888Z [00:03:43.043]➜  cat >/tmp/go-build3998081543/b1269/importcfg << 'EOF' # internal
2025-08-20T22:42:01.3923521Z [00:03:43.043]➜  # import config
2025-08-20T22:42:01.3924013Z [00:03:43.043]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:01.3924499Z [00:03:43.043]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:42:01.3925087Z [00:03:43.043]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:42:01.3925827Z [00:03:43.043]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:01.3926143Z [00:03:43.043]➜  EOF
2025-08-20T22:42:01.3928812Z [00:03:43.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1269/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/types=>github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/types;$WORK/b1269=>" -p github.com/aws/aws-sdk-go-v2/service/glue/types -lang=go1.22 -complete -installsuffix shared -buildid q52Qnq3fgcU1PqS4E-CT/q52Qnq3fgcU1PqS4E-CT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1269/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/types/types.go
2025-08-20T22:42:01.9607135Z [00:03:43.613]➜  go tool buildid -w $WORK/b1269/_pkg_.a # internal
2025-08-20T22:42:01.9758454Z [00:03:43.628]➜  cp $WORK/b1269/_pkg_.a /root/.cache/go-build/6a/6a0548c5c1d78cda223ff8df08677dbead0bb291e03ba42b101b3208614479ea-d # internal
2025-08-20T22:42:01.9818851Z [00:03:43.634]➜  github.com/aws/aws-sdk-go-v2/service/glue
2025-08-20T22:42:01.9823358Z [00:03:43.635]➜  mkdir -p $WORK/b1263/
2025-08-20T22:42:01.9825260Z [00:03:43.635]➜  cat >/tmp/go-build3998081543/b1263/importcfg << 'EOF' # internal
2025-08-20T22:42:01.9825807Z [00:03:43.635]➜  # import config
2025-08-20T22:42:01.9826163Z [00:03:43.635]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:01.9826594Z [00:03:43.635]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:01.9831150Z [00:03:43.635]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:01.9835995Z [00:03:43.635]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:01.9836469Z [00:03:43.635]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:01.9837104Z [00:03:43.635]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:01.9837678Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:01.9838420Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3998081543/b558/_pkg_.a
2025-08-20T22:42:01.9839162Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:42:01.9839869Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3998081543/b559/_pkg_.a
2025-08-20T22:42:01.9840542Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:42:01.9841188Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:42:01.9841864Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:42:01.9842534Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3998081543/b336/_pkg_.a
2025-08-20T22:42:01.9843218Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3998081543/b560/_pkg_.a
2025-08-20T22:42:01.9843935Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3998081543/b561/_pkg_.a
2025-08-20T22:42:01.9844640Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3998081543/b562/_pkg_.a
2025-08-20T22:42:01.9848066Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3998081543/b563/_pkg_.a
2025-08-20T22:42:01.9849112Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3998081543/b564/_pkg_.a
2025-08-20T22:42:01.9849843Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/document=/tmp/go-build3998081543/b1264/_pkg_.a
2025-08-20T22:42:01.9850608Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/internal/document=/tmp/go-build3998081543/b1265/_pkg_.a
2025-08-20T22:42:01.9851411Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/internal/endpoints=/tmp/go-build3998081543/b1268/_pkg_.a
2025-08-20T22:42:01.9852154Z [00:03:43.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/types=/tmp/go-build3998081543/b1269/_pkg_.a
2025-08-20T22:42:01.9852768Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:42:01.9853332Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:42:01.9853932Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:42:01.9854582Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:42:01.9855245Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3998081543/b573/_pkg_.a
2025-08-20T22:42:01.9856073Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3998081543/b569/_pkg_.a
2025-08-20T22:42:01.9856666Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3998081543/b550/_pkg_.a
2025-08-20T22:42:01.9857240Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:42:01.9857833Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3998081543/b327/_pkg_.a
2025-08-20T22:42:01.9858433Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:42:01.9859075Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3998081543/b331/_pkg_.a
2025-08-20T22:42:01.9859644Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3998081543/b328/_pkg_.a
2025-08-20T22:42:01.9860395Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:42:01.9861090Z [00:03:43.635]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:42:01.9861670Z [00:03:43.635]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:01.9862180Z [00:03:43.635]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:01.9862594Z [00:03:43.635]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:01.9863020Z [00:03:43.635]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:01.9863464Z [00:03:43.635]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:01.9863883Z [00:03:43.635]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:01.9864289Z [00:03:43.635]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:01.9864715Z [00:03:43.635]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:01.9865161Z [00:03:43.635]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:01.9865905Z [00:03:43.635]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:01.9866224Z [00:03:43.635]➜  EOF
2025-08-20T22:42:01.9999322Z [00:03:43.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1263/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0=>github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0;$WORK/b1263=>" -p github.com/aws/aws-sdk-go-v2/service/glue -lang=go1.22 -complete -installsuffix shared -buildid 3M1SduD5rMBjzCKurEXj/3M1SduD5rMBjzCKurEXj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1263/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchCreatePartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchDeleteConnection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchDeletePartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchDeleteTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchDeleteTableVersion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetBlueprints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetCrawlers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetCustomEntityTypes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetDataQualityResult.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetDevEndpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetJobs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetPartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetTableOptimizer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetTriggers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchGetWorkflows.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchPutDataQualityStatisticAnnotation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchStopJobRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_BatchUpdatePartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CancelDataQualityRuleRecommendationRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CancelDataQualityRulesetEvaluationRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CancelMLTaskRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CancelStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CheckSchemaVersionValidity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateBlueprint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateCatalog.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateClassifier.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateColumnStatisticsTaskSettings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateConnection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateCrawler.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateCustomEntityType.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateDataQualityRuleset.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateDatabase.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateDevEndpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateIntegration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateIntegrationResourceProperty.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateIntegrationTableProperties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateJob.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateMLTransform.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreatePartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreatePartitionIndex.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateRegistry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateSchema.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateScript.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateSecurityConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateTableOptimizer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateTrigger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateUsageProfile.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateUserDefinedFunction.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_CreateWorkflow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteBlueprint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteCatalog.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteClassifier.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteColumnStatisticsForPartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteColumnStatisticsForTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteColumnStatisticsTaskSettings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteConnection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteCrawler.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteCustomEntityType.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteDataQualityRuleset.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteDatabase.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteDevEndpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteIntegration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteIntegrationTableProperties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteJob.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteMLTransform.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeletePartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeletePartitionIndex.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteRegistry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteResourcePolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteSchema.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteSchemaVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteSecurityConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteTableOptimizer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteTableVersion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteTrigger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteUsageProfile.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteUserDefinedFunction.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DeleteWorkflow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DescribeConnectionType.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DescribeEntity.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DescribeInboundIntegrations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_DescribeIntegrations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetBlueprint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetBlueprintRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetBlueprintRuns.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetCatalog.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetCatalogImportStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetCatalogs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetClassifier.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetClassifiers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetColumnStatisticsForPartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetColumnStatisticsForTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetColumnStatisticsTaskRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetColumnStatisticsTaskRuns.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetColumnStatisticsTaskSettings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetConnection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetConnections.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetCrawler.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetCrawlerMetrics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetCrawlers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetCustomEntityType.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDataCatalogEncryptionSettings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDataQualityModel.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDataQualityModelResult.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDataQualityResult.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDataQualityRuleRecommendationRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDataQualityRuleset.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDataQualityRulesetEvaluationRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDatabase.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDatabases.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDataflowGraph.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDevEndpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetDevEndpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetEntityRecords.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetIntegrationResourceProperty.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetIntegrationTableProperties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetJob.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetJobBookmark.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetJobRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetJobRuns.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetJobs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetMLTaskRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetMLTaskRuns.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetMLTransform.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetMLTransforms.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetMapping.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetPartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetPartitionIndexes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetPartitions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetPlan.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetRegistry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetResourcePolicies.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetResourcePolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetSchema.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetSchemaByDefinition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetSchemaVersion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetSchemaVersionsDiff.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetSecurityConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetSecurityConfigurations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetTableOptimizer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetTableVersion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetTableVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetTables.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetTags.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetTrigger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetTriggers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetUnfilteredPartitionMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetUnfilteredPartitionsMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetUnfilteredTableMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetUsageProfile.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetUserDefinedFunction.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetUserDefinedFunctions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetWorkflow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetWorkflowRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetWorkflowRunProperties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_GetWorkflowRuns.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ImportCatalogToGlue.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListBlueprints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListColumnStatisticsTaskRuns.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListConnectionTypes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListCrawlers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListCrawls.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListCustomEntityTypes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListDataQualityResults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListDataQualityRuleRecommendationRuns.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListDataQualityRulesetEvaluationRuns.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListDataQualityRulesets.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListDataQualityStatisticAnnotations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListDataQualityStatistics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListDevEndpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListEntities.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListJobs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListMLTransforms.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListRegistries.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListSchemaVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListSchemas.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListSessions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListStatements.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListTableOptimizerRuns.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListTriggers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListUsageProfiles.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ListWorkflows.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ModifyIntegration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_PutDataCatalogEncryptionSettings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_PutDataQualityProfileAnnotation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_PutResourcePolicy.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_PutSchemaVersionMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_PutWorkflowRunProperties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_QuerySchemaVersionMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_RegisterSchemaVersion.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_RemoveSchemaVersionMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ResetJobBookmark.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_ResumeWorkflowRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_RunStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_SearchTables.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartBlueprintRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartColumnStatisticsTaskRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartColumnStatisticsTaskRunSchedule.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartCrawler.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartCrawlerSchedule.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartDataQualityRuleRecommendationRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartDataQualityRulesetEvaluationRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartExportLabelsTaskRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartImportLabelsTaskRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartJobRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartMLEvaluationTaskRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartMLLabelingSetGenerationTaskRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartTrigger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StartWorkflowRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StopColumnStatisticsTaskRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StopColumnStatisticsTaskRunSchedule.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StopCrawler.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StopCrawlerSchedule.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StopSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StopTrigger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_StopWorkflowRun.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_TagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_TestConnection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UntagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateBlueprint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateCatalog.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateClassifier.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateColumnStatisticsForPartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateColumnStatisticsForTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateColumnStatisticsTaskSettings.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateConnection.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateCrawler.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateCrawlerSchedule.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateDataQualityRuleset.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateDatabase.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateDevEndpoint.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateIntegrationResourceProperty.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateIntegrationTableProperties.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateJob.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateJobFromSourceControl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateMLTransform.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdatePartition.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateRegistry.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateSchema.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateSourceControlFromJob.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateTable.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateTableOptimizer.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateTrigger.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateUsageProfile.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateUserDefinedFunction.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/api_op_UpdateWorkflow.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/glue@v1.113.0/validators.go
2025-08-20T22:42:02.0082023Z [00:03:43.655]➜  go tool buildid -w $WORK/b1173/_pkg_.a # internal
2025-08-20T22:42:02.1109931Z [00:03:43.763]➜  cp $WORK/b1173/_pkg_.a /root/.cache/go-build/c7/c7b2dd75d3ebb56259e58f4df34b7b25d0b82c76ae69bae6af36f7b6aec3202a-d # internal
2025-08-20T22:42:02.1111630Z [00:03:43.763]➜  github.com/aws/aws-sdk-go/service/s3/s3iface
2025-08-20T22:42:02.1114275Z [00:03:43.763]➜  mkdir -p $WORK/b1192/
2025-08-20T22:42:02.1114677Z [00:03:43.764]➜  cat >/tmp/go-build3998081543/b1192/importcfg << 'EOF' # internal
2025-08-20T22:42:02.1115041Z [00:03:43.764]➜  # import config
2025-08-20T22:42:02.1115606Z [00:03:43.764]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:42:02.1116282Z [00:03:43.764]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:42:02.1116903Z [00:03:43.764]➜  packagefile github.com/aws/aws-sdk-go/service/s3=/tmp/go-build3998081543/b1173/_pkg_.a
2025-08-20T22:42:02.1117320Z [00:03:43.764]➜  EOF
2025-08-20T22:42:02.1119655Z [00:03:43.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1192/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3iface=>github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3iface;$WORK/b1192=>" -p github.com/aws/aws-sdk-go/service/s3/s3iface -lang=go1.19 -complete -installsuffix shared -buildid PIYkIykKaDlEtWypKK-x/PIYkIykKaDlEtWypKK-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1192/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3iface/interface.go
2025-08-20T22:42:02.1483173Z [00:03:43.800]➜  go tool buildid -w $WORK/b1245/_pkg_.a # internal
2025-08-20T22:42:02.1538948Z [00:03:43.804]➜  go tool buildid -w $WORK/b1249/_pkg_.a # internal
2025-08-20T22:42:02.1624893Z [00:03:43.815]➜  cp $WORK/b1249/_pkg_.a /root/.cache/go-build/98/9810ef36f2de197a9a2065c0bb05bc1be4ee8c94536d8ee7758ee17948748390-d # internal
2025-08-20T22:42:02.1626297Z [00:03:43.815]➜  github.com/tmthrgd/go-hex
2025-08-20T22:42:02.1627115Z [00:03:43.815]➜  mkdir -p $WORK/b1275/
2025-08-20T22:42:02.1628049Z [00:03:43.815]➜  cat >/tmp/go-build3998081543/b1275/importcfg << 'EOF' # internal
2025-08-20T22:42:02.1628957Z [00:03:43.815]➜  # import config
2025-08-20T22:42:02.1629319Z [00:03:43.815]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:02.1629771Z [00:03:43.815]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.1630083Z [00:03:43.815]➜  EOF
2025-08-20T22:42:02.1632549Z [00:03:43.815]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1275/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/tmthrgd/go-hex@v0.0.0-20190904060850-447a3041c3bc=>github.com/tmthrgd/go-hex@v0.0.0-20190904060850-447a3041c3bc;$WORK/b1275=>" -p github.com/tmthrgd/go-hex -lang=go1.16 -complete -installsuffix shared -buildid CmbemmHWlZ6kGF_O5BrP/CmbemmHWlZ6kGF_O5BrP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1275/importcfg -pack /root/go/pkg/mod/github.com/tmthrgd/go-hex@v0.0.0-20190904060850-447a3041c3bc/hex.go /root/go/pkg/mod/github.com/tmthrgd/go-hex@v0.0.0-20190904060850-447a3041c3bc/hex_other.go
2025-08-20T22:42:02.1807879Z [00:03:43.833]➜  go tool buildid -w $WORK/b1275/_pkg_.a # internal
2025-08-20T22:42:02.1820955Z [00:03:43.834]➜  cp $WORK/b1275/_pkg_.a /root/.cache/go-build/7f/7fb4c8cb0a8e7e02735f3e3145ed21efee5411752ae263d0aa2cde4576163389-d # internal
2025-08-20T22:42:02.1831800Z [00:03:43.836]➜  github.com/uptrace/bun/internal
2025-08-20T22:42:02.1839219Z [00:03:43.836]➜  mkdir -p $WORK/b1274/
2025-08-20T22:42:02.1849812Z [00:03:43.837]➜  cat >/tmp/go-build3998081543/b1274/importcfg << 'EOF' # internal
2025-08-20T22:42:02.1853423Z [00:03:43.838]➜  # import config
2025-08-20T22:42:02.1853777Z [00:03:43.838]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.1854277Z [00:03:43.838]➜  packagefile github.com/tmthrgd/go-hex=/tmp/go-build3998081543/b1275/_pkg_.a
2025-08-20T22:42:02.1854759Z [00:03:43.838]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:02.1855191Z [00:03:43.838]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:02.1861225Z [00:03:43.838]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:02.1861666Z [00:03:43.838]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:02.1861981Z [00:03:43.838]➜  EOF
2025-08-20T22:42:02.1872298Z [00:03:43.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1274/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal=>github.com/uptrace/bun@v1.2.12/internal;$WORK/b1274=>" -p github.com/uptrace/bun/internal -lang=go1.23 -complete -installsuffix shared -buildid ae9oT2BfTeHHInDMQK9m/ae9oT2BfTeHHInDMQK9m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1274/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/flag.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/hex.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/logger.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/map_key.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/time.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/underscore.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/unsafe.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/util.go
2025-08-20T22:42:02.2088737Z [00:03:43.861]➜  cp $WORK/b1245/_pkg_.a /root/.cache/go-build/55/5587b9cb10d7011750e337733166c6971eb7538a5033ac520f98eb6a0b1026a4-d # internal
2025-08-20T22:42:02.2103265Z [00:03:43.863]➜  github.com/substrait-io/substrait-go/v3/types/parser
2025-08-20T22:42:02.2103922Z [00:03:43.863]➜  mkdir -p $WORK/b1243/
2025-08-20T22:42:02.2104371Z [00:03:43.863]➜  cat >/tmp/go-build3998081543/b1243/importcfg << 'EOF' # internal
2025-08-20T22:42:02.2104727Z [00:03:43.863]➜  # import config
2025-08-20T22:42:02.2105059Z [00:03:43.863]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.2105735Z [00:03:43.863]➜  packagefile github.com/antlr4-go/antlr/v4=/tmp/go-build3998081543/b1244/_pkg_.a
2025-08-20T22:42:02.2106439Z [00:03:43.863]➜  packagefile github.com/substrait-io/substrait-go/v3=/tmp/go-build3998081543/b1226/_pkg_.a
2025-08-20T22:42:02.2107113Z [00:03:43.863]➜  packagefile github.com/substrait-io/substrait-go/v3/types=/tmp/go-build3998081543/b1240/_pkg_.a
2025-08-20T22:42:02.2107892Z [00:03:43.863]➜  packagefile github.com/substrait-io/substrait-go/v3/types/integer_parameters=/tmp/go-build3998081543/b1242/_pkg_.a
2025-08-20T22:42:02.2108735Z [00:03:43.863]➜  packagefile github.com/substrait-io/substrait-go/v3/types/parser/baseparser=/tmp/go-build3998081543/b1245/_pkg_.a
2025-08-20T22:42:02.2109546Z [00:03:43.863]➜  packagefile github.com/substrait-io/substrait-go/v3/types/parser/util=/tmp/go-build3998081543/b1246/_pkg_.a
2025-08-20T22:42:02.2110139Z [00:03:43.863]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:02.2110570Z [00:03:43.863]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.2111100Z [00:03:43.863]➜  EOF
2025-08-20T22:42:02.2113750Z [00:03:43.863]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser=>github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser;$WORK/b1243=>" -p github.com/substrait-io/substrait-go/v3/types/parser -lang=go1.22 -complete -installsuffix shared -buildid aiJhoOguT9Pg1D5kh_yS/aiJhoOguT9Pg1D5kh_yS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1243/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/parse.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/types/parser/visitor.go
2025-08-20T22:42:02.2473665Z [00:03:43.899]➜  go tool buildid -w $WORK/b1274/_pkg_.a # internal
2025-08-20T22:42:02.2486568Z [00:03:43.901]➜  cp $WORK/b1274/_pkg_.a /root/.cache/go-build/04/044b453bf306a70e2ef9d0e8714bcf45f0e24f8b511c78b277d8fd27e0307e9e-d # internal
2025-08-20T22:42:02.2494944Z [00:03:43.901]➜  go tool buildid -w $WORK/b1192/_pkg_.a # internal
2025-08-20T22:42:02.2495501Z [00:03:43.901]➜  github.com/uptrace/bun/dialect
2025-08-20T22:42:02.2495870Z [00:03:43.901]➜  mkdir -p $WORK/b1273/
2025-08-20T22:42:02.2496265Z [00:03:43.902]➜  cat >/tmp/go-build3998081543/b1273/importcfg << 'EOF' # internal
2025-08-20T22:42:02.2496617Z [00:03:43.902]➜  # import config
2025-08-20T22:42:02.2497069Z [00:03:43.902]➜  packagefile github.com/uptrace/bun/internal=/tmp/go-build3998081543/b1274/_pkg_.a
2025-08-20T22:42:02.2497574Z [00:03:43.902]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:02.2498008Z [00:03:43.902]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:02.2498327Z [00:03:43.902]➜  EOF
2025-08-20T22:42:02.2500377Z [00:03:43.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1273/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/dialect=>github.com/uptrace/bun@v1.2.12/dialect;$WORK/b1273=>" -p github.com/uptrace/bun/dialect -lang=go1.23 -complete -installsuffix shared -buildid QGAT-fS0_VS0pPU84LEp/QGAT-fS0_VS0pPU84LEp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1273/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/dialect/append.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/dialect/dialect.go
2025-08-20T22:42:02.2548656Z [00:03:43.907]➜  cp $WORK/b1192/_pkg_.a /root/.cache/go-build/ec/ec3801170fa86f64f5806132cbbe5ac13040ad12e4220969092c0de3e05ef731-d # internal
2025-08-20T22:42:02.2549688Z [00:03:43.907]➜  github.com/aws/aws-sdk-go/service/s3/s3manager
2025-08-20T22:42:02.2553630Z [00:03:43.908]➜  mkdir -p $WORK/b1190/
2025-08-20T22:42:02.2560570Z [00:03:43.908]➜  cat >/tmp/go-build3998081543/b1190/importcfg << 'EOF' # internal
2025-08-20T22:42:02.2561681Z [00:03:43.909]➜  # import config
2025-08-20T22:42:02.2562504Z [00:03:43.909]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:02.2562948Z [00:03:43.909]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:02.2563398Z [00:03:43.909]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.2563924Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:42:02.2564541Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/aws/arn=/tmp/go-build3998081543/b1174/_pkg_.a
2025-08-20T22:42:02.2565164Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:42:02.2565995Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3998081543/b1171/_pkg_.a
2025-08-20T22:42:02.2570188Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:42:02.2570897Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3998081543/b1191/_pkg_.a
2025-08-20T22:42:02.2571568Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:42:02.2572704Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:42:02.2573346Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3998081543/b1167/_pkg_.a
2025-08-20T22:42:02.2573981Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/service/s3=/tmp/go-build3998081543/b1173/_pkg_.a
2025-08-20T22:42:02.2574635Z [00:03:43.909]➜  packagefile github.com/aws/aws-sdk-go/service/s3/s3iface=/tmp/go-build3998081543/b1192/_pkg_.a
2025-08-20T22:42:02.2575169Z [00:03:43.909]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:02.2575759Z [00:03:43.909]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:02.2576187Z [00:03:43.909]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:02.2576612Z [00:03:43.909]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:02.2577041Z [00:03:43.909]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.2577584Z [00:03:43.909]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:02.2578071Z [00:03:43.909]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:02.2578385Z [00:03:43.909]➜  EOF
2025-08-20T22:42:02.2584542Z [00:03:43.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1190/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager=>github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager;$WORK/b1190=>" -p github.com/aws/aws-sdk-go/service/s3/s3manager -lang=go1.19 -complete -installsuffix shared -buildid 6SVSixXjQxWn_eOgUG_5/6SVSixXjQxWn_eOgUG_5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1190/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/arn.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/batch.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/bucket_region.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/buffered_read_seeker.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/default_read_seeker_write_to.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/default_writer_read_from.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/download.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/pool.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/read_seeker_write_to.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/upload.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/upload_input.go /root/go/pkg/mod/github.com/aws/aws-sdk-go@v1.55.6/service/s3/s3manager/writer_read_from.go
2025-08-20T22:42:02.2672898Z [00:03:43.920]➜  go tool buildid -w $WORK/b1273/_pkg_.a # internal
2025-08-20T22:42:02.2678079Z [00:03:43.920]➜  cp $WORK/b1273/_pkg_.a /root/.cache/go-build/ef/ef37527d0b056f56c38ba725238f15b180cc32503ec1c0dab31d643a5c0e3372-d # internal
2025-08-20T22:42:02.2678809Z [00:03:43.920]➜  github.com/uptrace/bun/dialect/feature
2025-08-20T22:42:02.2679135Z [00:03:43.920]➜  mkdir -p $WORK/b1276/
2025-08-20T22:42:02.2679526Z [00:03:43.920]➜  cat >/tmp/go-build3998081543/b1276/importcfg << 'EOF' # internal
2025-08-20T22:42:02.2681046Z [00:03:43.921]➜  # import config
2025-08-20T22:42:02.2681429Z [00:03:43.921]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.2682166Z [00:03:43.921]➜  packagefile github.com/uptrace/bun/internal=/tmp/go-build3998081543/b1274/_pkg_.a
2025-08-20T22:42:02.2682889Z [00:03:43.921]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:02.2683384Z [00:03:43.921]➜  EOF
2025-08-20T22:42:02.2685876Z [00:03:43.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1276/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/dialect/feature=>github.com/uptrace/bun@v1.2.12/dialect/feature;$WORK/b1276=>" -p github.com/uptrace/bun/dialect/feature -lang=go1.23 -complete -installsuffix shared -buildid 3he40q2esN1MPKePMf-O/3he40q2esN1MPKePMf-O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1276/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/dialect/feature/feature.go
2025-08-20T22:42:02.2821915Z [00:03:43.932]➜  go tool buildid -w $WORK/b1276/_pkg_.a # internal
2025-08-20T22:42:02.2822728Z [00:03:43.933]➜  cp $WORK/b1276/_pkg_.a /root/.cache/go-build/ae/aebfc06c953f786fe2ce3160bd4d3e9b9035ccd9aebddd9c5cbba79f9ec4a1cc-d # internal
2025-08-20T22:42:02.2823326Z [00:03:43.933]➜  github.com/jinzhu/inflection
2025-08-20T22:42:02.2823616Z [00:03:43.933]➜  mkdir -p $WORK/b1279/
2025-08-20T22:42:02.2823999Z [00:03:43.934]➜  cat >/tmp/go-build3998081543/b1279/importcfg << 'EOF' # internal
2025-08-20T22:42:02.2824351Z [00:03:43.934]➜  # import config
2025-08-20T22:42:02.2824692Z [00:03:43.934]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:02.2825144Z [00:03:43.934]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.2825630Z [00:03:43.934]➜  EOF
2025-08-20T22:42:02.2827454Z [00:03:43.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0=>github.com/jinzhu/inflection@v1.0.0;$WORK/b1279=>" -p github.com/jinzhu/inflection -lang=go1.16 -complete -installsuffix shared -buildid KHUqT-CAuKBfI2hLHIKW/KHUqT-CAuKBfI2hLHIKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1279/importcfg -pack /root/go/pkg/mod/github.com/jinzhu/inflection@v1.0.0/inflections.go
2025-08-20T22:42:02.3179659Z [00:03:43.970]➜  go tool buildid -w $WORK/b1279/_pkg_.a # internal
2025-08-20T22:42:02.3187812Z [00:03:43.971]➜  cp $WORK/b1279/_pkg_.a /root/.cache/go-build/06/0622a3e1184a27e8e79dc6f76baf361323c579b068926bb8a0dddca49975a880-d # internal
2025-08-20T22:42:02.3193101Z [00:03:43.972]➜  github.com/puzpuzpuz/xsync/v3
2025-08-20T22:42:02.3193497Z [00:03:43.972]➜  mkdir -p $WORK/b1280/
2025-08-20T22:42:02.3204909Z [00:03:43.972]➜  cat >/tmp/go-build3998081543/b1280/importcfg << 'EOF' # internal
2025-08-20T22:42:02.3205320Z [00:03:43.972]➜  # import config
2025-08-20T22:42:02.3205823Z [00:03:43.972]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.3206570Z [00:03:43.973]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:02.3207074Z [00:03:43.973]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:02.3207630Z [00:03:43.973]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:02.3208130Z [00:03:43.973]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:02.3208563Z [00:03:43.973]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.3208986Z [00:03:43.973]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:02.3209420Z [00:03:43.973]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:02.3209875Z [00:03:43.973]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:02.3210185Z [00:03:43.973]➜  EOF
2025-08-20T22:42:02.3214163Z [00:03:43.973]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1280/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1=>github.com/puzpuzpuz/xsync/v3@v3.5.1;$WORK/b1280=>" -p github.com/puzpuzpuz/xsync/v3 -lang=go1.18 -complete -installsuffix shared -buildid FJEXaw5FiE0-4gUId0CI/FJEXaw5FiE0-4gUId0CI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1280/importcfg -pack /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/counter.go /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/map.go /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/mapof.go /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/mpmcqueue.go /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/mpmcqueueof.go /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/rbmutex.go /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/spscqueue.go /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/spscqueueof.go /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/util.go /root/go/pkg/mod/github.com/puzpuzpuz/xsync/v3@v3.5.1/util_hash.go
2025-08-20T22:42:02.4084077Z [00:03:44.061]➜  go tool buildid -w $WORK/b1280/_pkg_.a # internal
2025-08-20T22:42:02.4104660Z [00:03:44.063]➜  cp $WORK/b1280/_pkg_.a /root/.cache/go-build/06/060e1676507909eff5dbd5adc05e7a4c47405370860ede655858a890cd29478f-d # internal
2025-08-20T22:42:02.4155281Z [00:03:44.068]➜  github.com/uptrace/bun/extra/bunjson
2025-08-20T22:42:02.4156594Z [00:03:44.068]➜  mkdir -p $WORK/b1281/
2025-08-20T22:42:02.4157040Z [00:03:44.068]➜  cat >/tmp/go-build3998081543/b1281/importcfg << 'EOF' # internal
2025-08-20T22:42:02.4157404Z [00:03:44.068]➜  # import config
2025-08-20T22:42:02.4157779Z [00:03:44.068]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:02.4158228Z [00:03:44.068]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:02.4158572Z [00:03:44.068]➜  EOF
2025-08-20T22:42:02.4160773Z [00:03:44.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/extra/bunjson=>github.com/uptrace/bun@v1.2.12/extra/bunjson;$WORK/b1281=>" -p github.com/uptrace/bun/extra/bunjson -lang=go1.23 -complete -installsuffix shared -buildid zPTEJO0tJOydolHifiJh/zPTEJO0tJOydolHifiJh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1281/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/extra/bunjson/json.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/extra/bunjson/provider.go
2025-08-20T22:42:02.4588523Z [00:03:44.111]➜  go tool buildid -w $WORK/b1281/_pkg_.a # internal
2025-08-20T22:42:02.4596367Z [00:03:44.112]➜  cp $WORK/b1281/_pkg_.a /root/.cache/go-build/c2/c2b44a6d1d99730bb665edeaab8124b74ee78f053ea09cfc35b81d64cd56f26d-d # internal
2025-08-20T22:42:02.4601807Z [00:03:44.113]➜  github.com/uptrace/bun/internal/parser
2025-08-20T22:42:02.4602199Z [00:03:44.113]➜  mkdir -p $WORK/b1282/
2025-08-20T22:42:02.4602685Z [00:03:44.113]➜  cat >/tmp/go-build3998081543/b1282/importcfg << 'EOF' # internal
2025-08-20T22:42:02.4603038Z [00:03:44.113]➜  # import config
2025-08-20T22:42:02.4603679Z [00:03:44.113]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:02.4604162Z [00:03:44.113]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.4604676Z [00:03:44.113]➜  packagefile github.com/uptrace/bun/internal=/tmp/go-build3998081543/b1274/_pkg_.a
2025-08-20T22:42:02.4605291Z [00:03:44.113]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:02.4605882Z [00:03:44.113]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:02.4606203Z [00:03:44.113]➜  EOF
2025-08-20T22:42:02.4608160Z [00:03:44.113]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1282/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/parser=>github.com/uptrace/bun@v1.2.12/internal/parser;$WORK/b1282=>" -p github.com/uptrace/bun/internal/parser -lang=go1.23 -complete -installsuffix shared -buildid UJ980RjE4WH_BfiA6QJB/UJ980RjE4WH_BfiA6QJB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1282/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/parser/parser.go
2025-08-20T22:42:02.4771440Z [00:03:44.129]➜  go tool buildid -w $WORK/b1190/_pkg_.a # internal
2025-08-20T22:42:02.4851201Z [00:03:44.137]➜  cp $WORK/b1190/_pkg_.a /root/.cache/go-build/06/06976867233e346da497009470ba08c12162fe0dacf34c3b49c7f93994fb0c16-d # internal
2025-08-20T22:42:02.4869078Z [00:03:44.139]➜  gocloud.dev/blob/s3blob
2025-08-20T22:42:02.4875863Z [00:03:44.140]➜  mkdir -p $WORK/b1157/
2025-08-20T22:42:02.4887017Z [00:03:44.141]➜  cat >/tmp/go-build3998081543/b1157/importcfg << 'EOF' # internal
2025-08-20T22:42:02.4889056Z [00:03:44.141]➜  # import config
2025-08-20T22:42:02.4889742Z [00:03:44.141]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:02.4893181Z [00:03:44.141]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:02.4893854Z [00:03:44.141]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:02.4894438Z [00:03:44.141]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:02.4895077Z [00:03:44.141]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.4896015Z [00:03:44.141]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build3998081543/b1158/_pkg_.a
2025-08-20T22:42:02.4896970Z [00:03:44.141]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3998081543/b1085/_pkg_.a
2025-08-20T22:42:02.4897861Z [00:03:44.141]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3998081543/b1099/_pkg_.a
2025-08-20T22:42:02.4898732Z [00:03:44.141]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:42:02.4899533Z [00:03:44.141]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:42:02.4900279Z [00:03:44.141]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:42:02.4901108Z [00:03:44.141]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:42:02.4902052Z [00:03:44.141]➜  packagefile github.com/aws/aws-sdk-go/service/s3=/tmp/go-build3998081543/b1173/_pkg_.a
2025-08-20T22:42:02.4903539Z [00:03:44.141]➜  packagefile github.com/aws/aws-sdk-go/service/s3/s3manager=/tmp/go-build3998081543/b1190/_pkg_.a
2025-08-20T22:42:02.4904220Z [00:03:44.141]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:42:02.4904771Z [00:03:44.141]➜  packagefile github.com/google/wire=/tmp/go-build3998081543/b1131/_pkg_.a
2025-08-20T22:42:02.4905292Z [00:03:44.141]➜  packagefile gocloud.dev/aws=/tmp/go-build3998081543/b1193/_pkg_.a
2025-08-20T22:42:02.4905987Z [00:03:44.141]➜  packagefile gocloud.dev/blob=/tmp/go-build3998081543/b1105/_pkg_.a
2025-08-20T22:42:02.4906525Z [00:03:44.141]➜  packagefile gocloud.dev/blob/driver=/tmp/go-build3998081543/b1115/_pkg_.a
2025-08-20T22:42:02.4907056Z [00:03:44.141]➜  packagefile gocloud.dev/gcerrors=/tmp/go-build3998081543/b1116/_pkg_.a
2025-08-20T22:42:02.4907949Z [00:03:44.141]➜  packagefile gocloud.dev/internal/escape=/tmp/go-build3998081543/b1132/_pkg_.a
2025-08-20T22:42:02.4908587Z [00:03:44.141]➜  packagefile gocloud.dev/internal/gcerr=/tmp/go-build3998081543/b1117/_pkg_.a
2025-08-20T22:42:02.4909187Z [00:03:44.141]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:02.4909676Z [00:03:44.141]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:02.4910112Z [00:03:44.141]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:02.4910533Z [00:03:44.141]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:02.4910947Z [00:03:44.141]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:02.4911561Z [00:03:44.141]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.4911898Z [00:03:44.141]➜  EOF
2025-08-20T22:42:02.4924077Z [00:03:44.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1157/_pkg_.a -trimpath "/root/go/pkg/mod/gocloud.dev@v0.41.0/blob/s3blob=>gocloud.dev@v0.41.0/blob/s3blob;$WORK/b1157=>" -p gocloud.dev/blob/s3blob -lang=go1.24 -complete -installsuffix shared -buildid xYLa5oCWdJWewTPDUb7M/xYLa5oCWdJWewTPDUb7M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1157/importcfg -pack /root/go/pkg/mod/gocloud.dev@v0.41.0/blob/s3blob/s3blob.go
2025-08-20T22:42:02.4943442Z [00:03:44.147]➜  go tool buildid -w $WORK/b1282/_pkg_.a # internal
2025-08-20T22:42:02.4949732Z [00:03:44.147]➜  cp $WORK/b1282/_pkg_.a /root/.cache/go-build/10/10a572b8cb92fff46481f14ed619378d714b29f6fa0fa3821530653b987a7a4d-d # internal
2025-08-20T22:42:02.4950564Z [00:03:44.147]➜  github.com/uptrace/bun/internal/tagparser
2025-08-20T22:42:02.4952825Z [00:03:44.147]➜  mkdir -p $WORK/b1283/
2025-08-20T22:42:02.4953246Z [00:03:44.147]➜  cat >/tmp/go-build3998081543/b1283/importcfg << 'EOF' # internal
2025-08-20T22:42:02.4953600Z [00:03:44.147]➜  # import config
2025-08-20T22:42:02.4953955Z [00:03:44.147]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.4954280Z [00:03:44.147]➜  EOF
2025-08-20T22:42:02.4965498Z [00:03:44.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/tagparser=>github.com/uptrace/bun@v1.2.12/internal/tagparser;$WORK/b1283=>" -p github.com/uptrace/bun/internal/tagparser -lang=go1.23 -complete -installsuffix shared -buildid S_nKEcd2BVp5FM9kP8dO/S_nKEcd2BVp5FM9kP8dO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1283/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/internal/tagparser/parser.go
2025-08-20T22:42:02.5206692Z [00:03:44.173]➜  go tool buildid -w $WORK/b1283/_pkg_.a # internal
2025-08-20T22:42:02.5224562Z [00:03:44.175]➜  cp $WORK/b1283/_pkg_.a /root/.cache/go-build/5c/5cffdb53ed0662ce93a24fffb0271222080d3c694949709f624dbcc437dd1693-d # internal
2025-08-20T22:42:02.5226287Z [00:03:44.175]➜  github.com/vmihailenco/tagparser/v2/internal/parser
2025-08-20T22:42:02.5226916Z [00:03:44.175]➜  mkdir -p $WORK/b1287/
2025-08-20T22:42:02.5232203Z [00:03:44.175]➜  cat >/tmp/go-build3998081543/b1287/importcfg << 'EOF' # internal
2025-08-20T22:42:02.5232600Z [00:03:44.176]➜  # import config
2025-08-20T22:42:02.5234201Z [00:03:44.176]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:02.5235599Z [00:03:44.176]➜  packagefile github.com/vmihailenco/tagparser/v2/internal=/tmp/go-build3998081543/b1288/_pkg_.a
2025-08-20T22:42:02.5236685Z [00:03:44.176]➜  EOF
2025-08-20T22:42:02.5239064Z [00:03:44.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1287/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/internal/parser=>github.com/vmihailenco/tagparser/v2@v2.0.0/internal/parser;$WORK/b1287=>" -p github.com/vmihailenco/tagparser/v2/internal/parser -lang=go1.15 -complete -installsuffix shared -buildid butuLKzdYJsObAG_f3w5/butuLKzdYJsObAG_f3w5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1287/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/internal/parser/parser.go
2025-08-20T22:42:02.5595836Z [00:03:44.212]➜  go tool buildid -w $WORK/b1287/_pkg_.a # internal
2025-08-20T22:42:02.5600295Z [00:03:44.212]➜  cp $WORK/b1287/_pkg_.a /root/.cache/go-build/94/943c0f5764cb2ed8cb3cfd3b4f3e90e84429fb2f0fb0d78a0c6ffbb7c83e622c-d # internal
2025-08-20T22:42:02.5602637Z [00:03:44.212]➜  github.com/vmihailenco/tagparser/v2
2025-08-20T22:42:02.5603874Z [00:03:44.212]➜  mkdir -p $WORK/b1286/
2025-08-20T22:42:02.5604344Z [00:03:44.213]➜  cat >/tmp/go-build3998081543/b1286/importcfg << 'EOF' # internal
2025-08-20T22:42:02.5606956Z [00:03:44.213]➜  # import config
2025-08-20T22:42:02.5608295Z [00:03:44.213]➜  packagefile github.com/vmihailenco/tagparser/v2/internal/parser=/tmp/go-build3998081543/b1287/_pkg_.a
2025-08-20T22:42:02.5609470Z [00:03:44.213]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.5609802Z [00:03:44.213]➜  EOF
2025-08-20T22:42:02.5611727Z [00:03:44.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1286/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0=>github.com/vmihailenco/tagparser/v2@v2.0.0;$WORK/b1286=>" -p github.com/vmihailenco/tagparser/v2 -lang=go1.15 -complete -installsuffix shared -buildid JHgSo5Hi25h1scXC2wo6/JHgSo5Hi25h1scXC2wo6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1286/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/tagparser/v2@v2.0.0/tagparser.go
2025-08-20T22:42:02.6033873Z [00:03:44.256]➜  go tool buildid -w $WORK/b1286/_pkg_.a # internal
2025-08-20T22:42:02.6039404Z [00:03:44.256]➜  cp $WORK/b1286/_pkg_.a /root/.cache/go-build/3d/3d2229725edb0ecf46fbddc65b3e4562ce1b86d28c22e26d26cad6ba086b10f7-d # internal
2025-08-20T22:42:02.6043996Z [00:03:44.257]➜  github.com/vmihailenco/msgpack/v5
2025-08-20T22:42:02.6044330Z [00:03:44.257]➜  mkdir -p $WORK/b1284/
2025-08-20T22:42:02.6049286Z [00:03:44.257]➜  cat >/tmp/go-build3998081543/b1284/importcfg << 'EOF' # internal
2025-08-20T22:42:02.6050146Z [00:03:44.257]➜  # import config
2025-08-20T22:42:02.6050678Z [00:03:44.257]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:02.6051406Z [00:03:44.257]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:02.6052128Z [00:03:44.257]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:42:02.6053292Z [00:03:44.257]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:02.6054970Z [00:03:44.257]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:02.6055502Z [00:03:44.257]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.6056154Z [00:03:44.257]➜  packagefile github.com/vmihailenco/msgpack/v5/msgpcode=/tmp/go-build3998081543/b1285/_pkg_.a
2025-08-20T22:42:02.6056812Z [00:03:44.257]➜  packagefile github.com/vmihailenco/tagparser/v2=/tmp/go-build3998081543/b1286/_pkg_.a
2025-08-20T22:42:02.6057315Z [00:03:44.257]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:02.6057732Z [00:03:44.257]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:02.6058141Z [00:03:44.257]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:02.6058815Z [00:03:44.257]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:02.6059324Z [00:03:44.257]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:02.6059744Z [00:03:44.257]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:02.6060195Z [00:03:44.257]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.6064144Z [00:03:44.257]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:02.6064603Z [00:03:44.257]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:02.6064913Z [00:03:44.257]➜  EOF
2025-08-20T22:42:02.6072178Z [00:03:44.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1284/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1=>github.com/vmihailenco/msgpack/v5@v5.4.1;$WORK/b1284=>" -p github.com/vmihailenco/msgpack/v5 -lang=go1.19 -complete -installsuffix shared -buildid CQ4FPze7ZT2A6JTa_gsH/CQ4FPze7ZT2A6JTa_gsH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1284/importcfg -pack /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_map.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_number.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_query.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_slice.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_string.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_typgen.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/decode_value.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode_map.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode_number.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode_slice.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/encode_value.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/ext.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/intern.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/msgpack.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/time.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/types.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/unsafe.go /root/go/pkg/mod/github.com/vmihailenco/msgpack/v5@v5.4.1/version.go
2025-08-20T22:42:02.6721475Z [00:03:44.324]➜  go tool buildid -w $WORK/b1243/_pkg_.a # internal
2025-08-20T22:42:02.6857560Z [00:03:44.338]➜  cp $WORK/b1243/_pkg_.a /root/.cache/go-build/21/213e8eb7745efeecbb7ecf7fb84c631b609c04435f7396adc27151e2d6bfc187-d # internal
2025-08-20T22:42:02.6858492Z [00:03:44.338]➜  github.com/substrait-io/substrait-go/v3/extensions
2025-08-20T22:42:02.6858952Z [00:03:44.338]➜  mkdir -p $WORK/b1227/
2025-08-20T22:42:02.6868096Z [00:03:44.339]➜  cat >/tmp/go-build3998081543/b1227/importcfg << 'EOF' # internal
2025-08-20T22:42:02.6868660Z [00:03:44.339]➜  # import config
2025-08-20T22:42:02.6869150Z [00:03:44.339]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:42:02.6869690Z [00:03:44.339]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.6870298Z [00:03:44.339]➜  packagefile github.com/creasty/defaults=/tmp/go-build3998081543/b1228/_pkg_.a
2025-08-20T22:42:02.6870888Z [00:03:44.339]➜  packagefile github.com/goccy/go-yaml=/tmp/go-build3998081543/b1229/_pkg_.a
2025-08-20T22:42:02.6879591Z [00:03:44.339]➜  packagefile github.com/substrait-io/substrait=/tmp/go-build3998081543/b1238/_pkg_.a
2025-08-20T22:42:02.6880322Z [00:03:44.339]➜  packagefile github.com/substrait-io/substrait-go/v3=/tmp/go-build3998081543/b1226/_pkg_.a
2025-08-20T22:42:02.6881403Z [00:03:44.339]➜  packagefile github.com/substrait-io/substrait-go/v3/proto/extensions=/tmp/go-build3998081543/b1239/_pkg_.a
2025-08-20T22:42:02.6882448Z [00:03:44.339]➜  packagefile github.com/substrait-io/substrait-go/v3/types=/tmp/go-build3998081543/b1240/_pkg_.a
2025-08-20T22:42:02.6883300Z [00:03:44.339]➜  packagefile github.com/substrait-io/substrait-go/v3/types/integer_parameters=/tmp/go-build3998081543/b1242/_pkg_.a
2025-08-20T22:42:02.6884095Z [00:03:44.339]➜  packagefile github.com/substrait-io/substrait-go/v3/types/parser=/tmp/go-build3998081543/b1243/_pkg_.a
2025-08-20T22:42:02.6884662Z [00:03:44.339]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:02.6885093Z [00:03:44.339]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:42:02.6885720Z [00:03:44.339]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:02.6886154Z [00:03:44.339]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:02.6886740Z [00:03:44.339]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:02.6887228Z [00:03:44.339]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.6887655Z [00:03:44.339]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:02.6887967Z [00:03:44.339]➜  EOF
2025-08-20T22:42:02.6891232Z [00:03:44.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/extensions=>github.com/substrait-io/substrait-go/v3@v3.9.1/extensions;$WORK/b1227=>" -p github.com/substrait-io/substrait-go/v3/extensions -lang=go1.22 -complete -installsuffix shared -buildid ZcKmsrWPJQQj7VfmwL-z/ZcKmsrWPJQQj7VfmwL-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1227/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/extensions/extension_mgr.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/extensions/simple_extension.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/extensions/variants.go
2025-08-20T22:42:02.7156785Z [00:03:44.368]➜  go tool buildid -w $WORK/b1157/_pkg_.a # internal
2025-08-20T22:42:02.7182275Z [00:03:44.370]➜  cp $WORK/b1157/_pkg_.a /root/.cache/go-build/e8/e8668317d520847bc76033467001ce721d276563d5329c5b843e5a6418b8e216-d # internal
2025-08-20T22:42:02.7206072Z [00:03:44.373]➜  github.com/apache/iceberg-go/io
2025-08-20T22:42:02.7208997Z [00:03:44.373]➜  mkdir -p $WORK/b1069/
2025-08-20T22:42:02.7216441Z [00:03:44.374]➜  cat >/tmp/go-build3998081543/b1069/importcfg << 'EOF' # internal
2025-08-20T22:42:02.7217378Z [00:03:44.374]➜  # import config
2025-08-20T22:42:02.7219048Z [00:03:44.374]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:02.7219505Z [00:03:44.374]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:02.7219933Z [00:03:44.374]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:02.7220396Z [00:03:44.374]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:02.7220867Z [00:03:44.374]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:02.7221335Z [00:03:44.374]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:02.7221788Z [00:03:44.374]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:02.7222205Z [00:03:44.374]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.7222805Z [00:03:44.374]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build3998081543/b1070/_pkg_.a
2025-08-20T22:42:02.7223595Z [00:03:44.374]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3998081543/b1080/_pkg_.a
2025-08-20T22:42:02.7224319Z [00:03:44.374]➜  packagefile github.com/apache/iceberg-go/utils=/tmp/go-build3998081543/b1084/_pkg_.a
2025-08-20T22:42:02.7224919Z [00:03:44.374]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:02.7225714Z [00:03:44.374]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:42:02.7226652Z [00:03:44.374]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3998081543/b540/_pkg_.a
2025-08-20T22:42:02.7227347Z [00:03:44.374]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3998081543/b542/_pkg_.a
2025-08-20T22:42:02.7227986Z [00:03:44.374]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3998081543/b1085/_pkg_.a
2025-08-20T22:42:02.7228609Z [00:03:44.374]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3998081543/b319/_pkg_.a
2025-08-20T22:42:02.7229233Z [00:03:44.374]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:42:02.7229862Z [00:03:44.374]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:42:02.7230540Z [00:03:44.374]➜  packagefile gocloud.dev/blob=/tmp/go-build3998081543/b1105/_pkg_.a
2025-08-20T22:42:02.7231141Z [00:03:44.374]➜  packagefile gocloud.dev/blob/azureblob=/tmp/go-build3998081543/b1129/_pkg_.a
2025-08-20T22:42:02.7231701Z [00:03:44.374]➜  packagefile gocloud.dev/blob/gcsblob=/tmp/go-build3998081543/b1134/_pkg_.a
2025-08-20T22:42:02.7232248Z [00:03:44.374]➜  packagefile gocloud.dev/blob/memblob=/tmp/go-build3998081543/b1156/_pkg_.a
2025-08-20T22:42:02.7232792Z [00:03:44.374]➜  packagefile gocloud.dev/blob/s3blob=/tmp/go-build3998081543/b1157/_pkg_.a
2025-08-20T22:42:02.7233303Z [00:03:44.374]➜  packagefile gocloud.dev/gcp=/tmp/go-build3998081543/b1155/_pkg_.a
2025-08-20T22:42:02.7233843Z [00:03:44.374]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:42:02.7234500Z [00:03:44.374]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:02.7234908Z [00:03:44.374]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:42:02.7235470Z [00:03:44.374]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:02.7235990Z [00:03:44.374]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:02.7236405Z [00:03:44.374]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:02.7236847Z [00:03:44.374]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:02.7237289Z [00:03:44.374]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:02.7237708Z [00:03:44.374]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:02.7238136Z [00:03:44.374]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.7238772Z [00:03:44.374]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:02.7239091Z [00:03:44.374]➜  EOF
2025-08-20T22:42:02.7243839Z [00:03:44.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io=>github.com/apache/iceberg-go@v0.3.0/io;$WORK/b1069=>" -p github.com/apache/iceberg-go/io -lang=go1.24 -complete -installsuffix shared -buildid ruBdplcn5PHdxViVsbOm/ruBdplcn5PHdxViVsbOm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1069/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io/azure.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io/blob.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io/chunked_reader.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io/gcs.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io/io.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io/local.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io/s3.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io/s3_signing.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/io/utils.go
2025-08-20T22:42:02.8614896Z [00:03:44.514]➜  go tool buildid -w $WORK/b1227/_pkg_.a # internal
2025-08-20T22:42:02.8700952Z [00:03:44.522]➜  cp $WORK/b1227/_pkg_.a /root/.cache/go-build/5a/5aaf7e04944aa017bba2b3d8ac249e64adc02b04828a37f50c7b4272062e4b23-d # internal
2025-08-20T22:42:02.8720215Z [00:03:44.522]➜  github.com/substrait-io/substrait-go/v3/expr
2025-08-20T22:42:02.8720598Z [00:03:44.522]➜  mkdir -p $WORK/b1224/
2025-08-20T22:42:02.8720979Z [00:03:44.522]➜  cat >/tmp/go-build3998081543/b1224/importcfg << 'EOF' # internal
2025-08-20T22:42:02.8721341Z [00:03:44.522]➜  # import config
2025-08-20T22:42:02.8721718Z [00:03:44.522]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:02.8722168Z [00:03:44.522]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:02.8722616Z [00:03:44.522]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:02.8723303Z [00:03:44.522]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:02.8723916Z [00:03:44.522]➜  packagefile github.com/cockroachdb/apd/v3=/tmp/go-build3998081543/b1225/_pkg_.a
2025-08-20T22:42:02.8724482Z [00:03:44.522]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:42:02.8725083Z [00:03:44.522]➜  packagefile github.com/substrait-io/substrait-go/v3=/tmp/go-build3998081543/b1226/_pkg_.a
2025-08-20T22:42:02.8726010Z [00:03:44.522]➜  packagefile github.com/substrait-io/substrait-go/v3/extensions=/tmp/go-build3998081543/b1227/_pkg_.a
2025-08-20T22:42:02.8726729Z [00:03:44.522]➜  packagefile github.com/substrait-io/substrait-go/v3/proto=/tmp/go-build3998081543/b1241/_pkg_.a
2025-08-20T22:42:02.8727643Z [00:03:44.522]➜  packagefile github.com/substrait-io/substrait-go/v3/types=/tmp/go-build3998081543/b1240/_pkg_.a
2025-08-20T22:42:02.8728264Z [00:03:44.522]➜  packagefile golang.org/x/exp/slices=/tmp/go-build3998081543/b428/_pkg_.a
2025-08-20T22:42:02.8756575Z [00:03:44.522]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:42:02.8757263Z [00:03:44.522]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:42:02.8757819Z [00:03:44.522]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:02.8758246Z [00:03:44.522]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:02.8758679Z [00:03:44.522]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:02.8759104Z [00:03:44.522]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:02.8759872Z [00:03:44.522]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:02.8760304Z [00:03:44.522]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:02.8760614Z [00:03:44.522]➜  EOF
2025-08-20T22:42:02.8765235Z [00:03:44.522]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr=>github.com/substrait-io/substrait-go/v3@v3.9.1/expr;$WORK/b1224=>" -p github.com/substrait-io/substrait-go/v3/expr -lang=go1.22 -complete -installsuffix shared -buildid GmA4lguJ0dAPxJniXaTn/GmA4lguJ0dAPxJniXaTn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1224/importcfg -pack /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr/builder.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr/decimal_util.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr/expression.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr/field_reference.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr/functions.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr/interval_compound_literal.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr/interval_year_to_month.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr/literals.go /root/go/pkg/mod/github.com/substrait-io/substrait-go/v3@v3.9.1/expr/utils.go
2025-08-20T22:42:02.9982223Z [00:03:44.650]➜  go tool buildid -w $WORK/b1284/_pkg_.a # internal
2025-08-20T22:42:03.0059076Z [00:03:44.658]➜  cp $WORK/b1284/_pkg_.a /root/.cache/go-build/bd/bdc066092e7249933a679b37f182cdb9acb95b18af1146c4249aaeaffb1f5fff-d # internal
2025-08-20T22:42:03.0060236Z [00:03:44.658]➜  github.com/uptrace/bun/schema
2025-08-20T22:42:03.0060912Z [00:03:44.658]➜  mkdir -p $WORK/b1278/
2025-08-20T22:42:03.0061861Z [00:03:44.658]➜  cat >/tmp/go-build3998081543/b1278/importcfg << 'EOF' # internal
2025-08-20T22:42:03.0062265Z [00:03:44.658]➜  # import config
2025-08-20T22:42:03.0062654Z [00:03:44.658]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:03.0063088Z [00:03:44.658]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:03.0063543Z [00:03:44.658]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:03.0064053Z [00:03:44.658]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:03.0064547Z [00:03:44.658]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:03.0065019Z [00:03:44.658]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:03.0065655Z [00:03:44.658]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:03.0066214Z [00:03:44.658]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build3998081543/b1279/_pkg_.a
2025-08-20T22:42:03.0066806Z [00:03:44.658]➜  packagefile github.com/puzpuzpuz/xsync/v3=/tmp/go-build3998081543/b1280/_pkg_.a
2025-08-20T22:42:03.0067409Z [00:03:44.658]➜  packagefile github.com/uptrace/bun/dialect=/tmp/go-build3998081543/b1273/_pkg_.a
2025-08-20T22:42:03.0068444Z [00:03:44.658]➜  packagefile github.com/uptrace/bun/dialect/feature=/tmp/go-build3998081543/b1276/_pkg_.a
2025-08-20T22:42:03.0069101Z [00:03:44.658]➜  packagefile github.com/uptrace/bun/dialect/sqltype=/tmp/go-build3998081543/b1277/_pkg_.a
2025-08-20T22:42:03.0069743Z [00:03:44.658]➜  packagefile github.com/uptrace/bun/extra/bunjson=/tmp/go-build3998081543/b1281/_pkg_.a
2025-08-20T22:42:03.0070359Z [00:03:44.658]➜  packagefile github.com/uptrace/bun/internal=/tmp/go-build3998081543/b1274/_pkg_.a
2025-08-20T22:42:03.0070986Z [00:03:44.658]➜  packagefile github.com/uptrace/bun/internal/parser=/tmp/go-build3998081543/b1282/_pkg_.a
2025-08-20T22:42:03.0071655Z [00:03:44.658]➜  packagefile github.com/uptrace/bun/internal/tagparser=/tmp/go-build3998081543/b1283/_pkg_.a
2025-08-20T22:42:03.0072331Z [00:03:44.658]➜  packagefile github.com/vmihailenco/msgpack/v5=/tmp/go-build3998081543/b1284/_pkg_.a
2025-08-20T22:42:03.0073051Z [00:03:44.658]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:03.0073477Z [00:03:44.658]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:42:03.0073908Z [00:03:44.658]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:03.0088359Z [00:03:44.658]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:03.0088822Z [00:03:44.658]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:03.0089269Z [00:03:44.658]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:03.0089694Z [00:03:44.658]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:03.0090105Z [00:03:44.658]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:03.0090550Z [00:03:44.658]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:03.0090890Z [00:03:44.658]➜  EOF
2025-08-20T22:42:03.0096284Z [00:03:44.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1278/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema=>github.com/uptrace/bun@v1.2.12/schema;$WORK/b1278=>" -p github.com/uptrace/bun/schema -lang=go1.23 -complete -installsuffix shared -buildid d8LJliRV-s_Tj5PxgTnV/d8LJliRV-s_Tj5PxgTnV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1278/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/append.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/append_value.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/dialect.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/field.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/formatter.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/hook.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/reflect.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/relation.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/scan.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/sqlfmt.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/sqltype.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/table.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/tables.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/schema/zerochecker.go
2025-08-20T22:42:03.0843901Z [00:03:44.737]➜  go tool buildid -w $WORK/b1069/_pkg_.a # internal
2025-08-20T22:42:03.0906856Z [00:03:44.743]➜  cp $WORK/b1069/_pkg_.a /root/.cache/go-build/c8/c8942561d546e2eb22665c0451c9500d963616bc59cc4c2959194440fd8f8143-d # internal
2025-08-20T22:42:03.0924368Z [00:03:44.745]➜  github.com/apache/iceberg-go/internal
2025-08-20T22:42:03.0932240Z [00:03:44.746]➜  mkdir -p $WORK/b1068/
2025-08-20T22:42:03.0943588Z [00:03:44.747]➜  cat >/tmp/go-build3998081543/b1068/importcfg << 'EOF' # internal
2025-08-20T22:42:03.0944339Z [00:03:44.747]➜  # import config
2025-08-20T22:42:03.0945243Z [00:03:44.747]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:03.0945904Z [00:03:44.747]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:42:03.0946714Z [00:03:44.747]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:03.0947134Z [00:03:44.747]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:03.0947664Z [00:03:44.747]➜  packagefile github.com/apache/iceberg-go/io=/tmp/go-build3998081543/b1069/_pkg_.a
2025-08-20T22:42:03.0948245Z [00:03:44.747]➜  packagefile github.com/hamba/avro/v2=/tmp/go-build3998081543/b1213/_pkg_.a
2025-08-20T22:42:03.0948840Z [00:03:44.747]➜  packagefile github.com/stretchr/testify/mock=/tmp/go-build3998081543/b1215/_pkg_.a
2025-08-20T22:42:03.0949344Z [00:03:44.747]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:03.0949756Z [00:03:44.747]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:42:03.0950165Z [00:03:44.747]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:03.0950582Z [00:03:44.747]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:03.0951150Z [00:03:44.747]➜  EOF
2025-08-20T22:42:03.0957873Z [00:03:44.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/internal=>github.com/apache/iceberg-go@v0.3.0/internal;$WORK/b1068=>" -p github.com/apache/iceberg-go/internal -lang=go1.24 -complete -installsuffix shared -buildid nuc2UCtF0xaJ6gZsj9hR/nuc2UCtF0xaJ6gZsj9hR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1068/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/internal/avro_schemas.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/internal/mock_fs.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/internal/must.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/internal/utils.go
﻿2025-08-20T22:42:03.3551647Z [00:03:45.007]➜  go tool buildid -w $WORK/b1068/_pkg_.a # internal
2025-08-20T22:42:03.3673657Z [00:03:45.020]➜  cp $WORK/b1068/_pkg_.a /root/.cache/go-build/05/05bba573d1826fac0344ede3ae778a687b760f93af1b8459ce7d3f7e513a45a3-d # internal
2025-08-20T22:42:03.3740243Z [00:03:45.026]➜  github.com/apache/iceberg-go
2025-08-20T22:42:03.3758139Z [00:03:45.026]➜  mkdir -p $WORK/b1067/
2025-08-20T22:42:03.3760004Z [00:03:45.028]➜  cat >/tmp/go-build3998081543/b1067/importcfg << 'EOF' # internal
2025-08-20T22:42:03.3760441Z [00:03:45.028]➜  # import config
2025-08-20T22:42:03.3760912Z [00:03:45.028]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:03.3761389Z [00:03:45.028]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:42:03.3761818Z [00:03:45.028]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:42:03.3762282Z [00:03:45.028]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:03.3762765Z [00:03:45.028]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:03.3763314Z [00:03:45.028]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:03.3763761Z [00:03:45.028]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:03.3764174Z [00:03:45.028]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:03.3764704Z [00:03:45.028]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:42:03.3765641Z [00:03:45.028]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal=/tmp/go-build3998081543/b358/_pkg_.a
2025-08-20T22:42:03.3766421Z [00:03:45.028]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:42:03.3767094Z [00:03:45.028]➜  packagefile github.com/apache/iceberg-go/internal=/tmp/go-build3998081543/b1068/_pkg_.a
2025-08-20T22:42:03.3767713Z [00:03:45.028]➜  packagefile github.com/apache/iceberg-go/io=/tmp/go-build3998081543/b1069/_pkg_.a
2025-08-20T22:42:03.3768530Z [00:03:45.028]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:42:03.3769068Z [00:03:45.028]➜  packagefile github.com/hamba/avro/v2=/tmp/go-build3998081543/b1213/_pkg_.a
2025-08-20T22:42:03.3769629Z [00:03:45.028]➜  packagefile github.com/hamba/avro/v2/ocf=/tmp/go-build3998081543/b1217/_pkg_.a
2025-08-20T22:42:03.3770187Z [00:03:45.028]➜  packagefile github.com/twmb/murmur3=/tmp/go-build3998081543/b1219/_pkg_.a
2025-08-20T22:42:03.3770693Z [00:03:45.028]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:42:03.3771131Z [00:03:45.028]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:03.3771544Z [00:03:45.028]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:03.3771956Z [00:03:45.028]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:42:03.3772370Z [00:03:45.028]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:03.3772802Z [00:03:45.028]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:03.3773240Z [00:03:45.028]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:03.3773661Z [00:03:45.028]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:03.3774088Z [00:03:45.028]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:03.3774516Z [00:03:45.028]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:03.3774959Z [00:03:45.028]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:42:03.3780624Z [00:03:45.028]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:03.3781128Z [00:03:45.028]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:03.3781560Z [00:03:45.028]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:03.3781980Z [00:03:45.028]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:03.3782739Z [00:03:45.028]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:03.3783181Z [00:03:45.028]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:03.3783601Z [00:03:45.028]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:03.3783918Z [00:03:45.028]➜  EOF
2025-08-20T22:42:03.3790664Z [00:03:45.028]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290=>github.com/apache/iceberg-go@v0.3.0;$WORK/b1067=>" -p github.com/apache/iceberg-go -lang=go1.24 -complete -installsuffix shared -buildid lgQ045DHzTrMP9Q3_1tL/lgQ045DHzTrMP9Q3_1tL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1067/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/errors.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/exprs.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/literals.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/manifest.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/name_mapping.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/operation_string.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/partitions.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/predicates.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/schema.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/schema_conversions.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/transforms.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/types.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/utils.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/visitors.go
2025-08-20T22:42:03.6523383Z [00:03:45.304]➜  go tool buildid -w $WORK/b1278/_pkg_.a # internal
2025-08-20T22:42:03.6671994Z [00:03:45.319]➜  cp $WORK/b1278/_pkg_.a /root/.cache/go-build/14/141cc3bc00e5cf6ed4e83e43f9c84a03b39d190fd3e15a82139a45e23c15013a-d # internal
2025-08-20T22:42:03.6699414Z [00:03:45.322]➜  github.com/uptrace/bun
2025-08-20T22:42:03.6700465Z [00:03:45.322]➜  mkdir -p $WORK/b1272/
2025-08-20T22:42:03.6708038Z [00:03:45.323]➜  cat >/tmp/go-build3998081543/b1272/importcfg << 'EOF' # internal
2025-08-20T22:42:03.6710904Z [00:03:45.323]➜  # import config
2025-08-20T22:42:03.6713300Z [00:03:45.323]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:03.6727268Z [00:03:45.323]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:03.6728239Z [00:03:45.323]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:03.6730974Z [00:03:45.323]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:03.6731518Z [00:03:45.323]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:03.6732014Z [00:03:45.323]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:03.6732461Z [00:03:45.323]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:03.6732888Z [00:03:45.323]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:03.6733401Z [00:03:45.323]➜  packagefile github.com/uptrace/bun/dialect=/tmp/go-build3998081543/b1273/_pkg_.a
2025-08-20T22:42:03.6734040Z [00:03:45.323]➜  packagefile github.com/uptrace/bun/dialect/feature=/tmp/go-build3998081543/b1276/_pkg_.a
2025-08-20T22:42:03.6734693Z [00:03:45.323]➜  packagefile github.com/uptrace/bun/dialect/sqltype=/tmp/go-build3998081543/b1277/_pkg_.a
2025-08-20T22:42:03.6735316Z [00:03:45.323]➜  packagefile github.com/uptrace/bun/internal=/tmp/go-build3998081543/b1274/_pkg_.a
2025-08-20T22:42:03.6740701Z [00:03:45.323]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:42:03.6741221Z [00:03:45.323]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:03.6741639Z [00:03:45.323]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:03.6742190Z [00:03:45.323]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:03.6742683Z [00:03:45.323]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:03.6743219Z [00:03:45.323]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:03.6743716Z [00:03:45.323]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:03.6744152Z [00:03:45.323]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:03.6744570Z [00:03:45.323]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:03.6744884Z [00:03:45.323]➜  EOF
2025-08-20T22:42:03.6753283Z [00:03:45.323]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1272/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12=>github.com/uptrace/bun@v1.2.12;$WORK/b1272=>" -p github.com/uptrace/bun -lang=go1.23 -complete -installsuffix shared -buildid QEKg-mc3aj_iBlD8vQNr/QEKg-mc3aj_iBlD8vQNr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1272/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/bun.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/db.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/hook.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/model.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/model_map.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/model_map_slice.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/model_scan.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/model_slice.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/model_table_has_many.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/model_table_m2m.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/model_table_slice.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/model_table_struct.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_base.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_column_add.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_column_drop.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_delete.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_index_create.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_index_drop.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_insert.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_merge.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_raw.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_select.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_table_create.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_table_drop.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_table_truncate.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_update.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/query_values.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/relation_join.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/util.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/version.go
2025-08-20T22:42:03.9329051Z [00:03:45.585]➜  go tool buildid -w $WORK/b1224/_pkg_.a # internal
2025-08-20T22:42:03.9496228Z [00:03:45.602]➜  cp $WORK/b1224/_pkg_.a /root/.cache/go-build/35/3553f4e8214e9404a426883c91851d24b121e5df6f9fcb19e531b5f7f246dd9b-d # internal
2025-08-20T22:42:03.9521568Z [00:03:45.604]➜  github.com/apache/arrow-go/v18/arrow/compute/exprs
2025-08-20T22:42:03.9525008Z [00:03:45.605]➜  mkdir -p $WORK/b1223/
2025-08-20T22:42:03.9525974Z [00:03:45.605]➜  cat >/tmp/go-build3998081543/b1223/importcfg << 'EOF' # internal
2025-08-20T22:42:03.9532967Z [00:03:45.606]➜  # import config
2025-08-20T22:42:03.9534083Z [00:03:45.606]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:03.9537132Z [00:03:45.606]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:03.9537937Z [00:03:45.606]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:03.9538474Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:42:03.9539240Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:42:03.9540021Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute=/tmp/go-build3998081543/b425/_pkg_.a
2025-08-20T22:42:03.9540842Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute/exec=/tmp/go-build3998081543/b426/_pkg_.a
2025-08-20T22:42:03.9541661Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:42:03.9542351Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow/endian=/tmp/go-build3998081543/b352/_pkg_.a
2025-08-20T22:42:03.9543038Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow/extensions=/tmp/go-build3998081543/b381/_pkg_.a
2025-08-20T22:42:03.9543772Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:42:03.9544476Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:42:03.9545143Z [00:03:45.606]➜  packagefile github.com/apache/arrow-go/v18/arrow/scalar=/tmp/go-build3998081543/b427/_pkg_.a
2025-08-20T22:42:03.9546043Z [00:03:45.606]➜  packagefile github.com/substrait-io/substrait-go/v3/expr=/tmp/go-build3998081543/b1224/_pkg_.a
2025-08-20T22:42:03.9546756Z [00:03:45.606]➜  packagefile github.com/substrait-io/substrait-go/v3/extensions=/tmp/go-build3998081543/b1227/_pkg_.a
2025-08-20T22:42:03.9547461Z [00:03:45.606]➜  packagefile github.com/substrait-io/substrait-go/v3/types=/tmp/go-build3998081543/b1240/_pkg_.a
2025-08-20T22:42:03.9548027Z [00:03:45.606]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:42:03.9548705Z [00:03:45.606]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:03.9549142Z [00:03:45.606]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:03.9549567Z [00:03:45.606]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:03.9549999Z [00:03:45.606]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:03.9550319Z [00:03:45.606]➜  EOF
2025-08-20T22:42:03.9553804Z [00:03:45.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exprs=>github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exprs;$WORK/b1223=>" -p github.com/apache/arrow-go/v18/arrow/compute/exprs -lang=go1.23 -complete -installsuffix shared -buildid -b5CqlO5v8JbHNg9KNl8/-b5CqlO5v8JbHNg9KNl8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1223/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exprs/builders.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exprs/exec.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exprs/extension_types.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exprs/field_refs.go /root/go/pkg/mod/github.com/apache/arrow-go/v18@v18.3.0/arrow/compute/exprs/types.go
2025-08-20T22:42:04.8125749Z [00:03:46.465]➜  go tool buildid -w $WORK/b1223/_pkg_.a # internal
2025-08-20T22:42:04.8486309Z [00:03:46.501]➜  cp $WORK/b1223/_pkg_.a /root/.cache/go-build/d4/d42360ef61ed66d53e770e498f3970d317a0e2a6dccc1559278db4630be17ac1-d # internal
2025-08-20T22:42:04.8487499Z [00:03:46.501]➜  golang.org/x/mod/semver
2025-08-20T22:42:04.8488073Z [00:03:46.501]➜  mkdir -p $WORK/b1290/
2025-08-20T22:42:04.8488708Z [00:03:46.501]➜  cat >/tmp/go-build3998081543/b1290/importcfg << 'EOF' # internal
2025-08-20T22:42:04.8489167Z [00:03:46.501]➜  # import config
2025-08-20T22:42:04.8489972Z [00:03:46.501]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:04.8491155Z [00:03:46.501]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:04.8491490Z [00:03:46.501]➜  EOF
2025-08-20T22:42:04.8493430Z [00:03:46.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1290/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver=>golang.org/x/mod@v0.25.0/semver;$WORK/b1290=>" -p golang.org/x/mod/semver -lang=go1.23 -complete -installsuffix shared -buildid mQzKBWXbCY40SljRIbbe/mQzKBWXbCY40SljRIbbe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1290/importcfg -pack /root/go/pkg/mod/golang.org/x/mod@v0.25.0/semver/semver.go
2025-08-20T22:42:04.9340595Z [00:03:46.586]➜  go tool buildid -w $WORK/b1290/_pkg_.a # internal
2025-08-20T22:42:04.9348680Z [00:03:46.587]➜  cp $WORK/b1290/_pkg_.a /root/.cache/go-build/e0/e0d9a2b307b0b59433b944dab265e43315c72c7018e15ddd24c0da75e37b64eb-d # internal
2025-08-20T22:42:04.9359538Z [00:03:46.588]➜  github.com/aws/aws-sdk-go-v2/service/athena/internal/endpoints
2025-08-20T22:42:04.9360979Z [00:03:46.588]➜  mkdir -p $WORK/b1300/
2025-08-20T22:42:04.9371698Z [00:03:46.590]➜  cat >/tmp/go-build3998081543/b1300/importcfg << 'EOF' # internal
2025-08-20T22:42:04.9372371Z [00:03:46.590]➜  # import config
2025-08-20T22:42:04.9373056Z [00:03:46.590]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:04.9373897Z [00:03:46.590]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3998081543/b566/_pkg_.a
2025-08-20T22:42:04.9374717Z [00:03:46.590]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:42:04.9376077Z [00:03:46.590]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:04.9376411Z [00:03:46.590]➜  EOF
2025-08-20T22:42:04.9378771Z [00:03:46.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/internal/endpoints=>github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/internal/endpoints;$WORK/b1300=>" -p github.com/aws/aws-sdk-go-v2/service/athena/internal/endpoints -lang=go1.22 -complete -installsuffix shared -buildid RhoM8SJ9Be4DgtUdz8OE/RhoM8SJ9Be4DgtUdz8OE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1300/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/internal/endpoints/endpoints.go
2025-08-20T22:42:04.9872177Z [00:03:46.639]➜  go tool buildid -w $WORK/b1300/_pkg_.a # internal
2025-08-20T22:42:04.9880551Z [00:03:46.640]➜  cp $WORK/b1300/_pkg_.a /root/.cache/go-build/b7/b7e831eb6ff456d01a3fcd39084c5657eacc1044ce2b67a673570020a6ba7e32-d # internal
2025-08-20T22:42:04.9900180Z [00:03:46.642]➜  github.com/aws/aws-sdk-go-v2/service/athena/types
2025-08-20T22:42:04.9908598Z [00:03:46.643]➜  mkdir -p $WORK/b1301/
2025-08-20T22:42:04.9912743Z [00:03:46.644]➜  cat >/tmp/go-build3998081543/b1301/importcfg << 'EOF' # internal
2025-08-20T22:42:04.9913357Z [00:03:46.644]➜  # import config
2025-08-20T22:42:04.9913796Z [00:03:46.644]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:04.9916207Z [00:03:46.644]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:42:04.9917245Z [00:03:46.644]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:42:04.9918600Z [00:03:46.644]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:04.9918918Z [00:03:46.644]➜  EOF
2025-08-20T22:42:04.9921622Z [00:03:46.644]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1301/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/types=>github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/types;$WORK/b1301=>" -p github.com/aws/aws-sdk-go-v2/service/athena/types -lang=go1.22 -complete -installsuffix shared -buildid PB6jOuwMBBm-2Z9__2TN/PB6jOuwMBBm-2Z9__2TN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1301/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/types/enums.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/types/errors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/types/types.go
2025-08-20T22:42:05.1203952Z [00:03:46.773]➜  go tool buildid -w $WORK/b1301/_pkg_.a # internal
2025-08-20T22:42:05.1261569Z [00:03:46.778]➜  cp $WORK/b1301/_pkg_.a /root/.cache/go-build/ba/ba86f6ce6a0d52ab549c796920e31bc5a73b43e8d3cec78a21a554edfbb5633c-d # internal
2025-08-20T22:42:05.1901724Z [00:03:46.842]➜  github.com/aws/aws-sdk-go-v2/service/athena
2025-08-20T22:42:05.1902889Z [00:03:46.843]➜  mkdir -p $WORK/b1299/
2025-08-20T22:42:05.1913685Z [00:03:46.844]➜  cat >/tmp/go-build3998081543/b1299/importcfg << 'EOF' # internal
2025-08-20T22:42:05.1914361Z [00:03:46.844]➜  # import config
2025-08-20T22:42:05.1914950Z [00:03:46.844]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:05.1915765Z [00:03:46.844]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:05.1917038Z [00:03:46.844]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:05.1917523Z [00:03:46.844]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:05.1917982Z [00:03:46.844]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:05.1918401Z [00:03:46.844]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:05.1918911Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:05.1919534Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3998081543/b558/_pkg_.a
2025-08-20T22:42:05.1920190Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:42:05.1920882Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3998081543/b559/_pkg_.a
2025-08-20T22:42:05.1921869Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:42:05.1922506Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:42:05.1923178Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:42:05.1923847Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3998081543/b336/_pkg_.a
2025-08-20T22:42:05.1924536Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3998081543/b560/_pkg_.a
2025-08-20T22:42:05.1925255Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3998081543/b561/_pkg_.a
2025-08-20T22:42:05.1926168Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3998081543/b562/_pkg_.a
2025-08-20T22:42:05.1926926Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3998081543/b563/_pkg_.a
2025-08-20T22:42:05.1927670Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3998081543/b564/_pkg_.a
2025-08-20T22:42:05.1928455Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/service/athena/internal/endpoints=/tmp/go-build3998081543/b1300/_pkg_.a
2025-08-20T22:42:05.1929215Z [00:03:46.844]➜  packagefile github.com/aws/aws-sdk-go-v2/service/athena/types=/tmp/go-build3998081543/b1301/_pkg_.a
2025-08-20T22:42:05.1929838Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:42:05.1930397Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:42:05.1941271Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:42:05.1942041Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:42:05.1943043Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3998081543/b573/_pkg_.a
2025-08-20T22:42:05.1943665Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3998081543/b569/_pkg_.a
2025-08-20T22:42:05.1944358Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3998081543/b550/_pkg_.a
2025-08-20T22:42:05.1944996Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:42:05.1945903Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3998081543/b327/_pkg_.a
2025-08-20T22:42:05.1946558Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:42:05.1947146Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3998081543/b331/_pkg_.a
2025-08-20T22:42:05.1947716Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3998081543/b333/_pkg_.a
2025-08-20T22:42:05.1948299Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3998081543/b328/_pkg_.a
2025-08-20T22:42:05.1948877Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:42:05.1949499Z [00:03:46.844]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:42:05.1950013Z [00:03:46.844]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:05.1950420Z [00:03:46.844]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:05.1950850Z [00:03:46.844]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:05.1951283Z [00:03:46.844]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:05.1951696Z [00:03:46.844]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:05.1952102Z [00:03:46.844]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:05.1952729Z [00:03:46.844]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:05.1953174Z [00:03:46.844]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:05.1953608Z [00:03:46.844]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:05.1953921Z [00:03:46.844]➜  EOF
2025-08-20T22:42:05.2009718Z [00:03:46.846]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0=>github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0;$WORK/b1299=>" -p github.com/aws/aws-sdk-go-v2/service/athena -lang=go1.22 -complete -installsuffix shared -buildid uq_Tx8AJ96auW_txq05d/uq_Tx8AJ96auW_txq05d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1299/importcfg -pack /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_client.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_BatchGetNamedQuery.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_BatchGetPreparedStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_BatchGetQueryExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_CancelCapacityReservation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_CreateCapacityReservation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_CreateDataCatalog.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_CreateNamedQuery.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_CreateNotebook.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_CreatePreparedStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_CreatePresignedNotebookUrl.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_CreateWorkGroup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_DeleteCapacityReservation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_DeleteDataCatalog.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_DeleteNamedQuery.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_DeleteNotebook.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_DeletePreparedStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_DeleteWorkGroup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ExportNotebook.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetCalculationExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetCalculationExecutionCode.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetCalculationExecutionStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetCapacityAssignmentConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetCapacityReservation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetDataCatalog.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetDatabase.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetNamedQuery.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetNotebookMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetPreparedStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetQueryExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetQueryResults.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetQueryRuntimeStatistics.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetSessionStatus.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetTableMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_GetWorkGroup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ImportNotebook.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListApplicationDPUSizes.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListCalculationExecutions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListCapacityReservations.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListDataCatalogs.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListDatabases.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListEngineVersions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListExecutors.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListNamedQueries.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListNotebookMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListNotebookSessions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListPreparedStatements.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListQueryExecutions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListSessions.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListTableMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListTagsForResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_ListWorkGroups.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_PutCapacityAssignmentConfiguration.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_StartCalculationExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_StartQueryExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_StartSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_StopCalculationExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_StopQueryExecution.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_TagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_TerminateSession.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_UntagResource.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_UpdateCapacityReservation.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_UpdateDataCatalog.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_UpdateNamedQuery.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_UpdateNotebook.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_UpdateNotebookMetadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_UpdatePreparedStatement.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/api_op_UpdateWorkGroup.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/auth.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/deserializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/doc.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/endpoints.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/go_module_metadata.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/options.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/serializers.go /root/go/pkg/mod/github.com/aws/aws-sdk-go-v2/service/athena@v1.51.0/validators.go
2025-08-20T22:42:05.9412684Z [00:03:47.593]➜  go tool buildid -w $WORK/b1067/_pkg_.a # internal
2025-08-20T22:42:06.0469364Z [00:03:47.699]➜  cp $WORK/b1067/_pkg_.a /root/.cache/go-build/6b/6bd373f22b02bd21dd52f78aa00c90667939e5e602e832ef4b512efb7b5151a5-d # internal
2025-08-20T22:42:06.0527871Z [00:03:47.705]➜  github.com/apache/iceberg-go/table/internal
2025-08-20T22:42:06.0528412Z [00:03:47.705]➜  mkdir -p $WORK/b1247/
2025-08-20T22:42:06.0534796Z [00:03:47.706]➜  cat >/tmp/go-build3998081543/b1247/importcfg << 'EOF' # internal
2025-08-20T22:42:06.0535810Z [00:03:47.706]➜  # import config
2025-08-20T22:42:06.0536196Z [00:03:47.706]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:06.0536651Z [00:03:47.706]➜  packagefile container/heap=/tmp/go-build3998081543/b610/_pkg_.a
2025-08-20T22:42:06.0537113Z [00:03:47.706]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:06.0537602Z [00:03:47.706]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:06.0538055Z [00:03:47.706]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:06.0538469Z [00:03:47.706]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:06.0539000Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:42:06.0539658Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:42:06.0540332Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute=/tmp/go-build3998081543/b425/_pkg_.a
2025-08-20T22:42:06.0541013Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal=/tmp/go-build3998081543/b358/_pkg_.a
2025-08-20T22:42:06.0541705Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:42:06.0542671Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:42:06.0543322Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:42:06.0544130Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/parquet/compress=/tmp/go-build3998081543/b384/_pkg_.a
2025-08-20T22:42:06.0544894Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/parquet/file=/tmp/go-build3998081543/b414/_pkg_.a
2025-08-20T22:42:06.0545857Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/parquet/metadata=/tmp/go-build3998081543/b421/_pkg_.a
2025-08-20T22:42:06.0546632Z [00:03:47.706]➜  packagefile github.com/apache/arrow-go/v18/parquet/pqarrow=/tmp/go-build3998081543/b424/_pkg_.a
2025-08-20T22:42:06.0547274Z [00:03:47.706]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:42:06.0547938Z [00:03:47.706]➜  packagefile github.com/apache/iceberg-go/internal=/tmp/go-build3998081543/b1068/_pkg_.a
2025-08-20T22:42:06.0548563Z [00:03:47.706]➜  packagefile github.com/apache/iceberg-go/io=/tmp/go-build3998081543/b1069/_pkg_.a
2025-08-20T22:42:06.0549119Z [00:03:47.706]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:42:06.0549997Z [00:03:47.706]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3998081543/b431/_pkg_.a
2025-08-20T22:42:06.0550587Z [00:03:47.706]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:06.0551100Z [00:03:47.706]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:06.0551616Z [00:03:47.706]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:42:06.0552157Z [00:03:47.706]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:06.0552680Z [00:03:47.706]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:06.0553226Z [00:03:47.706]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:06.0554036Z [00:03:47.706]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:06.0554598Z [00:03:47.706]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:06.0555152Z [00:03:47.706]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:06.0559903Z [00:03:47.706]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:06.0560255Z [00:03:47.706]➜  EOF
2025-08-20T22:42:06.0563330Z [00:03:47.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1247/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/internal=>github.com/apache/iceberg-go@v0.3.0/table/internal;$WORK/b1247=>" -p github.com/apache/iceberg-go/table/internal -lang=go1.24 -complete -installsuffix shared -buildid VYVcUALT6cs2sSLBXjCJ/VYVcUALT6cs2sSLBXjCJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1247/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/internal/interfaces.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/internal/parquet_files.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/internal/utils.go
2025-08-20T22:42:06.4353325Z [00:03:48.087]➜  go tool buildid -w $WORK/b1272/_pkg_.a # internal
2025-08-20T22:42:06.5429148Z [00:03:48.195]➜  cp $WORK/b1272/_pkg_.a /root/.cache/go-build/48/487f39a7e495b52ab8a8849f657de3273683249d4aa4ecf65de542b9fa0bbf19-d # internal
2025-08-20T22:42:06.5496314Z [00:03:48.202]➜  github.com/apache/iceberg-go/table/substrait
2025-08-20T22:42:06.5504175Z [00:03:48.202]➜  mkdir -p $WORK/b1248/
2025-08-20T22:42:06.5504592Z [00:03:48.202]➜  cat >/tmp/go-build3998081543/b1248/importcfg << 'EOF' # internal
2025-08-20T22:42:06.5504962Z [00:03:48.202]➜  # import config
2025-08-20T22:42:06.5505303Z [00:03:48.202]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:42:06.5506111Z [00:03:48.202]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:06.5506819Z [00:03:48.202]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute/exprs=/tmp/go-build3998081543/b1223/_pkg_.a
2025-08-20T22:42:06.5507656Z [00:03:48.202]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:42:06.5508400Z [00:03:48.202]➜  packagefile github.com/substrait-io/substrait-go/v3/expr=/tmp/go-build3998081543/b1224/_pkg_.a
2025-08-20T22:42:06.5509229Z [00:03:48.202]➜  packagefile github.com/substrait-io/substrait-go/v3/extensions=/tmp/go-build3998081543/b1227/_pkg_.a
2025-08-20T22:42:06.5510027Z [00:03:48.202]➜  packagefile github.com/substrait-io/substrait-go/v3/types=/tmp/go-build3998081543/b1240/_pkg_.a
2025-08-20T22:42:06.5510584Z [00:03:48.202]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:06.5510905Z [00:03:48.202]➜  EOF
2025-08-20T22:42:06.5511229Z [00:03:48.203]➜  cat >/tmp/go-build3998081543/b1248/embedcfg << 'EOF' # internal
2025-08-20T22:42:06.5511571Z [00:03:48.203]➜  {
2025-08-20T22:42:06.5512658Z [00:03:48.203]➜  	"Patterns": {
2025-08-20T22:42:06.5513251Z [00:03:48.203]➜  		"functions_set.yaml": [
2025-08-20T22:42:06.5513871Z [00:03:48.203]➜  			"functions_set.yaml"
2025-08-20T22:42:06.5514389Z [00:03:48.203]➜  		]
2025-08-20T22:42:06.5515080Z [00:03:48.203]➜  	},
2025-08-20T22:42:06.5515476Z [00:03:48.203]➜  	"Files": {
2025-08-20T22:42:06.5516199Z [00:03:48.203]➜  		"functions_set.yaml": "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/substrait/functions_set.yaml"
2025-08-20T22:42:06.5516770Z [00:03:48.203]➜  	}
2025-08-20T22:42:06.5516969Z [00:03:48.203]➜  }EOF
2025-08-20T22:42:06.5519362Z [00:03:48.203]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1248/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/substrait=>github.com/apache/iceberg-go@v0.3.0/table/substrait;$WORK/b1248=>" -p github.com/apache/iceberg-go/table/substrait -lang=go1.24 -complete -installsuffix shared -buildid t4nOy4Xkgnbz9E-nSKJx/t4nOy4Xkgnbz9E-nSKJx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1248/importcfg -embedcfg $WORK/b1248/embedcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/substrait/substrait.go
2025-08-20T22:42:06.7491530Z [00:03:48.401]➜  go tool buildid -w $WORK/b1247/_pkg_.a # internal
2025-08-20T22:42:06.7585022Z [00:03:48.411]➜  cp $WORK/b1247/_pkg_.a /root/.cache/go-build/29/29c4ce5c9435b200d4ca77fd2ee4863436434a8fd575f005505fd88680add310-d # internal
2025-08-20T22:42:06.7587738Z [00:03:48.411]➜  github.com/uptrace/bun/dialect/mssqldialect
2025-08-20T22:42:06.7589251Z [00:03:48.411]➜  mkdir -p $WORK/b1289/
2025-08-20T22:42:06.7593783Z [00:03:48.412]➜  cat >/tmp/go-build3998081543/b1289/importcfg << 'EOF' # internal
2025-08-20T22:42:06.7594216Z [00:03:48.412]➜  # import config
2025-08-20T22:42:06.7594613Z [00:03:48.412]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:06.7595101Z [00:03:48.412]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:06.7595660Z [00:03:48.412]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:06.7596157Z [00:03:48.412]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:42:06.7596728Z [00:03:48.412]➜  packagefile github.com/uptrace/bun/dialect=/tmp/go-build3998081543/b1273/_pkg_.a
2025-08-20T22:42:06.7597365Z [00:03:48.412]➜  packagefile github.com/uptrace/bun/dialect/feature=/tmp/go-build3998081543/b1276/_pkg_.a
2025-08-20T22:42:06.7598013Z [00:03:48.412]➜  packagefile github.com/uptrace/bun/dialect/sqltype=/tmp/go-build3998081543/b1277/_pkg_.a
2025-08-20T22:42:06.7598624Z [00:03:48.412]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:42:06.7599188Z [00:03:48.412]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3998081543/b1290/_pkg_.a
2025-08-20T22:42:06.7600001Z [00:03:48.412]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:06.7600425Z [00:03:48.412]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:06.7604086Z [00:03:48.412]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:06.7605984Z [00:03:48.413]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:06.7606950Z [00:03:48.413]➜  EOF
2025-08-20T22:42:06.7611698Z [00:03:48.413]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1289/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun/dialect/mssqldialect@v1.2.12=>github.com/uptrace/bun/dialect/mssqldialect@v1.2.12;$WORK/b1289=>" -p github.com/uptrace/bun/dialect/mssqldialect -lang=go1.23 -complete -installsuffix shared -buildid lZf2Jnm_Pm29a2iMlsr3/lZf2Jnm_Pm29a2iMlsr3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1289/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun/dialect/mssqldialect@v1.2.12/dialect.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/mssqldialect@v1.2.12/version.go
2025-08-20T22:42:06.9311953Z [00:03:48.583]➜  go tool buildid -w $WORK/b1289/_pkg_.a # internal
2025-08-20T22:42:06.9336011Z [00:03:48.586]➜  cp $WORK/b1289/_pkg_.a /root/.cache/go-build/8c/8c0fe1868e53873009567010bd97f356dc1a3f56c8eefefa55abd4a6f69f643c-d # internal
2025-08-20T22:42:06.9339459Z [00:03:48.586]➜  github.com/uptrace/bun/dialect/mysqldialect
2025-08-20T22:42:06.9343613Z [00:03:48.587]➜  mkdir -p $WORK/b1291/
2025-08-20T22:42:06.9388053Z [00:03:48.591]➜  cat >/tmp/go-build3998081543/b1291/importcfg << 'EOF' # internal
2025-08-20T22:42:06.9396548Z [00:03:48.591]➜  # import config
2025-08-20T22:42:06.9398121Z [00:03:48.591]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:06.9398751Z [00:03:48.591]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:06.9399461Z [00:03:48.591]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:06.9400730Z [00:03:48.591]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:42:06.9401822Z [00:03:48.591]➜  packagefile github.com/uptrace/bun/dialect=/tmp/go-build3998081543/b1273/_pkg_.a
2025-08-20T22:42:06.9402720Z [00:03:48.591]➜  packagefile github.com/uptrace/bun/dialect/feature=/tmp/go-build3998081543/b1276/_pkg_.a
2025-08-20T22:42:06.9403664Z [00:03:48.591]➜  packagefile github.com/uptrace/bun/dialect/sqltype=/tmp/go-build3998081543/b1277/_pkg_.a
2025-08-20T22:42:06.9404489Z [00:03:48.591]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:42:06.9405494Z [00:03:48.591]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3998081543/b1290/_pkg_.a
2025-08-20T22:42:06.9406565Z [00:03:48.591]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:06.9407043Z [00:03:48.591]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:06.9407473Z [00:03:48.591]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:06.9407980Z [00:03:48.591]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:06.9408316Z [00:03:48.591]➜  EOF
2025-08-20T22:42:06.9412356Z [00:03:48.593]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1291/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun/dialect/mysqldialect@v1.2.12=>github.com/uptrace/bun/dialect/mysqldialect@v1.2.12;$WORK/b1291=>" -p github.com/uptrace/bun/dialect/mysqldialect -lang=go1.23 -complete -installsuffix shared -buildid JfkxU3760QfO1r1K0Xdo/JfkxU3760QfO1r1K0Xdo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1291/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun/dialect/mysqldialect@v1.2.12/dialect.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/mysqldialect@v1.2.12/version.go
2025-08-20T22:42:07.0865698Z [00:03:48.739]➜  go tool buildid -w $WORK/b1291/_pkg_.a # internal
2025-08-20T22:42:07.0886110Z [00:03:48.741]➜  cp $WORK/b1291/_pkg_.a /root/.cache/go-build/e4/e4b50a9bd53baeee956dc4b75dbe8166275b797d72cdea20dfbe58c1b3b84616-d # internal
2025-08-20T22:42:07.0898398Z [00:03:48.742]➜  github.com/uptrace/bun/dialect/oracledialect
2025-08-20T22:42:07.0898785Z [00:03:48.742]➜  mkdir -p $WORK/b1292/
2025-08-20T22:42:07.0899182Z [00:03:48.742]➜  cat >/tmp/go-build3998081543/b1292/importcfg << 'EOF' # internal
2025-08-20T22:42:07.0899773Z [00:03:48.742]➜  # import config
2025-08-20T22:42:07.0900214Z [00:03:48.742]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:07.0900803Z [00:03:48.742]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:07.0901302Z [00:03:48.742]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:07.0901780Z [00:03:48.742]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:42:07.0902349Z [00:03:48.742]➜  packagefile github.com/uptrace/bun/dialect=/tmp/go-build3998081543/b1273/_pkg_.a
2025-08-20T22:42:07.0902973Z [00:03:48.742]➜  packagefile github.com/uptrace/bun/dialect/feature=/tmp/go-build3998081543/b1276/_pkg_.a
2025-08-20T22:42:07.0903868Z [00:03:48.742]➜  packagefile github.com/uptrace/bun/dialect/sqltype=/tmp/go-build3998081543/b1277/_pkg_.a
2025-08-20T22:42:07.0904483Z [00:03:48.742]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:42:07.0904984Z [00:03:48.742]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:07.0905294Z [00:03:48.742]➜  EOF
2025-08-20T22:42:07.0907908Z [00:03:48.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1292/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun/dialect/oracledialect@v1.2.12=>github.com/uptrace/bun/dialect/oracledialect@v1.2.12;$WORK/b1292=>" -p github.com/uptrace/bun/dialect/oracledialect -lang=go1.23 -complete -installsuffix shared -buildid If7BjWtZKzKB71kAp63d/If7BjWtZKzKB71kAp63d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1292/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun/dialect/oracledialect@v1.2.12/dialect.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/oracledialect@v1.2.12/version.go
2025-08-20T22:42:07.2089652Z [00:03:48.861]➜  go tool buildid -w $WORK/b1248/_pkg_.a # internal
2025-08-20T22:42:07.2209641Z [00:03:48.873]➜  cp $WORK/b1248/_pkg_.a /root/.cache/go-build/ca/cac5153b8c36ddc031abc0f8857a4fad56595f4973538611c5fa0853c67aed0c-d # internal
2025-08-20T22:42:07.2300207Z [00:03:48.882]➜  github.com/apache/iceberg-go/table
2025-08-20T22:42:07.2300761Z [00:03:48.882]➜  mkdir -p $WORK/b1222/
2025-08-20T22:42:07.2303853Z [00:03:48.883]➜  cat >/tmp/go-build3998081543/b1222/importcfg << 'EOF' # internal
2025-08-20T22:42:07.2304246Z [00:03:48.883]➜  # import config
2025-08-20T22:42:07.2304590Z [00:03:48.883]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:42:07.2305019Z [00:03:48.883]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:07.2305604Z [00:03:48.883]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:07.2306176Z [00:03:48.883]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:07.2306623Z [00:03:48.883]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:07.2307041Z [00:03:48.883]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:07.2307573Z [00:03:48.883]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:42:07.2311153Z [00:03:48.883]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:42:07.2314689Z [00:03:48.883]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:42:07.2315557Z [00:03:48.883]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute=/tmp/go-build3998081543/b425/_pkg_.a
2025-08-20T22:42:07.2316333Z [00:03:48.883]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute/exprs=/tmp/go-build3998081543/b1223/_pkg_.a
2025-08-20T22:42:07.2317231Z [00:03:48.883]➜  packagefile github.com/apache/arrow-go/v18/arrow/extensions=/tmp/go-build3998081543/b381/_pkg_.a
2025-08-20T22:42:07.2317928Z [00:03:48.883]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:42:07.2318716Z [00:03:48.883]➜  packagefile github.com/apache/arrow-go/v18/parquet/metadata=/tmp/go-build3998081543/b421/_pkg_.a
2025-08-20T22:42:07.2319424Z [00:03:48.883]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:42:07.2320045Z [00:03:48.883]➜  packagefile github.com/apache/iceberg-go/config=/tmp/go-build3998081543/b1221/_pkg_.a
2025-08-20T22:42:07.2320682Z [00:03:48.883]➜  packagefile github.com/apache/iceberg-go/internal=/tmp/go-build3998081543/b1068/_pkg_.a
2025-08-20T22:42:07.2321556Z [00:03:48.883]➜  packagefile github.com/apache/iceberg-go/io=/tmp/go-build3998081543/b1069/_pkg_.a
2025-08-20T22:42:07.2322316Z [00:03:48.883]➜  packagefile github.com/apache/iceberg-go/table/internal=/tmp/go-build3998081543/b1247/_pkg_.a
2025-08-20T22:42:07.2323304Z [00:03:48.883]➜  packagefile github.com/apache/iceberg-go/table/substrait=/tmp/go-build3998081543/b1248/_pkg_.a
2025-08-20T22:42:07.2324004Z [00:03:48.883]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:42:07.2324666Z [00:03:48.883]➜  packagefile github.com/pterm/pterm=/tmp/go-build3998081543/b1249/_pkg_.a
2025-08-20T22:42:07.2327699Z [00:03:48.883]➜  packagefile github.com/substrait-io/substrait-go/v3/expr=/tmp/go-build3998081543/b1224/_pkg_.a
2025-08-20T22:42:07.2328411Z [00:03:48.883]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3998081543/b431/_pkg_.a
2025-08-20T22:42:07.2328895Z [00:03:48.883]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:07.2329305Z [00:03:48.883]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:07.2329716Z [00:03:48.883]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:07.2330125Z [00:03:48.883]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:42:07.2330553Z [00:03:48.883]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:07.2330975Z [00:03:48.883]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:07.2331404Z [00:03:48.883]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:07.2331838Z [00:03:48.883]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:07.2332266Z [00:03:48.883]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:07.2332695Z [00:03:48.883]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:07.2333124Z [00:03:48.883]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:07.2333545Z [00:03:48.883]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:07.2333982Z [00:03:48.883]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:07.2334422Z [00:03:48.883]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:07.2334747Z [00:03:48.883]➜  EOF
2025-08-20T22:42:07.2345122Z [00:03:48.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table=>github.com/apache/iceberg-go@v0.3.0/table;$WORK/b1222=>" -p github.com/apache/iceberg-go/table -lang=go1.24 -complete -installsuffix shared -buildid 2zYj5nl3bqQf0hxeln42/2zYj5nl3bqQf0hxeln42 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1222/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/arrow_scanner.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/arrow_utils.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/evaluators.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/locations.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/metadata.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/properties.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/refs.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/requirements.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/scanner.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/snapshot_producers.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/snapshots.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/sorting.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/table.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/transaction.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/updates.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/table/writer.go
2025-08-20T22:42:07.2401318Z [00:03:48.892]➜  go tool buildid -w $WORK/b1292/_pkg_.a # internal
2025-08-20T22:42:07.2421466Z [00:03:48.894]➜  cp $WORK/b1292/_pkg_.a /root/.cache/go-build/db/db8cb609fa7effc384a72dfc02100cba8de02f08196939ee831876343ae2cd41-d # internal
2025-08-20T22:42:07.2471283Z [00:03:48.899]➜  github.com/uptrace/bun/migrate/sqlschema
2025-08-20T22:42:07.2471830Z [00:03:48.900]➜  mkdir -p $WORK/b1296/
2025-08-20T22:42:07.2480517Z [00:03:48.900]➜  cat >/tmp/go-build3998081543/b1296/importcfg << 'EOF' # internal
2025-08-20T22:42:07.2481018Z [00:03:48.900]➜  # import config
2025-08-20T22:42:07.2481381Z [00:03:48.900]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:07.2481812Z [00:03:48.900]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:07.2482295Z [00:03:48.900]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:42:07.2482950Z [00:03:48.900]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:42:07.2483462Z [00:03:48.900]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:07.2483887Z [00:03:48.900]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:07.2484315Z [00:03:48.900]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:07.2484630Z [00:03:48.900]➜  EOF
2025-08-20T22:42:07.2576450Z [00:03:48.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/sqlschema=>github.com/uptrace/bun@v1.2.12/migrate/sqlschema;$WORK/b1296=>" -p github.com/uptrace/bun/migrate/sqlschema -lang=go1.23 -complete -installsuffix shared -buildid 0VBWO894gwNkneBiD2SG/0VBWO894gwNkneBiD2SG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1296/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/sqlschema/column.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/sqlschema/database.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/sqlschema/inspector.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/sqlschema/migrator.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/sqlschema/table.go
2025-08-20T22:42:07.4130563Z [00:03:49.065]➜  go tool buildid -w $WORK/b1296/_pkg_.a # internal
2025-08-20T22:42:07.4168961Z [00:03:49.069]➜  cp $WORK/b1296/_pkg_.a /root/.cache/go-build/87/8796542dd4ee9a5f4833992e8e029d5f5981f5651115ad593ec1f4b651e7133c-d # internal
2025-08-20T22:42:07.4179260Z [00:03:49.070]➜  github.com/uptrace/bun/migrate
2025-08-20T22:42:07.4182359Z [00:03:49.070]➜  mkdir -p $WORK/b1294/
2025-08-20T22:42:07.4192850Z [00:03:49.071]➜  cat >/tmp/go-build3998081543/b1294/importcfg << 'EOF' # internal
2025-08-20T22:42:07.4198597Z [00:03:49.071]➜  # import config
2025-08-20T22:42:07.4198967Z [00:03:49.071]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:07.4199703Z [00:03:49.071]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:07.4200144Z [00:03:49.071]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:07.4200574Z [00:03:49.071]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:07.4200987Z [00:03:49.071]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:07.4201465Z [00:03:49.071]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:42:07.4202046Z [00:03:49.071]➜  packagefile github.com/uptrace/bun/internal=/tmp/go-build3998081543/b1274/_pkg_.a
2025-08-20T22:42:07.4202682Z [00:03:49.072]➜  packagefile github.com/uptrace/bun/internal/ordered=/tmp/go-build3998081543/b1295/_pkg_.a
2025-08-20T22:42:07.4203346Z [00:03:49.072]➜  packagefile github.com/uptrace/bun/migrate/sqlschema=/tmp/go-build3998081543/b1296/_pkg_.a
2025-08-20T22:42:07.4203967Z [00:03:49.072]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:42:07.4204830Z [00:03:49.072]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:07.4205310Z [00:03:49.072]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:42:07.4214596Z [00:03:49.072]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:07.4215053Z [00:03:49.072]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:07.4215712Z [00:03:49.072]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:07.4216170Z [00:03:49.072]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:07.4216593Z [00:03:49.072]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:07.4217011Z [00:03:49.072]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:07.4217460Z [00:03:49.072]➜  packagefile text/template=/tmp/go-build3998081543/b238/_pkg_.a
2025-08-20T22:42:07.4217904Z [00:03:49.072]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:07.4218232Z [00:03:49.072]➜  EOF
2025-08-20T22:42:07.4221320Z [00:03:49.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1294/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate=>github.com/uptrace/bun@v1.2.12/migrate;$WORK/b1294=>" -p github.com/uptrace/bun/migrate -lang=go1.23 -complete -installsuffix shared -buildid 1qw46W4Sej2rvDyUimPT/1qw46W4Sej2rvDyUimPT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1294/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/auto.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/diff.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/migration.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/migrations.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/migrator.go /root/go/pkg/mod/github.com/uptrace/bun@v1.2.12/migrate/operations.go
2025-08-20T22:42:07.7686606Z [00:03:49.421]➜  go tool buildid -w $WORK/b1294/_pkg_.a # internal
2025-08-20T22:42:07.7754326Z [00:03:49.427]➜  cp $WORK/b1294/_pkg_.a /root/.cache/go-build/a7/a7cd7ffb4ad46de790c3f41e9883acde05396b9fb27e04aa0651fbe850be626c-d # internal
2025-08-20T22:42:07.7762758Z [00:03:49.428]➜  github.com/uptrace/bun/dialect/pgdialect
2025-08-20T22:42:07.7763685Z [00:03:49.429]➜  mkdir -p $WORK/b1293/
2025-08-20T22:42:07.7776617Z [00:03:49.430]➜  cat >/tmp/go-build3998081543/b1293/importcfg << 'EOF' # internal
2025-08-20T22:42:07.7778981Z [00:03:49.430]➜  # import config
2025-08-20T22:42:07.7779781Z [00:03:49.430]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:07.7781119Z [00:03:49.430]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:07.7781973Z [00:03:49.430]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:07.7783319Z [00:03:49.430]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:07.7783907Z [00:03:49.430]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:07.7784949Z [00:03:49.430]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:07.7785797Z [00:03:49.430]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:07.7786575Z [00:03:49.430]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:42:07.7787815Z [00:03:49.430]➜  packagefile github.com/uptrace/bun/dialect=/tmp/go-build3998081543/b1273/_pkg_.a
2025-08-20T22:42:07.7788463Z [00:03:49.430]➜  packagefile github.com/uptrace/bun/dialect/feature=/tmp/go-build3998081543/b1276/_pkg_.a
2025-08-20T22:42:07.7789120Z [00:03:49.430]➜  packagefile github.com/uptrace/bun/dialect/sqltype=/tmp/go-build3998081543/b1277/_pkg_.a
2025-08-20T22:42:07.7789744Z [00:03:49.430]➜  packagefile github.com/uptrace/bun/internal=/tmp/go-build3998081543/b1274/_pkg_.a
2025-08-20T22:42:07.7790374Z [00:03:49.430]➜  packagefile github.com/uptrace/bun/internal/parser=/tmp/go-build3998081543/b1282/_pkg_.a
2025-08-20T22:42:07.7791273Z [00:03:49.430]➜  packagefile github.com/uptrace/bun/migrate=/tmp/go-build3998081543/b1294/_pkg_.a
2025-08-20T22:42:07.7792017Z [00:03:49.430]➜  packagefile github.com/uptrace/bun/migrate/sqlschema=/tmp/go-build3998081543/b1296/_pkg_.a
2025-08-20T22:42:07.7792714Z [00:03:49.430]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:42:07.7793201Z [00:03:49.430]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:07.7793608Z [00:03:49.430]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:07.7794025Z [00:03:49.430]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:07.7794444Z [00:03:49.430]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:07.7794871Z [00:03:49.430]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:07.7795299Z [00:03:49.430]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:07.7802426Z [00:03:49.430]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:07.7802887Z [00:03:49.430]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:07.7803224Z [00:03:49.430]➜  EOF
2025-08-20T22:42:07.7809379Z [00:03:49.430]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1293/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12=>github.com/uptrace/bun/dialect/pgdialect@v1.2.12;$WORK/b1293=>" -p github.com/uptrace/bun/dialect/pgdialect -lang=go1.23 -complete -installsuffix shared -buildid hRNpWfYRJh0gLZXizNUx/hRNpWfYRJh0gLZXizNUx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1293/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/alter_table.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/append.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/array.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/array_parser.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/dialect.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/elem.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/hstore.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/hstore_parser.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/hstore_scan.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/inspector.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/parser.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/range.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/sqltype.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/pgdialect@v1.2.12/version.go
2025-08-20T22:42:08.3804419Z [00:03:50.033]➜  go tool buildid -w $WORK/b1293/_pkg_.a # internal
2025-08-20T22:42:08.3961946Z [00:03:50.048]➜  cp $WORK/b1293/_pkg_.a /root/.cache/go-build/3e/3eadaf1b468492e2f40331ce26c5a79b228cba33c7312da00214716c590041f1-d # internal
2025-08-20T22:42:08.4011625Z [00:03:50.053]➜  github.com/uptrace/bun/dialect/sqlitedialect
2025-08-20T22:42:08.4012382Z [00:03:50.054]➜  mkdir -p $WORK/b1297/
2025-08-20T22:42:08.4025245Z [00:03:50.055]➜  cat >/tmp/go-build3998081543/b1297/importcfg << 'EOF' # internal
2025-08-20T22:42:08.4026693Z [00:03:50.055]➜  # import config
2025-08-20T22:42:08.4027126Z [00:03:50.055]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:08.4027770Z [00:03:50.055]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:08.4028248Z [00:03:50.055]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:08.4028761Z [00:03:50.055]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:42:08.4029333Z [00:03:50.055]➜  packagefile github.com/uptrace/bun/dialect=/tmp/go-build3998081543/b1273/_pkg_.a
2025-08-20T22:42:08.4029964Z [00:03:50.055]➜  packagefile github.com/uptrace/bun/dialect/feature=/tmp/go-build3998081543/b1276/_pkg_.a
2025-08-20T22:42:08.4031127Z [00:03:50.055]➜  packagefile github.com/uptrace/bun/dialect/sqltype=/tmp/go-build3998081543/b1277/_pkg_.a
2025-08-20T22:42:08.4031805Z [00:03:50.055]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:42:08.4032199Z [00:03:50.055]➜  EOF
2025-08-20T22:42:08.4039489Z [00:03:50.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun/dialect/sqlitedialect@v1.2.12=>github.com/uptrace/bun/dialect/sqlitedialect@v1.2.12;$WORK/b1297=>" -p github.com/uptrace/bun/dialect/sqlitedialect -lang=go1.23 -complete -installsuffix shared -buildid cb8yRFZ6WF5c7o53XohZ/cb8yRFZ6WF5c7o53XohZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1297/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun/dialect/sqlitedialect@v1.2.12/dialect.go /root/go/pkg/mod/github.com/uptrace/bun/dialect/sqlitedialect@v1.2.12/version.go
2025-08-20T22:42:08.6280840Z [00:03:50.280]➜  go tool buildid -w $WORK/b1297/_pkg_.a # internal
2025-08-20T22:42:08.6362608Z [00:03:50.289]➜  cp $WORK/b1297/_pkg_.a /root/.cache/go-build/3f/3f7abc2ee370ddbf9c5fd1fcc85a377681006a706f446891bbbca6569a4cae64-d # internal
2025-08-20T22:42:08.6363712Z [00:03:50.289]➜  github.com/uptrace/bun/extra/bundebug
2025-08-20T22:42:08.6364383Z [00:03:50.289]➜  mkdir -p $WORK/b1298/
2025-08-20T22:42:08.6370544Z [00:03:50.289]➜  cat >/tmp/go-build3998081543/b1298/importcfg << 'EOF' # internal
2025-08-20T22:42:08.6370918Z [00:03:50.289]➜  # import config
2025-08-20T22:42:08.6371293Z [00:03:50.289]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:08.6371754Z [00:03:50.289]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:08.6372199Z [00:03:50.289]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:08.6372676Z [00:03:50.289]➜  packagefile github.com/fatih/color=/tmp/go-build3998081543/b183/_pkg_.a
2025-08-20T22:42:08.6373211Z [00:03:50.289]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:42:08.6373705Z [00:03:50.289]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:08.6374103Z [00:03:50.289]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:08.6374517Z [00:03:50.289]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:08.6390649Z [00:03:50.289]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:08.6390974Z [00:03:50.289]➜  EOF
2025-08-20T22:42:08.6393374Z [00:03:50.289]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/uptrace/bun/extra/bundebug@v1.2.12=>github.com/uptrace/bun/extra/bundebug@v1.2.12;$WORK/b1298=>" -p github.com/uptrace/bun/extra/bundebug -lang=go1.23 -complete -installsuffix shared -buildid pmNcWrfCZmdPYzMFLjPO/pmNcWrfCZmdPYzMFLjPO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1298/importcfg -pack /root/go/pkg/mod/github.com/uptrace/bun/extra/bundebug@v1.2.12/debug.go
2025-08-20T22:42:08.7957296Z [00:03:50.448]➜  go tool buildid -w $WORK/b1298/_pkg_.a # internal
2025-08-20T22:42:08.8030529Z [00:03:50.455]➜  cp $WORK/b1298/_pkg_.a /root/.cache/go-build/9a/9adcf7dfcb62341faf4c2092d33e58f9e1f864343fa49e65dcefc63e25c6f29d-d # internal
2025-08-20T22:42:08.8058633Z [00:03:50.458]➜  github.com/databricks/databricks-sql-go/auth
2025-08-20T22:42:08.8060447Z [00:03:50.458]➜  mkdir -p $WORK/b1303/
2025-08-20T22:42:08.8062655Z [00:03:50.459]➜  cat >/tmp/go-build3998081543/b1303/importcfg << 'EOF' # internal
2025-08-20T22:42:08.8063376Z [00:03:50.459]➜  # import config
2025-08-20T22:42:08.8064077Z [00:03:50.459]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:08.8065141Z [00:03:50.459]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:08.8065672Z [00:03:50.459]➜  EOF
2025-08-20T22:42:08.8068313Z [00:03:50.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/auth;$WORK/b1303=>" -p github.com/databricks/databricks-sql-go/auth -lang=go1.24 -complete -installsuffix shared -buildid MBPDhdbGJMIN6B1pVieN/MBPDhdbGJMIN6B1pVieN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1303/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/auth.go
2025-08-20T22:42:08.8588491Z [00:03:50.511]➜  go tool buildid -w $WORK/b1303/_pkg_.a # internal
2025-08-20T22:42:08.8598305Z [00:03:50.512]➜  cp $WORK/b1303/_pkg_.a /root/.cache/go-build/be/be9270d072f0ee349fb5a6d046578faca13e5629268f64dbb7ee5d280e6eb566-d # internal
2025-08-20T22:42:08.8600494Z [00:03:50.512]➜  github.com/go-jose/go-jose/v3/cipher
2025-08-20T22:42:08.8600817Z [00:03:50.513]➜  mkdir -p $WORK/b1308/
2025-08-20T22:42:08.8608406Z [00:03:50.513]➜  cat >/tmp/go-build3998081543/b1308/importcfg << 'EOF' # internal
2025-08-20T22:42:08.8609007Z [00:03:50.513]➜  # import config
2025-08-20T22:42:08.8609485Z [00:03:50.513]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:08.8610002Z [00:03:50.513]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:08.8610567Z [00:03:50.513]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:08.8611129Z [00:03:50.513]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:42:08.8611703Z [00:03:50.513]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:42:08.8612276Z [00:03:50.513]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:08.8612841Z [00:03:50.513]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:08.8613403Z [00:03:50.513]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:08.8613979Z [00:03:50.513]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:42:08.8614569Z [00:03:50.513]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:08.8615110Z [00:03:50.513]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:08.8615888Z [00:03:50.513]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:08.8616306Z [00:03:50.513]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:08.8616693Z [00:03:50.513]➜  EOF
2025-08-20T22:42:08.8619689Z [00:03:50.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1308/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher=>github.com/go-jose/go-jose/v3@v3.0.4/cipher;$WORK/b1308=>" -p github.com/go-jose/go-jose/v3/cipher -lang=go1.12 -complete -installsuffix shared -buildid 7lhJA3EwrurKhWLnABoc/7lhJA3EwrurKhWLnABoc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1308/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/cbc_hmac.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/concat_kdf.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/ecdh_es.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/cipher/key_wrap.go
2025-08-20T22:42:08.9241942Z [00:03:50.576]➜  go tool buildid -w $WORK/b1308/_pkg_.a # internal
2025-08-20T22:42:08.9259465Z [00:03:50.578]➜  cp $WORK/b1308/_pkg_.a /root/.cache/go-build/fa/fab636d96c012313ad2ffb7154b307d966efcc486192b8994ef83747b39aac16-d # internal
2025-08-20T22:42:08.9274323Z [00:03:50.580]➜  github.com/go-jose/go-jose/v3/json
2025-08-20T22:42:08.9278851Z [00:03:50.580]➜  mkdir -p $WORK/b1309/
2025-08-20T22:42:08.9291567Z [00:03:50.581]➜  cat >/tmp/go-build3998081543/b1309/importcfg << 'EOF' # internal
2025-08-20T22:42:08.9292468Z [00:03:50.581]➜  # import config
2025-08-20T22:42:08.9292867Z [00:03:50.581]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:08.9293315Z [00:03:50.581]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:42:08.9293815Z [00:03:50.581]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:08.9294757Z [00:03:50.581]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:08.9295236Z [00:03:50.581]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:08.9295861Z [00:03:50.581]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:08.9296279Z [00:03:50.581]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:08.9296701Z [00:03:50.581]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:08.9297140Z [00:03:50.581]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:08.9297565Z [00:03:50.582]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:08.9297988Z [00:03:50.582]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:08.9298417Z [00:03:50.582]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:08.9298845Z [00:03:50.582]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:08.9299273Z [00:03:50.582]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:08.9299725Z [00:03:50.582]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:42:08.9300193Z [00:03:50.582]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:08.9300529Z [00:03:50.582]➜  EOF
2025-08-20T22:42:08.9304422Z [00:03:50.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1309/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json=>github.com/go-jose/go-jose/v3@v3.0.4/json;$WORK/b1309=>" -p github.com/go-jose/go-jose/v3/json -lang=go1.12 -complete -installsuffix shared -buildid Wmr-LAXu3BcDGbpiOIEI/Wmr-LAXu3BcDGbpiOIEI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1309/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/decode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/encode.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/indent.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/scanner.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/stream.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/json/tags.go
2025-08-20T22:42:09.3771346Z [00:03:51.029]➜  go tool buildid -w $WORK/b1309/_pkg_.a # internal
2025-08-20T22:42:09.3834028Z [00:03:51.036]➜  cp $WORK/b1309/_pkg_.a /root/.cache/go-build/30/302c8b4e8e6f7ea924c9f0e4a95c8cfd9dd3b4d4609c8d48f95ed1a30bd93e6f-d # internal
2025-08-20T22:42:09.3850311Z [00:03:51.037]➜  github.com/go-jose/go-jose/v3
2025-08-20T22:42:09.3868851Z [00:03:51.039]➜  mkdir -p $WORK/b1307/
2025-08-20T22:42:09.3877727Z [00:03:51.040]➜  cat >/tmp/go-build3998081543/b1307/importcfg << 'EOF' # internal
2025-08-20T22:42:09.3880908Z [00:03:51.040]➜  # import config
2025-08-20T22:42:09.3881288Z [00:03:51.040]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:09.3881775Z [00:03:51.040]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:42:09.3882251Z [00:03:51.040]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:09.3882691Z [00:03:51.040]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:09.3883154Z [00:03:51.040]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:09.3883673Z [00:03:51.040]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:42:09.3884153Z [00:03:51.040]➜  packagefile crypto/ed25519=/tmp/go-build3998081543/b147/_pkg_.a
2025-08-20T22:42:09.3884632Z [00:03:51.040]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:42:09.3885107Z [00:03:51.040]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:09.3885686Z [00:03:51.040]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:09.3886150Z [00:03:51.040]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:42:09.3886971Z [00:03:51.040]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:09.3887554Z [00:03:51.040]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:09.3888078Z [00:03:51.040]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:09.3888545Z [00:03:51.040]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:42:09.3889007Z [00:03:51.040]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:09.3889487Z [00:03:51.040]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:09.3889973Z [00:03:51.040]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:09.3890444Z [00:03:51.040]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:09.3890886Z [00:03:51.040]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:09.3891306Z [00:03:51.040]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.3905611Z [00:03:51.040]➜  packagefile github.com/go-jose/go-jose/v3/cipher=/tmp/go-build3998081543/b1308/_pkg_.a
2025-08-20T22:42:09.3906408Z [00:03:51.040]➜  packagefile github.com/go-jose/go-jose/v3/json=/tmp/go-build3998081543/b1309/_pkg_.a
2025-08-20T22:42:09.3907009Z [00:03:51.040]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3998081543/b285/_pkg_.a
2025-08-20T22:42:09.3907498Z [00:03:51.040]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:09.3907914Z [00:03:51.040]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:09.3908331Z [00:03:51.040]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:09.3908764Z [00:03:51.040]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:09.3909191Z [00:03:51.040]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:09.3909618Z [00:03:51.040]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:09.3910426Z [00:03:51.040]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:09.3910753Z [00:03:51.040]➜  EOF
2025-08-20T22:42:09.3914828Z [00:03:51.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4=>github.com/go-jose/go-jose/v3@v3.0.4;$WORK/b1307=>" -p github.com/go-jose/go-jose/v3 -lang=go1.12 -complete -installsuffix shared -buildid rqcfRBAnmzuJOJKQw7UO/rqcfRBAnmzuJOJKQw7UO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1307/importcfg -pack /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/asymmetric.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/crypter.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/doc.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/encoding.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwe.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jwk.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/jws.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/opaque.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/shared.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/signing.go /root/go/pkg/mod/github.com/go-jose/go-jose/v3@v3.0.4/symmetric.go
2025-08-20T22:42:09.4621828Z [00:03:51.114]➜  go tool buildid -w $WORK/b1299/_pkg_.a # internal
2025-08-20T22:42:09.4931073Z [00:03:51.143]➜  cp $WORK/b1299/_pkg_.a /root/.cache/go-build/ba/ba4cc468b400391f3dcebeb9ed7c03f439cb16e1f986099b7141891ea2a5b8b5-d # internal
2025-08-20T22:42:09.4957058Z [00:03:51.146]➜  github.com/rs/zerolog/log
2025-08-20T22:42:09.4957582Z [00:03:51.146]➜  mkdir -p $WORK/b1310/
2025-08-20T22:42:09.4958089Z [00:03:51.147]➜  cat >/tmp/go-build3998081543/b1310/importcfg << 'EOF' # internal
2025-08-20T22:42:09.4958557Z [00:03:51.147]➜  # import config
2025-08-20T22:42:09.4959006Z [00:03:51.147]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:09.4959545Z [00:03:51.147]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.4960655Z [00:03:51.147]➜  packagefile github.com/rs/zerolog=/tmp/go-build3998081543/b261/_pkg_.a
2025-08-20T22:42:09.4961280Z [00:03:51.147]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:09.4961794Z [00:03:51.147]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:09.4962204Z [00:03:51.147]➜  EOF
2025-08-20T22:42:09.4963955Z [00:03:51.147]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1310/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/log=>github.com/rs/zerolog@v1.34.0/log;$WORK/b1310=>" -p github.com/rs/zerolog/log -lang=go1.15 -complete -installsuffix shared -buildid 90CRNi8GYMw5Z4typSFa/90CRNi8GYMw5Z4typSFa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1310/importcfg -pack /root/go/pkg/mod/github.com/rs/zerolog@v1.34.0/log/log.go
2025-08-20T22:42:09.5544720Z [00:03:51.207]➜  go tool buildid -w $WORK/b1310/_pkg_.a # internal
2025-08-20T22:42:09.5595540Z [00:03:51.212]➜  cp $WORK/b1310/_pkg_.a /root/.cache/go-build/96/960c6ccc552f225416b38a07ddfb7bd39402254071228bdc167ede97b97ee146-d # internal
2025-08-20T22:42:09.5611641Z [00:03:51.213]➜  golang.org/x/oauth2/clientcredentials
2025-08-20T22:42:09.5612016Z [00:03:51.213]➜  mkdir -p $WORK/b1311/
2025-08-20T22:42:09.5617588Z [00:03:51.214]➜  cat >/tmp/go-build3998081543/b1311/importcfg << 'EOF' # internal
2025-08-20T22:42:09.5618110Z [00:03:51.214]➜  # import config
2025-08-20T22:42:09.5618584Z [00:03:51.214]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:09.5619165Z [00:03:51.214]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.5619770Z [00:03:51.214]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:42:09.5620432Z [00:03:51.214]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3998081543/b655/_pkg_.a
2025-08-20T22:42:09.5621047Z [00:03:51.214]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:09.5621933Z [00:03:51.214]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:09.5622503Z [00:03:51.214]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:09.5622929Z [00:03:51.214]➜  EOF
2025-08-20T22:42:09.5625108Z [00:03:51.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1311/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/clientcredentials=>golang.org/x/oauth2@v0.30.0/clientcredentials;$WORK/b1311=>" -p golang.org/x/oauth2/clientcredentials -lang=go1.23 -complete -installsuffix shared -buildid w2pJF29HqR62S2HA694X/w2pJF29HqR62S2HA694X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1311/importcfg -pack /root/go/pkg/mod/golang.org/x/oauth2@v0.30.0/clientcredentials/clientcredentials.go
2025-08-20T22:42:09.6003465Z [00:03:51.252]➜  go tool buildid -w $WORK/b1311/_pkg_.a # internal
2025-08-20T22:42:09.6010106Z [00:03:51.253]➜  cp $WORK/b1311/_pkg_.a /root/.cache/go-build/68/68eec200a592cf9a32cde743399a49315fc0f1aef8f6adfa6eaef39150d791b8-d # internal
2025-08-20T22:42:09.6041579Z [00:03:51.256]➜  github.com/databricks/databricks-sql-go/auth/pat
2025-08-20T22:42:09.6044718Z [00:03:51.257]➜  mkdir -p $WORK/b1312/
2025-08-20T22:42:09.6045176Z [00:03:51.257]➜  cat >/tmp/go-build3998081543/b1312/importcfg << 'EOF' # internal
2025-08-20T22:42:09.6045771Z [00:03:51.257]➜  # import config
2025-08-20T22:42:09.6046248Z [00:03:51.257]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.6046840Z [00:03:51.257]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:42:09.6047419Z [00:03:51.257]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:09.6047843Z [00:03:51.257]➜  EOF
2025-08-20T22:42:09.6050471Z [00:03:51.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1312/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/pat=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/auth/pat;$WORK/b1312=>" -p github.com/databricks/databricks-sql-go/auth/pat -lang=go1.24 -complete -installsuffix shared -buildid 8aWcHooglbq4arJjVccG/8aWcHooglbq4arJjVccG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1312/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/pat/pat.go
2025-08-20T22:42:09.6443657Z [00:03:51.296]➜  go tool buildid -w $WORK/b1312/_pkg_.a # internal
2025-08-20T22:42:09.6449663Z [00:03:51.297]➜  cp $WORK/b1312/_pkg_.a /root/.cache/go-build/57/57eb3f7284a074747506443be58f3e37eb7bc2d501e2ffb99acc9f832bb9596a-d # internal
2025-08-20T22:42:09.6479848Z [00:03:51.300]➜  github.com/databricks/databricks-sql-go/driverctx
2025-08-20T22:42:09.6480822Z [00:03:51.300]➜  mkdir -p $WORK/b1313/
2025-08-20T22:42:09.6485442Z [00:03:51.301]➜  cat >/tmp/go-build3998081543/b1313/importcfg << 'EOF' # internal
2025-08-20T22:42:09.6486313Z [00:03:51.301]➜  # import config
2025-08-20T22:42:09.6487220Z [00:03:51.301]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:09.6488808Z [00:03:51.301]➜  EOF
2025-08-20T22:42:09.6491237Z [00:03:51.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/driverctx=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/driverctx;$WORK/b1313=>" -p github.com/databricks/databricks-sql-go/driverctx -lang=go1.24 -complete -installsuffix shared -buildid P73Ic_dfLcAdruxPRxLz/P73Ic_dfLcAdruxPRxLz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1313/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/driverctx/ctx.go
2025-08-20T22:42:09.6800266Z [00:03:51.332]➜  go tool buildid -w $WORK/b1313/_pkg_.a # internal
2025-08-20T22:42:09.6806710Z [00:03:51.333]➜  cp $WORK/b1313/_pkg_.a /root/.cache/go-build/22/22e1fccab49996826cf2045432099d2d4ef0eb331b6cc174f5e1db4aebb0144e-d # internal
2025-08-20T22:42:09.6820495Z [00:03:51.334]➜  github.com/databricks/databricks-sql-go/errors
2025-08-20T22:42:09.6821026Z [00:03:51.334]➜  mkdir -p $WORK/b1314/
2025-08-20T22:42:09.6821546Z [00:03:51.334]➜  cat >/tmp/go-build3998081543/b1314/importcfg << 'EOF' # internal
2025-08-20T22:42:09.6822002Z [00:03:51.334]➜  # import config
2025-08-20T22:42:09.6822439Z [00:03:51.334]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.6823040Z [00:03:51.334]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:42:09.6823859Z [00:03:51.334]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:09.6824357Z [00:03:51.334]➜  EOF
2025-08-20T22:42:09.6837569Z [00:03:51.334]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1314/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/errors=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/errors;$WORK/b1314=>" -p github.com/databricks/databricks-sql-go/errors -lang=go1.24 -complete -installsuffix shared -buildid YYo1M6fVy-OYtAHV-k0t/YYo1M6fVy-OYtAHV-k0t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1314/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/errors/errors.go
2025-08-20T22:42:09.6875325Z [00:03:51.340]➜  go tool buildid -w $WORK/b1222/_pkg_.a # internal
2025-08-20T22:42:09.7250369Z [00:03:51.377]➜  go tool buildid -w $WORK/b1314/_pkg_.a # internal
2025-08-20T22:42:09.7256107Z [00:03:51.378]➜  cp $WORK/b1314/_pkg_.a /root/.cache/go-build/9e/9ea4d87e541cffc23ce8785e6f2e1ee9cfe5c5d69db36f18e62a20f2823d77fe-d # internal
2025-08-20T22:42:09.7270386Z [00:03:51.379]➜  cp $WORK/b1222/_pkg_.a /root/.cache/go-build/c3/c396856d50ae2f42e40b19820ab7bb73fe9faede8c7edc837d66d151b3de5b24-d # internal
2025-08-20T22:42:09.7279835Z [00:03:51.380]➜  github.com/apache/iceberg-go/catalog
2025-08-20T22:42:09.7280666Z [00:03:51.380]➜  mkdir -p $WORK/b1220/
2025-08-20T22:42:09.7287240Z [00:03:51.381]➜  cat >/tmp/go-build3998081543/b1220/importcfg << 'EOF' # internal
2025-08-20T22:42:09.7288109Z [00:03:51.381]➜  # import config
2025-08-20T22:42:09.7288471Z [00:03:51.381]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:09.7288910Z [00:03:51.381]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:09.7289333Z [00:03:51.381]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.7289845Z [00:03:51.381]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:42:09.7290459Z [00:03:51.381]➜  packagefile github.com/apache/iceberg-go/config=/tmp/go-build3998081543/b1221/_pkg_.a
2025-08-20T22:42:09.7291089Z [00:03:51.381]➜  packagefile github.com/apache/iceberg-go/internal=/tmp/go-build3998081543/b1068/_pkg_.a
2025-08-20T22:42:09.7291715Z [00:03:51.381]➜  packagefile github.com/apache/iceberg-go/table=/tmp/go-build3998081543/b1222/_pkg_.a
2025-08-20T22:42:09.7292234Z [00:03:51.381]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:09.7292652Z [00:03:51.381]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:42:09.7293074Z [00:03:51.381]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:09.7293501Z [00:03:51.381]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:09.7293935Z [00:03:51.381]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:09.7294365Z [00:03:51.381]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:09.7294677Z [00:03:51.381]➜  EOF
2025-08-20T22:42:09.7297328Z [00:03:51.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1220/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog=>github.com/apache/iceberg-go@v0.3.0/catalog;$WORK/b1220=>" -p github.com/apache/iceberg-go/catalog -lang=go1.24 -complete -installsuffix shared -buildid kQa_BOZj1VP8finRvX1M/kQa_BOZj1VP8finRvX1M -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1220/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/catalog.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/registry.go
2025-08-20T22:42:09.7306269Z [00:03:51.383]➜  github.com/databricks/databricks-sql-go/internal/cli_service
2025-08-20T22:42:09.7306689Z [00:03:51.383]➜  mkdir -p $WORK/b1315/
2025-08-20T22:42:09.7311631Z [00:03:51.384]➜  cat >/tmp/go-build3998081543/b1315/importcfg << 'EOF' # internal
2025-08-20T22:42:09.7312279Z [00:03:51.384]➜  # import config
2025-08-20T22:42:09.7312667Z [00:03:51.384]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:09.7313209Z [00:03:51.384]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:09.7313833Z [00:03:51.384]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:09.7314340Z [00:03:51.384]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:09.7314790Z [00:03:51.384]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.7315325Z [00:03:51.384]➜  packagefile github.com/apache/thrift/lib/go/thrift=/tmp/go-build3998081543/b389/_pkg_.a
2025-08-20T22:42:09.7316163Z [00:03:51.384]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:09.7316695Z [00:03:51.384]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:09.7317212Z [00:03:51.384]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:09.7317619Z [00:03:51.384]➜  EOF
2025-08-20T22:42:09.7323735Z [00:03:51.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1315/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/cli_service=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/cli_service;$WORK/b1315=>" -p github.com/databricks/databricks-sql-go/internal/cli_service -lang=go1.24 -complete -installsuffix shared -buildid 0pWnVwsNHHHRoeTLlCv7/0pWnVwsNHHHRoeTLlCv7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1315/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/cli_service/GoUnusedProtection__.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/cli_service/cli_service-consts.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/cli_service/cli_service.go
2025-08-20T22:42:09.7364489Z [00:03:51.389]➜  go tool buildid -w $WORK/b1307/_pkg_.a # internal
2025-08-20T22:42:09.7745055Z [00:03:51.427]➜  cp $WORK/b1307/_pkg_.a /root/.cache/go-build/2a/2a1ef3a639156bb728355629bb5ee7bed7bc0ea364c6642e8bae9953559fb2e0-d # internal
2025-08-20T22:42:09.7749335Z [00:03:51.427]➜  github.com/coreos/go-oidc/v3/oidc
2025-08-20T22:42:09.7749680Z [00:03:51.427]➜  mkdir -p $WORK/b1306/
2025-08-20T22:42:09.7750119Z [00:03:51.427]➜  cat >/tmp/go-build3998081543/b1306/importcfg << 'EOF' # internal
2025-08-20T22:42:09.7750498Z [00:03:51.427]➜  # import config
2025-08-20T22:42:09.7750841Z [00:03:51.427]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:09.7751274Z [00:03:51.427]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:09.7751705Z [00:03:51.427]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:09.7752152Z [00:03:51.427]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:42:09.7752622Z [00:03:51.427]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:42:09.7753083Z [00:03:51.427]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:09.7753551Z [00:03:51.427]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:09.7754025Z [00:03:51.427]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:09.7754872Z [00:03:51.427]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:09.7755328Z [00:03:51.427]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:09.7755947Z [00:03:51.427]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.7756767Z [00:03:51.427]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build3998081543/b1307/_pkg_.a
2025-08-20T22:42:09.7757471Z [00:03:51.427]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:42:09.7758268Z [00:03:51.427]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:09.7758883Z [00:03:51.427]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:09.7759451Z [00:03:51.427]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:42:09.7759994Z [00:03:51.427]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:09.7760537Z [00:03:51.427]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:09.7761077Z [00:03:51.427]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:09.7761574Z [00:03:51.427]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:09.7761974Z [00:03:51.427]➜  EOF
2025-08-20T22:42:09.7764499Z [00:03:51.427]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1306/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/coreos/go-oidc/v3@v3.5.0/oidc=>github.com/coreos/go-oidc/v3@v3.5.0/oidc;$WORK/b1306=>" -p github.com/coreos/go-oidc/v3/oidc -lang=go1.14 -complete -installsuffix shared -buildid -KbBgnbD6__Zp__Ofe0c/-KbBgnbD6__Zp__Ofe0c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1306/importcfg -pack /root/go/pkg/mod/github.com/coreos/go-oidc/v3@v3.5.0/oidc/jose.go /root/go/pkg/mod/github.com/coreos/go-oidc/v3@v3.5.0/oidc/jwks.go /root/go/pkg/mod/github.com/coreos/go-oidc/v3@v3.5.0/oidc/oidc.go /root/go/pkg/mod/github.com/coreos/go-oidc/v3@v3.5.0/oidc/verify.go
2025-08-20T22:42:09.8471145Z [00:03:51.499]➜  go tool buildid -w $WORK/b1306/_pkg_.a # internal
2025-08-20T22:42:09.8487368Z [00:03:51.501]➜  cp $WORK/b1306/_pkg_.a /root/.cache/go-build/6b/6b2cda90b9a653ebf4a8c797a345274ecb5a79a3929132d7a2ee749f8695effc-d # internal
2025-08-20T22:42:09.8494325Z [00:03:51.501]➜  github.com/databricks/databricks-sql-go/auth/oauth
2025-08-20T22:42:09.8494788Z [00:03:51.502]➜  mkdir -p $WORK/b1305/
2025-08-20T22:42:09.8502756Z [00:03:51.502]➜  cat >/tmp/go-build3998081543/b1305/importcfg << 'EOF' # internal
2025-08-20T22:42:09.8503143Z [00:03:51.502]➜  # import config
2025-08-20T22:42:09.8503519Z [00:03:51.502]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:09.8503958Z [00:03:51.502]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:09.8504375Z [00:03:51.502]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.8504891Z [00:03:51.502]➜  packagefile github.com/coreos/go-oidc/v3/oidc=/tmp/go-build3998081543/b1306/_pkg_.a
2025-08-20T22:42:09.8505586Z [00:03:51.502]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:42:09.8506133Z [00:03:51.502]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:09.8506454Z [00:03:51.502]➜  EOF
2025-08-20T22:42:09.8508863Z [00:03:51.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1305/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/auth/oauth;$WORK/b1305=>" -p github.com/databricks/databricks-sql-go/auth/oauth -lang=go1.24 -complete -installsuffix shared -buildid ckSdVHN6-cX4JTO5Agsv/ckSdVHN6-cX4JTO5Agsv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1305/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/oauth.go
2025-08-20T22:42:09.9355093Z [00:03:51.588]➜  go tool buildid -w $WORK/b1305/_pkg_.a # internal
2025-08-20T22:42:09.9361274Z [00:03:51.588]➜  cp $WORK/b1305/_pkg_.a /root/.cache/go-build/b4/b4742de4b3c20901aad485b4f905246353dd621515a4a3a1d42f67e80343d43b-d # internal
2025-08-20T22:42:09.9482219Z [00:03:51.600]➜  github.com/databricks/databricks-sql-go/auth/oauth/m2m
2025-08-20T22:42:09.9483377Z [00:03:51.600]➜  mkdir -p $WORK/b1304/
2025-08-20T22:42:09.9486887Z [00:03:51.601]➜  cat >/tmp/go-build3998081543/b1304/importcfg << 'EOF' # internal
2025-08-20T22:42:09.9487307Z [00:03:51.601]➜  # import config
2025-08-20T22:42:09.9487982Z [00:03:51.601]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:09.9488476Z [00:03:51.601]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.9489050Z [00:03:51.601]➜  packagefile github.com/databricks/databricks-sql-go/auth=/tmp/go-build3998081543/b1303/_pkg_.a
2025-08-20T22:42:09.9489772Z [00:03:51.601]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth=/tmp/go-build3998081543/b1305/_pkg_.a
2025-08-20T22:42:09.9490440Z [00:03:51.601]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3998081543/b1310/_pkg_.a
2025-08-20T22:42:09.9490986Z [00:03:51.601]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:42:09.9491583Z [00:03:51.601]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build3998081543/b1311/_pkg_.a
2025-08-20T22:42:09.9492162Z [00:03:51.601]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:09.9492587Z [00:03:51.601]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:09.9492904Z [00:03:51.601]➜  EOF
2025-08-20T22:42:09.9495672Z [00:03:51.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1304/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/m2m=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/auth/oauth/m2m;$WORK/b1304=>" -p github.com/databricks/databricks-sql-go/auth/oauth/m2m -lang=go1.24 -complete -installsuffix shared -buildid 0x31Ozx0tNw5RpOserjO/0x31Ozx0tNw5RpOserjO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1304/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/m2m/m2m.go
2025-08-20T22:42:09.9599488Z [00:03:51.612]➜  go tool buildid -w $WORK/b1220/_pkg_.a # internal
2025-08-20T22:42:09.9658062Z [00:03:51.617]➜  cp $WORK/b1220/_pkg_.a /root/.cache/go-build/88/88379cc72bb411b79c90b5e11ef72173bd1d857cecea0542c59c891d28d02401-d # internal
2025-08-20T22:42:09.9666491Z [00:03:51.619]➜  github.com/apache/iceberg-go/catalog/internal
2025-08-20T22:42:09.9669346Z [00:03:51.619]➜  mkdir -p $WORK/b1262/
2025-08-20T22:42:09.9670852Z [00:03:51.619]➜  cat >/tmp/go-build3998081543/b1262/importcfg << 'EOF' # internal
2025-08-20T22:42:09.9671231Z [00:03:51.619]➜  # import config
2025-08-20T22:42:09.9671586Z [00:03:51.619]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:09.9672045Z [00:03:51.619]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:09.9672532Z [00:03:51.619]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:09.9672951Z [00:03:51.619]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:09.9673453Z [00:03:51.619]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:42:09.9674074Z [00:03:51.619]➜  packagefile github.com/apache/iceberg-go/catalog=/tmp/go-build3998081543/b1220/_pkg_.a
2025-08-20T22:42:09.9674694Z [00:03:51.619]➜  packagefile github.com/apache/iceberg-go/io=/tmp/go-build3998081543/b1069/_pkg_.a
2025-08-20T22:42:09.9677745Z [00:03:51.619]➜  packagefile github.com/apache/iceberg-go/table=/tmp/go-build3998081543/b1222/_pkg_.a
2025-08-20T22:42:09.9678328Z [00:03:51.619]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:42:09.9678801Z [00:03:51.619]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:42:09.9679568Z [00:03:51.619]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:09.9680010Z [00:03:51.619]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:09.9680431Z [00:03:51.619]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:09.9680856Z [00:03:51.619]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:09.9681309Z [00:03:51.619]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:09.9681630Z [00:03:51.619]➜  EOF
2025-08-20T22:42:09.9684030Z [00:03:51.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1262/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/internal=>github.com/apache/iceberg-go@v0.3.0/catalog/internal;$WORK/b1262=>" -p github.com/apache/iceberg-go/catalog/internal -lang=go1.24 -complete -installsuffix shared -buildid xVQCPjaOnVns4iQim_Pm/xVQCPjaOnVns4iQim_Pm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1262/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/internal/utils.go
2025-08-20T22:42:09.9991052Z [00:03:51.651]➜  go tool buildid -w $WORK/b1304/_pkg_.a # internal
2025-08-20T22:42:09.9997998Z [00:03:51.652]➜  cp $WORK/b1304/_pkg_.a /root/.cache/go-build/f8/f8bb086b08a1976c13fc1e2ef547c06d6e6a09ec1452bd09900438a1fdbb90d5-d # internal
2025-08-20T22:42:10.0009911Z [00:03:51.653]➜  github.com/apache/iceberg-go/catalog/rest
2025-08-20T22:42:10.0010703Z [00:03:51.653]➜  mkdir -p $WORK/b1270/
2025-08-20T22:42:10.0016529Z [00:03:51.654]➜  cat >/tmp/go-build3998081543/b1270/importcfg << 'EOF' # internal
2025-08-20T22:42:10.0016914Z [00:03:51.654]➜  # import config
2025-08-20T22:42:10.0017256Z [00:03:51.654]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:10.0017691Z [00:03:51.654]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:10.0018148Z [00:03:51.654]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:10.0019147Z [00:03:51.654]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:10.0019889Z [00:03:51.654]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:10.0020520Z [00:03:51.654]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:10.0021058Z [00:03:51.654]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:10.0021575Z [00:03:51.654]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:10.0022214Z [00:03:51.654]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:42:10.0022960Z [00:03:51.654]➜  packagefile github.com/apache/iceberg-go/catalog=/tmp/go-build3998081543/b1220/_pkg_.a
2025-08-20T22:42:10.0023669Z [00:03:51.654]➜  packagefile github.com/apache/iceberg-go/io=/tmp/go-build3998081543/b1069/_pkg_.a
2025-08-20T22:42:10.0024395Z [00:03:51.654]➜  packagefile github.com/apache/iceberg-go/table=/tmp/go-build3998081543/b1222/_pkg_.a
2025-08-20T22:42:10.0025179Z [00:03:51.654]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:10.0026079Z [00:03:51.654]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:42:10.0026841Z [00:03:51.654]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3998081543/b540/_pkg_.a
2025-08-20T22:42:10.0027435Z [00:03:51.654]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:10.0027986Z [00:03:51.654]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:10.0028484Z [00:03:51.654]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:10.0028986Z [00:03:51.654]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:42:10.0029495Z [00:03:51.654]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:10.0030035Z [00:03:51.654]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:10.0030814Z [00:03:51.654]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:10.0031372Z [00:03:51.654]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:10.0031885Z [00:03:51.654]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:10.0032339Z [00:03:51.654]➜  EOF
2025-08-20T22:42:10.0035072Z [00:03:51.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1270/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/rest=>github.com/apache/iceberg-go@v0.3.0/catalog/rest;$WORK/b1270=>" -p github.com/apache/iceberg-go/catalog/rest -lang=go1.24 -complete -installsuffix shared -buildid gc7ZLxaN3v8WOEh6FvsM/gc7ZLxaN3v8WOEh6FvsM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1270/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/rest/options.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/rest/rest.go
2025-08-20T22:42:10.2083627Z [00:03:51.860]➜  go tool buildid -w $WORK/b1262/_pkg_.a # internal
2025-08-20T22:42:10.2160510Z [00:03:51.868]➜  cp $WORK/b1262/_pkg_.a /root/.cache/go-build/f3/f35b166690b1c86c01d8adc276ed5e9776b6815f3d0af8868967a314dcc928a3-d # internal
2025-08-20T22:42:10.2175952Z [00:03:51.870]➜  github.com/apache/iceberg-go/catalog/sql
2025-08-20T22:42:10.2191616Z [00:03:51.870]➜  mkdir -p $WORK/b1271/
2025-08-20T22:42:10.2192097Z [00:03:51.870]➜  cat >/tmp/go-build3998081543/b1271/importcfg << 'EOF' # internal
2025-08-20T22:42:10.2192492Z [00:03:51.870]➜  # import config
2025-08-20T22:42:10.2192842Z [00:03:51.870]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:10.2193299Z [00:03:51.870]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:10.2193743Z [00:03:51.870]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:10.2194156Z [00:03:51.870]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:10.2195196Z [00:03:51.870]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:42:10.2196017Z [00:03:51.870]➜  packagefile github.com/apache/iceberg-go/catalog=/tmp/go-build3998081543/b1220/_pkg_.a
2025-08-20T22:42:10.2196697Z [00:03:51.870]➜  packagefile github.com/apache/iceberg-go/catalog/internal=/tmp/go-build3998081543/b1262/_pkg_.a
2025-08-20T22:42:10.2197337Z [00:03:51.870]➜  packagefile github.com/apache/iceberg-go/io=/tmp/go-build3998081543/b1069/_pkg_.a
2025-08-20T22:42:10.2197949Z [00:03:51.870]➜  packagefile github.com/apache/iceberg-go/table=/tmp/go-build3998081543/b1222/_pkg_.a
2025-08-20T22:42:10.2198522Z [00:03:51.870]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:42:10.2199123Z [00:03:51.870]➜  packagefile github.com/uptrace/bun/dialect/feature=/tmp/go-build3998081543/b1276/_pkg_.a
2025-08-20T22:42:10.2199799Z [00:03:51.870]➜  packagefile github.com/uptrace/bun/dialect/mssqldialect=/tmp/go-build3998081543/b1289/_pkg_.a
2025-08-20T22:42:10.2200512Z [00:03:51.870]➜  packagefile github.com/uptrace/bun/dialect/mysqldialect=/tmp/go-build3998081543/b1291/_pkg_.a
2025-08-20T22:42:10.2201212Z [00:03:51.870]➜  packagefile github.com/uptrace/bun/dialect/oracledialect=/tmp/go-build3998081543/b1292/_pkg_.a
2025-08-20T22:42:10.2201899Z [00:03:51.870]➜  packagefile github.com/uptrace/bun/dialect/pgdialect=/tmp/go-build3998081543/b1293/_pkg_.a
2025-08-20T22:42:10.2202589Z [00:03:51.870]➜  packagefile github.com/uptrace/bun/dialect/sqlitedialect=/tmp/go-build3998081543/b1297/_pkg_.a
2025-08-20T22:42:10.2203261Z [00:03:51.870]➜  packagefile github.com/uptrace/bun/extra/bundebug=/tmp/go-build3998081543/b1298/_pkg_.a
2025-08-20T22:42:10.2203874Z [00:03:51.870]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:42:10.2204370Z [00:03:51.870]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:10.2205010Z [00:03:51.870]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:42:10.2218948Z [00:03:51.870]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:10.2219573Z [00:03:51.870]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:10.2220005Z [00:03:51.870]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:10.2220319Z [00:03:51.870]➜  EOF
2025-08-20T22:42:10.2222726Z [00:03:51.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1271/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/sql=>github.com/apache/iceberg-go@v0.3.0/catalog/sql;$WORK/b1271=>" -p github.com/apache/iceberg-go/catalog/sql -lang=go1.24 -complete -installsuffix shared -buildid aY7F04iHY_4dxlKbSDWg/aY7F04iHY_4dxlKbSDWg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1271/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/sql/sql.go
2025-08-20T22:42:10.4284373Z [00:03:52.081]➜  go tool buildid -w $WORK/b1270/_pkg_.a # internal
2025-08-20T22:42:10.4429500Z [00:03:52.095]➜  cp $WORK/b1270/_pkg_.a /root/.cache/go-build/7d/7d79597c9975fc297169349a07796169b27fc1a4a581bd126446afa572d4acdd-d # internal
2025-08-20T22:42:10.4434710Z [00:03:52.095]➜  github.com/databricks/databricks-sql-go/auth/noop
2025-08-20T22:42:10.4435095Z [00:03:52.095]➜  mkdir -p $WORK/b1318/
2025-08-20T22:42:10.4435613Z [00:03:52.096]➜  cat >/tmp/go-build3998081543/b1318/importcfg << 'EOF' # internal
2025-08-20T22:42:10.4439009Z [00:03:52.096]➜  # import config
2025-08-20T22:42:10.4439751Z [00:03:52.096]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:10.4440106Z [00:03:52.096]➜  EOF
2025-08-20T22:42:10.4442810Z [00:03:52.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1318/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/noop=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/auth/noop;$WORK/b1318=>" -p github.com/databricks/databricks-sql-go/auth/noop -lang=go1.24 -complete -installsuffix shared -buildid zoQxIX9_afbaIbaRB3JO/zoQxIX9_afbaIbaRB3JO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1318/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/noop/noop.go
2025-08-20T22:42:10.4759493Z [00:03:52.128]➜  go tool buildid -w $WORK/b1318/_pkg_.a # internal
2025-08-20T22:42:10.4766418Z [00:03:52.129]➜  cp $WORK/b1318/_pkg_.a /root/.cache/go-build/9e/9e6c460e29ed215b7ebb6a8d2c8049623cf8cc73d55523f9855f8e729efe70dc-d # internal
2025-08-20T22:42:10.4789509Z [00:03:52.131]➜  github.com/databricks/databricks-sql-go/auth/oauth/pkce
2025-08-20T22:42:10.4790856Z [00:03:52.132]➜  mkdir -p $WORK/b1320/
2025-08-20T22:42:10.4794502Z [00:03:52.132]➜  cat >/tmp/go-build3998081543/b1320/importcfg << 'EOF' # internal
2025-08-20T22:42:10.4794914Z [00:03:52.132]➜  # import config
2025-08-20T22:42:10.4795329Z [00:03:52.132]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:10.4796009Z [00:03:52.132]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:10.4796499Z [00:03:52.132]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:10.4796975Z [00:03:52.132]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:10.4797415Z [00:03:52.132]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:10.4798302Z [00:03:52.132]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:42:10.4798827Z [00:03:52.132]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:10.4799135Z [00:03:52.132]➜  EOF
2025-08-20T22:42:10.4801641Z [00:03:52.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1320/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/pkce=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/auth/oauth/pkce;$WORK/b1320=>" -p github.com/databricks/databricks-sql-go/auth/oauth/pkce -lang=go1.24 -complete -installsuffix shared -buildid HQyOoX5qQXA0Uw4EkFEc/HQyOoX5qQXA0Uw4EkFEc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1320/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/pkce/pkce.go
2025-08-20T22:42:10.5058655Z [00:03:52.158]➜  go tool buildid -w $WORK/b1320/_pkg_.a # internal
2025-08-20T22:42:10.5064169Z [00:03:52.159]➜  cp $WORK/b1320/_pkg_.a /root/.cache/go-build/60/60ceb02eff994794a36d78fb368d95b267a536f7665cc4b0b18e9584a549edc0-d # internal
2025-08-20T22:42:10.5075621Z [00:03:52.160]➜  github.com/databricks/databricks-sql-go/auth/oauth/u2m
2025-08-20T22:42:10.5076069Z [00:03:52.160]➜  mkdir -p $WORK/b1319/
2025-08-20T22:42:10.5081962Z [00:03:52.160]➜  cat >/tmp/go-build3998081543/b1319/importcfg << 'EOF' # internal
2025-08-20T22:42:10.5082416Z [00:03:52.161]➜  # import config
2025-08-20T22:42:10.5083120Z [00:03:52.161]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:10.5083575Z [00:03:52.161]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:10.5084038Z [00:03:52.161]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:10.5084483Z [00:03:52.161]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:42:10.5084941Z [00:03:52.161]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:10.5085642Z [00:03:52.161]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:10.5086144Z [00:03:52.161]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:10.5086712Z [00:03:52.161]➜  packagefile github.com/databricks/databricks-sql-go/auth=/tmp/go-build3998081543/b1303/_pkg_.a
2025-08-20T22:42:10.5087432Z [00:03:52.161]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth=/tmp/go-build3998081543/b1305/_pkg_.a
2025-08-20T22:42:10.5088372Z [00:03:52.161]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth/pkce=/tmp/go-build3998081543/b1320/_pkg_.a
2025-08-20T22:42:10.5089082Z [00:03:52.161]➜  packagefile github.com/pkg/browser=/tmp/go-build3998081543/b1039/_pkg_.a
2025-08-20T22:42:10.5089630Z [00:03:52.161]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3998081543/b1310/_pkg_.a
2025-08-20T22:42:10.5090161Z [00:03:52.161]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:42:10.5090664Z [00:03:52.161]➜  packagefile html/template=/tmp/go-build3998081543/b276/_pkg_.a
2025-08-20T22:42:10.5091097Z [00:03:52.161]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:10.5091500Z [00:03:52.161]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:10.5091920Z [00:03:52.161]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:10.5092353Z [00:03:52.161]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:10.5092778Z [00:03:52.161]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:10.5093203Z [00:03:52.161]➜  packagefile os/signal=/tmp/go-build3998081543/b082/_pkg_.a
2025-08-20T22:42:10.5093638Z [00:03:52.161]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:10.5094061Z [00:03:52.161]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:10.5094469Z [00:03:52.161]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:10.5094781Z [00:03:52.161]➜  EOF
2025-08-20T22:42:10.5095289Z [00:03:52.161]➜  cat >/tmp/go-build3998081543/b1319/embedcfg << 'EOF' # internal
2025-08-20T22:42:10.5095807Z [00:03:52.161]➜  {
2025-08-20T22:42:10.5096022Z [00:03:52.161]➜  	"Patterns": {
2025-08-20T22:42:10.5096292Z [00:03:52.161]➜  		"templates/simple.html": [
2025-08-20T22:42:10.5096586Z [00:03:52.161]➜  			"templates/simple.html"
2025-08-20T22:42:10.5096837Z [00:03:52.161]➜  		]
2025-08-20T22:42:10.5097224Z [00:03:52.161]➜  	},
2025-08-20T22:42:10.5097454Z [00:03:52.161]➜  	"Files": {
2025-08-20T22:42:10.5098165Z [00:03:52.161]➜  		"templates/simple.html": "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/u2m/templates/simple.html"
2025-08-20T22:42:10.5098774Z [00:03:52.161]➜  	}
2025-08-20T22:42:10.5098967Z [00:03:52.161]➜  }EOF
2025-08-20T22:42:10.5102467Z [00:03:52.161]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1319/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/u2m=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/auth/oauth/u2m;$WORK/b1319=>" -p github.com/databricks/databricks-sql-go/auth/oauth/u2m -lang=go1.24 -complete -installsuffix shared -buildid 58yAyBBFb5SlrrsbDBwx/58yAyBBFb5SlrrsbDBwx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1319/importcfg -embedcfg $WORK/b1319/embedcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/u2m/authenticator.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/u2m/html_template.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/auth/oauth/u2m/u2m.go
2025-08-20T22:42:10.6264090Z [00:03:52.279]➜  go tool buildid -w $WORK/b1319/_pkg_.a # internal
2025-08-20T22:42:10.6277558Z [00:03:52.280]➜  cp $WORK/b1319/_pkg_.a /root/.cache/go-build/b6/b636434cceb6dd743fbaeb6808acc694bc9dffafd8f1bc36b639972d362f6bda-d # internal
2025-08-20T22:42:10.6308496Z [00:03:52.283]➜  github.com/databricks/databricks-sql-go/logger
2025-08-20T22:42:10.6313419Z [00:03:52.284]➜  mkdir -p $WORK/b1322/
2025-08-20T22:42:10.6320520Z [00:03:52.284]➜  cat >/tmp/go-build3998081543/b1322/importcfg << 'EOF' # internal
2025-08-20T22:42:10.6321069Z [00:03:52.284]➜  # import config
2025-08-20T22:42:10.6321512Z [00:03:52.284]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3998081543/b185/_pkg_.a
2025-08-20T22:42:10.6327974Z [00:03:52.284]➜  packagefile github.com/rs/zerolog=/tmp/go-build3998081543/b261/_pkg_.a
2025-08-20T22:42:10.6328751Z [00:03:52.284]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:10.6329320Z [00:03:52.284]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:10.6329740Z [00:03:52.284]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:10.6330160Z [00:03:52.284]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:10.6330469Z [00:03:52.284]➜  EOF
2025-08-20T22:42:10.6332817Z [00:03:52.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1322/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/logger=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/logger;$WORK/b1322=>" -p github.com/databricks/databricks-sql-go/logger -lang=go1.24 -complete -installsuffix shared -buildid mt1_4PrAbDQ0fZ6UWk6I/mt1_4PrAbDQ0fZ6UWk6I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1322/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/logger/logger.go
2025-08-20T22:42:10.6868315Z [00:03:52.337]➜  go tool buildid -w $WORK/b1271/_pkg_.a # internal
2025-08-20T22:42:10.6979098Z [00:03:52.350]➜  cp $WORK/b1271/_pkg_.a /root/.cache/go-build/dc/dc9dc5b9b47c46a172ce73d969c1e6aa9b031fd8fdad3742c362e5f8dc7e20c5-d # internal
2025-08-20T22:42:10.7159289Z [00:03:52.368]➜  github.com/hashicorp/go-cleanhttp
2025-08-20T22:42:10.7160747Z [00:03:52.368]➜  mkdir -p $WORK/b1324/
2025-08-20T22:42:10.7163441Z [00:03:52.369]➜  cat >/tmp/go-build3998081543/b1324/importcfg << 'EOF' # internal
2025-08-20T22:42:10.7164426Z [00:03:52.369]➜  # import config
2025-08-20T22:42:10.7165765Z [00:03:52.369]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:10.7166292Z [00:03:52.369]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:10.7167076Z [00:03:52.369]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:10.7167541Z [00:03:52.369]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:10.7167970Z [00:03:52.369]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:10.7168395Z [00:03:52.369]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:10.7168729Z [00:03:52.369]➜  EOF
2025-08-20T22:42:10.7171095Z [00:03:52.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1324/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-cleanhttp@v0.5.2=>github.com/hashicorp/go-cleanhttp@v0.5.2;$WORK/b1324=>" -p github.com/hashicorp/go-cleanhttp -lang=go1.13 -complete -installsuffix shared -buildid RaFmgF7pCWioYZh9_4UX/RaFmgF7pCWioYZh9_4UX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1324/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-20T22:42:10.7180122Z [00:03:52.370]➜  go tool buildid -w $WORK/b1322/_pkg_.a # internal
2025-08-20T22:42:10.7190203Z [00:03:52.371]➜  cp $WORK/b1322/_pkg_.a /root/.cache/go-build/cd/cd721e0886a0f2a7a8647d8c71470cc6e8ffd8e6572bf19251a780dfd287ec0d-d # internal
2025-08-20T22:42:10.7202189Z [00:03:52.373]➜  github.com/apache/arrow/go/v18/arrow/internal/flatbuf
2025-08-20T22:42:10.7202605Z [00:03:52.373]➜  mkdir -p $WORK/b1331/
2025-08-20T22:42:10.7203012Z [00:03:52.373]➜  cat >/tmp/go-build3998081543/b1331/importcfg << 'EOF' # internal
2025-08-20T22:42:10.7203367Z [00:03:52.373]➜  # import config
2025-08-20T22:42:10.7203813Z [00:03:52.373]➜  packagefile github.com/google/flatbuffers/go=/tmp/go-build3998081543/b355/_pkg_.a
2025-08-20T22:42:10.7204333Z [00:03:52.373]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:10.7204655Z [00:03:52.373]➜  EOF
2025-08-20T22:42:10.7247801Z [00:03:52.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1331/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf;$WORK/b1331=>" -p github.com/apache/arrow/go/v18/arrow/internal/flatbuf -lang=go1.22 -complete -installsuffix shared -buildid yd2cLEnDuqNpa4vCKTPf/yd2cLEnDuqNpa4vCKTPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1331/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Binary.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/BinaryView.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Block.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/BodyCompression.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/BodyCompressionMethod.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Bool.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Buffer.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/CompressionType.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Date.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/DateUnit.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Decimal.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/DictionaryBatch.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/DictionaryEncoding.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/DictionaryKind.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Duration.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Endianness.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Feature.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Field.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/FieldNode.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/FixedSizeBinary.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/FixedSizeList.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/FloatingPoint.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Footer.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Int.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Interval.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/IntervalUnit.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/KeyValue.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/LargeBinary.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/LargeList.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/LargeListView.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/LargeUtf8.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/List.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/ListView.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Map.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Message.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/MessageHeader.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/MetadataVersion.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Null.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Precision.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/RecordBatch.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/RunEndEncoded.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/RunLengthEncoded.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Schema.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/SparseMatrixCompressedAxis.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/SparseMatrixIndexCSR.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/SparseMatrixIndexCSX.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/SparseTensor.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/SparseTensorIndex.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/SparseTensorIndexCOO.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/SparseTensorIndexCSF.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Struct_.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Tensor.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/TensorDim.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Time.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/TimeUnit.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Timestamp.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Type.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Union.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/UnionMode.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Utf8.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/flatbuf/Utf8View.go
2025-08-20T22:42:10.7808807Z [00:03:52.433]➜  go tool buildid -w $WORK/b1324/_pkg_.a # internal
2025-08-20T22:42:10.7820597Z [00:03:52.434]➜  cp $WORK/b1324/_pkg_.a /root/.cache/go-build/c3/c37470b6f1c96f103978da32506963a19f980b64ddcfef5cbb47083504b0d767-d # internal
2025-08-20T22:42:10.7821276Z [00:03:52.434]➜  github.com/hashicorp/go-retryablehttp
2025-08-20T22:42:10.7827507Z [00:03:52.435]➜  mkdir -p $WORK/b1323/
2025-08-20T22:42:10.7837278Z [00:03:52.436]➜  cat >/tmp/go-build3998081543/b1323/importcfg << 'EOF' # internal
2025-08-20T22:42:10.7839658Z [00:03:52.436]➜  # import config
2025-08-20T22:42:10.7840516Z [00:03:52.436]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:10.7840990Z [00:03:52.436]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:10.7841463Z [00:03:52.436]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:10.7841908Z [00:03:52.436]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:10.7842319Z [00:03:52.436]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:10.7842839Z [00:03:52.436]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3998081543/b1324/_pkg_.a
2025-08-20T22:42:10.7843338Z [00:03:52.436]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:10.7843759Z [00:03:52.436]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:10.7844183Z [00:03:52.436]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:10.7844616Z [00:03:52.436]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:10.7845054Z [00:03:52.436]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:10.7845652Z [00:03:52.436]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:10.7846571Z [00:03:52.436]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:10.7861280Z [00:03:52.436]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:10.7861772Z [00:03:52.436]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:10.7862215Z [00:03:52.436]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:10.7862639Z [00:03:52.436]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:10.7863391Z [00:03:52.436]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:10.7863726Z [00:03:52.436]➜  EOF
2025-08-20T22:42:10.7866401Z [00:03:52.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1323/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.7=>github.com/hashicorp/go-retryablehttp@v0.7.7;$WORK/b1323=>" -p github.com/hashicorp/go-retryablehttp -lang=go1.19 -complete -installsuffix shared -buildid l2nGzx99KVik63xqWc-z/l2nGzx99KVik63xqWc-z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1323/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.7/cert_error_go120.go /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.7/client.go /root/go/pkg/mod/github.com/hashicorp/go-retryablehttp@v0.7.7/roundtripper.go
2025-08-20T22:42:10.9421434Z [00:03:52.594]➜  go tool buildid -w $WORK/b1323/_pkg_.a # internal
2025-08-20T22:42:10.9448392Z [00:03:52.597]➜  cp $WORK/b1323/_pkg_.a /root/.cache/go-build/21/21128de9a2878d363756210ebe13c20f08e1b4bb0f1494a6733f0ac4cf50a1d0-d # internal
2025-08-20T22:42:10.9451523Z [00:03:52.597]➜  github.com/apache/arrow/go/v18/arrow/memory
2025-08-20T22:42:10.9458892Z [00:03:52.598]➜  mkdir -p $WORK/b1332/
2025-08-20T22:42:10.9459525Z [00:03:52.598]➜  echo -n > $WORK/b1332/go_asm.h # internal
2025-08-20T22:42:10.9462452Z [00:03:52.598]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory
2025-08-20T22:42:10.9464383Z [00:03:52.598]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v18/arrow/memory -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory;$WORK/b1332=>" -I $WORK/b1332/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1332/symabis ./memory_neon_arm64.s
2025-08-20T22:42:10.9512883Z [00:03:52.603]➜  cat >/tmp/go-build3998081543/b1332/importcfg << 'EOF' # internal
2025-08-20T22:42:10.9513786Z [00:03:52.603]➜  # import config
2025-08-20T22:42:10.9515217Z [00:03:52.603]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:10.9516359Z [00:03:52.603]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/debug=/tmp/go-build3998081543/b1330/_pkg_.a
2025-08-20T22:42:10.9517178Z [00:03:52.603]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:42:10.9520786Z [00:03:52.603]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:10.9521249Z [00:03:52.603]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:10.9521705Z [00:03:52.603]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:10.9522141Z [00:03:52.603]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:10.9522566Z [00:03:52.603]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:10.9523003Z [00:03:52.603]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:10.9523365Z [00:03:52.603]➜  EOF
2025-08-20T22:42:10.9523649Z [00:03:52.603]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:10.9530423Z [00:03:52.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory;$WORK/b1332=>" -p github.com/apache/arrow/go/v18/arrow/memory -lang=go1.22 -installsuffix shared -buildid flURVoqKvbPGrpkfpxDO/flURVoqKvbPGrpkfpxDO -goversion go1.25.0 -symabis $WORK/b1332/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1332/importcfg -pack -asmhdr $WORK/b1332/go_asm.h /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/allocator.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/buffer.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/checked_allocator.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/default_allocator.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/go_allocator.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/memory.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/memory_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/memory_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory/util.go
2025-08-20T22:42:11.1217643Z [00:03:52.774]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory
2025-08-20T22:42:11.1220134Z [00:03:52.774]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v18/arrow/memory -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/memory;$WORK/b1332=>" -I $WORK/b1332/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1332/memory_neon_arm64.o ./memory_neon_arm64.s
2025-08-20T22:42:11.1288118Z [00:03:52.781]➜  go tool pack r $WORK/b1332/_pkg_.a $WORK/b1332/memory_neon_arm64.o # internal
2025-08-20T22:42:11.1296333Z [00:03:52.782]➜  go tool buildid -w $WORK/b1332/_pkg_.a # internal
2025-08-20T22:42:11.1362440Z [00:03:52.789]➜  cp $WORK/b1332/_pkg_.a /root/.cache/go-build/c6/c6425e9a01fbf154cfdeb675783a19c59f3416e252b28c6c02768e5bb9e3559a-d # internal
2025-08-20T22:42:11.1365851Z [00:03:52.789]➜  github.com/apache/arrow/go/v18/arrow/decimal128
2025-08-20T22:42:11.1368384Z [00:03:52.789]➜  mkdir -p $WORK/b1333/
2025-08-20T22:42:11.1378620Z [00:03:52.790]➜  cat >/tmp/go-build3998081543/b1333/importcfg << 'EOF' # internal
2025-08-20T22:42:11.1379303Z [00:03:52.790]➜  # import config
2025-08-20T22:42:11.1396816Z [00:03:52.790]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:11.1397528Z [00:03:52.790]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:11.1399160Z [00:03:52.790]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/debug=/tmp/go-build3998081543/b1330/_pkg_.a
2025-08-20T22:42:11.1399771Z [00:03:52.790]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:11.1400209Z [00:03:52.790]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:11.1400652Z [00:03:52.790]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:11.1400976Z [00:03:52.790]➜  EOF
2025-08-20T22:42:11.1401250Z [00:03:52.790]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:11.1404124Z [00:03:52.790]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1333/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/decimal128=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/decimal128;$WORK/b1333=>" -p github.com/apache/arrow/go/v18/arrow/decimal128 -lang=go1.22 -complete -installsuffix shared -buildid 5qpJsgVA6G4LQhqOZrE4/5qpJsgVA6G4LQhqOZrE4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1333/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/decimal128/decimal128.go
2025-08-20T22:42:11.2053268Z [00:03:52.857]➜  go tool buildid -w $WORK/b1333/_pkg_.a # internal
2025-08-20T22:42:11.2069001Z [00:03:52.859]➜  cp $WORK/b1333/_pkg_.a /root/.cache/go-build/b3/b376d965c385f34528e7e4bf73c6522a0f61e23dab4005f98f0d60f991c66d54-d # internal
2025-08-20T22:42:11.2070288Z [00:03:52.859]➜  github.com/apache/arrow/go/v18/arrow/decimal256
2025-08-20T22:42:11.2072622Z [00:03:52.859]➜  mkdir -p $WORK/b1334/
2025-08-20T22:42:11.2082805Z [00:03:52.861]➜  cat >/tmp/go-build3998081543/b1334/importcfg << 'EOF' # internal
2025-08-20T22:42:11.2083484Z [00:03:52.861]➜  # import config
2025-08-20T22:42:11.2084126Z [00:03:52.861]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:11.2086405Z [00:03:52.861]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:11.2087042Z [00:03:52.861]➜  packagefile github.com/apache/arrow/go/v18/arrow/decimal128=/tmp/go-build3998081543/b1333/_pkg_.a
2025-08-20T22:42:11.2087806Z [00:03:52.861]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/debug=/tmp/go-build3998081543/b1330/_pkg_.a
2025-08-20T22:42:11.2088375Z [00:03:52.861]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:11.2088801Z [00:03:52.861]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:11.2089242Z [00:03:52.861]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:11.2089574Z [00:03:52.861]➜  EOF
2025-08-20T22:42:11.2092415Z [00:03:52.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1334/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/decimal256=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/decimal256;$WORK/b1334=>" -p github.com/apache/arrow/go/v18/arrow/decimal256 -lang=go1.22 -complete -installsuffix shared -buildid Br_nL2WRQU93TqLGdkvT/Br_nL2WRQU93TqLGdkvT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1334/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/decimal256/decimal256.go
2025-08-20T22:42:11.2171135Z [00:03:52.869]➜  go tool buildid -w $WORK/b1331/_pkg_.a # internal
2025-08-20T22:42:11.2403532Z [00:03:52.893]➜  cp $WORK/b1331/_pkg_.a /root/.cache/go-build/cd/cdf697ef6ca32155876af46d54d410d1c60248753ec2e975365e88707eb4450a-d # internal
2025-08-20T22:42:11.2405758Z [00:03:52.893]➜  github.com/apache/arrow/go/v18/arrow/endian
2025-08-20T22:42:11.2406140Z [00:03:52.893]➜  mkdir -p $WORK/b1329/
2025-08-20T22:42:11.2426714Z [00:03:52.895]➜  cat >/tmp/go-build3998081543/b1329/importcfg << 'EOF' # internal
2025-08-20T22:42:11.2428264Z [00:03:52.895]➜  # import config
2025-08-20T22:42:11.2428710Z [00:03:52.895]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:11.2429367Z [00:03:52.895]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/debug=/tmp/go-build3998081543/b1330/_pkg_.a
2025-08-20T22:42:11.2430155Z [00:03:52.895]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/flatbuf=/tmp/go-build3998081543/b1331/_pkg_.a
2025-08-20T22:42:11.2430634Z [00:03:52.895]➜  EOF
2025-08-20T22:42:11.2433401Z [00:03:52.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1329/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/endian=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/endian;$WORK/b1329=>" -p github.com/apache/arrow/go/v18/arrow/endian -lang=go1.22 -complete -installsuffix shared -buildid z280vyhOLih8SYqdEi9l/z280vyhOLih8SYqdEi9l -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1329/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/endian/endian.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/endian/little.go
2025-08-20T22:42:11.2861825Z [00:03:52.938]➜  go tool buildid -w $WORK/b1329/_pkg_.a # internal
2025-08-20T22:42:11.2874173Z [00:03:52.940]➜  cp $WORK/b1329/_pkg_.a /root/.cache/go-build/38/382c9fa5198fd9d5e40e94b989dced74d78cbbb1596112d3867b45e7f2ffea8b-d # internal
2025-08-20T22:42:11.2881276Z [00:03:52.940]➜  github.com/apache/arrow/go/v18/arrow/bitutil
2025-08-20T22:42:11.2881701Z [00:03:52.940]➜  mkdir -p $WORK/b1328/
2025-08-20T22:42:11.2883867Z [00:03:52.941]➜  go tool buildid -w $WORK/b1334/_pkg_.a # internal
2025-08-20T22:42:11.2903267Z [00:03:52.943]➜  cat >/tmp/go-build3998081543/b1328/importcfg << 'EOF' # internal
2025-08-20T22:42:11.2903954Z [00:03:52.943]➜  # import config
2025-08-20T22:42:11.2905877Z [00:03:52.943]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:11.2906964Z [00:03:52.943]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:11.2907597Z [00:03:52.943]➜  packagefile github.com/apache/arrow/go/v18/arrow/endian=/tmp/go-build3998081543/b1329/_pkg_.a
2025-08-20T22:42:11.2908354Z [00:03:52.943]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/debug=/tmp/go-build3998081543/b1330/_pkg_.a
2025-08-20T22:42:11.2909074Z [00:03:52.943]➜  packagefile github.com/apache/arrow/go/v18/arrow/memory=/tmp/go-build3998081543/b1332/_pkg_.a
2025-08-20T22:42:11.2909612Z [00:03:52.943]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:11.2910042Z [00:03:52.943]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:11.2910367Z [00:03:52.943]➜  EOF
2025-08-20T22:42:11.2916020Z [00:03:52.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1328/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/bitutil=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/bitutil;$WORK/b1328=>" -p github.com/apache/arrow/go/v18/arrow/bitutil -lang=go1.22 -complete -installsuffix shared -buildid KhpW4mWNncfLf4ECW877/KhpW4mWNncfLf4ECW877 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1328/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/bitutil/bitmap_ops.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/bitutil/bitmap_ops_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/bitutil/bitmaps.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/bitutil/bitutil.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/bitutil/bitutil_bytes.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/bitutil/endian_default.go
2025-08-20T22:42:11.2929277Z [00:03:52.945]➜  cp $WORK/b1334/_pkg_.a /root/.cache/go-build/4f/4fd7e4b496628711536609cf1c8d45b043e4043d1a9816224d2393097803fc7f-d # internal
2025-08-20T22:42:11.2933530Z [00:03:52.946]➜  github.com/apache/arrow/go/v18/arrow/float16
2025-08-20T22:42:11.2936608Z [00:03:52.946]➜  mkdir -p $WORK/b1335/
2025-08-20T22:42:11.2946635Z [00:03:52.947]➜  cat >/tmp/go-build3998081543/b1335/importcfg << 'EOF' # internal
2025-08-20T22:42:11.2947551Z [00:03:52.947]➜  # import config
2025-08-20T22:42:11.2947967Z [00:03:52.947]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:11.2948426Z [00:03:52.947]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:11.2948852Z [00:03:52.947]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:11.2949506Z [00:03:52.947]➜  EOF
2025-08-20T22:42:11.2952019Z [00:03:52.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1335/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/float16=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/float16;$WORK/b1335=>" -p github.com/apache/arrow/go/v18/arrow/float16 -lang=go1.22 -complete -installsuffix shared -buildid A-SaEkPAbQBMMBbHkqWS/A-SaEkPAbQBMMBbHkqWS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1335/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/float16/float16.go
2025-08-20T22:42:11.3481978Z [00:03:53.000]➜  go tool buildid -w $WORK/b1335/_pkg_.a # internal
2025-08-20T22:42:11.3487598Z [00:03:53.001]➜  cp $WORK/b1335/_pkg_.a /root/.cache/go-build/21/21d48867f777d730bb8622a50d54fef9f23b373421085b1e75a50ea5a088b34e-d # internal
2025-08-20T22:42:11.3489985Z [00:03:53.001]➜  github.com/apache/arrow/go/v18/internal/json
2025-08-20T22:42:11.3490461Z [00:03:53.001]➜  mkdir -p $WORK/b1336/
2025-08-20T22:42:11.3490854Z [00:03:53.001]➜  cat >/tmp/go-build3998081543/b1336/importcfg << 'EOF' # internal
2025-08-20T22:42:11.3491212Z [00:03:53.001]➜  # import config
2025-08-20T22:42:11.3491620Z [00:03:53.001]➜  packagefile github.com/goccy/go-json=/tmp/go-build3998081543/b363/_pkg_.a
2025-08-20T22:42:11.3492091Z [00:03:53.001]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:11.3492393Z [00:03:53.001]➜  EOF
2025-08-20T22:42:11.3495009Z [00:03:53.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1336/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/json=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/json;$WORK/b1336=>" -p github.com/apache/arrow/go/v18/internal/json -lang=go1.22 -complete -installsuffix shared -buildid dQ7a607LoPMzm3Cvl10p/dQ7a607LoPMzm3Cvl10p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1336/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/json/json.go
2025-08-20T22:42:11.3938724Z [00:03:53.046]➜  go tool buildid -w $WORK/b1328/_pkg_.a # internal
2025-08-20T22:42:11.3951719Z [00:03:53.048]➜  go tool buildid -w $WORK/b1336/_pkg_.a # internal
2025-08-20T22:42:11.3952445Z [00:03:53.048]➜  cp $WORK/b1328/_pkg_.a /root/.cache/go-build/41/412148b85a34a696aed019c596ad9a0b306701ef65a59ae6b75c912d3372de01-d # internal
2025-08-20T22:42:11.3962878Z [00:03:53.049]➜  cp $WORK/b1336/_pkg_.a /root/.cache/go-build/b8/b8644511398822bc70083e3f15378ddd5b076bfc18c242b9c17a9dba77056b30-d # internal
2025-08-20T22:42:11.3964608Z [00:03:53.049]➜  github.com/elastic/elastic-transport-go/v8/elastictransport
2025-08-20T22:42:11.3966043Z [00:03:53.049]➜  mkdir -p $WORK/b1352/
2025-08-20T22:42:11.3972652Z [00:03:53.050]➜  cat >/tmp/go-build3998081543/b1352/importcfg << 'EOF' # internal
2025-08-20T22:42:11.3973053Z [00:03:53.050]➜  # import config
2025-08-20T22:42:11.3973410Z [00:03:53.050]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:11.3973847Z [00:03:53.050]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:11.3974295Z [00:03:53.050]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:42:11.3974742Z [00:03:53.050]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:11.3975196Z [00:03:53.050]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:11.3975845Z [00:03:53.050]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:11.3976304Z [00:03:53.050]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:11.3976760Z [00:03:53.050]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:11.3977401Z [00:03:53.050]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:11.3990565Z [00:03:53.050]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:11.3991422Z [00:03:53.050]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:11.3991916Z [00:03:53.050]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:42:11.3992500Z [00:03:53.050]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:42:11.3993092Z [00:03:53.050]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:42:11.3993811Z [00:03:53.050]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:42:11.3994402Z [00:03:53.050]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:11.3994823Z [00:03:53.050]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:11.3995250Z [00:03:53.050]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:11.3995968Z [00:03:53.050]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:11.3996424Z [00:03:53.050]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:11.3996867Z [00:03:53.050]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:11.3997278Z [00:03:53.050]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:11.3997681Z [00:03:53.050]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:11.3998102Z [00:03:53.050]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:11.3998534Z [00:03:53.050]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:11.3998954Z [00:03:53.050]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:11.3999365Z [00:03:53.050]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:11.3999677Z [00:03:53.050]➜  EOF
2025-08-20T22:42:11.4004774Z [00:03:53.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1352/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport=>github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport;$WORK/b1352=>" -p github.com/elastic/elastic-transport-go/v8/elastictransport -lang=go1.20 -complete -installsuffix shared -buildid BgkGB882p-j8Wvc6Kwto/BgkGB882p-j8Wvc6Kwto -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1352/importcfg -pack /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/connection.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/discovery.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/doc.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/elastictransport.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/gzip.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/instrumentation.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/logger.go /root/go/pkg/mod/github.com/elastic/elastic-transport-go/v8@v8.6.0/elastictransport/metrics.go
2025-08-20T22:42:11.4020420Z [00:03:53.051]➜  github.com/apache/arrow/go/v18/arrow
2025-08-20T22:42:11.4020758Z [00:03:53.051]➜  mkdir -p $WORK/b1327/
2025-08-20T22:42:11.4049515Z [00:03:53.057]➜  cat >/tmp/go-build3998081543/b1327/importcfg << 'EOF' # internal
2025-08-20T22:42:11.4052144Z [00:03:53.057]➜  # import config
2025-08-20T22:42:11.4052555Z [00:03:53.057]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:11.4053008Z [00:03:53.057]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:11.4053431Z [00:03:53.057]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:11.4054006Z [00:03:53.057]➜  packagefile github.com/apache/arrow/go/v18/arrow/bitutil=/tmp/go-build3998081543/b1328/_pkg_.a
2025-08-20T22:42:11.4054721Z [00:03:53.057]➜  packagefile github.com/apache/arrow/go/v18/arrow/decimal128=/tmp/go-build3998081543/b1333/_pkg_.a
2025-08-20T22:42:11.4055959Z [00:03:53.057]➜  packagefile github.com/apache/arrow/go/v18/arrow/decimal256=/tmp/go-build3998081543/b1334/_pkg_.a
2025-08-20T22:42:11.4056667Z [00:03:53.057]➜  packagefile github.com/apache/arrow/go/v18/arrow/endian=/tmp/go-build3998081543/b1329/_pkg_.a
2025-08-20T22:42:11.4057360Z [00:03:53.057]➜  packagefile github.com/apache/arrow/go/v18/arrow/float16=/tmp/go-build3998081543/b1335/_pkg_.a
2025-08-20T22:42:11.4058213Z [00:03:53.057]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/debug=/tmp/go-build3998081543/b1330/_pkg_.a
2025-08-20T22:42:11.4059002Z [00:03:53.057]➜  packagefile github.com/apache/arrow/go/v18/arrow/memory=/tmp/go-build3998081543/b1332/_pkg_.a
2025-08-20T22:42:11.4059702Z [00:03:53.057]➜  packagefile github.com/apache/arrow/go/v18/internal/json=/tmp/go-build3998081543/b1336/_pkg_.a
2025-08-20T22:42:11.4060335Z [00:03:53.057]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:42:11.4060902Z [00:03:53.057]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:42:11.4061398Z [00:03:53.057]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:42:11.4061840Z [00:03:53.057]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:11.4062259Z [00:03:53.057]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:11.4062679Z [00:03:53.057]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:11.4063103Z [00:03:53.057]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:11.4063540Z [00:03:53.057]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:11.4063961Z [00:03:53.057]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:11.4064393Z [00:03:53.057]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:11.4064834Z [00:03:53.057]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:11.4065474Z [00:03:53.057]➜  EOF
2025-08-20T22:42:11.4099704Z [00:03:53.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1327/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow;$WORK/b1327=>" -p github.com/apache/arrow/go/v18/arrow -lang=go1.22 -complete -installsuffix shared -buildid QfnTBzRC0NJO0s8k1NHg/QfnTBzRC0NJO0s8k1NHg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1327/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/compare.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype_binary.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype_encoded.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype_extension.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype_fixedwidth.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype_nested.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype_null.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype_numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype_viewheader.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/datatype_viewheader_inline.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/errors.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/record.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/schema.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/table.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_string.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_traits.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_traits_boolean.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_traits_decimal128.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_traits_decimal256.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_traits_float16.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_traits_interval.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_traits_numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_traits_timestamp.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/type_traits_view.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/unionmode_string.go
2025-08-20T22:42:11.6535964Z [00:03:53.306]➜  go tool buildid -w $WORK/b1352/_pkg_.a # internal
2025-08-20T22:42:11.6564330Z [00:03:53.309]➜  cp $WORK/b1352/_pkg_.a /root/.cache/go-build/44/443c94325c6f888b605381b9dd42751cd438fecf8077286adaaba150c1d1db4d-d # internal
2025-08-20T22:42:11.9187868Z [00:03:53.571]➜  github.com/elastic/go-elasticsearch/v8/esapi
2025-08-20T22:42:11.9188280Z [00:03:53.571]➜  mkdir -p $WORK/b1354/
2025-08-20T22:42:11.9191004Z [00:03:53.571]➜  cat >/tmp/go-build3998081543/b1354/importcfg << 'EOF' # internal
2025-08-20T22:42:11.9192240Z [00:03:53.571]➜  # import config
2025-08-20T22:42:11.9193277Z [00:03:53.571]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:11.9193804Z [00:03:53.571]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:11.9194236Z [00:03:53.571]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:11.9194653Z [00:03:53.571]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:11.9195297Z [00:03:53.571]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:11.9196289Z [00:03:53.571]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build3998081543/b1355/_pkg_.a
2025-08-20T22:42:11.9196866Z [00:03:53.571]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:11.9197288Z [00:03:53.571]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:11.9197743Z [00:03:53.571]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:11.9198179Z [00:03:53.571]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:11.9198607Z [00:03:53.571]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:11.9199030Z [00:03:53.571]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:11.9199340Z [00:03:53.571]➜  EOF
2025-08-20T22:42:11.9457049Z [00:03:53.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1354/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi=>github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi;$WORK/b1354=>" -p github.com/elastic/go-elasticsearch/v8/esapi -lang=go1.22 -complete -installsuffix shared -buildid sMlmKLdP56NVvlzo50QC/sMlmKLdP56NVvlzo50QC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1354/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api._.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.capabilities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.allocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.component_templates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.fielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.help.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.master.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.nodeattrs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.nodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.plugins.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.repositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.segments.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.shards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.snapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.templates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cat.thread_pool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.clear_scroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.allocation_explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.delete_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.delete_voting_config_exclusions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.exists_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.get_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.post_voting_config_exclusions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.put_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.remote_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.reroute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.state.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.cluster.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.check_in.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.last_sync.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.secret_delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.secret_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.secret_post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.secret_put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.sync_job_cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.sync_job_check_in.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.sync_job_claim.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.sync_job_delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.sync_job_error.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.sync_job_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.sync_job_list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.sync_job_post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.sync_job_update_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_active_filtering.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_api_key_id.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_configuration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_error.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_filtering.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_filtering_validation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_index_name.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_name.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_native.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_scheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_service_type.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.connector.update_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.dangling_indices.delete_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.dangling_indices.import_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.dangling_indices.list_dangling_indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.delete_by_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.delete_by_query_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.delete_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.exists.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.exists_source.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.features.get_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.features.reset_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.field_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.fleet.delete_secret.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.fleet.get_secret.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.fleet.global_checkpoints.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.fleet.msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.fleet.post_secret.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.fleet.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.get_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.get_script_context.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.get_script_languages.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.get_source.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.health_report.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.add_block.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.close.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.delete_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.delete_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.delete_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.delete_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.disk_usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.downsample.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.exists.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.exists_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.exists_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.exists_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.explain_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.field_usage_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.flush.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.forcemerge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.get_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.get_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.get_field_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.get_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.get_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.get_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.modify_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.open.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.put_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.put_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.put_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.put_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.put_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.refresh.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.resolve_cluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.resolve_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.rollover.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.segments.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.shard_stores.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.shrink.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.simulate_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.simulate_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.split.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.update_aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.indices.validate_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.inference.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.inference.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.inference.inference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.inference.put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.inference.stream_inference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.delete_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.delete_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.delete_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.geo_ip_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.get_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.get_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.processor_grok.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.put_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.put_ip_location_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ingest.simulate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.knn_search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.mget.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.msearch_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.mtermvectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.nodes.clear_repositories_metering_archive.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.nodes.get_repositories_metering_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.nodes.hot_threads.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.nodes.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.nodes.reload_secure_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.nodes.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.nodes.usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.ping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.profiling.stacktraces.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.profiling.status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.profiling.topn_functions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.put_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.query_rules.delete_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.query_rules.delete_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.query_rules.get_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.query_rules.get_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.query_rules.list_rulesets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.query_rules.put_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.query_rules.put_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.query_rules.test.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.rank_eval.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.reindex_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.render_search_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.scripts_painless_execute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.scroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.delete_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.get_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.post_behavioral_analytics_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.put_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.render_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_application.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_mvt.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_shards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.search_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.shutdown.delete_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.shutdown.get_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.shutdown.put_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.simulate.ingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.cleanup_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.create_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.delete_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.get_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.repository_analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.repository_verify_integrity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.restore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.snapshot.verify_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.synonyms.delete_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.synonyms.delete_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.synonyms.get_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.synonyms.get_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.synonyms.get_synonyms_sets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.synonyms.put_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.synonyms.put_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.tasks.cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.tasks.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.tasks.list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.terms_enum.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.termvectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.update.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.update_by_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.update_by_query_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.async_search.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.async_search.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.async_search.status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.async_search.submit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.autoscaling.delete_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.autoscaling.get_autoscaling_capacity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.autoscaling.get_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.autoscaling.put_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.cat.ml_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.cat.ml_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.cat.ml_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.cat.ml_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.cat.transforms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.delete_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.follow_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.follow_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.forget_follower.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.get_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.pause_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.pause_follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.put_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.resume_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.resume_follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ccr.unfollow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.close_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.enrich.delete_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.enrich.execute_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.enrich.get_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.enrich.put_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.enrich.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.eql.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.eql.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.eql.get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.eql.search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.esql.async_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.esql.async_query_get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.esql.query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.graph.explore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.explain_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.migrate_to_data_tiers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.move_to_step.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.remove_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.retry.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.start.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ilm.stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.indices.create_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.indices.data_streams_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.indices.delete_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.indices.get_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.indices.migrate_to_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.indices.promote_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.indices.reload_search_analyzers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.indices.unfreeze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.license.delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.license.get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.license.get_basic_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.license.get_trial_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.license.post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.license.post_start_basic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.license.post_start_trial.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.logstash.delete_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.logstash.get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.logstash.put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.migration.deprecations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.migration.get_feature_upgrade_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.migration.post_feature_upgrade.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.clear_trained_model_deployment_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.close_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_calendar_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_expired_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.delete_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.estimate_model_memory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.evaluate_data_frame.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.explain_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.flush_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_calendars.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_categories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_data_frame_analytics_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_datafeed_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_filters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_influencers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_job_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_memory_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_model_snapshot_upgrade_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_model_snapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_overall_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_records.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.get_trained_models_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.infer_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.open_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.post_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.post_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.preview_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.preview_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_trained_model_definition_part.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.put_trained_model_vocabulary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.reset_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.revert_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.set_upgrade_mode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.start_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.start_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.start_trained_model_deployment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.stop_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.stop_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.stop_trained_model_deployment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.update_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.update_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.update_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.update_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.update_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.update_trained_model_deployment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.upgrade_job_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.validate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ml.validate_detector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.monitoring.bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.open_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.profiling.flamegraph.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.rollup.delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.rollup.get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.rollup.get_rollup_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.rollup.get_rollup_index_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.rollup.put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.rollup.rollup_search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.rollup.start_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.rollup.stop_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.searchable_snapshots.cache_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.searchable_snapshots.clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.searchable_snapshots.mount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.searchable_snapshots.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.activate_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.bulk_delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.bulk_put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.bulk_update_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.change_password.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.clear_api_key_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.clear_cached_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.clear_cached_realms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.clear_cached_roles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.clear_cached_service_tokens.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.create_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.create_cross_cluster_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.create_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.delete_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.delete_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.delete_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.delete_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.disable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.disable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.enable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.enable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.enroll_kibana.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.enroll_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_builtin_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_service_accounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_service_credentials.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_user_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.get_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.grant_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.has_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.has_privileges_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.invalidate_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.invalidate_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.oidc_authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.oidc_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.oidc_prepare_authentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.put_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.put_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.put_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.query_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.query_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.query_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.saml_authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.saml_complete_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.saml_invalidate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.saml_logout.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.saml_prepare_authentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.saml_service_provider_metadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.suggest_user_profiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.update_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.update_cross_cluster_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.update_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.security.update_user_profile_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.slm.delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.slm.execute_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.slm.execute_retention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.slm.get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.slm.get_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.slm.get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.slm.put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.slm.start.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.slm.stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.sql.clear_cursor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.sql.delete_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.sql.get_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.sql.get_async_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.sql.query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.sql.translate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.ssl.certificates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.text_structure.find_field_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.text_structure.find_message_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.text_structure.find_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.text_structure.test_grok_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.delete_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.get_node_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.get_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.get_transform_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.preview_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.put_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.reset_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.schedule_now_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.start_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.stop_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.update_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.transform.upgrade_transforms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.ack_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.activate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.deactivate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.delete_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.execute_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.get_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.put_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.query_watches.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.start.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.stop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.watcher.update_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.xpack.info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/api.xpack.xpack.usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/doc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/esapi.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/esapi.request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/esapi/esapi.response.go
2025-08-20T22:42:12.2562340Z [00:03:53.908]➜  go tool buildid -w $WORK/b1327/_pkg_.a # internal
2025-08-20T22:42:12.2770720Z [00:03:53.929]➜  cp $WORK/b1327/_pkg_.a /root/.cache/go-build/7a/7ad9c9a2e7454df7107b6a7329c58e8207286986ed2a2bfc81f609fd678317d2-d # internal
2025-08-20T22:42:12.2774019Z [00:03:53.930]➜  github.com/apache/arrow/go/v18/arrow/encoded
2025-08-20T22:42:12.2775743Z [00:03:53.930]➜  mkdir -p $WORK/b1338/
2025-08-20T22:42:12.2781215Z [00:03:53.930]➜  cat >/tmp/go-build3998081543/b1338/importcfg << 'EOF' # internal
2025-08-20T22:42:12.2781606Z [00:03:53.931]➜  # import config
2025-08-20T22:42:12.2782067Z [00:03:53.931]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:12.2782809Z [00:03:53.931]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:12.2783300Z [00:03:53.931]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:12.2783609Z [00:03:53.931]➜  EOF
2025-08-20T22:42:12.2787403Z [00:03:53.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1338/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/encoded=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/encoded;$WORK/b1338=>" -p github.com/apache/arrow/go/v18/arrow/encoded -lang=go1.22 -complete -installsuffix shared -buildid tjlYGMsfOU4DHsrJH7gV/tjlYGMsfOU4DHsrJH7gV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1338/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/encoded/ree_utils.go
2025-08-20T22:42:12.3283225Z [00:03:53.981]➜  go tool buildid -w $WORK/b1338/_pkg_.a # internal
2025-08-20T22:42:12.3290282Z [00:03:53.981]➜  cp $WORK/b1338/_pkg_.a /root/.cache/go-build/2c/2cc8a2b25490b7dded8f7b98d6c731623e581482e9a6c70d26b1c2b81cfdd0e7-d # internal
2025-08-20T22:42:12.3297983Z [00:03:53.982]➜  github.com/apache/arrow/go/v18/internal/utils
2025-08-20T22:42:12.3300317Z [00:03:53.982]➜  mkdir -p $WORK/b1340/
2025-08-20T22:42:12.3307756Z [00:03:53.983]➜  echo -n > $WORK/b1340/go_asm.h # internal
2025-08-20T22:42:12.3312315Z [00:03:53.984]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils
2025-08-20T22:42:12.3314610Z [00:03:53.984]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v18/internal/utils -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils;$WORK/b1340=>" -I $WORK/b1340/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b1340/symabis ./min_max_neon_arm64.s
2025-08-20T22:42:12.3357914Z [00:03:53.988]➜  cat >/tmp/go-build3998081543/b1340/importcfg << 'EOF' # internal
2025-08-20T22:42:12.3358298Z [00:03:53.988]➜  # import config
2025-08-20T22:42:12.3358645Z [00:03:53.988]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:12.3359071Z [00:03:53.988]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:12.3359498Z [00:03:53.988]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:12.3360043Z [00:03:53.988]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:12.3360670Z [00:03:53.988]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:42:12.3361221Z [00:03:53.988]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:42:12.3361676Z [00:03:53.988]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:12.3362083Z [00:03:53.988]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:12.3362493Z [00:03:53.988]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:12.3362907Z [00:03:53.988]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:12.3363349Z [00:03:53.988]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:12.3363683Z [00:03:53.988]➜  EOF
2025-08-20T22:42:12.3365836Z [00:03:53.989]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:12.3373909Z [00:03:53.989]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1340/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils;$WORK/b1340=>" -p github.com/apache/arrow/go/v18/internal/utils -lang=go1.22 -installsuffix shared -buildid oGnRh2diQXeHuNHi9ZTY/oGnRh2diQXeHuNHi9ZTY -goversion go1.25.0 -symabis $WORK/b1340/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b1340/importcfg -pack -asmhdr $WORK/b1340/go_asm.h /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/buf_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/endians_default.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/math.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/min_max.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/min_max_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/min_max_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/recovery.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/ref_count.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/transpose_ints.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/transpose_ints_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils/transpose_ints_def.go
2025-08-20T22:42:12.3681269Z [00:03:54.020]➜  go tool buildid -w $WORK/b1315/_pkg_.a # internal
2025-08-20T22:42:12.4274397Z [00:03:54.080]➜  cp $WORK/b1315/_pkg_.a /root/.cache/go-build/a7/a74a3e97924832128c6ae8e69f328e20bbc9d330eb172146e802251aba37bae8-d # internal
2025-08-20T22:42:12.4371755Z [00:03:54.089]➜  github.com/databricks/databricks-sql-go/internal/errors
2025-08-20T22:42:12.4373280Z [00:03:54.089]➜  mkdir -p $WORK/b1321/
2025-08-20T22:42:12.4571230Z [00:03:54.109]➜  cat >/tmp/go-build3998081543/b1321/importcfg << 'EOF' # internal
2025-08-20T22:42:12.4574124Z [00:03:54.109]➜  # import config
2025-08-20T22:42:12.4574593Z [00:03:54.109]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:12.4575126Z [00:03:54.109]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:12.4575830Z [00:03:54.109]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:12.4576422Z [00:03:54.109]➜  packagefile github.com/databricks/databricks-sql-go/driverctx=/tmp/go-build3998081543/b1313/_pkg_.a
2025-08-20T22:42:12.4577141Z [00:03:54.109]➜  packagefile github.com/databricks/databricks-sql-go/errors=/tmp/go-build3998081543/b1314/_pkg_.a
2025-08-20T22:42:12.4577915Z [00:03:54.109]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:42:12.4578590Z [00:03:54.109]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:42:12.4579065Z [00:03:54.109]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:12.4579490Z [00:03:54.109]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:12.4579794Z [00:03:54.109]➜  EOF
2025-08-20T22:42:12.4582296Z [00:03:54.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1321/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/errors=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/errors;$WORK/b1321=>" -p github.com/databricks/databricks-sql-go/internal/errors -lang=go1.24 -complete -installsuffix shared -buildid lNO8N6og_aaBawELpbQs/lNO8N6og_aaBawELpbQs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1321/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/errors/err.go
2025-08-20T22:42:12.4682699Z [00:03:54.121]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils
2025-08-20T22:42:12.4685010Z [00:03:54.121]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v18/internal/utils -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/utils;$WORK/b1340=>" -I $WORK/b1340/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b1340/min_max_neon_arm64.o ./min_max_neon_arm64.s
2025-08-20T22:42:12.4832477Z [00:03:54.135]➜  go tool pack r $WORK/b1340/_pkg_.a $WORK/b1340/min_max_neon_arm64.o # internal
2025-08-20T22:42:12.4833190Z [00:03:54.135]➜  go tool buildid -w $WORK/b1340/_pkg_.a # internal
2025-08-20T22:42:12.4849635Z [00:03:54.137]➜  cp $WORK/b1340/_pkg_.a /root/.cache/go-build/c5/c502ddd9ed63bba03d65cd5b176d8b75da2bac394d898a29e8d02421b1240cef-d # internal
2025-08-20T22:42:12.4856571Z [00:03:54.138]➜  github.com/apache/arrow/go/v18/internal/bitutils
2025-08-20T22:42:12.4857091Z [00:03:54.138]➜  mkdir -p $WORK/b1339/
2025-08-20T22:42:12.4857572Z [00:03:54.138]➜  cat >/tmp/go-build3998081543/b1339/importcfg << 'EOF' # internal
2025-08-20T22:42:12.4858022Z [00:03:54.138]➜  # import config
2025-08-20T22:42:12.4858506Z [00:03:54.138]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:12.4859067Z [00:03:54.138]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:12.4859694Z [00:03:54.138]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:12.4860451Z [00:03:54.138]➜  packagefile github.com/apache/arrow/go/v18/arrow/bitutil=/tmp/go-build3998081543/b1328/_pkg_.a
2025-08-20T22:42:12.4861260Z [00:03:54.138]➜  packagefile github.com/apache/arrow/go/v18/internal/utils=/tmp/go-build3998081543/b1340/_pkg_.a
2025-08-20T22:42:12.4862379Z [00:03:54.138]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:12.4862964Z [00:03:54.138]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:12.4863389Z [00:03:54.138]➜  EOF
2025-08-20T22:42:12.4863682Z [00:03:54.138]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:12.4867853Z [00:03:54.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1339/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/bitutils=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/bitutils;$WORK/b1339=>" -p github.com/apache/arrow/go/v18/internal/bitutils -lang=go1.22 -complete -installsuffix shared -buildid VJSWhKU2cxS8OxCcFALb/VJSWhKU2cxS8OxCcFALb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1339/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/bitutils/bit_block_counter.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/bitutils/bit_run_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/bitutils/bit_set_run_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/bitutils/bitmap_generate.go
2025-08-20T22:42:12.5391258Z [00:03:54.191]➜  go tool buildid -w $WORK/b1321/_pkg_.a # internal
2025-08-20T22:42:12.5402873Z [00:03:54.192]➜  cp $WORK/b1321/_pkg_.a /root/.cache/go-build/b2/b2e46c07de299b6172cbcc8511a6d8636e2d813c84bdbfbfca0aaaf3a9468522-d # internal
2025-08-20T22:42:12.5421279Z [00:03:54.193]➜  github.com/databricks/databricks-sql-go/internal/config
2025-08-20T22:42:12.5421827Z [00:03:54.193]➜  mkdir -p $WORK/b1317/
2025-08-20T22:42:12.5422213Z [00:03:54.194]➜  cat >/tmp/go-build3998081543/b1317/importcfg << 'EOF' # internal
2025-08-20T22:42:12.5422855Z [00:03:54.194]➜  # import config
2025-08-20T22:42:12.5423234Z [00:03:54.194]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:12.5423683Z [00:03:54.194]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:12.5424115Z [00:03:54.194]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:12.5424680Z [00:03:54.194]➜  packagefile github.com/databricks/databricks-sql-go/auth=/tmp/go-build3998081543/b1303/_pkg_.a
2025-08-20T22:42:12.5425727Z [00:03:54.194]➜  packagefile github.com/databricks/databricks-sql-go/auth/noop=/tmp/go-build3998081543/b1318/_pkg_.a
2025-08-20T22:42:12.5426593Z [00:03:54.194]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth/m2m=/tmp/go-build3998081543/b1304/_pkg_.a
2025-08-20T22:42:12.5427356Z [00:03:54.194]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth/u2m=/tmp/go-build3998081543/b1319/_pkg_.a
2025-08-20T22:42:12.5428101Z [00:03:54.194]➜  packagefile github.com/databricks/databricks-sql-go/auth/pat=/tmp/go-build3998081543/b1312/_pkg_.a
2025-08-20T22:42:12.5428837Z [00:03:54.194]➜  packagefile github.com/databricks/databricks-sql-go/errors=/tmp/go-build3998081543/b1314/_pkg_.a
2025-08-20T22:42:12.5429602Z [00:03:54.194]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:42:12.5430391Z [00:03:54.194]➜  packagefile github.com/databricks/databricks-sql-go/internal/errors=/tmp/go-build3998081543/b1321/_pkg_.a
2025-08-20T22:42:12.5431131Z [00:03:54.194]➜  packagefile github.com/databricks/databricks-sql-go/logger=/tmp/go-build3998081543/b1322/_pkg_.a
2025-08-20T22:42:12.5431739Z [00:03:54.194]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:42:12.5432210Z [00:03:54.194]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:12.5432646Z [00:03:54.194]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:12.5433080Z [00:03:54.194]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:12.5433797Z [00:03:54.194]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:12.5434281Z [00:03:54.194]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:12.5434590Z [00:03:54.194]➜  EOF
2025-08-20T22:42:12.5437310Z [00:03:54.194]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1317/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/config=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/config;$WORK/b1317=>" -p github.com/databricks/databricks-sql-go/internal/config -lang=go1.24 -complete -installsuffix shared -buildid oL1XVx-UUaohZJj_O0Qy/oL1XVx-UUaohZJj_O0Qy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1317/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/config/config.go
2025-08-20T22:42:12.5974458Z [00:03:54.250]➜  go tool buildid -w $WORK/b1339/_pkg_.a # internal
2025-08-20T22:42:12.6030085Z [00:03:54.255]➜  cp $WORK/b1339/_pkg_.a /root/.cache/go-build/61/61ef17d220f2e5c4b4cfc8510b2ce97340840c6c69b36631a398fe5506c8d5f6-d # internal
2025-08-20T22:42:12.6031191Z [00:03:54.255]➜  github.com/apache/arrow/go/v18/internal/hashing
2025-08-20T22:42:12.6031570Z [00:03:54.255]➜  mkdir -p $WORK/b1341/
2025-08-20T22:42:12.6042519Z [00:03:54.257]➜  cat >/tmp/go-build3998081543/b1341/importcfg << 'EOF' # internal
2025-08-20T22:42:12.6043045Z [00:03:54.257]➜  # import config
2025-08-20T22:42:12.6043557Z [00:03:54.257]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:12.6045706Z [00:03:54.257]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:12.6046455Z [00:03:54.257]➜  packagefile github.com/apache/arrow/go/v18/arrow/bitutil=/tmp/go-build3998081543/b1328/_pkg_.a
2025-08-20T22:42:12.6047165Z [00:03:54.257]➜  packagefile github.com/apache/arrow/go/v18/internal/utils=/tmp/go-build3998081543/b1340/_pkg_.a
2025-08-20T22:42:12.6048062Z [00:03:54.257]➜  packagefile github.com/zeebo/xxh3=/tmp/go-build3998081543/b380/_pkg_.a
2025-08-20T22:42:12.6048538Z [00:03:54.257]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:12.6048973Z [00:03:54.257]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:12.6049295Z [00:03:54.257]➜  EOF
2025-08-20T22:42:12.6053511Z [00:03:54.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1341/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/hashing=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/hashing;$WORK/b1341=>" -p github.com/apache/arrow/go/v18/internal/hashing -lang=go1.22 -complete -installsuffix shared -buildid NGthVhqFm1bjpevgfNSQ/NGthVhqFm1bjpevgfNSQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1341/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/hashing/hash_funcs.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/hashing/hash_string.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/hashing/xxh3_memo_table.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/internal/hashing/xxh3_memo_table.go
2025-08-20T22:42:12.6068130Z [00:03:54.259]➜  go tool buildid -w $WORK/b1317/_pkg_.a # internal
2025-08-20T22:42:12.6091605Z [00:03:54.261]➜  cp $WORK/b1317/_pkg_.a /root/.cache/go-build/f1/f148c298e52c24c6ad5c9a45cae7c6d32218edfc4dc1b49332df59f79e825aff-d # internal
2025-08-20T22:42:12.6133875Z [00:03:54.264]➜  github.com/databricks/databricks-sql-go/internal/client
2025-08-20T22:42:12.6134411Z [00:03:54.265]➜  mkdir -p $WORK/b1316/
2025-08-20T22:42:12.6134811Z [00:03:54.265]➜  cat >/tmp/go-build3998081543/b1316/importcfg << 'EOF' # internal
2025-08-20T22:42:12.6135182Z [00:03:54.265]➜  # import config
2025-08-20T22:42:12.6136023Z [00:03:54.265]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:12.6136565Z [00:03:54.265]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:12.6137024Z [00:03:54.265]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:12.6137486Z [00:03:54.265]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:12.6137931Z [00:03:54.265]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:12.6138354Z [00:03:54.265]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:12.6138889Z [00:03:54.265]➜  packagefile github.com/apache/thrift/lib/go/thrift=/tmp/go-build3998081543/b389/_pkg_.a
2025-08-20T22:42:12.6139560Z [00:03:54.265]➜  packagefile github.com/databricks/databricks-sql-go/auth=/tmp/go-build3998081543/b1303/_pkg_.a
2025-08-20T22:42:12.6140278Z [00:03:54.265]➜  packagefile github.com/databricks/databricks-sql-go/driverctx=/tmp/go-build3998081543/b1313/_pkg_.a
2025-08-20T22:42:12.6141015Z [00:03:54.265]➜  packagefile github.com/databricks/databricks-sql-go/errors=/tmp/go-build3998081543/b1314/_pkg_.a
2025-08-20T22:42:12.6141780Z [00:03:54.265]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:42:12.6142572Z [00:03:54.265]➜  packagefile github.com/databricks/databricks-sql-go/internal/config=/tmp/go-build3998081543/b1317/_pkg_.a
2025-08-20T22:42:12.6143349Z [00:03:54.265]➜  packagefile github.com/databricks/databricks-sql-go/internal/errors=/tmp/go-build3998081543/b1321/_pkg_.a
2025-08-20T22:42:12.6144087Z [00:03:54.265]➜  packagefile github.com/databricks/databricks-sql-go/logger=/tmp/go-build3998081543/b1322/_pkg_.a
2025-08-20T22:42:12.6144755Z [00:03:54.265]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3998081543/b1323/_pkg_.a
2025-08-20T22:42:12.6148525Z [00:03:54.265]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:42:12.6149433Z [00:03:54.265]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:12.6149866Z [00:03:54.265]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:12.6150276Z [00:03:54.265]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:12.6150699Z [00:03:54.265]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:12.6151173Z [00:03:54.265]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:42:12.6151761Z [00:03:54.265]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:12.6152252Z [00:03:54.265]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:12.6152670Z [00:03:54.265]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:12.6159275Z [00:03:54.265]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:12.6159823Z [00:03:54.265]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:12.6160281Z [00:03:54.265]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:12.6160701Z [00:03:54.265]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:12.6161010Z [00:03:54.265]➜  EOF
2025-08-20T22:42:12.6164627Z [00:03:54.265]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1316/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/client=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/client;$WORK/b1316=>" -p github.com/databricks/databricks-sql-go/internal/client -lang=go1.24 -complete -installsuffix shared -buildid LlfanqrVtz-19jMA607J/LlfanqrVtz-19jMA607J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1316/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/client/client.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/client/clientmethod_string.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/client/testclient.go
2025-08-20T22:42:12.7966890Z [00:03:54.449]➜  go tool buildid -w $WORK/b1316/_pkg_.a # internal
2025-08-20T22:42:12.8001686Z [00:03:54.453]➜  cp $WORK/b1316/_pkg_.a /root/.cache/go-build/65/6538b4e796b4e54cde03d90c540a5ed64dabba27a775705af60becee923b10a5-d # internal
2025-08-20T22:42:12.8011060Z [00:03:54.454]➜  github.com/apache/arrow/go/v18/arrow/arrio
2025-08-20T22:42:12.8018345Z [00:03:54.454]➜  mkdir -p $WORK/b1343/
2025-08-20T22:42:12.8028971Z [00:03:54.455]➜  cat >/tmp/go-build3998081543/b1343/importcfg << 'EOF' # internal
2025-08-20T22:42:12.8032050Z [00:03:54.455]➜  # import config
2025-08-20T22:42:12.8040335Z [00:03:54.455]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:12.8040899Z [00:03:54.455]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:12.8041453Z [00:03:54.455]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:12.8041773Z [00:03:54.455]➜  EOF
2025-08-20T22:42:12.8053780Z [00:03:54.458]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1343/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/arrio=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/arrio;$WORK/b1343=>" -p github.com/apache/arrow/go/v18/arrow/arrio -lang=go1.22 -complete -installsuffix shared -buildid 4u386ETT29uycmZ36s2A/4u386ETT29uycmZ36s2A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1343/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/arrio/arrio.go
2025-08-20T22:42:12.8360450Z [00:03:54.488]➜  go tool buildid -w $WORK/b1343/_pkg_.a # internal
2025-08-20T22:42:12.8364458Z [00:03:54.489]➜  cp $WORK/b1343/_pkg_.a /root/.cache/go-build/6c/6cc82113811fe7e35c0aedc387903d08fccc9152bbceab99c8e3c834c7487ff9-d # internal
2025-08-20T22:42:12.8366446Z [00:03:54.489]➜  github.com/apache/arrow/go/v18/arrow/internal
2025-08-20T22:42:12.8367182Z [00:03:54.489]➜  mkdir -p $WORK/b1344/
2025-08-20T22:42:12.8371981Z [00:03:54.489]➜  cat >/tmp/go-build3998081543/b1344/importcfg << 'EOF' # internal
2025-08-20T22:42:12.8374353Z [00:03:54.489]➜  # import config
2025-08-20T22:42:12.8374830Z [00:03:54.489]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:12.8375951Z [00:03:54.489]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/flatbuf=/tmp/go-build3998081543/b1331/_pkg_.a
2025-08-20T22:42:12.8376506Z [00:03:54.489]➜  EOF
2025-08-20T22:42:12.8378891Z [00:03:54.490]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1344/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal;$WORK/b1344=>" -p github.com/apache/arrow/go/v18/arrow/internal -lang=go1.22 -complete -installsuffix shared -buildid 8Zkxd_zj9HX1aoVBZNda/8Zkxd_zj9HX1aoVBZNda -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1344/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/utils.go
2025-08-20T22:42:12.8643458Z [00:03:54.516]➜  go tool buildid -w $WORK/b1344/_pkg_.a # internal
2025-08-20T22:42:12.8655018Z [00:03:54.518]➜  cp $WORK/b1344/_pkg_.a /root/.cache/go-build/42/4223b11728c26d3eb088eeedaa8f3b43307f115341f8d45a7cbfee7dd0bb3e8b-d # internal
2025-08-20T22:42:12.8662783Z [00:03:54.519]➜  github.com/databricks/databricks-sql-go/rows
2025-08-20T22:42:12.8663917Z [00:03:54.519]➜  mkdir -p $WORK/b1347/
2025-08-20T22:42:12.8672680Z [00:03:54.520]➜  cat >/tmp/go-build3998081543/b1347/importcfg << 'EOF' # internal
2025-08-20T22:42:12.8676533Z [00:03:54.520]➜  # import config
2025-08-20T22:42:12.8677597Z [00:03:54.520]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:12.8689710Z [00:03:54.520]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:12.8691285Z [00:03:54.520]➜  EOF
2025-08-20T22:42:12.8693859Z [00:03:54.520]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1347/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/rows=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/rows;$WORK/b1347=>" -p github.com/databricks/databricks-sql-go/rows -lang=go1.24 -complete -installsuffix shared -buildid lYjQ_roe3cSMP53TZx2j/lYjQ_roe3cSMP53TZx2j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1347/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/rows/rows.go
2025-08-20T22:42:12.8985695Z [00:03:54.551]➜  go tool buildid -w $WORK/b1341/_pkg_.a # internal
2025-08-20T22:42:12.9024793Z [00:03:54.555]➜  go tool buildid -w $WORK/b1347/_pkg_.a # internal
2025-08-20T22:42:12.9029904Z [00:03:54.555]➜  cp $WORK/b1347/_pkg_.a /root/.cache/go-build/8a/8aae4f49b88d4c16dbe3c6e87c89712095521556952651595e16c1e339a98ce3-d # internal
2025-08-20T22:42:12.9083674Z [00:03:54.561]➜  github.com/databricks/databricks-sql-go/internal/rows/rowscanner
2025-08-20T22:42:12.9084646Z [00:03:54.561]➜  mkdir -p $WORK/b1346/
2025-08-20T22:42:12.9087098Z [00:03:54.561]➜  cat >/tmp/go-build3998081543/b1346/importcfg << 'EOF' # internal
2025-08-20T22:42:12.9089171Z [00:03:54.561]➜  # import config
2025-08-20T22:42:12.9089834Z [00:03:54.561]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:12.9091358Z [00:03:54.561]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:12.9092048Z [00:03:54.561]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:12.9092938Z [00:03:54.561]➜  packagefile github.com/databricks/databricks-sql-go/driverctx=/tmp/go-build3998081543/b1313/_pkg_.a
2025-08-20T22:42:12.9094091Z [00:03:54.561]➜  packagefile github.com/databricks/databricks-sql-go/errors=/tmp/go-build3998081543/b1314/_pkg_.a
2025-08-20T22:42:12.9095030Z [00:03:54.561]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:42:12.9096357Z [00:03:54.561]➜  packagefile github.com/databricks/databricks-sql-go/internal/config=/tmp/go-build3998081543/b1317/_pkg_.a
2025-08-20T22:42:12.9097607Z [00:03:54.561]➜  packagefile github.com/databricks/databricks-sql-go/internal/errors=/tmp/go-build3998081543/b1321/_pkg_.a
2025-08-20T22:42:12.9098541Z [00:03:54.561]➜  packagefile github.com/databricks/databricks-sql-go/logger=/tmp/go-build3998081543/b1322/_pkg_.a
2025-08-20T22:42:12.9099307Z [00:03:54.561]➜  packagefile github.com/databricks/databricks-sql-go/rows=/tmp/go-build3998081543/b1347/_pkg_.a
2025-08-20T22:42:12.9099846Z [00:03:54.561]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:12.9100273Z [00:03:54.561]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:12.9100715Z [00:03:54.561]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:12.9101027Z [00:03:54.561]➜  EOF
2025-08-20T22:42:12.9104236Z [00:03:54.561]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1346/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/rowscanner=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/rows/rowscanner;$WORK/b1346=>" -p github.com/databricks/databricks-sql-go/internal/rows/rowscanner -lang=go1.24 -complete -installsuffix shared -buildid JbFOAyDoZkyveqwi2KYd/JbFOAyDoZkyveqwi2KYd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1346/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/rowscanner/resultPageIterator.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/rowscanner/rowScanner.go
2025-08-20T22:42:12.9128694Z [00:03:54.563]➜  cp $WORK/b1341/_pkg_.a /root/.cache/go-build/30/30a5b761ae8cf96f4b072a290467fd9be45e7352e2dcd4e5780236d168fc65b4-d # internal
2025-08-20T22:42:12.9129414Z [00:03:54.564]➜  github.com/apache/arrow/go/v18/arrow/array
2025-08-20T22:42:12.9129741Z [00:03:54.564]➜  mkdir -p $WORK/b1337/
2025-08-20T22:42:12.9130121Z [00:03:54.564]➜  cat >/tmp/go-build3998081543/b1337/importcfg << 'EOF' # internal
2025-08-20T22:42:12.9130471Z [00:03:54.564]➜  # import config
2025-08-20T22:42:12.9130820Z [00:03:54.564]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:12.9131277Z [00:03:54.564]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:12.9131727Z [00:03:54.564]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:12.9132140Z [00:03:54.564]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:12.9132667Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:12.9133353Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/arrow/bitutil=/tmp/go-build3998081543/b1328/_pkg_.a
2025-08-20T22:42:12.9134060Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/arrow/decimal128=/tmp/go-build3998081543/b1333/_pkg_.a
2025-08-20T22:42:12.9134776Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/arrow/decimal256=/tmp/go-build3998081543/b1334/_pkg_.a
2025-08-20T22:42:12.9135764Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/arrow/encoded=/tmp/go-build3998081543/b1338/_pkg_.a
2025-08-20T22:42:12.9136531Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/arrow/float16=/tmp/go-build3998081543/b1335/_pkg_.a
2025-08-20T22:42:12.9137255Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/debug=/tmp/go-build3998081543/b1330/_pkg_.a
2025-08-20T22:42:12.9137969Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/arrow/memory=/tmp/go-build3998081543/b1332/_pkg_.a
2025-08-20T22:42:12.9138845Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/internal/bitutils=/tmp/go-build3998081543/b1339/_pkg_.a
2025-08-20T22:42:12.9139565Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/internal/hashing=/tmp/go-build3998081543/b1341/_pkg_.a
2025-08-20T22:42:12.9140269Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/internal/json=/tmp/go-build3998081543/b1336/_pkg_.a
2025-08-20T22:42:12.9140963Z [00:03:54.564]➜  packagefile github.com/apache/arrow/go/v18/internal/utils=/tmp/go-build3998081543/b1340/_pkg_.a
2025-08-20T22:42:12.9141540Z [00:03:54.564]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:42:12.9141971Z [00:03:54.564]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:12.9142376Z [00:03:54.564]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:12.9142801Z [00:03:54.564]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:12.9143415Z [00:03:54.564]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:12.9143863Z [00:03:54.564]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:12.9144294Z [00:03:54.564]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:12.9144723Z [00:03:54.564]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:12.9145165Z [00:03:54.564]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:12.9145845Z [00:03:54.564]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:12.9146162Z [00:03:54.564]➜  EOF
2025-08-20T22:42:12.9164420Z [00:03:54.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1337/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array;$WORK/b1337=>" -p github.com/apache/arrow/go/v18/arrow/array -lang=go1.22 -complete -installsuffix shared -buildid gRN12uEFXTDjNa2AmZN2/gRN12uEFXTDjNa2AmZN2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1337/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/array.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/binary.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/binarybuilder.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/boolean.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/booleanbuilder.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/bufferbuilder.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/bufferbuilder_byte.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/bufferbuilder_numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/builder.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/compare.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/concat.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/data.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/decimal128.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/decimal256.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/dictionary.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/diff.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/encoded.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/extension.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/extension_builder.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/fixed_size_list.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/fixedsize_binary.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/fixedsize_binarybuilder.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/float16.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/float16_builder.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/interval.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/json_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/list.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/map.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/null.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/numericbuilder.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/record.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/string.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/struct.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/table.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/timestamp.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/union.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/array/util.go
2025-08-20T22:42:13.0431702Z [00:03:54.695]➜  go tool buildid -w $WORK/b1346/_pkg_.a # internal
2025-08-20T22:42:13.0448499Z [00:03:54.697]➜  cp $WORK/b1346/_pkg_.a /root/.cache/go-build/c0/c0870658e5c1c553abdd60689328b3c8782a3c4c035b16475c8cd36f144bcfe1-d # internal
2025-08-20T22:42:13.0491481Z [00:03:54.701]➜  github.com/databricks/databricks-sql-go/internal/rows/columnbased
2025-08-20T22:42:13.0499150Z [00:03:54.702]➜  mkdir -p $WORK/b1348/
2025-08-20T22:42:13.0502344Z [00:03:54.702]➜  cat >/tmp/go-build3998081543/b1348/importcfg << 'EOF' # internal
2025-08-20T22:42:13.0504035Z [00:03:54.702]➜  # import config
2025-08-20T22:42:13.0504638Z [00:03:54.702]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:13.0505454Z [00:03:54.702]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:13.0508432Z [00:03:54.702]➜  packagefile github.com/databricks/databricks-sql-go/errors=/tmp/go-build3998081543/b1314/_pkg_.a
2025-08-20T22:42:13.0509216Z [00:03:54.702]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:42:13.0510205Z [00:03:54.702]➜  packagefile github.com/databricks/databricks-sql-go/internal/config=/tmp/go-build3998081543/b1317/_pkg_.a
2025-08-20T22:42:13.0511055Z [00:03:54.702]➜  packagefile github.com/databricks/databricks-sql-go/internal/errors=/tmp/go-build3998081543/b1321/_pkg_.a
2025-08-20T22:42:13.0511866Z [00:03:54.702]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows/rowscanner=/tmp/go-build3998081543/b1346/_pkg_.a
2025-08-20T22:42:13.0512637Z [00:03:54.702]➜  packagefile github.com/databricks/databricks-sql-go/logger=/tmp/go-build3998081543/b1322/_pkg_.a
2025-08-20T22:42:13.0513513Z [00:03:54.702]➜  packagefile github.com/databricks/databricks-sql-go/rows=/tmp/go-build3998081543/b1347/_pkg_.a
2025-08-20T22:42:13.0514060Z [00:03:54.702]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:13.0514372Z [00:03:54.702]➜  EOF
2025-08-20T22:42:13.0517200Z [00:03:54.702]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1348/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/columnbased=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/rows/columnbased;$WORK/b1348=>" -p github.com/databricks/databricks-sql-go/internal/rows/columnbased -lang=go1.24 -complete -installsuffix shared -buildid RiCx_3J5NH3EHdSvkl8L/RiCx_3J5NH3EHdSvkl8L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1348/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/columnbased/columnRows.go
2025-08-20T22:42:13.1160086Z [00:03:54.768]➜  go tool buildid -w $WORK/b1348/_pkg_.a # internal
2025-08-20T22:42:13.1191334Z [00:03:54.771]➜  cp $WORK/b1348/_pkg_.a /root/.cache/go-build/f8/f86334e96c5a8514f3adbcfcd3dd3032dda1f138ef05a2e0f159a97e4b68b696-d # internal
2025-08-20T22:42:13.1200906Z [00:03:54.772]➜  github.com/databricks/databricks-sql-go/internal/sentinel
2025-08-20T22:42:13.1201310Z [00:03:54.772]➜  mkdir -p $WORK/b1349/
2025-08-20T22:42:13.1202740Z [00:03:54.773]➜  cat >/tmp/go-build3998081543/b1349/importcfg << 'EOF' # internal
2025-08-20T22:42:13.1205184Z [00:03:54.773]➜  # import config
2025-08-20T22:42:13.1206025Z [00:03:54.773]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:13.1207403Z [00:03:54.773]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:13.1208335Z [00:03:54.773]➜  packagefile github.com/databricks/databricks-sql-go/internal/client=/tmp/go-build3998081543/b1316/_pkg_.a
2025-08-20T22:42:13.1211388Z [00:03:54.773]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:42:13.1212081Z [00:03:54.773]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:13.1212456Z [00:03:54.773]➜  EOF
2025-08-20T22:42:13.1216549Z [00:03:54.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1349/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/sentinel=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/sentinel;$WORK/b1349=>" -p github.com/databricks/databricks-sql-go/internal/sentinel -lang=go1.24 -complete -installsuffix shared -buildid z7W72xJJbxzEQdOLynlu/z7W72xJJbxzEQdOLynlu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1349/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/sentinel/sentinel.go
2025-08-20T22:42:13.1661458Z [00:03:54.818]➜  go tool buildid -w $WORK/b1349/_pkg_.a # internal
2025-08-20T22:42:13.1666602Z [00:03:54.819]➜  cp $WORK/b1349/_pkg_.a /root/.cache/go-build/2b/2bd46753bad9ee528082238807f6190e52172496637a600aecef21ae53319cfb-d # internal
2025-08-20T22:42:13.1690426Z [00:03:54.821]➜  github.com/databricks/databricks-sql-go/internal/thrift_protocol
2025-08-20T22:42:13.1691518Z [00:03:54.821]➜  mkdir -p $WORK/b1350/
2025-08-20T22:42:13.1693120Z [00:03:54.822]➜  cat >/tmp/go-build3998081543/b1350/importcfg << 'EOF' # internal
2025-08-20T22:42:13.1693700Z [00:03:54.822]➜  # import config
2025-08-20T22:42:13.1694668Z [00:03:54.822]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:42:13.1695252Z [00:03:54.822]➜  EOF
2025-08-20T22:42:13.1699252Z [00:03:54.822]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1350/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/thrift_protocol=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/thrift_protocol;$WORK/b1350=>" -p github.com/databricks/databricks-sql-go/internal/thrift_protocol -lang=go1.24 -complete -installsuffix shared -buildid njd4IN9ljm3wGSmGlQcw/njd4IN9ljm3wGSmGlQcw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1350/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/thrift_protocol/protocol_feature_util.go
2025-08-20T22:42:13.1949975Z [00:03:54.847]➜  go tool buildid -w $WORK/b1350/_pkg_.a # internal
2025-08-20T22:42:13.1955284Z [00:03:54.848]➜  cp $WORK/b1350/_pkg_.a /root/.cache/go-build/87/87174ddae820b9b89dc782174e098fe8e17658603bbba0994eec2671846326c9-d # internal
2025-08-20T22:42:13.1961034Z [00:03:54.849]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions
2025-08-20T22:42:13.1964247Z [00:03:54.849]➜  mkdir -p $WORK/b1359/
2025-08-20T22:42:13.1975638Z [00:03:54.850]➜  cat >/tmp/go-build3998081543/b1359/importcfg << 'EOF' # internal
2025-08-20T22:42:13.1976687Z [00:03:54.850]➜  # import config
2025-08-20T22:42:13.1977903Z [00:03:54.850]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.1978368Z [00:03:54.850]➜  EOF
2025-08-20T22:42:13.2001119Z [00:03:54.850]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1359/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/acknowledgementoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/acknowledgementoptions;$WORK/b1359=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions -lang=go1.22 -complete -installsuffix shared -buildid CuyHYW-PIjYT4imrFHpK/CuyHYW-PIjYT4imrFHpK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1359/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/acknowledgementoptions/acknowledgementoptions.go
2025-08-20T22:42:13.2203095Z [00:03:54.872]➜  go tool buildid -w $WORK/b1359/_pkg_.a # internal
2025-08-20T22:42:13.2207463Z [00:03:54.873]➜  cp $WORK/b1359/_pkg_.a /root/.cache/go-build/f7/f751f3b414bb65f713b866f40551734e726e0bc211463ca9767f69ebdb1838e2-d # internal
2025-08-20T22:42:13.2213356Z [00:03:54.874]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions
2025-08-20T22:42:13.2214623Z [00:03:54.874]➜  mkdir -p $WORK/b1360/
2025-08-20T22:42:13.2221150Z [00:03:54.874]➜  cat >/tmp/go-build3998081543/b1360/importcfg << 'EOF' # internal
2025-08-20T22:42:13.2222409Z [00:03:54.875]➜  # import config
2025-08-20T22:42:13.2222951Z [00:03:54.875]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.2223494Z [00:03:54.875]➜  EOF
2025-08-20T22:42:13.2227597Z [00:03:54.875]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1360/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/actionstatusoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/actionstatusoptions;$WORK/b1360=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions -lang=go1.22 -complete -installsuffix shared -buildid AbXIuZtnjXgZy8X0p9Ve/AbXIuZtnjXgZy8X0p9Ve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1360/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/actionstatusoptions/actionstatusoptions.go
2025-08-20T22:42:13.2450038Z [00:03:54.897]➜  go tool buildid -w $WORK/b1360/_pkg_.a # internal
2025-08-20T22:42:13.2452411Z [00:03:54.898]➜  cp $WORK/b1360/_pkg_.a /root/.cache/go-build/00/00b3d3c6c6f589b4810c7e4a29acec676b70b3eb29b77c524417af29e071f694-d # internal
2025-08-20T22:42:13.2457979Z [00:03:54.898]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype
2025-08-20T22:42:13.2458414Z [00:03:54.898]➜  mkdir -p $WORK/b1361/
2025-08-20T22:42:13.2460122Z [00:03:54.898]➜  cat >/tmp/go-build3998081543/b1361/importcfg << 'EOF' # internal
2025-08-20T22:42:13.2460752Z [00:03:54.898]➜  # import config
2025-08-20T22:42:13.2462547Z [00:03:54.898]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.2463262Z [00:03:54.898]➜  EOF
2025-08-20T22:42:13.2466359Z [00:03:54.899]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1361/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/actiontype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/actiontype;$WORK/b1361=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype -lang=go1.22 -complete -installsuffix shared -buildid L9gWWJH30LJv8k49PCHj/L9gWWJH30LJv8k49PCHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1361/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/actiontype/actiontype.go
2025-08-20T22:42:13.2691229Z [00:03:54.921]➜  go tool buildid -w $WORK/b1361/_pkg_.a # internal
2025-08-20T22:42:13.2694568Z [00:03:54.922]➜  cp $WORK/b1361/_pkg_.a /root/.cache/go-build/6f/6f3b417a9d3dd32cd1b838f06af24410253f8ee35c046cf3730666cba5e44a5b-d # internal
2025-08-20T22:42:13.2698998Z [00:03:54.922]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision
2025-08-20T22:42:13.2699532Z [00:03:54.922]➜  mkdir -p $WORK/b1362/
2025-08-20T22:42:13.2702585Z [00:03:54.923]➜  cat >/tmp/go-build3998081543/b1362/importcfg << 'EOF' # internal
2025-08-20T22:42:13.2702957Z [00:03:54.923]➜  # import config
2025-08-20T22:42:13.2703323Z [00:03:54.923]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.2703665Z [00:03:54.923]➜  EOF
2025-08-20T22:42:13.2729408Z [00:03:54.923]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1362/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/allocationexplaindecision=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/allocationexplaindecision;$WORK/b1362=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision -lang=go1.22 -complete -installsuffix shared -buildid Rlcv41MzUuz1nGCd-_Nw/Rlcv41MzUuz1nGCd-_Nw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1362/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/allocationexplaindecision/allocationexplaindecision.go
2025-08-20T22:42:13.2963062Z [00:03:54.948]➜  go tool buildid -w $WORK/b1362/_pkg_.a # internal
2025-08-20T22:42:13.2966446Z [00:03:54.949]➜  cp $WORK/b1362/_pkg_.a /root/.cache/go-build/b8/b8846b3884af8080663f67cdb10cc711f214184e76787795a79fc9291f3927a0-d # internal
2025-08-20T22:42:13.2979820Z [00:03:54.950]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype
2025-08-20T22:42:13.2980764Z [00:03:54.950]➜  mkdir -p $WORK/b1363/
2025-08-20T22:42:13.2983725Z [00:03:54.951]➜  cat >/tmp/go-build3998081543/b1363/importcfg << 'EOF' # internal
2025-08-20T22:42:13.2984098Z [00:03:54.951]➜  # import config
2025-08-20T22:42:13.2984464Z [00:03:54.951]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.2986318Z [00:03:54.951]➜  EOF
2025-08-20T22:42:13.2989168Z [00:03:54.951]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1363/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/apikeytype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/apikeytype;$WORK/b1363=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype -lang=go1.22 -complete -installsuffix shared -buildid 9J0spyniTACj3eXLYYYc/9J0spyniTACj3eXLYYYc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1363/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/apikeytype/apikeytype.go
2025-08-20T22:42:13.3192948Z [00:03:54.971]➜  go tool buildid -w $WORK/b1363/_pkg_.a # internal
2025-08-20T22:42:13.3197903Z [00:03:54.972]➜  cp $WORK/b1363/_pkg_.a /root/.cache/go-build/8b/8bf08a0302acbffbd4875bd26c48c34628041ff97fd3734134f36d9fef07d34f-d # internal
2025-08-20T22:42:13.3241257Z [00:03:54.976]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto
2025-08-20T22:42:13.3241896Z [00:03:54.976]➜  mkdir -p $WORK/b1364/
2025-08-20T22:42:13.3258830Z [00:03:54.978]➜  cat >/tmp/go-build3998081543/b1364/importcfg << 'EOF' # internal
2025-08-20T22:42:13.3259362Z [00:03:54.978]➜  # import config
2025-08-20T22:42:13.3259851Z [00:03:54.978]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.3260302Z [00:03:54.978]➜  EOF
2025-08-20T22:42:13.3263210Z [00:03:54.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1364/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/appliesto=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/appliesto;$WORK/b1364=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto -lang=go1.22 -complete -installsuffix shared -buildid lp72VBK9JyRGBmfBfLP6/lp72VBK9JyRGBmfBfLP6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1364/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/appliesto/appliesto.go
2025-08-20T22:42:13.3488887Z [00:03:55.001]➜  go tool buildid -w $WORK/b1364/_pkg_.a # internal
2025-08-20T22:42:13.3491797Z [00:03:55.001]➜  cp $WORK/b1364/_pkg_.a /root/.cache/go-build/52/5221a2c4fc484f44d430b91169721febf03ed924519665a9ddba9914aa0eac27-d # internal
2025-08-20T22:42:13.3498735Z [00:03:55.002]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner
2025-08-20T22:42:13.3499243Z [00:03:55.002]➜  mkdir -p $WORK/b1365/
2025-08-20T22:42:13.3500990Z [00:03:55.003]➜  cat >/tmp/go-build3998081543/b1365/importcfg << 'EOF' # internal
2025-08-20T22:42:13.3501347Z [00:03:55.003]➜  # import config
2025-08-20T22:42:13.3501697Z [00:03:55.003]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.3502015Z [00:03:55.003]➜  EOF
2025-08-20T22:42:13.3507199Z [00:03:55.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1365/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/boundaryscanner=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/boundaryscanner;$WORK/b1365=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner -lang=go1.22 -complete -installsuffix shared -buildid rpHVmJGJbsIXHfmuOYFT/rpHVmJGJbsIXHfmuOYFT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1365/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/boundaryscanner/boundaryscanner.go
2025-08-20T22:42:13.3734423Z [00:03:55.025]➜  go tool buildid -w $WORK/b1365/_pkg_.a # internal
2025-08-20T22:42:13.3738797Z [00:03:55.026]➜  cp $WORK/b1365/_pkg_.a /root/.cache/go-build/2c/2c625d53f79dd3267702ed91c1df2c715df0d04a5a70ea6ecdb66a62cc8201ad-d # internal
2025-08-20T22:42:13.3740669Z [00:03:55.026]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval
2025-08-20T22:42:13.3742279Z [00:03:55.027]➜  mkdir -p $WORK/b1366/
2025-08-20T22:42:13.3744843Z [00:03:55.027]➜  cat >/tmp/go-build3998081543/b1366/importcfg << 'EOF' # internal
2025-08-20T22:42:13.3746228Z [00:03:55.027]➜  # import config
2025-08-20T22:42:13.3747678Z [00:03:55.027]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.3748643Z [00:03:55.027]➜  EOF
2025-08-20T22:42:13.3751686Z [00:03:55.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1366/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/calendarinterval=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/calendarinterval;$WORK/b1366=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval -lang=go1.22 -complete -installsuffix shared -buildid IZBJkUJ_y7u0fcW9E61N/IZBJkUJ_y7u0fcW9E61N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1366/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/calendarinterval/calendarinterval.go
2025-08-20T22:42:13.4119351Z [00:03:55.064]➜  go tool buildid -w $WORK/b1366/_pkg_.a # internal
2025-08-20T22:42:13.4124708Z [00:03:55.065]➜  cp $WORK/b1366/_pkg_.a /root/.cache/go-build/70/709ad05578533525177cbaa1a6193ec49898d481b9752f8d2c45673efbdc19e4-d # internal
2025-08-20T22:42:13.4136778Z [00:03:55.066]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode
2025-08-20T22:42:13.4137306Z [00:03:55.066]➜  mkdir -p $WORK/b1367/
2025-08-20T22:42:13.4138395Z [00:03:55.066]➜  cat >/tmp/go-build3998081543/b1367/importcfg << 'EOF' # internal
2025-08-20T22:42:13.4138751Z [00:03:55.066]➜  # import config
2025-08-20T22:42:13.4139104Z [00:03:55.066]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.4139425Z [00:03:55.066]➜  EOF
2025-08-20T22:42:13.4142552Z [00:03:55.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1367/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/cardinalityexecutionmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/cardinalityexecutionmode;$WORK/b1367=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode -lang=go1.22 -complete -installsuffix shared -buildid dBjYwIqUVSe4QGwupXnH/dBjYwIqUVSe4QGwupXnH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1367/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/cardinalityexecutionmode/cardinalityexecutionmode.go
2025-08-20T22:42:13.4411072Z [00:03:55.093]➜  go tool buildid -w $WORK/b1367/_pkg_.a # internal
2025-08-20T22:42:13.4415284Z [00:03:55.094]➜  cp $WORK/b1367/_pkg_.a /root/.cache/go-build/b3/b3797817ca02622ff19008810c1ec741b0dfbb3b624bce0fffdd4ec312a4fa70-d # internal
2025-08-20T22:42:13.4422592Z [00:03:55.095]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn
2025-08-20T22:42:13.4423337Z [00:03:55.095]➜  mkdir -p $WORK/b1368/
2025-08-20T22:42:13.4426434Z [00:03:55.095]➜  cat >/tmp/go-build3998081543/b1368/importcfg << 'EOF' # internal
2025-08-20T22:42:13.4426795Z [00:03:55.095]➜  # import config
2025-08-20T22:42:13.4427148Z [00:03:55.095]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.4427470Z [00:03:55.095]➜  EOF
2025-08-20T22:42:13.4431334Z [00:03:55.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1368/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/catanomalydetectorcolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/catanomalydetectorcolumn;$WORK/b1368=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn -lang=go1.22 -complete -installsuffix shared -buildid GDALe_fqrZyBJzYQnlGY/GDALe_fqrZyBJzYQnlGY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1368/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/catanomalydetectorcolumn/catanomalydetectorcolumn.go
2025-08-20T22:42:13.5487542Z [00:03:55.199]➜  go tool buildid -w $WORK/b1368/_pkg_.a # internal
2025-08-20T22:42:13.5488505Z [00:03:55.199]➜  cp $WORK/b1368/_pkg_.a /root/.cache/go-build/21/219366b6e8635f0dfa90e42284e1a23fc886464910983bb666588e6027f2af49-d # internal
2025-08-20T22:42:13.5489369Z [00:03:55.199]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn
2025-08-20T22:42:13.5489940Z [00:03:55.200]➜  mkdir -p $WORK/b1369/
2025-08-20T22:42:13.5490749Z [00:03:55.200]➜  cat >/tmp/go-build3998081543/b1369/importcfg << 'EOF' # internal
2025-08-20T22:42:13.5491308Z [00:03:55.200]➜  # import config
2025-08-20T22:42:13.5491770Z [00:03:55.200]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.5492202Z [00:03:55.200]➜  EOF
2025-08-20T22:42:13.5494992Z [00:03:55.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1369/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/catdatafeedcolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/catdatafeedcolumn;$WORK/b1369=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn -lang=go1.22 -complete -installsuffix shared -buildid qFXuFavmB4fFa6xH8LmD/qFXuFavmB4fFa6xH8LmD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1369/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/catdatafeedcolumn/catdatafeedcolumn.go
2025-08-20T22:42:13.5753697Z [00:03:55.227]➜  go tool buildid -w $WORK/b1369/_pkg_.a # internal
2025-08-20T22:42:13.5767114Z [00:03:55.229]➜  cp $WORK/b1369/_pkg_.a /root/.cache/go-build/24/24c4504e5d8bb5425d4335328dc355e23af2dc6a534288abd3fd8ea5cf7f8eae-d # internal
2025-08-20T22:42:13.5774116Z [00:03:55.230]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn
2025-08-20T22:42:13.5789324Z [00:03:55.231]➜  mkdir -p $WORK/b1370/
2025-08-20T22:42:13.5790222Z [00:03:55.231]➜  cat >/tmp/go-build3998081543/b1370/importcfg << 'EOF' # internal
2025-08-20T22:42:13.5794078Z [00:03:55.231]➜  # import config
2025-08-20T22:42:13.5794966Z [00:03:55.231]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.5795813Z [00:03:55.231]➜  EOF
2025-08-20T22:42:13.5799695Z [00:03:55.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1370/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/catdfacolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/catdfacolumn;$WORK/b1370=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn -lang=go1.22 -complete -installsuffix shared -buildid An2YTs8qCiRna7_dKmG5/An2YTs8qCiRna7_dKmG5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1370/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/catdfacolumn/catdfacolumn.go
2025-08-20T22:42:13.6106056Z [00:03:55.263]➜  go tool buildid -w $WORK/b1370/_pkg_.a # internal
2025-08-20T22:42:13.6111515Z [00:03:55.264]➜  cp $WORK/b1370/_pkg_.a /root/.cache/go-build/8f/8ffe41b71fdfbb8ed9412431ec1c196edad4386e8cdca0bc680d81069e478801-d # internal
2025-08-20T22:42:13.6121406Z [00:03:55.264]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus
2025-08-20T22:42:13.6122442Z [00:03:55.265]➜  mkdir -p $WORK/b1371/
2025-08-20T22:42:13.6135242Z [00:03:55.266]➜  cat >/tmp/go-build3998081543/b1371/importcfg << 'EOF' # internal
2025-08-20T22:42:13.6135908Z [00:03:55.266]➜  # import config
2025-08-20T22:42:13.6136409Z [00:03:55.266]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.6136852Z [00:03:55.266]➜  EOF
2025-08-20T22:42:13.6141470Z [00:03:55.266]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1371/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/categorizationstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/categorizationstatus;$WORK/b1371=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus -lang=go1.22 -complete -installsuffix shared -buildid 8vNifw-w8A5RTAMJER5i/8vNifw-w8A5RTAMJER5i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1371/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/categorizationstatus/categorizationstatus.go
2025-08-20T22:42:13.6477656Z [00:03:55.300]➜  go tool buildid -w $WORK/b1371/_pkg_.a # internal
2025-08-20T22:42:13.6478460Z [00:03:55.300]➜  cp $WORK/b1371/_pkg_.a /root/.cache/go-build/7a/7a5593e646cb2f7a77ebc14d1f3941496aca77a3dd4a2652710462f84d16cbc9-d # internal
2025-08-20T22:42:13.6480442Z [00:03:55.300]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn
2025-08-20T22:42:13.6480915Z [00:03:55.300]➜  mkdir -p $WORK/b1372/
2025-08-20T22:42:13.6482684Z [00:03:55.301]➜  cat >/tmp/go-build3998081543/b1372/importcfg << 'EOF' # internal
2025-08-20T22:42:13.6483271Z [00:03:55.301]➜  # import config
2025-08-20T22:42:13.6483638Z [00:03:55.301]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.6483968Z [00:03:55.301]➜  EOF
2025-08-20T22:42:13.6488392Z [00:03:55.301]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1372/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/cattrainedmodelscolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/cattrainedmodelscolumn;$WORK/b1372=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn -lang=go1.22 -complete -installsuffix shared -buildid EjCYtazAO_R94YkafshP/EjCYtazAO_R94YkafshP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1372/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/cattrainedmodelscolumn/cattrainedmodelscolumn.go
2025-08-20T22:42:13.6782968Z [00:03:55.330]➜  go tool buildid -w $WORK/b1372/_pkg_.a # internal
2025-08-20T22:42:13.6786846Z [00:03:55.331]➜  cp $WORK/b1372/_pkg_.a /root/.cache/go-build/ff/ff3c689161d4f190e161cd8faf5a9e9b29fa09b8035811cd8e189356b39cab15-d # internal
2025-08-20T22:42:13.6792828Z [00:03:55.332]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn
2025-08-20T22:42:13.6793304Z [00:03:55.332]➜  mkdir -p $WORK/b1373/
2025-08-20T22:42:13.6796345Z [00:03:55.332]➜  cat >/tmp/go-build3998081543/b1373/importcfg << 'EOF' # internal
2025-08-20T22:42:13.6796743Z [00:03:55.332]➜  # import config
2025-08-20T22:42:13.6797096Z [00:03:55.332]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.6797423Z [00:03:55.332]➜  EOF
2025-08-20T22:42:13.6801452Z [00:03:55.332]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1373/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/cattransformcolumn=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/cattransformcolumn;$WORK/b1373=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn -lang=go1.22 -complete -installsuffix shared -buildid wisRlqsYIViKYiJx31kw/wisRlqsYIViKYiJx31kw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1373/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/cattransformcolumn/cattransformcolumn.go
2025-08-20T22:42:13.7171256Z [00:03:55.369]➜  go tool buildid -w $WORK/b1373/_pkg_.a # internal
2025-08-20T22:42:13.7176269Z [00:03:55.370]➜  cp $WORK/b1373/_pkg_.a /root/.cache/go-build/86/8692837dbdde949d644ff217ea8f7f4bc4de634a2e60654507e4322bb1e95819-d # internal
2025-08-20T22:42:13.7184235Z [00:03:55.371]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode
2025-08-20T22:42:13.7184844Z [00:03:55.371]➜  mkdir -p $WORK/b1374/
2025-08-20T22:42:13.7188579Z [00:03:55.371]➜  cat >/tmp/go-build3998081543/b1374/importcfg << 'EOF' # internal
2025-08-20T22:42:13.7188992Z [00:03:55.371]➜  # import config
2025-08-20T22:42:13.7189354Z [00:03:55.371]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.7189679Z [00:03:55.371]➜  EOF
2025-08-20T22:42:13.7196341Z [00:03:55.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1374/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/childscoremode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/childscoremode;$WORK/b1374=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode -lang=go1.22 -complete -installsuffix shared -buildid aJrn_bEgUbXhdT0bmeCh/aJrn_bEgUbXhdT0bmeCh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1374/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/childscoremode/childscoremode.go
2025-08-20T22:42:13.7481160Z [00:03:55.400]➜  go tool buildid -w $WORK/b1374/_pkg_.a # internal
2025-08-20T22:42:13.7489397Z [00:03:55.401]➜  cp $WORK/b1374/_pkg_.a /root/.cache/go-build/03/036d7541e22ec659f356bcd68502e5ae85fa0d35f7e8e718cf0c1e62c9a94042-d # internal
2025-08-20T22:42:13.7502521Z [00:03:55.402]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode
2025-08-20T22:42:13.7503137Z [00:03:55.403]➜  mkdir -p $WORK/b1375/
2025-08-20T22:42:13.7507248Z [00:03:55.403]➜  cat >/tmp/go-build3998081543/b1375/importcfg << 'EOF' # internal
2025-08-20T22:42:13.7507632Z [00:03:55.403]➜  # import config
2025-08-20T22:42:13.7508012Z [00:03:55.403]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.7508343Z [00:03:55.403]➜  EOF
2025-08-20T22:42:13.7515817Z [00:03:55.404]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1375/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/chunkingmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/chunkingmode;$WORK/b1375=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode -lang=go1.22 -complete -installsuffix shared -buildid WHQ8D6aceEk31D4joQco/WHQ8D6aceEk31D4joQco -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1375/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/chunkingmode/chunkingmode.go
2025-08-20T22:42:13.7903288Z [00:03:55.441]➜  go tool buildid -w $WORK/b1375/_pkg_.a # internal
2025-08-20T22:42:13.7904855Z [00:03:55.443]➜  cp $WORK/b1375/_pkg_.a /root/.cache/go-build/ae/aee9e2254550190254e38d9185bf870cefc62c16f904f992ede598734a1ca198-d # internal
2025-08-20T22:42:13.7910849Z [00:03:55.443]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget
2025-08-20T22:42:13.7911782Z [00:03:55.443]➜  mkdir -p $WORK/b1376/
2025-08-20T22:42:13.7914774Z [00:03:55.444]➜  cat >/tmp/go-build3998081543/b1376/importcfg << 'EOF' # internal
2025-08-20T22:42:13.7915144Z [00:03:55.444]➜  # import config
2025-08-20T22:42:13.7917554Z [00:03:55.444]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.7917921Z [00:03:55.444]➜  EOF
2025-08-20T22:42:13.7920606Z [00:03:55.444]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1376/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/clusterinfotarget=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/clusterinfotarget;$WORK/b1376=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget -lang=go1.22 -complete -installsuffix shared -buildid 3JwTAuYW5MjLFy8a9rsb/3JwTAuYW5MjLFy8a9rsb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1376/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/clusterinfotarget/clusterinfotarget.go
2025-08-20T22:42:13.8152521Z [00:03:55.467]➜  go tool buildid -w $WORK/b1376/_pkg_.a # internal
2025-08-20T22:42:13.8154825Z [00:03:55.468]➜  cp $WORK/b1376/_pkg_.a /root/.cache/go-build/cc/cca9f1c9675f281df9bd23fe66bc9ddc58c74d9f9eaaf5f7e0cfefc471d7e719-d # internal
2025-08-20T22:42:13.8159640Z [00:03:55.468]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege
2025-08-20T22:42:13.8167959Z [00:03:55.469]➜  mkdir -p $WORK/b1377/
2025-08-20T22:42:13.8168713Z [00:03:55.469]➜  cat >/tmp/go-build3998081543/b1377/importcfg << 'EOF' # internal
2025-08-20T22:42:13.8169747Z [00:03:55.469]➜  # import config
2025-08-20T22:42:13.8170175Z [00:03:55.469]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.8170512Z [00:03:55.469]➜  EOF
2025-08-20T22:42:13.8173415Z [00:03:55.469]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1377/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/clusterprivilege=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/clusterprivilege;$WORK/b1377=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege -lang=go1.22 -complete -installsuffix shared -buildid 4b9vCcq9FwKo5ZA9UJEP/4b9vCcq9FwKo5ZA9UJEP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1377/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/clusterprivilege/clusterprivilege.go
2025-08-20T22:42:13.8524712Z [00:03:55.505]➜  go tool buildid -w $WORK/b1377/_pkg_.a # internal
2025-08-20T22:42:13.8529937Z [00:03:55.505]➜  cp $WORK/b1377/_pkg_.a /root/.cache/go-build/0e/0e57410c1067552be3778b0787a6b95628929a78755a88d9f7e8a7029078f913-d # internal
2025-08-20T22:42:13.8560082Z [00:03:55.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus
2025-08-20T22:42:13.8560905Z [00:03:55.508]➜  mkdir -p $WORK/b1378/
2025-08-20T22:42:13.8562993Z [00:03:55.509]➜  cat >/tmp/go-build3998081543/b1378/importcfg << 'EOF' # internal
2025-08-20T22:42:13.8563360Z [00:03:55.509]➜  # import config
2025-08-20T22:42:13.8567437Z [00:03:55.509]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.8568129Z [00:03:55.509]➜  EOF
2025-08-20T22:42:13.8570982Z [00:03:55.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1378/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/clustersearchstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/clustersearchstatus;$WORK/b1378=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus -lang=go1.22 -complete -installsuffix shared -buildid ytxNpUGjQytSOc9iglOc/ytxNpUGjQytSOc9iglOc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1378/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/clustersearchstatus/clustersearchstatus.go
2025-08-20T22:42:13.8764573Z [00:03:55.529]➜  go tool buildid -w $WORK/b1378/_pkg_.a # internal
2025-08-20T22:42:13.8768900Z [00:03:55.529]➜  cp $WORK/b1378/_pkg_.a /root/.cache/go-build/f9/f9fcf3b9599abb4fb89d42485fbd8c5dd6b47712949ebe2343335eed957c11fb-d # internal
2025-08-20T22:42:13.8857726Z [00:03:55.535]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator
2025-08-20T22:42:13.8858902Z [00:03:55.535]➜  mkdir -p $WORK/b1379/
2025-08-20T22:42:13.8860786Z [00:03:55.536]➜  cat >/tmp/go-build3998081543/b1379/importcfg << 'EOF' # internal
2025-08-20T22:42:13.8861152Z [00:03:55.536]➜  # import config
2025-08-20T22:42:13.8861516Z [00:03:55.536]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.8861848Z [00:03:55.536]➜  EOF
2025-08-20T22:42:13.8864653Z [00:03:55.536]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1379/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/combinedfieldsoperator=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/combinedfieldsoperator;$WORK/b1379=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator -lang=go1.22 -complete -installsuffix shared -buildid bCCV7NahYhfAtPwfhoIZ/bCCV7NahYhfAtPwfhoIZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1379/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/combinedfieldsoperator/combinedfieldsoperator.go
2025-08-20T22:42:13.9073691Z [00:03:55.559]➜  go tool buildid -w $WORK/b1379/_pkg_.a # internal
2025-08-20T22:42:13.9077026Z [00:03:55.560]➜  cp $WORK/b1379/_pkg_.a /root/.cache/go-build/8a/8a961eaed5f1b8bba07e5bf244e59f192aa037de43aceb4075f4e76ce0945ee6-d # internal
2025-08-20T22:42:13.9082149Z [00:03:55.560]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms
2025-08-20T22:42:13.9082824Z [00:03:55.561]➜  mkdir -p $WORK/b1380/
2025-08-20T22:42:13.9086287Z [00:03:55.561]➜  cat >/tmp/go-build3998081543/b1380/importcfg << 'EOF' # internal
2025-08-20T22:42:13.9086661Z [00:03:55.561]➜  # import config
2025-08-20T22:42:13.9087025Z [00:03:55.561]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.9087351Z [00:03:55.561]➜  EOF
2025-08-20T22:42:13.9112659Z [00:03:55.563]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1380/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/combinedfieldszeroterms=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/combinedfieldszeroterms;$WORK/b1380=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms -lang=go1.22 -complete -installsuffix shared -buildid UyDD7c1p_5u9i-KKxeZS/UyDD7c1p_5u9i-KKxeZS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1380/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/combinedfieldszeroterms/combinedfieldszeroterms.go
2025-08-20T22:42:13.9303315Z [00:03:55.582]➜  go tool buildid -w $WORK/b1380/_pkg_.a # internal
2025-08-20T22:42:13.9304042Z [00:03:55.582]➜  cp $WORK/b1380/_pkg_.a /root/.cache/go-build/29/29f934942033c045b1ed643b7879ce520b737f621be2c8479c7d60163fc328e5-d # internal
2025-08-20T22:42:13.9306924Z [00:03:55.583]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop
2025-08-20T22:42:13.9312166Z [00:03:55.584]➜  mkdir -p $WORK/b1381/
2025-08-20T22:42:13.9321083Z [00:03:55.584]➜  cat >/tmp/go-build3998081543/b1381/importcfg << 'EOF' # internal
2025-08-20T22:42:13.9321900Z [00:03:55.584]➜  # import config
2025-08-20T22:42:13.9322304Z [00:03:55.584]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.9322631Z [00:03:55.584]➜  EOF
2025-08-20T22:42:13.9325187Z [00:03:55.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1381/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conditionop=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conditionop;$WORK/b1381=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop -lang=go1.22 -complete -installsuffix shared -buildid V9l4nGqDutR3zzLR3lQu/V9l4nGqDutR3zzLR3lQu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1381/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conditionop/conditionop.go
2025-08-20T22:42:13.9603961Z [00:03:55.613]➜  go tool buildid -w $WORK/b1381/_pkg_.a # internal
2025-08-20T22:42:13.9605684Z [00:03:55.613]➜  cp $WORK/b1381/_pkg_.a /root/.cache/go-build/ae/aef48ee2194e1932c9cd87ffdf590cc2cbfcf6407ae559c3a2ae421e2d24df3a-d # internal
2025-08-20T22:42:13.9606495Z [00:03:55.613]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator
2025-08-20T22:42:13.9606960Z [00:03:55.613]➜  mkdir -p $WORK/b1382/
2025-08-20T22:42:13.9612026Z [00:03:55.614]➜  cat >/tmp/go-build3998081543/b1382/importcfg << 'EOF' # internal
2025-08-20T22:42:13.9614449Z [00:03:55.614]➜  # import config
2025-08-20T22:42:13.9616946Z [00:03:55.614]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.9617349Z [00:03:55.614]➜  EOF
2025-08-20T22:42:13.9620311Z [00:03:55.614]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1382/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conditionoperator=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conditionoperator;$WORK/b1382=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator -lang=go1.22 -complete -installsuffix shared -buildid 1tB8aL-3OH08vv4mM0oP/1tB8aL-3OH08vv4mM0oP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1382/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conditionoperator/conditionoperator.go
2025-08-20T22:42:13.9844743Z [00:03:55.637]➜  go tool buildid -w $WORK/b1382/_pkg_.a # internal
2025-08-20T22:42:13.9848107Z [00:03:55.637]➜  cp $WORK/b1382/_pkg_.a /root/.cache/go-build/3d/3d1b79155508d2c3785d7c0e4901bbec8d8b902ba35fe0d47a3001e9e1583862-d # internal
2025-08-20T22:42:13.9853210Z [00:03:55.638]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype
2025-08-20T22:42:13.9853856Z [00:03:55.638]➜  mkdir -p $WORK/b1383/
2025-08-20T22:42:13.9863524Z [00:03:55.639]➜  cat >/tmp/go-build3998081543/b1383/importcfg << 'EOF' # internal
2025-08-20T22:42:13.9863911Z [00:03:55.639]➜  # import config
2025-08-20T22:42:13.9864279Z [00:03:55.639]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:13.9864604Z [00:03:55.639]➜  EOF
2025-08-20T22:42:13.9869733Z [00:03:55.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1383/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conditiontype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conditiontype;$WORK/b1383=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype -lang=go1.22 -complete -installsuffix shared -buildid _lZfUJBoek97C67L7aKj/_lZfUJBoek97C67L7aKj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1383/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conditiontype/conditiontype.go
2025-08-20T22:42:14.0173617Z [00:03:55.669]➜  go tool buildid -w $WORK/b1383/_pkg_.a # internal
2025-08-20T22:42:14.0174428Z [00:03:55.669]➜  cp $WORK/b1383/_pkg_.a /root/.cache/go-build/12/120bf5364939172e2afa40728cce58741afda4286a3423486e04e5a572cbae89-d # internal
2025-08-20T22:42:14.0175169Z [00:03:55.669]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme
2025-08-20T22:42:14.0175781Z [00:03:55.669]➜  mkdir -p $WORK/b1384/
2025-08-20T22:42:14.0180638Z [00:03:55.670]➜  cat >/tmp/go-build3998081543/b1384/importcfg << 'EOF' # internal
2025-08-20T22:42:14.0181066Z [00:03:55.670]➜  # import config
2025-08-20T22:42:14.0181435Z [00:03:55.670]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.0181758Z [00:03:55.670]➜  EOF
2025-08-20T22:42:14.0184865Z [00:03:55.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1384/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/connectionscheme=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/connectionscheme;$WORK/b1384=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme -lang=go1.22 -complete -installsuffix shared -buildid lU_AZiz7j_eu7NKocs7Z/lU_AZiz7j_eu7NKocs7Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1384/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/connectionscheme/connectionscheme.go
2025-08-20T22:42:14.0440190Z [00:03:55.696]➜  go tool buildid -w $WORK/b1384/_pkg_.a # internal
2025-08-20T22:42:14.0443630Z [00:03:55.697]➜  cp $WORK/b1384/_pkg_.a /root/.cache/go-build/95/95ed92e59255b6c8e1f67811268aa4e7e8ea5dbeecb4c6d36b8cc84ffd83d242-d # internal
2025-08-20T22:42:14.0450346Z [00:03:55.697]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype
2025-08-20T22:42:14.0451634Z [00:03:55.698]➜  mkdir -p $WORK/b1385/
2025-08-20T22:42:14.0456385Z [00:03:55.698]➜  cat >/tmp/go-build3998081543/b1385/importcfg << 'EOF' # internal
2025-08-20T22:42:14.0456788Z [00:03:55.698]➜  # import config
2025-08-20T22:42:14.0457144Z [00:03:55.698]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.0457466Z [00:03:55.698]➜  EOF
2025-08-20T22:42:14.0461864Z [00:03:55.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1385/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/connectorfieldtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/connectorfieldtype;$WORK/b1385=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype -lang=go1.22 -complete -installsuffix shared -buildid 4Suplsh1QCvsk-awx7IE/4Suplsh1QCvsk-awx7IE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1385/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/connectorfieldtype/connectorfieldtype.go
2025-08-20T22:42:14.0730221Z [00:03:55.725]➜  go tool buildid -w $WORK/b1385/_pkg_.a # internal
2025-08-20T22:42:14.0736830Z [00:03:55.726]➜  cp $WORK/b1385/_pkg_.a /root/.cache/go-build/74/74ee9a288d08f4447e90357c619f21b2d6f2a55023960c7421d54cf1565c83d4-d # internal
2025-08-20T22:42:14.0743265Z [00:03:55.727]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus
2025-08-20T22:42:14.0744238Z [00:03:55.727]➜  mkdir -p $WORK/b1386/
2025-08-20T22:42:14.0748829Z [00:03:55.727]➜  cat >/tmp/go-build3998081543/b1386/importcfg << 'EOF' # internal
2025-08-20T22:42:14.0749539Z [00:03:55.727]➜  # import config
2025-08-20T22:42:14.0750177Z [00:03:55.727]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.0750721Z [00:03:55.727]➜  EOF
2025-08-20T22:42:14.0754771Z [00:03:55.728]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1386/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/connectorstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/connectorstatus;$WORK/b1386=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus -lang=go1.22 -complete -installsuffix shared -buildid awG5WFTOjp1EFMiPlXt-/awG5WFTOjp1EFMiPlXt- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1386/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/connectorstatus/connectorstatus.go
2025-08-20T22:42:14.1021681Z [00:03:55.754]➜  go tool buildid -w $WORK/b1386/_pkg_.a # internal
2025-08-20T22:42:14.1026106Z [00:03:55.755]➜  cp $WORK/b1386/_pkg_.a /root/.cache/go-build/39/394c5caf1a6614f072c8f81db99bfe6f69df6ced29e559cdebc6c0ea2e366197-d # internal
2025-08-20T22:42:14.1043436Z [00:03:55.757]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype
2025-08-20T22:42:14.1044458Z [00:03:55.757]➜  mkdir -p $WORK/b1387/
2025-08-20T22:42:14.1049686Z [00:03:55.757]➜  cat >/tmp/go-build3998081543/b1387/importcfg << 'EOF' # internal
2025-08-20T22:42:14.1050861Z [00:03:55.757]➜  # import config
2025-08-20T22:42:14.1051453Z [00:03:55.757]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.1052133Z [00:03:55.757]➜  EOF
2025-08-20T22:42:14.1054918Z [00:03:55.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1387/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/converttype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/converttype;$WORK/b1387=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype -lang=go1.22 -complete -installsuffix shared -buildid lE1GaXJWTc0n_Labadep/lE1GaXJWTc0n_Labadep -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1387/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/converttype/converttype.go
2025-08-20T22:42:14.1300825Z [00:03:55.782]➜  go tool buildid -w $WORK/b1387/_pkg_.a # internal
2025-08-20T22:42:14.1304291Z [00:03:55.783]➜  cp $WORK/b1387/_pkg_.a /root/.cache/go-build/36/363c2f31e7dbccf8bb9efcdf5a0a50347dd09cc3d14946b99c98231226fac342-d # internal
2025-08-20T22:42:14.1329568Z [00:03:55.785]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat
2025-08-20T22:42:14.1330374Z [00:03:55.785]➜  mkdir -p $WORK/b1388/
2025-08-20T22:42:14.1335037Z [00:03:55.786]➜  cat >/tmp/go-build3998081543/b1388/importcfg << 'EOF' # internal
2025-08-20T22:42:14.1335727Z [00:03:55.786]➜  # import config
2025-08-20T22:42:14.1336654Z [00:03:55.786]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.1337785Z [00:03:55.786]➜  EOF
2025-08-20T22:42:14.1340746Z [00:03:55.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1388/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dataattachmentformat=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dataattachmentformat;$WORK/b1388=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat -lang=go1.22 -complete -installsuffix shared -buildid F-_B0kbsz5bTbrbI13dq/F-_B0kbsz5bTbrbI13dq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1388/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dataattachmentformat/dataattachmentformat.go
2025-08-20T22:42:14.1581442Z [00:03:55.810]➜  go tool buildid -w $WORK/b1388/_pkg_.a # internal
2025-08-20T22:42:14.1584852Z [00:03:55.811]➜  cp $WORK/b1388/_pkg_.a /root/.cache/go-build/e7/e724cd95a9c0cad56224861d4f80ccc96853f8523f07d5e8243e15efe57c37af-d # internal
2025-08-20T22:42:14.1590572Z [00:03:55.811]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate
2025-08-20T22:42:14.1592059Z [00:03:55.812]➜  mkdir -p $WORK/b1389/
2025-08-20T22:42:14.1598289Z [00:03:55.812]➜  cat >/tmp/go-build3998081543/b1389/importcfg << 'EOF' # internal
2025-08-20T22:42:14.1598659Z [00:03:55.812]➜  # import config
2025-08-20T22:42:14.1599044Z [00:03:55.812]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.1599735Z [00:03:55.812]➜  EOF
2025-08-20T22:42:14.1602440Z [00:03:55.812]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1389/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/datafeedstate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/datafeedstate;$WORK/b1389=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate -lang=go1.22 -complete -installsuffix shared -buildid z3ptcqjp2xoZlArQ9uQw/z3ptcqjp2xoZlArQ9uQw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1389/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/datafeedstate/datafeedstate.go
2025-08-20T22:42:14.1831747Z [00:03:55.835]➜  go tool buildid -w $WORK/b1389/_pkg_.a # internal
2025-08-20T22:42:14.1836455Z [00:03:55.836]➜  cp $WORK/b1389/_pkg_.a /root/.cache/go-build/fc/fce817ef0d517f9921569860ae6dfe8a1b862e75849b64507b6a4703f444e071-d # internal
2025-08-20T22:42:14.1845753Z [00:03:55.837]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate
2025-08-20T22:42:14.1846792Z [00:03:55.837]➜  mkdir -p $WORK/b1390/
2025-08-20T22:42:14.1848880Z [00:03:55.837]➜  cat >/tmp/go-build3998081543/b1390/importcfg << 'EOF' # internal
2025-08-20T22:42:14.1849250Z [00:03:55.837]➜  # import config
2025-08-20T22:42:14.1849599Z [00:03:55.837]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.1849923Z [00:03:55.837]➜  EOF
2025-08-20T22:42:14.1852544Z [00:03:55.837]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1390/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dataframestate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dataframestate;$WORK/b1390=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate -lang=go1.22 -complete -installsuffix shared -buildid f2FedO17kjaL7EtIs9Bb/f2FedO17kjaL7EtIs9Bb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1390/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dataframestate/dataframestate.go
2025-08-20T22:42:14.2098138Z [00:03:55.862]➜  go tool buildid -w $WORK/b1390/_pkg_.a # internal
2025-08-20T22:42:14.2106941Z [00:03:55.863]➜  cp $WORK/b1390/_pkg_.a /root/.cache/go-build/a5/a598d8104f7ef597772347dbd3bd4dc43145e4186d26298998a3bb1e4a126c87-d # internal
2025-08-20T22:42:14.2108921Z [00:03:55.863]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day
2025-08-20T22:42:14.2109709Z [00:03:55.863]➜  mkdir -p $WORK/b1391/
2025-08-20T22:42:14.2115529Z [00:03:55.864]➜  cat >/tmp/go-build3998081543/b1391/importcfg << 'EOF' # internal
2025-08-20T22:42:14.2115947Z [00:03:55.864]➜  # import config
2025-08-20T22:42:14.2116505Z [00:03:55.864]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.2116860Z [00:03:55.864]➜  EOF
2025-08-20T22:42:14.2138841Z [00:03:55.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1391/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/day=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/day;$WORK/b1391=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day -lang=go1.22 -complete -installsuffix shared -buildid 6SgzEIEusqlqa1qFIjkd/6SgzEIEusqlqa1qFIjkd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1391/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/day/day.go
2025-08-20T22:42:14.2417196Z [00:03:55.894]➜  go tool buildid -w $WORK/b1391/_pkg_.a # internal
2025-08-20T22:42:14.2422956Z [00:03:55.895]➜  cp $WORK/b1391/_pkg_.a /root/.cache/go-build/0f/0fbd56f54987a15e6dc22238cd067b273b22fc9565c37df7ab986ef5c9b1d9ef-d # internal
2025-08-20T22:42:14.2428748Z [00:03:55.895]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision
2025-08-20T22:42:14.2429940Z [00:03:55.895]➜  mkdir -p $WORK/b1392/
2025-08-20T22:42:14.2434744Z [00:03:55.896]➜  cat >/tmp/go-build3998081543/b1392/importcfg << 'EOF' # internal
2025-08-20T22:42:14.2435157Z [00:03:55.896]➜  # import config
2025-08-20T22:42:14.2435704Z [00:03:55.896]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.2436084Z [00:03:55.896]➜  EOF
2025-08-20T22:42:14.2439524Z [00:03:55.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1392/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/decision=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/decision;$WORK/b1392=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision -lang=go1.22 -complete -installsuffix shared -buildid IFS-08dkpfYWXXngFsyY/IFS-08dkpfYWXXngFsyY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1392/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/decision/decision.go
2025-08-20T22:42:14.2702624Z [00:03:55.922]➜  go tool buildid -w $WORK/b1392/_pkg_.a # internal
2025-08-20T22:42:14.2709143Z [00:03:55.923]➜  cp $WORK/b1392/_pkg_.a /root/.cache/go-build/53/532cb1e66a35ea55104d8267d84b0b814dc568162dc22c04dea81948147298d9-d # internal
2025-08-20T22:42:14.2716657Z [00:03:55.924]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding
2025-08-20T22:42:14.2717699Z [00:03:55.924]➜  mkdir -p $WORK/b1393/
2025-08-20T22:42:14.2721102Z [00:03:55.925]➜  cat >/tmp/go-build3998081543/b1393/importcfg << 'EOF' # internal
2025-08-20T22:42:14.2721668Z [00:03:55.925]➜  # import config
2025-08-20T22:42:14.2722170Z [00:03:55.925]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.2722608Z [00:03:55.925]➜  EOF
2025-08-20T22:42:14.2728244Z [00:03:55.925]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1393/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/delimitedpayloadencoding=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/delimitedpayloadencoding;$WORK/b1393=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding -lang=go1.22 -complete -installsuffix shared -buildid o5QJRpmTgr_Rd1RRmvto/o5QJRpmTgr_Rd1RRmvto -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1393/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/delimitedpayloadencoding/delimitedpayloadencoding.go
2025-08-20T22:42:14.2974677Z [00:03:55.950]➜  go tool buildid -w $WORK/b1393/_pkg_.a # internal
2025-08-20T22:42:14.2981428Z [00:03:55.950]➜  cp $WORK/b1393/_pkg_.a /root/.cache/go-build/16/162c445b102e20a21e96a7ef6762090eddebecdddb6a98367e7ba7df84f532ae-d # internal
2025-08-20T22:42:14.2987325Z [00:03:55.951]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate
2025-08-20T22:42:14.2993098Z [00:03:55.952]➜  mkdir -p $WORK/b1394/
2025-08-20T22:42:14.2993536Z [00:03:55.952]➜  cat >/tmp/go-build3998081543/b1394/importcfg << 'EOF' # internal
2025-08-20T22:42:14.2993899Z [00:03:55.952]➜  # import config
2025-08-20T22:42:14.2994251Z [00:03:55.952]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.2994574Z [00:03:55.952]➜  EOF
2025-08-20T22:42:14.2999856Z [00:03:55.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1394/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/deploymentallocationstate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/deploymentallocationstate;$WORK/b1394=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate -lang=go1.22 -complete -installsuffix shared -buildid sGk1JN-o0B0Vjie2O0GA/sGk1JN-o0B0Vjie2O0GA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1394/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/deploymentallocationstate/deploymentallocationstate.go
2025-08-20T22:42:14.3244860Z [00:03:55.977]➜  go tool buildid -w $WORK/b1394/_pkg_.a # internal
2025-08-20T22:42:14.3245953Z [00:03:55.977]➜  cp $WORK/b1394/_pkg_.a /root/.cache/go-build/cb/cbb42a6829c46ea76d03b83f2798878ca7a213f83b806f5ca0ead58babc0fcda-d # internal
2025-08-20T22:42:14.3248750Z [00:03:55.977]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate
2025-08-20T22:42:14.3251227Z [00:03:55.977]➜  mkdir -p $WORK/b1395/
2025-08-20T22:42:14.3252210Z [00:03:55.978]➜  cat >/tmp/go-build3998081543/b1395/importcfg << 'EOF' # internal
2025-08-20T22:42:14.3252742Z [00:03:55.978]➜  # import config
2025-08-20T22:42:14.3253208Z [00:03:55.978]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.3253691Z [00:03:55.978]➜  EOF
2025-08-20T22:42:14.3258986Z [00:03:55.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1395/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/deploymentassignmentstate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/deploymentassignmentstate;$WORK/b1395=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate -lang=go1.22 -complete -installsuffix shared -buildid uEON9QdklwzT_gvB23_-/uEON9QdklwzT_gvB23_- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1395/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/deploymentassignmentstate/deploymentassignmentstate.go
2025-08-20T22:42:14.3502119Z [00:03:56.002]➜  go tool buildid -w $WORK/b1395/_pkg_.a # internal
2025-08-20T22:42:14.3509567Z [00:03:56.003]➜  cp $WORK/b1395/_pkg_.a /root/.cache/go-build/23/23c7d9395785abab74f0ebea90be4c12e28141a33b73a9d2b2ef198ea7489124-d # internal
2025-08-20T22:42:14.3510825Z [00:03:56.004]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel
2025-08-20T22:42:14.3512069Z [00:03:56.004]➜  mkdir -p $WORK/b1396/
2025-08-20T22:42:14.3516909Z [00:03:56.004]➜  cat >/tmp/go-build3998081543/b1396/importcfg << 'EOF' # internal
2025-08-20T22:42:14.3517293Z [00:03:56.004]➜  # import config
2025-08-20T22:42:14.3517863Z [00:03:56.004]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.3518312Z [00:03:56.004]➜  EOF
2025-08-20T22:42:14.3539048Z [00:03:56.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1396/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/deprecationlevel=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/deprecationlevel;$WORK/b1396=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel -lang=go1.22 -complete -installsuffix shared -buildid I5yb1xD2qFbDNw5NDDLf/I5yb1xD2qFbDNw5NDDLf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1396/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/deprecationlevel/deprecationlevel.go
2025-08-20T22:42:14.3860538Z [00:03:56.038]➜  go tool buildid -w $WORK/b1396/_pkg_.a # internal
2025-08-20T22:42:14.3866417Z [00:03:56.039]➜  cp $WORK/b1396/_pkg_.a /root/.cache/go-build/8f/8f1f1036c3e7ee2a75e03e7b5ac10156992643d6e8d62bc7af30aa3d3bbdd7c9-d # internal
2025-08-20T22:42:14.3878536Z [00:03:56.040]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure
2025-08-20T22:42:14.3879182Z [00:03:56.040]➜  mkdir -p $WORK/b1397/
2025-08-20T22:42:14.3879715Z [00:03:56.040]➜  cat >/tmp/go-build3998081543/b1397/importcfg << 'EOF' # internal
2025-08-20T22:42:14.3880203Z [00:03:56.040]➜  # import config
2025-08-20T22:42:14.3880703Z [00:03:56.040]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.3881152Z [00:03:56.040]➜  EOF
2025-08-20T22:42:14.3884357Z [00:03:56.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1397/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dfiindependencemeasure=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dfiindependencemeasure;$WORK/b1397=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure -lang=go1.22 -complete -installsuffix shared -buildid nHJuukYkvC-aOqfKFSGZ/nHJuukYkvC-aOqfKFSGZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1397/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dfiindependencemeasure/dfiindependencemeasure.go
2025-08-20T22:42:14.4138716Z [00:03:56.064]➜  go tool buildid -w $WORK/b1397/_pkg_.a # internal
2025-08-20T22:42:14.4139470Z [00:03:56.065]➜  cp $WORK/b1397/_pkg_.a /root/.cache/go-build/1d/1d62b2b2a500476240c078ae684b42375c553efbea8e96d37c3fd1ed2f0bfffb-d # internal
2025-08-20T22:42:14.4166846Z [00:03:56.066]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect
2025-08-20T22:42:14.4167323Z [00:03:56.066]➜  mkdir -p $WORK/b1398/
2025-08-20T22:42:14.4167734Z [00:03:56.067]➜  cat >/tmp/go-build3998081543/b1398/importcfg << 'EOF' # internal
2025-08-20T22:42:14.4168095Z [00:03:56.067]➜  # import config
2025-08-20T22:42:14.4168450Z [00:03:56.067]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.4168773Z [00:03:56.067]➜  EOF
2025-08-20T22:42:14.4171365Z [00:03:56.068]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1398/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dfraftereffect=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dfraftereffect;$WORK/b1398=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect -lang=go1.22 -complete -installsuffix shared -buildid EKUo2Nc4nVDJN0Y-XhNt/EKUo2Nc4nVDJN0Y-XhNt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1398/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dfraftereffect/dfraftereffect.go
2025-08-20T22:42:14.4489161Z [00:03:56.101]➜  go tool buildid -w $WORK/b1398/_pkg_.a # internal
2025-08-20T22:42:14.4497392Z [00:03:56.102]➜  cp $WORK/b1398/_pkg_.a /root/.cache/go-build/a1/a109aa678766dbb52136f764d8f279697f1202690e01cd0c40e4402ac72320bc-d # internal
2025-08-20T22:42:14.4506660Z [00:03:56.103]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel
2025-08-20T22:42:14.4507574Z [00:03:56.103]➜  mkdir -p $WORK/b1399/
2025-08-20T22:42:14.4514606Z [00:03:56.104]➜  cat >/tmp/go-build3998081543/b1399/importcfg << 'EOF' # internal
2025-08-20T22:42:14.4515750Z [00:03:56.104]➜  # import config
2025-08-20T22:42:14.4516527Z [00:03:56.104]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.4516914Z [00:03:56.104]➜  EOF
2025-08-20T22:42:14.4523636Z [00:03:56.105]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1399/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dfrbasicmodel=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dfrbasicmodel;$WORK/b1399=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel -lang=go1.22 -complete -installsuffix shared -buildid pB7JFv1iJ0r9hw3Sznez/pB7JFv1iJ0r9hw3Sznez -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1399/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dfrbasicmodel/dfrbasicmodel.go
2025-08-20T22:42:14.4768138Z [00:03:56.129]➜  go tool buildid -w $WORK/b1399/_pkg_.a # internal
2025-08-20T22:42:14.4774471Z [00:03:56.130]➜  cp $WORK/b1399/_pkg_.a /root/.cache/go-build/5a/5a96e6c05cf241fb720e7e4d51fc037532e6ab4100e75f6469d51b5379c5cc5d-d # internal
2025-08-20T22:42:14.4782548Z [00:03:56.131]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype
2025-08-20T22:42:14.4783933Z [00:03:56.131]➜  mkdir -p $WORK/b1400/
2025-08-20T22:42:14.4791489Z [00:03:56.131]➜  cat >/tmp/go-build3998081543/b1400/importcfg << 'EOF' # internal
2025-08-20T22:42:14.4791867Z [00:03:56.132]➜  # import config
2025-08-20T22:42:14.4792577Z [00:03:56.132]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.4792998Z [00:03:56.132]➜  EOF
2025-08-20T22:42:14.4796819Z [00:03:56.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1400/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/displaytype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/displaytype;$WORK/b1400=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype -lang=go1.22 -complete -installsuffix shared -buildid dOgZSVtCwEYLFgWgFGOT/dOgZSVtCwEYLFgWgFGOT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1400/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/displaytype/displaytype.go
2025-08-20T22:42:14.5070307Z [00:03:56.159]➜  go tool buildid -w $WORK/b1400/_pkg_.a # internal
2025-08-20T22:42:14.5075830Z [00:03:56.160]➜  cp $WORK/b1400/_pkg_.a /root/.cache/go-build/14/14af75e2b71d3a5366ba2b244d81d8b49ab91790635ae528aa8da0bf3e8ae471-d # internal
2025-08-20T22:42:14.5085166Z [00:03:56.161]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit
2025-08-20T22:42:14.5085897Z [00:03:56.161]➜  mkdir -p $WORK/b1401/
2025-08-20T22:42:14.5113239Z [00:03:56.162]➜  cat >/tmp/go-build3998081543/b1401/importcfg << 'EOF' # internal
2025-08-20T22:42:14.5113784Z [00:03:56.162]➜  # import config
2025-08-20T22:42:14.5114252Z [00:03:56.162]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.5114723Z [00:03:56.162]➜  EOF
2025-08-20T22:42:14.5117428Z [00:03:56.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1401/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/distanceunit=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/distanceunit;$WORK/b1401=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit -lang=go1.22 -complete -installsuffix shared -buildid 1mjyNpjv6wlL5_zph10h/1mjyNpjv6wlL5_zph10h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1401/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/distanceunit/distanceunit.go
2025-08-20T22:42:14.5533371Z [00:03:56.205]➜  go tool buildid -w $WORK/b1401/_pkg_.a # internal
2025-08-20T22:42:14.5539971Z [00:03:56.206]➜  cp $WORK/b1401/_pkg_.a /root/.cache/go-build/47/47f3a7f25eb14555047055b350b7c7c030a49355d254101dd875d883e0e70950-d # internal
2025-08-20T22:42:14.5632651Z [00:03:56.215]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping
2025-08-20T22:42:14.5633196Z [00:03:56.215]➜  mkdir -p $WORK/b1402/
2025-08-20T22:42:14.5634768Z [00:03:56.216]➜  cat >/tmp/go-build3998081543/b1402/importcfg << 'EOF' # internal
2025-08-20T22:42:14.5635974Z [00:03:56.216]➜  # import config
2025-08-20T22:42:14.5636329Z [00:03:56.216]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.5647097Z [00:03:56.216]➜  EOF
2025-08-20T22:42:14.5649836Z [00:03:56.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1402/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dynamicmapping=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dynamicmapping;$WORK/b1402=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping -lang=go1.22 -complete -installsuffix shared -buildid Uf3pTnpWioqK717Vw7CL/Uf3pTnpWioqK717Vw7CL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1402/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/dynamicmapping/dynamicmapping.go
2025-08-20T22:42:14.6008663Z [00:03:56.253]➜  go tool buildid -w $WORK/b1402/_pkg_.a # internal
2025-08-20T22:42:14.6014357Z [00:03:56.254]➜  cp $WORK/b1402/_pkg_.a /root/.cache/go-build/0c/0c71fb9ca1f43685945cb05401641137646f7596408463a41f26cf3aac018cfb-d # internal
2025-08-20T22:42:14.6025220Z [00:03:56.255]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside
2025-08-20T22:42:14.6026974Z [00:03:56.255]➜  mkdir -p $WORK/b1403/
2025-08-20T22:42:14.6032471Z [00:03:56.256]➜  cat >/tmp/go-build3998081543/b1403/importcfg << 'EOF' # internal
2025-08-20T22:42:14.6032849Z [00:03:56.256]➜  # import config
2025-08-20T22:42:14.6033197Z [00:03:56.256]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.6033522Z [00:03:56.256]➜  EOF
2025-08-20T22:42:14.6037507Z [00:03:56.256]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1403/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/edgengramside=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/edgengramside;$WORK/b1403=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside -lang=go1.22 -complete -installsuffix shared -buildid yDmJUVbnnZwAvIDoTF3v/yDmJUVbnnZwAvIDoTF3v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1403/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/edgengramside/edgengramside.go
2025-08-20T22:42:14.6289775Z [00:03:56.281]➜  go tool buildid -w $WORK/b1403/_pkg_.a # internal
2025-08-20T22:42:14.6295140Z [00:03:56.282]➜  cp $WORK/b1403/_pkg_.a /root/.cache/go-build/10/106fa263dbfcd8c8515760221accb5f0f5e1086d2e6481f3ffc439e5d08bc43a-d # internal
2025-08-20T22:42:14.6302893Z [00:03:56.283]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority
2025-08-20T22:42:14.6304458Z [00:03:56.283]➜  mkdir -p $WORK/b1404/
2025-08-20T22:42:14.6337362Z [00:03:56.283]➜  cat >/tmp/go-build3998081543/b1404/importcfg << 'EOF' # internal
2025-08-20T22:42:14.6337744Z [00:03:56.283]➜  # import config
2025-08-20T22:42:14.6338979Z [00:03:56.286]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.6339355Z [00:03:56.286]➜  EOF
2025-08-20T22:42:14.6341998Z [00:03:56.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1404/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/emailpriority=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/emailpriority;$WORK/b1404=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority -lang=go1.22 -complete -installsuffix shared -buildid WTPcKSfbea4GtLsPKIrP/WTPcKSfbea4GtLsPKIrP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1404/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/emailpriority/emailpriority.go
2025-08-20T22:42:14.6515938Z [00:03:56.304]➜  go tool buildid -w $WORK/b1404/_pkg_.a # internal
2025-08-20T22:42:14.6519845Z [00:03:56.304]➜  cp $WORK/b1404/_pkg_.a /root/.cache/go-build/1e/1e99f5596828b08e8bc94b219031cf765afaac3b6705ba5d3b595215f60813d6-d # internal
2025-08-20T22:42:14.6528811Z [00:03:56.305]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase
2025-08-20T22:42:14.6529769Z [00:03:56.305]➜  mkdir -p $WORK/b1405/
2025-08-20T22:42:14.6531725Z [00:03:56.306]➜  cat >/tmp/go-build3998081543/b1405/importcfg << 'EOF' # internal
2025-08-20T22:42:14.6533525Z [00:03:56.306]➜  # import config
2025-08-20T22:42:14.6533988Z [00:03:56.306]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.6534320Z [00:03:56.306]➜  EOF
2025-08-20T22:42:14.6537159Z [00:03:56.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1405/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/enrichpolicyphase=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/enrichpolicyphase;$WORK/b1405=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase -lang=go1.22 -complete -installsuffix shared -buildid kCVNWithR6n118GN6YzT/kCVNWithR6n118GN6YzT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1405/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/enrichpolicyphase/enrichpolicyphase.go
2025-08-20T22:42:14.6821567Z [00:03:56.334]➜  go tool buildid -w $WORK/b1405/_pkg_.a # internal
2025-08-20T22:42:14.6826748Z [00:03:56.335]➜  cp $WORK/b1405/_pkg_.a /root/.cache/go-build/1c/1cd9a85efb771a582931eaba22f9ee65bdcc510fa21e52def063c5452e1a14ab-d # internal
2025-08-20T22:42:14.6856790Z [00:03:56.336]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent
2025-08-20T22:42:14.6857276Z [00:03:56.336]➜  mkdir -p $WORK/b1406/
2025-08-20T22:42:14.6858126Z [00:03:56.338]➜  cat >/tmp/go-build3998081543/b1406/importcfg << 'EOF' # internal
2025-08-20T22:42:14.6866495Z [00:03:56.338]➜  # import config
2025-08-20T22:42:14.6866891Z [00:03:56.338]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.6867224Z [00:03:56.338]➜  EOF
2025-08-20T22:42:14.6869868Z [00:03:56.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1406/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/excludefrequent=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/excludefrequent;$WORK/b1406=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent -lang=go1.22 -complete -installsuffix shared -buildid a8Gz4WTT0GYBMziEwiR4/a8Gz4WTT0GYBMziEwiR4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1406/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/excludefrequent/excludefrequent.go
2025-08-20T22:42:14.7218120Z [00:03:56.374]➜  go tool buildid -w $WORK/b1406/_pkg_.a # internal
2025-08-20T22:42:14.7228997Z [00:03:56.375]➜  cp $WORK/b1406/_pkg_.a /root/.cache/go-build/d4/d4abff6fe1337b33dd0e15362d52a4c9c8c6ed8324ac29e6c0e6e3f3fbaea406-d # internal
2025-08-20T22:42:14.7243882Z [00:03:56.377]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase
2025-08-20T22:42:14.7246756Z [00:03:56.377]➜  mkdir -p $WORK/b1407/
2025-08-20T22:42:14.7257952Z [00:03:56.378]➜  cat >/tmp/go-build3998081543/b1407/importcfg << 'EOF' # internal
2025-08-20T22:42:14.7259129Z [00:03:56.378]➜  # import config
2025-08-20T22:42:14.7259559Z [00:03:56.378]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.7259890Z [00:03:56.378]➜  EOF
2025-08-20T22:42:14.7273813Z [00:03:56.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1407/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/executionphase=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/executionphase;$WORK/b1407=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase -lang=go1.22 -complete -installsuffix shared -buildid A5_62BM_T09LHvfxJBK7/A5_62BM_T09LHvfxJBK7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1407/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/executionphase/executionphase.go
2025-08-20T22:42:14.7683955Z [00:03:56.420]➜  go tool buildid -w $WORK/b1407/_pkg_.a # internal
2025-08-20T22:42:14.7687550Z [00:03:56.421]➜  cp $WORK/b1407/_pkg_.a /root/.cache/go-build/82/8251baa9df16eb9dc3fe4a8b42ce40c89dd468e212485b930d952b02cfce1f14-d # internal
2025-08-20T22:42:14.7690345Z [00:03:56.421]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus
2025-08-20T22:42:14.7690783Z [00:03:56.421]➜  mkdir -p $WORK/b1408/
2025-08-20T22:42:14.7693262Z [00:03:56.422]➜  cat >/tmp/go-build3998081543/b1408/importcfg << 'EOF' # internal
2025-08-20T22:42:14.7694536Z [00:03:56.422]➜  # import config
2025-08-20T22:42:14.7694913Z [00:03:56.422]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.7695238Z [00:03:56.422]➜  EOF
2025-08-20T22:42:14.7698288Z [00:03:56.422]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1408/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/executionstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/executionstatus;$WORK/b1408=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus -lang=go1.22 -complete -installsuffix shared -buildid EplhznZQ51NOwEw7O0Bg/EplhznZQ51NOwEw7O0Bg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1408/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/executionstatus/executionstatus.go
2025-08-20T22:42:14.8035963Z [00:03:56.456]➜  go tool buildid -w $WORK/b1408/_pkg_.a # internal
2025-08-20T22:42:14.8060734Z [00:03:56.457]➜  cp $WORK/b1408/_pkg_.a /root/.cache/go-build/32/325c39641473a9dcb7102db8f5aa1407cdeb62f4e6b78035413b4efc21306380-d # internal
2025-08-20T22:42:14.8062527Z [00:03:56.458]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard
2025-08-20T22:42:14.8063003Z [00:03:56.458]➜  mkdir -p $WORK/b1409/
2025-08-20T22:42:14.8076434Z [00:03:56.460]➜  cat >/tmp/go-build3998081543/b1409/importcfg << 'EOF' # internal
2025-08-20T22:42:14.8077215Z [00:03:56.460]➜  # import config
2025-08-20T22:42:14.8078139Z [00:03:56.460]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.8078539Z [00:03:56.460]➜  EOF
2025-08-20T22:42:14.8082529Z [00:03:56.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1409/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/expandwildcard=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/expandwildcard;$WORK/b1409=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard -lang=go1.22 -complete -installsuffix shared -buildid 8lFvUNhc73eB0W-wd2fO/8lFvUNhc73eB0W-wd2fO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1409/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/expandwildcard/expandwildcard.go
2025-08-20T22:42:14.8362298Z [00:03:56.488]➜  go tool buildid -w $WORK/b1409/_pkg_.a # internal
2025-08-20T22:42:14.8367145Z [00:03:56.489]➜  cp $WORK/b1409/_pkg_.a /root/.cache/go-build/89/896d4ffb2827e5bfb4e75fd7cf675828513191b767e5e152fd0eae14b1a55a37-d # internal
2025-08-20T22:42:14.8374494Z [00:03:56.490]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature
2025-08-20T22:42:14.8375004Z [00:03:56.490]➜  mkdir -p $WORK/b1410/
2025-08-20T22:42:14.8379435Z [00:03:56.490]➜  cat >/tmp/go-build3998081543/b1410/importcfg << 'EOF' # internal
2025-08-20T22:42:14.8380404Z [00:03:56.490]➜  # import config
2025-08-20T22:42:14.8381209Z [00:03:56.490]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.8381587Z [00:03:56.490]➜  EOF
2025-08-20T22:42:14.8408939Z [00:03:56.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1410/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/feature=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/feature;$WORK/b1410=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature -lang=go1.22 -complete -installsuffix shared -buildid qEFdNrL_mzFEw1eEgZnN/qEFdNrL_mzFEw1eEgZnN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1410/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/feature/feature.go
2025-08-20T22:42:14.8605478Z [00:03:56.513]➜  go tool buildid -w $WORK/b1410/_pkg_.a # internal
2025-08-20T22:42:14.8610981Z [00:03:56.513]➜  cp $WORK/b1410/_pkg_.a /root/.cache/go-build/b9/b9dd97c765266c7ff37ad6248d93c303dbe474e955fe007530644b0c325d205e-d # internal
2025-08-20T22:42:14.8622631Z [00:03:56.515]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype
2025-08-20T22:42:14.8623641Z [00:03:56.515]➜  mkdir -p $WORK/b1411/
2025-08-20T22:42:14.8638008Z [00:03:56.516]➜  cat >/tmp/go-build3998081543/b1411/importcfg << 'EOF' # internal
2025-08-20T22:42:14.8638406Z [00:03:56.516]➜  # import config
2025-08-20T22:42:14.8638760Z [00:03:56.516]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.8639111Z [00:03:56.516]➜  EOF
2025-08-20T22:42:14.8642892Z [00:03:56.516]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1411/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fieldsortnumerictype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fieldsortnumerictype;$WORK/b1411=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype -lang=go1.22 -complete -installsuffix shared -buildid DJVQYJ2Tbp2ErtltPM_m/DJVQYJ2Tbp2ErtltPM_m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1411/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fieldsortnumerictype/fieldsortnumerictype.go
2025-08-20T22:42:14.8969190Z [00:03:56.549]➜  go tool buildid -w $WORK/b1411/_pkg_.a # internal
2025-08-20T22:42:14.8973378Z [00:03:56.550]➜  cp $WORK/b1411/_pkg_.a /root/.cache/go-build/5d/5d274d3ca9c83ee09792ecca94757571b987b82411236216ce72cce6b5d1a9bc-d # internal
2025-08-20T22:42:14.8986028Z [00:03:56.551]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype
2025-08-20T22:42:14.8986531Z [00:03:56.551]➜  mkdir -p $WORK/b1412/
2025-08-20T22:42:14.8992650Z [00:03:56.552]➜  cat >/tmp/go-build3998081543/b1412/importcfg << 'EOF' # internal
2025-08-20T22:42:14.8993629Z [00:03:56.552]➜  # import config
2025-08-20T22:42:14.8993992Z [00:03:56.552]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.8994316Z [00:03:56.552]➜  EOF
2025-08-20T22:42:14.8998498Z [00:03:56.552]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1412/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fieldtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fieldtype;$WORK/b1412=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype -lang=go1.22 -complete -installsuffix shared -buildid yk2ngwZV4_JommR6l2xk/yk2ngwZV4_JommR6l2xk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1412/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fieldtype/fieldtype.go
2025-08-20T22:42:14.9437434Z [00:03:56.595]➜  go tool buildid -w $WORK/b1412/_pkg_.a # internal
2025-08-20T22:42:14.9439121Z [00:03:56.596]➜  cp $WORK/b1412/_pkg_.a /root/.cache/go-build/34/3494177528c72c90ee74bd0cbd44a2315b46bcd809bee9b1dd914c93c08ff51f-d # internal
2025-08-20T22:42:14.9442922Z [00:03:56.597]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier
2025-08-20T22:42:14.9443953Z [00:03:56.597]➜  mkdir -p $WORK/b1413/
2025-08-20T22:42:14.9449130Z [00:03:56.597]➜  cat >/tmp/go-build3998081543/b1413/importcfg << 'EOF' # internal
2025-08-20T22:42:14.9449520Z [00:03:56.597]➜  # import config
2025-08-20T22:42:14.9449869Z [00:03:56.597]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.9450192Z [00:03:56.597]➜  EOF
2025-08-20T22:42:14.9453859Z [00:03:56.598]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1413/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fieldvaluefactormodifier=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fieldvaluefactormodifier;$WORK/b1413=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier -lang=go1.22 -complete -installsuffix shared -buildid Q8WqYZcoxieskZkDUVVo/Q8WqYZcoxieskZkDUVVo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1413/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fieldvaluefactormodifier/fieldvaluefactormodifier.go
2025-08-20T22:42:14.9722278Z [00:03:56.624]➜  go tool buildid -w $WORK/b1413/_pkg_.a # internal
2025-08-20T22:42:14.9723618Z [00:03:56.625]➜  cp $WORK/b1413/_pkg_.a /root/.cache/go-build/b3/b36c0f9926de4f680f1ad6de5d2ec1fed1d9030d4434963c211415f209bf0515-d # internal
2025-08-20T22:42:14.9728899Z [00:03:56.625]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy
2025-08-20T22:42:14.9730272Z [00:03:56.625]➜  mkdir -p $WORK/b1414/
2025-08-20T22:42:14.9746179Z [00:03:56.627]➜  cat >/tmp/go-build3998081543/b1414/importcfg << 'EOF' # internal
2025-08-20T22:42:14.9758162Z [00:03:56.627]➜  # import config
2025-08-20T22:42:14.9758567Z [00:03:56.627]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.9758904Z [00:03:56.627]➜  EOF
2025-08-20T22:42:14.9761543Z [00:03:56.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1414/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filteringpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filteringpolicy;$WORK/b1414=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy -lang=go1.22 -complete -installsuffix shared -buildid KIXsCxL-0vKAyvdD_Ca-/KIXsCxL-0vKAyvdD_Ca- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1414/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filteringpolicy/filteringpolicy.go
2025-08-20T22:42:14.9934157Z [00:03:56.644]➜  go tool buildid -w $WORK/b1414/_pkg_.a # internal
2025-08-20T22:42:14.9935056Z [00:03:56.644]➜  cp $WORK/b1414/_pkg_.a /root/.cache/go-build/f7/f7ffe5d26ce655a46540d4fe8f4ba8bdb8744d979d132b2fc2bc56834c6400b8-d # internal
2025-08-20T22:42:14.9937888Z [00:03:56.645]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule
2025-08-20T22:42:14.9956815Z [00:03:56.645]➜  mkdir -p $WORK/b1415/
2025-08-20T22:42:14.9957595Z [00:03:56.645]➜  cat >/tmp/go-build3998081543/b1415/importcfg << 'EOF' # internal
2025-08-20T22:42:14.9958024Z [00:03:56.645]➜  # import config
2025-08-20T22:42:14.9958372Z [00:03:56.645]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:14.9958704Z [00:03:56.645]➜  EOF
2025-08-20T22:42:14.9961370Z [00:03:56.646]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1415/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filteringrulerule=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filteringrulerule;$WORK/b1415=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule -lang=go1.22 -complete -installsuffix shared -buildid f-4r53Rj2ysfWzDuXgXT/f-4r53Rj2ysfWzDuXgXT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1415/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filteringrulerule/filteringrulerule.go
2025-08-20T22:42:15.0288018Z [00:03:56.681]➜  go tool buildid -w $WORK/b1415/_pkg_.a # internal
2025-08-20T22:42:15.0294028Z [00:03:56.682]➜  cp $WORK/b1415/_pkg_.a /root/.cache/go-build/68/68b1b746efbc94a342de2afe49dbaa9ff2835befd01e597c3da49ca62dd4609c-d # internal
2025-08-20T22:42:15.0302513Z [00:03:56.683]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate
2025-08-20T22:42:15.0306383Z [00:03:56.683]➜  mkdir -p $WORK/b1416/
2025-08-20T22:42:15.0308059Z [00:03:56.683]➜  cat >/tmp/go-build3998081543/b1416/importcfg << 'EOF' # internal
2025-08-20T22:42:15.0308518Z [00:03:56.683]➜  # import config
2025-08-20T22:42:15.0308887Z [00:03:56.683]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.0309214Z [00:03:56.683]➜  EOF
2025-08-20T22:42:15.0312063Z [00:03:56.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1416/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filteringvalidationstate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filteringvalidationstate;$WORK/b1416=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate -lang=go1.22 -complete -installsuffix shared -buildid 3KhbRMFecFGjvRuQR7X-/3KhbRMFecFGjvRuQR7X- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1416/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filteringvalidationstate/filteringvalidationstate.go
2025-08-20T22:42:15.0526020Z [00:03:56.705]➜  go tool buildid -w $WORK/b1416/_pkg_.a # internal
2025-08-20T22:42:15.0531734Z [00:03:56.706]➜  cp $WORK/b1416/_pkg_.a /root/.cache/go-build/88/88b4b88ea3e683d753700d90990c4f5b46ed161d185ef4f0508c0f41f7ed4bf6-d # internal
2025-08-20T22:42:15.0540011Z [00:03:56.706]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype
2025-08-20T22:42:15.0540469Z [00:03:56.706]➜  mkdir -p $WORK/b1417/
2025-08-20T22:42:15.0543232Z [00:03:56.707]➜  cat >/tmp/go-build3998081543/b1417/importcfg << 'EOF' # internal
2025-08-20T22:42:15.0543643Z [00:03:56.707]➜  # import config
2025-08-20T22:42:15.0543995Z [00:03:56.707]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.0544318Z [00:03:56.707]➜  EOF
2025-08-20T22:42:15.0548324Z [00:03:56.707]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1417/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filtertype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filtertype;$WORK/b1417=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype -lang=go1.22 -complete -installsuffix shared -buildid HFXcbL7Lwj8_KdXMypkl/HFXcbL7Lwj8_KdXMypkl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1417/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/filtertype/filtertype.go
2025-08-20T22:42:15.0755675Z [00:03:56.728]➜  go tool buildid -w $WORK/b1417/_pkg_.a # internal
2025-08-20T22:42:15.0760017Z [00:03:56.728]➜  cp $WORK/b1417/_pkg_.a /root/.cache/go-build/45/45ab81777c69789c67f1fe6813faa711da411cc2fd69f7d6926bc4cbef6bb963-d # internal
2025-08-20T22:42:15.0765243Z [00:03:56.729]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest
2025-08-20T22:42:15.0766338Z [00:03:56.729]➜  mkdir -p $WORK/b1418/
2025-08-20T22:42:15.0773364Z [00:03:56.730]➜  cat >/tmp/go-build3998081543/b1418/importcfg << 'EOF' # internal
2025-08-20T22:42:15.0773995Z [00:03:56.730]➜  # import config
2025-08-20T22:42:15.0774368Z [00:03:56.730]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.0774693Z [00:03:56.730]➜  EOF
2025-08-20T22:42:15.0779657Z [00:03:56.730]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1418/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fingerprintdigest=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fingerprintdigest;$WORK/b1418=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest -lang=go1.22 -complete -installsuffix shared -buildid jxEcdie6VixMhiFVuWU7/jxEcdie6VixMhiFVuWU7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1418/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/fingerprintdigest/fingerprintdigest.go
2025-08-20T22:42:15.1037882Z [00:03:56.756]➜  go tool buildid -w $WORK/b1418/_pkg_.a # internal
2025-08-20T22:42:15.1052259Z [00:03:56.758]➜  cp $WORK/b1418/_pkg_.a /root/.cache/go-build/2a/2a336802d0d2e28a3afcfcfecfca6c5d49266d0eaa90fe394893fa0a6254959b-d # internal
2025-08-20T22:42:15.1060145Z [00:03:56.758]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus
2025-08-20T22:42:15.1061381Z [00:03:56.759]➜  mkdir -p $WORK/b1419/
2025-08-20T22:42:15.1068979Z [00:03:56.759]➜  cat >/tmp/go-build3998081543/b1419/importcfg << 'EOF' # internal
2025-08-20T22:42:15.1069805Z [00:03:56.759]➜  # import config
2025-08-20T22:42:15.1070708Z [00:03:56.759]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.1071074Z [00:03:56.759]➜  EOF
2025-08-20T22:42:15.1101985Z [00:03:56.762]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1419/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/followerindexstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/followerindexstatus;$WORK/b1419=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus -lang=go1.22 -complete -installsuffix shared -buildid vxmCMQy7hnvPRyySjdF9/vxmCMQy7hnvPRyySjdF9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1419/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/followerindexstatus/followerindexstatus.go
2025-08-20T22:42:15.1317924Z [00:03:56.784]➜  go tool buildid -w $WORK/b1419/_pkg_.a # internal
2025-08-20T22:42:15.1326904Z [00:03:56.785]➜  cp $WORK/b1419/_pkg_.a /root/.cache/go-build/94/94b1ef880e1fe2f303fc2fcf56c1a2c88e8300b455b83d716ef32536e74a2518-d # internal
2025-08-20T22:42:15.1331096Z [00:03:56.785]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode
2025-08-20T22:42:15.1332892Z [00:03:56.786]➜  mkdir -p $WORK/b1420/
2025-08-20T22:42:15.1340572Z [00:03:56.786]➜  cat >/tmp/go-build3998081543/b1420/importcfg << 'EOF' # internal
2025-08-20T22:42:15.1341260Z [00:03:56.787]➜  # import config
2025-08-20T22:42:15.1342574Z [00:03:56.787]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.1342912Z [00:03:56.787]➜  EOF
2025-08-20T22:42:15.1347492Z [00:03:56.787]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1420/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/functionboostmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/functionboostmode;$WORK/b1420=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode -lang=go1.22 -complete -installsuffix shared -buildid TKqU1d_ZhbEr1cdkqQwM/TKqU1d_ZhbEr1cdkqQwM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1420/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/functionboostmode/functionboostmode.go
2025-08-20T22:42:15.1611167Z [00:03:56.813]➜  go tool buildid -w $WORK/b1420/_pkg_.a # internal
2025-08-20T22:42:15.1615914Z [00:03:56.814]➜  cp $WORK/b1420/_pkg_.a /root/.cache/go-build/59/59d3937f90f8260a5cce0ecc42e29ec2962cfd4bea70fd74a9f3275524afe8c2-d # internal
2025-08-20T22:42:15.1623041Z [00:03:56.815]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode
2025-08-20T22:42:15.1625456Z [00:03:56.815]➜  mkdir -p $WORK/b1421/
2025-08-20T22:42:15.1629255Z [00:03:56.815]➜  cat >/tmp/go-build3998081543/b1421/importcfg << 'EOF' # internal
2025-08-20T22:42:15.1630540Z [00:03:56.815]➜  # import config
2025-08-20T22:42:15.1632150Z [00:03:56.816]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.1633148Z [00:03:56.816]➜  EOF
2025-08-20T22:42:15.1636479Z [00:03:56.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1421/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/functionscoremode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/functionscoremode;$WORK/b1421=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode -lang=go1.22 -complete -installsuffix shared -buildid 9aoesLIlBr6RJIhifziY/9aoesLIlBr6RJIhifziY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1421/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/functionscoremode/functionscoremode.go
2025-08-20T22:42:15.1946128Z [00:03:56.847]➜  go tool buildid -w $WORK/b1421/_pkg_.a # internal
2025-08-20T22:42:15.1951864Z [00:03:56.848]➜  cp $WORK/b1421/_pkg_.a /root/.cache/go-build/14/14c3756dcefb152efbf57066c9bcbf63a4bc26175b9edb842e6077cd64426924-d # internal
2025-08-20T22:42:15.1957611Z [00:03:56.848]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy
2025-08-20T22:42:15.1963998Z [00:03:56.849]➜  mkdir -p $WORK/b1422/
2025-08-20T22:42:15.1965326Z [00:03:56.849]➜  cat >/tmp/go-build3998081543/b1422/importcfg << 'EOF' # internal
2025-08-20T22:42:15.1967087Z [00:03:56.849]➜  # import config
2025-08-20T22:42:15.1968515Z [00:03:56.849]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.1968868Z [00:03:56.849]➜  EOF
2025-08-20T22:42:15.1971406Z [00:03:56.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1422/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/gappolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/gappolicy;$WORK/b1422=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy -lang=go1.22 -complete -installsuffix shared -buildid 0q4vRXvyvFfSDt_37_is/0q4vRXvyvFfSDt_37_is -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1422/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/gappolicy/gappolicy.go
2025-08-20T22:42:15.2409271Z [00:03:56.893]➜  go tool buildid -w $WORK/b1422/_pkg_.a # internal
2025-08-20T22:42:15.2412863Z [00:03:56.894]➜  cp $WORK/b1422/_pkg_.a /root/.cache/go-build/ba/ba1dc06ee63fdcf521370944e78fa925b0703e4322dd08e7e90f84c38cfdcf16-d # internal
2025-08-20T22:42:15.2418709Z [00:03:56.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype
2025-08-20T22:42:15.2420021Z [00:03:56.894]➜  mkdir -p $WORK/b1423/
2025-08-20T22:42:15.2425233Z [00:03:56.895]➜  cat >/tmp/go-build3998081543/b1423/importcfg << 'EOF' # internal
2025-08-20T22:42:15.2426256Z [00:03:56.895]➜  # import config
2025-08-20T22:42:15.2427643Z [00:03:56.895]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.2428188Z [00:03:56.895]➜  EOF
2025-08-20T22:42:15.2432345Z [00:03:56.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1423/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geodistancetype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geodistancetype;$WORK/b1423=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype -lang=go1.22 -complete -installsuffix shared -buildid _OLPJKh5JpeWwgTGSJFk/_OLPJKh5JpeWwgTGSJFk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1423/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geodistancetype/geodistancetype.go
2025-08-20T22:42:15.2639246Z [00:03:56.916]➜  go tool buildid -w $WORK/b1423/_pkg_.a # internal
2025-08-20T22:42:15.2642533Z [00:03:56.917]➜  cp $WORK/b1423/_pkg_.a /root/.cache/go-build/05/05bbfab5688ac2d37997f3f115b03413fd27fa56355d85aab83f268e71c05f8a-d # internal
2025-08-20T22:42:15.2647867Z [00:03:56.917]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution
2025-08-20T22:42:15.2648917Z [00:03:56.917]➜  mkdir -p $WORK/b1424/
2025-08-20T22:42:15.2653684Z [00:03:56.918]➜  cat >/tmp/go-build3998081543/b1424/importcfg << 'EOF' # internal
2025-08-20T22:42:15.2654663Z [00:03:56.918]➜  # import config
2025-08-20T22:42:15.2655745Z [00:03:56.918]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.2657679Z [00:03:56.918]➜  EOF
2025-08-20T22:42:15.2660878Z [00:03:56.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1424/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geoexecution=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geoexecution;$WORK/b1424=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution -lang=go1.22 -complete -installsuffix shared -buildid LgxogAjp1JjtJqcDBnvA/LgxogAjp1JjtJqcDBnvA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1424/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geoexecution/geoexecution.go
2025-08-20T22:42:15.2885654Z [00:03:56.941]➜  go tool buildid -w $WORK/b1424/_pkg_.a # internal
2025-08-20T22:42:15.2891031Z [00:03:56.941]➜  cp $WORK/b1424/_pkg_.a /root/.cache/go-build/33/3365bf1dd9f5f6a574152558860ec0a810a9f897ad1318da2f017526c9f29848-d # internal
2025-08-20T22:42:15.2895286Z [00:03:56.942]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat
2025-08-20T22:42:15.2897722Z [00:03:56.942]➜  mkdir -p $WORK/b1425/
2025-08-20T22:42:15.2904450Z [00:03:56.943]➜  cat >/tmp/go-build3998081543/b1425/importcfg << 'EOF' # internal
2025-08-20T22:42:15.2905296Z [00:03:56.943]➜  # import config
2025-08-20T22:42:15.2906066Z [00:03:56.943]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.2907579Z [00:03:56.943]➜  EOF
2025-08-20T22:42:15.2911455Z [00:03:56.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1425/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geogridtargetformat=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geogridtargetformat;$WORK/b1425=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat -lang=go1.22 -complete -installsuffix shared -buildid _y0GDEZevK65ZUqywcAr/_y0GDEZevK65ZUqywcAr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1425/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geogridtargetformat/geogridtargetformat.go
2025-08-20T22:42:15.3217384Z [00:03:56.974]➜  go tool buildid -w $WORK/b1425/_pkg_.a # internal
2025-08-20T22:42:15.3222849Z [00:03:56.975]➜  cp $WORK/b1425/_pkg_.a /root/.cache/go-build/10/105396f85007d12ea189773d44d34402f9a08e8c41d2711af42237f1d1ce924b-d # internal
2025-08-20T22:42:15.3228576Z [00:03:56.975]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype
2025-08-20T22:42:15.3235036Z [00:03:56.976]➜  mkdir -p $WORK/b1426/
2025-08-20T22:42:15.3236865Z [00:03:56.976]➜  cat >/tmp/go-build3998081543/b1426/importcfg << 'EOF' # internal
2025-08-20T22:42:15.3237543Z [00:03:56.976]➜  # import config
2025-08-20T22:42:15.3238931Z [00:03:56.976]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.3239266Z [00:03:56.976]➜  EOF
2025-08-20T22:42:15.3241896Z [00:03:56.976]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1426/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geogridtiletype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geogridtiletype;$WORK/b1426=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype -lang=go1.22 -complete -installsuffix shared -buildid B2-i0ReOb8fzVR8pnD_H/B2-i0ReOb8fzVR8pnD_H -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1426/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geogridtiletype/geogridtiletype.go
2025-08-20T22:42:15.3490030Z [00:03:57.001]➜  go tool buildid -w $WORK/b1426/_pkg_.a # internal
2025-08-20T22:42:15.3493936Z [00:03:57.002]➜  cp $WORK/b1426/_pkg_.a /root/.cache/go-build/8e/8ec5f2e49a6a1ce74d454e4f03c00018c30165119d4b15f0dab3810455805ecb-d # internal
2025-08-20T22:42:15.3499228Z [00:03:57.002]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation
2025-08-20T22:42:15.3502139Z [00:03:57.003]➜  mkdir -p $WORK/b1427/
2025-08-20T22:42:15.3505061Z [00:03:57.003]➜  cat >/tmp/go-build3998081543/b1427/importcfg << 'EOF' # internal
2025-08-20T22:42:15.3506601Z [00:03:57.003]➜  # import config
2025-08-20T22:42:15.3508237Z [00:03:57.003]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.3509077Z [00:03:57.003]➜  EOF
2025-08-20T22:42:15.3511965Z [00:03:57.003]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1427/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geoorientation=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geoorientation;$WORK/b1427=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation -lang=go1.22 -complete -installsuffix shared -buildid c3WHxVG0cthB2fwVYrXt/c3WHxVG0cthB2fwVYrXt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1427/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geoorientation/geoorientation.go
2025-08-20T22:42:15.3633303Z [00:03:57.015]➜  go tool buildid -w $WORK/b1427/_pkg_.a # internal
2025-08-20T22:42:15.3637683Z [00:03:57.016]➜  cp $WORK/b1427/_pkg_.a /root/.cache/go-build/bd/bd0c39e668d8b59ca0e106bf3a5ca31b58f1704dbfc29a92aeeabc6d04d934b3-d # internal
2025-08-20T22:42:15.3643154Z [00:03:57.017]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation
2025-08-20T22:42:15.3644381Z [00:03:57.017]➜  mkdir -p $WORK/b1428/
2025-08-20T22:42:15.3708181Z [00:03:57.020]➜  cat >/tmp/go-build3998081543/b1428/importcfg << 'EOF' # internal
2025-08-20T22:42:15.3708985Z [00:03:57.023]➜  # import config
2025-08-20T22:42:15.3709663Z [00:03:57.023]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.3710359Z [00:03:57.023]➜  EOF
2025-08-20T22:42:15.3713617Z [00:03:57.023]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1428/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geoshaperelation=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geoshaperelation;$WORK/b1428=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation -lang=go1.22 -complete -installsuffix shared -buildid HgXJOScDRWZ_rTINdWny/HgXJOScDRWZ_rTINdWny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1428/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geoshaperelation/geoshaperelation.go
2025-08-20T22:42:15.3921523Z [00:03:57.044]➜  go tool buildid -w $WORK/b1428/_pkg_.a # internal
2025-08-20T22:42:15.3927041Z [00:03:57.045]➜  cp $WORK/b1428/_pkg_.a /root/.cache/go-build/69/69d1f2b05129417c97763cd5c76a863161a31d666e2b0984d3995508e7d97114-d # internal
2025-08-20T22:42:15.3932414Z [00:03:57.046]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy
2025-08-20T22:42:15.3933967Z [00:03:57.046]➜  mkdir -p $WORK/b1429/
2025-08-20T22:42:15.3938342Z [00:03:57.046]➜  cat >/tmp/go-build3998081543/b1429/importcfg << 'EOF' # internal
2025-08-20T22:42:15.3939548Z [00:03:57.046]➜  # import config
2025-08-20T22:42:15.3940319Z [00:03:57.046]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.3941435Z [00:03:57.046]➜  EOF
2025-08-20T22:42:15.3944057Z [00:03:57.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1429/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geostrategy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geostrategy;$WORK/b1429=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy -lang=go1.22 -complete -installsuffix shared -buildid IhuinvDFtFQTXWFtygr6/IhuinvDFtFQTXWFtygr6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1429/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geostrategy/geostrategy.go
2025-08-20T22:42:15.4248922Z [00:03:57.077]➜  go tool buildid -w $WORK/b1429/_pkg_.a # internal
2025-08-20T22:42:15.4254495Z [00:03:57.078]➜  cp $WORK/b1429/_pkg_.a /root/.cache/go-build/19/197270766d3e7a5565218b6b86b5c6ca760a7d2f5871592f660ee62c80ec1c30-d # internal
2025-08-20T22:42:15.4265832Z [00:03:57.079]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod
2025-08-20T22:42:15.4267543Z [00:03:57.079]➜  mkdir -p $WORK/b1430/
2025-08-20T22:42:15.4283308Z [00:03:57.081]➜  cat >/tmp/go-build3998081543/b1430/importcfg << 'EOF' # internal
2025-08-20T22:42:15.4283702Z [00:03:57.081]➜  # import config
2025-08-20T22:42:15.4284094Z [00:03:57.081]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.4284420Z [00:03:57.081]➜  EOF
2025-08-20T22:42:15.4289955Z [00:03:57.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1430/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geovalidationmethod=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geovalidationmethod;$WORK/b1430=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod -lang=go1.22 -complete -installsuffix shared -buildid e5qdjrlZRPNN4TSwDxNS/e5qdjrlZRPNN4TSwDxNS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1430/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/geovalidationmethod/geovalidationmethod.go
2025-08-20T22:42:15.4641000Z [00:03:57.116]➜  go tool buildid -w $WORK/b1430/_pkg_.a # internal
2025-08-20T22:42:15.4647762Z [00:03:57.117]➜  cp $WORK/b1430/_pkg_.a /root/.cache/go-build/da/dafb7b62ac200a749757d7c09a4623f2c8a8b6851bb795e0e0dbfccf6905dc20-d # internal
2025-08-20T22:42:15.4651460Z [00:03:57.117]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus
2025-08-20T22:42:15.4653094Z [00:03:57.118]➜  mkdir -p $WORK/b1431/
2025-08-20T22:42:15.4657559Z [00:03:57.118]➜  cat >/tmp/go-build3998081543/b1431/importcfg << 'EOF' # internal
2025-08-20T22:42:15.4657952Z [00:03:57.118]➜  # import config
2025-08-20T22:42:15.4658318Z [00:03:57.118]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.4658651Z [00:03:57.118]➜  EOF
2025-08-20T22:42:15.4662122Z [00:03:57.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1431/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/healthstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/healthstatus;$WORK/b1431=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus -lang=go1.22 -complete -installsuffix shared -buildid Vjptt5ZLvXc_BoLspWW8/Vjptt5ZLvXc_BoLspWW8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1431/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/healthstatus/healthstatus.go
2025-08-20T22:42:15.4900417Z [00:03:57.142]➜  go tool buildid -w $WORK/b1431/_pkg_.a # internal
2025-08-20T22:42:15.4911713Z [00:03:57.143]➜  cp $WORK/b1431/_pkg_.a /root/.cache/go-build/d5/d5a6a4292ca0a734dc626d30c30cee936c512fc1d58cbffb0f11368be554f89c-d # internal
2025-08-20T22:42:15.4920483Z [00:03:57.144]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder
2025-08-20T22:42:15.4921615Z [00:03:57.145]➜  mkdir -p $WORK/b1432/
2025-08-20T22:42:15.4930293Z [00:03:57.145]➜  cat >/tmp/go-build3998081543/b1432/importcfg << 'EOF' # internal
2025-08-20T22:42:15.4930851Z [00:03:57.145]➜  # import config
2025-08-20T22:42:15.4931307Z [00:03:57.145]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.4931757Z [00:03:57.145]➜  EOF
2025-08-20T22:42:15.4937600Z [00:03:57.146]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1432/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlighterencoder=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlighterencoder;$WORK/b1432=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder -lang=go1.22 -complete -installsuffix shared -buildid Rc1ZqCoyyDFWHrpVSuKs/Rc1ZqCoyyDFWHrpVSuKs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1432/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlighterencoder/highlighterencoder.go
2025-08-20T22:42:15.5249406Z [00:03:57.177]➜  go tool buildid -w $WORK/b1432/_pkg_.a # internal
2025-08-20T22:42:15.5251582Z [00:03:57.177]➜  cp $WORK/b1432/_pkg_.a /root/.cache/go-build/96/96effa48d40f31fffae8a830fa40eafe39603ba25fbf55a5a763288df888f51f-d # internal
2025-08-20T22:42:15.5259133Z [00:03:57.178]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter
2025-08-20T22:42:15.5260302Z [00:03:57.178]➜  mkdir -p $WORK/b1433/
2025-08-20T22:42:15.5268601Z [00:03:57.179]➜  cat >/tmp/go-build3998081543/b1433/importcfg << 'EOF' # internal
2025-08-20T22:42:15.5269005Z [00:03:57.179]➜  # import config
2025-08-20T22:42:15.5269518Z [00:03:57.179]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.5269998Z [00:03:57.179]➜  EOF
2025-08-20T22:42:15.5274564Z [00:03:57.180]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1433/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlighterfragmenter=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlighterfragmenter;$WORK/b1433=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter -lang=go1.22 -complete -installsuffix shared -buildid cWyq25DZ1zVbLVbQuy_c/cWyq25DZ1zVbLVbQuy_c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1433/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlighterfragmenter/highlighterfragmenter.go
2025-08-20T22:42:15.5519458Z [00:03:57.204]➜  go tool buildid -w $WORK/b1433/_pkg_.a # internal
2025-08-20T22:42:15.5532222Z [00:03:57.205]➜  cp $WORK/b1433/_pkg_.a /root/.cache/go-build/93/9315913d8c9be86c80183a8e65b907ac7b13b3ba34537d82e7c097e5948d4f75-d # internal
2025-08-20T22:42:15.5538078Z [00:03:57.206]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder
2025-08-20T22:42:15.5541440Z [00:03:57.206]➜  mkdir -p $WORK/b1434/
2025-08-20T22:42:15.5547947Z [00:03:57.207]➜  cat >/tmp/go-build3998081543/b1434/importcfg << 'EOF' # internal
2025-08-20T22:42:15.5548323Z [00:03:57.207]➜  # import config
2025-08-20T22:42:15.5548675Z [00:03:57.207]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.5549005Z [00:03:57.207]➜  EOF
2025-08-20T22:42:15.5583609Z [00:03:57.210]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1434/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlighterorder=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlighterorder;$WORK/b1434=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder -lang=go1.22 -complete -installsuffix shared -buildid MdBdnPY4jNub2iJ-Vzsf/MdBdnPY4jNub2iJ-Vzsf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1434/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlighterorder/highlighterorder.go
2025-08-20T22:42:15.5810518Z [00:03:57.233]➜  go tool buildid -w $WORK/b1434/_pkg_.a # internal
2025-08-20T22:42:15.5817280Z [00:03:57.234]➜  cp $WORK/b1434/_pkg_.a /root/.cache/go-build/8b/8ba4db3af4ccf50d9fd72a5a57643234f41ec71cbc8609fbb5dc074a09e94aed-d # internal
2025-08-20T22:42:15.5820047Z [00:03:57.234]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema
2025-08-20T22:42:15.5821243Z [00:03:57.235]➜  mkdir -p $WORK/b1435/
2025-08-20T22:42:15.5829535Z [00:03:57.235]➜  cat >/tmp/go-build3998081543/b1435/importcfg << 'EOF' # internal
2025-08-20T22:42:15.5829904Z [00:03:57.235]➜  # import config
2025-08-20T22:42:15.5830256Z [00:03:57.235]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.5830600Z [00:03:57.235]➜  EOF
2025-08-20T22:42:15.5838220Z [00:03:57.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1435/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlightertagsschema=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlightertagsschema;$WORK/b1435=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema -lang=go1.22 -complete -installsuffix shared -buildid n8x8-PW_61BRO9q9ub8a/n8x8-PW_61BRO9q9ub8a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1435/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlightertagsschema/highlightertagsschema.go
2025-08-20T22:42:15.6075454Z [00:03:57.260]➜  go tool buildid -w $WORK/b1435/_pkg_.a # internal
2025-08-20T22:42:15.6078938Z [00:03:57.260]➜  cp $WORK/b1435/_pkg_.a /root/.cache/go-build/f5/f5dc919448b8a4a08b394d8cf1f4c2a7b5d70b832cf971c5dc917c6528f038a4-d # internal
2025-08-20T22:42:15.6087727Z [00:03:57.261]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype
2025-08-20T22:42:15.6088375Z [00:03:57.261]➜  mkdir -p $WORK/b1436/
2025-08-20T22:42:15.6092394Z [00:03:57.262]➜  cat >/tmp/go-build3998081543/b1436/importcfg << 'EOF' # internal
2025-08-20T22:42:15.6093667Z [00:03:57.262]➜  # import config
2025-08-20T22:42:15.6094468Z [00:03:57.262]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.6095149Z [00:03:57.262]➜  EOF
2025-08-20T22:42:15.6098070Z [00:03:57.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1436/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlightertype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlightertype;$WORK/b1436=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype -lang=go1.22 -complete -installsuffix shared -buildid 3Q2qGuHF5zplaltJAUnd/3Q2qGuHF5zplaltJAUnd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1436/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/highlightertype/highlightertype.go
2025-08-20T22:42:15.6206135Z [00:03:57.273]➜  go tool buildid -w $WORK/b1263/_pkg_.a # internal
2025-08-20T22:42:15.6381378Z [00:03:57.290]➜  go tool buildid -w $WORK/b1436/_pkg_.a # internal
2025-08-20T22:42:15.6391461Z [00:03:57.291]➜  cp $WORK/b1436/_pkg_.a /root/.cache/go-build/58/58f8e63412672eac6fed2b7b2992c9ac9106704b13a3921859c3db8846f28c70-d # internal
2025-08-20T22:42:15.6403710Z [00:03:57.292]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype
2025-08-20T22:42:15.6411734Z [00:03:57.294]➜  mkdir -p $WORK/b1437/
2025-08-20T22:42:15.6412430Z [00:03:57.294]➜  cat >/tmp/go-build3998081543/b1437/importcfg << 'EOF' # internal
2025-08-20T22:42:15.6413087Z [00:03:57.294]➜  # import config
2025-08-20T22:42:15.6413802Z [00:03:57.294]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.6414647Z [00:03:57.294]➜  EOF
2025-08-20T22:42:15.6417495Z [00:03:57.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1437/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/holtwinterstype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/holtwinterstype;$WORK/b1437=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype -lang=go1.22 -complete -installsuffix shared -buildid BARp4zC7Lns7nKf30aH9/BARp4zC7Lns7nKf30aH9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1437/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/holtwinterstype/holtwinterstype.go
2025-08-20T22:42:15.6690402Z [00:03:57.321]➜  go tool buildid -w $WORK/b1437/_pkg_.a # internal
2025-08-20T22:42:15.6691617Z [00:03:57.321]➜  cp $WORK/b1437/_pkg_.a /root/.cache/go-build/a4/a41275c78b862addc1472873a24561052610dc5f4fa94efa8483070751a2313e-d # internal
2025-08-20T22:42:15.6693124Z [00:03:57.321]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod
2025-08-20T22:42:15.6694098Z [00:03:57.321]➜  mkdir -p $WORK/b1438/
2025-08-20T22:42:15.6695060Z [00:03:57.321]➜  cat >/tmp/go-build3998081543/b1438/importcfg << 'EOF' # internal
2025-08-20T22:42:15.6695640Z [00:03:57.321]➜  # import config
2025-08-20T22:42:15.6696010Z [00:03:57.321]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.6696335Z [00:03:57.321]➜  EOF
2025-08-20T22:42:15.6698985Z [00:03:57.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1438/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/httpinputmethod=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/httpinputmethod;$WORK/b1438=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod -lang=go1.22 -complete -installsuffix shared -buildid aLjtTF7eDjWDGvLG66A8/aLjtTF7eDjWDGvLG66A8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1438/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/httpinputmethod/httpinputmethod.go
2025-08-20T22:42:15.6921484Z [00:03:57.344]➜  go tool buildid -w $WORK/b1438/_pkg_.a # internal
2025-08-20T22:42:15.6928026Z [00:03:57.345]➜  cp $WORK/b1438/_pkg_.a /root/.cache/go-build/50/5017fe5660e3cc76b8d4759ecb03a72fb7ecfa119d6c660da81aa936c7622a06-d # internal
2025-08-20T22:42:15.6940315Z [00:03:57.346]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution
2025-08-20T22:42:15.6940807Z [00:03:57.346]➜  mkdir -p $WORK/b1439/
2025-08-20T22:42:15.6944746Z [00:03:57.347]➜  cat >/tmp/go-build3998081543/b1439/importcfg << 'EOF' # internal
2025-08-20T22:42:15.6945542Z [00:03:57.347]➜  # import config
2025-08-20T22:42:15.6946912Z [00:03:57.347]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.6947408Z [00:03:57.347]➜  EOF
2025-08-20T22:42:15.6950878Z [00:03:57.347]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1439/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ibdistribution=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ibdistribution;$WORK/b1439=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution -lang=go1.22 -complete -installsuffix shared -buildid IE_GdClJXYmqG2phxD0J/IE_GdClJXYmqG2phxD0J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1439/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ibdistribution/ibdistribution.go
2025-08-20T22:42:15.7250595Z [00:03:57.377]➜  go tool buildid -w $WORK/b1439/_pkg_.a # internal
2025-08-20T22:42:15.7254307Z [00:03:57.378]➜  cp $WORK/b1439/_pkg_.a /root/.cache/go-build/11/114d1cfe936b224b237035a7dd11ced8334692efb93724c723d0e23d0cc8db6f-d # internal
2025-08-20T22:42:15.7260599Z [00:03:57.378]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda
2025-08-20T22:42:15.7261780Z [00:03:57.379]➜  mkdir -p $WORK/b1440/
2025-08-20T22:42:15.7265967Z [00:03:57.379]➜  cat >/tmp/go-build3998081543/b1440/importcfg << 'EOF' # internal
2025-08-20T22:42:15.7266668Z [00:03:57.379]➜  # import config
2025-08-20T22:42:15.7267222Z [00:03:57.379]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.7268582Z [00:03:57.379]➜  EOF
2025-08-20T22:42:15.7271255Z [00:03:57.379]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1440/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/iblambda=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/iblambda;$WORK/b1440=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda -lang=go1.22 -complete -installsuffix shared -buildid u-mkk0PvPoKYhB89_ILP/u-mkk0PvPoKYhB89_ILP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1440/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/iblambda/iblambda.go
2025-08-20T22:42:15.7542775Z [00:03:57.406]➜  go tool buildid -w $WORK/b1440/_pkg_.a # internal
2025-08-20T22:42:15.7546099Z [00:03:57.407]➜  cp $WORK/b1440/_pkg_.a /root/.cache/go-build/01/0142df6921c33948c9fe69eea52cd5674deb999fcc9c279eec089da8c0df0fb5-d # internal
2025-08-20T22:42:15.7553403Z [00:03:57.408]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate
2025-08-20T22:42:15.7554238Z [00:03:57.408]➜  mkdir -p $WORK/b1441/
2025-08-20T22:42:15.7558974Z [00:03:57.408]➜  cat >/tmp/go-build3998081543/b1441/importcfg << 'EOF' # internal
2025-08-20T22:42:15.7559698Z [00:03:57.408]➜  # import config
2025-08-20T22:42:15.7560299Z [00:03:57.408]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.7560963Z [00:03:57.408]➜  EOF
2025-08-20T22:42:15.7564157Z [00:03:57.409]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1441/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationalternate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationalternate;$WORK/b1441=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate -lang=go1.22 -complete -installsuffix shared -buildid YiosZrTrMgcFn7FxVjnD/YiosZrTrMgcFn7FxVjnD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1441/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationalternate/icucollationalternate.go
2025-08-20T22:42:15.7716850Z [00:03:57.424]➜  cp $WORK/b1263/_pkg_.a /root/.cache/go-build/89/89e2a289588b1d6c107c64d02b1da8816c1384db1248b83c3c9eb62790065a09-d # internal
2025-08-20T22:42:15.7748797Z [00:03:57.427]➜  github.com/apache/iceberg-go/catalog/glue
2025-08-20T22:42:15.7749679Z [00:03:57.427]➜  mkdir -p $WORK/b1261/
2025-08-20T22:42:15.7759621Z [00:03:57.428]➜  cat >/tmp/go-build3998081543/b1261/importcfg << 'EOF' # internal
2025-08-20T22:42:15.7760667Z [00:03:57.428]➜  # import config
2025-08-20T22:42:15.7761344Z [00:03:57.428]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:15.7762072Z [00:03:57.428]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:15.7762786Z [00:03:57.428]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:15.7763461Z [00:03:57.428]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:42:15.7764387Z [00:03:57.428]➜  packagefile github.com/apache/iceberg-go/catalog=/tmp/go-build3998081543/b1220/_pkg_.a
2025-08-20T22:42:15.7765656Z [00:03:57.428]➜  packagefile github.com/apache/iceberg-go/catalog/internal=/tmp/go-build3998081543/b1262/_pkg_.a
2025-08-20T22:42:15.7767240Z [00:03:57.428]➜  packagefile github.com/apache/iceberg-go/io=/tmp/go-build3998081543/b1069/_pkg_.a
2025-08-20T22:42:15.7767904Z [00:03:57.428]➜  packagefile github.com/apache/iceberg-go/table=/tmp/go-build3998081543/b1222/_pkg_.a
2025-08-20T22:42:15.7768542Z [00:03:57.428]➜  packagefile github.com/apache/iceberg-go/utils=/tmp/go-build3998081543/b1084/_pkg_.a
2025-08-20T22:42:15.7769155Z [00:03:57.428]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:15.7769749Z [00:03:57.428]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3998081543/b540/_pkg_.a
2025-08-20T22:42:15.7770380Z [00:03:57.428]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3998081543/b542/_pkg_.a
2025-08-20T22:42:15.7771034Z [00:03:57.428]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue=/tmp/go-build3998081543/b1263/_pkg_.a
2025-08-20T22:42:15.7771714Z [00:03:57.428]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/types=/tmp/go-build3998081543/b1269/_pkg_.a
2025-08-20T22:42:15.7772270Z [00:03:57.428]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:15.7772688Z [00:03:57.428]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:42:15.7773112Z [00:03:57.428]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:15.7773976Z [00:03:57.428]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.7774457Z [00:03:57.428]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:15.7774766Z [00:03:57.428]➜  EOF
2025-08-20T22:42:15.7778027Z [00:03:57.428]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1261/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/glue=>github.com/apache/iceberg-go@v0.3.0/catalog/glue;$WORK/b1261=>" -p github.com/apache/iceberg-go/catalog/glue -lang=go1.24 -complete -installsuffix shared -buildid -DTJH9SiLsoasZVWJx8b/-DTJH9SiLsoasZVWJx8b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1261/importcfg -pack /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/glue/glue.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/glue/options.go /root/go/pkg/mod/github.com/flarco/iceberg-go@v0.0.0-20250705121323-8242bf566290/catalog/glue/schema.go
2025-08-20T22:42:15.7836245Z [00:03:57.436]➜  go tool buildid -w $WORK/b1441/_pkg_.a # internal
2025-08-20T22:42:15.7856991Z [00:03:57.436]➜  cp $WORK/b1441/_pkg_.a /root/.cache/go-build/53/535c8dd33c48f006f9190e3b2b485c6e634a3390b95d0703b8824d8a4676c19f-d # internal
2025-08-20T22:42:15.7857766Z [00:03:57.438]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst
2025-08-20T22:42:15.7858403Z [00:03:57.438]➜  mkdir -p $WORK/b1442/
2025-08-20T22:42:15.7859502Z [00:03:57.438]➜  cat >/tmp/go-build3998081543/b1442/importcfg << 'EOF' # internal
2025-08-20T22:42:15.7860709Z [00:03:57.439]➜  # import config
2025-08-20T22:42:15.7861075Z [00:03:57.439]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.7861400Z [00:03:57.439]➜  EOF
2025-08-20T22:42:15.7881712Z [00:03:57.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1442/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationcasefirst=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationcasefirst;$WORK/b1442=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst -lang=go1.22 -complete -installsuffix shared -buildid 2oNJ9f2DAC4W_DZFcYHM/2oNJ9f2DAC4W_DZFcYHM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1442/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationcasefirst/icucollationcasefirst.go
2025-08-20T22:42:15.8241686Z [00:03:57.476]➜  go tool buildid -w $WORK/b1442/_pkg_.a # internal
2025-08-20T22:42:15.8242525Z [00:03:57.476]➜  cp $WORK/b1442/_pkg_.a /root/.cache/go-build/59/594031e3dd6ac331da5a40d8d1307d7f4dbf3d663bef49257d3da53e580d6017-d # internal
2025-08-20T22:42:15.8243319Z [00:03:57.476]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition
2025-08-20T22:42:15.8243794Z [00:03:57.476]➜  mkdir -p $WORK/b1443/
2025-08-20T22:42:15.8244195Z [00:03:57.476]➜  cat >/tmp/go-build3998081543/b1443/importcfg << 'EOF' # internal
2025-08-20T22:42:15.8244543Z [00:03:57.476]➜  # import config
2025-08-20T22:42:15.8244891Z [00:03:57.476]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.8245208Z [00:03:57.476]➜  EOF
2025-08-20T22:42:15.8248460Z [00:03:57.476]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1443/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationdecomposition=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationdecomposition;$WORK/b1443=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition -lang=go1.22 -complete -installsuffix shared -buildid 1XAE1EN-y3bsPpLPKTPP/1XAE1EN-y3bsPpLPKTPP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1443/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationdecomposition/icucollationdecomposition.go
2025-08-20T22:42:15.8367516Z [00:03:57.488]➜  go tool buildid -w $WORK/b1443/_pkg_.a # internal
2025-08-20T22:42:15.8376799Z [00:03:57.489]➜  cp $WORK/b1443/_pkg_.a /root/.cache/go-build/59/59174307e67e4d7a0e8275f3185b73ef53d6d2c53413307b45940926cc8a278a-d # internal
2025-08-20T22:42:15.8449956Z [00:03:57.497]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength
2025-08-20T22:42:15.8450763Z [00:03:57.497]➜  mkdir -p $WORK/b1444/
2025-08-20T22:42:15.8451919Z [00:03:57.498]➜  cat >/tmp/go-build3998081543/b1444/importcfg << 'EOF' # internal
2025-08-20T22:42:15.8452499Z [00:03:57.498]➜  # import config
2025-08-20T22:42:15.8453105Z [00:03:57.498]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.8454115Z [00:03:57.498]➜  EOF
2025-08-20T22:42:15.8456972Z [00:03:57.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1444/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationstrength=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationstrength;$WORK/b1444=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength -lang=go1.22 -complete -installsuffix shared -buildid VI0PxxJ5hAJ9-BB1IYqC/VI0PxxJ5hAJ9-BB1IYqC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1444/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icucollationstrength/icucollationstrength.go
2025-08-20T22:42:15.8722755Z [00:03:57.524]➜  go tool buildid -w $WORK/b1444/_pkg_.a # internal
2025-08-20T22:42:15.8733116Z [00:03:57.526]➜  cp $WORK/b1444/_pkg_.a /root/.cache/go-build/35/35a27ae384263a825a84594d1da047aeb2c5a2d75bb2f552a8fade82385afa13-d # internal
2025-08-20T22:42:15.8769709Z [00:03:57.529]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode
2025-08-20T22:42:15.8770778Z [00:03:57.529]➜  mkdir -p $WORK/b1445/
2025-08-20T22:42:15.8804779Z [00:03:57.531]➜  cat >/tmp/go-build3998081543/b1445/importcfg << 'EOF' # internal
2025-08-20T22:42:15.8805721Z [00:03:57.531]➜  # import config
2025-08-20T22:42:15.8806744Z [00:03:57.531]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.8807270Z [00:03:57.531]➜  EOF
2025-08-20T22:42:15.8810620Z [00:03:57.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1445/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icunormalizationmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icunormalizationmode;$WORK/b1445=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode -lang=go1.22 -complete -installsuffix shared -buildid YLyPpOhTdKTjGoTgIV90/YLyPpOhTdKTjGoTgIV90 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1445/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icunormalizationmode/icunormalizationmode.go
2025-08-20T22:42:15.9162873Z [00:03:57.568]➜  go tool buildid -w $WORK/b1445/_pkg_.a # internal
2025-08-20T22:42:15.9172028Z [00:03:57.569]➜  cp $WORK/b1445/_pkg_.a /root/.cache/go-build/05/05e07b3c68422e64268b7834b6aae4aabcfad3a8a36793e80ad84dfb63a09b80-d # internal
2025-08-20T22:42:15.9179287Z [00:03:57.570]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype
2025-08-20T22:42:15.9180274Z [00:03:57.570]➜  mkdir -p $WORK/b1446/
2025-08-20T22:42:15.9190707Z [00:03:57.571]➜  cat >/tmp/go-build3998081543/b1446/importcfg << 'EOF' # internal
2025-08-20T22:42:15.9191356Z [00:03:57.571]➜  # import config
2025-08-20T22:42:15.9191994Z [00:03:57.571]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.9192548Z [00:03:57.571]➜  EOF
2025-08-20T22:42:15.9195879Z [00:03:57.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1446/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icunormalizationtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icunormalizationtype;$WORK/b1446=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype -lang=go1.22 -complete -installsuffix shared -buildid n3sXsgbBKl6_GTnpKExm/n3sXsgbBKl6_GTnpKExm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1446/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icunormalizationtype/icunormalizationtype.go
2025-08-20T22:42:15.9526233Z [00:03:57.605]➜  go tool buildid -w $WORK/b1446/_pkg_.a # internal
2025-08-20T22:42:15.9540394Z [00:03:57.606]➜  cp $WORK/b1446/_pkg_.a /root/.cache/go-build/c8/c82e57e4aed6e070682ef64acf21f0244f8cd7e009bb9c84b5e630ccf1a2e9fc-d # internal
2025-08-20T22:42:15.9548904Z [00:03:57.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection
2025-08-20T22:42:15.9549705Z [00:03:57.607]➜  mkdir -p $WORK/b1447/
2025-08-20T22:42:15.9550471Z [00:03:57.607]➜  cat >/tmp/go-build3998081543/b1447/importcfg << 'EOF' # internal
2025-08-20T22:42:15.9551081Z [00:03:57.607]➜  # import config
2025-08-20T22:42:15.9551586Z [00:03:57.607]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.9552713Z [00:03:57.607]➜  EOF
2025-08-20T22:42:15.9560358Z [00:03:57.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1447/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icutransformdirection=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icutransformdirection;$WORK/b1447=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection -lang=go1.22 -complete -installsuffix shared -buildid RH2qBDT_i3jdHijcRQgN/RH2qBDT_i3jdHijcRQgN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1447/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/icutransformdirection/icutransformdirection.go
2025-08-20T22:42:15.9809135Z [00:03:57.633]➜  go tool buildid -w $WORK/b1447/_pkg_.a # internal
2025-08-20T22:42:15.9810470Z [00:03:57.633]➜  cp $WORK/b1447/_pkg_.a /root/.cache/go-build/6a/6a2bce903a3b056d7b5610bd055dc904965c6de43402cf0bfc9e7a3cae9e7cbe-d # internal
2025-08-20T22:42:15.9819528Z [00:03:57.634]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea
2025-08-20T22:42:15.9821234Z [00:03:57.634]➜  mkdir -p $WORK/b1448/
2025-08-20T22:42:15.9830740Z [00:03:57.635]➜  cat >/tmp/go-build3998081543/b1448/importcfg << 'EOF' # internal
2025-08-20T22:42:15.9831656Z [00:03:57.635]➜  # import config
2025-08-20T22:42:15.9832320Z [00:03:57.635]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.9832905Z [00:03:57.635]➜  EOF
2025-08-20T22:42:15.9847056Z [00:03:57.637]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1448/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/impactarea=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/impactarea;$WORK/b1448=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea -lang=go1.22 -complete -installsuffix shared -buildid 3q65Cj1zn2U4XSjyfAnU/3q65Cj1zn2U4XSjyfAnU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1448/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/impactarea/impactarea.go
2025-08-20T22:42:15.9985673Z [00:03:57.650]➜  go tool buildid -w $WORK/b1448/_pkg_.a # internal
2025-08-20T22:42:15.9987856Z [00:03:57.651]➜  cp $WORK/b1448/_pkg_.a /root/.cache/go-build/23/2321ff2c6e51399ebf9ebe75401b4df12642f40e7b2a3b3e8b029de77f9853d9-d # internal
2025-08-20T22:42:15.9994036Z [00:03:57.651]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup
2025-08-20T22:42:15.9994554Z [00:03:57.651]➜  mkdir -p $WORK/b1449/
2025-08-20T22:42:15.9994945Z [00:03:57.652]➜  cat >/tmp/go-build3998081543/b1449/importcfg << 'EOF' # internal
2025-08-20T22:42:15.9995836Z [00:03:57.652]➜  # import config
2025-08-20T22:42:15.9996427Z [00:03:57.652]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:15.9996805Z [00:03:57.652]➜  EOF
2025-08-20T22:42:16.0000212Z [00:03:57.652]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1449/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexcheckonstartup=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexcheckonstartup;$WORK/b1449=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup -lang=go1.22 -complete -installsuffix shared -buildid H1PJL5EHXd_ZV1TifXn9/H1PJL5EHXd_ZV1TifXn9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1449/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexcheckonstartup/indexcheckonstartup.go
2025-08-20T22:42:16.0261952Z [00:03:57.678]➜  go tool buildid -w $WORK/b1449/_pkg_.a # internal
2025-08-20T22:42:16.0278240Z [00:03:57.678]➜  cp $WORK/b1449/_pkg_.a /root/.cache/go-build/20/20820b11ceee9d85d7633005c13b200a236face1eb617cff239235aaabb5f50d-d # internal
2025-08-20T22:42:16.0279471Z [00:03:57.678]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate
2025-08-20T22:42:16.0280271Z [00:03:57.678]➜  mkdir -p $WORK/b1450/
2025-08-20T22:42:16.0281012Z [00:03:57.680]➜  cat >/tmp/go-build3998081543/b1450/importcfg << 'EOF' # internal
2025-08-20T22:42:16.0281603Z [00:03:57.680]➜  # import config
2025-08-20T22:42:16.0282284Z [00:03:57.680]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.0282769Z [00:03:57.680]➜  EOF
2025-08-20T22:42:16.0285935Z [00:03:57.680]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1450/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexingjobstate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexingjobstate;$WORK/b1450=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate -lang=go1.22 -complete -installsuffix shared -buildid Bzu6Lja6N4E32TPe4GXj/Bzu6Lja6N4E32TPe4GXj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1450/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexingjobstate/indexingjobstate.go
2025-08-20T22:42:16.0519171Z [00:03:57.704]➜  go tool buildid -w $WORK/b1450/_pkg_.a # internal
2025-08-20T22:42:16.0523266Z [00:03:57.705]➜  cp $WORK/b1450/_pkg_.a /root/.cache/go-build/58/58fd0b543e0c60836e6fd9626dc8a2ba5d51c1ebc776f1fb434cbb7030b45087-d # internal
2025-08-20T22:42:16.0530058Z [00:03:57.705]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate
2025-08-20T22:42:16.0530817Z [00:03:57.705]➜  mkdir -p $WORK/b1451/
2025-08-20T22:42:16.0538533Z [00:03:57.706]➜  cat >/tmp/go-build3998081543/b1451/importcfg << 'EOF' # internal
2025-08-20T22:42:16.0539298Z [00:03:57.706]➜  # import config
2025-08-20T22:42:16.0540006Z [00:03:57.706]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.0541030Z [00:03:57.706]➜  EOF
2025-08-20T22:42:16.0543947Z [00:03:57.706]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1451/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexmetadatastate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexmetadatastate;$WORK/b1451=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate -lang=go1.22 -complete -installsuffix shared -buildid CtCwhq44ivgOOR2w3LxM/CtCwhq44ivgOOR2w3LxM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1451/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexmetadatastate/indexmetadatastate.go
2025-08-20T22:42:16.0758467Z [00:03:57.728]➜  go tool buildid -w $WORK/b1451/_pkg_.a # internal
2025-08-20T22:42:16.0768418Z [00:03:57.729]➜  cp $WORK/b1451/_pkg_.a /root/.cache/go-build/c0/c0d60b2010ecc8a9932d3844a375897f72524526478061d221ec51667696165a-d # internal
2025-08-20T22:42:16.0776231Z [00:03:57.730]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions
2025-08-20T22:42:16.0777361Z [00:03:57.730]➜  mkdir -p $WORK/b1452/
2025-08-20T22:42:16.0783101Z [00:03:57.731]➜  cat >/tmp/go-build3998081543/b1452/importcfg << 'EOF' # internal
2025-08-20T22:42:16.0784251Z [00:03:57.731]➜  # import config
2025-08-20T22:42:16.0784864Z [00:03:57.731]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.0785686Z [00:03:57.731]➜  EOF
2025-08-20T22:42:16.0788553Z [00:03:57.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1452/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexoptions;$WORK/b1452=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions -lang=go1.22 -complete -installsuffix shared -buildid tIxtp3jr3N4-o3T6LOdI/tIxtp3jr3N4-o3T6LOdI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1452/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexoptions/indexoptions.go
2025-08-20T22:42:16.0910113Z [00:03:57.743]➜  go tool buildid -w $WORK/b1452/_pkg_.a # internal
2025-08-20T22:42:16.0920041Z [00:03:57.744]➜  cp $WORK/b1452/_pkg_.a /root/.cache/go-build/dd/dd61ca98e4558cd2f7486e1857f77937c8d500a57375fa3d8614b14f2204b90c-d # internal
2025-08-20T22:42:16.1056875Z [00:03:57.756]➜  go tool buildid -w $WORK/b1261/_pkg_.a # internal
2025-08-20T22:42:16.1058012Z [00:03:57.757]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege
2025-08-20T22:42:16.1058823Z [00:03:57.757]➜  mkdir -p $WORK/b1453/
2025-08-20T22:42:16.1059788Z [00:03:57.757]➜  cat >/tmp/go-build3998081543/b1453/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1060177Z [00:03:57.757]➜  # import config
2025-08-20T22:42:16.1060921Z [00:03:57.757]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1061256Z [00:03:57.757]➜  EOF
2025-08-20T22:42:16.1063962Z [00:03:57.757]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1453/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexprivilege=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexprivilege;$WORK/b1453=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege -lang=go1.22 -complete -installsuffix shared -buildid btOlkHRDu_c9Y8EF77mh/btOlkHRDu_c9Y8EF77mh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1453/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexprivilege/indexprivilege.go
2025-08-20T22:42:16.1218267Z [00:03:57.774]➜  cp $WORK/b1261/_pkg_.a /root/.cache/go-build/c7/c799d4b446e77bc178132b2521cd52927102f2d06f518a2bbca669fb3b90cb48-d # internal
2025-08-20T22:42:16.1250276Z [00:03:57.777]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions
2025-08-20T22:42:16.1250878Z [00:03:57.777]➜  mkdir -p $WORK/b1454/
2025-08-20T22:42:16.1254380Z [00:03:57.778]➜  cat >/tmp/go-build3998081543/b1454/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1254767Z [00:03:57.778]➜  # import config
2025-08-20T22:42:16.1255123Z [00:03:57.778]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1255691Z [00:03:57.778]➜  EOF
2025-08-20T22:42:16.1259746Z [00:03:57.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1454/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexroutingallocationoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexroutingallocationoptions;$WORK/b1454=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions -lang=go1.22 -complete -installsuffix shared -buildid bl_QWgnEJjNzkkGwu7v_/bl_QWgnEJjNzkkGwu7v_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1454/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexroutingallocationoptions/indexroutingallocationoptions.go
2025-08-20T22:42:16.1285207Z [00:03:57.781]➜  go tool buildid -w $WORK/b1453/_pkg_.a # internal
2025-08-20T22:42:16.1289247Z [00:03:57.781]➜  cp $WORK/b1453/_pkg_.a /root/.cache/go-build/51/51c531b7ca970fca465fb4838a52a759d83892c3a555fc8cd5a71d7c71f672bd-d # internal
2025-08-20T22:42:16.1308360Z [00:03:57.783]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions
2025-08-20T22:42:16.1310997Z [00:03:57.783]➜  mkdir -p $WORK/b1455/
2025-08-20T22:42:16.1312050Z [00:03:57.783]➜  cat >/tmp/go-build3998081543/b1455/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1312433Z [00:03:57.783]➜  # import config
2025-08-20T22:42:16.1312791Z [00:03:57.783]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1313138Z [00:03:57.783]➜  EOF
2025-08-20T22:42:16.1316198Z [00:03:57.783]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1455/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexroutingrebalanceoptions=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexroutingrebalanceoptions;$WORK/b1455=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions -lang=go1.22 -complete -installsuffix shared -buildid xbiB2dWEXvY5B-eWYfH8/xbiB2dWEXvY5B-eWYfH8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1455/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indexroutingrebalanceoptions/indexroutingrebalanceoptions.go
2025-08-20T22:42:16.1411902Z [00:03:57.793]➜  go tool buildid -w $WORK/b1454/_pkg_.a # internal
2025-08-20T22:42:16.1423505Z [00:03:57.794]➜  cp $WORK/b1454/_pkg_.a /root/.cache/go-build/77/773754e39c8ecf151ec06f6aa97987e8a11d85aa6957922d042593265805c331-d # internal
2025-08-20T22:42:16.1428800Z [00:03:57.795]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus
2025-08-20T22:42:16.1429287Z [00:03:57.795]➜  mkdir -p $WORK/b1456/
2025-08-20T22:42:16.1429669Z [00:03:57.795]➜  cat >/tmp/go-build3998081543/b1456/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1430045Z [00:03:57.795]➜  # import config
2025-08-20T22:42:16.1430394Z [00:03:57.795]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1430712Z [00:03:57.795]➜  EOF
2025-08-20T22:42:16.1433719Z [00:03:57.795]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1456/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indicatorhealthstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indicatorhealthstatus;$WORK/b1456=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus -lang=go1.22 -complete -installsuffix shared -buildid QOpz0SXDV6lLCBsjRzlZ/QOpz0SXDV6lLCBsjRzlZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1456/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/indicatorhealthstatus/indicatorhealthstatus.go
2025-08-20T22:42:16.1436386Z [00:03:57.795]➜  go tool buildid -w $WORK/b1455/_pkg_.a # internal
2025-08-20T22:42:16.1437052Z [00:03:57.795]➜  cp $WORK/b1455/_pkg_.a /root/.cache/go-build/c1/c16fc488139adca1d128a6317e383ca24ac519ba3d0ad86f6ac626167264b91a-d # internal
2025-08-20T22:42:16.1438006Z [00:03:57.796]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype
2025-08-20T22:42:16.1438522Z [00:03:57.796]➜  mkdir -p $WORK/b1457/
2025-08-20T22:42:16.1448744Z [00:03:57.797]➜  cat >/tmp/go-build3998081543/b1457/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1479836Z [00:03:57.797]➜  # import config
2025-08-20T22:42:16.1480234Z [00:03:57.797]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1480956Z [00:03:57.797]➜  EOF
2025-08-20T22:42:16.1483594Z [00:03:57.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1457/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/inputtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/inputtype;$WORK/b1457=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype -lang=go1.22 -complete -installsuffix shared -buildid iWym7ECYzYyi2qJjbA92/iWym7ECYzYyi2qJjbA92 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1457/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/inputtype/inputtype.go
2025-08-20T22:42:16.1508772Z [00:03:57.803]➜  go tool buildid -w $WORK/b1337/_pkg_.a # internal
2025-08-20T22:42:16.1560093Z [00:03:57.808]➜  go tool buildid -w $WORK/b1456/_pkg_.a # internal
2025-08-20T22:42:16.1563257Z [00:03:57.809]➜  cp $WORK/b1456/_pkg_.a /root/.cache/go-build/2d/2d6d8651c903674c8838ce0c1b38415e0ead18856a175e13368ea8d7033992e8-d # internal
2025-08-20T22:42:16.1571653Z [00:03:57.810]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason
2025-08-20T22:42:16.1573046Z [00:03:57.810]➜  mkdir -p $WORK/b1458/
2025-08-20T22:42:16.1579470Z [00:03:57.810]➜  cat >/tmp/go-build3998081543/b1458/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1580462Z [00:03:57.810]➜  # import config
2025-08-20T22:42:16.1581372Z [00:03:57.810]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1582416Z [00:03:57.810]➜  EOF
2025-08-20T22:42:16.1585183Z [00:03:57.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1458/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/jobblockedreason=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/jobblockedreason;$WORK/b1458=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason -lang=go1.22 -complete -installsuffix shared -buildid QSt94dyjDdrKuX8WqXv0/QSt94dyjDdrKuX8WqXv0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1458/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/jobblockedreason/jobblockedreason.go
2025-08-20T22:42:16.1595806Z [00:03:57.812]➜  go tool buildid -w $WORK/b1457/_pkg_.a # internal
2025-08-20T22:42:16.1609004Z [00:03:57.813]➜  cp $WORK/b1457/_pkg_.a /root/.cache/go-build/dc/dc03f044a4c4e967744c53be4fce9ecce087b9336653b77f1de04c78bf3cb157-d # internal
2025-08-20T22:42:16.1610521Z [00:03:57.813]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate
2025-08-20T22:42:16.1611024Z [00:03:57.813]➜  mkdir -p $WORK/b1459/
2025-08-20T22:42:16.1611406Z [00:03:57.813]➜  cat >/tmp/go-build3998081543/b1459/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1611764Z [00:03:57.813]➜  # import config
2025-08-20T22:42:16.1612112Z [00:03:57.813]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1612441Z [00:03:57.813]➜  EOF
2025-08-20T22:42:16.1614889Z [00:03:57.813]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1459/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/jobstate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/jobstate;$WORK/b1459=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate -lang=go1.22 -complete -installsuffix shared -buildid JvJoxhxlfu1FAtq9eVcZ/JvJoxhxlfu1FAtq9eVcZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1459/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/jobstate/jobstate.go
2025-08-20T22:42:16.1703977Z [00:03:57.823]➜  go tool buildid -w $WORK/b1458/_pkg_.a # internal
2025-08-20T22:42:16.1704740Z [00:03:57.823]➜  cp $WORK/b1458/_pkg_.a /root/.cache/go-build/73/73e6a778bd2fcb4be5fd676e7f495c30d22064f5c0aa4d3a245b520bd1c5022b-d # internal
2025-08-20T22:42:16.1712867Z [00:03:57.824]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy
2025-08-20T22:42:16.1714852Z [00:03:57.824]➜  mkdir -p $WORK/b1460/
2025-08-20T22:42:16.1716199Z [00:03:57.824]➜  cat >/tmp/go-build3998081543/b1460/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1716671Z [00:03:57.824]➜  # import config
2025-08-20T22:42:16.1717031Z [00:03:57.824]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1717357Z [00:03:57.824]➜  EOF
2025-08-20T22:42:16.1720303Z [00:03:57.824]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1460/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/jsonprocessorconflictstrategy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/jsonprocessorconflictstrategy;$WORK/b1460=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy -lang=go1.22 -complete -installsuffix shared -buildid _heCwas81J4yfYSm_qKh/_heCwas81J4yfYSm_qKh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1460/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/jsonprocessorconflictstrategy/jsonprocessorconflictstrategy.go
2025-08-20T22:42:16.1765133Z [00:03:57.829]➜  go tool buildid -w $WORK/b1459/_pkg_.a # internal
2025-08-20T22:42:16.1772315Z [00:03:57.829]➜  cp $WORK/b1459/_pkg_.a /root/.cache/go-build/00/006fb1339343e53daa4fe4789f2747a58fa6027a5296442e3f6b99e41faaf7f5-d # internal
2025-08-20T22:42:16.1778553Z [00:03:57.830]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode
2025-08-20T22:42:16.1779189Z [00:03:57.830]➜  mkdir -p $WORK/b1461/
2025-08-20T22:42:16.1790033Z [00:03:57.831]➜  cat >/tmp/go-build3998081543/b1461/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1790622Z [00:03:57.831]➜  # import config
2025-08-20T22:42:16.1790996Z [00:03:57.831]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1791320Z [00:03:57.831]➜  EOF
2025-08-20T22:42:16.1796670Z [00:03:57.832]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1461/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/keeptypesmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/keeptypesmode;$WORK/b1461=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode -lang=go1.22 -complete -installsuffix shared -buildid xmJhhJrQ2EtgjqbzFbln/xmJhhJrQ2EtgjqbzFbln -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1461/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/keeptypesmode/keeptypesmode.go
2025-08-20T22:42:16.1837394Z [00:03:57.836]➜  go tool buildid -w $WORK/b1460/_pkg_.a # internal
2025-08-20T22:42:16.1848767Z [00:03:57.837]➜  cp $WORK/b1460/_pkg_.a /root/.cache/go-build/0a/0a257822a4be661eccbb657b80d9e040c13de397afb99689b7936958a6c0a369-d # internal
2025-08-20T22:42:16.1855817Z [00:03:57.838]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode
2025-08-20T22:42:16.1857181Z [00:03:57.838]➜  mkdir -p $WORK/b1462/
2025-08-20T22:42:16.1867807Z [00:03:57.839]➜  cat >/tmp/go-build3998081543/b1462/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1868557Z [00:03:57.839]➜  # import config
2025-08-20T22:42:16.1869412Z [00:03:57.839]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1869785Z [00:03:57.839]➜  EOF
2025-08-20T22:42:16.1875845Z [00:03:57.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1462/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/kuromojitokenizationmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/kuromojitokenizationmode;$WORK/b1462=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode -lang=go1.22 -complete -installsuffix shared -buildid L6gxApLb9IQAVCdETRBY/L6gxApLb9IQAVCdETRBY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1462/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/kuromojitokenizationmode/kuromojitokenizationmode.go
2025-08-20T22:42:16.1966884Z [00:03:57.849]➜  go tool buildid -w $WORK/b1461/_pkg_.a # internal
2025-08-20T22:42:16.1969577Z [00:03:57.849]➜  cp $WORK/b1461/_pkg_.a /root/.cache/go-build/34/34a5da6d9f4179b3afff5a898f51ce60de94042bbd5b9c1345e21aa2182dad92-d # internal
2025-08-20T22:42:16.1976642Z [00:03:57.850]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language
2025-08-20T22:42:16.1977076Z [00:03:57.850]➜  mkdir -p $WORK/b1463/
2025-08-20T22:42:16.1981995Z [00:03:57.851]➜  cat >/tmp/go-build3998081543/b1463/importcfg << 'EOF' # internal
2025-08-20T22:42:16.1982816Z [00:03:57.851]➜  # import config
2025-08-20T22:42:16.1983457Z [00:03:57.851]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.1984103Z [00:03:57.851]➜  EOF
2025-08-20T22:42:16.1986987Z [00:03:57.851]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1463/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/language=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/language;$WORK/b1463=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language -lang=go1.22 -complete -installsuffix shared -buildid iboP-acyPTlgcTm9ihZX/iboP-acyPTlgcTm9ihZX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1463/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/language/language.go
2025-08-20T22:42:16.2000422Z [00:03:57.852]➜  cp $WORK/b1337/_pkg_.a /root/.cache/go-build/8c/8c5e326f82f50cfcc4254719db42bdccfac989493fac7252110d48ae810580d6-d # internal
2025-08-20T22:42:16.2003198Z [00:03:57.853]➜  github.com/apache/arrow/go/v18/arrow/internal/dictutils
2025-08-20T22:42:16.2004890Z [00:03:57.853]➜  mkdir -p $WORK/b1345/
2025-08-20T22:42:16.2005892Z [00:03:57.853]➜  cat >/tmp/go-build3998081543/b1345/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2006906Z [00:03:57.853]➜  # import config
2025-08-20T22:42:16.2007669Z [00:03:57.853]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:16.2008340Z [00:03:57.853]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:16.2009097Z [00:03:57.853]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:16.2010007Z [00:03:57.853]➜  packagefile github.com/apache/arrow/go/v18/arrow/array=/tmp/go-build3998081543/b1337/_pkg_.a
2025-08-20T22:42:16.2011732Z [00:03:57.853]➜  packagefile github.com/apache/arrow/go/v18/arrow/memory=/tmp/go-build3998081543/b1332/_pkg_.a
2025-08-20T22:42:16.2012314Z [00:03:57.853]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:42:16.2012651Z [00:03:57.853]➜  EOF
2025-08-20T22:42:16.2015201Z [00:03:57.853]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1345/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/dictutils=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/dictutils;$WORK/b1345=>" -p github.com/apache/arrow/go/v18/arrow/internal/dictutils -lang=go1.22 -complete -installsuffix shared -buildid XaABHp1t1vZrooIH4fQ9/XaABHp1t1vZrooIH4fQ9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1345/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/internal/dictutils/dict.go
2025-08-20T22:42:16.2040522Z [00:03:57.856]➜  go tool buildid -w $WORK/b1462/_pkg_.a # internal
2025-08-20T22:42:16.2052799Z [00:03:57.857]➜  cp $WORK/b1462/_pkg_.a /root/.cache/go-build/91/91f5a14148500acca214a5e18e13ce24f7d73c9d17c62684db3fcbbddcdbee33-d # internal
2025-08-20T22:42:16.2055944Z [00:03:57.857]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus
2025-08-20T22:42:16.2057194Z [00:03:57.857]➜  mkdir -p $WORK/b1464/
2025-08-20T22:42:16.2057602Z [00:03:57.857]➜  cat >/tmp/go-build3998081543/b1464/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2058070Z [00:03:57.857]➜  # import config
2025-08-20T22:42:16.2058702Z [00:03:57.857]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2059093Z [00:03:57.857]➜  EOF
2025-08-20T22:42:16.2061662Z [00:03:57.858]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1464/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/licensestatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/licensestatus;$WORK/b1464=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus -lang=go1.22 -complete -installsuffix shared -buildid pp81KVCK07I59ndY3VUW/pp81KVCK07I59ndY3VUW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1464/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/licensestatus/licensestatus.go
2025-08-20T22:42:16.2171227Z [00:03:57.869]➜  go tool buildid -w $WORK/b1464/_pkg_.a # internal
2025-08-20T22:42:16.2172046Z [00:03:57.869]➜  cp $WORK/b1464/_pkg_.a /root/.cache/go-build/30/3026c5bcdbd1b18a8386d1e659f01f61b5e703afd17aa3dd4b68cc83d25b1cfa-d # internal
2025-08-20T22:42:16.2176068Z [00:03:57.870]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype
2025-08-20T22:42:16.2176911Z [00:03:57.870]➜  mkdir -p $WORK/b1465/
2025-08-20T22:42:16.2190260Z [00:03:57.871]➜  cat >/tmp/go-build3998081543/b1465/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2190982Z [00:03:57.871]➜  # import config
2025-08-20T22:42:16.2192149Z [00:03:57.871]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2192574Z [00:03:57.871]➜  EOF
2025-08-20T22:42:16.2195138Z [00:03:57.872]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1465/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/licensetype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/licensetype;$WORK/b1465=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype -lang=go1.22 -complete -installsuffix shared -buildid 4R0j8UsXuILq3bJEadZk/4R0j8UsXuILq3bJEadZk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1465/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/licensetype/licensetype.go
2025-08-20T22:42:16.2292945Z [00:03:57.882]➜  go tool buildid -w $WORK/b1463/_pkg_.a # internal
2025-08-20T22:42:16.2298347Z [00:03:57.882]➜  cp $WORK/b1463/_pkg_.a /root/.cache/go-build/1e/1e812ac60e12093f7997c5deca23ae9279d5112177260d05ebadd5221caa2545-d # internal
2025-08-20T22:42:16.2300501Z [00:03:57.882]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode
2025-08-20T22:42:16.2300987Z [00:03:57.882]➜  mkdir -p $WORK/b1466/
2025-08-20T22:42:16.2326937Z [00:03:57.883]➜  cat >/tmp/go-build3998081543/b1466/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2328276Z [00:03:57.883]➜  # import config
2025-08-20T22:42:16.2329004Z [00:03:57.883]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2329345Z [00:03:57.883]➜  EOF
2025-08-20T22:42:16.2332143Z [00:03:57.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1466/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/lifecycleoperationmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/lifecycleoperationmode;$WORK/b1466=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode -lang=go1.22 -complete -installsuffix shared -buildid fdQl9ZCjAChEodQhWxRH/fdQl9ZCjAChEodQhWxRH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1466/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/lifecycleoperationmode/lifecycleoperationmode.go
2025-08-20T22:42:16.2411997Z [00:03:57.893]➜  go tool buildid -w $WORK/b1465/_pkg_.a # internal
2025-08-20T22:42:16.2419889Z [00:03:57.894]➜  cp $WORK/b1465/_pkg_.a /root/.cache/go-build/a9/a9acebd3835bccf7d11af5aac8b262647ce098109ef07146938e33ce4a300239-d # internal
2025-08-20T22:42:16.2421426Z [00:03:57.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby
2025-08-20T22:42:16.2423770Z [00:03:57.894]➜  mkdir -p $WORK/b1467/
2025-08-20T22:42:16.2424171Z [00:03:57.894]➜  cat >/tmp/go-build3998081543/b1467/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2424525Z [00:03:57.894]➜  # import config
2025-08-20T22:42:16.2424871Z [00:03:57.894]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2425200Z [00:03:57.894]➜  EOF
2025-08-20T22:42:16.2427904Z [00:03:57.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1467/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/managedby=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/managedby;$WORK/b1467=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby -lang=go1.22 -complete -installsuffix shared -buildid emO5wNBXCRD4H6qVo3dz/emO5wNBXCRD4H6qVo3dz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1467/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/managedby/managedby.go
2025-08-20T22:42:16.2444911Z [00:03:57.897]➜  go tool buildid -w $WORK/b1466/_pkg_.a # internal
2025-08-20T22:42:16.2451624Z [00:03:57.897]➜  cp $WORK/b1466/_pkg_.a /root/.cache/go-build/3c/3ce80667c346d77dd8f806d3e82f01f980b93eafe523309c9b6a83f235577ef5-d # internal
2025-08-20T22:42:16.2453906Z [00:03:57.898]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype
2025-08-20T22:42:16.2454738Z [00:03:57.898]➜  mkdir -p $WORK/b1468/
2025-08-20T22:42:16.2457719Z [00:03:57.898]➜  cat >/tmp/go-build3998081543/b1468/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2458086Z [00:03:57.898]➜  # import config
2025-08-20T22:42:16.2458436Z [00:03:57.898]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2459053Z [00:03:57.898]➜  EOF
2025-08-20T22:42:16.2461523Z [00:03:57.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1468/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/matchtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/matchtype;$WORK/b1468=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype -lang=go1.22 -complete -installsuffix shared -buildid sZELOAmmY_7ED7zpvypk/sZELOAmmY_7ED7zpvypk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1468/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/matchtype/matchtype.go
2025-08-20T22:42:16.2525881Z [00:03:57.903]➜  go tool buildid -w $WORK/b1345/_pkg_.a # internal
2025-08-20T22:42:16.2527730Z [00:03:57.905]➜  cp $WORK/b1345/_pkg_.a /root/.cache/go-build/c3/c3ee90c34665ec3c14a4b65e5cad86d4a70498d0652dd19b1eb5ff062127c3c2-d # internal
2025-08-20T22:42:16.2531785Z [00:03:57.906]➜  github.com/apache/arrow/go/v18/arrow/ipc
2025-08-20T22:42:16.2532499Z [00:03:57.906]➜  mkdir -p $WORK/b1342/
2025-08-20T22:42:16.2535868Z [00:03:57.906]➜  cat >/tmp/go-build3998081543/b1342/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2538480Z [00:03:57.906]➜  # import config
2025-08-20T22:42:16.2539118Z [00:03:57.906]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:16.2539685Z [00:03:57.906]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:16.2540296Z [00:03:57.906]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:16.2540966Z [00:03:57.906]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:16.2541521Z [00:03:57.906]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:16.2542142Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:16.2542893Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow/array=/tmp/go-build3998081543/b1337/_pkg_.a
2025-08-20T22:42:16.2543725Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow/arrio=/tmp/go-build3998081543/b1343/_pkg_.a
2025-08-20T22:42:16.2544508Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow/bitutil=/tmp/go-build3998081543/b1328/_pkg_.a
2025-08-20T22:42:16.2545282Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow/endian=/tmp/go-build3998081543/b1329/_pkg_.a
2025-08-20T22:42:16.2546241Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal=/tmp/go-build3998081543/b1344/_pkg_.a
2025-08-20T22:42:16.2547117Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/debug=/tmp/go-build3998081543/b1330/_pkg_.a
2025-08-20T22:42:16.2547918Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/dictutils=/tmp/go-build3998081543/b1345/_pkg_.a
2025-08-20T22:42:16.2548695Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/flatbuf=/tmp/go-build3998081543/b1331/_pkg_.a
2025-08-20T22:42:16.2549437Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/arrow/memory=/tmp/go-build3998081543/b1332/_pkg_.a
2025-08-20T22:42:16.2550133Z [00:03:57.906]➜  packagefile github.com/apache/arrow/go/v18/internal/utils=/tmp/go-build3998081543/b1340/_pkg_.a
2025-08-20T22:42:16.2550778Z [00:03:57.906]➜  packagefile github.com/google/flatbuffers/go=/tmp/go-build3998081543/b355/_pkg_.a
2025-08-20T22:42:16.2551437Z [00:03:57.906]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:42:16.2552294Z [00:03:57.906]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3998081543/b405/_pkg_.a
2025-08-20T22:42:16.2552869Z [00:03:57.906]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:16.2553280Z [00:03:57.906]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:16.2553708Z [00:03:57.906]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:16.2554342Z [00:03:57.906]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:16.2554766Z [00:03:57.906]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:16.2555199Z [00:03:57.906]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:16.2556148Z [00:03:57.906]➜  EOF
2025-08-20T22:42:16.2563457Z [00:03:57.906]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1342/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc=>github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc;$WORK/b1342=>" -p github.com/apache/arrow/go/v18/arrow/ipc -lang=go1.22 -complete -installsuffix shared -buildid Mlemap--k4V2RiargA8r/Mlemap--k4V2RiargA8r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1342/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc/compression.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc/endian_swap.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc/file_reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc/file_writer.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc/ipc.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc/message.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc/metadata.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc/reader.go /root/go/pkg/mod/github.com/apache/arrow/go/v18@v18.0.0-20241007013041-ab95a4d25142/arrow/ipc/writer.go
2025-08-20T22:42:16.2581865Z [00:03:57.910]➜  go tool buildid -w $WORK/b1467/_pkg_.a # internal
2025-08-20T22:42:16.2591576Z [00:03:57.911]➜  go tool buildid -w $WORK/b1468/_pkg_.a # internal
2025-08-20T22:42:16.2599893Z [00:03:57.912]➜  cp $WORK/b1467/_pkg_.a /root/.cache/go-build/b1/b1220b65da015e4caa59a613dbb24f714512de676b697d226f4274fe1e97ec8b-d # internal
2025-08-20T22:42:16.2614649Z [00:03:57.914]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus
2025-08-20T22:42:16.2615171Z [00:03:57.914]➜  mkdir -p $WORK/b1469/
2025-08-20T22:42:16.2619681Z [00:03:57.914]➜  cp $WORK/b1468/_pkg_.a /root/.cache/go-build/4b/4bd28a96f0bd4af6d6872a157aea34f22d932fcf4f5f9dbed8c173c5ece36ee6-d # internal
2025-08-20T22:42:16.2620415Z [00:03:57.914]➜  cat >/tmp/go-build3998081543/b1469/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2620767Z [00:03:57.914]➜  # import config
2025-08-20T22:42:16.2621118Z [00:03:57.914]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2621437Z [00:03:57.914]➜  EOF
2025-08-20T22:42:16.2623970Z [00:03:57.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1469/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/memorystatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/memorystatus;$WORK/b1469=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus -lang=go1.22 -complete -installsuffix shared -buildid hyn5WEUE73McirTUJWZK/hyn5WEUE73McirTUJWZK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1469/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/memorystatus/memorystatus.go
2025-08-20T22:42:16.2637877Z [00:03:57.914]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric
2025-08-20T22:42:16.2638595Z [00:03:57.914]➜  mkdir -p $WORK/b1470/
2025-08-20T22:42:16.2639065Z [00:03:57.915]➜  cat >/tmp/go-build3998081543/b1470/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2639413Z [00:03:57.915]➜  # import config
2025-08-20T22:42:16.2639760Z [00:03:57.915]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2640076Z [00:03:57.915]➜  EOF
2025-08-20T22:42:16.2642686Z [00:03:57.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1470/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/metric=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/metric;$WORK/b1470=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric -lang=go1.22 -complete -installsuffix shared -buildid QBuge2GT3Akvs70DatSt/QBuge2GT3Akvs70DatSt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1470/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/metric/metric.go
2025-08-20T22:42:16.2737735Z [00:03:57.926]➜  go tool buildid -w $WORK/b1469/_pkg_.a # internal
2025-08-20T22:42:16.2749511Z [00:03:57.926]➜  cp $WORK/b1469/_pkg_.a /root/.cache/go-build/73/7345f6305308114fd23c90dc3133d7d0fa4515da1831d9e7f05d78e2ed27b62a-d # internal
2025-08-20T22:42:16.2750286Z [00:03:57.926]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus
2025-08-20T22:42:16.2751010Z [00:03:57.926]➜  mkdir -p $WORK/b1471/
2025-08-20T22:42:16.2751509Z [00:03:57.927]➜  cat >/tmp/go-build3998081543/b1471/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2752451Z [00:03:57.927]➜  # import config
2025-08-20T22:42:16.2753165Z [00:03:57.927]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2753805Z [00:03:57.927]➜  EOF
2025-08-20T22:42:16.2757215Z [00:03:57.927]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1471/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/migrationstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/migrationstatus;$WORK/b1471=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus -lang=go1.22 -complete -installsuffix shared -buildid RTEQk-tt7hdDAzp4V-4q/RTEQk-tt7hdDAzp4V-4q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1471/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/migrationstatus/migrationstatus.go
2025-08-20T22:42:16.2785053Z [00:03:57.931]➜  go tool buildid -w $WORK/b1470/_pkg_.a # internal
2025-08-20T22:42:16.2789547Z [00:03:57.931]➜  cp $WORK/b1470/_pkg_.a /root/.cache/go-build/b0/b013f515c764a207c7b25febf78c2f769ef1805d89d28c3dfb87aa8123e30cd6-d # internal
2025-08-20T22:42:16.2794538Z [00:03:57.932]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval
2025-08-20T22:42:16.2799044Z [00:03:57.932]➜  mkdir -p $WORK/b1472/
2025-08-20T22:42:16.2811585Z [00:03:57.932]➜  cat >/tmp/go-build3998081543/b1472/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2812122Z [00:03:57.932]➜  # import config
2025-08-20T22:42:16.2817068Z [00:03:57.932]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2817589Z [00:03:57.932]➜  EOF
2025-08-20T22:42:16.2820734Z [00:03:57.934]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1472/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/minimuminterval=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/minimuminterval;$WORK/b1472=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval -lang=go1.22 -complete -installsuffix shared -buildid -bwzMO6DvPx4uyJpbtlV/-bwzMO6DvPx4uyJpbtlV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1472/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/minimuminterval/minimuminterval.go
2025-08-20T22:42:16.2915299Z [00:03:57.944]➜  go tool buildid -w $WORK/b1471/_pkg_.a # internal
2025-08-20T22:42:16.2920134Z [00:03:57.944]➜  cp $WORK/b1471/_pkg_.a /root/.cache/go-build/8e/8ecfa59c451cc38374a6a66fbd7b32d9e5d08c9103da32d4411eedb199cf3b16-d # internal
2025-08-20T22:42:16.2923285Z [00:03:57.945]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder
2025-08-20T22:42:16.2924755Z [00:03:57.945]➜  mkdir -p $WORK/b1473/
2025-08-20T22:42:16.2926970Z [00:03:57.945]➜  cat >/tmp/go-build3998081543/b1473/importcfg << 'EOF' # internal
2025-08-20T22:42:16.2927925Z [00:03:57.945]➜  # import config
2025-08-20T22:42:16.2929038Z [00:03:57.945]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.2929973Z [00:03:57.945]➜  EOF
2025-08-20T22:42:16.2933005Z [00:03:57.945]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1473/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/missingorder=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/missingorder;$WORK/b1473=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder -lang=go1.22 -complete -installsuffix shared -buildid KAWCwwyMTucYBSm-eKTP/KAWCwwyMTucYBSm-eKTP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1473/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/missingorder/missingorder.go
2025-08-20T22:42:16.2982464Z [00:03:57.951]➜  go tool buildid -w $WORK/b1472/_pkg_.a # internal
2025-08-20T22:42:16.2991391Z [00:03:57.951]➜  cp $WORK/b1472/_pkg_.a /root/.cache/go-build/14/14a2fc969832375e135bd84c3034f04cbcf308be659284c9238dc4a32f8db8a9-d # internal
2025-08-20T22:42:16.3001774Z [00:03:57.953]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month
2025-08-20T22:42:16.3002213Z [00:03:57.953]➜  mkdir -p $WORK/b1474/
2025-08-20T22:42:16.3016836Z [00:03:57.953]➜  cat >/tmp/go-build3998081543/b1474/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3017804Z [00:03:57.953]➜  # import config
2025-08-20T22:42:16.3018238Z [00:03:57.953]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3018577Z [00:03:57.953]➜  EOF
2025-08-20T22:42:16.3037125Z [00:03:57.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1474/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/month=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/month;$WORK/b1474=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month -lang=go1.22 -complete -installsuffix shared -buildid LRfBGMoFm7jPJYbZe554/LRfBGMoFm7jPJYbZe554 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1474/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/month/month.go
2025-08-20T22:42:16.3087877Z [00:03:57.961]➜  go tool buildid -w $WORK/b1473/_pkg_.a # internal
2025-08-20T22:42:16.3089876Z [00:03:57.961]➜  cp $WORK/b1473/_pkg_.a /root/.cache/go-build/39/39375c78133607ae6d9d1494a67a536718f8790aaec0ed7c58c5ea44a9c06b71-d # internal
2025-08-20T22:42:16.3092598Z [00:03:57.962]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode
2025-08-20T22:42:16.3093061Z [00:03:57.962]➜  mkdir -p $WORK/b1475/
2025-08-20T22:42:16.3094220Z [00:03:57.962]➜  cat >/tmp/go-build3998081543/b1475/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3094593Z [00:03:57.962]➜  # import config
2025-08-20T22:42:16.3095502Z [00:03:57.962]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3095901Z [00:03:57.962]➜  EOF
2025-08-20T22:42:16.3099996Z [00:03:57.962]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1475/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/multivaluemode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/multivaluemode;$WORK/b1475=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode -lang=go1.22 -complete -installsuffix shared -buildid nzSO4mRFpNpueI5_zvy1/nzSO4mRFpNpueI5_zvy1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1475/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/multivaluemode/multivaluemode.go
2025-08-20T22:42:16.3181921Z [00:03:57.970]➜  go tool buildid -w $WORK/b1474/_pkg_.a # internal
2025-08-20T22:42:16.3190947Z [00:03:57.971]➜  cp $WORK/b1474/_pkg_.a /root/.cache/go-build/e1/e1c29cc81a69eee285c0ba332963b97423f7a2fa18a843f19e61924958076d7f-d # internal
2025-08-20T22:42:16.3206822Z [00:03:57.973]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole
2025-08-20T22:42:16.3208222Z [00:03:57.973]➜  mkdir -p $WORK/b1476/
2025-08-20T22:42:16.3214197Z [00:03:57.974]➜  cat >/tmp/go-build3998081543/b1476/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3216094Z [00:03:57.974]➜  # import config
2025-08-20T22:42:16.3216459Z [00:03:57.974]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3216783Z [00:03:57.974]➜  EOF
2025-08-20T22:42:16.3219431Z [00:03:57.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1476/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/noderole=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/noderole;$WORK/b1476=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole -lang=go1.22 -complete -installsuffix shared -buildid Ogo3jykkimkgD8e09rMI/Ogo3jykkimkgD8e09rMI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1476/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/noderole/noderole.go
2025-08-20T22:42:16.3243096Z [00:03:57.977]➜  go tool buildid -w $WORK/b1475/_pkg_.a # internal
2025-08-20T22:42:16.3252342Z [00:03:57.978]➜  cp $WORK/b1475/_pkg_.a /root/.cache/go-build/3b/3b17170e2670decc0fdcdc2e17595541f72feeddc00cada33df99f941885e68c-d # internal
2025-08-20T22:42:16.3259300Z [00:03:57.978]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode
2025-08-20T22:42:16.3259833Z [00:03:57.978]➜  mkdir -p $WORK/b1477/
2025-08-20T22:42:16.3260218Z [00:03:57.978]➜  cat >/tmp/go-build3998081543/b1477/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3260569Z [00:03:57.978]➜  # import config
2025-08-20T22:42:16.3260920Z [00:03:57.978]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3261239Z [00:03:57.978]➜  EOF
2025-08-20T22:42:16.3263948Z [00:03:57.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1477/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/noridecompoundmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/noridecompoundmode;$WORK/b1477=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode -lang=go1.22 -complete -installsuffix shared -buildid mKF6liSko9TC07_Rx2Je/mKF6liSko9TC07_Rx2Je -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1477/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/noridecompoundmode/noridecompoundmode.go
2025-08-20T22:42:16.3405320Z [00:03:57.993]➜  go tool buildid -w $WORK/b1476/_pkg_.a # internal
2025-08-20T22:42:16.3406224Z [00:03:57.993]➜  cp $WORK/b1476/_pkg_.a /root/.cache/go-build/a2/a21d4dffd32b2cf2d4b91abad75ef83f06d91489ebcf0fc7da9bb332f415a129-d # internal
2025-08-20T22:42:16.3407153Z [00:03:57.993]➜  go tool buildid -w $WORK/b1477/_pkg_.a # internal
2025-08-20T22:42:16.3407835Z [00:03:57.993]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization
2025-08-20T22:42:16.3408393Z [00:03:57.993]➜  mkdir -p $WORK/b1478/
2025-08-20T22:42:16.3409111Z [00:03:57.993]➜  cp $WORK/b1477/_pkg_.a /root/.cache/go-build/37/372656b670ef34479f66253546cb188c62d74e823d0abcba825b5f60b91a1983-d # internal
2025-08-20T22:42:16.3409874Z [00:03:57.993]➜  cat >/tmp/go-build3998081543/b1478/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3410335Z [00:03:57.993]➜  # import config
2025-08-20T22:42:16.3411113Z [00:03:57.993]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3411628Z [00:03:57.993]➜  EOF
2025-08-20T22:42:16.3414224Z [00:03:57.993]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1478/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/normalization=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/normalization;$WORK/b1478=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization -lang=go1.22 -complete -installsuffix shared -buildid J1YwruU6W0xbzUDIOc58/J1YwruU6W0xbzUDIOc58 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1478/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/normalization/normalization.go
2025-08-20T22:42:16.3416967Z [00:03:57.993]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod
2025-08-20T22:42:16.3428378Z [00:03:57.993]➜  mkdir -p $WORK/b1479/
2025-08-20T22:42:16.3429010Z [00:03:57.994]➜  cat >/tmp/go-build3998081543/b1479/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3429369Z [00:03:57.994]➜  # import config
2025-08-20T22:42:16.3429716Z [00:03:57.994]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3430037Z [00:03:57.994]➜  EOF
2025-08-20T22:42:16.3440661Z [00:03:57.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1479/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/normalizemethod=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/normalizemethod;$WORK/b1479=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod -lang=go1.22 -complete -installsuffix shared -buildid U54MFD2bPuPy7aB20BG-/U54MFD2bPuPy7aB20BG- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1479/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/normalizemethod/normalizemethod.go
2025-08-20T22:42:16.3530588Z [00:03:58.005]➜  go tool buildid -w $WORK/b1478/_pkg_.a # internal
2025-08-20T22:42:16.3533522Z [00:03:58.005]➜  cp $WORK/b1478/_pkg_.a /root/.cache/go-build/13/13d82af97aca106fb699fc2afb997cc95bd8756f1d400748a3c4eb05e6002dfa-d # internal
2025-08-20T22:42:16.3541373Z [00:03:58.006]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat
2025-08-20T22:42:16.3541876Z [00:03:58.006]➜  mkdir -p $WORK/b1480/
2025-08-20T22:42:16.3542280Z [00:03:58.006]➜  cat >/tmp/go-build3998081543/b1480/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3542634Z [00:03:58.006]➜  # import config
2025-08-20T22:42:16.3542989Z [00:03:58.006]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3543311Z [00:03:58.006]➜  EOF
2025-08-20T22:42:16.3546191Z [00:03:58.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1480/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/numericfielddataformat=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/numericfielddataformat;$WORK/b1480=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat -lang=go1.22 -complete -installsuffix shared -buildid LLV0X_LGt2ECqFbbM0NR/LLV0X_LGt2ECqFbbM0NR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1480/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/numericfielddataformat/numericfielddataformat.go
2025-08-20T22:42:16.3629834Z [00:03:58.015]➜  go tool buildid -w $WORK/b1479/_pkg_.a # internal
2025-08-20T22:42:16.3639465Z [00:03:58.015]➜  cp $WORK/b1479/_pkg_.a /root/.cache/go-build/fe/fe7dd903f698ce653f40a5df09287464b2f78da856e2047b37e619610269e422-d # internal
2025-08-20T22:42:16.3640205Z [00:03:58.016]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror
2025-08-20T22:42:16.3640629Z [00:03:58.016]➜  mkdir -p $WORK/b1481/
2025-08-20T22:42:16.3648895Z [00:03:58.017]➜  cat >/tmp/go-build3998081543/b1481/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3649347Z [00:03:58.017]➜  # import config
2025-08-20T22:42:16.3649704Z [00:03:58.017]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3650028Z [00:03:58.017]➜  EOF
2025-08-20T22:42:16.3652596Z [00:03:58.017]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1481/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/onscripterror=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/onscripterror;$WORK/b1481=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror -lang=go1.22 -complete -installsuffix shared -buildid X7ZpwTDdfUgqEk3iP-X9/X7ZpwTDdfUgqEk3iP-X9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1481/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/onscripterror/onscripterror.go
2025-08-20T22:42:16.3685802Z [00:03:58.021]➜  go tool buildid -w $WORK/b1480/_pkg_.a # internal
2025-08-20T22:42:16.3689645Z [00:03:58.021]➜  cp $WORK/b1480/_pkg_.a /root/.cache/go-build/7b/7b79fded7efde10fdb93f14c92791e1aca43bc699fda9ba808e81445921d08af-d # internal
2025-08-20T22:42:16.3695804Z [00:03:58.022]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator
2025-08-20T22:42:16.3696786Z [00:03:58.022]➜  mkdir -p $WORK/b1482/
2025-08-20T22:42:16.3697749Z [00:03:58.022]➜  cat >/tmp/go-build3998081543/b1482/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3698651Z [00:03:58.022]➜  # import config
2025-08-20T22:42:16.3699360Z [00:03:58.022]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3700008Z [00:03:58.022]➜  EOF
2025-08-20T22:42:16.3702623Z [00:03:58.022]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1482/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/operator=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/operator;$WORK/b1482=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator -lang=go1.22 -complete -installsuffix shared -buildid sYtp2yRPmIkUJSj_QyRy/sYtp2yRPmIkUJSj_QyRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1482/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/operator/operator.go
2025-08-20T22:42:16.3866964Z [00:03:58.039]➜  go tool buildid -w $WORK/b1481/_pkg_.a # internal
2025-08-20T22:42:16.3867955Z [00:03:58.039]➜  cp $WORK/b1481/_pkg_.a /root/.cache/go-build/9a/9a4ef200e70750654abda397521f410a1d9739e5c9b60f364f47ac967aeb0896-d # internal
2025-08-20T22:42:16.3873279Z [00:03:58.040]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype
2025-08-20T22:42:16.3874036Z [00:03:58.040]➜  mkdir -p $WORK/b1483/
2025-08-20T22:42:16.3874999Z [00:03:58.040]➜  cat >/tmp/go-build3998081543/b1483/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3875629Z [00:03:58.040]➜  # import config
2025-08-20T22:42:16.3876071Z [00:03:58.040]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3876398Z [00:03:58.040]➜  EOF
2025-08-20T22:42:16.3878821Z [00:03:58.040]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1483/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/optype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/optype;$WORK/b1483=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype -lang=go1.22 -complete -installsuffix shared -buildid p8Qa-6fuCz3xDmzZA-I8/p8Qa-6fuCz3xDmzZA-I8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1483/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/optype/optype.go
2025-08-20T22:42:16.3886821Z [00:03:58.041]➜  go tool buildid -w $WORK/b1482/_pkg_.a # internal
2025-08-20T22:42:16.3887523Z [00:03:58.041]➜  cp $WORK/b1482/_pkg_.a /root/.cache/go-build/45/4503386978982304f1d51a504802f385574988d512b015e892e9583b1d0a5a29-d # internal
2025-08-20T22:42:16.3898769Z [00:03:58.042]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype
2025-08-20T22:42:16.3899461Z [00:03:58.042]➜  mkdir -p $WORK/b1484/
2025-08-20T22:42:16.3910423Z [00:03:58.043]➜  cat >/tmp/go-build3998081543/b1484/importcfg << 'EOF' # internal
2025-08-20T22:42:16.3911175Z [00:03:58.043]➜  # import config
2025-08-20T22:42:16.3912032Z [00:03:58.043]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.3912429Z [00:03:58.043]➜  EOF
2025-08-20T22:42:16.3915184Z [00:03:58.043]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1484/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/pagerdutycontexttype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/pagerdutycontexttype;$WORK/b1484=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype -lang=go1.22 -complete -installsuffix shared -buildid hT8k9-VIQaT_JFrdsxw-/hT8k9-VIQaT_JFrdsxw- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1484/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/pagerdutycontexttype/pagerdutycontexttype.go
2025-08-20T22:42:16.4021901Z [00:03:58.055]➜  go tool buildid -w $WORK/b1483/_pkg_.a # internal
2025-08-20T22:42:16.4030115Z [00:03:58.055]➜  go tool buildid -w $WORK/b1484/_pkg_.a # internal
2025-08-20T22:42:16.4031972Z [00:03:58.056]➜  cp $WORK/b1483/_pkg_.a /root/.cache/go-build/89/898b19181d51f584aa81843e4b54b74945af6b102d34bd3c619c36d7edc8bc9f-d # internal
2025-08-20T22:42:16.4035603Z [00:03:58.056]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype
2025-08-20T22:42:16.4036141Z [00:03:58.056]➜  mkdir -p $WORK/b1485/
2025-08-20T22:42:16.4040034Z [00:03:58.056]➜  cp $WORK/b1484/_pkg_.a /root/.cache/go-build/45/45d58950f4e14f908018786e270ae647e17b99b1c0791318be9db864080d6577-d # internal
2025-08-20T22:42:16.4057964Z [00:03:58.058]➜  cat >/tmp/go-build3998081543/b1485/importcfg << 'EOF' # internal
2025-08-20T22:42:16.4058470Z [00:03:58.058]➜  # import config
2025-08-20T22:42:16.4058831Z [00:03:58.058]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.4059156Z [00:03:58.058]➜  EOF
2025-08-20T22:42:16.4061881Z [00:03:58.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1485/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/pagerdutyeventtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/pagerdutyeventtype;$WORK/b1485=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype -lang=go1.22 -complete -installsuffix shared -buildid CAJVd0nL4Z8E9TbNXpUR/CAJVd0nL4Z8E9TbNXpUR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1485/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/pagerdutyeventtype/pagerdutyeventtype.go
2025-08-20T22:42:16.4064406Z [00:03:58.058]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder
2025-08-20T22:42:16.4064828Z [00:03:58.058]➜  mkdir -p $WORK/b1486/
2025-08-20T22:42:16.4065208Z [00:03:58.058]➜  cat >/tmp/go-build3998081543/b1486/importcfg << 'EOF' # internal
2025-08-20T22:42:16.4068436Z [00:03:58.058]➜  # import config
2025-08-20T22:42:16.4068860Z [00:03:58.058]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.4069707Z [00:03:58.058]➜  EOF
2025-08-20T22:42:16.4073022Z [00:03:58.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1486/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticencoder=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticencoder;$WORK/b1486=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder -lang=go1.22 -complete -installsuffix shared -buildid uAEiouSVqk4NSWwKMZna/uAEiouSVqk4NSWwKMZna -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1486/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticencoder/phoneticencoder.go
2025-08-20T22:42:16.4171038Z [00:03:58.069]➜  go tool buildid -w $WORK/b1485/_pkg_.a # internal
2025-08-20T22:42:16.4174460Z [00:03:58.069]➜  cp $WORK/b1485/_pkg_.a /root/.cache/go-build/6a/6a90e2ca3b47572076deee8c75101a97da27402222f0c19bed739712b472ee4d-d # internal
2025-08-20T22:42:16.4194911Z [00:03:58.071]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage
2025-08-20T22:42:16.4196651Z [00:03:58.071]➜  mkdir -p $WORK/b1487/
2025-08-20T22:42:16.4197532Z [00:03:58.071]➜  cat >/tmp/go-build3998081543/b1487/importcfg << 'EOF' # internal
2025-08-20T22:42:16.4198385Z [00:03:58.071]➜  # import config
2025-08-20T22:42:16.4198800Z [00:03:58.071]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.4199131Z [00:03:58.071]➜  EOF
2025-08-20T22:42:16.4202133Z [00:03:58.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1487/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticlanguage=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticlanguage;$WORK/b1487=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage -lang=go1.22 -complete -installsuffix shared -buildid IsZSjwxFuwud1a5Vkcai/IsZSjwxFuwud1a5Vkcai -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1487/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticlanguage/phoneticlanguage.go
2025-08-20T22:42:16.4273087Z [00:03:58.080]➜  go tool buildid -w $WORK/b1486/_pkg_.a # internal
2025-08-20T22:42:16.4285123Z [00:03:58.081]➜  cp $WORK/b1486/_pkg_.a /root/.cache/go-build/41/41e43c1c9bff51519cba934686fead65a629b0f732aa6b151c17f624e28ec969-d # internal
2025-08-20T22:42:16.4297705Z [00:03:58.082]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype
2025-08-20T22:42:16.4304797Z [00:03:58.083]➜  mkdir -p $WORK/b1488/
2025-08-20T22:42:16.4317441Z [00:03:58.084]➜  cat >/tmp/go-build3998081543/b1488/importcfg << 'EOF' # internal
2025-08-20T22:42:16.4317835Z [00:03:58.084]➜  # import config
2025-08-20T22:42:16.4318192Z [00:03:58.084]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.4318515Z [00:03:58.084]➜  EOF
2025-08-20T22:42:16.4321169Z [00:03:58.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1488/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticnametype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticnametype;$WORK/b1488=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype -lang=go1.22 -complete -installsuffix shared -buildid TfmqPz4QD4v6m8XyP7e_/TfmqPz4QD4v6m8XyP7e_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1488/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticnametype/phoneticnametype.go
2025-08-20T22:42:16.4399237Z [00:03:58.092]➜  go tool buildid -w $WORK/b1487/_pkg_.a # internal
2025-08-20T22:42:16.4404416Z [00:03:58.093]➜  cp $WORK/b1487/_pkg_.a /root/.cache/go-build/54/54f9d90a8f2cad006bf3e78fa975ac25720d6e88e083955446e753e2e0297257-d # internal
2025-08-20T22:42:16.4418304Z [00:03:58.094]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype
2025-08-20T22:42:16.4419163Z [00:03:58.094]➜  mkdir -p $WORK/b1489/
2025-08-20T22:42:16.4423414Z [00:03:58.095]➜  cat >/tmp/go-build3998081543/b1489/importcfg << 'EOF' # internal
2025-08-20T22:42:16.4423819Z [00:03:58.095]➜  # import config
2025-08-20T22:42:16.4424181Z [00:03:58.095]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.4424504Z [00:03:58.095]➜  EOF
2025-08-20T22:42:16.4433298Z [00:03:58.095]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1489/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticruletype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticruletype;$WORK/b1489=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype -lang=go1.22 -complete -installsuffix shared -buildid yLIS9oNb1dnWJo27PLEn/yLIS9oNb1dnWJo27PLEn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1489/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/phoneticruletype/phoneticruletype.go
2025-08-20T22:42:16.4536454Z [00:03:58.106]➜  go tool buildid -w $WORK/b1488/_pkg_.a # internal
2025-08-20T22:42:16.4547806Z [00:03:58.107]➜  cp $WORK/b1488/_pkg_.a /root/.cache/go-build/1c/1cab17eaa7ad2a83b97b2b93ef3534213836644611568a0a327735f2433c00e3-d # internal
2025-08-20T22:42:16.4560985Z [00:03:58.108]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype
2025-08-20T22:42:16.4573347Z [00:03:58.110]➜  mkdir -p $WORK/b1490/
2025-08-20T22:42:16.4574143Z [00:03:58.110]➜  cat >/tmp/go-build3998081543/b1490/importcfg << 'EOF' # internal
2025-08-20T22:42:16.4574982Z [00:03:58.110]➜  # import config
2025-08-20T22:42:16.4575609Z [00:03:58.110]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.4576004Z [00:03:58.110]➜  EOF
2025-08-20T22:42:16.4578814Z [00:03:58.110]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1490/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/policytype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/policytype;$WORK/b1490=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype -lang=go1.22 -complete -installsuffix shared -buildid fpNQJ4pfkVlIkuZD15bz/fpNQJ4pfkVlIkuZD15bz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1490/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/policytype/policytype.go
2025-08-20T22:42:16.4636423Z [00:03:58.116]➜  go tool buildid -w $WORK/b1489/_pkg_.a # internal
2025-08-20T22:42:16.4642259Z [00:03:58.117]➜  cp $WORK/b1489/_pkg_.a /root/.cache/go-build/1b/1b595328a77cf05e8e6de7d6530a217341e8353d3005cb6c5274e62336889efc-d # internal
2025-08-20T22:42:16.4650463Z [00:03:58.117]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier
2025-08-20T22:42:16.4651188Z [00:03:58.117]➜  mkdir -p $WORK/b1491/
2025-08-20T22:42:16.4686289Z [00:03:58.121]➜  cat >/tmp/go-build3998081543/b1491/importcfg << 'EOF' # internal
2025-08-20T22:42:16.4687065Z [00:03:58.121]➜  # import config
2025-08-20T22:42:16.4687733Z [00:03:58.121]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.4688520Z [00:03:58.121]➜  EOF
2025-08-20T22:42:16.4691096Z [00:03:58.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1491/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/quantifier=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/quantifier;$WORK/b1491=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier -lang=go1.22 -complete -installsuffix shared -buildid YxSwgv-Qi_nQo3thfAfh/YxSwgv-Qi_nQo3thfAfh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1491/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/quantifier/quantifier.go
2025-08-20T22:42:16.4737363Z [00:03:58.126]➜  go tool buildid -w $WORK/b1490/_pkg_.a # internal
2025-08-20T22:42:16.4746384Z [00:03:58.127]➜  cp $WORK/b1490/_pkg_.a /root/.cache/go-build/95/954af36059222151c97a2efd3d699d190c2e6137481ae725c5b8671beeb9a156-d # internal
2025-08-20T22:42:16.4757269Z [00:03:58.128]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype
2025-08-20T22:42:16.4758208Z [00:03:58.128]➜  mkdir -p $WORK/b1492/
2025-08-20T22:42:16.4790732Z [00:03:58.131]➜  cat >/tmp/go-build3998081543/b1492/importcfg << 'EOF' # internal
2025-08-20T22:42:16.4791146Z [00:03:58.132]➜  # import config
2025-08-20T22:42:16.4791831Z [00:03:58.132]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.4792218Z [00:03:58.132]➜  EOF
2025-08-20T22:42:16.4795709Z [00:03:58.132]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1492/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/queryrulecriteriatype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/queryrulecriteriatype;$WORK/b1492=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype -lang=go1.22 -complete -installsuffix shared -buildid TOvOi1ntvVdUv4BSK3jl/TOvOi1ntvVdUv4BSK3jl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1492/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/queryrulecriteriatype/queryrulecriteriatype.go
2025-08-20T22:42:16.4946516Z [00:03:58.147]➜  go tool buildid -w $WORK/b1491/_pkg_.a # internal
2025-08-20T22:42:16.4950257Z [00:03:58.147]➜  cp $WORK/b1491/_pkg_.a /root/.cache/go-build/b6/b64d57b70a9bbe465cc75895775d1220f46b7fffcef8664a233764b592848162-d # internal
2025-08-20T22:42:16.4979782Z [00:03:58.150]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype
2025-08-20T22:42:16.4980720Z [00:03:58.150]➜  mkdir -p $WORK/b1493/
2025-08-20T22:42:16.4981607Z [00:03:58.151]➜  cat >/tmp/go-build3998081543/b1493/importcfg << 'EOF' # internal
2025-08-20T22:42:16.4982683Z [00:03:58.151]➜  # import config
2025-08-20T22:42:16.4983661Z [00:03:58.151]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.4984127Z [00:03:58.151]➜  EOF
2025-08-20T22:42:16.4986960Z [00:03:58.151]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1493/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/queryruletype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/queryruletype;$WORK/b1493=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype -lang=go1.22 -complete -installsuffix shared -buildid 8yIOsmxWnbS-v-q6mUIQ/8yIOsmxWnbS-v-q6mUIQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1493/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/queryruletype/queryruletype.go
2025-08-20T22:42:16.5058935Z [00:03:58.158]➜  go tool buildid -w $WORK/b1492/_pkg_.a # internal
2025-08-20T22:42:16.5059664Z [00:03:58.158]➜  cp $WORK/b1492/_pkg_.a /root/.cache/go-build/a3/a31b8328508e9e3acd0c6e340db24d2209a3bb2d33de60fdb230113442a3fb5c-d # internal
2025-08-20T22:42:16.5060648Z [00:03:58.158]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation
2025-08-20T22:42:16.5061177Z [00:03:58.158]➜  mkdir -p $WORK/b1494/
2025-08-20T22:42:16.5062626Z [00:03:58.159]➜  cat >/tmp/go-build3998081543/b1494/importcfg << 'EOF' # internal
2025-08-20T22:42:16.5063000Z [00:03:58.159]➜  # import config
2025-08-20T22:42:16.5063397Z [00:03:58.159]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.5063734Z [00:03:58.159]➜  EOF
2025-08-20T22:42:16.5066412Z [00:03:58.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1494/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/rangerelation=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/rangerelation;$WORK/b1494=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation -lang=go1.22 -complete -installsuffix shared -buildid VYLWMrjB4kOfuQDutp08/VYLWMrjB4kOfuQDutp08 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1494/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/rangerelation/rangerelation.go
2025-08-20T22:42:16.5159166Z [00:03:58.168]➜  go tool buildid -w $WORK/b1493/_pkg_.a # internal
2025-08-20T22:42:16.5167209Z [00:03:58.169]➜  cp $WORK/b1493/_pkg_.a /root/.cache/go-build/fc/fc88a7fd6b1b00e69ffc9d40ffde01f64a5147bc0ecd819cf3a10a1af9355636-d # internal
2025-08-20T22:42:16.5172163Z [00:03:58.170]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode
2025-08-20T22:42:16.5172698Z [00:03:58.170]➜  mkdir -p $WORK/b1495/
2025-08-20T22:42:16.5175498Z [00:03:58.170]➜  cat >/tmp/go-build3998081543/b1495/importcfg << 'EOF' # internal
2025-08-20T22:42:16.5176040Z [00:03:58.170]➜  # import config
2025-08-20T22:42:16.5176507Z [00:03:58.170]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.5176946Z [00:03:58.170]➜  EOF
2025-08-20T22:42:16.5179528Z [00:03:58.170]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1495/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ratemode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ratemode;$WORK/b1495=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode -lang=go1.22 -complete -installsuffix shared -buildid Px9VuvqhVa5yA3T66cqP/Px9VuvqhVa5yA3T66cqP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1495/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ratemode/ratemode.go
2025-08-20T22:42:16.5315829Z [00:03:58.184]➜  go tool buildid -w $WORK/b1494/_pkg_.a # internal
2025-08-20T22:42:16.5317898Z [00:03:58.184]➜  cp $WORK/b1494/_pkg_.a /root/.cache/go-build/c5/c5ec42789dd7fa7b29defeb7611fb1bf332c3c6b653add827131848f2aa8940e-d # internal
2025-08-20T22:42:16.5323800Z [00:03:58.185]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh
2025-08-20T22:42:16.5327120Z [00:03:58.185]➜  mkdir -p $WORK/b1496/
2025-08-20T22:42:16.5328377Z [00:03:58.185]➜  cat >/tmp/go-build3998081543/b1496/importcfg << 'EOF' # internal
2025-08-20T22:42:16.5328814Z [00:03:58.185]➜  # import config
2025-08-20T22:42:16.5329163Z [00:03:58.185]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.5329485Z [00:03:58.185]➜  EOF
2025-08-20T22:42:16.5331920Z [00:03:58.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1496/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/refresh=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/refresh;$WORK/b1496=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh -lang=go1.22 -complete -installsuffix shared -buildid WlTBgvyvv7KKCbvfnv_1/WlTBgvyvv7KKCbvfnv_1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1496/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/refresh/refresh.go
2025-08-20T22:42:16.5361867Z [00:03:58.188]➜  go tool buildid -w $WORK/b1495/_pkg_.a # internal
2025-08-20T22:42:16.5381674Z [00:03:58.190]➜  cp $WORK/b1495/_pkg_.a /root/.cache/go-build/ea/ea919db8a18730153569bb5ed5ce98ec4bf1cf96fa29f870b979db145f1fcac4-d # internal
2025-08-20T22:42:16.5384766Z [00:03:58.191]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege
2025-08-20T22:42:16.5385445Z [00:03:58.191]➜  mkdir -p $WORK/b1497/
2025-08-20T22:42:16.5387771Z [00:03:58.191]➜  cat >/tmp/go-build3998081543/b1497/importcfg << 'EOF' # internal
2025-08-20T22:42:16.5389437Z [00:03:58.191]➜  # import config
2025-08-20T22:42:16.5389796Z [00:03:58.191]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.5390121Z [00:03:58.191]➜  EOF
2025-08-20T22:42:16.5393203Z [00:03:58.191]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1497/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/remoteclusterprivilege=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/remoteclusterprivilege;$WORK/b1497=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege -lang=go1.22 -complete -installsuffix shared -buildid 7kan2gWkRAbG_2Bw_zrU/7kan2gWkRAbG_2Bw_zrU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1497/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/remoteclusterprivilege/remoteclusterprivilege.go
2025-08-20T22:42:16.5594348Z [00:03:58.212]➜  go tool buildid -w $WORK/b1496/_pkg_.a # internal
2025-08-20T22:42:16.5594814Z [00:03:58.212]➜  go tool buildid -w $WORK/b1497/_pkg_.a # internal
2025-08-20T22:42:16.5602235Z [00:03:58.212]➜  cp $WORK/b1497/_pkg_.a /root/.cache/go-build/75/759f5c547a01c544f3aaa74a0b18871a5425cf0944143689dc93f8acb8b633ca-d # internal
2025-08-20T22:42:16.5624802Z [00:03:58.214]➜  cp $WORK/b1496/_pkg_.a /root/.cache/go-build/62/622d2b25880b737321526d82216db294a47fc5377cf144fd8bf02566db4c04c3-d # internal
2025-08-20T22:42:16.5629528Z [00:03:58.215]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow
2025-08-20T22:42:16.5630014Z [00:03:58.215]➜  mkdir -p $WORK/b1499/
2025-08-20T22:42:16.5636939Z [00:03:58.216]➜  cat >/tmp/go-build3998081543/b1499/importcfg << 'EOF' # internal
2025-08-20T22:42:16.5637450Z [00:03:58.216]➜  # import config
2025-08-20T22:42:16.5637806Z [00:03:58.216]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.5638150Z [00:03:58.216]➜  EOF
2025-08-20T22:42:16.5643446Z [00:03:58.216]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype
2025-08-20T22:42:16.5643901Z [00:03:58.216]➜  mkdir -p $WORK/b1498/
2025-08-20T22:42:16.5644298Z [00:03:58.216]➜  cat >/tmp/go-build3998081543/b1498/importcfg << 'EOF' # internal
2025-08-20T22:42:16.5644650Z [00:03:58.216]➜  # import config
2025-08-20T22:42:16.5645518Z [00:03:58.216]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.5646021Z [00:03:58.216]➜  EOF
2025-08-20T22:42:16.5648834Z [00:03:58.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1498/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/responsecontenttype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/responsecontenttype;$WORK/b1498=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype -lang=go1.22 -complete -installsuffix shared -buildid WqvsMqqL20bmgI9n-2Bz/WqvsMqqL20bmgI9n-2Bz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1498/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/responsecontenttype/responsecontenttype.go
2025-08-20T22:42:16.5653643Z [00:03:58.217]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1499/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/restrictionworkflow=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/restrictionworkflow;$WORK/b1499=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow -lang=go1.22 -complete -installsuffix shared -buildid rwknwvgCSa5Bq9gcUWNn/rwknwvgCSa5Bq9gcUWNn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1499/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/restrictionworkflow/restrictionworkflow.go
2025-08-20T22:42:16.5881442Z [00:03:58.240]➜  go tool buildid -w $WORK/b1498/_pkg_.a # internal
2025-08-20T22:42:16.5888114Z [00:03:58.241]➜  cp $WORK/b1498/_pkg_.a /root/.cache/go-build/4d/4d55d06f2cf6569df4be72b3ae23ec29108c62be45fac9865507877e4c0c1083-d # internal
2025-08-20T22:42:16.5896285Z [00:03:58.242]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result
2025-08-20T22:42:16.5896712Z [00:03:58.242]➜  mkdir -p $WORK/b1500/
2025-08-20T22:42:16.5897421Z [00:03:58.242]➜  cat >/tmp/go-build3998081543/b1500/importcfg << 'EOF' # internal
2025-08-20T22:42:16.5897786Z [00:03:58.242]➜  # import config
2025-08-20T22:42:16.5898130Z [00:03:58.242]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.5898451Z [00:03:58.242]➜  EOF
2025-08-20T22:42:16.5900999Z [00:03:58.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1500/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/result=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/result;$WORK/b1500=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result -lang=go1.22 -complete -installsuffix shared -buildid 0LVrM1LBfkNGKrUA6ej2/0LVrM1LBfkNGKrUA6ej2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1500/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/result/result.go
2025-08-20T22:42:16.6021054Z [00:03:58.254]➜  go tool buildid -w $WORK/b1500/_pkg_.a # internal
2025-08-20T22:42:16.6027510Z [00:03:58.255]➜  cp $WORK/b1500/_pkg_.a /root/.cache/go-build/2d/2d8cf339ff5ea6a52a9ce2dfde8a935a20b622c3acc307a43a64fb289b3ee374-d # internal
2025-08-20T22:42:16.6034281Z [00:03:58.256]➜  go tool buildid -w $WORK/b1499/_pkg_.a # internal
2025-08-20T22:42:16.6040226Z [00:03:58.256]➜  cp $WORK/b1499/_pkg_.a /root/.cache/go-build/c3/c31d15a56d69b42d3bd263699c77606b7637b5bd8db4863f1b438b5be0c76706-d # internal
2025-08-20T22:42:16.6047089Z [00:03:58.257]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction
2025-08-20T22:42:16.6052353Z [00:03:58.257]➜  mkdir -p $WORK/b1502/
2025-08-20T22:42:16.6054284Z [00:03:58.257]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate
2025-08-20T22:42:16.6055664Z [00:03:58.257]➜  mkdir -p $WORK/b1501/
2025-08-20T22:42:16.6056714Z [00:03:58.258]➜  cat >/tmp/go-build3998081543/b1501/importcfg << 'EOF' # internal
2025-08-20T22:42:16.6057762Z [00:03:58.258]➜  # import config
2025-08-20T22:42:16.6058527Z [00:03:58.258]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.6058972Z [00:03:58.258]➜  EOF
2025-08-20T22:42:16.6061623Z [00:03:58.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1501/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/routingstate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/routingstate;$WORK/b1501=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate -lang=go1.22 -complete -installsuffix shared -buildid meZCPLNJarlpPLHMs218/meZCPLNJarlpPLHMs218 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1501/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/routingstate/routingstate.go
2025-08-20T22:42:16.6063952Z [00:03:58.258]➜  cat >/tmp/go-build3998081543/b1502/importcfg << 'EOF' # internal
2025-08-20T22:42:16.6064302Z [00:03:58.258]➜  # import config
2025-08-20T22:42:16.6064656Z [00:03:58.258]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.6064979Z [00:03:58.258]➜  EOF
2025-08-20T22:42:16.6077940Z [00:03:58.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1502/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ruleaction=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ruleaction;$WORK/b1502=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction -lang=go1.22 -complete -installsuffix shared -buildid LLvJqSIYSsWwpRC12Oss/LLvJqSIYSsWwpRC12Oss -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1502/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ruleaction/ruleaction.go
2025-08-20T22:42:16.6290655Z [00:03:58.281]➜  go tool buildid -w $WORK/b1502/_pkg_.a # internal
2025-08-20T22:42:16.6291808Z [00:03:58.282]➜  go tool buildid -w $WORK/b1501/_pkg_.a # internal
2025-08-20T22:42:16.6295936Z [00:03:58.282]➜  cp $WORK/b1501/_pkg_.a /root/.cache/go-build/9d/9d8b534bb56b4126f1e7d6a7d9089f6ec9168c0ae6b0b2e74f18d05872688957-d # internal
2025-08-20T22:42:16.6299174Z [00:03:58.282]➜  cp $WORK/b1502/_pkg_.a /root/.cache/go-build/a6/a69b052c3987c9812b6b3e524f898cdc0cafe4cfb4ddcd053752a89688da8c78-d # internal
2025-08-20T22:42:16.6330762Z [00:03:58.285]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint
2025-08-20T22:42:16.6332252Z [00:03:58.285]➜  mkdir -p $WORK/b1504/
2025-08-20T22:42:16.6338510Z [00:03:58.286]➜  cat >/tmp/go-build3998081543/b1504/importcfg << 'EOF' # internal
2025-08-20T22:42:16.6340053Z [00:03:58.286]➜  # import config
2025-08-20T22:42:16.6340450Z [00:03:58.286]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.6340781Z [00:03:58.286]➜  EOF
2025-08-20T22:42:16.6343829Z [00:03:58.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1504/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sampleraggregationexecutionhint=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sampleraggregationexecutionhint;$WORK/b1504=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint -lang=go1.22 -complete -installsuffix shared -buildid 5UMzRQ2BTcjRigZr8bVC/5UMzRQ2BTcjRigZr8bVC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1504/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sampleraggregationexecutionhint/sampleraggregationexecutionhint.go
2025-08-20T22:42:16.6347195Z [00:03:58.286]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype
2025-08-20T22:42:16.6347621Z [00:03:58.286]➜  mkdir -p $WORK/b1503/
2025-08-20T22:42:16.6347998Z [00:03:58.286]➜  cat >/tmp/go-build3998081543/b1503/importcfg << 'EOF' # internal
2025-08-20T22:42:16.6348344Z [00:03:58.286]➜  # import config
2025-08-20T22:42:16.6348696Z [00:03:58.286]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.6349378Z [00:03:58.286]➜  EOF
2025-08-20T22:42:16.6352111Z [00:03:58.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1503/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/runtimefieldtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/runtimefieldtype;$WORK/b1503=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype -lang=go1.22 -complete -installsuffix shared -buildid z4bZNgk4Rw-bx5tMPU3p/z4bZNgk4Rw-bx5tMPU3p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1503/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/runtimefieldtype/runtimefieldtype.go
2025-08-20T22:42:16.6646318Z [00:03:58.317]➜  go tool buildid -w $WORK/b1503/_pkg_.a # internal
2025-08-20T22:42:16.6650913Z [00:03:58.317]➜  cp $WORK/b1503/_pkg_.a /root/.cache/go-build/db/db2a1707340633e6e33c35ec7892b35fd921bb81a49bd767effc37ecec05d8a9-d # internal
2025-08-20T22:42:16.6652649Z [00:03:58.318]➜  go tool buildid -w $WORK/b1504/_pkg_.a # internal
2025-08-20T22:42:16.6658466Z [00:03:58.318]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode
2025-08-20T22:42:16.6664887Z [00:03:58.319]➜  mkdir -p $WORK/b1505/
2025-08-20T22:42:16.6665317Z [00:03:58.319]➜  cat >/tmp/go-build3998081543/b1505/importcfg << 'EOF' # internal
2025-08-20T22:42:16.6665952Z [00:03:58.319]➜  # import config
2025-08-20T22:42:16.6666338Z [00:03:58.319]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.6666664Z [00:03:58.319]➜  EOF
2025-08-20T22:42:16.6669148Z [00:03:58.319]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1505/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/scoremode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/scoremode;$WORK/b1505=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode -lang=go1.22 -complete -installsuffix shared -buildid ydH30Lj0HCT6-oIxKiyK/ydH30Lj0HCT6-oIxKiyK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1505/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/scoremode/scoremode.go
2025-08-20T22:42:16.6688489Z [00:03:58.321]➜  cp $WORK/b1504/_pkg_.a /root/.cache/go-build/1e/1ee73828abb85666bd7170ff5cb94c9d985e36363b46b1e207127c34801d8dc8-d # internal
2025-08-20T22:42:16.6689419Z [00:03:58.321]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage
2025-08-20T22:42:16.6689941Z [00:03:58.321]➜  mkdir -p $WORK/b1506/
2025-08-20T22:42:16.6690321Z [00:03:58.321]➜  cat >/tmp/go-build3998081543/b1506/importcfg << 'EOF' # internal
2025-08-20T22:42:16.6690668Z [00:03:58.321]➜  # import config
2025-08-20T22:42:16.6691010Z [00:03:58.321]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.6691330Z [00:03:58.321]➜  EOF
2025-08-20T22:42:16.6693933Z [00:03:58.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1506/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/scriptlanguage=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/scriptlanguage;$WORK/b1506=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage -lang=go1.22 -complete -installsuffix shared -buildid pzFvGQ9zv8cImW0K23Ny/pzFvGQ9zv8cImW0K23Ny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1506/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/scriptlanguage/scriptlanguage.go
2025-08-20T22:42:16.6859805Z [00:03:58.338]➜  go tool buildid -w $WORK/b1506/_pkg_.a # internal
2025-08-20T22:42:16.6865138Z [00:03:58.339]➜  cp $WORK/b1506/_pkg_.a /root/.cache/go-build/67/67e18424a952dd47152815c4c140f61edfda8f03663ef54b06454c7e78b6cc61-d # internal
2025-08-20T22:42:16.6874446Z [00:03:58.340]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype
2025-08-20T22:42:16.6878566Z [00:03:58.340]➜  mkdir -p $WORK/b1507/
2025-08-20T22:42:16.6879147Z [00:03:58.340]➜  cat >/tmp/go-build3998081543/b1507/importcfg << 'EOF' # internal
2025-08-20T22:42:16.6879565Z [00:03:58.340]➜  # import config
2025-08-20T22:42:16.6879917Z [00:03:58.340]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.6880235Z [00:03:58.340]➜  EOF
2025-08-20T22:42:16.6884128Z [00:03:58.341]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1507/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/scriptsorttype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/scriptsorttype;$WORK/b1507=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype -lang=go1.22 -complete -installsuffix shared -buildid pCi9DLZiF2z2ZPUGULWp/pCi9DLZiF2z2ZPUGULWp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1507/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/scriptsorttype/scriptsorttype.go
2025-08-20T22:42:16.6922654Z [00:03:58.344]➜  go tool buildid -w $WORK/b1505/_pkg_.a # internal
2025-08-20T22:42:16.6927598Z [00:03:58.345]➜  cp $WORK/b1505/_pkg_.a /root/.cache/go-build/17/17c4f51ded3d9b691587db03317e450f5fee9f6290070678e18ec2f711471724-d # internal
2025-08-20T22:42:16.6936060Z [00:03:58.346]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype
2025-08-20T22:42:16.6936807Z [00:03:58.346]➜  mkdir -p $WORK/b1508/
2025-08-20T22:42:16.6940003Z [00:03:58.346]➜  cat >/tmp/go-build3998081543/b1508/importcfg << 'EOF' # internal
2025-08-20T22:42:16.6940382Z [00:03:58.346]➜  # import config
2025-08-20T22:42:16.6940729Z [00:03:58.346]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.6941051Z [00:03:58.346]➜  EOF
2025-08-20T22:42:16.6943549Z [00:03:58.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1508/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/searchtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/searchtype;$WORK/b1508=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype -lang=go1.22 -complete -installsuffix shared -buildid lG0msW-11WW5JTEwinhm/lG0msW-11WW5JTEwinhm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1508/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/searchtype/searchtype.go
2025-08-20T22:42:16.7067923Z [00:03:58.359]➜  go tool buildid -w $WORK/b1507/_pkg_.a # internal
2025-08-20T22:42:16.7069740Z [00:03:58.359]➜  cp $WORK/b1507/_pkg_.a /root/.cache/go-build/13/1315f66933f573f504ed332a3008eca2964f31bdca1b778a3b20c667604d53a5-d # internal
2025-08-20T22:42:16.7075560Z [00:03:58.360]➜  go tool buildid -w $WORK/b1508/_pkg_.a # internal
2025-08-20T22:42:16.7076561Z [00:03:58.360]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing
2025-08-20T22:42:16.7077750Z [00:03:58.360]➜  mkdir -p $WORK/b1509/
2025-08-20T22:42:16.7079992Z [00:03:58.360]➜  cp $WORK/b1508/_pkg_.a /root/.cache/go-build/90/90b05e448b03d4cbe4d09b108037afaf539beea3571b332084aec3ceed46f1b6-d # internal
2025-08-20T22:42:16.7083786Z [00:03:58.361]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode
2025-08-20T22:42:16.7084931Z [00:03:58.361]➜  mkdir -p $WORK/b1510/
2025-08-20T22:42:16.7085859Z [00:03:58.361]➜  cat >/tmp/go-build3998081543/b1509/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7087538Z [00:03:58.361]➜  # import config
2025-08-20T22:42:16.7087923Z [00:03:58.361]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7088252Z [00:03:58.361]➜  EOF
2025-08-20T22:42:16.7091101Z [00:03:58.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1509/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/segmentsortmissing=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/segmentsortmissing;$WORK/b1509=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing -lang=go1.22 -complete -installsuffix shared -buildid hsHGSurAjdxR0XxTpuLT/hsHGSurAjdxR0XxTpuLT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1509/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/segmentsortmissing/segmentsortmissing.go
2025-08-20T22:42:16.7093745Z [00:03:58.361]➜  cat >/tmp/go-build3998081543/b1510/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7094100Z [00:03:58.361]➜  # import config
2025-08-20T22:42:16.7094445Z [00:03:58.361]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7094768Z [00:03:58.361]➜  EOF
2025-08-20T22:42:16.7097547Z [00:03:58.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1510/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/segmentsortmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/segmentsortmode;$WORK/b1510=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode -lang=go1.22 -complete -installsuffix shared -buildid iideMG_pCxV_EZQ0FT9z/iideMG_pCxV_EZQ0FT9z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1510/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/segmentsortmode/segmentsortmode.go
2025-08-20T22:42:16.7200965Z [00:03:58.372]➜  go tool buildid -w $WORK/b1510/_pkg_.a # internal
2025-08-20T22:42:16.7207184Z [00:03:58.373]➜  cp $WORK/b1510/_pkg_.a /root/.cache/go-build/49/4983de38ecc6bc0da08ea7742e3f8a78043ad75e59c5c414ab457629c3890858-d # internal
2025-08-20T22:42:16.7209383Z [00:03:58.373]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder
2025-08-20T22:42:16.7210238Z [00:03:58.373]➜  mkdir -p $WORK/b1511/
2025-08-20T22:42:16.7213037Z [00:03:58.374]➜  cat >/tmp/go-build3998081543/b1511/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7214449Z [00:03:58.374]➜  # import config
2025-08-20T22:42:16.7216061Z [00:03:58.374]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7216927Z [00:03:58.374]➜  EOF
2025-08-20T22:42:16.7220325Z [00:03:58.374]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1511/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/segmentsortorder=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/segmentsortorder;$WORK/b1511=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder -lang=go1.22 -complete -installsuffix shared -buildid x8ImJdr6mxtf3Dw3n91C/x8ImJdr6mxtf3Dw3n91C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1511/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/segmentsortorder/segmentsortorder.go
2025-08-20T22:42:16.7277312Z [00:03:58.379]➜  go tool buildid -w $WORK/b1509/_pkg_.a # internal
2025-08-20T22:42:16.7280332Z [00:03:58.380]➜  cp $WORK/b1509/_pkg_.a /root/.cache/go-build/93/93e0deda9986b14e8cb6a45d2c6596d45c81b474a591e82ea6a27197ad22b599-d # internal
2025-08-20T22:42:16.7282457Z [00:03:58.381]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype
2025-08-20T22:42:16.7283945Z [00:03:58.381]➜  mkdir -p $WORK/b1512/
2025-08-20T22:42:16.7285641Z [00:03:58.381]➜  cat >/tmp/go-build3998081543/b1512/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7286058Z [00:03:58.381]➜  # import config
2025-08-20T22:42:16.7286431Z [00:03:58.381]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7286751Z [00:03:58.381]➜  EOF
2025-08-20T22:42:16.7289426Z [00:03:58.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1512/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shapetype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shapetype;$WORK/b1512=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype -lang=go1.22 -complete -installsuffix shared -buildid MPxFL93czxNLaS7E2d9w/MPxFL93czxNLaS7E2d9w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1512/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shapetype/shapetype.go
2025-08-20T22:42:16.7358094Z [00:03:58.388]➜  go tool buildid -w $WORK/b1342/_pkg_.a # internal
2025-08-20T22:42:16.7372569Z [00:03:58.389]➜  go tool buildid -w $WORK/b1511/_pkg_.a # internal
2025-08-20T22:42:16.7375614Z [00:03:58.390]➜  cp $WORK/b1511/_pkg_.a /root/.cache/go-build/87/8709d047f4a70e7db8c2ead98336e5f0f1c35a758391c7aaae0773495cc6d22b-d # internal
2025-08-20T22:42:16.7381270Z [00:03:58.390]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate
2025-08-20T22:42:16.7382522Z [00:03:58.391]➜  mkdir -p $WORK/b1513/
2025-08-20T22:42:16.7385687Z [00:03:58.391]➜  cat >/tmp/go-build3998081543/b1513/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7392347Z [00:03:58.391]➜  # import config
2025-08-20T22:42:16.7392971Z [00:03:58.391]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7393908Z [00:03:58.391]➜  EOF
2025-08-20T22:42:16.7396940Z [00:03:58.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1513/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardroutingstate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardroutingstate;$WORK/b1513=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate -lang=go1.22 -complete -installsuffix shared -buildid p04Ql3VY-Qt_NoSN1ddl/p04Ql3VY-Qt_NoSN1ddl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1513/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardroutingstate/shardroutingstate.go
2025-08-20T22:42:16.7438866Z [00:03:58.394]➜  cp $WORK/b1342/_pkg_.a /root/.cache/go-build/6f/6f8dfc45ba38024d4c2709731e7378ffde379fe6e3716bfe7a498de070304a45-d # internal
2025-08-20T22:42:16.7453415Z [00:03:58.398]➜  github.com/databricks/databricks-sql-go/internal/rows/arrowbased
2025-08-20T22:42:16.7454016Z [00:03:58.398]➜  mkdir -p $WORK/b1326/
2025-08-20T22:42:16.7454539Z [00:03:58.398]➜  cat >/tmp/go-build3998081543/b1326/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7455012Z [00:03:58.398]➜  # import config
2025-08-20T22:42:16.7455624Z [00:03:58.398]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:16.7456620Z [00:03:58.398]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:42:16.7457268Z [00:03:58.398]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:16.7457887Z [00:03:58.398]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:16.7458529Z [00:03:58.398]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:16.7459111Z [00:03:58.398]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:16.7459977Z [00:03:58.398]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:42:16.7460782Z [00:03:58.398]➜  packagefile github.com/apache/arrow/go/v18/arrow/array=/tmp/go-build3998081543/b1337/_pkg_.a
2025-08-20T22:42:16.7461581Z [00:03:58.398]➜  packagefile github.com/apache/arrow/go/v18/arrow/ipc=/tmp/go-build3998081543/b1342/_pkg_.a
2025-08-20T22:42:16.7464253Z [00:03:58.398]➜  packagefile github.com/databricks/databricks-sql-go/errors=/tmp/go-build3998081543/b1314/_pkg_.a
2025-08-20T22:42:16.7465607Z [00:03:58.398]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:42:16.7467021Z [00:03:58.398]➜  packagefile github.com/databricks/databricks-sql-go/internal/config=/tmp/go-build3998081543/b1317/_pkg_.a
2025-08-20T22:42:16.7467848Z [00:03:58.398]➜  packagefile github.com/databricks/databricks-sql-go/internal/errors=/tmp/go-build3998081543/b1321/_pkg_.a
2025-08-20T22:42:16.7469009Z [00:03:58.398]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows/rowscanner=/tmp/go-build3998081543/b1346/_pkg_.a
2025-08-20T22:42:16.7469848Z [00:03:58.398]➜  packagefile github.com/databricks/databricks-sql-go/logger=/tmp/go-build3998081543/b1322/_pkg_.a
2025-08-20T22:42:16.7470550Z [00:03:58.398]➜  packagefile github.com/databricks/databricks-sql-go/rows=/tmp/go-build3998081543/b1347/_pkg_.a
2025-08-20T22:42:16.7471171Z [00:03:58.398]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3998081543/b405/_pkg_.a
2025-08-20T22:42:16.7477281Z [00:03:58.398]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:42:16.7477786Z [00:03:58.398]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:16.7478210Z [00:03:58.398]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:16.7478643Z [00:03:58.398]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7479080Z [00:03:58.398]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:16.7479392Z [00:03:58.398]➜  EOF
2025-08-20T22:42:16.7479715Z [00:03:58.399]➜  go tool buildid -w $WORK/b1512/_pkg_.a # internal
2025-08-20T22:42:16.7485650Z [00:03:58.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1326/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/arrowbased=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/rows/arrowbased;$WORK/b1326=>" -p github.com/databricks/databricks-sql-go/internal/rows/arrowbased -lang=go1.24 -complete -installsuffix shared -buildid SlN25pgv9ONClg4RlS0E/SlN25pgv9ONClg4RlS0E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1326/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/arrowbased/arrowRecordIterator.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/arrowbased/arrowRows.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/arrowbased/batchloader.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/arrowbased/columnValues.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/arrowbased/errors.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/arrowbased/queue.go
2025-08-20T22:42:16.7490757Z [00:03:58.399]➜  cp $WORK/b1512/_pkg_.a /root/.cache/go-build/50/509d60cca28c3de89d2accc1f733053486ef300bfb21774310f393ecdd5ff3bc-d # internal
2025-08-20T22:42:16.7491491Z [00:03:58.399]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage
2025-08-20T22:42:16.7491912Z [00:03:58.399]➜  mkdir -p $WORK/b1514/
2025-08-20T22:42:16.7492289Z [00:03:58.399]➜  cat >/tmp/go-build3998081543/b1514/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7492821Z [00:03:58.399]➜  # import config
2025-08-20T22:42:16.7493174Z [00:03:58.399]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7493491Z [00:03:58.399]➜  EOF
2025-08-20T22:42:16.7496677Z [00:03:58.399]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1514/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardsstatsstage=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardsstatsstage;$WORK/b1514=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage -lang=go1.22 -complete -installsuffix shared -buildid YS4knec7ilKfwN1ahOCg/YS4knec7ilKfwN1ahOCg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1514/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardsstatsstage/shardsstatsstage.go
2025-08-20T22:42:16.7568062Z [00:03:58.409]➜  go tool buildid -w $WORK/b1513/_pkg_.a # internal
2025-08-20T22:42:16.7575163Z [00:03:58.410]➜  cp $WORK/b1513/_pkg_.a /root/.cache/go-build/ad/add9d8e80a2c48c4f7b4663ef886ba9ec5b287476100e18f1603c84506410ce9-d # internal
2025-08-20T22:42:16.7620906Z [00:03:58.414]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation
2025-08-20T22:42:16.7629064Z [00:03:58.414]➜  mkdir -p $WORK/b1515/
2025-08-20T22:42:16.7629793Z [00:03:58.415]➜  cat >/tmp/go-build3998081543/b1515/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7631502Z [00:03:58.415]➜  # import config
2025-08-20T22:42:16.7632072Z [00:03:58.415]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7634203Z [00:03:58.415]➜  EOF
2025-08-20T22:42:16.7637294Z [00:03:58.415]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1515/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardstoreallocation=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardstoreallocation;$WORK/b1515=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation -lang=go1.22 -complete -installsuffix shared -buildid a25pGx9lj2sEYSCe4cy2/a25pGx9lj2sEYSCe4cy2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1515/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardstoreallocation/shardstoreallocation.go
2025-08-20T22:42:16.7669307Z [00:03:58.419]➜  go tool buildid -w $WORK/b1514/_pkg_.a # internal
2025-08-20T22:42:16.7670345Z [00:03:58.419]➜  cp $WORK/b1514/_pkg_.a /root/.cache/go-build/c5/c5725373872ba5485189a1ed4d602ad8a6a93cbc921a194eb7c66b667394209b-d # internal
2025-08-20T22:42:16.7675932Z [00:03:58.420]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus
2025-08-20T22:42:16.7679957Z [00:03:58.420]➜  mkdir -p $WORK/b1516/
2025-08-20T22:42:16.7680467Z [00:03:58.420]➜  cat >/tmp/go-build3998081543/b1516/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7684796Z [00:03:58.420]➜  # import config
2025-08-20T22:42:16.7685455Z [00:03:58.421]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7688048Z [00:03:58.421]➜  EOF
2025-08-20T22:42:16.7690942Z [00:03:58.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1516/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shutdownstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shutdownstatus;$WORK/b1516=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus -lang=go1.22 -complete -installsuffix shared -buildid QEiZ-S6-BRi0CmtstCPQ/QEiZ-S6-BRi0CmtstCPQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1516/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shutdownstatus/shutdownstatus.go
2025-08-20T22:42:16.7780937Z [00:03:58.430]➜  go tool buildid -w $WORK/b1515/_pkg_.a # internal
2025-08-20T22:42:16.7785553Z [00:03:58.431]➜  cp $WORK/b1515/_pkg_.a /root/.cache/go-build/2e/2e266b622e41e05ffa0b64da67fe0d81b6d5aa1e8bf5ca429523bbbcb07ebf66-d # internal
2025-08-20T22:42:16.7794436Z [00:03:58.432]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype
2025-08-20T22:42:16.7794944Z [00:03:58.432]➜  mkdir -p $WORK/b1517/
2025-08-20T22:42:16.7801246Z [00:03:58.432]➜  cat >/tmp/go-build3998081543/b1517/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7802443Z [00:03:58.433]➜  # import config
2025-08-20T22:42:16.7812214Z [00:03:58.433]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7812575Z [00:03:58.433]➜  EOF
2025-08-20T22:42:16.7815109Z [00:03:58.434]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1517/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shutdowntype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shutdowntype;$WORK/b1517=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype -lang=go1.22 -complete -installsuffix shared -buildid gEDVj5gS_YH7JML6ta_2/gEDVj5gS_YH7JML6ta_2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1517/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shutdowntype/shutdowntype.go
2025-08-20T22:42:16.7864541Z [00:03:58.439]➜  go tool buildid -w $WORK/b1516/_pkg_.a # internal
2025-08-20T22:42:16.7876360Z [00:03:58.439]➜  cp $WORK/b1516/_pkg_.a /root/.cache/go-build/df/dfd7bc965923b57fa93d7e1cd48face44ea2a79dacfcca09f83b19bb851786c6-d # internal
2025-08-20T22:42:16.7877161Z [00:03:58.440]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate
2025-08-20T22:42:16.7877611Z [00:03:58.440]➜  mkdir -p $WORK/b1518/
2025-08-20T22:42:16.7877991Z [00:03:58.440]➜  cat >/tmp/go-build3998081543/b1518/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7878341Z [00:03:58.440]➜  # import config
2025-08-20T22:42:16.7878686Z [00:03:58.440]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7879021Z [00:03:58.440]➜  EOF
2025-08-20T22:42:16.7882921Z [00:03:58.440]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1518/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/snapshotupgradestate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/snapshotupgradestate;$WORK/b1518=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate -lang=go1.22 -complete -installsuffix shared -buildid DfjmfnR1s-niL1Gyjvwr/DfjmfnR1s-niL1Gyjvwr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1518/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/snapshotupgradestate/snapshotupgradestate.go
2025-08-20T22:42:16.7955175Z [00:03:58.448]➜  go tool buildid -w $WORK/b1517/_pkg_.a # internal
2025-08-20T22:42:16.7961974Z [00:03:58.448]➜  cp $WORK/b1517/_pkg_.a /root/.cache/go-build/3a/3a72035105a285d92440d8934c81e3a3970e6d475a4664057de3374d161b8081-d # internal
2025-08-20T22:42:16.7967573Z [00:03:58.449]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage
2025-08-20T22:42:16.7969631Z [00:03:58.449]➜  mkdir -p $WORK/b1519/
2025-08-20T22:42:16.7973052Z [00:03:58.450]➜  cat >/tmp/go-build3998081543/b1519/importcfg << 'EOF' # internal
2025-08-20T22:42:16.7973456Z [00:03:58.450]➜  # import config
2025-08-20T22:42:16.7973814Z [00:03:58.450]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.7974136Z [00:03:58.450]➜  EOF
2025-08-20T22:42:16.7977194Z [00:03:58.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1519/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/snowballlanguage=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/snowballlanguage;$WORK/b1519=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage -lang=go1.22 -complete -installsuffix shared -buildid sjOYJPBNcSKi0CctWFYK/sjOYJPBNcSKi0CctWFYK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1519/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/snowballlanguage/snowballlanguage.go
2025-08-20T22:42:16.8032086Z [00:03:58.455]➜  go tool buildid -w $WORK/b1518/_pkg_.a # internal
2025-08-20T22:42:16.8043457Z [00:03:58.456]➜  cp $WORK/b1518/_pkg_.a /root/.cache/go-build/f2/f2e09aee35bfbd303cbad97ef81396f5e594545e6a091106b5dbf3edfe91358d-d # internal
2025-08-20T22:42:16.8051733Z [00:03:58.457]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode
2025-08-20T22:42:16.8052740Z [00:03:58.457]➜  mkdir -p $WORK/b1520/
2025-08-20T22:42:16.8063533Z [00:03:58.459]➜  cat >/tmp/go-build3998081543/b1520/importcfg << 'EOF' # internal
2025-08-20T22:42:16.8064216Z [00:03:58.459]➜  # import config
2025-08-20T22:42:16.8068563Z [00:03:58.459]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.8069005Z [00:03:58.459]➜  EOF
2025-08-20T22:42:16.8071499Z [00:03:58.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1520/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sortmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sortmode;$WORK/b1520=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode -lang=go1.22 -complete -installsuffix shared -buildid RAIue_6JqwtxCzpqGZOk/RAIue_6JqwtxCzpqGZOk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1520/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sortmode/sortmode.go
2025-08-20T22:42:16.8219555Z [00:03:58.474]➜  go tool buildid -w $WORK/b1519/_pkg_.a # internal
2025-08-20T22:42:16.8223553Z [00:03:58.475]➜  cp $WORK/b1519/_pkg_.a /root/.cache/go-build/1c/1cb252a7758dffa0d178c587d4321a5bdaf1b7b371d5bb4cf48bcd087bb3eda9-d # internal
2025-08-20T22:42:16.8231761Z [00:03:58.476]➜  go tool buildid -w $WORK/b1520/_pkg_.a # internal
2025-08-20T22:42:16.8235059Z [00:03:58.476]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder
2025-08-20T22:42:16.8236060Z [00:03:58.476]➜  mkdir -p $WORK/b1521/
2025-08-20T22:42:16.8240451Z [00:03:58.476]➜  cat >/tmp/go-build3998081543/b1521/importcfg << 'EOF' # internal
2025-08-20T22:42:16.8241446Z [00:03:58.476]➜  # import config
2025-08-20T22:42:16.8244808Z [00:03:58.477]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.8245181Z [00:03:58.477]➜  EOF
2025-08-20T22:42:16.8288037Z [00:03:58.478]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1521/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sortorder=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sortorder;$WORK/b1521=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder -lang=go1.22 -complete -installsuffix shared -buildid yylgogw4mIg5c3xyUinj/yylgogw4mIg5c3xyUinj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1521/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sortorder/sortorder.go
2025-08-20T22:42:16.8290908Z [00:03:58.478]➜  cp $WORK/b1520/_pkg_.a /root/.cache/go-build/fe/feaa4776289062665bc208fd9475a7f58dfd4b738b349ff56b2dff30d524dbb5-d # internal
2025-08-20T22:42:16.8291646Z [00:03:58.478]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode
2025-08-20T22:42:16.8292065Z [00:03:58.478]➜  mkdir -p $WORK/b1522/
2025-08-20T22:42:16.8301435Z [00:03:58.482]➜  cat >/tmp/go-build3998081543/b1522/importcfg << 'EOF' # internal
2025-08-20T22:42:16.8305735Z [00:03:58.482]➜  # import config
2025-08-20T22:42:16.8306108Z [00:03:58.482]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.8306432Z [00:03:58.482]➜  EOF
2025-08-20T22:42:16.8309291Z [00:03:58.482]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1522/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sourcefieldmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sourcefieldmode;$WORK/b1522=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode -lang=go1.22 -complete -installsuffix shared -buildid Q6n9OGYrV2HrlWpjOgVx/Q6n9OGYrV2HrlWpjOgVx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1522/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sourcefieldmode/sourcefieldmode.go
2025-08-20T22:42:16.8373968Z [00:03:58.489]➜  go tool buildid -w $WORK/b1521/_pkg_.a # internal
2025-08-20T22:42:16.8377631Z [00:03:58.490]➜  cp $WORK/b1521/_pkg_.a /root/.cache/go-build/7a/7a4df5f84e074ce8e980f8871be2c6ce72c2240d6a52904cca812f4dd95a3fb1-d # internal
2025-08-20T22:42:16.8387065Z [00:03:58.491]➜  go tool buildid -w $WORK/b1522/_pkg_.a # internal
2025-08-20T22:42:16.8389858Z [00:03:58.491]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype
2025-08-20T22:42:16.8391300Z [00:03:58.491]➜  mkdir -p $WORK/b1523/
2025-08-20T22:42:16.8391716Z [00:03:58.491]➜  cat >/tmp/go-build3998081543/b1523/importcfg << 'EOF' # internal
2025-08-20T22:42:16.8392070Z [00:03:58.491]➜  # import config
2025-08-20T22:42:16.8392414Z [00:03:58.491]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.8392736Z [00:03:58.491]➜  EOF
2025-08-20T22:42:16.8398738Z [00:03:58.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1523/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/storagetype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/storagetype;$WORK/b1523=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype -lang=go1.22 -complete -installsuffix shared -buildid pjZKZf3Cc2e_OYur6OFq/pjZKZf3Cc2e_OYur6OFq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1523/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/storagetype/storagetype.go
2025-08-20T22:42:16.8401324Z [00:03:58.492]➜  cp $WORK/b1522/_pkg_.a /root/.cache/go-build/4e/4e5e98051d69e54471a44962b40d27f0ca0204342473318310c6ade206e97cf4-d # internal
2025-08-20T22:42:16.8420269Z [00:03:58.494]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance
2025-08-20T22:42:16.8420793Z [00:03:58.494]➜  mkdir -p $WORK/b1524/
2025-08-20T22:42:16.8421176Z [00:03:58.494]➜  cat >/tmp/go-build3998081543/b1524/importcfg << 'EOF' # internal
2025-08-20T22:42:16.8421523Z [00:03:58.494]➜  # import config
2025-08-20T22:42:16.8422158Z [00:03:58.494]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.8422543Z [00:03:58.494]➜  EOF
2025-08-20T22:42:16.8425119Z [00:03:58.494]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1524/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/stringdistance=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/stringdistance;$WORK/b1524=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance -lang=go1.22 -complete -installsuffix shared -buildid Q6CNWkIJNZDxorA8gccH/Q6CNWkIJNZDxorA8gccH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1524/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/stringdistance/stringdistance.go
2025-08-20T22:42:16.8539867Z [00:03:58.506]➜  go tool buildid -w $WORK/b1523/_pkg_.a # internal
2025-08-20T22:42:16.8551243Z [00:03:58.507]➜  cp $WORK/b1523/_pkg_.a /root/.cache/go-build/40/4084dff006ce8b4646788c9eeca6389f942f3721003c01e1ecbae355958ade93-d # internal
2025-08-20T22:42:16.8569892Z [00:03:58.509]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode
2025-08-20T22:42:16.8570343Z [00:03:58.509]➜  mkdir -p $WORK/b1525/
2025-08-20T22:42:16.8574763Z [00:03:58.510]➜  cat >/tmp/go-build3998081543/b1525/importcfg << 'EOF' # internal
2025-08-20T22:42:16.8575140Z [00:03:58.510]➜  # import config
2025-08-20T22:42:16.8579730Z [00:03:58.510]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.8580245Z [00:03:58.510]➜  EOF
2025-08-20T22:42:16.8609383Z [00:03:58.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1525/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/suggestmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/suggestmode;$WORK/b1525=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode -lang=go1.22 -complete -installsuffix shared -buildid LQVn9lLBUhqxnf5mnTSM/LQVn9lLBUhqxnf5mnTSM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1525/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/suggestmode/suggestmode.go
2025-08-20T22:42:16.8612769Z [00:03:58.513]➜  go tool buildid -w $WORK/b1524/_pkg_.a # internal
2025-08-20T22:42:16.8613814Z [00:03:58.514]➜  cp $WORK/b1524/_pkg_.a /root/.cache/go-build/26/26203ad84799a556b989fc6c0ce38733fd595cec43bc039546efa50fca4de8c2-d # internal
2025-08-20T22:42:16.8631793Z [00:03:58.516]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort
2025-08-20T22:42:16.8632741Z [00:03:58.516]➜  mkdir -p $WORK/b1526/
2025-08-20T22:42:16.8649918Z [00:03:58.517]➜  cat >/tmp/go-build3998081543/b1526/importcfg << 'EOF' # internal
2025-08-20T22:42:16.8650341Z [00:03:58.517]➜  # import config
2025-08-20T22:42:16.8651396Z [00:03:58.517]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.8652172Z [00:03:58.517]➜  EOF
2025-08-20T22:42:16.8655163Z [00:03:58.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1526/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/suggestsort=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/suggestsort;$WORK/b1526=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort -lang=go1.22 -complete -installsuffix shared -buildid hBr9D_xGZvb9i8GyU6PX/hBr9D_xGZvb9i8GyU6PX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1526/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/suggestsort/suggestsort.go
2025-08-20T22:42:16.8798466Z [00:03:58.532]➜  go tool buildid -w $WORK/b1526/_pkg_.a # internal
2025-08-20T22:42:16.8808935Z [00:03:58.533]➜  cp $WORK/b1526/_pkg_.a /root/.cache/go-build/e4/e46970284116f658172ed21fb3dbd69938b7009bced14872e0a9c7df18b0b3e9-d # internal
2025-08-20T22:42:16.8817331Z [00:03:58.534]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod
2025-08-20T22:42:16.8818346Z [00:03:58.534]➜  mkdir -p $WORK/b1527/
2025-08-20T22:42:16.8826134Z [00:03:58.535]➜  go tool buildid -w $WORK/b1525/_pkg_.a # internal
2025-08-20T22:42:16.8827127Z [00:03:58.535]➜  cp $WORK/b1525/_pkg_.a /root/.cache/go-build/de/de31aa50f9059db639d71f4b53f438c552cc7b4f5bf02f19ac8f4dd61a10b35e-d # internal
2025-08-20T22:42:16.8846967Z [00:03:58.537]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype
2025-08-20T22:42:16.8847722Z [00:03:58.537]➜  mkdir -p $WORK/b1528/
2025-08-20T22:42:16.8850265Z [00:03:58.537]➜  cat >/tmp/go-build3998081543/b1528/importcfg << 'EOF' # internal
2025-08-20T22:42:16.8850809Z [00:03:58.537]➜  # import config
2025-08-20T22:42:16.8851424Z [00:03:58.537]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.8851994Z [00:03:58.537]➜  EOF
2025-08-20T22:42:16.8854701Z [00:03:58.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1528/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/syncjobtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/syncjobtype;$WORK/b1528=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype -lang=go1.22 -complete -installsuffix shared -buildid mZrqpUKPRGY3GAEIQaUk/mZrqpUKPRGY3GAEIQaUk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1528/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/syncjobtype/syncjobtype.go
2025-08-20T22:42:16.8858239Z [00:03:58.537]➜  cat >/tmp/go-build3998081543/b1527/importcfg << 'EOF' # internal
2025-08-20T22:42:16.8859140Z [00:03:58.537]➜  # import config
2025-08-20T22:42:16.8859692Z [00:03:58.537]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.8860159Z [00:03:58.537]➜  EOF
2025-08-20T22:42:16.8863057Z [00:03:58.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1527/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/syncjobtriggermethod=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/syncjobtriggermethod;$WORK/b1527=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod -lang=go1.22 -complete -installsuffix shared -buildid CUL1G7zkEkwJuZtfVn39/CUL1G7zkEkwJuZtfVn39 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1527/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/syncjobtriggermethod/syncjobtriggermethod.go
2025-08-20T22:42:16.9061723Z [00:03:58.558]➜  go tool buildid -w $WORK/b1528/_pkg_.a # internal
2025-08-20T22:42:16.9065562Z [00:03:58.559]➜  cp $WORK/b1528/_pkg_.a /root/.cache/go-build/da/da6d337ba3014c2198cc96c1adf393f963f1c67a3ac850904c3a0809142355f7-d # internal
2025-08-20T22:42:16.9120545Z [00:03:58.564]➜  go tool buildid -w $WORK/b1527/_pkg_.a # internal
2025-08-20T22:42:16.9141565Z [00:03:58.566]➜  cp $WORK/b1527/_pkg_.a /root/.cache/go-build/08/08663ad85aa3b5e8141d1ac82e6a73f0a3f6489f8f3ffbb91fc17fa9effff13f-d # internal
2025-08-20T22:42:16.9143002Z [00:03:58.566]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus
2025-08-20T22:42:16.9144882Z [00:03:58.566]➜  mkdir -p $WORK/b1529/
2025-08-20T22:42:16.9145274Z [00:03:58.567]➜  cat >/tmp/go-build3998081543/b1529/importcfg << 'EOF' # internal
2025-08-20T22:42:16.9151016Z [00:03:58.567]➜  # import config
2025-08-20T22:42:16.9151455Z [00:03:58.567]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.9151791Z [00:03:58.567]➜  EOF
2025-08-20T22:42:16.9154614Z [00:03:58.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1529/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/syncstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/syncstatus;$WORK/b1529=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus -lang=go1.22 -complete -installsuffix shared -buildid 4oUj2AB7bv5o1-Ge3HOp/4oUj2AB7bv5o1-Ge3HOp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1529/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/syncstatus/syncstatus.go
2025-08-20T22:42:16.9157207Z [00:03:58.567]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat
2025-08-20T22:42:16.9157672Z [00:03:58.567]➜  mkdir -p $WORK/b1530/
2025-08-20T22:42:16.9158234Z [00:03:58.567]➜  cat >/tmp/go-build3998081543/b1530/importcfg << 'EOF' # internal
2025-08-20T22:42:16.9158597Z [00:03:58.567]➜  # import config
2025-08-20T22:42:16.9158941Z [00:03:58.567]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.9159261Z [00:03:58.567]➜  EOF
2025-08-20T22:42:16.9161811Z [00:03:58.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1530/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/synonymformat=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/synonymformat;$WORK/b1530=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat -lang=go1.22 -complete -installsuffix shared -buildid XoAnnpBNc8KqkIl3-H8U/XoAnnpBNc8KqkIl3-H8U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1530/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/synonymformat/synonymformat.go
2025-08-20T22:42:16.9311993Z [00:03:58.581]➜  go tool buildid -w $WORK/b1529/_pkg_.a # internal
2025-08-20T22:42:16.9313308Z [00:03:58.582]➜  cp $WORK/b1529/_pkg_.a /root/.cache/go-build/5d/5d45629c33810686608f815aa37814ef34239b8e042470c31f4ad314cf296956-d # internal
2025-08-20T22:42:16.9314062Z [00:03:58.582]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype
2025-08-20T22:42:16.9314470Z [00:03:58.583]➜  mkdir -p $WORK/b1531/
2025-08-20T22:42:16.9316367Z [00:03:58.583]➜  cat >/tmp/go-build3998081543/b1531/importcfg << 'EOF' # internal
2025-08-20T22:42:16.9317334Z [00:03:58.583]➜  # import config
2025-08-20T22:42:16.9321342Z [00:03:58.583]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.9321892Z [00:03:58.583]➜  EOF
2025-08-20T22:42:16.9325762Z [00:03:58.583]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1531/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/tasktype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/tasktype;$WORK/b1531=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype -lang=go1.22 -complete -installsuffix shared -buildid 5QMWdIpGFbjiamIeJRpG/5QMWdIpGFbjiamIeJRpG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1531/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/tasktype/tasktype.go
2025-08-20T22:42:16.9376798Z [00:03:58.590]➜  go tool buildid -w $WORK/b1530/_pkg_.a # internal
2025-08-20T22:42:16.9381486Z [00:03:58.591]➜  cp $WORK/b1530/_pkg_.a /root/.cache/go-build/4f/4fe95cd3b173aa8e82378211853ea38e054834dcd65fc068176ecdb0249c85d0-d # internal
2025-08-20T22:42:16.9387452Z [00:03:58.591]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat
2025-08-20T22:42:16.9388289Z [00:03:58.591]➜  mkdir -p $WORK/b1532/
2025-08-20T22:42:16.9395897Z [00:03:58.592]➜  cat >/tmp/go-build3998081543/b1532/importcfg << 'EOF' # internal
2025-08-20T22:42:16.9396479Z [00:03:58.592]➜  # import config
2025-08-20T22:42:16.9396853Z [00:03:58.592]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.9397180Z [00:03:58.592]➜  EOF
2025-08-20T22:42:16.9400597Z [00:03:58.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1532/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/templateformat=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/templateformat;$WORK/b1532=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat -lang=go1.22 -complete -installsuffix shared -buildid IBNM2B740v2qOKxF2Zw1/IBNM2B740v2qOKxF2Zw1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1532/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/templateformat/templateformat.go
2025-08-20T22:42:16.9536622Z [00:03:58.606]➜  go tool buildid -w $WORK/b1531/_pkg_.a # internal
2025-08-20T22:42:16.9540017Z [00:03:58.606]➜  cp $WORK/b1531/_pkg_.a /root/.cache/go-build/f7/f7fba46aa0c3ab547e6b9031a6219e66e1a24530e7a1819454696a71e059b159-d # internal
2025-08-20T22:42:16.9548565Z [00:03:58.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode
2025-08-20T22:42:16.9551054Z [00:03:58.607]➜  mkdir -p $WORK/b1533/
2025-08-20T22:42:16.9551451Z [00:03:58.607]➜  cat >/tmp/go-build3998081543/b1533/importcfg << 'EOF' # internal
2025-08-20T22:42:16.9551802Z [00:03:58.607]➜  # import config
2025-08-20T22:42:16.9552167Z [00:03:58.607]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.9552492Z [00:03:58.607]➜  EOF
2025-08-20T22:42:16.9556926Z [00:03:58.608]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1533/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/termsaggregationcollectmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/termsaggregationcollectmode;$WORK/b1533=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode -lang=go1.22 -complete -installsuffix shared -buildid Bpxyv5yeAPq5gVqvH9hs/Bpxyv5yeAPq5gVqvH9hs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1533/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/termsaggregationcollectmode/termsaggregationcollectmode.go
2025-08-20T22:42:16.9691638Z [00:03:58.621]➜  go tool buildid -w $WORK/b1533/_pkg_.a # internal
2025-08-20T22:42:16.9696550Z [00:03:58.622]➜  cp $WORK/b1533/_pkg_.a /root/.cache/go-build/89/89cf88394817c8a8f9fa48cc68ce9bc2e4546e8848d10b686f4b169b220c5278-d # internal
2025-08-20T22:42:16.9707694Z [00:03:58.623]➜  go tool buildid -w $WORK/b1532/_pkg_.a # internal
2025-08-20T22:42:16.9715817Z [00:03:58.623]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint
2025-08-20T22:42:16.9716667Z [00:03:58.623]➜  cp $WORK/b1532/_pkg_.a /root/.cache/go-build/3f/3fa573bd02d5a5eb44b88f9a17aebfbed872528139dd9b8d5eda5751c158e176-d # internal
2025-08-20T22:42:16.9717266Z [00:03:58.623]➜  mkdir -p $WORK/b1534/
2025-08-20T22:42:16.9717661Z [00:03:58.624]➜  cat >/tmp/go-build3998081543/b1534/importcfg << 'EOF' # internal
2025-08-20T22:42:16.9718011Z [00:03:58.624]➜  # import config
2025-08-20T22:42:16.9718359Z [00:03:58.624]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.9718680Z [00:03:58.624]➜  EOF
2025-08-20T22:42:16.9724323Z [00:03:58.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1534/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/termsaggregationexecutionhint=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/termsaggregationexecutionhint;$WORK/b1534=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint -lang=go1.22 -complete -installsuffix shared -buildid dRtoNmgEnc6C-Mu5wkwH/dRtoNmgEnc6C-Mu5wkwH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1534/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/termsaggregationexecutionhint/termsaggregationexecutionhint.go
2025-08-20T22:42:16.9739437Z [00:03:58.626]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption
2025-08-20T22:42:16.9743428Z [00:03:58.627]➜  mkdir -p $WORK/b1535/
2025-08-20T22:42:16.9745224Z [00:03:58.627]➜  cat >/tmp/go-build3998081543/b1535/importcfg << 'EOF' # internal
2025-08-20T22:42:16.9747625Z [00:03:58.627]➜  # import config
2025-08-20T22:42:16.9748648Z [00:03:58.627]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.9749764Z [00:03:58.627]➜  EOF
2025-08-20T22:42:16.9752526Z [00:03:58.627]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1535/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/termvectoroption=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/termvectoroption;$WORK/b1535=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption -lang=go1.22 -complete -installsuffix shared -buildid tze67K5K3w9ZzZXUL-_S/tze67K5K3w9ZzZXUL-_S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1535/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/termvectoroption/termvectoroption.go
2025-08-20T22:42:16.9885755Z [00:03:58.640]➜  go tool buildid -w $WORK/b1534/_pkg_.a # internal
2025-08-20T22:42:16.9886597Z [00:03:58.641]➜  cp $WORK/b1534/_pkg_.a /root/.cache/go-build/90/903b59c47004561c87df5c0783439128e4272f34bb92ba6235503ac65f8184a8-d # internal
2025-08-20T22:42:16.9896381Z [00:03:58.642]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype
2025-08-20T22:42:16.9897246Z [00:03:58.642]➜  mkdir -p $WORK/b1536/
2025-08-20T22:42:16.9897936Z [00:03:58.642]➜  cat >/tmp/go-build3998081543/b1536/importcfg << 'EOF' # internal
2025-08-20T22:42:16.9898562Z [00:03:58.642]➜  # import config
2025-08-20T22:42:16.9899489Z [00:03:58.642]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.9901124Z [00:03:58.642]➜  EOF
2025-08-20T22:42:16.9903767Z [00:03:58.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1536/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/textquerytype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/textquerytype;$WORK/b1536=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype -lang=go1.22 -complete -installsuffix shared -buildid b7Zf3F5PRnd2oL1j5ezk/b7Zf3F5PRnd2oL1j5ezk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1536/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/textquerytype/textquerytype.go
2025-08-20T22:42:16.9936939Z [00:03:58.646]➜  go tool buildid -w $WORK/b1535/_pkg_.a # internal
2025-08-20T22:42:16.9941630Z [00:03:58.647]➜  cp $WORK/b1535/_pkg_.a /root/.cache/go-build/e8/e8b51fc7cb054d6dd1d83fbe3d9624aec619f7a85cf56a8328556840b9629cef-d # internal
2025-08-20T22:42:16.9948254Z [00:03:58.647]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype
2025-08-20T22:42:16.9948759Z [00:03:58.647]➜  mkdir -p $WORK/b1537/
2025-08-20T22:42:16.9956123Z [00:03:58.647]➜  cat >/tmp/go-build3998081543/b1537/importcfg << 'EOF' # internal
2025-08-20T22:42:16.9956673Z [00:03:58.647]➜  # import config
2025-08-20T22:42:16.9957126Z [00:03:58.647]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:16.9957558Z [00:03:58.647]➜  EOF
2025-08-20T22:42:16.9960399Z [00:03:58.647]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1537/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/timeseriesmetrictype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/timeseriesmetrictype;$WORK/b1537=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype -lang=go1.22 -complete -installsuffix shared -buildid fFc2oKCViDPYSSnw3Tm0/fFc2oKCViDPYSSnw3Tm0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1537/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/timeseriesmetrictype/timeseriesmetrictype.go
2025-08-20T22:42:17.0065844Z [00:03:58.659]➜  go tool buildid -w $WORK/b1536/_pkg_.a # internal
2025-08-20T22:42:17.0066855Z [00:03:58.659]➜  cp $WORK/b1536/_pkg_.a /root/.cache/go-build/c8/c8e9eb1ab08ca586a08ae28d29f318051d2669e36b616325820160b4e5817375-d # internal
2025-08-20T22:42:17.0074495Z [00:03:58.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar
2025-08-20T22:42:17.0075996Z [00:03:58.660]➜  mkdir -p $WORK/b1538/
2025-08-20T22:42:17.0107151Z [00:03:58.661]➜  cat >/tmp/go-build3998081543/b1538/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0113529Z [00:03:58.661]➜  # import config
2025-08-20T22:42:17.0113987Z [00:03:58.661]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0114350Z [00:03:58.661]➜  EOF
2025-08-20T22:42:17.0116961Z [00:03:58.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1538/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/tokenchar=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/tokenchar;$WORK/b1538=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar -lang=go1.22 -complete -installsuffix shared -buildid PyxNhrUj0cl3MBOt8kn6/PyxNhrUj0cl3MBOt8kn6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1538/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/tokenchar/tokenchar.go
2025-08-20T22:42:17.0119245Z [00:03:58.661]➜  go tool buildid -w $WORK/b1537/_pkg_.a # internal
2025-08-20T22:42:17.0119915Z [00:03:58.662]➜  cp $WORK/b1537/_pkg_.a /root/.cache/go-build/8e/8ecd1ec237060acd179e0c3cca0e903d7015c02c318a4dd9ba9ffc5f3d6d3b72-d # internal
2025-08-20T22:42:17.0120980Z [00:03:58.663]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate
2025-08-20T22:42:17.0121516Z [00:03:58.663]➜  mkdir -p $WORK/b1539/
2025-08-20T22:42:17.0122250Z [00:03:58.664]➜  cat >/tmp/go-build3998081543/b1539/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0122625Z [00:03:58.664]➜  # import config
2025-08-20T22:42:17.0122990Z [00:03:58.664]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0123311Z [00:03:58.664]➜  EOF
2025-08-20T22:42:17.0132864Z [00:03:58.664]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1539/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/tokenizationtruncate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/tokenizationtruncate;$WORK/b1539=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate -lang=go1.22 -complete -installsuffix shared -buildid o3vI1v1_paEAssvczXgJ/o3vI1v1_paEAssvczXgJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1539/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/tokenizationtruncate/tokenizationtruncate.go
2025-08-20T22:42:17.0232354Z [00:03:58.674]➜  go tool buildid -w $WORK/b1326/_pkg_.a # internal
2025-08-20T22:42:17.0243346Z [00:03:58.677]➜  go tool buildid -w $WORK/b1538/_pkg_.a # internal
2025-08-20T22:42:17.0249010Z [00:03:58.677]➜  cp $WORK/b1538/_pkg_.a /root/.cache/go-build/d3/d3fe27d5997db188cbcaec06daa486e083a15ac61f4346ea5327c1c8e4589972-d # internal
2025-08-20T22:42:17.0256553Z [00:03:58.678]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation
2025-08-20T22:42:17.0263252Z [00:03:58.678]➜  mkdir -p $WORK/b1540/
2025-08-20T22:42:17.0269480Z [00:03:58.678]➜  cat >/tmp/go-build3998081543/b1540/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0270374Z [00:03:58.678]➜  # import config
2025-08-20T22:42:17.0271555Z [00:03:58.678]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0272206Z [00:03:58.678]➜  EOF
2025-08-20T22:42:17.0275017Z [00:03:58.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1540/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/totalhitsrelation=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/totalhitsrelation;$WORK/b1540=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation -lang=go1.22 -complete -installsuffix shared -buildid v5FxBl23-3XNPKWLq72L/v5FxBl23-3XNPKWLq72L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1540/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/totalhitsrelation/totalhitsrelation.go
2025-08-20T22:42:17.0278762Z [00:03:58.680]➜  go tool buildid -w $WORK/b1539/_pkg_.a # internal
2025-08-20T22:42:17.0279824Z [00:03:58.680]➜  cp $WORK/b1539/_pkg_.a /root/.cache/go-build/41/4126adae03a004ae49d899eef546ad227bc168311e2c8363b7ed930a7d86733d-d # internal
2025-08-20T22:42:17.0281869Z [00:03:58.681]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype
2025-08-20T22:42:17.0282395Z [00:03:58.681]➜  mkdir -p $WORK/b1541/
2025-08-20T22:42:17.0288433Z [00:03:58.681]➜  cat >/tmp/go-build3998081543/b1541/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0290387Z [00:03:58.681]➜  # import config
2025-08-20T22:42:17.0290806Z [00:03:58.681]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0291127Z [00:03:58.681]➜  EOF
2025-08-20T22:42:17.0301924Z [00:03:58.682]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1541/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/trainedmodeltype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/trainedmodeltype;$WORK/b1541=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype -lang=go1.22 -complete -installsuffix shared -buildid cT0wEPhWEMt5uJftlz1a/cT0wEPhWEMt5uJftlz1a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1541/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/trainedmodeltype/trainedmodeltype.go
2025-08-20T22:42:17.0319242Z [00:03:58.684]➜  cp $WORK/b1326/_pkg_.a /root/.cache/go-build/6b/6bb42af98964c3c6d8b2fe777b912a1196745f4f3de25875bd4ab99a8bc47e4f-d # internal
2025-08-20T22:42:17.0330032Z [00:03:58.685]➜  github.com/databricks/databricks-sql-go/internal/rows
2025-08-20T22:42:17.0330883Z [00:03:58.685]➜  mkdir -p $WORK/b1325/
2025-08-20T22:42:17.0332652Z [00:03:58.686]➜  cat >/tmp/go-build3998081543/b1325/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0333036Z [00:03:58.686]➜  # import config
2025-08-20T22:42:17.0333390Z [00:03:58.686]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.0333844Z [00:03:58.686]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:17.0334340Z [00:03:58.686]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:17.0334819Z [00:03:58.686]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.0335705Z [00:03:58.686]➜  packagefile github.com/databricks/databricks-sql-go/driverctx=/tmp/go-build3998081543/b1313/_pkg_.a
2025-08-20T22:42:17.0336496Z [00:03:58.686]➜  packagefile github.com/databricks/databricks-sql-go/errors=/tmp/go-build3998081543/b1314/_pkg_.a
2025-08-20T22:42:17.0337271Z [00:03:58.686]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:42:17.0343688Z [00:03:58.687]➜  packagefile github.com/databricks/databricks-sql-go/internal/client=/tmp/go-build3998081543/b1316/_pkg_.a
2025-08-20T22:42:17.0344617Z [00:03:58.687]➜  packagefile github.com/databricks/databricks-sql-go/internal/config=/tmp/go-build3998081543/b1317/_pkg_.a
2025-08-20T22:42:17.0345489Z [00:03:58.687]➜  packagefile github.com/databricks/databricks-sql-go/internal/errors=/tmp/go-build3998081543/b1321/_pkg_.a
2025-08-20T22:42:17.0346636Z [00:03:58.687]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows/arrowbased=/tmp/go-build3998081543/b1326/_pkg_.a
2025-08-20T22:42:17.0347492Z [00:03:58.687]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows/columnbased=/tmp/go-build3998081543/b1348/_pkg_.a
2025-08-20T22:42:17.0348346Z [00:03:58.687]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows/rowscanner=/tmp/go-build3998081543/b1346/_pkg_.a
2025-08-20T22:42:17.0349276Z [00:03:58.687]➜  packagefile github.com/databricks/databricks-sql-go/logger=/tmp/go-build3998081543/b1322/_pkg_.a
2025-08-20T22:42:17.0350041Z [00:03:58.687]➜  packagefile github.com/databricks/databricks-sql-go/rows=/tmp/go-build3998081543/b1347/_pkg_.a
2025-08-20T22:42:17.0350615Z [00:03:58.687]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:17.0351035Z [00:03:58.687]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:17.0351460Z [00:03:58.687]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:17.0351811Z [00:03:58.687]➜  EOF
2025-08-20T22:42:17.0354659Z [00:03:58.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1325/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000/internal/rows;$WORK/b1325=>" -p github.com/databricks/databricks-sql-go/internal/rows -lang=go1.24 -complete -installsuffix shared -buildid rNs_IanGW1NCR_YFbLfR/rNs_IanGW1NCR_YFbLfR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1325/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/errors.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/internal/rows/rows.go
2025-08-20T22:42:17.0451623Z [00:03:58.697]➜  go tool buildid -w $WORK/b1541/_pkg_.a # internal
2025-08-20T22:42:17.0457854Z [00:03:58.698]➜  cp $WORK/b1541/_pkg_.a /root/.cache/go-build/a5/a590a2ef8490e738e57301fd9e075d6875536efe969b953e0f39caed98951b20-d # internal
2025-08-20T22:42:17.0463291Z [00:03:58.699]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority
2025-08-20T22:42:17.0467438Z [00:03:58.699]➜  mkdir -p $WORK/b1542/
2025-08-20T22:42:17.0470029Z [00:03:58.699]➜  cat >/tmp/go-build3998081543/b1542/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0470513Z [00:03:58.699]➜  # import config
2025-08-20T22:42:17.0470998Z [00:03:58.699]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0471417Z [00:03:58.699]➜  EOF
2025-08-20T22:42:17.0477692Z [00:03:58.700]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1542/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/trainingpriority=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/trainingpriority;$WORK/b1542=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority -lang=go1.22 -complete -installsuffix shared -buildid QfLg5-4cDyM2cEpjpYww/QfLg5-4cDyM2cEpjpYww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1542/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/trainingpriority/trainingpriority.go
2025-08-20T22:42:17.0485866Z [00:03:58.701]➜  go tool buildid -w $WORK/b1540/_pkg_.a # internal
2025-08-20T22:42:17.0487229Z [00:03:58.701]➜  cp $WORK/b1540/_pkg_.a /root/.cache/go-build/b1/b1d0032dde3e8059a6a9850d1ce35124e606a59b2614762a730c6a192677a91a-d # internal
2025-08-20T22:42:17.0497525Z [00:03:58.702]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability
2025-08-20T22:42:17.0498483Z [00:03:58.702]➜  mkdir -p $WORK/b1543/
2025-08-20T22:42:17.0509770Z [00:03:58.703]➜  cat >/tmp/go-build3998081543/b1543/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0511370Z [00:03:58.703]➜  # import config
2025-08-20T22:42:17.0512534Z [00:03:58.703]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0513342Z [00:03:58.703]➜  EOF
2025-08-20T22:42:17.0516679Z [00:03:58.703]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1543/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/translogdurability=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/translogdurability;$WORK/b1543=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability -lang=go1.22 -complete -installsuffix shared -buildid V-xgFne2Li6cMnVx87Uv/V-xgFne2Li6cMnVx87Uv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1543/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/translogdurability/translogdurability.go
2025-08-20T22:42:17.0618039Z [00:03:58.714]➜  go tool buildid -w $WORK/b1542/_pkg_.a # internal
2025-08-20T22:42:17.0620618Z [00:03:58.714]➜  cp $WORK/b1542/_pkg_.a /root/.cache/go-build/e2/e26f8614b7412c897b2e34c1bc8776ce01ce7167b8c7a489f9ce3c60b6101d15-d # internal
2025-08-20T22:42:17.0631506Z [00:03:58.716]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype
2025-08-20T22:42:17.0632585Z [00:03:58.716]➜  mkdir -p $WORK/b1544/
2025-08-20T22:42:17.0633207Z [00:03:58.716]➜  cat >/tmp/go-build3998081543/b1544/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0633593Z [00:03:58.716]➜  # import config
2025-08-20T22:42:17.0633941Z [00:03:58.716]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0634263Z [00:03:58.716]➜  EOF
2025-08-20T22:42:17.0637845Z [00:03:58.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1544/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ttesttype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ttesttype;$WORK/b1544=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype -lang=go1.22 -complete -installsuffix shared -buildid sHdVzeT7OawTJlwX5P46/sHdVzeT7OawTJlwX5P46 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1544/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/ttesttype/ttesttype.go
2025-08-20T22:42:17.0673916Z [00:03:58.720]➜  go tool buildid -w $WORK/b1543/_pkg_.a # internal
2025-08-20T22:42:17.0674949Z [00:03:58.720]➜  cp $WORK/b1543/_pkg_.a /root/.cache/go-build/c2/c28f2e3e2f346917428916049ccfff15fd2355614a90df85b71cc4c276c5f61e-d # internal
2025-08-20T22:42:17.0678194Z [00:03:58.720]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason
2025-08-20T22:42:17.0678686Z [00:03:58.720]➜  mkdir -p $WORK/b1545/
2025-08-20T22:42:17.0682460Z [00:03:58.721]➜  cat >/tmp/go-build3998081543/b1545/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0682832Z [00:03:58.721]➜  # import config
2025-08-20T22:42:17.0683184Z [00:03:58.721]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0683518Z [00:03:58.721]➜  EOF
2025-08-20T22:42:17.0688291Z [00:03:58.721]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1545/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/unassignedinformationreason=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/unassignedinformationreason;$WORK/b1545=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason -lang=go1.22 -complete -installsuffix shared -buildid sOBUd796kBilLN4iZBfu/sOBUd796kBilLN4iZBfu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1545/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/unassignedinformationreason/unassignedinformationreason.go
2025-08-20T22:42:17.0778613Z [00:03:58.730]➜  go tool buildid -w $WORK/b1544/_pkg_.a # internal
2025-08-20T22:42:17.0809079Z [00:03:58.733]➜  cp $WORK/b1544/_pkg_.a /root/.cache/go-build/0c/0cf190a87b89656c430d6f4dce84ccb4b17ee7899c1e9758b0b94a11d4991dc3-d # internal
2025-08-20T22:42:17.0816893Z [00:03:58.733]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty
2025-08-20T22:42:17.0817838Z [00:03:58.733]➜  mkdir -p $WORK/b1546/
2025-08-20T22:42:17.0829438Z [00:03:58.735]➜  cat >/tmp/go-build3998081543/b1546/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0830083Z [00:03:58.735]➜  # import config
2025-08-20T22:42:17.0830755Z [00:03:58.735]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0831252Z [00:03:58.735]➜  EOF
2025-08-20T22:42:17.0834820Z [00:03:58.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1546/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/useragentproperty=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/useragentproperty;$WORK/b1546=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty -lang=go1.22 -complete -installsuffix shared -buildid UQMbXnvrl2WLpa9fuHXB/UQMbXnvrl2WLpa9fuHXB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1546/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/useragentproperty/useragentproperty.go
2025-08-20T22:42:17.0910993Z [00:03:58.743]➜  go tool buildid -w $WORK/b1545/_pkg_.a # internal
2025-08-20T22:42:17.0913278Z [00:03:58.744]➜  cp $WORK/b1545/_pkg_.a /root/.cache/go-build/d4/d418a47dde2ee795eb0b704193481a942101b6e2176d7bb370c7cce7031a8409-d # internal
2025-08-20T22:42:17.0926819Z [00:03:58.745]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype
2025-08-20T22:42:17.0927750Z [00:03:58.745]➜  mkdir -p $WORK/b1547/
2025-08-20T22:42:17.0928419Z [00:03:58.745]➜  cat >/tmp/go-build3998081543/b1547/importcfg << 'EOF' # internal
2025-08-20T22:42:17.0929014Z [00:03:58.745]➜  # import config
2025-08-20T22:42:17.0929986Z [00:03:58.745]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.0930362Z [00:03:58.745]➜  EOF
2025-08-20T22:42:17.0933153Z [00:03:58.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1547/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/valuetype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/valuetype;$WORK/b1547=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype -lang=go1.22 -complete -installsuffix shared -buildid j8X_RCnRzjGvCNwK1LNT/j8X_RCnRzjGvCNwK1LNT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1547/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/valuetype/valuetype.go
2025-08-20T22:42:17.1017786Z [00:03:58.754]➜  go tool buildid -w $WORK/b1546/_pkg_.a # internal
2025-08-20T22:42:17.1027787Z [00:03:58.755]➜  cp $WORK/b1546/_pkg_.a /root/.cache/go-build/a1/a150bdcb8bd522ca0c4cd5d155905582f5c1ac35f418ae2fcd6b47f7782d6143-d # internal
2025-08-20T22:42:17.1031220Z [00:03:58.756]➜  go tool buildid -w $WORK/b1325/_pkg_.a # internal
2025-08-20T22:42:17.1045871Z [00:03:58.757]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype
2025-08-20T22:42:17.1046422Z [00:03:58.757]➜  mkdir -p $WORK/b1548/
2025-08-20T22:42:17.1053284Z [00:03:58.758]➜  cp $WORK/b1325/_pkg_.a /root/.cache/go-build/98/98bf815406cd66606b85f809ef9dc1f75f40c79f178d574a4b6b88efe72642a6-d # internal
2025-08-20T22:42:17.1067621Z [00:03:58.759]➜  cat >/tmp/go-build3998081543/b1548/importcfg << 'EOF' # internal
2025-08-20T22:42:17.1068383Z [00:03:58.759]➜  # import config
2025-08-20T22:42:17.1069036Z [00:03:58.759]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.1069637Z [00:03:58.759]➜  EOF
2025-08-20T22:42:17.1072329Z [00:03:58.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1548/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/versiontype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/versiontype;$WORK/b1548=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype -lang=go1.22 -complete -installsuffix shared -buildid rYMof4R-_6uhXQMIx0tR/rYMof4R-_6uhXQMIx0tR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1548/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/versiontype/versiontype.go
2025-08-20T22:42:17.1118115Z [00:03:58.764]➜  github.com/databricks/databricks-sql-go
2025-08-20T22:42:17.1118540Z [00:03:58.764]➜  mkdir -p $WORK/b1302/
2025-08-20T22:42:17.1118978Z [00:03:58.764]➜  cat >/tmp/go-build3998081543/b1302/importcfg << 'EOF' # internal
2025-08-20T22:42:17.1127949Z [00:03:58.764]➜  # import config
2025-08-20T22:42:17.1128418Z [00:03:58.764]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.1128870Z [00:03:58.764]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:17.1129331Z [00:03:58.764]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:17.1129823Z [00:03:58.764]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:17.1130341Z [00:03:58.764]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:17.1130785Z [00:03:58.764]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.1131319Z [00:03:58.764]➜  packagefile github.com/apache/thrift/lib/go/thrift=/tmp/go-build3998081543/b389/_pkg_.a
2025-08-20T22:42:17.1131993Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/auth=/tmp/go-build3998081543/b1303/_pkg_.a
2025-08-20T22:42:17.1132741Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth/m2m=/tmp/go-build3998081543/b1304/_pkg_.a
2025-08-20T22:42:17.1133479Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/auth/pat=/tmp/go-build3998081543/b1312/_pkg_.a
2025-08-20T22:42:17.1134198Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/driverctx=/tmp/go-build3998081543/b1313/_pkg_.a
2025-08-20T22:42:17.1134918Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/errors=/tmp/go-build3998081543/b1314/_pkg_.a
2025-08-20T22:42:17.1136173Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:42:17.1137028Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/internal/client=/tmp/go-build3998081543/b1316/_pkg_.a
2025-08-20T22:42:17.1137803Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/internal/config=/tmp/go-build3998081543/b1317/_pkg_.a
2025-08-20T22:42:17.1138578Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/internal/errors=/tmp/go-build3998081543/b1321/_pkg_.a
2025-08-20T22:42:17.1139340Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows=/tmp/go-build3998081543/b1325/_pkg_.a
2025-08-20T22:42:17.1140211Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/internal/sentinel=/tmp/go-build3998081543/b1349/_pkg_.a
2025-08-20T22:42:17.1141097Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/internal/thrift_protocol=/tmp/go-build3998081543/b1350/_pkg_.a
2025-08-20T22:42:17.1141864Z [00:03:58.764]➜  packagefile github.com/databricks/databricks-sql-go/logger=/tmp/go-build3998081543/b1322/_pkg_.a
2025-08-20T22:42:17.1142471Z [00:03:58.764]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:42:17.1142928Z [00:03:58.764]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.1143355Z [00:03:58.764]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.1143824Z [00:03:58.764]➜  packagefile net/http/httptest=/tmp/go-build3998081543/b282/_pkg_.a
2025-08-20T22:42:17.1144271Z [00:03:58.764]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:17.1144707Z [00:03:58.764]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:17.1145157Z [00:03:58.764]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:17.1145885Z [00:03:58.764]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.1146325Z [00:03:58.764]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.1146747Z [00:03:58.764]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:17.1147057Z [00:03:58.764]➜  EOF
2025-08-20T22:42:17.1151996Z [00:03:58.764]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad=>github.com/databricks/databricks-sql-go@v0.0.0-00010101000000-000000000000;$WORK/b1302=>" -p github.com/databricks/databricks-sql-go -lang=go1.24 -complete -installsuffix shared -buildid bgGsTlyMyuG9-GIcMKu0/bgGsTlyMyuG9-GIcMKu0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1302/importcfg -pack /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/connection.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/connector.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/doc.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/driver.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/parameters.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/result.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/statement.go /root/go/pkg/mod/github.com/flarco/databricks-sql-go@v0.0.0-20250613120556-51f7c1f3b4ad/testserver.go
2025-08-20T22:42:17.1158934Z [00:03:58.764]➜  go tool buildid -w $WORK/b1547/_pkg_.a # internal
2025-08-20T22:42:17.1159652Z [00:03:58.764]➜  cp $WORK/b1547/_pkg_.a /root/.cache/go-build/9a/9a64690eda9cc9c77da23e5c6c089d48d51620c3968fa068474c43cc39ccaf08-d # internal
2025-08-20T22:42:17.1160356Z [00:03:58.765]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate
2025-08-20T22:42:17.1161083Z [00:03:58.765]➜  mkdir -p $WORK/b1549/
2025-08-20T22:42:17.1161574Z [00:03:58.765]➜  cat >/tmp/go-build3998081543/b1549/importcfg << 'EOF' # internal
2025-08-20T22:42:17.1161974Z [00:03:58.765]➜  # import config
2025-08-20T22:42:17.1162328Z [00:03:58.765]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.1162647Z [00:03:58.765]➜  EOF
2025-08-20T22:42:17.1165189Z [00:03:58.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1549/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/watcherstate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/watcherstate;$WORK/b1549=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate -lang=go1.22 -complete -installsuffix shared -buildid GxiRQQwMJgttOCKbVLJZ/GxiRQQwMJgttOCKbVLJZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1549/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/watcherstate/watcherstate.go
2025-08-20T22:42:17.1213571Z [00:03:58.774]➜  go tool buildid -w $WORK/b1548/_pkg_.a # internal
2025-08-20T22:42:17.1215276Z [00:03:58.774]➜  cp $WORK/b1548/_pkg_.a /root/.cache/go-build/7e/7edd6583465d8a6c5319699319a3a512659a2f59d094f77804942853358648a0-d # internal
2025-08-20T22:42:17.1222092Z [00:03:58.775]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery
2025-08-20T22:42:17.1225795Z [00:03:58.775]➜  mkdir -p $WORK/b1550/
2025-08-20T22:42:17.1226294Z [00:03:58.775]➜  cat >/tmp/go-build3998081543/b1550/importcfg << 'EOF' # internal
2025-08-20T22:42:17.1226652Z [00:03:58.775]➜  # import config
2025-08-20T22:42:17.1227004Z [00:03:58.775]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.1227328Z [00:03:58.775]➜  EOF
2025-08-20T22:42:17.1229905Z [00:03:58.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1550/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/zerotermsquery=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/zerotermsquery;$WORK/b1550=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery -lang=go1.22 -complete -installsuffix shared -buildid OVnyiaab4vYRm8E1Y_uy/OVnyiaab4vYRm8E1Y_uy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1550/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/zerotermsquery/zerotermsquery.go
2025-08-20T22:42:17.1272309Z [00:03:58.780]➜  go tool buildid -w $WORK/b1549/_pkg_.a # internal
2025-08-20T22:42:17.1276713Z [00:03:58.780]➜  cp $WORK/b1549/_pkg_.a /root/.cache/go-build/e2/e2b789ec6326e50f7ad7caefb72d45ee781fbfc50c64cbcb557b9f70cc65e95e-d # internal
2025-08-20T22:42:17.1282124Z [00:03:58.781]➜  github.com/elastic/go-elasticsearch/v8/typedapi/capabilities
2025-08-20T22:42:17.1284507Z [00:03:58.781]➜  mkdir -p $WORK/b1558/
2025-08-20T22:42:17.1321739Z [00:03:58.784]➜  cat >/tmp/go-build3998081543/b1558/importcfg << 'EOF' # internal
2025-08-20T22:42:17.1324700Z [00:03:58.785]➜  # import config
2025-08-20T22:42:17.1330276Z [00:03:58.785]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.1330714Z [00:03:58.785]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.1331137Z [00:03:58.785]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.1331775Z [00:03:58.785]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.1332365Z [00:03:58.785]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.1332779Z [00:03:58.785]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.1333209Z [00:03:58.785]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.1333638Z [00:03:58.785]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.1334317Z [00:03:58.785]➜  EOF
2025-08-20T22:42:17.1336960Z [00:03:58.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1558/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/capabilities=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/capabilities;$WORK/b1558=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/capabilities -lang=go1.22 -complete -installsuffix shared -buildid iEEOUMkzHbMX6EX8O_CG/iEEOUMkzHbMX6EX8O_CG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1558/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/capabilities/capabilities.go
2025-08-20T22:42:17.1362899Z [00:03:58.788]➜  go tool buildid -w $WORK/b1550/_pkg_.a # internal
2025-08-20T22:42:17.1378623Z [00:03:58.790]➜  cp $WORK/b1550/_pkg_.a /root/.cache/go-build/1a/1abf253e3e9a9a146d76f0cd169be93ad1ad29371eba8b4f1eb3312ffeb5141f-d # internal
2025-08-20T22:42:17.1795970Z [00:03:58.831]➜  go tool buildid -w $WORK/b1558/_pkg_.a # internal
2025-08-20T22:42:17.1839949Z [00:03:58.836]➜  cp $WORK/b1558/_pkg_.a /root/.cache/go-build/4d/4d382a5350894c7bb4faae2995d53f055ee04c8e1b9220718657c9cc6ea87419-d # internal
2025-08-20T22:42:17.1874760Z [00:03:58.840]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes
2025-08-20T22:42:17.1875844Z [00:03:58.840]➜  mkdir -p $WORK/b1561/
2025-08-20T22:42:17.1876579Z [00:03:58.840]➜  cat >/tmp/go-build3998081543/b1561/importcfg << 'EOF' # internal
2025-08-20T22:42:17.1877676Z [00:03:58.840]➜  # import config
2025-08-20T22:42:17.1878086Z [00:03:58.840]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.1878418Z [00:03:58.840]➜  EOF
2025-08-20T22:42:17.1880817Z [00:03:58.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1561/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/bytes=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/bytes;$WORK/b1561=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes -lang=go1.22 -complete -installsuffix shared -buildid VGwUWPfrSbsrtfKQDYsw/VGwUWPfrSbsrtfKQDYsw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1561/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/bytes/bytes.go
2025-08-20T22:42:17.2227135Z [00:03:58.872]➜  go tool buildid -w $WORK/b1561/_pkg_.a # internal
2025-08-20T22:42:17.2242053Z [00:03:58.873]➜  cp $WORK/b1561/_pkg_.a /root/.cache/go-build/c8/c84a71306ae2cd104127a7932e94bc0148c7a0609f9495205862f6e863fa6f47-d # internal
2025-08-20T22:42:17.2243095Z [00:03:58.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit
2025-08-20T22:42:17.2243564Z [00:03:58.873]➜  mkdir -p $WORK/b1566/
2025-08-20T22:42:17.2243944Z [00:03:58.874]➜  cat >/tmp/go-build3998081543/b1566/importcfg << 'EOF' # internal
2025-08-20T22:42:17.2244292Z [00:03:58.874]➜  # import config
2025-08-20T22:42:17.2244639Z [00:03:58.874]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.2244983Z [00:03:58.874]➜  EOF
2025-08-20T22:42:17.2247655Z [00:03:58.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1566/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/timeunit=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/timeunit;$WORK/b1566=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit -lang=go1.22 -complete -installsuffix shared -buildid 9LOtAVWoYzhvj3MEXVcB/9LOtAVWoYzhvj3MEXVcB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1566/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/timeunit/timeunit.go
2025-08-20T22:42:17.2416232Z [00:03:58.894]➜  go tool buildid -w $WORK/b1566/_pkg_.a # internal
2025-08-20T22:42:17.2420330Z [00:03:58.894]➜  cp $WORK/b1566/_pkg_.a /root/.cache/go-build/01/01d767b16d0dd2e54647e249723b5a1e419bbf6352cac975702ea2cae86d96d4-d # internal
2025-08-20T22:42:17.2430557Z [00:03:58.895]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions
2025-08-20T22:42:17.2431273Z [00:03:58.895]➜  mkdir -p $WORK/b1602/
2025-08-20T22:42:17.2434228Z [00:03:58.896]➜  cat >/tmp/go-build3998081543/b1602/importcfg << 'EOF' # internal
2025-08-20T22:42:17.2434706Z [00:03:58.896]➜  # import config
2025-08-20T22:42:17.2435184Z [00:03:58.896]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.2435844Z [00:03:58.896]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.2436388Z [00:03:58.896]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.2437134Z [00:03:58.896]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.2437862Z [00:03:58.896]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.2438303Z [00:03:58.896]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.2438874Z [00:03:58.896]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.2439468Z [00:03:58.896]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.2439938Z [00:03:58.896]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.2440364Z [00:03:58.896]➜  EOF
2025-08-20T22:42:17.2443352Z [00:03:58.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1602/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/deletevotingconfigexclusions=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/deletevotingconfigexclusions;$WORK/b1602=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions -lang=go1.22 -complete -installsuffix shared -buildid 7w2hDiHappLELngI8KnS/7w2hDiHappLELngI8KnS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1602/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/deletevotingconfigexclusions/delete_voting_config_exclusions.go
2025-08-20T22:42:17.2586168Z [00:03:58.911]➜  go tool buildid -w $WORK/b1302/_pkg_.a # internal
2025-08-20T22:42:17.2608894Z [00:03:58.913]➜  cp $WORK/b1302/_pkg_.a /root/.cache/go-build/e8/e87f153b3834e0313a909f03301d2d1166663ffe016f2323af0174b9f3783520-d # internal
2025-08-20T22:42:17.2632459Z [00:03:58.915]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate
2025-08-20T22:42:17.2639571Z [00:03:58.915]➜  mkdir -p $WORK/b1603/
2025-08-20T22:42:17.2640298Z [00:03:58.916]➜  cat >/tmp/go-build3998081543/b1603/importcfg << 'EOF' # internal
2025-08-20T22:42:17.2640732Z [00:03:58.916]➜  # import config
2025-08-20T22:42:17.2641085Z [00:03:58.916]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.2641518Z [00:03:58.916]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.2641939Z [00:03:58.916]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.2642618Z [00:03:58.916]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.2643216Z [00:03:58.916]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.2643638Z [00:03:58.916]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.2644072Z [00:03:58.916]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.2644500Z [00:03:58.916]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.2644935Z [00:03:58.916]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.2645258Z [00:03:58.916]➜  EOF
2025-08-20T22:42:17.2663469Z [00:03:58.918]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1603/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/existscomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/existscomponenttemplate;$WORK/b1603=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid YBP8dRdSNQJCr0GiFJGm/YBP8dRdSNQJCr0GiFJGm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1603/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/existscomponenttemplate/exists_component_template.go
2025-08-20T22:42:17.2971399Z [00:03:58.949]➜  go tool buildid -w $WORK/b1602/_pkg_.a # internal
2025-08-20T22:42:17.2981724Z [00:03:58.951]➜  cp $WORK/b1602/_pkg_.a /root/.cache/go-build/45/45e5eacdafb8802bd683bc27dd771a68b9d2f238f73cf91b2740f97354d7ea09-d # internal
2025-08-20T22:42:17.2986662Z [00:03:58.951]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level
2025-08-20T22:42:17.2987120Z [00:03:58.951]➜  mkdir -p $WORK/b1607/
2025-08-20T22:42:17.2989568Z [00:03:58.951]➜  cat >/tmp/go-build3998081543/b1607/importcfg << 'EOF' # internal
2025-08-20T22:42:17.2989955Z [00:03:58.951]➜  # import config
2025-08-20T22:42:17.2995553Z [00:03:58.951]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.2995952Z [00:03:58.951]➜  EOF
2025-08-20T22:42:17.2998357Z [00:03:58.952]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1607/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/level=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/level;$WORK/b1607=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level -lang=go1.22 -complete -installsuffix shared -buildid gD3BZBS6Fv7zAs6i8Dpi/gD3BZBS6Fv7zAs6i8Dpi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1607/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/level/level.go
2025-08-20T22:42:17.3259635Z [00:03:58.978]➜  go tool buildid -w $WORK/b1607/_pkg_.a # internal
2025-08-20T22:42:17.3264291Z [00:03:58.979]➜  cp $WORK/b1607/_pkg_.a /root/.cache/go-build/32/32bddbc94b4a41e9c53afaee9b87f85a9281abd1acb2e8e159b50774dce3db82-d # internal
2025-08-20T22:42:17.3287334Z [00:03:58.979]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents
2025-08-20T22:42:17.3288008Z [00:03:58.979]➜  mkdir -p $WORK/b1608/
2025-08-20T22:42:17.3319097Z [00:03:58.984]➜  cat >/tmp/go-build3998081543/b1608/importcfg << 'EOF' # internal
2025-08-20T22:42:17.3320627Z [00:03:58.984]➜  # import config
2025-08-20T22:42:17.3321396Z [00:03:58.984]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.3323809Z [00:03:58.984]➜  EOF
2025-08-20T22:42:17.3327043Z [00:03:58.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1608/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/waitforevents=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/waitforevents;$WORK/b1608=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents -lang=go1.22 -complete -installsuffix shared -buildid BP4UJE9eb_itXKgzGDrI/BP4UJE9eb_itXKgzGDrI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1608/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/waitforevents/waitforevents.go
2025-08-20T22:42:17.3334459Z [00:03:58.986]➜  go tool buildid -w $WORK/b1603/_pkg_.a # internal
2025-08-20T22:42:17.3344148Z [00:03:58.987]➜  cp $WORK/b1603/_pkg_.a /root/.cache/go-build/6d/6dbffa73e8837660e36f7da4f158a7a9d6a146635f0d7fa3846c16490f917abd-d # internal
2025-08-20T22:42:17.3350272Z [00:03:58.987]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions
2025-08-20T22:42:17.3350767Z [00:03:58.987]➜  mkdir -p $WORK/b1611/
2025-08-20T22:42:17.3353508Z [00:03:58.988]➜  cat >/tmp/go-build3998081543/b1611/importcfg << 'EOF' # internal
2025-08-20T22:42:17.3355049Z [00:03:58.988]➜  # import config
2025-08-20T22:42:17.3355507Z [00:03:58.988]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.3356030Z [00:03:58.988]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.3356725Z [00:03:58.988]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.3357417Z [00:03:58.988]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.3358009Z [00:03:58.988]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.3358426Z [00:03:58.988]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.3358862Z [00:03:58.988]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.3359296Z [00:03:58.988]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.3359727Z [00:03:58.988]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.3360046Z [00:03:58.988]➜  EOF
2025-08-20T22:42:17.3363600Z [00:03:58.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1611/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/postvotingconfigexclusions=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/postvotingconfigexclusions;$WORK/b1611=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions -lang=go1.22 -complete -installsuffix shared -buildid Ye9_Ezi0F4aCjbwEdhyW/Ye9_Ezi0F4aCjbwEdhyW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1611/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/postvotingconfigexclusions/post_voting_config_exclusions.go
2025-08-20T22:42:17.3569110Z [00:03:59.009]➜  go tool buildid -w $WORK/b1608/_pkg_.a # internal
2025-08-20T22:42:17.3572977Z [00:03:59.010]➜  cp $WORK/b1608/_pkg_.a /root/.cache/go-build/c7/c77ab8a1748a7da4fe11dab766682c17b8d3c5f89414e62847169f2f8ca9ffe1-d # internal
2025-08-20T22:42:17.3577544Z [00:03:59.010]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost
2025-08-20T22:42:17.3597201Z [00:03:59.010]➜  mkdir -p $WORK/b1625/
2025-08-20T22:42:17.3598750Z [00:03:59.010]➜  cat >/tmp/go-build3998081543/b1625/importcfg << 'EOF' # internal
2025-08-20T22:42:17.3599122Z [00:03:59.010]➜  # import config
2025-08-20T22:42:17.3599473Z [00:03:59.010]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.3599907Z [00:03:59.010]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.3600325Z [00:03:59.010]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.3600965Z [00:03:59.010]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.3601560Z [00:03:59.010]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.3601983Z [00:03:59.010]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.3602418Z [00:03:59.010]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.3602854Z [00:03:59.010]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.3603503Z [00:03:59.010]➜  EOF
2025-08-20T22:42:17.3606174Z [00:03:59.010]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1625/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/secretpost=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/secretpost;$WORK/b1625=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost -lang=go1.22 -complete -installsuffix shared -buildid zsBh209Hezf0NpY0DFKW/zsBh209Hezf0NpY0DFKW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1625/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/secretpost/secret_post.go
2025-08-20T22:42:17.4048078Z [00:03:59.057]➜  go tool buildid -w $WORK/b1611/_pkg_.a # internal
2025-08-20T22:42:17.4058086Z [00:03:59.058]➜  cp $WORK/b1611/_pkg_.a /root/.cache/go-build/8a/8aa53d861fce2a3b7940398fd5535c54a0817d28bdae980c89d734414c31e1cd-d # internal
2025-08-20T22:42:17.4074227Z [00:03:59.060]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype
2025-08-20T22:42:17.4075704Z [00:03:59.060]➜  mkdir -p $WORK/b1645/
2025-08-20T22:42:17.4077574Z [00:03:59.060]➜  cat >/tmp/go-build3998081543/b1645/importcfg << 'EOF' # internal
2025-08-20T22:42:17.4077937Z [00:03:59.060]➜  # import config
2025-08-20T22:42:17.4078447Z [00:03:59.060]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.4078772Z [00:03:59.060]➜  EOF
2025-08-20T22:42:17.4081394Z [00:03:59.060]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1645/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/operationtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/operationtype;$WORK/b1645=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype -lang=go1.22 -complete -installsuffix shared -buildid TgLYu3uKUlb0kTB77JjY/TgLYu3uKUlb0kTB77JjY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1645/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/operationtype/operationtype.go
2025-08-20T22:42:17.4171670Z [00:03:59.069]➜  go tool buildid -w $WORK/b1625/_pkg_.a # internal
2025-08-20T22:42:17.4178712Z [00:03:59.070]➜  cp $WORK/b1625/_pkg_.a /root/.cache/go-build/69/69dcb0c513a5e1de4c91353c8e9f6accce6b4790d9fb5cd3c9ef506869952ec6-d # internal
2025-08-20T22:42:17.4191094Z [00:03:59.071]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts
2025-08-20T22:42:17.4191882Z [00:03:59.071]➜  mkdir -p $WORK/b1652/
2025-08-20T22:42:17.4192341Z [00:03:59.071]➜  cat >/tmp/go-build3998081543/b1652/importcfg << 'EOF' # internal
2025-08-20T22:42:17.4192698Z [00:03:59.072]➜  # import config
2025-08-20T22:42:17.4193047Z [00:03:59.072]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.4193372Z [00:03:59.072]➜  EOF
2025-08-20T22:42:17.4200551Z [00:03:59.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1652/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conflicts=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conflicts;$WORK/b1652=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts -lang=go1.22 -complete -installsuffix shared -buildid BJm6SFt7ppzyxi0G-Xt4/BJm6SFt7ppzyxi0G-Xt4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1652/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/conflicts/conflicts.go
2025-08-20T22:42:17.4330163Z [00:03:59.085]➜  go tool buildid -w $WORK/b1645/_pkg_.a # internal
2025-08-20T22:42:17.4334725Z [00:03:59.086]➜  cp $WORK/b1645/_pkg_.a /root/.cache/go-build/01/018d58f413e4d8b9b869def05ea8e3ed146dd9ea4adc86c0606e1fabd475a01b-d # internal
2025-08-20T22:42:17.4339584Z [00:03:59.086]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/exists
2025-08-20T22:42:17.4342256Z [00:03:59.087]➜  mkdir -p $WORK/b1655/
2025-08-20T22:42:17.4349200Z [00:03:59.087]➜  cat >/tmp/go-build3998081543/b1655/importcfg << 'EOF' # internal
2025-08-20T22:42:17.4349810Z [00:03:59.087]➜  # import config
2025-08-20T22:42:17.4352241Z [00:03:59.087]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.4353087Z [00:03:59.087]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.4353883Z [00:03:59.087]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.4354733Z [00:03:59.087]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.4356032Z [00:03:59.087]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:17.4368598Z [00:03:59.087]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.4371111Z [00:03:59.087]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.4371933Z [00:03:59.087]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.4374407Z [00:03:59.087]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.4375012Z [00:03:59.087]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.4377525Z [00:03:59.087]➜  EOF
2025-08-20T22:42:17.4380249Z [00:03:59.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1655/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/exists=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/exists;$WORK/b1655=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/exists -lang=go1.22 -complete -installsuffix shared -buildid ul1KvgoBKXcm3YyycGX9/ul1KvgoBKXcm3YyycGX9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1655/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/exists/exists.go
2025-08-20T22:42:17.4431515Z [00:03:59.095]➜  go tool buildid -w $WORK/b1652/_pkg_.a # internal
2025-08-20T22:42:17.4449473Z [00:03:59.097]➜  cp $WORK/b1652/_pkg_.a /root/.cache/go-build/4e/4ecb9be654b5941dad892bce02d0850e189be26ac5a346227170ef1c22568032-d # internal
2025-08-20T22:42:17.4450257Z [00:03:59.097]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource
2025-08-20T22:42:17.4450651Z [00:03:59.097]➜  mkdir -p $WORK/b1656/
2025-08-20T22:42:17.4479131Z [00:03:59.100]➜  cat >/tmp/go-build3998081543/b1656/importcfg << 'EOF' # internal
2025-08-20T22:42:17.4480185Z [00:03:59.100]➜  # import config
2025-08-20T22:42:17.4482551Z [00:03:59.100]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.4482996Z [00:03:59.100]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.4483413Z [00:03:59.100]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.4484048Z [00:03:59.100]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.4485180Z [00:03:59.100]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:17.4486101Z [00:03:59.100]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.4486527Z [00:03:59.100]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.4486959Z [00:03:59.100]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.4487395Z [00:03:59.100]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.4487867Z [00:03:59.100]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.4488185Z [00:03:59.100]➜  EOF
2025-08-20T22:42:17.4490758Z [00:03:59.100]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1656/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/existssource=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/existssource;$WORK/b1656=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource -lang=go1.22 -complete -installsuffix shared -buildid b-mQUocjnW4H-Zp6FKaW/b-mQUocjnW4H-Zp6FKaW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1656/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/existssource/exists_source.go
2025-08-20T22:42:17.5213307Z [00:03:59.173]➜  go tool buildid -w $WORK/b1656/_pkg_.a # internal
2025-08-20T22:42:17.5216450Z [00:03:59.173]➜  go tool buildid -w $WORK/b1655/_pkg_.a # internal
2025-08-20T22:42:17.5232972Z [00:03:59.175]➜  cp $WORK/b1655/_pkg_.a /root/.cache/go-build/c3/c341aea88248c80bdc721af897be62316ff8d08f857601095fa3fe17e9f491a3-d # internal
2025-08-20T22:42:17.5235079Z [00:03:59.176]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/ping
2025-08-20T22:42:17.5235591Z [00:03:59.176]➜  mkdir -p $WORK/b1673/
2025-08-20T22:42:17.5236616Z [00:03:59.176]➜  cat >/tmp/go-build3998081543/b1673/importcfg << 'EOF' # internal
2025-08-20T22:42:17.5237126Z [00:03:59.176]➜  # import config
2025-08-20T22:42:17.5237666Z [00:03:59.176]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.5238098Z [00:03:59.176]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.5238666Z [00:03:59.176]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.5239415Z [00:03:59.176]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.5240107Z [00:03:59.176]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.5251250Z [00:03:59.176]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.5253113Z [00:03:59.176]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.5253911Z [00:03:59.176]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.5254361Z [00:03:59.176]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.5254708Z [00:03:59.176]➜  EOF
2025-08-20T22:42:17.5257342Z [00:03:59.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1673/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/ping=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/ping;$WORK/b1673=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/ping -lang=go1.22 -complete -installsuffix shared -buildid xa2oVn9nG1FxgEHopj9p/xa2oVn9nG1FxgEHopj9p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1673/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/ping/ping.go
2025-08-20T22:42:17.5290381Z [00:03:59.181]➜  cp $WORK/b1656/_pkg_.a /root/.cache/go-build/75/7536ab01aa4151078478800cd2fc60a2eaa79d5bcad52242f9676addc30dd0e5-d # internal
2025-08-20T22:42:17.5325867Z [00:03:59.185]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype
2025-08-20T22:42:17.5329391Z [00:03:59.185]➜  mkdir -p $WORK/b1683/
2025-08-20T22:42:17.5336907Z [00:03:59.185]➜  cat >/tmp/go-build3998081543/b1683/importcfg << 'EOF' # internal
2025-08-20T22:42:17.5337450Z [00:03:59.185]➜  # import config
2025-08-20T22:42:17.5337883Z [00:03:59.185]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.5338332Z [00:03:59.185]➜  EOF
2025-08-20T22:42:17.5341135Z [00:03:59.185]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1683/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/gridaggregationtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/gridaggregationtype;$WORK/b1683=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype -lang=go1.22 -complete -installsuffix shared -buildid IZfkAUo0WGW-3sFn5nNS/IZfkAUo0WGW-3sFn5nNS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1683/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/gridaggregationtype/gridaggregationtype.go
2025-08-20T22:42:17.5634152Z [00:03:59.215]➜  go tool buildid -w $WORK/b1683/_pkg_.a # internal
2025-08-20T22:42:17.5637867Z [00:03:59.216]➜  cp $WORK/b1683/_pkg_.a /root/.cache/go-build/5f/5f78d7025588793d32b88a90551946453ec1fbe3f9b6e8b96780d523ecf22141-d # internal
2025-08-20T22:42:17.5642787Z [00:03:59.216]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype
2025-08-20T22:42:17.5643296Z [00:03:59.216]➜  mkdir -p $WORK/b1684/
2025-08-20T22:42:17.5652395Z [00:03:59.218]➜  cat >/tmp/go-build3998081543/b1684/importcfg << 'EOF' # internal
2025-08-20T22:42:17.5652920Z [00:03:59.218]➜  # import config
2025-08-20T22:42:17.5655199Z [00:03:59.218]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.5655691Z [00:03:59.218]➜  EOF
2025-08-20T22:42:17.5658160Z [00:03:59.218]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1684/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/gridtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/gridtype;$WORK/b1684=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype -lang=go1.22 -complete -installsuffix shared -buildid nDtzznrL2_wqudwTsOpi/nDtzznrL2_wqudwTsOpi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1684/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/gridtype/gridtype.go
2025-08-20T22:42:17.5797866Z [00:03:59.232]➜  go tool buildid -w $WORK/b1673/_pkg_.a # internal
2025-08-20T22:42:17.5806987Z [00:03:59.233]➜  cp $WORK/b1673/_pkg_.a /root/.cache/go-build/7e/7ea479077e2973e8c0c97679e41f99acc6c847e7ba99daa9e389ef5d80f1c66c-d # internal
2025-08-20T22:42:17.5826104Z [00:03:59.235]➜  go tool buildid -w $WORK/b1684/_pkg_.a # internal
2025-08-20T22:42:17.5828349Z [00:03:59.235]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition
2025-08-20T22:42:17.5828815Z [00:03:59.235]➜  mkdir -p $WORK/b1704/
2025-08-20T22:42:17.5839663Z [00:03:59.236]➜  cat >/tmp/go-build3998081543/b1704/importcfg << 'EOF' # internal
2025-08-20T22:42:17.5840486Z [00:03:59.236]➜  # import config
2025-08-20T22:42:17.5840875Z [00:03:59.236]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.5841207Z [00:03:59.236]➜  EOF
2025-08-20T22:42:17.5846546Z [00:03:59.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1704/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/resultposition=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/resultposition;$WORK/b1704=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition -lang=go1.22 -complete -installsuffix shared -buildid yCErAknotPVOdojkjIjf/yCErAknotPVOdojkjIjf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1704/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/resultposition/resultposition.go
2025-08-20T22:42:17.5849640Z [00:03:59.236]➜  cp $WORK/b1684/_pkg_.a /root/.cache/go-build/5a/5aad8218448ba5d93bf5055a1dde0c0aa8f8c3716b795f9d9118004cabea6e05-d # internal
2025-08-20T22:42:17.5850656Z [00:03:59.237]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery
2025-08-20T22:42:17.5853436Z [00:03:59.237]➜  mkdir -p $WORK/b1705/
2025-08-20T22:42:17.5853897Z [00:03:59.238]➜  cat >/tmp/go-build3998081543/b1705/importcfg << 'EOF' # internal
2025-08-20T22:42:17.5854248Z [00:03:59.238]➜  # import config
2025-08-20T22:42:17.5854603Z [00:03:59.238]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.5855036Z [00:03:59.238]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.5855554Z [00:03:59.238]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.5856239Z [00:03:59.238]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.5857112Z [00:03:59.238]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.5857698Z [00:03:59.238]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.5858191Z [00:03:59.238]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.5858620Z [00:03:59.238]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.5858932Z [00:03:59.238]➜  EOF
2025-08-20T22:42:17.5873395Z [00:03:59.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1705/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/esql/asyncquery=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/esql/asyncquery;$WORK/b1705=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery -lang=go1.22 -complete -installsuffix shared -buildid czED5WFYNfTDQE5W1Ojr/czED5WFYNfTDQE5W1Ojr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1705/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/esql/asyncquery/async_query.go
2025-08-20T22:42:17.6047796Z [00:03:59.257]➜  go tool buildid -w $WORK/b1704/_pkg_.a # internal
2025-08-20T22:42:17.6048731Z [00:03:59.257]➜  cp $WORK/b1704/_pkg_.a /root/.cache/go-build/ad/adabeb3c00ed047a264b3bf3526480897ad3aaf32c7b89034f4869c227754970-d # internal
2025-08-20T22:42:17.6051802Z [00:03:59.258]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat
2025-08-20T22:42:17.6077842Z [00:03:59.258]➜  mkdir -p $WORK/b1707/
2025-08-20T22:42:17.6078346Z [00:03:59.258]➜  cat >/tmp/go-build3998081543/b1707/importcfg << 'EOF' # internal
2025-08-20T22:42:17.6078704Z [00:03:59.258]➜  # import config
2025-08-20T22:42:17.6079054Z [00:03:59.258]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.6079382Z [00:03:59.258]➜  EOF
2025-08-20T22:42:17.6081904Z [00:03:59.258]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1707/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/esqlformat=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/esqlformat;$WORK/b1707=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat -lang=go1.22 -complete -installsuffix shared -buildid VTdt6DtM5HobOVepwy6w/VTdt6DtM5HobOVepwy6w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1707/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/esqlformat/esqlformat.go
2025-08-20T22:42:17.6304453Z [00:03:59.282]➜  go tool buildid -w $WORK/b1707/_pkg_.a # internal
2025-08-20T22:42:17.6305473Z [00:03:59.283]➜  cp $WORK/b1707/_pkg_.a /root/.cache/go-build/e9/e910cc6b1feef58c96ed2665a9bc22fb6a7e36bad7db95b57154eadfadac2c61-d # internal
2025-08-20T22:42:17.6323776Z [00:03:59.285]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret
2025-08-20T22:42:17.6324458Z [00:03:59.285]➜  mkdir -p $WORK/b1712/
2025-08-20T22:42:17.6326693Z [00:03:59.285]➜  cat >/tmp/go-build3998081543/b1712/importcfg << 'EOF' # internal
2025-08-20T22:42:17.6327739Z [00:03:59.285]➜  # import config
2025-08-20T22:42:17.6328102Z [00:03:59.285]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.6328534Z [00:03:59.285]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.6328949Z [00:03:59.285]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.6329578Z [00:03:59.285]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.6330180Z [00:03:59.285]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.6330602Z [00:03:59.285]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.6331031Z [00:03:59.285]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.6331461Z [00:03:59.285]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.6331801Z [00:03:59.285]➜  EOF
2025-08-20T22:42:17.6334541Z [00:03:59.285]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1712/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/postsecret=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/postsecret;$WORK/b1712=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret -lang=go1.22 -complete -installsuffix shared -buildid -TbPSdenY7kClJYq95ZS/-TbPSdenY7kClJYq95ZS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1712/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/postsecret/post_secret.go
2025-08-20T22:42:17.6510380Z [00:03:59.303]➜  go tool buildid -w $WORK/b1705/_pkg_.a # internal
2025-08-20T22:42:17.6524390Z [00:03:59.305]➜  cp $WORK/b1705/_pkg_.a /root/.cache/go-build/8d/8d998c9677d5f23c658ef0108cdbb0ee2b91b0180717efe287684a6ad4e7a63c-d # internal
2025-08-20T22:42:17.6552817Z [00:03:59.308]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists
2025-08-20T22:42:17.6554083Z [00:03:59.308]➜  mkdir -p $WORK/b1742/
2025-08-20T22:42:17.6555695Z [00:03:59.308]➜  cat >/tmp/go-build3998081543/b1742/importcfg << 'EOF' # internal
2025-08-20T22:42:17.6556137Z [00:03:59.308]➜  # import config
2025-08-20T22:42:17.6557484Z [00:03:59.308]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.6557927Z [00:03:59.308]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.6558346Z [00:03:59.308]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.6558990Z [00:03:59.308]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.6559883Z [00:03:59.308]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:17.6560531Z [00:03:59.308]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.6560958Z [00:03:59.308]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.6561398Z [00:03:59.308]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.6561821Z [00:03:59.308]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.6562249Z [00:03:59.308]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.6562573Z [00:03:59.308]➜  EOF
2025-08-20T22:42:17.6565190Z [00:03:59.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1742/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/exists=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/exists;$WORK/b1742=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists -lang=go1.22 -complete -installsuffix shared -buildid MJrWi0u4tF-4VJjlFdPb/MJrWi0u4tF-4VJjlFdPb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1742/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/exists/exists.go
2025-08-20T22:42:17.6847002Z [00:03:59.337]➜  go tool buildid -w $WORK/b1712/_pkg_.a # internal
2025-08-20T22:42:17.6853162Z [00:03:59.338]➜  cp $WORK/b1712/_pkg_.a /root/.cache/go-build/9a/9aa29358f9b26b514c3fad1ce954c187c2b7888b7714c5c600d27038af9b6650-d # internal
2025-08-20T22:42:17.6857386Z [00:03:59.338]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias
2025-08-20T22:42:17.6859133Z [00:03:59.338]➜  mkdir -p $WORK/b1743/
2025-08-20T22:42:17.6860887Z [00:03:59.339]➜  cat >/tmp/go-build3998081543/b1743/importcfg << 'EOF' # internal
2025-08-20T22:42:17.6861246Z [00:03:59.339]➜  # import config
2025-08-20T22:42:17.6861599Z [00:03:59.339]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.6862029Z [00:03:59.339]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.6862446Z [00:03:59.339]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.6863084Z [00:03:59.339]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.6864440Z [00:03:59.339]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:17.6865198Z [00:03:59.339]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.6865825Z [00:03:59.339]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.6866267Z [00:03:59.339]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.6866706Z [00:03:59.339]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.6867133Z [00:03:59.339]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.6867443Z [00:03:59.339]➜  EOF
2025-08-20T22:42:17.6874658Z [00:03:59.339]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1743/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/existsalias=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/existsalias;$WORK/b1743=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias -lang=go1.22 -complete -installsuffix shared -buildid HjplvpPhTRCvoeoA6ykO/HjplvpPhTRCvoeoA6ykO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1743/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/existsalias/exists_alias.go
2025-08-20T22:42:17.7117336Z [00:03:59.364]➜  go tool buildid -w $WORK/b1742/_pkg_.a # internal
2025-08-20T22:42:17.7162921Z [00:03:59.368]➜  cp $WORK/b1742/_pkg_.a /root/.cache/go-build/ef/efb4ee4405a626dc2a260f83d0fc4dfa6bc3035cbd428e1bacaf19d74abcfce0-d # internal
2025-08-20T22:42:17.7163896Z [00:03:59.368]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate
2025-08-20T22:42:17.7164432Z [00:03:59.368]➜  mkdir -p $WORK/b1744/
2025-08-20T22:42:17.7164922Z [00:03:59.368]➜  cat >/tmp/go-build3998081543/b1744/importcfg << 'EOF' # internal
2025-08-20T22:42:17.7178247Z [00:03:59.368]➜  # import config
2025-08-20T22:42:17.7178687Z [00:03:59.368]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.7182328Z [00:03:59.368]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.7183420Z [00:03:59.368]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.7185239Z [00:03:59.368]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.7186298Z [00:03:59.368]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.7186807Z [00:03:59.368]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.7187250Z [00:03:59.368]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.7187680Z [00:03:59.368]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.7188111Z [00:03:59.368]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.7188446Z [00:03:59.368]➜  EOF
2025-08-20T22:42:17.7191094Z [00:03:59.368]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1744/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/existsindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/existsindextemplate;$WORK/b1744=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate -lang=go1.22 -complete -installsuffix shared -buildid NACiIbcZ-9mKfa_TGB2K/NACiIbcZ-9mKfa_TGB2K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1744/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/existsindextemplate/exists_index_template.go
2025-08-20T22:42:17.7392561Z [00:03:59.392]➜  go tool buildid -w $WORK/b1743/_pkg_.a # internal
2025-08-20T22:42:17.7428133Z [00:03:59.395]➜  cp $WORK/b1743/_pkg_.a /root/.cache/go-build/54/5407cb02dff94a998ef6ebfa1ccf696f9839b47dab680d94473949b53dfd0f52-d # internal
2025-08-20T22:42:17.7463287Z [00:03:59.399]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate
2025-08-20T22:42:17.7463822Z [00:03:59.399]➜  mkdir -p $WORK/b1745/
2025-08-20T22:42:17.7471170Z [00:03:59.399]➜  cat >/tmp/go-build3998081543/b1745/importcfg << 'EOF' # internal
2025-08-20T22:42:17.7472163Z [00:03:59.400]➜  # import config
2025-08-20T22:42:17.7472957Z [00:03:59.400]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.7473423Z [00:03:59.400]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.7473866Z [00:03:59.400]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.7474495Z [00:03:59.400]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.7475087Z [00:03:59.400]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.7475680Z [00:03:59.400]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.7476195Z [00:03:59.400]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.7476623Z [00:03:59.400]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.7477051Z [00:03:59.400]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.7477367Z [00:03:59.400]➜  EOF
2025-08-20T22:42:17.7479899Z [00:03:59.400]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1745/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/existstemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/existstemplate;$WORK/b1745=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate -lang=go1.22 -complete -installsuffix shared -buildid _tFwyO6XbUnoFPjkeHgJ/_tFwyO6XbUnoFPjkeHgJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1745/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/existstemplate/exists_template.go
2025-08-20T22:42:17.7830247Z [00:03:59.435]➜  go tool buildid -w $WORK/b1744/_pkg_.a # internal
2025-08-20T22:42:17.7861104Z [00:03:59.438]➜  cp $WORK/b1744/_pkg_.a /root/.cache/go-build/e7/e7c97a92aebd415f49c15c9ac97676f8d2a50f419e71a59467a5d84a949df9cd-d # internal
2025-08-20T22:42:17.7864569Z [00:03:59.439]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus
2025-08-20T22:42:17.7865246Z [00:03:59.439]➜  mkdir -p $WORK/b1777/
2025-08-20T22:42:17.7869037Z [00:03:59.439]➜  cat >/tmp/go-build3998081543/b1777/importcfg << 'EOF' # internal
2025-08-20T22:42:17.7869478Z [00:03:59.439]➜  # import config
2025-08-20T22:42:17.7869839Z [00:03:59.439]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.7870161Z [00:03:59.439]➜  EOF
2025-08-20T22:42:17.7873050Z [00:03:59.439]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1777/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardstorestatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardstorestatus;$WORK/b1777=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus -lang=go1.22 -complete -installsuffix shared -buildid VeLBmC6cE4Z6CvW4BxP-/VeLBmC6cE4Z6CvW4BxP- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1777/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/shardstorestatus/shardstorestatus.go
2025-08-20T22:42:17.7933134Z [00:03:59.445]➜  go tool buildid -w $WORK/b1745/_pkg_.a # internal
2025-08-20T22:42:17.7946067Z [00:03:59.446]➜  cp $WORK/b1745/_pkg_.a /root/.cache/go-build/9c/9c4989276608ba2d5980a3cdfeb1e2c36617577249fe3797d692224e7c57fd56-d # internal
2025-08-20T22:42:17.7953007Z [00:03:59.448]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline
2025-08-20T22:42:17.7953610Z [00:03:59.448]➜  mkdir -p $WORK/b1806/
2025-08-20T22:42:17.7966594Z [00:03:59.449]➜  cat >/tmp/go-build3998081543/b1806/importcfg << 'EOF' # internal
2025-08-20T22:42:17.7967545Z [00:03:59.449]➜  # import config
2025-08-20T22:42:17.7968246Z [00:03:59.449]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.7968896Z [00:03:59.449]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.7969465Z [00:03:59.449]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.7970250Z [00:03:59.449]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.7970977Z [00:03:59.449]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.7971503Z [00:03:59.449]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.7972058Z [00:03:59.449]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.7972579Z [00:03:59.449]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:17.7973105Z [00:03:59.449]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.7973508Z [00:03:59.449]➜  EOF
2025-08-20T22:42:17.7976329Z [00:03:59.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1806/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/deletepipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/deletepipeline;$WORK/b1806=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline -lang=go1.22 -complete -installsuffix shared -buildid HCDE9Mw7ki0lz6elN9gW/HCDE9Mw7ki0lz6elN9gW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1806/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/deletepipeline/delete_pipeline.go
2025-08-20T22:42:17.8099180Z [00:03:59.462]➜  go tool buildid -w $WORK/b1777/_pkg_.a # internal
2025-08-20T22:42:17.8103531Z [00:03:59.463]➜  cp $WORK/b1777/_pkg_.a /root/.cache/go-build/21/214149a1ba1efac6e7d783e8c4f2b5f834322654ff8a4a009268ba03f6a1b518-d # internal
2025-08-20T22:42:17.8108107Z [00:03:59.463]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include
2025-08-20T22:42:17.8108530Z [00:03:59.463]➜  mkdir -p $WORK/b1849/
2025-08-20T22:42:17.8116168Z [00:03:59.463]➜  cat >/tmp/go-build3998081543/b1849/importcfg << 'EOF' # internal
2025-08-20T22:42:17.8116909Z [00:03:59.463]➜  # import config
2025-08-20T22:42:17.8118289Z [00:03:59.463]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.8119817Z [00:03:59.463]➜  EOF
2025-08-20T22:42:17.8131611Z [00:03:59.465]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1849/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/include=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/include;$WORK/b1849=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include -lang=go1.22 -complete -installsuffix shared -buildid ATY3SQWjeDn0X-bpc5kl/ATY3SQWjeDn0X-bpc5kl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1849/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/include/include.go
2025-08-20T22:42:17.8373849Z [00:03:59.489]➜  go tool buildid -w $WORK/b1849/_pkg_.a # internal
2025-08-20T22:42:17.8380234Z [00:03:59.490]➜  cp $WORK/b1849/_pkg_.a /root/.cache/go-build/87/87529fc29e5fd28737828d7a1c3ced59c5fe8afde09d89610085e0d579fe5593-d # internal
2025-08-20T22:42:17.8381072Z [00:03:59.490]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype
2025-08-20T22:42:17.8381523Z [00:03:59.490]➜  mkdir -p $WORK/b1890/
2025-08-20T22:42:17.8383872Z [00:03:59.491]➜  cat >/tmp/go-build3998081543/b1890/importcfg << 'EOF' # internal
2025-08-20T22:42:17.8385500Z [00:03:59.491]➜  # import config
2025-08-20T22:42:17.8386466Z [00:03:59.491]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.8386850Z [00:03:59.491]➜  EOF
2025-08-20T22:42:17.8391298Z [00:03:59.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1890/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/threadtype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/threadtype;$WORK/b1890=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype -lang=go1.22 -complete -installsuffix shared -buildid CePoDk2Ow3rCNZHZaH-c/CePoDk2Ow3rCNZHZaH-c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1890/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/threadtype/threadtype.go
2025-08-20T22:42:17.8493407Z [00:03:59.502]➜  go tool buildid -w $WORK/b1806/_pkg_.a # internal
2025-08-20T22:42:17.8501443Z [00:03:59.503]➜  cp $WORK/b1806/_pkg_.a /root/.cache/go-build/85/8518ef0f166ff680c8f0df9adfa076b1dace4099ae287027bd213b1c23846192-d # internal
2025-08-20T22:42:17.8510217Z [00:03:59.503]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph
2025-08-20T22:42:17.8511033Z [00:03:59.503]➜  mkdir -p $WORK/b1895/
2025-08-20T22:42:17.8511925Z [00:03:59.503]➜  cat >/tmp/go-build3998081543/b1895/importcfg << 'EOF' # internal
2025-08-20T22:42:17.8513235Z [00:03:59.503]➜  # import config
2025-08-20T22:42:17.8513720Z [00:03:59.503]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.8514165Z [00:03:59.503]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.8514593Z [00:03:59.503]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.8518549Z [00:03:59.503]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.8519392Z [00:03:59.503]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.8519825Z [00:03:59.503]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.8520267Z [00:03:59.503]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.8521147Z [00:03:59.503]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.8521475Z [00:03:59.503]➜  EOF
2025-08-20T22:42:17.8524084Z [00:03:59.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1895/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/flamegraph=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/flamegraph;$WORK/b1895=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph -lang=go1.22 -complete -installsuffix shared -buildid oDJcKCTSpyb3VP-3Pbyu/oDJcKCTSpyb3VP-3Pbyu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1895/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/flamegraph/flamegraph.go
2025-08-20T22:42:17.8609996Z [00:03:59.513]➜  go tool buildid -w $WORK/b1890/_pkg_.a # internal
2025-08-20T22:42:17.8612551Z [00:03:59.514]➜  cp $WORK/b1890/_pkg_.a /root/.cache/go-build/db/db049b4dbe99aea768d5eedc235f679a87c23c65632905f8d85c5134ad244cc7-d # internal
2025-08-20T22:42:17.8647773Z [00:03:59.516]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces
2025-08-20T22:42:17.8648454Z [00:03:59.516]➜  mkdir -p $WORK/b1896/
2025-08-20T22:42:17.8669784Z [00:03:59.519]➜  cat >/tmp/go-build3998081543/b1896/importcfg << 'EOF' # internal
2025-08-20T22:42:17.8676374Z [00:03:59.519]➜  # import config
2025-08-20T22:42:17.8676762Z [00:03:59.519]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.8677232Z [00:03:59.519]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.8677649Z [00:03:59.519]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.8678283Z [00:03:59.519]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.8678878Z [00:03:59.519]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.8679591Z [00:03:59.519]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.8680475Z [00:03:59.519]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.8680966Z [00:03:59.519]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.8681288Z [00:03:59.519]➜  EOF
2025-08-20T22:42:17.8683789Z [00:03:59.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1896/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/stacktraces=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/stacktraces;$WORK/b1896=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces -lang=go1.22 -complete -installsuffix shared -buildid I-DrP8xBlrcEMgGE6n9J/I-DrP8xBlrcEMgGE6n9J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1896/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/stacktraces/stacktraces.go
2025-08-20T22:42:17.8846237Z [00:03:59.537]➜  go tool buildid -w $WORK/b1895/_pkg_.a # internal
2025-08-20T22:42:17.8855586Z [00:03:59.538]➜  cp $WORK/b1895/_pkg_.a /root/.cache/go-build/2f/2f0df7a4b8bde305667c29edd949e04b65cbf58bc399272af6a37dba3cd98344-d # internal
2025-08-20T22:42:17.8934503Z [00:03:59.544]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status
2025-08-20T22:42:17.8935023Z [00:03:59.544]➜  mkdir -p $WORK/b1897/
2025-08-20T22:42:17.8935520Z [00:03:59.544]➜  cat >/tmp/go-build3998081543/b1897/importcfg << 'EOF' # internal
2025-08-20T22:42:17.8935910Z [00:03:59.546]➜  # import config
2025-08-20T22:42:17.8936281Z [00:03:59.546]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.8936711Z [00:03:59.546]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.8937128Z [00:03:59.546]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.8937758Z [00:03:59.546]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.8938683Z [00:03:59.546]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.8939118Z [00:03:59.546]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.8939553Z [00:03:59.546]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.8939979Z [00:03:59.546]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.8940296Z [00:03:59.546]➜  EOF
2025-08-20T22:42:17.8942836Z [00:03:59.546]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1897/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/status=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/status;$WORK/b1897=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status -lang=go1.22 -complete -installsuffix shared -buildid OlBJJRoOY14L1_Lx-_9C/OlBJJRoOY14L1_Lx-_9C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1897/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/status/status.go
2025-08-20T22:42:17.9262542Z [00:03:59.578]➜  go tool buildid -w $WORK/b1897/_pkg_.a # internal
2025-08-20T22:42:17.9266250Z [00:03:59.579]➜  cp $WORK/b1897/_pkg_.a /root/.cache/go-build/a9/a9e99f09edbcbc1646333a72011d6c536f22d02448d252ee7aa24bf2dc5a8756-d # internal
2025-08-20T22:42:17.9279283Z [00:03:59.580]➜  github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions
2025-08-20T22:42:17.9279753Z [00:03:59.580]➜  mkdir -p $WORK/b1898/
2025-08-20T22:42:17.9289568Z [00:03:59.581]➜  cat >/tmp/go-build3998081543/b1898/importcfg << 'EOF' # internal
2025-08-20T22:42:17.9290849Z [00:03:59.581]➜  # import config
2025-08-20T22:42:17.9291421Z [00:03:59.581]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:17.9292065Z [00:03:59.581]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.9292699Z [00:03:59.581]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.9294010Z [00:03:59.581]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:17.9295122Z [00:03:59.581]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:17.9295884Z [00:03:59.581]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:17.9296558Z [00:03:59.581]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:17.9297364Z [00:03:59.581]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.9298222Z [00:03:59.581]➜  EOF
2025-08-20T22:42:17.9300884Z [00:03:59.582]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1898/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/topnfunctions=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/topnfunctions;$WORK/b1898=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions -lang=go1.22 -complete -installsuffix shared -buildid w2PXbiBXHiy-dhv9JYKa/w2PXbiBXHiy-dhv9JYKa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1898/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/profiling/topnfunctions/topn_functions.go
2025-08-20T22:42:17.9386849Z [00:03:59.591]➜  go tool buildid -w $WORK/b1896/_pkg_.a # internal
2025-08-20T22:42:17.9391817Z [00:03:59.591]➜  cp $WORK/b1896/_pkg_.a /root/.cache/go-build/4c/4cc75f75e481e59dcfe2060d2eb188318ee84fe8223266c43cf18514ffaa35c6-d # internal
2025-08-20T22:42:17.9394242Z [00:03:59.592]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel
2025-08-20T22:42:17.9394927Z [00:03:59.592]➜  mkdir -p $WORK/b1919/
2025-08-20T22:42:17.9398498Z [00:03:59.592]➜  cat >/tmp/go-build3998081543/b1919/importcfg << 'EOF' # internal
2025-08-20T22:42:17.9399498Z [00:03:59.592]➜  # import config
2025-08-20T22:42:17.9399960Z [00:03:59.592]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.9400976Z [00:03:59.592]➜  EOF
2025-08-20T22:42:17.9403742Z [00:03:59.592]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1919/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/statslevel=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/statslevel;$WORK/b1919=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel -lang=go1.22 -complete -installsuffix shared -buildid lmZdi0xFJrkQ7BuRIYuN/lmZdi0xFJrkQ7BuRIYuN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1919/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/statslevel/statslevel.go
2025-08-20T22:42:17.9577283Z [00:03:59.610]➜  go tool buildid -w $WORK/b1919/_pkg_.a # internal
2025-08-20T22:42:17.9580878Z [00:03:59.610]➜  cp $WORK/b1919/_pkg_.a /root/.cache/go-build/f7/f70cb5deaaddebcf3019be4ac77144b2ca52c1224d37f84e43a6a135191e463f-d # internal
2025-08-20T22:42:17.9602608Z [00:03:59.613]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype
2025-08-20T22:42:17.9603643Z [00:03:59.613]➜  mkdir -p $WORK/b1929/
2025-08-20T22:42:17.9605493Z [00:03:59.613]➜  cat >/tmp/go-build3998081543/b1929/importcfg << 'EOF' # internal
2025-08-20T22:42:17.9606767Z [00:03:59.613]➜  # import config
2025-08-20T22:42:17.9607147Z [00:03:59.613]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:17.9607477Z [00:03:59.613]➜  EOF
2025-08-20T22:42:17.9609982Z [00:03:59.613]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1929/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/granttype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/granttype;$WORK/b1929=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype -lang=go1.22 -complete -installsuffix shared -buildid ilxQc-chH4qQ6JG34dZM/ilxQc-chH4qQ6JG34dZM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1929/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/granttype/granttype.go
2025-08-20T22:42:17.9745108Z [00:03:59.627]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types
2025-08-20T22:42:17.9746164Z [00:03:59.627]➜  mkdir -p $WORK/b1358/
2025-08-20T22:42:17.9758906Z [00:03:59.628]➜  cat >/tmp/go-build3998081543/b1358/importcfg << 'EOF' # internal
2025-08-20T22:42:17.9759546Z [00:03:59.628]➜  # import config
2025-08-20T22:42:17.9760205Z [00:03:59.628]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:17.9761299Z [00:03:59.628]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:17.9761801Z [00:03:59.628]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:17.9762230Z [00:03:59.628]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:17.9762972Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build3998081543/b1359/_pkg_.a
2025-08-20T22:42:17.9763999Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build3998081543/b1360/_pkg_.a
2025-08-20T22:42:17.9764943Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build3998081543/b1361/_pkg_.a
2025-08-20T22:42:17.9766181Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build3998081543/b1362/_pkg_.a
2025-08-20T22:42:17.9767159Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build3998081543/b1363/_pkg_.a
2025-08-20T22:42:17.9768056Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build3998081543/b1364/_pkg_.a
2025-08-20T22:42:17.9768993Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build3998081543/b1365/_pkg_.a
2025-08-20T22:42:17.9770321Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build3998081543/b1366/_pkg_.a
2025-08-20T22:42:17.9771316Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build3998081543/b1367/_pkg_.a
2025-08-20T22:42:17.9772338Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build3998081543/b1368/_pkg_.a
2025-08-20T22:42:17.9773502Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build3998081543/b1369/_pkg_.a
2025-08-20T22:42:17.9774554Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build3998081543/b1370/_pkg_.a
2025-08-20T22:42:17.9775631Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build3998081543/b1371/_pkg_.a
2025-08-20T22:42:17.9776708Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build3998081543/b1372/_pkg_.a
2025-08-20T22:42:17.9777690Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build3998081543/b1373/_pkg_.a
2025-08-20T22:42:17.9778638Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build3998081543/b1374/_pkg_.a
2025-08-20T22:42:17.9779563Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build3998081543/b1375/_pkg_.a
2025-08-20T22:42:17.9780495Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build3998081543/b1376/_pkg_.a
2025-08-20T22:42:17.9781463Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3998081543/b1377/_pkg_.a
2025-08-20T22:42:17.9782731Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build3998081543/b1378/_pkg_.a
2025-08-20T22:42:17.9783786Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build3998081543/b1379/_pkg_.a
2025-08-20T22:42:17.9784793Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build3998081543/b1380/_pkg_.a
2025-08-20T22:42:17.9797236Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build3998081543/b1381/_pkg_.a
2025-08-20T22:42:17.9798241Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build3998081543/b1382/_pkg_.a
2025-08-20T22:42:17.9799248Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build3998081543/b1383/_pkg_.a
2025-08-20T22:42:17.9800206Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build3998081543/b1384/_pkg_.a
2025-08-20T22:42:17.9801166Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build3998081543/b1385/_pkg_.a
2025-08-20T22:42:17.9802123Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3998081543/b1386/_pkg_.a
2025-08-20T22:42:17.9803076Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build3998081543/b1387/_pkg_.a
2025-08-20T22:42:17.9804029Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build3998081543/b1388/_pkg_.a
2025-08-20T22:42:17.9804980Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build3998081543/b1389/_pkg_.a
2025-08-20T22:42:17.9806402Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build3998081543/b1390/_pkg_.a
2025-08-20T22:42:17.9807296Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build3998081543/b1391/_pkg_.a
2025-08-20T22:42:17.9808158Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build3998081543/b1392/_pkg_.a
2025-08-20T22:42:17.9809235Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build3998081543/b1393/_pkg_.a
2025-08-20T22:42:17.9810327Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build3998081543/b1394/_pkg_.a
2025-08-20T22:42:17.9813264Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build3998081543/b1395/_pkg_.a
2025-08-20T22:42:17.9814339Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build3998081543/b1396/_pkg_.a
2025-08-20T22:42:17.9815323Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build3998081543/b1397/_pkg_.a
2025-08-20T22:42:17.9816425Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build3998081543/b1398/_pkg_.a
2025-08-20T22:42:17.9817360Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build3998081543/b1399/_pkg_.a
2025-08-20T22:42:17.9818272Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build3998081543/b1400/_pkg_.a
2025-08-20T22:42:17.9819177Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build3998081543/b1401/_pkg_.a
2025-08-20T22:42:17.9820473Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build3998081543/b1402/_pkg_.a
2025-08-20T22:42:17.9822992Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build3998081543/b1403/_pkg_.a
2025-08-20T22:42:17.9823951Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build3998081543/b1404/_pkg_.a
2025-08-20T22:42:17.9824897Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build3998081543/b1405/_pkg_.a
2025-08-20T22:42:17.9825982Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build3998081543/b1406/_pkg_.a
2025-08-20T22:42:17.9826923Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build3998081543/b1407/_pkg_.a
2025-08-20T22:42:17.9827875Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build3998081543/b1408/_pkg_.a
2025-08-20T22:42:17.9828807Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:17.9829705Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build3998081543/b1410/_pkg_.a
2025-08-20T22:42:17.9830639Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build3998081543/b1411/_pkg_.a
2025-08-20T22:42:17.9831574Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build3998081543/b1412/_pkg_.a
2025-08-20T22:42:17.9832533Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build3998081543/b1413/_pkg_.a
2025-08-20T22:42:17.9833765Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build3998081543/b1414/_pkg_.a
2025-08-20T22:42:17.9834713Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build3998081543/b1415/_pkg_.a
2025-08-20T22:42:17.9835906Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build3998081543/b1416/_pkg_.a
2025-08-20T22:42:17.9836937Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build3998081543/b1417/_pkg_.a
2025-08-20T22:42:17.9837867Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build3998081543/b1418/_pkg_.a
2025-08-20T22:42:17.9838843Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build3998081543/b1419/_pkg_.a
2025-08-20T22:42:17.9839818Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build3998081543/b1420/_pkg_.a
2025-08-20T22:42:17.9840769Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build3998081543/b1421/_pkg_.a
2025-08-20T22:42:17.9869446Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build3998081543/b1422/_pkg_.a
2025-08-20T22:42:17.9870406Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build3998081543/b1423/_pkg_.a
2025-08-20T22:42:17.9871579Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build3998081543/b1424/_pkg_.a
2025-08-20T22:42:17.9875815Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build3998081543/b1425/_pkg_.a
2025-08-20T22:42:17.9879547Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build3998081543/b1426/_pkg_.a
2025-08-20T22:42:17.9880500Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build3998081543/b1427/_pkg_.a
2025-08-20T22:42:17.9881455Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build3998081543/b1428/_pkg_.a
2025-08-20T22:42:17.9882386Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build3998081543/b1429/_pkg_.a
2025-08-20T22:42:17.9883367Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build3998081543/b1430/_pkg_.a
2025-08-20T22:42:17.9884323Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3998081543/b1431/_pkg_.a
2025-08-20T22:42:17.9885261Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build3998081543/b1432/_pkg_.a
2025-08-20T22:42:17.9886440Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build3998081543/b1433/_pkg_.a
2025-08-20T22:42:17.9887422Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build3998081543/b1434/_pkg_.a
2025-08-20T22:42:17.9888394Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build3998081543/b1435/_pkg_.a
2025-08-20T22:42:17.9889544Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build3998081543/b1436/_pkg_.a
2025-08-20T22:42:17.9890768Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build3998081543/b1437/_pkg_.a
2025-08-20T22:42:17.9891713Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build3998081543/b1438/_pkg_.a
2025-08-20T22:42:17.9892648Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build3998081543/b1439/_pkg_.a
2025-08-20T22:42:17.9893659Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build3998081543/b1440/_pkg_.a
2025-08-20T22:42:17.9894661Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build3998081543/b1441/_pkg_.a
2025-08-20T22:42:17.9895786Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build3998081543/b1442/_pkg_.a
2025-08-20T22:42:17.9896889Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build3998081543/b1443/_pkg_.a
2025-08-20T22:42:17.9897902Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build3998081543/b1444/_pkg_.a
2025-08-20T22:42:17.9898882Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build3998081543/b1445/_pkg_.a
2025-08-20T22:42:17.9899872Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build3998081543/b1446/_pkg_.a
2025-08-20T22:42:17.9908845Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build3998081543/b1447/_pkg_.a
2025-08-20T22:42:17.9909889Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build3998081543/b1448/_pkg_.a
2025-08-20T22:42:17.9911207Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build3998081543/b1449/_pkg_.a
2025-08-20T22:42:17.9912238Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build3998081543/b1450/_pkg_.a
2025-08-20T22:42:17.9913206Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build3998081543/b1451/_pkg_.a
2025-08-20T22:42:17.9914158Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build3998081543/b1452/_pkg_.a
2025-08-20T22:42:17.9915091Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build3998081543/b1453/_pkg_.a
2025-08-20T22:42:17.9916376Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build3998081543/b1454/_pkg_.a
2025-08-20T22:42:17.9917477Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build3998081543/b1455/_pkg_.a
2025-08-20T22:42:17.9918508Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build3998081543/b1456/_pkg_.a
2025-08-20T22:42:17.9919454Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build3998081543/b1457/_pkg_.a
2025-08-20T22:42:17.9920380Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build3998081543/b1458/_pkg_.a
2025-08-20T22:42:17.9921297Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build3998081543/b1459/_pkg_.a
2025-08-20T22:42:17.9922285Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build3998081543/b1460/_pkg_.a
2025-08-20T22:42:17.9923550Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build3998081543/b1461/_pkg_.a
2025-08-20T22:42:17.9924536Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build3998081543/b1462/_pkg_.a
2025-08-20T22:42:17.9925755Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language=/tmp/go-build3998081543/b1463/_pkg_.a
2025-08-20T22:42:17.9926749Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build3998081543/b1464/_pkg_.a
2025-08-20T22:42:17.9927665Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3998081543/b1465/_pkg_.a
2025-08-20T22:42:17.9928623Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3998081543/b1466/_pkg_.a
2025-08-20T22:42:17.9929578Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build3998081543/b1467/_pkg_.a
2025-08-20T22:42:17.9930468Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build3998081543/b1468/_pkg_.a
2025-08-20T22:42:17.9931369Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build3998081543/b1469/_pkg_.a
2025-08-20T22:42:17.9932256Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build3998081543/b1470/_pkg_.a
2025-08-20T22:42:17.9933158Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build3998081543/b1471/_pkg_.a
2025-08-20T22:42:17.9934096Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build3998081543/b1472/_pkg_.a
2025-08-20T22:42:17.9935320Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build3998081543/b1473/_pkg_.a
2025-08-20T22:42:17.9938094Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build3998081543/b1474/_pkg_.a
2025-08-20T22:42:17.9939003Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build3998081543/b1475/_pkg_.a
2025-08-20T22:42:17.9939905Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build3998081543/b1476/_pkg_.a
2025-08-20T22:42:17.9940832Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build3998081543/b1477/_pkg_.a
2025-08-20T22:42:17.9941775Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build3998081543/b1478/_pkg_.a
2025-08-20T22:42:17.9942721Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build3998081543/b1479/_pkg_.a
2025-08-20T22:42:17.9943692Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build3998081543/b1480/_pkg_.a
2025-08-20T22:42:17.9944659Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build3998081543/b1481/_pkg_.a
2025-08-20T22:42:17.9945664Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:42:17.9946592Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3998081543/b1483/_pkg_.a
2025-08-20T22:42:17.9947521Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build3998081543/b1484/_pkg_.a
2025-08-20T22:42:17.9948756Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build3998081543/b1485/_pkg_.a
2025-08-20T22:42:17.9949715Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build3998081543/b1486/_pkg_.a
2025-08-20T22:42:17.9950742Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build3998081543/b1487/_pkg_.a
2025-08-20T22:42:17.9951796Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build3998081543/b1488/_pkg_.a
2025-08-20T22:42:17.9952742Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build3998081543/b1489/_pkg_.a
2025-08-20T22:42:17.9953661Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build3998081543/b1490/_pkg_.a
2025-08-20T22:42:17.9954568Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build3998081543/b1491/_pkg_.a
2025-08-20T22:42:17.9955634Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build3998081543/b1492/_pkg_.a
2025-08-20T22:42:17.9956655Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3998081543/b1493/_pkg_.a
2025-08-20T22:42:17.9957580Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build3998081543/b1494/_pkg_.a
2025-08-20T22:42:17.9958482Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build3998081543/b1495/_pkg_.a
2025-08-20T22:42:17.9959406Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:17.9960613Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build3998081543/b1497/_pkg_.a
2025-08-20T22:42:17.9961659Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build3998081543/b1498/_pkg_.a
2025-08-20T22:42:17.9962640Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build3998081543/b1499/_pkg_.a
2025-08-20T22:42:17.9963554Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:17.9964442Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build3998081543/b1501/_pkg_.a
2025-08-20T22:42:17.9965457Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build3998081543/b1502/_pkg_.a
2025-08-20T22:42:17.9966459Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build3998081543/b1503/_pkg_.a
2025-08-20T22:42:17.9967491Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build3998081543/b1504/_pkg_.a
2025-08-20T22:42:17.9968626Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build3998081543/b1505/_pkg_.a
2025-08-20T22:42:17.9969598Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build3998081543/b1506/_pkg_.a
2025-08-20T22:42:17.9970531Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build3998081543/b1507/_pkg_.a
2025-08-20T22:42:17.9971439Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:17.9972570Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build3998081543/b1509/_pkg_.a
2025-08-20T22:42:17.9973526Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build3998081543/b1510/_pkg_.a
2025-08-20T22:42:17.9974474Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build3998081543/b1511/_pkg_.a
2025-08-20T22:42:17.9975494Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build3998081543/b1512/_pkg_.a
2025-08-20T22:42:17.9976480Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build3998081543/b1513/_pkg_.a
2025-08-20T22:42:17.9977434Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build3998081543/b1514/_pkg_.a
2025-08-20T22:42:17.9978626Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build3998081543/b1515/_pkg_.a
2025-08-20T22:42:17.9979587Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build3998081543/b1516/_pkg_.a
2025-08-20T22:42:17.9980513Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build3998081543/b1517/_pkg_.a
2025-08-20T22:42:17.9981461Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build3998081543/b1518/_pkg_.a
2025-08-20T22:42:17.9982426Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build3998081543/b1519/_pkg_.a
2025-08-20T22:42:17.9983337Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build3998081543/b1520/_pkg_.a
2025-08-20T22:42:17.9984314Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build3998081543/b1521/_pkg_.a
2025-08-20T22:42:17.9985425Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build3998081543/b1522/_pkg_.a
2025-08-20T22:42:17.9986410Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build3998081543/b1523/_pkg_.a
2025-08-20T22:42:17.9987327Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build3998081543/b1524/_pkg_.a
2025-08-20T22:42:17.9988243Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3998081543/b1525/_pkg_.a
2025-08-20T22:42:17.9989139Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build3998081543/b1526/_pkg_.a
2025-08-20T22:42:17.9990098Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3998081543/b1527/_pkg_.a
2025-08-20T22:42:17.9991036Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3998081543/b1528/_pkg_.a
2025-08-20T22:42:17.9992041Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3998081543/b1529/_pkg_.a
2025-08-20T22:42:17.9993054Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build3998081543/b1530/_pkg_.a
2025-08-20T22:42:17.9993954Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3998081543/b1531/_pkg_.a
2025-08-20T22:42:17.9994859Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build3998081543/b1532/_pkg_.a
2025-08-20T22:42:18.0006893Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build3998081543/b1533/_pkg_.a
2025-08-20T22:42:18.0007992Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build3998081543/b1534/_pkg_.a
2025-08-20T22:42:18.0009008Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build3998081543/b1535/_pkg_.a
2025-08-20T22:42:18.0009946Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build3998081543/b1536/_pkg_.a
2025-08-20T22:42:18.0010901Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build3998081543/b1537/_pkg_.a
2025-08-20T22:42:18.0012281Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build3998081543/b1538/_pkg_.a
2025-08-20T22:42:18.0013221Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build3998081543/b1539/_pkg_.a
2025-08-20T22:42:18.0014191Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build3998081543/b1540/_pkg_.a
2025-08-20T22:42:18.0015147Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build3998081543/b1541/_pkg_.a
2025-08-20T22:42:18.0016317Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build3998081543/b1542/_pkg_.a
2025-08-20T22:42:18.0017281Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build3998081543/b1543/_pkg_.a
2025-08-20T22:42:18.0018333Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build3998081543/b1544/_pkg_.a
2025-08-20T22:42:18.0019384Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build3998081543/b1545/_pkg_.a
2025-08-20T22:42:18.0020388Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build3998081543/b1546/_pkg_.a
2025-08-20T22:42:18.0021315Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build3998081543/b1547/_pkg_.a
2025-08-20T22:42:18.0022211Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:18.0023120Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build3998081543/b1549/_pkg_.a
2025-08-20T22:42:18.0024055Z [00:03:59.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build3998081543/b1550/_pkg_.a
2025-08-20T22:42:18.0024702Z [00:03:59.628]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.0025111Z [00:03:59.628]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:18.0025679Z [00:03:59.628]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:18.0026124Z [00:03:59.628]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.0026569Z [00:03:59.628]➜  EOF
2025-08-20T22:42:18.0026929Z [00:03:59.632]➜  go tool buildid -w $WORK/b1898/_pkg_.a # internal
2025-08-20T22:42:18.0813861Z [00:03:59.638]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1358/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types;$WORK/b1358=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types -lang=go1.22 -complete -installsuffix shared -buildid nywSMyQG6AqmWxdO9Lxw/nywSMyQG6AqmWxdO9Lxw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1358/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/access.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/acknowledgement.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/acknowledgestate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/actionstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/activationstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/activationstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/adaptiveallocationssettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/adaptiveselection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/addaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/adjacencymatrixaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/adjacencymatrixaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/adjacencymatrixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregatemetricdoubleproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregateorder.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregateoutput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregationbreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregationprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregationprofiledebug.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregationprofiledelegatedebugfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregationrange.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aggregations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aliasdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/aliasesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/allfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/allocateaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/allocationdecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/allocationrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/allocationstore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/alwayscondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analysisconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analysisconfigread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analysislimits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analysismemorylimit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analyticscollection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analyticsstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analyzedetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analyzerdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/analyzetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/anomaly.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/anomalycause.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/anomalydetectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/anomalyexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/apikey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/apikeyaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/apikeyaggregationcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/apikeyauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/apikeyfiltersaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/apikeyquerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/appendprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/applicationglobaluserprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/applicationprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/applicationprivilegescheck.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/applicationsprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/arabicanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/archive.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/armeniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/arraycomparecondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/arraycompareopparams.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/arraypercentilesitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/asciifoldingtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/asyncsearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/attachmentprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/audit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/authenticateapikey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/authenticateduser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/authenticatetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/authenticationprovider.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autodatehistogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autodatehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autofollowedcluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autofollowpattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autofollowpatternsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autofollowstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autoscalingcapacity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autoscalingdecider.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autoscalingdeciders.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autoscalingnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autoscalingpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/autoscalingresources.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/averageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/averagebucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/avgaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/azurerepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/azurerepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/base.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/baseindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/basenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/basqueanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bengalianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/binaryproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/booleanproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/boolquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/boostingquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/boxplotaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/boxplotaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/braziliananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/breaker.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketcorrelationaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketcorrelationfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketcorrelationfunctioncountcorrelation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketcorrelationfunctioncountcorrelationindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketinfluencer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketksaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketmetricvalueaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketpathaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsadjacencymatrixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsapikeyquerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketscompositebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketscriptaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsdatehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsdoubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketselectoraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsfiltersbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsfrequentitemsetsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsgeohashgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsgeohexgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsgeotilegridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketshistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsipprefixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsiprangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketslongraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketslongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsmultitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsortaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketspath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsrangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketssignificantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketssignificantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsstringraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketstimeseriesbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsvariablewidthhistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bucketsvoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/buildinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bulgariananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bulkerror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bulkindexbyscrollfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bulkstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bytenumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bytesize.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/bytesprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cachequeries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cachestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/calendarevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cardinalityaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cardinalityaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/catalananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/catanonalydetectorcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/catcomponenttemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/catdatafeedcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/catdfacolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/categorizationanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/categorizationanalyzerdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/categorizetextaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/categorizetextanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/category.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cattrainedmodelscolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cattransformcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ccr.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ccrshardstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/certificateinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cgroup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cgroupcpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cgroupcpustat.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cgroupmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/chaininput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/charfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/charfilterdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/charfilterdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/charfiltertypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/chargrouptokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/checkpointing.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/checkpointstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/childrenaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/childrenaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/chineseanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/chisquareheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/chunkingconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/circleprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cjkanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/classictokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/classificationinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cleanuprepositoryresults.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/client.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/closeindexresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/closeshardresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterappliedstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clustercomponenttemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterdetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterfilesystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterindexingpressure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterindices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterindicesshards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterindicesshardsindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterinfotargets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusteringest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterjvm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterjvmmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterjvmversion.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusternetworktypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusternode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusternodecount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusternodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusteroperatingsystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusteroperatingsystemarchitecture.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusteroperatingsystemname.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusteroperatingsystemprettyname.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterpressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterprocess.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterprocesscpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterprocessopenfiledescriptors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterremoteinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterremoteproxyinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterremotesniffinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterruntimefieldtypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clustershardmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterstatequeue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterstateupdate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/clusterstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/collector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/column.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/combinedfieldsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/command.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/commandallocateprimaryaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/commandallocatereplicaaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/commandcancelaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/commandmoveaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/commoncatqueryparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/commongramstokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/commonqueryparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/commontermsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/commontokenizationconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/communityidprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compactnodeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/completioncontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/completionproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/completionresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/completionstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/completionsuggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/completionsuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/completionsuggestoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/componenttemplatenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/componenttemplatesummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositeaggregatekey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositeaggregationsource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositedatehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositegeotilegridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositesubfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/compositetermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/conditiontokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/configuration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/confusionmatrixitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/confusionmatrixprediction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/confusionmatrixthreshold.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/connection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/connector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/connectorconfigproperties.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/connectorconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/connectorcustomscheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/connectorfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/connectorscheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/connectorsyncjob.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/constantkeywordproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/constantscorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/context.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/contextmethod.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/contextmethodparam.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/convertprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/coordinatorstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/coordsgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/coreknnquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/counter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/countrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cpuacct.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/createdstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/createoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/csvprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cumulativecardinalityaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cumulativecardinalityaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/cumulativesumaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/currentnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/customanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/customcategorizetextanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/customnormalizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/customscheduling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/customschedulingconfigurationoverrides.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/czechanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dailyschedule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/danglingindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/danishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/databaseconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/databaseconfigurationmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datacounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datadescription.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataemailattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datafeedauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datafeedconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datafeedrunningstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datafeedsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datafeedstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datafeedtimingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisanalyzedfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisclassification.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysiscontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisfeatureprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisfeatureprocessorfrequencyencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisfeatureprocessormultiencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisfeatureprocessorngramencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisfeatureprocessoronehotencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisfeatureprocessortargetmeanencoding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisoutlierdetection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalysisregression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsdestination.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsfieldselection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsmemoryestimation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticssource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsstatscontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsstatsdatacounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsstatshyperparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsstatsmemoryusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsstatsoutlierdetection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticsstatsprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeanalyticssummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeclassificationsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeclassificationsummaryaccuracy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeclassificationsummarymulticlassconfusionmatrix.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeclassificationsummaryprecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeclassificationsummaryrecall.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationclass.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationclassification.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationclassificationmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationclassificationmetricsaucroc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationoutlierdetection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationoutlierdetectionmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationregression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationregressionmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationregressionmetricshuber.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationregressionmetricsmsle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationsummaryaucroc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationsummaryaucroccurveitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeevaluationvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeoutlierdetectionsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframepreviewconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dataframeregressionsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datapathstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamlifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamlifecycledetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamlifecycledownsampling.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamlifecycleexplain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamlifecycleindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamlifecyclerolloverconditions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamlifecyclewithrollover.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamnames.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreams.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamsstatsitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamtimestamp.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamtimestampfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamvisibility.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datastreamwithlifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datatierphasestatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datatiers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datedecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datedistancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datehistogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datehistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datehistogramgrouping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dateindexnameprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datenanosproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dateprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dateproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/daterangeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/daterangeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/daterangeexpression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/daterangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/daterangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/datetime.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/decayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/decayfunctionbasedatemathduration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/decayfunctionbasedoubledouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/decayfunctionbasegeolocationdistance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/decayplacement.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/decayplacementdatemathduration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/decayplacementdoubledouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/decayplacementgeolocationdistance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/defaults.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/definition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/delayeddatacheckconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/deleteaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/deleteinferenceendpointresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/deleteoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/delimitedpayloadtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/densevectorindexoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/densevectorproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dependency.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/deprecation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/deprecationindexing.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/derivativeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/derivativeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/detectionrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/detector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/detectorread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/detectorupdate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dfsknnprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dfsprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dfsstatisticsbreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dfsstatisticsprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/diagnosis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/diagnosisaffectedresources.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dictionarydecompoundertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/directgenerator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/discovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/discoverynode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/discoverynodecompact.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/discoverynodecontent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/diskindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/diskindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/diskusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dismaxquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dissectprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/distancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/distancefeaturequerybasedatemathduration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/distancefeaturequerybasegeolocationdistance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/diversifiedsampleraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/docstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/document.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/documentrating.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/documentsimulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dotexpanderprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/doublenumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/doublerangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/doubletermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/doubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/downsampleaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/downsampleconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/downsamplinground.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dropprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/duration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/durationvalueunitfloatmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/durationvalueunitmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/durationvalueunitnanos.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/durationvalueunitseconds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dutchanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dynamicproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/dynamictemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/edgengramtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/edgengramtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/elasticsearcherror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/elasticsearchversioninfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/elasticsearchversionmininfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/elisiontokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/email.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/emailaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/emailattachmentcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/emailbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/emailresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/emptyobject.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/englishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enrichpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enrichprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ensemble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/epochtimeunitmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/epochtimeunitseconds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/eql.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/eqlfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/eqlfeaturesjoin.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/eqlfeatureskeys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/eqlfeaturespipes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/eqlfeaturessequences.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/eqlhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/errorcause.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/errorresponsebase.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/esqlcolumns.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/estoniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/eventdatastream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ewmamodelsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ewmamovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/executeenrichpolicystatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/executingpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/executionresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/executionresultaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/executionresultcondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/executionresultinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/executionstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/executionthreadpool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/existsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/expandwildcards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/explainanalyzetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/explanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/explanationdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/explorecontrols.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/exponentialaveragecalculationcontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/extendedboundsdouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/extendedboundsfielddatemath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/extendedmemorystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/extendedstatsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/extendedstatsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/extendedstatsbucketaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/extendedstatsbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/failprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/failurestore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/feature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/featureenabled.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/featuretoggle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fetchprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fetchprofilebreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fetchprofiledebug.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldaliasproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldandformat.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldcapability.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldcollapse.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fielddatafrequencyfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fielddatarecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fielddatastats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fielddatemath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldlookup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldmapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldmemoryusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldmetric.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldnamesfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldsecurity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldsizeusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldsort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldstat.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldsuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldsusagebody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldtypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldtypesmappings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fieldvaluefactorscorefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filecountsnapshotstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filedetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filesystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filesystemtotal.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fillmaskinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fillmaskinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filteraggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filteringadvancedsnippet.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filteringconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filteringrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filteringrules.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filteringrulesvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filteringvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filterref.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filtersaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filtersaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/filtersbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fingerprintanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fingerprintprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fingerprinttokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/finnishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/flattened.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/flattenedproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/float64.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/floatnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/floatrangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/flushstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/followerindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/followerindexparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/followindexstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/followstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/forcemergeaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/forcemergeresponsebody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/foreachprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/formattablemetricaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/foundstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/frenchanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/frequencyencodingpreprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/frequentitemsetsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/frequentitemsetsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/frequentitemsetsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/frequentitemsetsfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/frozenindices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/functionscore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/functionscorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fuzziness.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/fuzzyquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/galiciananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/garbagecollector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/garbagecollectortotal.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/gcsrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/gcsrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoboundingboxquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoboundsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoboundsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geocentroidaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geocentroidaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geodecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geodistanceaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geodistanceaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geodistancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geodistancequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geodistancesort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geogridprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geohashgridaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geohashgridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geohashgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geohashlocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geohashprecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geohexgridaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geohexgridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geohexgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoipdownloadstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoipnodedatabasename.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoipnodedatabases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoipprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geolineaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geolineaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geolinepoint.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geolinesort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geolocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geopointproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geopolygonpoints.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geopolygonquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/georesults.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoshapefieldquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoshapeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geoshapequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geotilegridaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geotilegridaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/geotilegridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/germananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/getmigrationfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/getresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/getscriptcontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/getstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/getuserprofileerrors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/globalaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/globalaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/globalprivilege.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/googlenormalizeddistanceheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/grantapikey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/greaterthanvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/greekanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/grokprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/groupings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/gsubprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/halffloatnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/haschildquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hasparentquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hasprivilegesuserprofileerrors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hdrmethod.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hdrpercentileranksaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hdrpercentilesaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/healthrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/healthresponsebody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/healthstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/helprecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/highlight.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/highlightfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hindianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hint.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/histogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/histogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/histogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/histogramgrouping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/histogramproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hitsevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hitsmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hitssequence.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/holtlinearmodelsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/holtmovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/holtwintersmodelsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/holtwintersmovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hop.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hourandminute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hourlyschedule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/htmlstripcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/htmlstripprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/http.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httpemailattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httpheaders.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httpinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httpinputauthentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httpinputbasicauthentication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httpinputproxy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httpinputrequestdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httpinputrequestresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httpinputresponseresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httproute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httprouterequests.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/httprouteresponses.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hungariananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hunspelltokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hyperparameter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hyperparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/hyphenationdecompoundertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/icuanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/icucollationproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/icucollationtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/icufoldingtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/icunormalizationcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/icunormalizationtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/icutokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/icutransformtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ids.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/idsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ilm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ilmactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ilmindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ilmindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ilmpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ilmpolicystatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/impact.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/includedinvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexaliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexanddatastreamaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexcapabilities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexdetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexhealthstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexingpressurememorysummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexingslowlogsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexingslowlogtresholds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexmappingrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexprivilegescheck.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexresultsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexrouting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexroutingallocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexroutingallocationdisk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexroutingallocationinclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexroutingallocationinitialrecovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexroutingrebalance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexsegment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexsegmentsort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexsettingblocks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexsettingsanalysis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexsettingslifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexsettingslifecyclestep.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexsettingstimeseries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indextemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indextemplatedatastreamconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indextemplateitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indextemplatemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indextemplatesummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indexversioning.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicatornode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicators.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesblockstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesindexingpressure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesindexingpressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesmodifyaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesprivilegesquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesshardsstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesshardstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesshardstores.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesvalidationexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indicesversions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/indonesiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceclassimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceconfigclassification.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceconfigcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceconfigcreatecontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceconfigregression.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceconfigupdatecontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceendpoint.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceendpointinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferencefeatureimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceresponseresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferenceresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inferencetopclassentry.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/influence.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/influencer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/infofeaturestate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ingestpipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ingestpipelineparams.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ingeststats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ingesttotal.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inlineget.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inlinegetdictuserdefined.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/innerhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/innerhitsresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/inprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/input.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/integernumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/integerrangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/intervals.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/intervalsallof.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/intervalsanyof.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/intervalsfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/intervalsfuzzy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/intervalsmatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/intervalsprefix.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/intervalsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/intervalswildcard.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/invertedindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/invocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/invocations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/iostatdevice.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/iostats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ipfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/iplocationprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ipprefixaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ipprefixaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ipprefixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ipproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/iprangeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/iprangeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/iprangeaggregationrange.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/iprangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/iprangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/irishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/italiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jobblocked.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jobconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jobforecaststatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jobsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jobstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jobstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jobtimingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jobusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/joinprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/joinproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jsonprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jvm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jvmclasses.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jvmmemorystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jvmstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/jvmthreads.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/keeptypestokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/keepwordstokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/keyedpercentiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/keyedprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/keyvalueprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/keywordanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/keywordmarkertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/keywordproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/keywordtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/kibanatoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/knncollectorresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/knnquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/knnqueryprofilebreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/knnqueryprofileresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/knnretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/knnsearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/kstemtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/kuromojianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/kuromojiiterationmarkcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/kuromojipartofspeechtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/kuromojireadingformtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/kuromojistemmertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/kuromojitokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/languageanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/languagecontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/laplacesmoothingmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/latest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/latlongeolocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/latviananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/learningtorank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lengthtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lessthanvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lettertokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/license.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/licenseinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lifecycleexplain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lifecycleexplainmanaged.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lifecycleexplainphaseexecution.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lifecycleexplainunmanaged.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/like.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/likedocument.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/limits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/limittokencounttokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/linearinterpolationsmoothingmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/linearmovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/listtypevalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lithuaniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/loggingaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/loggingresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/logstashpipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/longnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/longrangeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/longraretermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/longraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/longtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/longtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lowercasenormalizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lowercaseprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lowercasetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/lowercasetokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/machinelearning.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/manageuserprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mapboxvectortiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mappingcharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mappinglimitsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mappinglimitsettingsdepth.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mappinglimitsettingsdimensionfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mappinglimitsettingsfieldnamelength.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mappinglimitsettingsnestedfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mappinglimitsettingsnestedobjects.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mappinglimitsettingstotalfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mappingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/masterisstableindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/masterisstableindicatorclusterformationnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/masterisstableindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/masterisstableindicatorexceptionfetchinghistory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/masterrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matchallquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matchboolprefixquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matchedfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matchedtext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matchnonequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matchonlytextproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matchphraseprefixquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matchphrasequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matchquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matrixaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matrixstatsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matrixstatsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/matrixstatsfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/maxaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/maxaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/maxbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/maxmind.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/medianabsolutedeviationaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/medianabsolutedeviationaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/memmlstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/memory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/memorystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/memstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/merge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mergescheduler.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mergesstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/metadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/metrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mgetoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mgetresponseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/migrateaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/migrationfeatureindexinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/minaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/minaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/minbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/minimallicenseinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/minimumshouldmatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/missing.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/missingaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/missingaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mlcounter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mldatafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mldataframeanalyticsjobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mldataframeanalyticsjobsanalysis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mldataframeanalyticsjobscount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mldataframeanalyticsjobsmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mlfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mlinference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mlinferencedeployments.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mlinferencedeploymentstimems.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mlinferenceingestprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mlinferenceingestprocessorcount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mlinferencetrainedmodels.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mlinferencetrainedmodelscount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mljobforecasts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/modelpackageconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/modelplotconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/modelsizestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/modelsnapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/modelsnapshotupgrade.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/monitoring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/morelikethisquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mountedsnapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/movingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/movingfunctionaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/movingpercentilesaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/msearchrequestitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/msearchresponseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mtermvectorsoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebaseadjacencymatrixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasecompositebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasedatehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasedoubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasefiltersbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasefrequentitemsetsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasegeohashgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasegeohexgridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasegeotilegridbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasehistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebaseipprefixbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebaseiprangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebaselongraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebaselongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasemultitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebaserangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasesignificantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasesignificantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasestringraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasestringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasetimeseriesbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasevariablewidthhistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multibucketaggregatebasevoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multigeterror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multimatchquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multiplexertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multisearchbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multisearchheader.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multisearchitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multisearchresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multitermlookup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multitermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multitermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/multitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/murmur3hashproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/mutualinformationheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/names.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nativecode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nativecodeinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nerinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nerinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nestedaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nestedaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nestedidentity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nestedproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nestedquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nestedsortvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/networkdirectionprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nevercondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ngramtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ngramtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nlpberttokenizationconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nlprobertatokenizationconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nlptokenizationupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeallocationexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeattributes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeattributesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodebufferpool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodediskusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeids.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfobootstrap.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoclient.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfodiscover.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfohttp.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoingestdownloader.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoingestinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoingestprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfojvmmemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfomemory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfonetwork.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfonetworkinterface.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfooscpu.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfopath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinforepositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinforepositoriesurl.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoscript.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosearchremote.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingscluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingsclusterelection.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingshttp.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingshttptype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingsingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingsnetwork.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingsnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingstransport.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingstransportfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfosettingstransporttype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfotransport.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpack.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpacklicense.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpacklicensetype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpackml.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpacksecurity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpacksecurityauthc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpacksecurityauthcrealms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpacksecurityauthcrealmsstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpacksecurityauthctoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeinfoxpacksecurityssl.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodejvminfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeoperatingsysteminfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodepackagingtype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeprocessinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodereloaderror.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodereloadresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodescontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodescredentials.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodescredentialsfiletoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeshard.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeshutdownstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodesindexingpressure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodesindexingpressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodesingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodestatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodetasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodethreadpoolinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nodeusage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/norianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/noripartofspeechtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/noritokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/normalizeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/normalizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/norwegiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/nullvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/numberrangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/numericdecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/numericfielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/objectproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/onehotencodingpreprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/operatingsystem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/operatingsystemmemoryinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/operationcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/outlierdetectionparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/overallbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/overallbucketjob.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/overlapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/page.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pagerdutyaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pagerdutycontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pagerdutyevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pagerdutyeventproxy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pagerdutyresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/painlesscontextsetup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/parentaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/parentaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/parentidquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/parenttaskinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/passthroughinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/passthroughinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pathhierarchytokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/patternanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/patterncapturetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/patternreplacecharfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/patternreplacetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/patterntokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pendingtask.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pendingtasksrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/percentage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/percentagescoreheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/percentileranksaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/percentiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/percentilesaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/percentilesbucketaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/percentilesbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/percolatequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/percolatorproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/perpartitioncategorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/persiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/persistenttaskstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/phase.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/phases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/phonetictokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/phrasesuggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/phrasesuggestcollate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/phrasesuggestcollatequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/phrasesuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/phrasesuggesthighlight.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/phrasesuggestoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pinneddoc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pinnedquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pipelineconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pipelinemetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pipelineprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pipelinesettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pipelinesimulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pipeseparatedflagssimplequerystringflag.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pivot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pivotgroupbycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pluginsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pluginsstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pluginstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pointintimereference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pointproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pool.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/porterstemtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/portugueseanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/postmigrationfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/predicatetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/predictedvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/prefixquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/preprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/pressurememory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/privilegesactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/privilegescheck.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/process.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/processor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/processorcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/property.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/publishedclusterstates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/querybreakdown.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/querycachestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryrole.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryruleactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryrulecriteria.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryrulesetlistitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryrulesetmatchedrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/querystringquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryuser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/queryvectorbuilder.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/querywatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/questionansweringinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/questionansweringinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/randomsampleraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/randomscorefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rangeaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rangeaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rangebucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rangequerybasedatemath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rangequerybasedouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rangequerybasestring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankeddocument.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalhit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalhititem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalmetric.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalmetricdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalmetricdiscountedcumulativegain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalmetricexpectedreciprocalrank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalmetricmeanreciprocalrank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalmetricprecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalmetricratingtreshold.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalmetricrecall.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankevalrequestitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankfeaturefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankfeaturefunctionlinear.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankfeaturefunctionlogarithm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankfeaturefunctionsaturation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankfeaturefunctionsigmoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankfeatureproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankfeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rankfeaturesproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/raretermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rateaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rateaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/readexception.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/readonlyurlrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/readonlyurlrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/realmcache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/realminfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/recording.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/recoverybytes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/recoveryfiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/recoveryindexstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/recoveryorigin.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/recoveryrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/recoverystartstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/recoverystats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/recoverystatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/redact.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/redactprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/refreshstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/regexoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/regexpquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/regexvalidation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/registereddomainprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/regressioninferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reindexdestination.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reindexnode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reindexsource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reindexstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reindextask.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reloaddetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reloadresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/relocationfailureinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/remoteclusterprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/remoteindicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/remotesource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/removeaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/removeduplicatestokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/removeindexaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/removeprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/renameprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/replicationaccess.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reportingemailattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/repositoriesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/repositoryintegrityindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/repositoryintegrityindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/repositorylocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/repositorymeteringinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/requestcachestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/requestcounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/requestitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reroutedecision.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rerouteexplanation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rerouteparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rerouteprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rescore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rescorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reservedsize.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/resolveclusterinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/resolveindexaliasitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/resolveindexdatastreamsitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/resolveindexitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/resourceprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/responsebody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/responseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/restriction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/retention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/retentionlease.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/retentionpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/retentionpolicycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/retries.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/retrievercontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reversenestedaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reversenestedaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/reversetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/roledescriptor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/roledescriptorread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/roledescriptorwrapper.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rolemappingrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rolequerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/roletemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/roletemplateinlinequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/roletemplatequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/roletemplatescript.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rolloveraction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rolloverconditions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rollupcapabilities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rollupcapabilitysummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rollupfieldsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rollupjob.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rollupjobconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rollupjobstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rollupjobstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rollupjobsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rollupjobsummaryfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/romaniananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/routingfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rrfrank.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rrfretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rulecondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/rulequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ruleretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/runningstatesearchinterval.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/runtimefield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/runtimefieldfetchfields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/runtimefields.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/runtimefieldstype.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/russiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/s3repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/s3repositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/samplediversity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sampleraggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sampleraggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scalarvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scaledfloatnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/schedulecontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scheduletimeofday.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scheduletriggerevent.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/schedulingconfiguration.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scoresort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptcache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptcondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptedheuristic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptedmetricaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptedmetricaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scripting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptscorefunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptscorequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scriptsort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scripttransform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/scrollids.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchablesnapshotaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchablesnapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchaccess.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchapplication.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchapplicationlistitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchapplicationtemplate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchasyoutypeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchidle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchinputrequestbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchinputrequestdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchshardsnodeattributes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchtemplaterequestbody.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/searchtransform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/security.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/securityrolemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/securityroles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/securityrolesdls.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/securityrolesdlsbitsetcache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/securityrolesfile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/securityrolesnative.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/segment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/segmentsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/segmentsstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/selectoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/semanticquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/semantictextproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/serbiananalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/serialdifferencingaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/serializedclusterstate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/serializedclusterstatedetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/servicetoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/setpriorityaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/setprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/setsecurityuserprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingsanalyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingshighlight.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingsquerystring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssimilarity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssimilaritybm25.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssimilarityboolean.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssimilaritydfi.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssimilaritydfr.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssimilarityib.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssimilaritylmd.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssimilaritylmj.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/settingssimilarityscripted.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shapefieldquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shapeproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shapequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardcommit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardfilesizeinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardhealthstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardlease.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardmigrationstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardpath.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardquerycache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardrecovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardretentionleases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardrouting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardsavailabilityindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardsavailabilityindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardscapacityindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardscapacityindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardscapacityindicatortierdetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardsegmentrouting.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardsequencenumber.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardssegment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardsstatssummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardsstatssummaryitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardstatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardstore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardstoreexception.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardstoreindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardstorenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardstorewrapper.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shardstotalstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shared.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sharedfilesystemrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sharedfilesystemrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shingletokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shortnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/shrinkaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/significantlongtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/significantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/significantstringtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/significantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/significanttermsaggregatebasesignificantlongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/significanttermsaggregatebasesignificantstringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/significanttermsaggregatebasevoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/significanttermsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/significanttextaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simpleanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simplemovingaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simplepatternsplittokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simplepatterntokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simplequerystringflags.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simplequerystringquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simplevalueaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simulatedactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simulatedocumentresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/simulateingest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sizefield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sizehttphistogram.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slackaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slackattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slackattachmentfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slackdynamicattachment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slackmessage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slackresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slicedscroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slmindicator.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slmindicatordetails.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slmindicatorunhealthypolicies.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slmpolicy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slowlogsettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slowlogtresholdlevels.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/slowlogtresholds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/smoothingmodelcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotindexstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotlifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotresponseitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotrestore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotshardfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotshardsstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotshardsstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snapshotstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snowballanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/snowballtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/softdeletes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/soranianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sort.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sortcombinations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sortoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sortprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sourceconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sourceconfigparam.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sourcefield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sourcefilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sourceonlyrepository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sourceonlyrepositorysettings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spancontainingquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spanfieldmaskingquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spanfirstquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spangapquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spanishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spanmultitermquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spannearquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spannotquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spanorquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spanquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spantermquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/spanwithinquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sparseembeddingresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sparsevector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sparsevectorproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sparsevectorquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/splitprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sql.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ssl.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stagnatingbackingindices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/standardanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/standarddeviationbounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/standarddeviationboundsasstring.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/standardretriever.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/standardtokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/statistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/statsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/statsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/statsbucketaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/statsbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stemmeroverridetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stemmertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stepkey.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stopanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stoptokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stopwords.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/storage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/storedscript.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/storestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringifiedboolean.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringifieddouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringifiedepochtimeunitmillis.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringifiedepochtimeunitseconds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringifiedinteger.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringifiedversionnumber.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringraretermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringraretermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringstatsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringstatsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/stupidbackoffsmoothingmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/suggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/suggestcontext.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/suggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/suggestfuzziness.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sumaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sumaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/sumbucketaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/summary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/swedishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/synccontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/syncjobconnectorreference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/syncrulesfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/synonymgraphtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/synonymrule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/synonymruleread.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/synonymssetitem.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/synonymsupdateresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/synonymtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tablevaluescontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tablevaluesintegervalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tablevalueskeywordvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tablevalueslongdouble.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tablevalueslongvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/targetmeanencodingpreprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/taskfailure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/taskid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/taskinfo.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/taskinfos.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tasksrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tdigest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tdigestpercentileranksaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tdigestpercentilesaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/templateconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/templatemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/templatesrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/term.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/terminateprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termrangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsaggregatebasedoubletermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsaggregatebaselongtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsaggregatebasemultitermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsaggregatebasestringtermsbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsaggregatebasevoid.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsexclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsgrouping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsinclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termslookup.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termspartition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsqueryfield.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termssetquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsuggest.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsuggester.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termsuggestoption.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termvector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termvectorsfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termvectorsresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/termvectorstoken.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/testpopulation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textclassificationinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textclassificationinferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textembedding.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textembeddingbyteresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textembeddinginferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textembeddinginferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textembeddingresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textexpansioninferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textexpansioninferenceupdateoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textexpansionquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textindexprefixes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/textsimilarityreranker.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/texttoanalyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/thaianalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/thaitokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/threadcount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/threadpoolrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/throttlestate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/timehttphistogram.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/timeofmonth.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/timeofweek.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/timeofyear.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/timeseriesaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/timeseriesaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/timeseriesbucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/timesync.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/timingstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tokencountproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tokendetail.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tokenfilterdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tokenizationconfigcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tokenizerdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tokenpruningconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/topclassentry.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tophit.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tophitsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/tophitsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/topleftbottomrightgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/topmetrics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/topmetricsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/topmetricsaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/topmetricsvalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/toprightbottomleftgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/totalfeatureimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/totalfeatureimportanceclass.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/totalfeatureimportancestatistics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/totalhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/totaluserprofiles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trackhits.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelassignment.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelassignmentroutingtable.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelassignmenttaskparameters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelconfig.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelconfiginput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelconfigmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodeldeploymentallocationstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodeldeploymentnodesstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodeldeploymentstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelentities.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelinferenceclassimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelinferencefeatureimportance.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelinferencestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodellocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodellocationindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelprefixstrings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelsizestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodelstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodeltree.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trainedmodeltreenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformauthorization.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformdestination.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformindexerstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformprogress.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformsource.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformsrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformstatshealth.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transformsummary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/translog.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/translogretention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/translogstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/translogstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transport.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/transporthistogram.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/triggercontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/triggereventcontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/triggereventresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trimprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/trimtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/truncatetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ttestaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/ttestaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/turkishanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/typefieldmappings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/typemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/typequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/uaxemailurltokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/unassignedinformation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/uniquetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/unmappedraretermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/unmappedsampleraggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/unmappedsignificanttermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/unmappedtermsaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/unrateddocument.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/unsignedlongnumberproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/untypeddecayfunction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/untypeddistancefeaturequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/untypedrangequery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/updateaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/updatebyqueryrethrottlenode.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/updateoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/uppercaseprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/uppercasetokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/uripartsprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/urldecodeprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/usagestatsindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/usagestatsshards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/useragentprocessor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/userindicesprivileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/userprofile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/userprofilehitmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/userprofileuser.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/userprofilewithmetadata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/userquerycontainer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/userrealm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/validation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/validationloss.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/valuecountaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/valuecountaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/variablewidthhistogramaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/variablewidthhistogramaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/variablewidthhistogrambucket.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/vector.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/verifyindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/versionproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/vertex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/vertexdefinition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/vertexinclude.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/vocabulary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/waitforactiveshards.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/waitforsnapshotaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/warmerstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watcher.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watcheraction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watcheractions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watcheractiontotals.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watchercondition.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watcherinput.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watchernodestats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watcherstatusactions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watcherwatch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watcherwatchtrigger.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watcherwatchtriggerschedule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watchrecord.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watchrecordqueuedstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watchrecordstats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/watchstatus.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/webhookaction.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/webhookresult.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/weightedaverageaggregation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/weightedaveragevalue.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/weightedavgaggregate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/weightedtokensquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/weights.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/whitespaceanalyzer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/whitespacetokenizer.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/wildcardproperty.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/wildcardquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/wktgeobounds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/worddelimitergraphtokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/worddelimitertokenfilter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/wrapperquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/writeoperation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/xpackdatafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/xpackfeature.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/xpackfeatures.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/xpackquery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/xpackrealm.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/xpackrolemapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/xpackruntimefieldtypes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/zeroshotclassificationinferenceoptions.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/zeroshotclassificationinferenceupdateoptions.go
2025-08-20T22:42:18.1530856Z [00:03:59.639]➜  cp $WORK/b1898/_pkg_.a /root/.cache/go-build/26/263514d44513a2ce67d351a8563f69d09be16fc9a86024ab2af147090f71c9ff-d # internal
2025-08-20T22:42:18.1531668Z [00:03:59.639]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys
2025-08-20T22:42:18.1532100Z [00:03:59.639]➜  mkdir -p $WORK/b1933/
2025-08-20T22:42:18.1532492Z [00:03:59.639]➜  cat >/tmp/go-build3998081543/b1933/importcfg << 'EOF' # internal
2025-08-20T22:42:18.1532843Z [00:03:59.639]➜  # import config
2025-08-20T22:42:18.1533188Z [00:03:59.639]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.1533618Z [00:03:59.639]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.1534044Z [00:03:59.639]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.1534674Z [00:03:59.639]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.1535265Z [00:03:59.639]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.1535862Z [00:03:59.639]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.1536310Z [00:03:59.639]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.1536745Z [00:03:59.639]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.1537060Z [00:03:59.639]➜  EOF
2025-08-20T22:42:18.1540112Z [00:03:59.639]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1933/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkupdateapikeys=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkupdateapikeys;$WORK/b1933=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys -lang=go1.22 -complete -installsuffix shared -buildid zg2v9nbqstTv12dDcBCv/zg2v9nbqstTv12dDcBCv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1933/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkupdateapikeys/bulk_update_api_keys.go
2025-08-20T22:42:18.1542608Z [00:03:59.640]➜  go tool buildid -w $WORK/b1929/_pkg_.a # internal
2025-08-20T22:42:18.1543278Z [00:03:59.640]➜  cp $WORK/b1929/_pkg_.a /root/.cache/go-build/9f/9f589bd28019d4b79e9d90dcb94150213efa3799b22f7c4459d646ff208d87de-d # internal
2025-08-20T22:42:18.1543975Z [00:03:59.643]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings
2025-08-20T22:42:18.1544372Z [00:03:59.643]➜  mkdir -p $WORK/b1961/
2025-08-20T22:42:18.1544743Z [00:03:59.643]➜  cat >/tmp/go-build3998081543/b1961/importcfg << 'EOF' # internal
2025-08-20T22:42:18.1545090Z [00:03:59.643]➜  # import config
2025-08-20T22:42:18.1545584Z [00:03:59.643]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.1546080Z [00:03:59.643]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.1546495Z [00:03:59.643]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.1547121Z [00:03:59.643]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.1547972Z [00:03:59.643]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.1548474Z [00:03:59.643]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.1548982Z [00:03:59.643]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.1549405Z [00:03:59.643]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.1549717Z [00:03:59.643]➜  EOF
2025-08-20T22:42:18.1552152Z [00:03:59.643]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1961/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getsettings;$WORK/b1961=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings -lang=go1.22 -complete -installsuffix shared -buildid deNrGB0khvLgcu8kH-Q9/deNrGB0khvLgcu8kH-Q9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1961/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getsettings/get_settings.go
2025-08-20T22:42:18.1554433Z [00:03:59.720]➜  go tool buildid -w $WORK/b1933/_pkg_.a # internal
2025-08-20T22:42:18.1555094Z [00:03:59.721]➜  cp $WORK/b1933/_pkg_.a /root/.cache/go-build/06/06658aeb303fe36abdaca1521a1ae08ee3207214e7b2f9811e60b614d4f5735c-d # internal
2025-08-20T22:42:18.1555914Z [00:03:59.722]➜  go tool buildid -w $WORK/b1961/_pkg_.a # internal
2025-08-20T22:42:18.1556583Z [00:03:59.723]➜  cp $WORK/b1961/_pkg_.a /root/.cache/go-build/0d/0d0d1a649e8c9621aad1b5c499a12296b560f058a87d6a52ee9f89d92d38d416-d # internal
2025-08-20T22:42:18.1557316Z [00:03:59.723]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype
2025-08-20T22:42:18.1557751Z [00:03:59.723]➜  mkdir -p $WORK/b1963/
2025-08-20T22:42:18.1558124Z [00:03:59.723]➜  cat >/tmp/go-build3998081543/b1963/importcfg << 'EOF' # internal
2025-08-20T22:42:18.1558472Z [00:03:59.723]➜  # import config
2025-08-20T22:42:18.1558852Z [00:03:59.723]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.1559169Z [00:03:59.723]➜  EOF
2025-08-20T22:42:18.1562095Z [00:03:59.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1963/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/accesstokengranttype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/accesstokengranttype;$WORK/b1963=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype -lang=go1.22 -complete -installsuffix shared -buildid -blb5P6GzUUgCgHWhPk2/-blb5P6GzUUgCgHWhPk2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1963/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/accesstokengranttype/accesstokengranttype.go
2025-08-20T22:42:18.1564677Z [00:03:59.724]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype
2025-08-20T22:42:18.1565245Z [00:03:59.724]➜  mkdir -p $WORK/b1968/
2025-08-20T22:42:18.1565752Z [00:03:59.724]➜  cat >/tmp/go-build3998081543/b1968/importcfg << 'EOF' # internal
2025-08-20T22:42:18.1566102Z [00:03:59.724]➜  # import config
2025-08-20T22:42:18.1566446Z [00:03:59.724]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.1566763Z [00:03:59.724]➜  EOF
2025-08-20T22:42:18.1569340Z [00:03:59.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1968/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/apikeygranttype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/apikeygranttype;$WORK/b1968=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype -lang=go1.22 -complete -installsuffix shared -buildid W9ouZTbVbACd_Dm7jA7Y/W9ouZTbVbACd_Dm7jA7Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1968/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/apikeygranttype/apikeygranttype.go
2025-08-20T22:42:18.1571902Z [00:03:59.759]➜  go tool buildid -w $WORK/b1968/_pkg_.a # internal
2025-08-20T22:42:18.1572638Z [00:03:59.760]➜  cp $WORK/b1968/_pkg_.a /root/.cache/go-build/4c/4cdbc7755ea976e32909ed76ec004ff4ab9c3b691740bf8e9007fb43711d82f6-d # internal
2025-08-20T22:42:18.1573345Z [00:03:59.761]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate
2025-08-20T22:42:18.1573755Z [00:03:59.761]➜  mkdir -p $WORK/b1973/
2025-08-20T22:42:18.1574134Z [00:03:59.761]➜  cat >/tmp/go-build3998081543/b1973/importcfg << 'EOF' # internal
2025-08-20T22:42:18.1574480Z [00:03:59.761]➜  # import config
2025-08-20T22:42:18.1574821Z [00:03:59.761]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.1575248Z [00:03:59.761]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.1575792Z [00:03:59.761]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.1576425Z [00:03:59.761]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.1577021Z [00:03:59.761]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.1577440Z [00:03:59.761]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.1577873Z [00:03:59.761]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.1578300Z [00:03:59.761]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.1578613Z [00:03:59.770]➜  EOF
2025-08-20T22:42:18.1581177Z [00:03:59.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1973/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/oidcauthenticate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/oidcauthenticate;$WORK/b1973=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate -lang=go1.22 -complete -installsuffix shared -buildid 8bVd6bx9yO4fJ8O8wlKh/8bVd6bx9yO4fJ8O8wlKh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1973/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/oidcauthenticate/oidc_authenticate.go
2025-08-20T22:42:18.1583473Z [00:03:59.770]➜  go tool buildid -w $WORK/b1963/_pkg_.a # internal
2025-08-20T22:42:18.1584135Z [00:03:59.770]➜  cp $WORK/b1963/_pkg_.a /root/.cache/go-build/d9/d9512bf80b9f9ae1f10c4f78cca515fdf4f3df276c7c47b0af83859f520f0944-d # internal
2025-08-20T22:42:18.1584974Z [00:03:59.770]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout
2025-08-20T22:42:18.1585550Z [00:03:59.770]➜  mkdir -p $WORK/b1974/
2025-08-20T22:42:18.1586010Z [00:03:59.770]➜  cat >/tmp/go-build3998081543/b1974/importcfg << 'EOF' # internal
2025-08-20T22:42:18.1586358Z [00:03:59.770]➜  # import config
2025-08-20T22:42:18.1586698Z [00:03:59.770]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.1587123Z [00:03:59.770]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.1587710Z [00:03:59.770]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.1588336Z [00:03:59.770]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.1588925Z [00:03:59.770]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.1589342Z [00:03:59.770]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.1589775Z [00:03:59.770]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.1590200Z [00:03:59.770]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.1590519Z [00:03:59.770]➜  EOF
2025-08-20T22:42:18.1593035Z [00:03:59.770]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1974/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/oidclogout=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/oidclogout;$WORK/b1974=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout -lang=go1.22 -complete -installsuffix shared -buildid 80T1fWW5KJcNiNwsu55C/80T1fWW5KJcNiNwsu55C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1974/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/oidclogout/oidc_logout.go
2025-08-20T22:42:18.2012513Z [00:03:59.853]➜  go tool buildid -w $WORK/b1973/_pkg_.a # internal
2025-08-20T22:42:18.2013424Z [00:03:59.853]➜  cp $WORK/b1973/_pkg_.a /root/.cache/go-build/56/561ffcdf7800fd5171339a20965d0e245a9f77ef27ec930810bebdeff9f71f53-d # internal
2025-08-20T22:42:18.2030331Z [00:03:59.855]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication
2025-08-20T22:42:18.2037363Z [00:03:59.855]➜  mkdir -p $WORK/b1975/
2025-08-20T22:42:18.2037800Z [00:03:59.856]➜  cat >/tmp/go-build3998081543/b1975/importcfg << 'EOF' # internal
2025-08-20T22:42:18.2038180Z [00:03:59.856]➜  # import config
2025-08-20T22:42:18.2038542Z [00:03:59.856]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.2038984Z [00:03:59.856]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.2039404Z [00:03:59.856]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.2040044Z [00:03:59.856]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.2040682Z [00:03:59.856]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.2041110Z [00:03:59.856]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.2041544Z [00:03:59.856]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.2041975Z [00:03:59.856]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.2042293Z [00:03:59.856]➜  EOF
2025-08-20T22:42:18.2045545Z [00:03:59.856]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1975/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/oidcprepareauthentication=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/oidcprepareauthentication;$WORK/b1975=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication -lang=go1.22 -complete -installsuffix shared -buildid KQOFAF4N3ryJsO7Y5oHl/KQOFAF4N3ryJsO7Y5oHl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1975/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/oidcprepareauthentication/oidc_prepare_authentication.go
2025-08-20T22:42:18.2061282Z [00:03:59.858]➜  go tool buildid -w $WORK/b1974/_pkg_.a # internal
2025-08-20T22:42:18.2070604Z [00:03:59.859]➜  cp $WORK/b1974/_pkg_.a /root/.cache/go-build/a8/a8f414c29f4008d877b1bf61e7a30246778481cdc4de0ac13f277da9d839f823-d # internal
2025-08-20T22:42:18.2103606Z [00:03:59.863]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout
2025-08-20T22:42:18.2104427Z [00:03:59.863]➜  mkdir -p $WORK/b1984/
2025-08-20T22:42:18.2106313Z [00:03:59.863]➜  cat >/tmp/go-build3998081543/b1984/importcfg << 'EOF' # internal
2025-08-20T22:42:18.2110184Z [00:03:59.863]➜  # import config
2025-08-20T22:42:18.2113756Z [00:03:59.863]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:18.2117911Z [00:03:59.863]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.2121940Z [00:03:59.865]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:18.2125787Z [00:03:59.865]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.2130292Z [00:03:59.865]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.2134223Z [00:03:59.866]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.2138196Z [00:03:59.866]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.2142796Z [00:03:59.867]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.2146662Z [00:03:59.867]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.2149795Z [00:03:59.867]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:18.2153079Z [00:03:59.867]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.2156148Z [00:03:59.867]➜  EOF
2025-08-20T22:42:18.2161989Z [00:03:59.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1984/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlcompletelogout=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlcompletelogout;$WORK/b1984=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout -lang=go1.22 -complete -installsuffix shared -buildid XT4OlEpCvqi8QeXn6yPf/XT4OlEpCvqi8QeXn6yPf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1984/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlcompletelogout/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlcompletelogout/saml_complete_logout.go
2025-08-20T22:42:18.2547184Z [00:03:59.907]➜  go tool buildid -w $WORK/b1975/_pkg_.a # internal
2025-08-20T22:42:18.2557569Z [00:03:59.908]➜  cp $WORK/b1975/_pkg_.a /root/.cache/go-build/98/985246f9586e3fcb4b1e19889386e71af7dbb8f53fe329c0b56a4f6a95e986fd-d # internal
2025-08-20T22:42:18.2562978Z [00:03:59.909]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings
2025-08-20T22:42:18.2564428Z [00:03:59.909]➜  mkdir -p $WORK/b1992/
2025-08-20T22:42:18.2573867Z [00:03:59.910]➜  cat >/tmp/go-build3998081543/b1992/importcfg << 'EOF' # internal
2025-08-20T22:42:18.2574271Z [00:03:59.910]➜  # import config
2025-08-20T22:42:18.2574625Z [00:03:59.910]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.2575083Z [00:03:59.910]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.2575677Z [00:03:59.910]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.2576350Z [00:03:59.910]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.2576947Z [00:03:59.910]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.2577366Z [00:03:59.910]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.2578094Z [00:03:59.910]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.2578634Z [00:03:59.910]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.2578957Z [00:03:59.910]➜  EOF
2025-08-20T22:42:18.2581504Z [00:03:59.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1992/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updatesettings=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updatesettings;$WORK/b1992=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings -lang=go1.22 -complete -installsuffix shared -buildid UIL9-Gi4gUcycIGYyybK/UIL9-Gi4gUcycIGYyybK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1992/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updatesettings/update_settings.go
2025-08-20T22:42:18.2915220Z [00:03:59.944]➜  go tool buildid -w $WORK/b1984/_pkg_.a # internal
2025-08-20T22:42:18.2925187Z [00:03:59.945]➜  cp $WORK/b1984/_pkg_.a /root/.cache/go-build/7b/7b511677fe111032848698024e1fe1718f3e7d5ed365ea360cd8d523ed86c1a9-d # internal
2025-08-20T22:42:18.2960046Z [00:03:59.948]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_
2025-08-20T22:42:18.2961651Z [00:03:59.948]➜  mkdir -p $WORK/b1997/
2025-08-20T22:42:18.2962088Z [00:03:59.949]➜  cat >/tmp/go-build3998081543/b1997/importcfg << 'EOF' # internal
2025-08-20T22:42:18.2962844Z [00:03:59.949]➜  # import config
2025-08-20T22:42:18.2963327Z [00:03:59.949]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.2963716Z [00:03:59.949]➜  EOF
2025-08-20T22:42:18.2966380Z [00:03:59.949]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1997/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/type_=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/type_;$WORK/b1997=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_ -lang=go1.22 -complete -installsuffix shared -buildid 16WN5dljegmlphweig05/16WN5dljegmlphweig05 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1997/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/type_/type_.go
2025-08-20T22:42:18.3111293Z [00:03:59.963]➜  go tool buildid -w $WORK/b1992/_pkg_.a # internal
2025-08-20T22:42:18.3146811Z [00:03:59.967]➜  cp $WORK/b1992/_pkg_.a /root/.cache/go-build/c2/c2a516a1378b7040bb2a327984a201adb363d27014e9d112ba68b4d00e405773-d # internal
2025-08-20T22:42:18.3150967Z [00:03:59.967]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort
2025-08-20T22:42:18.3151417Z [00:03:59.968]➜  mkdir -p $WORK/b2014/
2025-08-20T22:42:18.3155938Z [00:03:59.968]➜  cat >/tmp/go-build3998081543/b2014/importcfg << 'EOF' # internal
2025-08-20T22:42:18.3169718Z [00:03:59.968]➜  # import config
2025-08-20T22:42:18.3170926Z [00:03:59.968]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.3171731Z [00:03:59.968]➜  EOF
2025-08-20T22:42:18.3174341Z [00:03:59.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2014/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/snapshotsort=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/snapshotsort;$WORK/b2014=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort -lang=go1.22 -complete -installsuffix shared -buildid IHD0UCodVm6FpLTWlCU3/IHD0UCodVm6FpLTWlCU3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2014/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/snapshotsort/snapshotsort.go
2025-08-20T22:42:18.3189187Z [00:03:59.971]➜  go tool buildid -w $WORK/b1997/_pkg_.a # internal
2025-08-20T22:42:18.3197997Z [00:03:59.972]➜  cp $WORK/b1997/_pkg_.a /root/.cache/go-build/dc/dcbd34f051f6f26e01177944196649b450d0ac456a806c094668287e56babfd5-d # internal
2025-08-20T22:42:18.3207201Z [00:03:59.973]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat
2025-08-20T22:42:18.3209556Z [00:03:59.973]➜  mkdir -p $WORK/b2025/
2025-08-20T22:42:18.3218095Z [00:03:59.974]➜  cat >/tmp/go-build3998081543/b2025/importcfg << 'EOF' # internal
2025-08-20T22:42:18.3218476Z [00:03:59.974]➜  # import config
2025-08-20T22:42:18.3218827Z [00:03:59.974]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.3219175Z [00:03:59.974]➜  EOF
2025-08-20T22:42:18.3226988Z [00:03:59.975]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2025/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sqlformat=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sqlformat;$WORK/b2025=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat -lang=go1.22 -complete -installsuffix shared -buildid -G64aI_5uloy2XyDebQo/-G64aI_5uloy2XyDebQo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2025/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/sqlformat/sqlformat.go
2025-08-20T22:42:18.3423743Z [00:03:59.995]➜  go tool buildid -w $WORK/b2014/_pkg_.a # internal
2025-08-20T22:42:18.3425979Z [00:03:59.995]➜  cp $WORK/b2014/_pkg_.a /root/.cache/go-build/a7/a7ce777045d78a9d8f5d636ba17453323451e2ea3148fc05eb1c86e9bb8f1b14-d # internal
2025-08-20T22:42:18.3428049Z [00:03:59.995]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby
2025-08-20T22:42:18.3429016Z [00:03:59.995]➜  mkdir -p $WORK/b2038/
2025-08-20T22:42:18.3432470Z [00:03:59.996]➜  cat >/tmp/go-build3998081543/b2038/importcfg << 'EOF' # internal
2025-08-20T22:42:18.3432906Z [00:03:59.996]➜  # import config
2025-08-20T22:42:18.3433262Z [00:03:59.996]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.3433585Z [00:03:59.996]➜  EOF
2025-08-20T22:42:18.3436200Z [00:03:59.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2038/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/groupby=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/groupby;$WORK/b2038=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby -lang=go1.22 -complete -installsuffix shared -buildid M_c835vUVR6a33FbzjIg/M_c835vUVR6a33FbzjIg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2038/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/groupby/groupby.go
2025-08-20T22:42:18.3488318Z [00:04:00.001]➜  go tool buildid -w $WORK/b2025/_pkg_.a # internal
2025-08-20T22:42:18.3494468Z [00:04:00.002]➜  cp $WORK/b2025/_pkg_.a /root/.cache/go-build/67/67e71357fe9ab78009df6cf85c72cb18cd3ffb43c80366e2b3541b67a779b424-d # internal
2025-08-20T22:42:18.3514544Z [00:04:00.004]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure
2025-08-20T22:42:18.3516300Z [00:04:00.004]➜  mkdir -p $WORK/b2039/
2025-08-20T22:42:18.3518719Z [00:04:00.004]➜  cat >/tmp/go-build3998081543/b2039/importcfg << 'EOF' # internal
2025-08-20T22:42:18.3519792Z [00:04:00.004]➜  # import config
2025-08-20T22:42:18.3520798Z [00:04:00.004]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.3521293Z [00:04:00.004]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.3521712Z [00:04:00.004]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.3522717Z [00:04:00.004]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.3523314Z [00:04:00.004]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.3523732Z [00:04:00.004]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.3524166Z [00:04:00.004]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.3524594Z [00:04:00.004]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.3525046Z [00:04:00.004]➜  EOF
2025-08-20T22:42:18.3528090Z [00:04:00.005]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2039/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findfieldstructure=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findfieldstructure;$WORK/b2039=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure -lang=go1.22 -complete -installsuffix shared -buildid Hc1x4DytutGU7KMBaAsc/Hc1x4DytutGU7KMBaAsc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2039/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findfieldstructure/find_field_structure.go
2025-08-20T22:42:18.3647559Z [00:04:00.017]➜  go tool buildid -w $WORK/b2038/_pkg_.a # internal
2025-08-20T22:42:18.3648381Z [00:04:00.017]➜  cp $WORK/b2038/_pkg_.a /root/.cache/go-build/01/012833c2f4df564e292682ea183601bd286191842ad3d224a9c2d6bd7d4dc528-d # internal
2025-08-20T22:42:18.3652579Z [00:04:00.018]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure
2025-08-20T22:42:18.3658983Z [00:04:00.018]➜  mkdir -p $WORK/b2040/
2025-08-20T22:42:18.3659402Z [00:04:00.018]➜  cat >/tmp/go-build3998081543/b2040/importcfg << 'EOF' # internal
2025-08-20T22:42:18.3660384Z [00:04:00.018]➜  # import config
2025-08-20T22:42:18.3661220Z [00:04:00.018]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.3662161Z [00:04:00.018]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.3662682Z [00:04:00.018]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.3663318Z [00:04:00.018]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.3663913Z [00:04:00.018]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.3664340Z [00:04:00.018]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.3664779Z [00:04:00.018]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.3665208Z [00:04:00.018]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.3665766Z [00:04:00.018]➜  EOF
2025-08-20T22:42:18.3668544Z [00:04:00.018]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2040/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findmessagestructure=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findmessagestructure;$WORK/b2040=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure -lang=go1.22 -complete -installsuffix shared -buildid M_g1naAz-6tlLvR6ilOA/M_g1naAz-6tlLvR6ilOA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2040/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findmessagestructure/find_message_structure.go
2025-08-20T22:42:18.4027568Z [00:04:00.055]➜  go tool buildid -w $WORK/b2039/_pkg_.a # internal
2025-08-20T22:42:18.4037009Z [00:04:00.056]➜  cp $WORK/b2039/_pkg_.a /root/.cache/go-build/c2/c2dd4a0b91ee5c0fb0484c30e6ed19bb893d1c8dd786b7afa44e98b4b9ae5a8b-d # internal
2025-08-20T22:42:18.4042632Z [00:04:00.057]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats
2025-08-20T22:42:18.4043845Z [00:04:00.057]➜  mkdir -p $WORK/b2044/
2025-08-20T22:42:18.4049278Z [00:04:00.057]➜  cat >/tmp/go-build3998081543/b2044/importcfg << 'EOF' # internal
2025-08-20T22:42:18.4050116Z [00:04:00.057]➜  # import config
2025-08-20T22:42:18.4050520Z [00:04:00.057]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.4050964Z [00:04:00.057]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.4051382Z [00:04:00.057]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.4052245Z [00:04:00.057]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.4052920Z [00:04:00.057]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.4053345Z [00:04:00.057]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.4053777Z [00:04:00.057]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.4054207Z [00:04:00.057]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.4054540Z [00:04:00.057]➜  EOF
2025-08-20T22:42:18.4079635Z [00:04:00.058]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2044/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/getnodestats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/getnodestats;$WORK/b2044=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats -lang=go1.22 -complete -installsuffix shared -buildid MUEV_v2NSvlBRAN7Ro4a/MUEV_v2NSvlBRAN7Ro4a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2044/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/getnodestats/get_node_stats.go
2025-08-20T22:42:18.4165918Z [00:04:00.069]➜  go tool buildid -w $WORK/b2040/_pkg_.a # internal
2025-08-20T22:42:18.4188192Z [00:04:00.069]➜  cp $WORK/b2040/_pkg_.a /root/.cache/go-build/1b/1b1b7122513f4c777edfb61638ec081dbaea5bcecdc38b3faf0e04951359d96c-d # internal
2025-08-20T22:42:18.4189506Z [00:04:00.070]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode
2025-08-20T22:42:18.4190180Z [00:04:00.070]➜  mkdir -p $WORK/b2060/
2025-08-20T22:42:18.4190728Z [00:04:00.070]➜  cat >/tmp/go-build3998081543/b2060/importcfg << 'EOF' # internal
2025-08-20T22:42:18.4191201Z [00:04:00.071]➜  # import config
2025-08-20T22:42:18.4191717Z [00:04:00.071]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.4192162Z [00:04:00.071]➜  EOF
2025-08-20T22:42:18.4195031Z [00:04:00.071]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2060/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/actionexecutionmode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/actionexecutionmode;$WORK/b2060=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode -lang=go1.22 -complete -installsuffix shared -buildid cfm9O3sjc9urAaVG87gW/cfm9O3sjc9urAaVG87gW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2060/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/actionexecutionmode/actionexecutionmode.go
2025-08-20T22:42:18.4416012Z [00:04:00.093]➜  go tool buildid -w $WORK/b2060/_pkg_.a # internal
2025-08-20T22:42:18.4416768Z [00:04:00.094]➜  cp $WORK/b2060/_pkg_.a /root/.cache/go-build/a8/a807744005e29712abe09f59bc133efe65187a41da856212810efa1863c54227-d # internal
2025-08-20T22:42:18.4424078Z [00:04:00.094]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings
2025-08-20T22:42:18.4424501Z [00:04:00.094]➜  mkdir -p $WORK/b2061/
2025-08-20T22:42:18.4424879Z [00:04:00.094]➜  cat >/tmp/go-build3998081543/b2061/importcfg << 'EOF' # internal
2025-08-20T22:42:18.4425236Z [00:04:00.094]➜  # import config
2025-08-20T22:42:18.4425791Z [00:04:00.094]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.4426227Z [00:04:00.094]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.4427014Z [00:04:00.094]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.4427666Z [00:04:00.094]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.4428261Z [00:04:00.094]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.4428680Z [00:04:00.094]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.4429109Z [00:04:00.094]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.4429653Z [00:04:00.094]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.4430038Z [00:04:00.094]➜  EOF
2025-08-20T22:42:18.4432507Z [00:04:00.094]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2061/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/getsettings;$WORK/b2061=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings -lang=go1.22 -complete -installsuffix shared -buildid cCCNIB2AxKpXEWUzO9E8/cCCNIB2AxKpXEWUzO9E8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2061/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/getsettings/get_settings.go
2025-08-20T22:42:18.4579753Z [00:04:00.110]➜  go tool buildid -w $WORK/b2044/_pkg_.a # internal
2025-08-20T22:42:18.4588384Z [00:04:00.111]➜  cp $WORK/b2044/_pkg_.a /root/.cache/go-build/2e/2e41471c44c7e89d3d4e7fc85102a17cf3bdd3623b14fc867933901d70182c4d-d # internal
2025-08-20T22:42:18.4626370Z [00:04:00.115]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings
2025-08-20T22:42:18.4632609Z [00:04:00.115]➜  mkdir -p $WORK/b2068/
2025-08-20T22:42:18.4633929Z [00:04:00.115]➜  cat >/tmp/go-build3998081543/b2068/importcfg << 'EOF' # internal
2025-08-20T22:42:18.4634291Z [00:04:00.115]➜  # import config
2025-08-20T22:42:18.4634986Z [00:04:00.115]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.4635663Z [00:04:00.115]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.4636164Z [00:04:00.115]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.4636804Z [00:04:00.115]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:18.4637393Z [00:04:00.116]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.4637822Z [00:04:00.116]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.4638257Z [00:04:00.116]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.4638684Z [00:04:00.116]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.4639001Z [00:04:00.116]➜  EOF
2025-08-20T22:42:18.4641644Z [00:04:00.116]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2068/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/updatesettings=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/updatesettings;$WORK/b2068=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings -lang=go1.22 -complete -installsuffix shared -buildid LAZaMKngsowvA7f6e2ct/LAZaMKngsowvA7f6e2ct -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2068/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/updatesettings/update_settings.go
2025-08-20T22:42:18.4954572Z [00:04:00.148]➜  go tool buildid -w $WORK/b2061/_pkg_.a # internal
2025-08-20T22:42:18.4972467Z [00:04:00.149]➜  cp $WORK/b2061/_pkg_.a /root/.cache/go-build/8b/8b576eda4a830427e2a9c785691675107bded5e4b688e67202e33367c6d52315-d # internal
2025-08-20T22:42:18.4981166Z [00:04:00.150]➜  github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory
2025-08-20T22:42:18.4981690Z [00:04:00.150]➜  mkdir -p $WORK/b2070/
2025-08-20T22:42:18.4982426Z [00:04:00.150]➜  cat >/tmp/go-build3998081543/b2070/importcfg << 'EOF' # internal
2025-08-20T22:42:18.4982796Z [00:04:00.150]➜  # import config
2025-08-20T22:42:18.4983145Z [00:04:00.150]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.4983470Z [00:04:00.150]➜  EOF
2025-08-20T22:42:18.4986315Z [00:04:00.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2070/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/xpackcategory=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/xpackcategory;$WORK/b2070=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory -lang=go1.22 -complete -installsuffix shared -buildid uYtInTixFgKGOEjpam7X/uYtInTixFgKGOEjpam7X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2070/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/types/enums/xpackcategory/xpackcategory.go
2025-08-20T22:42:18.5193171Z [00:04:00.171]➜  go tool buildid -w $WORK/b2068/_pkg_.a # internal
2025-08-20T22:42:18.5211855Z [00:04:00.173]➜  cp $WORK/b2068/_pkg_.a /root/.cache/go-build/ea/ea78ef2c8ef6bb5cb6326f314b92dd8efb09cc994a558537111b2f88ba148652-d # internal
2025-08-20T22:42:18.5212520Z [00:04:00.173]➜  github.com/exasol/error-reporting-go
2025-08-20T22:42:18.5212837Z [00:04:00.173]➜  mkdir -p $WORK/b2077/
2025-08-20T22:42:18.5213219Z [00:04:00.173]➜  cat >/tmp/go-build3998081543/b2077/importcfg << 'EOF' # internal
2025-08-20T22:42:18.5213569Z [00:04:00.173]➜  # import config
2025-08-20T22:42:18.5213911Z [00:04:00.173]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.5214331Z [00:04:00.173]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:18.5214758Z [00:04:00.173]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.5215078Z [00:04:00.173]➜  EOF
2025-08-20T22:42:18.5217749Z [00:04:00.173]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2077/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/error-reporting-go@v0.2.0=>github.com/exasol/error-reporting-go@v0.2.0;$WORK/b2077=>" -p github.com/exasol/error-reporting-go -lang=go1.16 -complete -installsuffix shared -buildid g2PNPKh8v42H_UV1p4Qs/g2PNPKh8v42H_UV1p4Qs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2077/importcfg -pack /root/go/pkg/mod/github.com/exasol/error-reporting-go@v0.2.0/exa_error.go
2025-08-20T22:42:18.5230674Z [00:04:00.175]➜  go tool buildid -w $WORK/b2070/_pkg_.a # internal
2025-08-20T22:42:18.5234654Z [00:04:00.176]➜  cp $WORK/b2070/_pkg_.a /root/.cache/go-build/28/28f4c7235ff4675f68aaafa34b52634fd0344a774f15a34e17c699235e8ff731-d # internal
2025-08-20T22:42:18.5244934Z [00:04:00.177]➜  github.com/exasol/exasol-driver-go/pkg/types
2025-08-20T22:42:18.5245942Z [00:04:00.177]➜  mkdir -p $WORK/b2080/
2025-08-20T22:42:18.5249173Z [00:04:00.177]➜  cat >/tmp/go-build3998081543/b2080/importcfg << 'EOF' # internal
2025-08-20T22:42:18.5251575Z [00:04:00.177]➜  # import config
2025-08-20T22:42:18.5252145Z [00:04:00.177]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:18.5252629Z [00:04:00.177]➜  EOF
2025-08-20T22:42:18.5255045Z [00:04:00.178]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2080/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/types=>github.com/exasol/exasol-driver-go@v1.0.14/pkg/types;$WORK/b2080=>" -p github.com/exasol/exasol-driver-go/pkg/types -lang=go1.23 -complete -installsuffix shared -buildid aLLEUuKneq3Eqn-WIaY1/aLLEUuKneq3Eqn-WIaY1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2080/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/types/request_types.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/types/response_types.go
2025-08-20T22:42:18.5517948Z [00:04:00.204]➜  go tool buildid -w $WORK/b2080/_pkg_.a # internal
2025-08-20T22:42:18.5524697Z [00:04:00.205]➜  cp $WORK/b2080/_pkg_.a /root/.cache/go-build/0f/0f9b8ed959cdb431baf9177e7245f72a149335547abd44bf9dbab798ec1a4b19-d # internal
2025-08-20T22:42:18.5528932Z [00:04:00.205]➜  github.com/gorilla/websocket
2025-08-20T22:42:18.5529390Z [00:04:00.205]➜  mkdir -p $WORK/b2081/
2025-08-20T22:42:18.5532975Z [00:04:00.206]➜  cat >/tmp/go-build3998081543/b2081/importcfg << 'EOF' # internal
2025-08-20T22:42:18.5533349Z [00:04:00.206]➜  # import config
2025-08-20T22:42:18.5533693Z [00:04:00.206]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:18.5534342Z [00:04:00.206]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:18.5534862Z [00:04:00.206]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:42:18.5535316Z [00:04:00.206]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.5536042Z [00:04:00.206]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:18.5536509Z [00:04:00.206]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:18.5537250Z [00:04:00.206]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:18.5537848Z [00:04:00.206]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:18.5538445Z [00:04:00.206]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:18.5539048Z [00:04:00.206]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:18.5539597Z [00:04:00.206]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.5540110Z [00:04:00.206]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.5540613Z [00:04:00.206]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.5541139Z [00:04:00.206]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:18.5541692Z [00:04:00.206]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:18.5542218Z [00:04:00.206]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:18.5544829Z [00:04:00.207]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:18.5551668Z [00:04:00.207]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:42:18.5552341Z [00:04:00.207]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.5552760Z [00:04:00.207]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:18.5553180Z [00:04:00.207]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:18.5553628Z [00:04:00.207]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.5554048Z [00:04:00.207]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:18.5554460Z [00:04:00.207]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:18.5554900Z [00:04:00.207]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:18.5555233Z [00:04:00.207]➜  EOF
2025-08-20T22:42:18.5560044Z [00:04:00.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2081/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3=>github.com/gorilla/websocket@v1.5.3;$WORK/b2081=>" -p github.com/gorilla/websocket -lang=go1.12 -complete -installsuffix shared -buildid ntcfCprVdQ9Mbie_Smzq/ntcfCprVdQ9Mbie_Smzq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2081/importcfg -pack /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/client.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/compression.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/conn.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/doc.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/join.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/json.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/mask.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/prepared.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/proxy.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/server.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/tls_handshake.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/util.go /root/go/pkg/mod/github.com/gorilla/websocket@v1.5.3/x_net_proxy.go
2025-08-20T22:42:18.5619583Z [00:04:00.214]➜  go tool buildid -w $WORK/b2077/_pkg_.a # internal
2025-08-20T22:42:18.5622155Z [00:04:00.215]➜  cp $WORK/b2077/_pkg_.a /root/.cache/go-build/b1/b1462ef060f5dcb911f347a672922e13861da27516f8007f81f2ae968fb64cf4-d # internal
2025-08-20T22:42:18.5628959Z [00:04:00.215]➜  github.com/exasol/exasol-driver-go/pkg/errors
2025-08-20T22:42:18.5630624Z [00:04:00.215]➜  mkdir -p $WORK/b2076/
2025-08-20T22:42:18.5631238Z [00:04:00.215]➜  cat >/tmp/go-build3998081543/b2076/importcfg << 'EOF' # internal
2025-08-20T22:42:18.5631733Z [00:04:00.215]➜  # import config
2025-08-20T22:42:18.5633028Z [00:04:00.216]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:18.5633651Z [00:04:00.216]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.5634099Z [00:04:00.216]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.5634644Z [00:04:00.216]➜  packagefile github.com/exasol/error-reporting-go=/tmp/go-build3998081543/b2077/_pkg_.a
2025-08-20T22:42:18.5635170Z [00:04:00.216]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.5635623Z [00:04:00.216]➜  EOF
2025-08-20T22:42:18.5637668Z [00:04:00.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2076/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/errors=>github.com/exasol/exasol-driver-go@v1.0.14/pkg/errors;$WORK/b2076=>" -p github.com/exasol/exasol-driver-go/pkg/errors -lang=go1.23 -complete -installsuffix shared -buildid E6h7G_Ost_928huHqg87/E6h7G_Ost_928huHqg87 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2076/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/errors/errors.go
2025-08-20T22:42:18.6049341Z [00:04:00.257]➜  go tool buildid -w $WORK/b2076/_pkg_.a # internal
2025-08-20T22:42:18.6055734Z [00:04:00.258]➜  cp $WORK/b2076/_pkg_.a /root/.cache/go-build/8e/8e8dcb2355a1fa33f589051a848551a66d24f56ec8540472417e07a41d88464f-d # internal
2025-08-20T22:42:18.6083916Z [00:04:00.261]➜  github.com/exasol/exasol-driver-go/internal/utils
2025-08-20T22:42:18.6086548Z [00:04:00.261]➜  mkdir -p $WORK/b2075/
2025-08-20T22:42:18.6087126Z [00:04:00.261]➜  cat >/tmp/go-build3998081543/b2075/importcfg << 'EOF' # internal
2025-08-20T22:42:18.6087939Z [00:04:00.261]➜  # import config
2025-08-20T22:42:18.6088776Z [00:04:00.261]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:18.6089409Z [00:04:00.261]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.6090134Z [00:04:00.261]➜  packagefile github.com/exasol/exasol-driver-go/pkg/errors=/tmp/go-build3998081543/b2076/_pkg_.a
2025-08-20T22:42:18.6090916Z [00:04:00.261]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:18.6092201Z [00:04:00.261]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:18.6092644Z [00:04:00.261]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:18.6093076Z [00:04:00.261]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:18.6093507Z [00:04:00.261]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.6093924Z [00:04:00.261]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:18.6094232Z [00:04:00.261]➜  EOF
2025-08-20T22:42:18.6112471Z [00:04:00.261]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2075/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/internal/utils=>github.com/exasol/exasol-driver-go@v1.0.14/internal/utils;$WORK/b2075=>" -p github.com/exasol/exasol-driver-go/internal/utils -lang=go1.23 -complete -installsuffix shared -buildid 3kH3QLSLBIR4CzzSzjSf/3kH3QLSLBIR4CzzSzjSf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2075/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/internal/utils/helper.go
2025-08-20T22:42:18.6756944Z [00:04:00.328]➜  go tool buildid -w $WORK/b2075/_pkg_.a # internal
2025-08-20T22:42:18.6759667Z [00:04:00.328]➜  cp $WORK/b2075/_pkg_.a /root/.cache/go-build/bf/bf96bceaf72f61f270c0c9735488b51bbb83e8fc16a8beca69845c691f5aa42b-d # internal
2025-08-20T22:42:18.6768058Z [00:04:00.329]➜  github.com/exasol/exasol-driver-go/pkg/logger
2025-08-20T22:42:18.6769229Z [00:04:00.329]➜  mkdir -p $WORK/b2082/
2025-08-20T22:42:18.6773844Z [00:04:00.330]➜  cat >/tmp/go-build3998081543/b2082/importcfg << 'EOF' # internal
2025-08-20T22:42:18.6774301Z [00:04:00.330]➜  # import config
2025-08-20T22:42:18.6776843Z [00:04:00.330]➜  packagefile github.com/exasol/exasol-driver-go/pkg/errors=/tmp/go-build3998081543/b2076/_pkg_.a
2025-08-20T22:42:18.6777846Z [00:04:00.330]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:18.6778564Z [00:04:00.330]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:18.6796404Z [00:04:00.330]➜  EOF
2025-08-20T22:42:18.6799082Z [00:04:00.330]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2082/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/logger=>github.com/exasol/exasol-driver-go@v1.0.14/pkg/logger;$WORK/b2082=>" -p github.com/exasol/exasol-driver-go/pkg/logger -lang=go1.23 -complete -installsuffix shared -buildid lG9QM5y9iD4d6bGUh0Xj/lG9QM5y9iD4d6bGUh0Xj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2082/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/logger/logger.go
2025-08-20T22:42:18.7134603Z [00:04:00.366]➜  go tool buildid -w $WORK/b2082/_pkg_.a # internal
2025-08-20T22:42:18.7142362Z [00:04:00.366]➜  cp $WORK/b2082/_pkg_.a /root/.cache/go-build/9c/9cce1d94e4702b29281427ea72085ec642a2678e5b55aaa30a5c43f5cf2631af-d # internal
2025-08-20T22:42:18.7185941Z [00:04:00.371]➜  github.com/exasol/exasol-driver-go/pkg/proxy
2025-08-20T22:42:18.7187312Z [00:04:00.371]➜  mkdir -p $WORK/b2083/
2025-08-20T22:42:18.7189066Z [00:04:00.371]➜  cat >/tmp/go-build3998081543/b2083/importcfg << 'EOF' # internal
2025-08-20T22:42:18.7190718Z [00:04:00.371]➜  # import config
2025-08-20T22:42:18.7191371Z [00:04:00.371]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:18.7192129Z [00:04:00.371]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:18.7193127Z [00:04:00.371]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.7193668Z [00:04:00.371]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:18.7194132Z [00:04:00.371]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.7194704Z [00:04:00.371]➜  packagefile github.com/exasol/exasol-driver-go/pkg/errors=/tmp/go-build3998081543/b2076/_pkg_.a
2025-08-20T22:42:18.7195533Z [00:04:00.371]➜  packagefile github.com/exasol/exasol-driver-go/pkg/logger=/tmp/go-build3998081543/b2082/_pkg_.a
2025-08-20T22:42:18.7196154Z [00:04:00.371]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.7196565Z [00:04:00.371]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:18.7197021Z [00:04:00.371]➜  packagefile net/http/httputil=/tmp/go-build3998081543/b207/_pkg_.a
2025-08-20T22:42:18.7197466Z [00:04:00.372]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:18.7197770Z [00:04:00.372]➜  EOF
2025-08-20T22:42:18.7199791Z [00:04:00.372]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2083/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/proxy=>github.com/exasol/exasol-driver-go@v1.0.14/pkg/proxy;$WORK/b2083=>" -p github.com/exasol/exasol-driver-go/pkg/proxy -lang=go1.23 -complete -installsuffix shared -buildid B6yk0_yP7sv-fJqYIpav/B6yk0_yP7sv-fJqYIpav -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2083/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/proxy/proxy.go
2025-08-20T22:42:18.7910708Z [00:04:00.443]➜  go tool buildid -w $WORK/b2083/_pkg_.a # internal
2025-08-20T22:42:18.7920219Z [00:04:00.444]➜  cp $WORK/b2083/_pkg_.a /root/.cache/go-build/21/21201ea8569b7cfcd3ebe46b8e7acde96af1c0af8f8b6533bb08b3b4b9192a58-d # internal
2025-08-20T22:42:18.7938291Z [00:04:00.446]➜  github.com/exasol/exasol-driver-go/pkg/dsn
2025-08-20T22:42:18.7939356Z [00:04:00.446]➜  mkdir -p $WORK/b2084/
2025-08-20T22:42:18.7942268Z [00:04:00.447]➜  cat >/tmp/go-build3998081543/b2084/importcfg << 'EOF' # internal
2025-08-20T22:42:18.7942950Z [00:04:00.447]➜  # import config
2025-08-20T22:42:18.7943358Z [00:04:00.447]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.7944362Z [00:04:00.447]➜  packagefile github.com/exasol/exasol-driver-go/internal/config=/tmp/go-build3998081543/b2073/_pkg_.a
2025-08-20T22:42:18.7945147Z [00:04:00.447]➜  packagefile github.com/exasol/exasol-driver-go/internal/utils=/tmp/go-build3998081543/b2075/_pkg_.a
2025-08-20T22:42:18.7946037Z [00:04:00.447]➜  packagefile github.com/exasol/exasol-driver-go/pkg/errors=/tmp/go-build3998081543/b2076/_pkg_.a
2025-08-20T22:42:18.7946603Z [00:04:00.447]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:18.7947039Z [00:04:00.447]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.7947355Z [00:04:00.447]➜  EOF
2025-08-20T22:42:18.7971640Z [00:04:00.449]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2084/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/dsn=>github.com/exasol/exasol-driver-go@v1.0.14/pkg/dsn;$WORK/b2084=>" -p github.com/exasol/exasol-driver-go/pkg/dsn -lang=go1.23 -complete -installsuffix shared -buildid _4Bv3ZdxRArIUJmOOCJc/_4Bv3ZdxRArIUJmOOCJc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2084/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/dsn/converter.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/dsn/dsn.go
2025-08-20T22:42:18.8160093Z [00:04:00.468]➜  go tool buildid -w $WORK/b2081/_pkg_.a # internal
2025-08-20T22:42:18.8218335Z [00:04:00.474]➜  cp $WORK/b2081/_pkg_.a /root/.cache/go-build/29/299a32313a20e63bdb6792e34e78f44ec38f0c2c9c4ab71a5bd56be2a46e2205-d # internal
2025-08-20T22:42:18.8224817Z [00:04:00.475]➜  github.com/exasol/exasol-driver-go/pkg/connection/wsconn
2025-08-20T22:42:18.8226037Z [00:04:00.475]➜  mkdir -p $WORK/b2079/
2025-08-20T22:42:18.8228333Z [00:04:00.475]➜  cat >/tmp/go-build3998081543/b2079/importcfg << 'EOF' # internal
2025-08-20T22:42:18.8230167Z [00:04:00.475]➜  # import config
2025-08-20T22:42:18.8230540Z [00:04:00.475]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:18.8230998Z [00:04:00.475]➜  packagefile compress/zlib=/tmp/go-build3998081543/b390/_pkg_.a
2025-08-20T22:42:18.8231453Z [00:04:00.475]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.8231905Z [00:04:00.475]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:18.8232392Z [00:04:00.475]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:18.8232855Z [00:04:00.475]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:18.8233320Z [00:04:00.475]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:18.8233788Z [00:04:00.475]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:18.8234226Z [00:04:00.475]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.8234799Z [00:04:00.475]➜  packagefile github.com/exasol/exasol-driver-go/pkg/errors=/tmp/go-build3998081543/b2076/_pkg_.a
2025-08-20T22:42:18.8235656Z [00:04:00.475]➜  packagefile github.com/exasol/exasol-driver-go/pkg/types=/tmp/go-build3998081543/b2080/_pkg_.a
2025-08-20T22:42:18.8236355Z [00:04:00.475]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3998081543/b2081/_pkg_.a
2025-08-20T22:42:18.8236947Z [00:04:00.475]➜  packagefile github.com/stretchr/testify/mock=/tmp/go-build3998081543/b1215/_pkg_.a
2025-08-20T22:42:18.8237779Z [00:04:00.475]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:18.8238204Z [00:04:00.475]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.8238617Z [00:04:00.475]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:18.8239051Z [00:04:00.475]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.8239370Z [00:04:00.475]➜  EOF
2025-08-20T22:42:18.8244172Z [00:04:00.477]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2079/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/wsconn=>github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/wsconn;$WORK/b2079=>" -p github.com/exasol/exasol-driver-go/pkg/connection/wsconn -lang=go1.23 -complete -installsuffix shared -buildid Sq21m7fK254hNroBWxJC/Sq21m7fK254hNroBWxJC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2079/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/wsconn/wsconn.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/wsconn/wsconn_mock.go
2025-08-20T22:42:18.8535964Z [00:04:00.505]➜  go tool buildid -w $WORK/b2084/_pkg_.a # internal
2025-08-20T22:42:18.8540557Z [00:04:00.506]➜  cp $WORK/b2084/_pkg_.a /root/.cache/go-build/05/05fa8d3cc9c60e29e714356f6a74f508e7f29cda0ec2683f6ede76d8d9e0739a-d # internal
2025-08-20T22:42:18.8551758Z [00:04:00.508]➜  github.com/flarco/bigquery/internal/schema
2025-08-20T22:42:18.8552649Z [00:04:00.508]➜  mkdir -p $WORK/b2087/
2025-08-20T22:42:18.8557460Z [00:04:00.508]➜  cat >/tmp/go-build3998081543/b2087/importcfg << 'EOF' # internal
2025-08-20T22:42:18.8557847Z [00:04:00.508]➜  # import config
2025-08-20T22:42:18.8558182Z [00:04:00.508]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.8558706Z [00:04:00.508]➜  packagefile google.golang.org/api/bigquery/v2=/tmp/go-build3998081543/b826/_pkg_.a
2025-08-20T22:42:18.8559522Z [00:04:00.508]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:18.8560066Z [00:04:00.508]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:18.8560582Z [00:04:00.508]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.8561011Z [00:04:00.508]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:18.8561322Z [00:04:00.508]➜  EOF
2025-08-20T22:42:18.8564758Z [00:04:00.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2087/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema=>github.com/flarco/bigquery@v0.0.9/internal/schema;$WORK/b2087=>" -p github.com/flarco/bigquery/internal/schema -lang=go1.18 -complete -installsuffix shared -buildid GeqfG4buhL3IxgT-uzS7/GeqfG4buhL3IxgT-uzS7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2087/importcfg -pack /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema/builder.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema/field.go
2025-08-20T22:42:18.9089209Z [00:04:00.561]➜  go tool buildid -w $WORK/b2079/_pkg_.a # internal
2025-08-20T22:42:18.9114890Z [00:04:00.564]➜  cp $WORK/b2079/_pkg_.a /root/.cache/go-build/13/134a3c0078c41ddf7ba7d8bdf3175a3e47e0b6cb783138871d83b18366afc94d-d # internal
2025-08-20T22:42:18.9161605Z [00:04:00.568]➜  go tool buildid -w $WORK/b2087/_pkg_.a # internal
2025-08-20T22:42:18.9187352Z [00:04:00.571]➜  cp $WORK/b2087/_pkg_.a /root/.cache/go-build/c4/c48d187d68d921b5644b6ea7b0d1377c79acdff3d04fea416f3099ad9ae11754-d # internal
2025-08-20T22:42:18.9188346Z [00:04:00.571]➜  github.com/francoispqt/gojay
2025-08-20T22:42:18.9189173Z [00:04:00.571]➜  mkdir -p $WORK/b2089/
2025-08-20T22:42:18.9189652Z [00:04:00.571]➜  cat >/tmp/go-build3998081543/b2089/importcfg << 'EOF' # internal
2025-08-20T22:42:18.9190016Z [00:04:00.571]➜  # import config
2025-08-20T22:42:18.9190381Z [00:04:00.571]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:18.9191184Z [00:04:00.571]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:18.9191651Z [00:04:00.571]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:18.9192073Z [00:04:00.571]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.9192475Z [00:04:00.571]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.9192882Z [00:04:00.571]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:18.9193420Z [00:04:00.571]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:18.9193933Z [00:04:00.571]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:18.9194359Z [00:04:00.571]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:18.9194768Z [00:04:00.571]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:18.9195209Z [00:04:00.571]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:42:18.9205838Z [00:04:00.571]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:18.9206342Z [00:04:00.571]➜  EOF
2025-08-20T22:42:18.9227869Z [00:04:00.571]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2089/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13=>github.com/francoispqt/gojay@v1.2.13;$WORK/b2089=>" -p github.com/francoispqt/gojay -lang=go1.12 -complete -installsuffix shared -buildid X3To0AKzrZsp0ZYOdgS7/X3To0AKzrZsp0ZYOdgS7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2089/importcfg -pack /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_array.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_bool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_embedded_json.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_interface.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_number.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_number_float.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_number_int.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_number_uint.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_object.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_pool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_slice.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_sqlnull.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_stream.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_stream_pool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_string.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_string_unicode.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_time.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/decode_unsafe.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_array.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_bool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_builder.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_embedded_json.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_interface.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_null.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_number.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_number_float.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_number_int.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_number_uint.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_object.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_pool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_slice.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_sqlnull.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_stream.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_stream_pool.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_string.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/encode_time.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/errors.go /root/go/pkg/mod/github.com/francoispqt/gojay@v1.2.13/gojay.go
2025-08-20T22:42:18.9238569Z [00:04:00.572]➜  github.com/exasol/exasol-driver-go/pkg/connection
2025-08-20T22:42:18.9238919Z [00:04:00.572]➜  mkdir -p $WORK/b2074/
2025-08-20T22:42:18.9239304Z [00:04:00.572]➜  cat >/tmp/go-build3998081543/b2074/importcfg << 'EOF' # internal
2025-08-20T22:42:18.9239653Z [00:04:00.572]➜  # import config
2025-08-20T22:42:18.9239993Z [00:04:00.572]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:18.9240439Z [00:04:00.572]➜  packagefile compress/zlib=/tmp/go-build3998081543/b390/_pkg_.a
2025-08-20T22:42:18.9240888Z [00:04:00.572]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:18.9241577Z [00:04:00.572]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:18.9242040Z [00:04:00.572]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:42:18.9242497Z [00:04:00.572]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:18.9242992Z [00:04:00.572]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:18.9243486Z [00:04:00.573]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:18.9243960Z [00:04:00.573]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:18.9244428Z [00:04:00.573]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:18.9244863Z [00:04:00.573]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:18.9245582Z [00:04:00.573]➜  packagefile github.com/exasol/exasol-driver-go/internal/config=/tmp/go-build3998081543/b2073/_pkg_.a
2025-08-20T22:42:18.9246514Z [00:04:00.573]➜  packagefile github.com/exasol/exasol-driver-go/internal/utils=/tmp/go-build3998081543/b2075/_pkg_.a
2025-08-20T22:42:18.9247311Z [00:04:00.573]➜  packagefile github.com/exasol/exasol-driver-go/internal/version=/tmp/go-build3998081543/b2078/_pkg_.a
2025-08-20T22:42:18.9248073Z [00:04:00.573]➜  packagefile github.com/exasol/exasol-driver-go/pkg/connection/wsconn=/tmp/go-build3998081543/b2079/_pkg_.a
2025-08-20T22:42:18.9248823Z [00:04:00.573]➜  packagefile github.com/exasol/exasol-driver-go/pkg/errors=/tmp/go-build3998081543/b2076/_pkg_.a
2025-08-20T22:42:18.9249519Z [00:04:00.573]➜  packagefile github.com/exasol/exasol-driver-go/pkg/logger=/tmp/go-build3998081543/b2082/_pkg_.a
2025-08-20T22:42:18.9250205Z [00:04:00.573]➜  packagefile github.com/exasol/exasol-driver-go/pkg/proxy=/tmp/go-build3998081543/b2083/_pkg_.a
2025-08-20T22:42:18.9250884Z [00:04:00.573]➜  packagefile github.com/exasol/exasol-driver-go/pkg/types=/tmp/go-build3998081543/b2080/_pkg_.a
2025-08-20T22:42:18.9251522Z [00:04:00.573]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3998081543/b2081/_pkg_.a
2025-08-20T22:42:18.9252093Z [00:04:00.573]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3998081543/b431/_pkg_.a
2025-08-20T22:42:18.9252564Z [00:04:00.573]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:18.9252971Z [00:04:00.573]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:18.9253394Z [00:04:00.573]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:18.9253933Z [00:04:00.573]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:18.9254407Z [00:04:00.573]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:18.9254820Z [00:04:00.573]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:42:18.9255243Z [00:04:00.573]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:18.9264802Z [00:04:00.573]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:18.9265773Z [00:04:00.573]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:18.9266229Z [00:04:00.573]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:18.9266653Z [00:04:00.573]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:18.9267062Z [00:04:00.573]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:18.9267364Z [00:04:00.573]➜  EOF
2025-08-20T22:42:18.9272158Z [00:04:00.573]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2074/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection=>github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection;$WORK/b2074=>" -p github.com/exasol/exasol-driver-go/pkg/connection -lang=go1.23 -complete -installsuffix shared -buildid xqBKF-tNxF5Hqy8ZEqq1/xqBKF-tNxF5Hqy8ZEqq1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2074/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/connection.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/import.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/prepared_stmt_converter.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/result_set.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/row_count.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/statement.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/transaction.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/util.go /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/pkg/connection/websocket.go
2025-08-20T22:42:19.1004824Z [00:04:00.753]➜  go tool buildid -w $WORK/b2074/_pkg_.a # internal
2025-08-20T22:42:19.1033408Z [00:04:00.756]➜  cp $WORK/b2074/_pkg_.a /root/.cache/go-build/2e/2e3c7a1a2f3a165a2eba401dd02e85345dbc88e4b1dd7cb0a3ef15d6225dd25d-d # internal
2025-08-20T22:42:19.1060143Z [00:04:00.758]➜  github.com/exasol/exasol-driver-go
2025-08-20T22:42:19.1068818Z [00:04:00.759]➜  mkdir -p $WORK/b2072/
2025-08-20T22:42:19.1074685Z [00:04:00.760]➜  cat >/tmp/go-build3998081543/b2072/importcfg << 'EOF' # internal
2025-08-20T22:42:19.1075079Z [00:04:00.760]➜  # import config
2025-08-20T22:42:19.1075698Z [00:04:00.760]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:19.1076222Z [00:04:00.760]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:19.1076741Z [00:04:00.760]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:19.1077384Z [00:04:00.760]➜  packagefile github.com/exasol/exasol-driver-go/internal/config=/tmp/go-build3998081543/b2073/_pkg_.a
2025-08-20T22:42:19.1078115Z [00:04:00.760]➜  packagefile github.com/exasol/exasol-driver-go/pkg/connection=/tmp/go-build3998081543/b2074/_pkg_.a
2025-08-20T22:42:19.1078813Z [00:04:00.760]➜  packagefile github.com/exasol/exasol-driver-go/pkg/dsn=/tmp/go-build3998081543/b2084/_pkg_.a
2025-08-20T22:42:19.1079261Z [00:04:00.760]➜  EOF
2025-08-20T22:42:19.1089280Z [00:04:00.760]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2072/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14=>github.com/exasol/exasol-driver-go@v1.0.14;$WORK/b2072=>" -p github.com/exasol/exasol-driver-go -lang=go1.23 -complete -installsuffix shared -buildid isu3NbhnHoyVFggym99h/isu3NbhnHoyVFggym99h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2072/importcfg -pack /root/go/pkg/mod/github.com/exasol/exasol-driver-go@v1.0.14/driver.go
2025-08-20T22:42:19.1571186Z [00:04:00.809]➜  go tool buildid -w $WORK/b2072/_pkg_.a # internal
2025-08-20T22:42:19.1576020Z [00:04:00.810]➜  cp $WORK/b2072/_pkg_.a /root/.cache/go-build/1e/1e6bef71aea5e9a87893e0bc21bf5e2aaee0063d92f46782ca938eb94a3bc7d1-d # internal
2025-08-20T22:42:19.1579043Z [00:04:00.810]➜  github.com/viant/xunsafe
2025-08-20T22:42:19.1579664Z [00:04:00.810]➜  mkdir -p $WORK/b2090/
2025-08-20T22:42:19.1581601Z [00:04:00.811]➜  cat >/tmp/go-build3998081543/b2090/importcfg << 'EOF' # internal
2025-08-20T22:42:19.1586261Z [00:04:00.811]➜  # import config
2025-08-20T22:42:19.1586637Z [00:04:00.811]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:19.1587075Z [00:04:00.811]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:19.1587496Z [00:04:00.811]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:19.1587807Z [00:04:00.811]➜  EOF
2025-08-20T22:42:19.1591806Z [00:04:00.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2090/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0=>github.com/viant/xunsafe@v0.8.0;$WORK/b2090=>" -p github.com/viant/xunsafe -lang=go1.17 -complete -installsuffix shared -buildid 1Mq_q31PdhTE61x14pi_/1Mq_q31PdhTE61x14pi_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2090/importcfg -pack /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/accessor.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/addr.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/conv.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/field.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/getter.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/mutator.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/pointer.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/reflect.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/slice.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/struct.go /root/go/pkg/mod/github.com/viant/xunsafe@v0.8.0/type.go
2025-08-20T22:42:19.3865237Z [00:04:01.039]➜  go tool buildid -w $WORK/b2090/_pkg_.a # internal
2025-08-20T22:42:19.3900630Z [00:04:01.042]➜  cp $WORK/b2090/_pkg_.a /root/.cache/go-build/71/71aabe660417eb9f53c7e5d2a98920e10e86ef19d78d17584c998355bff99b90-d # internal
2025-08-20T22:42:19.3960996Z [00:04:01.048]➜  github.com/flarco/bigquery/internal/param
2025-08-20T22:42:19.3961962Z [00:04:01.048]➜  mkdir -p $WORK/b2091/
2025-08-20T22:42:19.3979598Z [00:04:01.050]➜  cat >/tmp/go-build3998081543/b2091/importcfg << 'EOF' # internal
2025-08-20T22:42:19.3980547Z [00:04:01.050]➜  # import config
2025-08-20T22:42:19.3981536Z [00:04:01.050]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:19.3982046Z [00:04:01.050]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:19.3982574Z [00:04:01.050]➜  packagefile google.golang.org/api/bigquery/v2=/tmp/go-build3998081543/b826/_pkg_.a
2025-08-20T22:42:19.3983117Z [00:04:01.050]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:19.3983554Z [00:04:01.050]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:19.3983985Z [00:04:01.050]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:19.3984405Z [00:04:01.050]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:19.3984719Z [00:04:01.050]➜  EOF
2025-08-20T22:42:19.3987170Z [00:04:01.050]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2091/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/param=>github.com/flarco/bigquery@v0.0.9/internal/param;$WORK/b2091=>" -p github.com/flarco/bigquery/internal/param -lang=go1.18 -complete -installsuffix shared -buildid 9EEJD9QIoSYjk0HzKfqf/9EEJD9QIoSYjk0HzKfqf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2091/importcfg -pack /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/param/param.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/param/values.go
2025-08-20T22:42:19.5312869Z [00:04:01.183]➜  go tool buildid -w $WORK/b2091/_pkg_.a # internal
2025-08-20T22:42:19.5328781Z [00:04:01.185]➜  cp $WORK/b2091/_pkg_.a /root/.cache/go-build/03/0340a1f1c668d0e597a57226bfd48bf0d34546a6b92d6bbe480f8ebb34764e47-d # internal
2025-08-20T22:42:19.5360885Z [00:04:01.188]➜  filippo.io/edwards25519/field
2025-08-20T22:42:19.5361586Z [00:04:01.188]➜  mkdir -p $WORK/b2095/
2025-08-20T22:42:19.5390736Z [00:04:01.191]➜  echo -n > $WORK/b2095/go_asm.h # internal
2025-08-20T22:42:19.5391573Z [00:04:01.191]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T22:42:19.5393521Z [00:04:01.191]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b2095=>" -I $WORK/b2095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b2095/symabis ./fe_arm64.s
2025-08-20T22:42:19.5463278Z [00:04:01.199]➜  cat >/tmp/go-build3998081543/b2095/importcfg << 'EOF' # internal
2025-08-20T22:42:19.5464012Z [00:04:01.199]➜  # import config
2025-08-20T22:42:19.5464732Z [00:04:01.199]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:42:19.5465497Z [00:04:01.199]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:19.5466715Z [00:04:01.199]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:19.5467497Z [00:04:01.199]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:19.5467930Z [00:04:01.199]➜  EOF
2025-08-20T22:42:19.5468308Z [00:04:01.199]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:19.5471318Z [00:04:01.199]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2095/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b2095=>" -p filippo.io/edwards25519/field -lang=go1.20 -installsuffix shared -buildid nF2NCEu2E7DYBk3v3HRv/nF2NCEu2E7DYBk3v3HRv -goversion go1.25.0 -symabis $WORK/b2095/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2095/importcfg -pack -asmhdr $WORK/b2095/go_asm.h /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_amd64_noasm.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_arm64.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field/fe_generic.go
2025-08-20T22:42:19.6172755Z [00:04:01.269]➜  cd /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field
2025-08-20T22:42:19.6175068Z [00:04:01.270]➜  /root/.go/pkg/tool/linux_arm64/asm -p filippo.io/edwards25519/field -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/field=>filippo.io/edwards25519@v1.1.0/field;$WORK/b2095=>" -I $WORK/b2095/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b2095/fe_arm64.o ./fe_arm64.s
2025-08-20T22:42:19.6239631Z [00:04:01.276]➜  go tool pack r $WORK/b2095/_pkg_.a $WORK/b2095/fe_arm64.o # internal
2025-08-20T22:42:19.6240570Z [00:04:01.276]➜  go tool buildid -w $WORK/b2095/_pkg_.a # internal
2025-08-20T22:42:19.6255556Z [00:04:01.278]➜  cp $WORK/b2095/_pkg_.a /root/.cache/go-build/c1/c11c3c3a8d942558be15c86d8c9836a6cae9b15f785b3fc33e7c9f4442d08433-d # internal
2025-08-20T22:42:19.6266493Z [00:04:01.279]➜  filippo.io/edwards25519
2025-08-20T22:42:19.6267512Z [00:04:01.279]➜  mkdir -p $WORK/b2094/
2025-08-20T22:42:19.6271535Z [00:04:01.279]➜  cat >/tmp/go-build3998081543/b2094/importcfg << 'EOF' # internal
2025-08-20T22:42:19.6273143Z [00:04:01.279]➜  # import config
2025-08-20T22:42:19.6273858Z [00:04:01.279]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:42:19.6274381Z [00:04:01.279]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:19.6274839Z [00:04:01.279]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:19.6275791Z [00:04:01.279]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build3998081543/b2095/_pkg_.a
2025-08-20T22:42:19.6276379Z [00:04:01.279]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:19.6276807Z [00:04:01.279]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:19.6277119Z [00:04:01.279]➜  EOF
2025-08-20T22:42:19.6277390Z [00:04:01.279]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:19.6280477Z [00:04:01.279]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2094/_pkg_.a -trimpath "/root/go/pkg/mod/filippo.io/edwards25519@v1.1.0=>filippo.io/edwards25519@v1.1.0;$WORK/b2094=>" -p filippo.io/edwards25519 -lang=go1.20 -complete -installsuffix shared -buildid ddaKrlY8A46tyTL-JT6Q/ddaKrlY8A46tyTL-JT6Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2094/importcfg -pack /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/doc.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/edwards25519.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/extra.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalar_fiat.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/scalarmult.go /root/go/pkg/mod/filippo.io/edwards25519@v1.1.0/tables.go
2025-08-20T22:42:19.8086682Z [00:04:01.461]➜  go tool buildid -w $WORK/b2094/_pkg_.a # internal
2025-08-20T22:42:19.8103376Z [00:04:01.463]➜  cp $WORK/b2094/_pkg_.a /root/.cache/go-build/bc/bc01ed7904bfb3a1c1cb13d9bb265ce2a24a663dbc5de99bface9290ca38c194-d # internal
2025-08-20T22:42:19.8202798Z [00:04:01.473]➜  github.com/go-sql-driver/mysql
2025-08-20T22:42:19.8203767Z [00:04:01.473]➜  mkdir -p $WORK/b2093/
2025-08-20T22:42:19.8207587Z [00:04:01.473]➜  cat >/tmp/go-build3998081543/b2093/importcfg << 'EOF' # internal
2025-08-20T22:42:19.8207965Z [00:04:01.473]➜  # import config
2025-08-20T22:42:19.8208307Z [00:04:01.473]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:19.8208759Z [00:04:01.473]➜  packagefile compress/zlib=/tmp/go-build3998081543/b390/_pkg_.a
2025-08-20T22:42:19.8209224Z [00:04:01.473]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:19.8209671Z [00:04:01.473]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:19.8210125Z [00:04:01.473]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:42:19.8210579Z [00:04:01.473]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:19.8211044Z [00:04:01.473]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:19.8220787Z [00:04:01.473]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:19.8221289Z [00:04:01.473]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:19.8221751Z [00:04:01.473]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:19.8222209Z [00:04:01.473]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:19.8222697Z [00:04:01.473]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:19.8223199Z [00:04:01.473]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:19.8223674Z [00:04:01.473]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:19.8224146Z [00:04:01.473]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:42:19.8224585Z [00:04:01.473]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:19.8225087Z [00:04:01.473]➜  packagefile filippo.io/edwards25519=/tmp/go-build3998081543/b2094/_pkg_.a
2025-08-20T22:42:19.8225732Z [00:04:01.473]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:19.8226145Z [00:04:01.473]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:19.8226548Z [00:04:01.473]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:19.8226979Z [00:04:01.473]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:19.8227672Z [00:04:01.473]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:19.8228159Z [00:04:01.473]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:19.8228575Z [00:04:01.473]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:19.8228985Z [00:04:01.473]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:19.8229398Z [00:04:01.473]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:19.8230018Z [00:04:01.473]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:19.8230454Z [00:04:01.473]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:19.8230871Z [00:04:01.473]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:19.8231295Z [00:04:01.473]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:19.8231710Z [00:04:01.473]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:19.8232147Z [00:04:01.473]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:19.8232586Z [00:04:01.473]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:19.8233002Z [00:04:01.473]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:19.8233308Z [00:04:01.473]➜  EOF
2025-08-20T22:42:19.8239922Z [00:04:01.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2093/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1=>github.com/go-sql-driver/mysql@v1.9.1;$WORK/b2093=>" -p github.com/go-sql-driver/mysql -lang=go1.21 -complete -installsuffix shared -buildid NO16Nk8sPYPH6i1oNge5/NO16Nk8sPYPH6i1oNge5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2093/importcfg -pack /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/auth.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/buffer.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/collations.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/compress.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/conncheck.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/connection.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/connector.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/const.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/driver.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/dsn.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/errors.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/fields.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/infile.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/nulltime.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/packets.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/result.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/rows.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/statement.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/transaction.go /root/go/pkg/mod/github.com/go-sql-driver/mysql@v1.9.1/utils.go
2025-08-20T22:42:19.8707347Z [00:04:01.520]➜  go tool buildid -w $WORK/b2089/_pkg_.a # internal
2025-08-20T22:42:19.8798886Z [00:04:01.532]➜  cp $WORK/b2089/_pkg_.a /root/.cache/go-build/8c/8c2a5fd0764b1ba88725f6559e487adf10ea0cdb98b9c0d14dd96977540598d2-d # internal
2025-08-20T22:42:19.8841771Z [00:04:01.536]➜  github.com/flarco/bigquery/internal/schema/decoder
2025-08-20T22:42:19.8842572Z [00:04:01.537]➜  mkdir -p $WORK/b2088/
2025-08-20T22:42:19.8843609Z [00:04:01.537]➜  cat >/tmp/go-build3998081543/b2088/importcfg << 'EOF' # internal
2025-08-20T22:42:19.8844061Z [00:04:01.537]➜  # import config
2025-08-20T22:42:19.8844447Z [00:04:01.537]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:19.8844903Z [00:04:01.537]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:19.8845511Z [00:04:01.537]➜  packagefile github.com/francoispqt/gojay=/tmp/go-build3998081543/b2089/_pkg_.a
2025-08-20T22:42:19.8846441Z [00:04:01.537]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:42:19.8847095Z [00:04:01.537]➜  packagefile github.com/viant/xunsafe=/tmp/go-build3998081543/b2090/_pkg_.a
2025-08-20T22:42:19.8847689Z [00:04:01.537]➜  packagefile google.golang.org/api/bigquery/v2=/tmp/go-build3998081543/b826/_pkg_.a
2025-08-20T22:42:19.8848211Z [00:04:01.537]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:19.8848641Z [00:04:01.537]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:19.8849274Z [00:04:01.537]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:19.8849703Z [00:04:01.537]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:19.8850126Z [00:04:01.537]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:19.8850434Z [00:04:01.537]➜  EOF
2025-08-20T22:42:19.8854377Z [00:04:01.537]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2088/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema/decoder=>github.com/flarco/bigquery@v0.0.9/internal/schema/decoder;$WORK/b2088=>" -p github.com/flarco/bigquery/internal/schema/decoder -lang=go1.18 -complete -installsuffix shared -buildid vE8M3D67xV7IrjwzJdKw/vE8M3D67xV7IrjwzJdKw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2088/importcfg -pack /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema/decoder/decoder.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema/decoder/matcher.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema/decoder/record.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema/decoder/unmarshaler.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema/decoder/value.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/schema/decoder/value_slice.go
2025-08-20T22:42:19.9625946Z [00:04:01.615]➜  go tool buildid -w $WORK/b2088/_pkg_.a # internal
2025-08-20T22:42:19.9638619Z [00:04:01.616]➜  cp $WORK/b2088/_pkg_.a /root/.cache/go-build/87/8745d7516005f8b832b254c49f2066a3ed0c1fb5fed496e774c57e93cfbc050e-d # internal
2025-08-20T22:42:19.9671551Z [00:04:01.619]➜  github.com/flarco/bigquery/internal
2025-08-20T22:42:19.9672237Z [00:04:01.619]➜  mkdir -p $WORK/b2086/
2025-08-20T22:42:19.9680505Z [00:04:01.620]➜  cat >/tmp/go-build3998081543/b2086/importcfg << 'EOF' # internal
2025-08-20T22:42:19.9680888Z [00:04:01.620]➜  # import config
2025-08-20T22:42:19.9681409Z [00:04:01.620]➜  packagefile github.com/flarco/bigquery/internal/schema=/tmp/go-build3998081543/b2087/_pkg_.a
2025-08-20T22:42:19.9682167Z [00:04:01.620]➜  packagefile github.com/flarco/bigquery/internal/schema/decoder=/tmp/go-build3998081543/b2088/_pkg_.a
2025-08-20T22:42:19.9682811Z [00:04:01.620]➜  packagefile github.com/viant/xunsafe=/tmp/go-build3998081543/b2090/_pkg_.a
2025-08-20T22:42:19.9683391Z [00:04:01.620]➜  packagefile google.golang.org/api/bigquery/v2=/tmp/go-build3998081543/b826/_pkg_.a
2025-08-20T22:42:19.9683912Z [00:04:01.620]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:19.9684233Z [00:04:01.620]➜  EOF
2025-08-20T22:42:19.9686255Z [00:04:01.620]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2086/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal=>github.com/flarco/bigquery@v0.0.9/internal;$WORK/b2086=>" -p github.com/flarco/bigquery/internal -lang=go1.18 -complete -installsuffix shared -buildid Ft_k7vULnakCXqxB4ZMd/Ft_k7vULnakCXqxB4ZMd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2086/importcfg -pack /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/session.go
2025-08-20T22:42:20.0130285Z [00:04:01.665]➜  go tool buildid -w $WORK/b2086/_pkg_.a # internal
2025-08-20T22:42:20.0140994Z [00:04:01.666]➜  cp $WORK/b2086/_pkg_.a /root/.cache/go-build/56/563005b9046ee33a667c2cc8d53e62bda5f62f88a3653c57bd0e8419ded91fd1-d # internal
2025-08-20T22:42:20.0183254Z [00:04:01.671]➜  github.com/flarco/bigquery/internal/query
2025-08-20T22:42:20.0184112Z [00:04:01.671]➜  mkdir -p $WORK/b2092/
2025-08-20T22:42:20.0190715Z [00:04:01.671]➜  cat >/tmp/go-build3998081543/b2092/importcfg << 'EOF' # internal
2025-08-20T22:42:20.0191499Z [00:04:01.671]➜  # import config
2025-08-20T22:42:20.0192169Z [00:04:01.671]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:20.0193132Z [00:04:01.671]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:20.0193640Z [00:04:01.671]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:20.0194607Z [00:04:01.671]➜  packagefile github.com/flarco/bigquery/internal=/tmp/go-build3998081543/b2086/_pkg_.a
2025-08-20T22:42:20.0195218Z [00:04:01.671]➜  packagefile github.com/francoispqt/gojay=/tmp/go-build3998081543/b2089/_pkg_.a
2025-08-20T22:42:20.0196086Z [00:04:01.671]➜  packagefile google.golang.org/api/bigquery/v2=/tmp/go-build3998081543/b826/_pkg_.a
2025-08-20T22:42:20.0196694Z [00:04:01.671]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:42:20.0197192Z [00:04:01.671]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:20.0197609Z [00:04:01.671]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:20.0198039Z [00:04:01.671]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:20.0198466Z [00:04:01.671]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:20.0198893Z [00:04:01.671]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:20.0199751Z [00:04:01.671]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:20.0200140Z [00:04:01.671]➜  EOF
2025-08-20T22:42:20.0203028Z [00:04:01.672]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2092/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/query=>github.com/flarco/bigquery@v0.0.9/internal/query;$WORK/b2092=>" -p github.com/flarco/bigquery/internal/query -lang=go1.18 -complete -installsuffix shared -buildid xSNK0U9k_IYdpRJo2uy6/xSNK0U9k_IYdpRJo2uy6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2092/importcfg -pack /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/query/call.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/query/response.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/query/response_enc.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/internal/query/url.go
2025-08-20T22:42:20.2008541Z [00:04:01.853]➜  go tool buildid -w $WORK/b2092/_pkg_.a # internal
2025-08-20T22:42:20.2061345Z [00:04:01.858]➜  cp $WORK/b2092/_pkg_.a /root/.cache/go-build/f5/f5792c49b091d9ed7b185075684297e428e8210290a9c66fd137aff3e0a1670e-d # internal
2025-08-20T22:42:20.2112941Z [00:04:01.864]➜  github.com/flarco/bigquery
2025-08-20T22:42:20.2116030Z [00:04:01.864]➜  mkdir -p $WORK/b2085/
2025-08-20T22:42:20.2136826Z [00:04:01.864]➜  cat >/tmp/go-build3998081543/b2085/importcfg << 'EOF' # internal
2025-08-20T22:42:20.2137568Z [00:04:01.864]➜  # import config
2025-08-20T22:42:20.2138474Z [00:04:01.864]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:20.2138985Z [00:04:01.864]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:20.2139490Z [00:04:01.864]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:20.2139990Z [00:04:01.864]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:20.2140806Z [00:04:01.864]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:20.2141275Z [00:04:01.864]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:20.2141692Z [00:04:01.864]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:20.2142229Z [00:04:01.864]➜  packagefile github.com/flarco/bigquery/internal=/tmp/go-build3998081543/b2086/_pkg_.a
2025-08-20T22:42:20.2142894Z [00:04:01.864]➜  packagefile github.com/flarco/bigquery/internal/param=/tmp/go-build3998081543/b2091/_pkg_.a
2025-08-20T22:42:20.2143699Z [00:04:01.864]➜  packagefile github.com/flarco/bigquery/internal/query=/tmp/go-build3998081543/b2092/_pkg_.a
2025-08-20T22:42:20.2144407Z [00:04:01.864]➜  packagefile github.com/francoispqt/gojay=/tmp/go-build3998081543/b2089/_pkg_.a
2025-08-20T22:42:20.2145003Z [00:04:01.864]➜  packagefile google.golang.org/api/bigquery/v2=/tmp/go-build3998081543/b826/_pkg_.a
2025-08-20T22:42:20.2145860Z [00:04:01.864]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:42:20.2146527Z [00:04:01.864]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:42:20.2147008Z [00:04:01.864]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:20.2147417Z [00:04:01.864]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:20.2147844Z [00:04:01.864]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:20.2148282Z [00:04:01.864]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:20.2148719Z [00:04:01.864]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:20.2149202Z [00:04:01.864]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:20.2149630Z [00:04:01.864]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:20.2150048Z [00:04:01.864]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:20.2150367Z [00:04:01.864]➜  EOF
2025-08-20T22:42:20.2155103Z [00:04:01.864]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2085/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9=>github.com/flarco/bigquery@v0.0.9;$WORK/b2085=>" -p github.com/flarco/bigquery -lang=go1.18 -complete -installsuffix shared -buildid sFAgFX2wT5GOLklkRGgQ/sFAgFX2wT5GOLklkRGgQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2085/importcfg -pack /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/connection.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/connector.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/driver.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/dsn.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/hint.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/result.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/retry.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/rows.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/rows_example.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/statement.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/tx.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/values.go /root/go/pkg/mod/github.com/flarco/bigquery@v0.0.9/wait.go
2025-08-20T22:42:20.4088234Z [00:04:02.061]➜  go tool buildid -w $WORK/b2093/_pkg_.a # internal
2025-08-20T22:42:20.4180134Z [00:04:02.070]➜  cp $WORK/b2093/_pkg_.a /root/.cache/go-build/2a/2ada230318c49ee10a8b6970ca6025db1e61905c962f73a26e1e79172d805449-d # internal
2025-08-20T22:42:20.4676927Z [00:04:02.120]➜  github.com/lib/pq/scram
2025-08-20T22:42:20.4677356Z [00:04:02.120]➜  mkdir -p $WORK/b2098/
2025-08-20T22:42:20.4684704Z [00:04:02.120]➜  cat >/tmp/go-build3998081543/b2098/importcfg << 'EOF' # internal
2025-08-20T22:42:20.4685093Z [00:04:02.120]➜  # import config
2025-08-20T22:42:20.4685603Z [00:04:02.120]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:20.4686107Z [00:04:02.120]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:20.4686988Z [00:04:02.120]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:20.4687498Z [00:04:02.120]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:20.4687949Z [00:04:02.120]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:20.4688359Z [00:04:02.120]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:20.4688782Z [00:04:02.120]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:20.4689209Z [00:04:02.120]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:20.4689672Z [00:04:02.120]➜  EOF
2025-08-20T22:42:20.4691433Z [00:04:02.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2098/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram=>github.com/lib/pq@v1.10.9/scram;$WORK/b2098=>" -p github.com/lib/pq/scram -lang=go1.13 -complete -installsuffix shared -buildid rVDIasjs84xEGSLEuPM3/rVDIasjs84xEGSLEuPM3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2098/importcfg -pack /root/go/pkg/mod/github.com/lib/pq@v1.10.9/scram/scram.go
2025-08-20T22:42:20.4901743Z [00:04:02.142]➜  go tool buildid -w $WORK/b2085/_pkg_.a # internal
2025-08-20T22:42:20.4979815Z [00:04:02.150]➜  cp $WORK/b2085/_pkg_.a /root/.cache/go-build/65/65f9788e5536cf3d6d9c45c40ee79432ea3bb7f80ce9479288da5f896457ea87-d # internal
2025-08-20T22:42:20.5147874Z [00:04:02.167]➜  go tool buildid -w $WORK/b2098/_pkg_.a # internal
2025-08-20T22:42:20.5153040Z [00:04:02.168]➜  cp $WORK/b2098/_pkg_.a /root/.cache/go-build/9d/9d682a300977d4b933069eab719c9b625524bf522c101feb078e30da9c8c66aa-d # internal
2025-08-20T22:42:20.5220813Z [00:04:02.174]➜  github.com/lib/pq
2025-08-20T22:42:20.5222857Z [00:04:02.175]➜  mkdir -p $WORK/b2096/
2025-08-20T22:42:20.5223609Z [00:04:02.175]➜  cat >/tmp/go-build3998081543/b2096/importcfg << 'EOF' # internal
2025-08-20T22:42:20.5225252Z [00:04:02.175]➜  # import config
2025-08-20T22:42:20.5225812Z [00:04:02.175]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:20.5226640Z [00:04:02.175]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:20.5227195Z [00:04:02.175]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:20.5227731Z [00:04:02.175]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:42:20.5228209Z [00:04:02.175]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:20.5228678Z [00:04:02.175]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:20.5229147Z [00:04:02.175]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:20.5229622Z [00:04:02.175]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:20.5230395Z [00:04:02.175]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:20.5230907Z [00:04:02.175]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:20.5231534Z [00:04:02.175]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:20.5232114Z [00:04:02.175]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:20.5232656Z [00:04:02.175]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:20.5233245Z [00:04:02.175]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3998081543/b2097/_pkg_.a
2025-08-20T22:42:20.5233888Z [00:04:02.175]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3998081543/b2098/_pkg_.a
2025-08-20T22:42:20.5234496Z [00:04:02.175]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:20.5235056Z [00:04:02.175]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:20.5235734Z [00:04:02.175]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:20.5236249Z [00:04:02.175]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:20.5236766Z [00:04:02.175]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:20.5237601Z [00:04:02.175]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:20.5238125Z [00:04:02.175]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:42:20.5238649Z [00:04:02.175]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:20.5239197Z [00:04:02.175]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:20.5239739Z [00:04:02.175]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:20.5240408Z [00:04:02.175]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:20.5241005Z [00:04:02.175]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:20.5241524Z [00:04:02.175]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:20.5242066Z [00:04:02.175]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:20.5242641Z [00:04:02.175]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:20.5243193Z [00:04:02.175]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:20.5243755Z [00:04:02.175]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:20.5244346Z [00:04:02.175]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:20.5244864Z [00:04:02.175]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:20.5256891Z [00:04:02.175]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:20.5257437Z [00:04:02.175]➜  EOF
2025-08-20T22:42:20.5262566Z [00:04:02.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2096/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/lib/pq@v1.10.9=>github.com/lib/pq@v1.10.9;$WORK/b2096=>" -p github.com/lib/pq -lang=go1.13 -complete -installsuffix shared -buildid lt8G-9XvuDD2GkG1bdy4/lt8G-9XvuDD2GkG1bdy4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2096/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-20T22:42:20.5418019Z [00:04:02.193]➜  github.com/mattn/go-sqlite3
2025-08-20T22:42:20.5418454Z [00:04:02.193]➜  mkdir -p $WORK/b2099/
2025-08-20T22:42:20.5418811Z [00:04:02.193]➜  echo -n > $WORK/b2099/preferlinkext # internal
2025-08-20T22:42:20.5419235Z [00:04:02.193]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T22:42:20.5422014Z [00:04:02.193]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b2099/ -importpath github.com/mattn/go-sqlite3 "-ldflags=\"-O2\" \"-g\" \"-ldl\"" -- -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 ./backup.go ./callback.go ./error.go ./sqlite3.go ./sqlite3_context.go ./sqlite3_load_extension.go ./sqlite3_opt_serialize.go ./sqlite3_opt_userauth_omit.go ./sqlite3_other.go ./sqlite3_type.go
2025-08-20T22:42:21.1308663Z [00:04:02.783]➜  go tool buildid -w $WORK/b2096/_pkg_.a # internal
2025-08-20T22:42:21.1370525Z [00:04:02.789]➜  cp $WORK/b2096/_pkg_.a /root/.cache/go-build/a1/a15515d6b5095b42485e6d0b68afdab533de5de6cd23bcce54eb57035ac9af6a-d # internal
2025-08-20T22:42:21.1406151Z [00:04:02.792]➜  github.com/golang-sql/civil
2025-08-20T22:42:21.1406535Z [00:04:02.792]➜  mkdir -p $WORK/b2101/
2025-08-20T22:42:21.1406932Z [00:04:02.793]➜  cat >/tmp/go-build3998081543/b2101/importcfg << 'EOF' # internal
2025-08-20T22:42:21.1407611Z [00:04:02.793]➜  # import config
2025-08-20T22:42:21.1408054Z [00:04:02.793]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:21.1408476Z [00:04:02.793]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:21.1408784Z [00:04:02.793]➜  EOF
2025-08-20T22:42:21.1409056Z [00:04:02.793]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:21.1411196Z [00:04:02.793]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2101/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9=>github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9;$WORK/b2101=>" -p github.com/golang-sql/civil -lang=go1.16 -complete -installsuffix shared -buildid O-vsGH0QtK4D-sXjdP1P/O-vsGH0QtK4D-sXjdP1P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2101/importcfg -pack /root/go/pkg/mod/github.com/golang-sql/civil@v0.0.0-20220223132316-b832511892a9/civil.go
2025-08-20T22:42:21.1774737Z [00:04:02.830]➜  go tool buildid -w $WORK/b2101/_pkg_.a # internal
2025-08-20T22:42:21.1809098Z [00:04:02.833]➜  cp $WORK/b2101/_pkg_.a /root/.cache/go-build/23/23460168d4ea30f639671aeee6d78c3c4962fbb0f1a483050db208e89b2edf16-d # internal
2025-08-20T22:42:21.1825056Z [00:04:02.834]➜  github.com/golang-sql/sqlexp
2025-08-20T22:42:21.1825659Z [00:04:02.834]➜  mkdir -p $WORK/b2102/
2025-08-20T22:42:21.1826159Z [00:04:02.835]➜  cat >/tmp/go-build3998081543/b2102/importcfg << 'EOF' # internal
2025-08-20T22:42:21.1826984Z [00:04:02.835]➜  # import config
2025-08-20T22:42:21.1827568Z [00:04:02.835]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:21.1828183Z [00:04:02.835]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:21.1828810Z [00:04:02.835]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:21.1829371Z [00:04:02.835]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:21.1829877Z [00:04:02.835]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:21.1830412Z [00:04:02.835]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:21.1830969Z [00:04:02.835]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:21.1831387Z [00:04:02.835]➜  EOF
2025-08-20T22:42:21.1834959Z [00:04:02.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2102/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0=>github.com/golang-sql/sqlexp@v0.1.0;$WORK/b2102=>" -p github.com/golang-sql/sqlexp -lang=go1.16 -complete -installsuffix shared -buildid my1XIudHo4Egc4YKwITb/my1XIudHo4Egc4YKwITb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2102/importcfg -pack /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/doc.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/messages.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/mssql.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/namer.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/pg.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/querier.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/quoter.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/registry.go /root/go/pkg/mod/github.com/golang-sql/sqlexp@v0.1.0/savepoint.go
2025-08-20T22:42:21.2571533Z [00:04:02.908]➜  go tool buildid -w $WORK/b2102/_pkg_.a # internal
2025-08-20T22:42:21.2579471Z [00:04:02.910]➜  cp $WORK/b2102/_pkg_.a /root/.cache/go-build/a1/a14b7fb8274e421f4a84e58ef53ce78a81af51d03b50441b723aa4d84fb88f56-d # internal
2025-08-20T22:42:21.2594247Z [00:04:02.911]➜  github.com/microsoft/go-mssqldb/aecmk
2025-08-20T22:42:21.2594619Z [00:04:02.911]➜  mkdir -p $WORK/b2103/
2025-08-20T22:42:21.2595013Z [00:04:02.911]➜  cat >/tmp/go-build3998081543/b2103/importcfg << 'EOF' # internal
2025-08-20T22:42:21.2596668Z [00:04:02.911]➜  # import config
2025-08-20T22:42:21.2597094Z [00:04:02.911]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:21.2597737Z [00:04:02.911]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:21.2598222Z [00:04:02.911]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:21.2598635Z [00:04:02.911]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:21.2598946Z [00:04:02.911]➜  EOF
2025-08-20T22:42:21.2601185Z [00:04:02.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2103/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/aecmk=>github.com/microsoft/go-mssqldb@v1.8.0/aecmk;$WORK/b2103=>" -p github.com/microsoft/go-mssqldb/aecmk -lang=go1.18 -complete -installsuffix shared -buildid o86bssX06ymgyXX_t7xK/o86bssX06ymgyXX_t7xK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2103/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/aecmk/error.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/aecmk/keyprovider.go
2025-08-20T22:42:21.2981075Z [00:04:02.950]➜  go tool buildid -w $WORK/b2103/_pkg_.a # internal
2025-08-20T22:42:21.2989043Z [00:04:02.951]➜  cp $WORK/b2103/_pkg_.a /root/.cache/go-build/0d/0d8043a40c17f24dc40c970bd291a2948b4629913a4734ca9a57907b574afb83-d # internal
2025-08-20T22:42:21.3006964Z [00:04:02.953]➜  github.com/microsoft/go-mssqldb/msdsn
2025-08-20T22:42:21.3008059Z [00:04:02.953]➜  mkdir -p $WORK/b2105/
2025-08-20T22:42:21.3013425Z [00:04:02.954]➜  cat >/tmp/go-build3998081543/b2105/importcfg << 'EOF' # internal
2025-08-20T22:42:21.3015206Z [00:04:02.954]➜  # import config
2025-08-20T22:42:21.3016480Z [00:04:02.954]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:21.3017643Z [00:04:02.954]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:21.3018748Z [00:04:02.954]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:21.3019264Z [00:04:02.954]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:42:21.3019719Z [00:04:02.954]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:21.3020159Z [00:04:02.954]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:21.3020634Z [00:04:02.954]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:42:21.3021103Z [00:04:02.954]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:21.3021521Z [00:04:02.954]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:21.3021928Z [00:04:02.954]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:21.3022387Z [00:04:02.954]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:21.3022840Z [00:04:02.954]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:21.3023266Z [00:04:02.954]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:21.3023682Z [00:04:02.954]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:21.3024101Z [00:04:02.954]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:21.3024425Z [00:04:02.954]➜  EOF
2025-08-20T22:42:21.3027654Z [00:04:02.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2105/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/msdsn=>github.com/microsoft/go-mssqldb@v1.8.0/msdsn;$WORK/b2105=>" -p github.com/microsoft/go-mssqldb/msdsn -lang=go1.18 -complete -installsuffix shared -buildid leuEudx941TatwNLbPA6/leuEudx941TatwNLbPA6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2105/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/msdsn/conn_str.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/msdsn/conn_str_go112.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/msdsn/conn_str_go115.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/msdsn/conn_str_go118.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/msdsn/extensions.go
2025-08-20T22:42:21.3916101Z [00:04:03.044]➜  go tool buildid -w $WORK/b2105/_pkg_.a # internal
2025-08-20T22:42:21.3960843Z [00:04:03.048]➜  cp $WORK/b2105/_pkg_.a /root/.cache/go-build/95/95c1b2c1ccd3ce40c6306b4035210605b1a7bd175c95634967c01e7f8859e00e-d # internal
2025-08-20T22:42:21.3979846Z [00:04:03.050]➜  github.com/microsoft/go-mssqldb/integratedauth
2025-08-20T22:42:21.3985743Z [00:04:03.051]➜  mkdir -p $WORK/b2104/
2025-08-20T22:42:21.3990587Z [00:04:03.051]➜  cat >/tmp/go-build3998081543/b2104/importcfg << 'EOF' # internal
2025-08-20T22:42:21.3990982Z [00:04:03.051]➜  # import config
2025-08-20T22:42:21.3991341Z [00:04:03.051]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:21.3991769Z [00:04:03.052]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:21.3992301Z [00:04:03.052]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3998081543/b2105/_pkg_.a
2025-08-20T22:42:21.3992715Z [00:04:03.052]➜  EOF
2025-08-20T22:42:21.4013521Z [00:04:03.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2104/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/integratedauth=>github.com/microsoft/go-mssqldb@v1.8.0/integratedauth;$WORK/b2104=>" -p github.com/microsoft/go-mssqldb/integratedauth -lang=go1.18 -complete -installsuffix shared -buildid HKnMMepKATuayQcC9y6j/HKnMMepKATuayQcC9y6j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2104/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/integratedauth/auth.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/integratedauth/integratedauthenticator.go
2025-08-20T22:42:21.4367386Z [00:04:03.088]➜  go tool buildid -w $WORK/b2104/_pkg_.a # internal
2025-08-20T22:42:21.4368219Z [00:04:03.089]➜  cp $WORK/b2104/_pkg_.a /root/.cache/go-build/d9/d948c2d89bcbae7871bfeb948c26761c067664305bb68d23747a06e36121737c-d # internal
2025-08-20T22:42:21.4378342Z [00:04:03.090]➜  golang.org/x/crypto/md4
2025-08-20T22:42:21.4379130Z [00:04:03.090]➜  mkdir -p $WORK/b2107/
2025-08-20T22:42:21.4387597Z [00:04:03.091]➜  cat >/tmp/go-build3998081543/b2107/importcfg << 'EOF' # internal
2025-08-20T22:42:21.4388160Z [00:04:03.091]➜  # import config
2025-08-20T22:42:21.4388535Z [00:04:03.091]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:21.4397428Z [00:04:03.091]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:21.4398039Z [00:04:03.091]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:21.4398510Z [00:04:03.091]➜  EOF
2025-08-20T22:42:21.4400600Z [00:04:03.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2107/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/md4=>golang.org/x/crypto@v0.39.0/md4;$WORK/b2107=>" -p golang.org/x/crypto/md4 -lang=go1.23 -complete -installsuffix shared -buildid k7QieYoa6BgFNtFktdC4/k7QieYoa6BgFNtFktdC4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2107/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/md4/md4.go /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/md4/md4block.go
2025-08-20T22:42:21.4703452Z [00:04:03.122]➜  go tool buildid -w $WORK/b2107/_pkg_.a # internal
2025-08-20T22:42:21.4704211Z [00:04:03.123]➜  cp $WORK/b2107/_pkg_.a /root/.cache/go-build/8a/8a82086c4c2a1ae8d0901661e93f8e0c1843dceec7ed492fc45203e60383091d-d # internal
2025-08-20T22:42:21.4767184Z [00:04:03.126]➜  github.com/microsoft/go-mssqldb/integratedauth/ntlm
2025-08-20T22:42:21.4768262Z [00:04:03.126]➜  mkdir -p $WORK/b2106/
2025-08-20T22:42:21.4768708Z [00:04:03.126]➜  cat >/tmp/go-build3998081543/b2106/importcfg << 'EOF' # internal
2025-08-20T22:42:21.4769573Z [00:04:03.126]➜  # import config
2025-08-20T22:42:21.4769950Z [00:04:03.126]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:42:21.4770410Z [00:04:03.126]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:21.4770865Z [00:04:03.126]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:42:21.4771325Z [00:04:03.126]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:21.4771950Z [00:04:03.126]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:21.4772515Z [00:04:03.126]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:21.4772933Z [00:04:03.126]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:21.4773509Z [00:04:03.126]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3998081543/b2104/_pkg_.a
2025-08-20T22:42:21.4774183Z [00:04:03.126]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3998081543/b2105/_pkg_.a
2025-08-20T22:42:21.4774788Z [00:04:03.126]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3998081543/b2107/_pkg_.a
2025-08-20T22:42:21.4775281Z [00:04:03.126]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:21.4775988Z [00:04:03.126]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:21.4776433Z [00:04:03.126]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:42:21.4776767Z [00:04:03.126]➜  EOF
2025-08-20T22:42:21.4779471Z [00:04:03.126]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2106/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/integratedauth/ntlm=>github.com/microsoft/go-mssqldb@v1.8.0/integratedauth/ntlm;$WORK/b2106=>" -p github.com/microsoft/go-mssqldb/integratedauth/ntlm -lang=go1.18 -complete -installsuffix shared -buildid mS4xLWbLuKNO3aD-dVXv/mS4xLWbLuKNO3aD-dVXv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2106/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/integratedauth/ntlm/ntlm.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/integratedauth/ntlm/provider.go
2025-08-20T22:42:21.5254571Z [00:04:03.178]➜  go tool buildid -w $WORK/b2106/_pkg_.a # internal
2025-08-20T22:42:21.5300773Z [00:04:03.182]➜  cp $WORK/b2106/_pkg_.a /root/.cache/go-build/96/96caf3386f2521728eec337efb5308931557cdf43eecfd4fc5a8d58e66d6101d-d # internal
2025-08-20T22:42:21.5508645Z [00:04:03.203]➜  github.com/microsoft/go-mssqldb/internal/cp
2025-08-20T22:42:21.5509454Z [00:04:03.203]➜  mkdir -p $WORK/b2108/
2025-08-20T22:42:21.5512341Z [00:04:03.204]➜  cat >/tmp/go-build3998081543/b2108/importcfg << 'EOF' # internal
2025-08-20T22:42:21.5512709Z [00:04:03.204]➜  # import config
2025-08-20T22:42:21.5515195Z [00:04:03.204]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:21.5515803Z [00:04:03.204]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:21.5516153Z [00:04:03.204]➜  EOF
2025-08-20T22:42:21.5523308Z [00:04:03.204]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2108/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp=>github.com/microsoft/go-mssqldb@v1.8.0/internal/cp;$WORK/b2108=>" -p github.com/microsoft/go-mssqldb/internal/cp -lang=go1.18 -complete -installsuffix shared -buildid QrrMiZUJs_tWR7mQURw8/QrrMiZUJs_tWR7mQURw8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2108/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/charset.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/collation.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp1250.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp1251.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp1252.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp1253.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp1254.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp1255.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp1256.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp1257.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp1258.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp437.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp850.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp874.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp932.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp936.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp949.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/cp/cp950.go
2025-08-20T22:42:21.9494986Z [00:04:03.602]➜  go tool buildid -w $WORK/b2108/_pkg_.a # internal
2025-08-20T22:42:21.9518306Z [00:04:03.604]➜  cp $WORK/b2108/_pkg_.a /root/.cache/go-build/e2/e2c3c3ad5942b955bed25404bf5c31ad829875e9555a35534ceffe276452b638-d # internal
2025-08-20T22:42:21.9557347Z [00:04:03.608]➜  github.com/microsoft/go-mssqldb/internal/decimal
2025-08-20T22:42:21.9558609Z [00:04:03.608]➜  mkdir -p $WORK/b2109/
2025-08-20T22:42:21.9559137Z [00:04:03.608]➜  cat >/tmp/go-build3998081543/b2109/importcfg << 'EOF' # internal
2025-08-20T22:42:21.9559495Z [00:04:03.608]➜  # import config
2025-08-20T22:42:21.9559874Z [00:04:03.608]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:21.9560360Z [00:04:03.608]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:21.9560781Z [00:04:03.608]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:21.9561186Z [00:04:03.608]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:21.9561611Z [00:04:03.608]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:21.9562391Z [00:04:03.608]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:21.9562708Z [00:04:03.608]➜  EOF
2025-08-20T22:42:21.9565226Z [00:04:03.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2109/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/decimal=>github.com/microsoft/go-mssqldb@v1.8.0/internal/decimal;$WORK/b2109=>" -p github.com/microsoft/go-mssqldb/internal/decimal -lang=go1.18 -complete -installsuffix shared -buildid tlXw0g2qQxa1UNzuCO2Q/tlXw0g2qQxa1UNzuCO2Q -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2109/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/decimal/decimal.go
2025-08-20T22:42:21.9921297Z [00:04:03.644]➜  go tool buildid -w $WORK/b2109/_pkg_.a # internal
2025-08-20T22:42:21.9967530Z [00:04:03.649]➜  cp $WORK/b2109/_pkg_.a /root/.cache/go-build/c8/c869e2c46b2b64d12f1751da46556cdf814933bd8ac040805e14f42d31e41a17-d # internal
2025-08-20T22:42:21.9981527Z [00:04:03.650]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto
2025-08-20T22:42:22.0007746Z [00:04:03.650]➜  mkdir -p $WORK/b2111/
2025-08-20T22:42:22.0008387Z [00:04:03.651]➜  cat >/tmp/go-build3998081543/b2111/importcfg << 'EOF' # internal
2025-08-20T22:42:22.0008881Z [00:04:03.651]➜  # import config
2025-08-20T22:42:22.0009342Z [00:04:03.651]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:22.0009889Z [00:04:03.651]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:22.0010458Z [00:04:03.651]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:22.0011047Z [00:04:03.651]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:22.0011610Z [00:04:03.651]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:22.0012141Z [00:04:03.651]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:22.0012541Z [00:04:03.651]➜  EOF
2025-08-20T22:42:22.0016694Z [00:04:03.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2111/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=>github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto;$WORK/b2111=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto -lang=go1.18 -complete -installsuffix shared -buildid oDdPuIK4_1BGPbfUIp7B/oDdPuIK4_1BGPbfUIp7B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2111/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto/aes_cbc_pkcs5.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto/utils.go
2025-08-20T22:42:22.0215516Z [00:04:03.674]➜  go tool buildid -w $WORK/b2111/_pkg_.a # internal
2025-08-20T22:42:22.0219714Z [00:04:03.674]➜  cp $WORK/b2111/_pkg_.a /root/.cache/go-build/3e/3e468c526ec90e28482d3c66a6c60a992bfb055951471989f2d077ecc1db2283-d # internal
2025-08-20T22:42:22.0226176Z [00:04:03.675]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils
2025-08-20T22:42:22.0234659Z [00:04:03.675]➜  mkdir -p $WORK/b2114/
2025-08-20T22:42:22.0235066Z [00:04:03.675]➜  cat >/tmp/go-build3998081543/b2114/importcfg << 'EOF' # internal
2025-08-20T22:42:22.0235513Z [00:04:03.675]➜  # import config
2025-08-20T22:42:22.0235908Z [00:04:03.675]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:22.0236391Z [00:04:03.675]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:42:22.0236732Z [00:04:03.675]➜  EOF
2025-08-20T22:42:22.0239829Z [00:04:03.675]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2114/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=>github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils;$WORK/b2114=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils -lang=go1.18 -complete -installsuffix shared -buildid yuPOrJ4zLjcazMdLn3jV/yuPOrJ4zLjcazMdLn3jV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2114/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils/utf16.go
2025-08-20T22:42:22.0346423Z [00:04:03.687]➜  go tool buildid -w $WORK/b2114/_pkg_.a # internal
2025-08-20T22:42:22.0350616Z [00:04:03.687]➜  cp $WORK/b2114/_pkg_.a /root/.cache/go-build/a0/a0fc08ffdc75874312aa7bd8aaa921a6ee2dd719125e3e972bf190608edeba52-d # internal
2025-08-20T22:42:22.0360737Z [00:04:03.688]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys
2025-08-20T22:42:22.0362838Z [00:04:03.688]➜  mkdir -p $WORK/b2113/
2025-08-20T22:42:22.0364554Z [00:04:03.689]➜  cat >/tmp/go-build3998081543/b2113/importcfg << 'EOF' # internal
2025-08-20T22:42:22.0365270Z [00:04:03.689]➜  # import config
2025-08-20T22:42:22.0365802Z [00:04:03.689]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:22.0366588Z [00:04:03.689]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build3998081543/b2111/_pkg_.a
2025-08-20T22:42:22.0367667Z [00:04:03.689]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build3998081543/b2114/_pkg_.a
2025-08-20T22:42:22.0368275Z [00:04:03.689]➜  EOF
2025-08-20T22:42:22.0375712Z [00:04:03.690]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2113/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=>github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys;$WORK/b2113=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys -lang=go1.18 -complete -installsuffix shared -buildid 92XTLshWae72undT__ob/92XTLshWae72undT__ob -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2113/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys/aead_aes_256_cbc_hmac_256.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys/key.go
2025-08-20T22:42:22.0680779Z [00:04:03.720]➜  go tool buildid -w $WORK/b2113/_pkg_.a # internal
2025-08-20T22:42:22.0857000Z [00:04:03.738]➜  cp $WORK/b2113/_pkg_.a /root/.cache/go-build/62/62d5eccd47a2550c4678962286e2249ec77020a45fa877877d3fea4a21a23434-d # internal
2025-08-20T22:42:22.0891313Z [00:04:03.741]➜  github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms
2025-08-20T22:42:22.0892852Z [00:04:03.742]➜  mkdir -p $WORK/b2110/
2025-08-20T22:42:22.0894990Z [00:04:03.742]➜  cat >/tmp/go-build3998081543/b2110/importcfg << 'EOF' # internal
2025-08-20T22:42:22.0896086Z [00:04:03.742]➜  # import config
2025-08-20T22:42:22.0896531Z [00:04:03.742]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:22.0897018Z [00:04:03.742]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:42:22.0897463Z [00:04:03.742]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:22.0898261Z [00:04:03.742]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build3998081543/b2111/_pkg_.a
2025-08-20T22:42:22.0899351Z [00:04:03.742]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build3998081543/b2112/_pkg_.a
2025-08-20T22:42:22.0900424Z [00:04:03.742]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build3998081543/b2113/_pkg_.a
2025-08-20T22:42:22.0901427Z [00:04:03.742]➜  EOF
2025-08-20T22:42:22.0905082Z [00:04:03.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2110/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=>github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms;$WORK/b2110=>" -p github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms -lang=go1.18 -complete -installsuffix shared -buildid R93Rj2ozOOuqw5Hc28Kv/R93Rj2ozOOuqw5Hc28Kv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2110/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms/aead_aes_256_cbc_hmac_sha256.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms/algorithm.go
2025-08-20T22:42:22.1199782Z [00:04:03.772]➜  go tool buildid -w $WORK/b2110/_pkg_.a # internal
2025-08-20T22:42:22.1206804Z [00:04:03.773]➜  cp $WORK/b2110/_pkg_.a /root/.cache/go-build/23/23f6716922e0e2ef9baa8ac06d76c95f0dfbdf5d5dc6d2439330d122ba0aa670-d # internal
2025-08-20T22:42:22.1216062Z [00:04:03.774]➜  github.com/microsoft/go-mssqldb/internal/querytext
2025-08-20T22:42:22.1216749Z [00:04:03.774]➜  mkdir -p $WORK/b2115/
2025-08-20T22:42:22.1217427Z [00:04:03.774]➜  cat >/tmp/go-build3998081543/b2115/importcfg << 'EOF' # internal
2025-08-20T22:42:22.1218047Z [00:04:03.774]➜  # import config
2025-08-20T22:42:22.1218619Z [00:04:03.774]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:22.1219370Z [00:04:03.774]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:22.1219996Z [00:04:03.774]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:22.1220599Z [00:04:03.774]➜  EOF
2025-08-20T22:42:22.1223616Z [00:04:03.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2115/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/querytext=>github.com/microsoft/go-mssqldb@v1.8.0/internal/querytext;$WORK/b2115=>" -p github.com/microsoft/go-mssqldb/internal/querytext -lang=go1.18 -complete -installsuffix shared -buildid q0gCh444JFdnyAwjTFwS/q0gCh444JFdnyAwjTFwS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2115/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/internal/querytext/parser.go
2025-08-20T22:42:22.1447075Z [00:04:03.797]➜  go tool buildid -w $WORK/b2115/_pkg_.a # internal
2025-08-20T22:42:22.1460676Z [00:04:03.798]➜  cp $WORK/b2115/_pkg_.a /root/.cache/go-build/fb/fb14890ab89651621ef6ae77d14f05447ca20aa20e694fbeac79f6f3f4d985e6-d # internal
2025-08-20T22:42:22.1596081Z [00:04:03.812]➜  github.com/microsoft/go-mssqldb
2025-08-20T22:42:22.1597150Z [00:04:03.812]➜  mkdir -p $WORK/b2100/
2025-08-20T22:42:22.1608031Z [00:04:03.813]➜  cat >/tmp/go-build3998081543/b2100/importcfg << 'EOF' # internal
2025-08-20T22:42:22.1610988Z [00:04:03.813]➜  # import config
2025-08-20T22:42:22.1612157Z [00:04:03.813]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:22.1612896Z [00:04:03.813]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:22.1613649Z [00:04:03.813]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:22.1614385Z [00:04:03.813]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:22.1615262Z [00:04:03.813]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:22.1616611Z [00:04:03.813]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:22.1617199Z [00:04:03.813]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:22.1617681Z [00:04:03.813]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:22.1618157Z [00:04:03.813]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:22.1619069Z [00:04:03.813]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:22.1619674Z [00:04:03.813]➜  packagefile github.com/golang-sql/civil=/tmp/go-build3998081543/b2101/_pkg_.a
2025-08-20T22:42:22.1620257Z [00:04:03.813]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build3998081543/b2102/_pkg_.a
2025-08-20T22:42:22.1620810Z [00:04:03.813]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:42:22.1621415Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build3998081543/b2103/_pkg_.a
2025-08-20T22:42:22.1622097Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3998081543/b2104/_pkg_.a
2025-08-20T22:42:22.1622828Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build3998081543/b2106/_pkg_.a
2025-08-20T22:42:22.1623539Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build3998081543/b2108/_pkg_.a
2025-08-20T22:42:22.1624253Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build3998081543/b2109/_pkg_.a
2025-08-20T22:42:22.1625193Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build3998081543/b2110/_pkg_.a
2025-08-20T22:42:22.1626643Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build3998081543/b2112/_pkg_.a
2025-08-20T22:42:22.1627900Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build3998081543/b2113/_pkg_.a
2025-08-20T22:42:22.1628864Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build3998081543/b2115/_pkg_.a
2025-08-20T22:42:22.1629552Z [00:04:03.813]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3998081543/b2105/_pkg_.a
2025-08-20T22:42:22.1630403Z [00:04:03.813]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3998081543/b667/_pkg_.a
2025-08-20T22:42:22.1630915Z [00:04:03.813]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:22.1631338Z [00:04:03.813]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:22.1631765Z [00:04:03.813]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:22.1632192Z [00:04:03.813]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:22.1632632Z [00:04:03.813]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:22.1633033Z [00:04:03.813]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:22.1633447Z [00:04:03.813]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:22.1633863Z [00:04:03.813]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:22.1634292Z [00:04:03.813]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:22.1634893Z [00:04:03.813]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:22.1635315Z [00:04:03.813]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:22.1636009Z [00:04:03.813]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:22.1636435Z [00:04:03.813]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:22.1636889Z [00:04:03.813]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:42:22.1637360Z [00:04:03.814]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:22.1637695Z [00:04:03.814]➜  EOF
2025-08-20T22:42:22.1668195Z [00:04:03.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2100/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0=>github.com/microsoft/go-mssqldb@v1.8.0;$WORK/b2100=>" -p github.com/microsoft/go-mssqldb -lang=go1.18 -complete -installsuffix shared -buildid 4x7nIaLjF0CfXdj7STmZ/4x7nIaLjF0CfXdj7STmZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2100/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/accesstokenconnector.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/auth_unix.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/buf.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/bulkcopy.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/bulkcopy_sql.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/columnencryptionkey.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/convert.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/doc.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/encrypt.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/error.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/fedauth.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/log.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/mssql.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/mssql_go110.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/mssql_go118.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/mssql_go19.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/net.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/protocol.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/protocol_go113.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/quoter.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/rpc.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/session.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/tds.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/token.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/token_string.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/tran.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/tvp_go19.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/types.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/ucs22str.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/uniqueidentifier.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/uniqueidentifier_null.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/version.go
2025-08-20T22:42:22.9061428Z [00:04:04.558]➜  go tool buildid -w $WORK/b2100/_pkg_.a # internal
2025-08-20T22:42:22.9251577Z [00:04:04.577]➜  cp $WORK/b2100/_pkg_.a /root/.cache/go-build/4f/4f29461852660e7de037243fb95feae82eb9edd047855a7bf3dd370b271dd001-d # internal
2025-08-20T22:42:22.9314633Z [00:04:04.584]➜  github.com/microsoft/go-mssqldb/azuread
2025-08-20T22:42:22.9316890Z [00:04:04.584]➜  mkdir -p $WORK/b2116/
2025-08-20T22:42:22.9317657Z [00:04:04.584]➜  cat >/tmp/go-build3998081543/b2116/importcfg << 'EOF' # internal
2025-08-20T22:42:22.9318311Z [00:04:04.584]➜  # import config
2025-08-20T22:42:22.9318903Z [00:04:04.584]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:22.9319625Z [00:04:04.584]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:22.9320547Z [00:04:04.584]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:22.9321360Z [00:04:04.584]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:22.9322049Z [00:04:04.584]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:22.9322771Z [00:04:04.584]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:22.9323905Z [00:04:04.584]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:22.9324479Z [00:04:04.584]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:42:22.9325184Z [00:04:04.584]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3998081543/b994/_pkg_.a
2025-08-20T22:42:22.9326092Z [00:04:04.584]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:42:22.9327043Z [00:04:04.584]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build3998081543/b1009/_pkg_.a
2025-08-20T22:42:22.9327759Z [00:04:04.584]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build3998081543/b2100/_pkg_.a
2025-08-20T22:42:22.9328380Z [00:04:04.584]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3998081543/b2105/_pkg_.a
2025-08-20T22:42:22.9328890Z [00:04:04.584]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:22.9329316Z [00:04:04.584]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:22.9329637Z [00:04:04.584]➜  EOF
2025-08-20T22:42:22.9331876Z [00:04:04.584]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2116/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/azuread=>github.com/microsoft/go-mssqldb@v1.8.0/azuread;$WORK/b2116=>" -p github.com/microsoft/go-mssqldb/azuread -lang=go1.18 -complete -installsuffix shared -buildid H2oO_nDwel3MBa_vdf0V/H2oO_nDwel3MBa_vdf0V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2116/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/azuread/configuration.go /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/azuread/driver.go
2025-08-20T22:42:23.0443363Z [00:04:04.696]➜  go tool buildid -w $WORK/b2116/_pkg_.a # internal
2025-08-20T22:42:23.0453795Z [00:04:04.698]➜  cp $WORK/b2116/_pkg_.a /root/.cache/go-build/40/400f3441c3f8bc5c89ec17db5a91f1f6a69a174cdf274de4d80501085af51ac0-d # internal
2025-08-20T22:42:23.0467523Z [00:04:04.698]➜  github.com/jcmturner/dnsutils/v2
2025-08-20T22:42:23.0467926Z [00:04:04.698]➜  mkdir -p $WORK/b2120/
2025-08-20T22:42:23.0468313Z [00:04:04.698]➜  cat >/tmp/go-build3998081543/b2120/importcfg << 'EOF' # internal
2025-08-20T22:42:23.0468667Z [00:04:04.698]➜  # import config
2025-08-20T22:42:23.0469025Z [00:04:04.698]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:23.0469458Z [00:04:04.698]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:23.0470088Z [00:04:04.698]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:23.0470400Z [00:04:04.698]➜  EOF
2025-08-20T22:42:23.0472208Z [00:04:04.698]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2120/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/dnsutils/v2@v2.0.0=>github.com/jcmturner/dnsutils/v2@v2.0.0;$WORK/b2120=>" -p github.com/jcmturner/dnsutils/v2 -lang=go1.13 -complete -installsuffix shared -buildid TOdZJz7rz_OlAt1jUsU8/TOdZJz7rz_OlAt1jUsU8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2120/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/dnsutils/v2@v2.0.0/srv.go
2025-08-20T22:42:23.0781464Z [00:04:04.730]➜  go tool buildid -w $WORK/b2120/_pkg_.a # internal
2025-08-20T22:42:23.0803553Z [00:04:04.731]➜  cp $WORK/b2120/_pkg_.a /root/.cache/go-build/74/74763119210eb80a8842f2d2e87a454b410bfe50fadc9d4649d61113fe0dd3f1-d # internal
2025-08-20T22:42:23.0804243Z [00:04:04.731]➜  github.com/jcmturner/gofork/encoding/asn1
2025-08-20T22:42:23.0804881Z [00:04:04.731]➜  mkdir -p $WORK/b2121/
2025-08-20T22:42:23.0805550Z [00:04:04.731]➜  cat >/tmp/go-build3998081543/b2121/importcfg << 'EOF' # internal
2025-08-20T22:42:23.0805987Z [00:04:04.731]➜  # import config
2025-08-20T22:42:23.0806334Z [00:04:04.731]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:23.0806758Z [00:04:04.731]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.0807172Z [00:04:04.731]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.0807583Z [00:04:04.731]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:23.0808002Z [00:04:04.731]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:23.0808434Z [00:04:04.731]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:23.0808868Z [00:04:04.731]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:23.0809301Z [00:04:04.731]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:23.0809735Z [00:04:04.731]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:23.0810178Z [00:04:04.731]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:23.0810515Z [00:04:04.731]➜  EOF
2025-08-20T22:42:23.0813073Z [00:04:04.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2121/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/encoding/asn1=>github.com/jcmturner/gofork@v1.7.6/encoding/asn1;$WORK/b2121=>" -p github.com/jcmturner/gofork/encoding/asn1 -lang=go1.7 -complete -installsuffix shared -buildid jhiA87k5RbFu_QlfbuQj/jhiA87k5RbFu_QlfbuQj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2121/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/encoding/asn1/asn1.go /root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/encoding/asn1/common.go /root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/encoding/asn1/marshal.go
2025-08-20T22:42:23.2342959Z [00:04:04.886]➜  go tool buildid -w $WORK/b2121/_pkg_.a # internal
2025-08-20T22:42:23.2432646Z [00:04:04.895]➜  cp $WORK/b2121/_pkg_.a /root/.cache/go-build/6e/6eeb666e3ab2418853ea433d9b3e3148d134ee3785ffb0e24449e42a7bc920c4-d # internal
2025-08-20T22:42:23.2443428Z [00:04:04.895]➜  github.com/jcmturner/gokrb5/v8/config
2025-08-20T22:42:23.2443769Z [00:04:04.895]➜  mkdir -p $WORK/b2119/
2025-08-20T22:42:23.2444165Z [00:04:04.895]➜  cat >/tmp/go-build3998081543/b2119/importcfg << 'EOF' # internal
2025-08-20T22:42:23.2444833Z [00:04:04.895]➜  # import config
2025-08-20T22:42:23.2445242Z [00:04:04.895]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:23.2445889Z [00:04:04.895]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:23.2446373Z [00:04:04.895]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:23.2446822Z [00:04:04.895]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.2447466Z [00:04:04.895]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.2447998Z [00:04:04.895]➜  packagefile github.com/jcmturner/dnsutils/v2=/tmp/go-build3998081543/b2120/_pkg_.a
2025-08-20T22:42:23.2448704Z [00:04:04.895]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3998081543/b2121/_pkg_.a
2025-08-20T22:42:23.2449402Z [00:04:04.895]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build3998081543/b2122/_pkg_.a
2025-08-20T22:42:23.2449947Z [00:04:04.895]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:23.2450374Z [00:04:04.895]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:23.2450807Z [00:04:04.895]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:23.2451380Z [00:04:04.895]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:23.2451797Z [00:04:04.895]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:42:23.2452461Z [00:04:04.895]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:23.2452987Z [00:04:04.895]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:23.2453499Z [00:04:04.895]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:23.2453929Z [00:04:04.895]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:23.2454239Z [00:04:04.895]➜  EOF
2025-08-20T22:42:23.2456798Z [00:04:04.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2119/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/config=>github.com/jcmturner/gokrb5/v8@v8.4.4/config;$WORK/b2119=>" -p github.com/jcmturner/gokrb5/v8/config -lang=go1.16 -complete -installsuffix shared -buildid 7lXW7P6d6hoEu_cVOa4z/7lXW7P6d6hoEu_cVOa4z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2119/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/config/error.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/config/hosts.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/config/krb5conf.go
2025-08-20T22:42:23.3583399Z [00:04:05.011]➜  cd $WORK/b2099
2025-08-20T22:42:23.3587052Z [00:04:05.011]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x001.o -c _cgo_export.c
2025-08-20T22:42:23.3905747Z [00:04:05.043]➜  go tool buildid -w $WORK/b2119/_pkg_.a # internal
2025-08-20T22:42:23.3920837Z [00:04:05.044]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x002.o -c backup.cgo2.c
2025-08-20T22:42:23.3949680Z [00:04:05.047]➜  cp $WORK/b2119/_pkg_.a /root/.cache/go-build/a5/a5a8e9986bb25748c27e7961f571a19315517c5da9ba482fc94df9aeba54f1da-d # internal
2025-08-20T22:42:23.3960122Z [00:04:05.048]➜  github.com/hashicorp/go-uuid
2025-08-20T22:42:23.3967571Z [00:04:05.049]➜  mkdir -p $WORK/b2124/
2025-08-20T22:42:23.3982388Z [00:04:05.051]➜  cat >/tmp/go-build3998081543/b2124/importcfg << 'EOF' # internal
2025-08-20T22:42:23.3983572Z [00:04:05.051]➜  # import config
2025-08-20T22:42:23.3984864Z [00:04:05.051]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:23.3985514Z [00:04:05.051]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:23.3986054Z [00:04:05.051]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.3986463Z [00:04:05.051]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:23.3986769Z [00:04:05.051]➜  EOF
2025-08-20T22:42:23.3994784Z [00:04:05.052]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:23.4004658Z [00:04:05.053]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2124/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.3=>github.com/hashicorp/go-uuid@v1.0.3;$WORK/b2124=>" -p github.com/hashicorp/go-uuid -lang=go1.16 -complete -installsuffix shared -buildid Z0bleOcXsYqhU34gCJBi/Z0bleOcXsYqhU34gCJBi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2124/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/go-uuid@v1.0.3/uuid.go
2025-08-20T22:42:23.4234184Z [00:04:05.076]➜  go tool buildid -w $WORK/b2124/_pkg_.a # internal
2025-08-20T22:42:23.4238358Z [00:04:05.076]➜  cp $WORK/b2124/_pkg_.a /root/.cache/go-build/21/219abc216e49fb22675a2ef5dc14985ef55b5ff10b3747482616aa244dd3d83d-d # internal
2025-08-20T22:42:23.4239714Z [00:04:05.076]➜  github.com/jcmturner/gokrb5/v8/crypto/etype
2025-08-20T22:42:23.4241886Z [00:04:05.077]➜  mkdir -p $WORK/b2129/
2025-08-20T22:42:23.4245331Z [00:04:05.077]➜  cat >/tmp/go-build3998081543/b2129/importcfg << 'EOF' # internal
2025-08-20T22:42:23.4246497Z [00:04:05.077]➜  # import config
2025-08-20T22:42:23.4248589Z [00:04:05.077]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:23.4249587Z [00:04:05.077]➜  EOF
2025-08-20T22:42:23.4251729Z [00:04:05.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2129/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/etype=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/etype;$WORK/b2129=>" -p github.com/jcmturner/gokrb5/v8/crypto/etype -lang=go1.16 -complete -installsuffix shared -buildid i4XiwG6AJpbiJDLkIrGI/i4XiwG6AJpbiJDLkIrGI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2129/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/etype/etype.go
2025-08-20T22:42:23.4389658Z [00:04:05.091]➜  go tool buildid -w $WORK/b2129/_pkg_.a # internal
2025-08-20T22:42:23.4394825Z [00:04:05.092]➜  cp $WORK/b2129/_pkg_.a /root/.cache/go-build/4f/4fcd00c4d5cc72f7662d20ef13eae81602fc2e56a7cf74257a5277467d942bbf-d # internal
2025-08-20T22:42:23.4397964Z [00:04:05.092]➜  github.com/jcmturner/gokrb5/v8/crypto/common
2025-08-20T22:42:23.4399275Z [00:04:05.092]➜  mkdir -p $WORK/b2128/
2025-08-20T22:42:23.4402537Z [00:04:05.093]➜  cat >/tmp/go-build3998081543/b2128/importcfg << 'EOF' # internal
2025-08-20T22:42:23.4403681Z [00:04:05.093]➜  # import config
2025-08-20T22:42:23.4404448Z [00:04:05.093]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:23.4405638Z [00:04:05.093]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:23.4416533Z [00:04:05.093]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:23.4417890Z [00:04:05.093]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:23.4418464Z [00:04:05.093]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.4418887Z [00:04:05.093]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.4419457Z [00:04:05.093]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3998081543/b2129/_pkg_.a
2025-08-20T22:42:23.4420068Z [00:04:05.093]➜  EOF
2025-08-20T22:42:23.4422154Z [00:04:05.093]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2128/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/common=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/common;$WORK/b2128=>" -p github.com/jcmturner/gokrb5/v8/crypto/common -lang=go1.16 -complete -installsuffix shared -buildid wgoJnDUQWBEBfBrFU7t2/wgoJnDUQWBEBfBrFU7t2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2128/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/common/common.go
2025-08-20T22:42:23.4519518Z [00:04:05.104]➜  cd $WORK/b2099
2025-08-20T22:42:23.4523247Z [00:04:05.104]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x003.o -c callback.cgo2.c
2025-08-20T22:42:23.4621434Z [00:04:05.114]➜  go tool buildid -w $WORK/b2128/_pkg_.a # internal
2025-08-20T22:42:23.4647012Z [00:04:05.117]➜  cp $WORK/b2128/_pkg_.a /root/.cache/go-build/aa/aade0834018804d1a7bcc6b83122fdbefa2aa03eae6919f06ca3e57af30cd51c-d # internal
2025-08-20T22:42:23.4648412Z [00:04:05.117]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc3961
2025-08-20T22:42:23.4649458Z [00:04:05.117]➜  mkdir -p $WORK/b2130/
2025-08-20T22:42:23.4681107Z [00:04:05.120]➜  cat >/tmp/go-build3998081543/b2130/importcfg << 'EOF' # internal
2025-08-20T22:42:23.4683230Z [00:04:05.121]➜  # import config
2025-08-20T22:42:23.4684214Z [00:04:05.121]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:23.4684730Z [00:04:05.121]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:23.4685204Z [00:04:05.121]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:42:23.4686689Z [00:04:05.121]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:23.4687163Z [00:04:05.121]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:23.4687622Z [00:04:05.121]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.4688045Z [00:04:05.121]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.4688616Z [00:04:05.121]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3998081543/b2128/_pkg_.a
2025-08-20T22:42:23.4689313Z [00:04:05.121]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3998081543/b2129/_pkg_.a
2025-08-20T22:42:23.4689766Z [00:04:05.121]➜  EOF
2025-08-20T22:42:23.4690056Z [00:04:05.121]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:23.4693176Z [00:04:05.121]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2130/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961;$WORK/b2130=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc3961 -lang=go1.16 -complete -installsuffix shared -buildid zCtvTcke-T8c3_iVJlmg/zCtvTcke-T8c3_iVJlmg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2130/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961/encryption.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961/keyDerivation.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3961/nfold.go
2025-08-20T22:42:23.4964260Z [00:04:05.149]➜  cd $WORK/b2099
2025-08-20T22:42:23.4967406Z [00:04:05.149]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x004.o -c error.cgo2.c
2025-08-20T22:42:23.5227564Z [00:04:05.174]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x005.o -c sqlite3.cgo2.c
2025-08-20T22:42:23.5338231Z [00:04:05.186]➜  go tool buildid -w $WORK/b2130/_pkg_.a # internal
2025-08-20T22:42:23.5339603Z [00:04:05.186]➜  cp $WORK/b2130/_pkg_.a /root/.cache/go-build/18/18af7728a203c2cb5a9addcfe56da19dacebedfb4a779a0882be2c4339d1427e-d # internal
2025-08-20T22:42:23.5340971Z [00:04:05.186]➜  github.com/jcmturner/aescts/v2
2025-08-20T22:42:23.5341284Z [00:04:05.186]➜  mkdir -p $WORK/b2132/
2025-08-20T22:42:23.5348903Z [00:04:05.187]➜  cat >/tmp/go-build3998081543/b2132/importcfg << 'EOF' # internal
2025-08-20T22:42:23.5349923Z [00:04:05.187]➜  # import config
2025-08-20T22:42:23.5350363Z [00:04:05.187]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:23.5350850Z [00:04:05.187]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:23.5351301Z [00:04:05.187]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.5351728Z [00:04:05.187]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.5352047Z [00:04:05.187]➜  EOF
2025-08-20T22:42:23.5357096Z [00:04:05.188]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:23.5365648Z [00:04:05.189]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2132/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/aescts/v2@v2.0.0=>github.com/jcmturner/aescts/v2@v2.0.0;$WORK/b2132=>" -p github.com/jcmturner/aescts/v2 -lang=go1.13 -complete -installsuffix shared -buildid z4Jzc9S1TX2Hq_QJd6dJ/z4Jzc9S1TX2Hq_QJd6dJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2132/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/aescts/v2@v2.0.0/aescts.go
2025-08-20T22:42:23.5578175Z [00:04:05.210]➜  go tool buildid -w $WORK/b2132/_pkg_.a # internal
2025-08-20T22:42:23.5583314Z [00:04:05.211]➜  cp $WORK/b2132/_pkg_.a /root/.cache/go-build/6e/6ee9d868819014c18b9e8d2042aae156f1c9139b880ee91750b8340176296339-d # internal
2025-08-20T22:42:23.5586578Z [00:04:05.211]➜  github.com/jcmturner/gofork/x/crypto/pbkdf2
2025-08-20T22:42:23.5588779Z [00:04:05.211]➜  mkdir -p $WORK/b2133/
2025-08-20T22:42:23.5593782Z [00:04:05.212]➜  cat >/tmp/go-build3998081543/b2133/importcfg << 'EOF' # internal
2025-08-20T22:42:23.5594504Z [00:04:05.212]➜  # import config
2025-08-20T22:42:23.5595161Z [00:04:05.212]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:23.5596031Z [00:04:05.212]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:23.5596933Z [00:04:05.212]➜  EOF
2025-08-20T22:42:23.5616471Z [00:04:05.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2133/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/x/crypto/pbkdf2=>github.com/jcmturner/gofork@v1.7.6/x/crypto/pbkdf2;$WORK/b2133=>" -p github.com/jcmturner/gofork/x/crypto/pbkdf2 -lang=go1.7 -complete -installsuffix shared -buildid uzk85Y-QAO2f0T1UJp_T/uzk85Y-QAO2f0T1UJp_T -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2133/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gofork@v1.7.6/x/crypto/pbkdf2/pbkdf2.go
2025-08-20T22:42:23.5767145Z [00:04:05.229]➜  go tool buildid -w $WORK/b2133/_pkg_.a # internal
2025-08-20T22:42:23.5773442Z [00:04:05.229]➜  cp $WORK/b2133/_pkg_.a /root/.cache/go-build/8f/8feee78426151b1022b596142445c7f9d497cb9af4e8a59710a1115d6c2716bd-d # internal
2025-08-20T22:42:23.5776463Z [00:04:05.230]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc3962
2025-08-20T22:42:23.5776837Z [00:04:05.230]➜  mkdir -p $WORK/b2131/
2025-08-20T22:42:23.5783306Z [00:04:05.230]➜  cat >/tmp/go-build3998081543/b2131/importcfg << 'EOF' # internal
2025-08-20T22:42:23.5784043Z [00:04:05.230]➜  # import config
2025-08-20T22:42:23.5784462Z [00:04:05.230]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:23.5784943Z [00:04:05.230]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:23.5785592Z [00:04:05.230]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:23.5786110Z [00:04:05.230]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.5786539Z [00:04:05.230]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.5787052Z [00:04:05.230]➜  packagefile github.com/jcmturner/aescts/v2=/tmp/go-build3998081543/b2132/_pkg_.a
2025-08-20T22:42:23.5787708Z [00:04:05.230]➜  packagefile github.com/jcmturner/gofork/x/crypto/pbkdf2=/tmp/go-build3998081543/b2133/_pkg_.a
2025-08-20T22:42:23.5788412Z [00:04:05.230]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3998081543/b2128/_pkg_.a
2025-08-20T22:42:23.5789128Z [00:04:05.230]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3998081543/b2129/_pkg_.a
2025-08-20T22:42:23.5789570Z [00:04:05.230]➜  EOF
2025-08-20T22:42:23.5797953Z [00:04:05.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2131/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3962=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3962;$WORK/b2131=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc3962 -lang=go1.16 -complete -installsuffix shared -buildid 2cY6e1wvUAwpauDEuRh5/2cY6e1wvUAwpauDEuRh5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2131/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3962/encryption.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc3962/keyDerivation.go
2025-08-20T22:42:23.6122997Z [00:04:05.264]➜  go tool buildid -w $WORK/b2131/_pkg_.a # internal
2025-08-20T22:42:23.6139791Z [00:04:05.266]➜  cp $WORK/b2131/_pkg_.a /root/.cache/go-build/bd/bdd017c66041e1521b26837043a701709e0db6b2a7ad7e0df91399c233812d5b-d # internal
2025-08-20T22:42:23.6144489Z [00:04:05.267]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc4757
2025-08-20T22:42:23.6145511Z [00:04:05.267]➜  mkdir -p $WORK/b2134/
2025-08-20T22:42:23.6154218Z [00:04:05.268]➜  cat >/tmp/go-build3998081543/b2134/importcfg << 'EOF' # internal
2025-08-20T22:42:23.6157310Z [00:04:05.268]➜  # import config
2025-08-20T22:42:23.6158094Z [00:04:05.268]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:23.6159242Z [00:04:05.268]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:23.6160676Z [00:04:05.268]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:42:23.6162072Z [00:04:05.268]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:23.6162856Z [00:04:05.268]➜  packagefile crypto/rc4=/tmp/go-build3998081543/b161/_pkg_.a
2025-08-20T22:42:23.6163766Z [00:04:05.268]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:23.6165933Z [00:04:05.268]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:23.6166386Z [00:04:05.268]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.6166804Z [00:04:05.268]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.6167368Z [00:04:05.268]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3998081543/b2129/_pkg_.a
2025-08-20T22:42:23.6167993Z [00:04:05.268]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3998081543/b2107/_pkg_.a
2025-08-20T22:42:23.6168459Z [00:04:05.268]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:23.6168761Z [00:04:05.268]➜  EOF
2025-08-20T22:42:23.6172040Z [00:04:05.269]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2134/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757;$WORK/b2134=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc4757 -lang=go1.16 -complete -installsuffix shared -buildid LS8N8P64cGt4F6yxb4G2/LS8N8P64cGt4F6yxb4G2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2134/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757/checksum.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757/encryption.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757/keyDerivation.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc4757/msgtype.go
2025-08-20T22:42:23.6326102Z [00:04:05.285]➜  cd $WORK/b2099
2025-08-20T22:42:23.6331855Z [00:04:05.285]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x006.o -c sqlite3_context.cgo2.c
2025-08-20T22:42:23.6597271Z [00:04:05.312]➜  go tool buildid -w $WORK/b2134/_pkg_.a # internal
2025-08-20T22:42:23.6608248Z [00:04:05.312]➜  cp $WORK/b2134/_pkg_.a /root/.cache/go-build/ad/ad4df99d10fd065a7c693598562416ddae785d8d5b0ef77e6b40a4fe58bbe023-d # internal
2025-08-20T22:42:23.6608920Z [00:04:05.312]➜  github.com/jcmturner/gokrb5/v8/crypto/rfc8009
2025-08-20T22:42:23.6609260Z [00:04:05.313]➜  mkdir -p $WORK/b2135/
2025-08-20T22:42:23.6609643Z [00:04:05.313]➜  cat >/tmp/go-build3998081543/b2135/importcfg << 'EOF' # internal
2025-08-20T22:42:23.6610323Z [00:04:05.313]➜  # import config
2025-08-20T22:42:23.6610700Z [00:04:05.313]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:23.6611161Z [00:04:05.313]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:23.6611620Z [00:04:05.313]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:23.6612092Z [00:04:05.313]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:23.6612686Z [00:04:05.313]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:23.6613186Z [00:04:05.313]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.6613602Z [00:04:05.313]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.6614113Z [00:04:05.313]➜  packagefile github.com/jcmturner/aescts/v2=/tmp/go-build3998081543/b2132/_pkg_.a
2025-08-20T22:42:23.6614767Z [00:04:05.313]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3998081543/b2128/_pkg_.a
2025-08-20T22:42:23.6615721Z [00:04:05.313]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3998081543/b2129/_pkg_.a
2025-08-20T22:42:23.6616499Z [00:04:05.313]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build3998081543/b2122/_pkg_.a
2025-08-20T22:42:23.6617121Z [00:04:05.313]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3998081543/b285/_pkg_.a
2025-08-20T22:42:23.6617503Z [00:04:05.313]➜  EOF
2025-08-20T22:42:23.6617777Z [00:04:05.313]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:23.6620401Z [00:04:05.313]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2135/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc8009=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc8009;$WORK/b2135=>" -p github.com/jcmturner/gokrb5/v8/crypto/rfc8009 -lang=go1.16 -complete -installsuffix shared -buildid rkgGCA4cNWdgh5fHC9Fa/rkgGCA4cNWdgh5fHC9Fa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2135/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc8009/encryption.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rfc8009/keyDerivation.go
2025-08-20T22:42:23.6881817Z [00:04:05.340]➜  cd $WORK/b2099
2025-08-20T22:42:23.6884912Z [00:04:05.340]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x007.o -c sqlite3_load_extension.cgo2.c
2025-08-20T22:42:23.6912519Z [00:04:05.343]➜  go tool buildid -w $WORK/b2135/_pkg_.a # internal
2025-08-20T22:42:23.6917359Z [00:04:05.344]➜  cp $WORK/b2135/_pkg_.a /root/.cache/go-build/3a/3a5f7543e46876c5659f55cba57b72a47f164a6134ab9f6c58ab1eb24e3722a6-d # internal
2025-08-20T22:42:23.6923463Z [00:04:05.345]➜  github.com/jcmturner/gokrb5/v8/asn1tools
2025-08-20T22:42:23.6931470Z [00:04:05.345]➜  mkdir -p $WORK/b2139/
2025-08-20T22:42:23.6933647Z [00:04:05.346]➜  cat >/tmp/go-build3998081543/b2139/importcfg << 'EOF' # internal
2025-08-20T22:42:23.6934019Z [00:04:05.346]➜  # import config
2025-08-20T22:42:23.6934498Z [00:04:05.346]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3998081543/b2121/_pkg_.a
2025-08-20T22:42:23.6934931Z [00:04:05.346]➜  EOF
2025-08-20T22:42:23.6938921Z [00:04:05.346]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:23.6943540Z [00:04:05.346]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2139/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/asn1tools=>github.com/jcmturner/gokrb5/v8@v8.4.4/asn1tools;$WORK/b2139=>" -p github.com/jcmturner/gokrb5/v8/asn1tools -lang=go1.16 -complete -installsuffix shared -buildid Cit9_M6UomvmPWmYJQSR/Cit9_M6UomvmPWmYJQSR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2139/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/asn1tools/tools.go
2025-08-20T22:42:23.7166010Z [00:04:05.369]➜  go tool buildid -w $WORK/b2139/_pkg_.a # internal
2025-08-20T22:42:23.7183064Z [00:04:05.370]➜  cp $WORK/b2139/_pkg_.a /root/.cache/go-build/a6/a6b1aa9c9c0b35a94c02f013543e78a9a58e188c4407c07672cb32e75c13f40b-d # internal
2025-08-20T22:42:23.7188514Z [00:04:05.371]➜  github.com/jcmturner/gokrb5/v8/types
2025-08-20T22:42:23.7188874Z [00:04:05.371]➜  mkdir -p $WORK/b2138/
2025-08-20T22:42:23.7189272Z [00:04:05.371]➜  cat >/tmp/go-build3998081543/b2138/importcfg << 'EOF' # internal
2025-08-20T22:42:23.7189673Z [00:04:05.371]➜  # import config
2025-08-20T22:42:23.7190027Z [00:04:05.371]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:23.7190472Z [00:04:05.371]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:23.7190907Z [00:04:05.371]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.7191468Z [00:04:05.371]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3998081543/b2121/_pkg_.a
2025-08-20T22:42:23.7192151Z [00:04:05.371]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build3998081543/b2139/_pkg_.a
2025-08-20T22:42:23.7192837Z [00:04:05.371]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3998081543/b2129/_pkg_.a
2025-08-20T22:42:23.7193493Z [00:04:05.371]➜  packagefile github.com/jcmturner/gokrb5/v8/iana=/tmp/go-build3998081543/b2140/_pkg_.a
2025-08-20T22:42:23.7194154Z [00:04:05.371]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/addrtype=/tmp/go-build3998081543/b2141/_pkg_.a
2025-08-20T22:42:23.7195289Z [00:04:05.371]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/asnAppTag=/tmp/go-build3998081543/b2142/_pkg_.a
2025-08-20T22:42:23.7196235Z [00:04:05.371]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3998081543/b2125/_pkg_.a
2025-08-20T22:42:23.7196930Z [00:04:05.371]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3998081543/b2137/_pkg_.a
2025-08-20T22:42:23.7197471Z [00:04:05.371]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:23.7197904Z [00:04:05.371]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:23.7198328Z [00:04:05.371]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:23.7198746Z [00:04:05.371]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:23.7199167Z [00:04:05.371]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:23.7199481Z [00:04:05.371]➜  EOF
2025-08-20T22:42:23.7203440Z [00:04:05.371]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2138/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types=>github.com/jcmturner/gokrb5/v8@v8.4.4/types;$WORK/b2138=>" -p github.com/jcmturner/gokrb5/v8/types -lang=go1.16 -complete -installsuffix shared -buildid 72Ip8TcGStmagXhY_88w/72Ip8TcGStmagXhY_88w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2138/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/Authenticator.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/AuthorizationData.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/Cryptosystem.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/HostAddress.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/KerberosFlags.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/PAData.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/PrincipalName.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/types/TypedData.go
2025-08-20T22:42:23.7450418Z [00:04:05.397]➜  cd $WORK/b2099
2025-08-20T22:42:23.7456550Z [00:04:05.397]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x008.o -c sqlite3_opt_serialize.cgo2.c
2025-08-20T22:42:23.7871970Z [00:04:05.439]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x009.o -c sqlite3_opt_userauth_omit.cgo2.c
2025-08-20T22:42:23.7939190Z [00:04:05.446]➜  go tool buildid -w $WORK/b2138/_pkg_.a # internal
2025-08-20T22:42:23.7956132Z [00:04:05.448]➜  cp $WORK/b2138/_pkg_.a /root/.cache/go-build/8c/8c5362cf4a37c2a0bf3a67288a05a19c78552c07e2f41bdb1d87ff7287e4f91d-d # internal
2025-08-20T22:42:23.8006928Z [00:04:05.453]➜  github.com/jcmturner/gokrb5/v8/crypto
2025-08-20T22:42:23.8011416Z [00:04:05.453]➜  mkdir -p $WORK/b2127/
2025-08-20T22:42:23.8011887Z [00:04:05.453]➜  cat >/tmp/go-build3998081543/b2127/importcfg << 'EOF' # internal
2025-08-20T22:42:23.8012251Z [00:04:05.453]➜  # import config
2025-08-20T22:42:23.8012595Z [00:04:05.453]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:23.8013043Z [00:04:05.453]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:23.8013511Z [00:04:05.453]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:42:23.8013970Z [00:04:05.453]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:23.8014427Z [00:04:05.453]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:42:23.8014883Z [00:04:05.453]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:23.8015523Z [00:04:05.453]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:23.8016090Z [00:04:05.453]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:23.8016559Z [00:04:05.453]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:23.8017002Z [00:04:05.453]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.8017416Z [00:04:05.453]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.8017991Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3998081543/b2128/_pkg_.a
2025-08-20T22:42:23.8018689Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3998081543/b2129/_pkg_.a
2025-08-20T22:42:23.8019389Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3961=/tmp/go-build3998081543/b2130/_pkg_.a
2025-08-20T22:42:23.8020092Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3962=/tmp/go-build3998081543/b2131/_pkg_.a
2025-08-20T22:42:23.8021081Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc4757=/tmp/go-build3998081543/b2134/_pkg_.a
2025-08-20T22:42:23.8021780Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc8009=/tmp/go-build3998081543/b2135/_pkg_.a
2025-08-20T22:42:23.8022487Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build3998081543/b2136/_pkg_.a
2025-08-20T22:42:23.8023187Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build3998081543/b2122/_pkg_.a
2025-08-20T22:42:23.8024007Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3998081543/b2137/_pkg_.a
2025-08-20T22:42:23.8024729Z [00:04:05.453]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:23.8025317Z [00:04:05.453]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3998081543/b2107/_pkg_.a
2025-08-20T22:42:23.8049938Z [00:04:05.453]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:23.8050419Z [00:04:05.453]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:23.8050730Z [00:04:05.453]➜  EOF
2025-08-20T22:42:23.8051026Z [00:04:05.456]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:23.8055253Z [00:04:05.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2127/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto=>github.com/jcmturner/gokrb5/v8@v8.4.4/crypto;$WORK/b2127=>" -p github.com/jcmturner/gokrb5/v8/crypto -lang=go1.16 -complete -installsuffix shared -buildid 5YUWkEVi89QhNXULTwsx/5YUWkEVi89QhNXULTwsx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2127/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/aes128-cts-hmac-sha1-96.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/aes128-cts-hmac-sha256-128.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/aes256-cts-hmac-sha1-96.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/aes256-cts-hmac-sha384-192.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/crypto.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/des3-cbc-sha1-kd.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/crypto/rc4-hmac.go
2025-08-20T22:42:23.8073020Z [00:04:05.459]➜  cd $WORK/b2099
2025-08-20T22:42:23.8078665Z [00:04:05.459]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x010.o -c sqlite3_other.cgo2.c
2025-08-20T22:42:23.8388713Z [00:04:05.491]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x011.o -c sqlite3_type.cgo2.c
2025-08-20T22:42:23.8899970Z [00:04:05.542]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T22:42:23.8907138Z [00:04:05.543]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x012.o -c sqlite3-binding.c
2025-08-20T22:42:23.9712943Z [00:04:05.623]➜  go tool buildid -w $WORK/b2127/_pkg_.a # internal
2025-08-20T22:42:23.9748766Z [00:04:05.627]➜  cp $WORK/b2127/_pkg_.a /root/.cache/go-build/8e/8e6fa245d1ceb7de3e47aab2a4eefe4e8ea09530e8918bf288cbfe7e26e62a80-d # internal
2025-08-20T22:42:23.9778044Z [00:04:05.630]➜  github.com/jcmturner/gokrb5/v8/keytab
2025-08-20T22:42:23.9778913Z [00:04:05.630]➜  mkdir -p $WORK/b2126/
2025-08-20T22:42:23.9781887Z [00:04:05.631]➜  cat >/tmp/go-build3998081543/b2126/importcfg << 'EOF' # internal
2025-08-20T22:42:23.9784358Z [00:04:05.631]➜  # import config
2025-08-20T22:42:23.9785080Z [00:04:05.631]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:23.9798058Z [00:04:05.631]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:23.9799070Z [00:04:05.631]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:23.9802545Z [00:04:05.631]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:23.9803528Z [00:04:05.631]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:23.9806519Z [00:04:05.631]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3998081543/b2127/_pkg_.a
2025-08-20T22:42:23.9808003Z [00:04:05.631]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:23.9808929Z [00:04:05.631]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:23.9809534Z [00:04:05.631]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:23.9810982Z [00:04:05.631]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:23.9811422Z [00:04:05.631]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:23.9811733Z [00:04:05.631]➜  EOF
2025-08-20T22:42:23.9812004Z [00:04:05.632]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:23.9814004Z [00:04:05.633]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2126/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/keytab=>github.com/jcmturner/gokrb5/v8@v8.4.4/keytab;$WORK/b2126=>" -p github.com/jcmturner/gokrb5/v8/keytab -lang=go1.16 -complete -installsuffix shared -buildid R96sCh7HtAZFLVZTpQZj/R96sCh7HtAZFLVZTpQZj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2126/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/keytab/keytab.go
2025-08-20T22:42:24.0458293Z [00:04:05.698]➜  go tool buildid -w $WORK/b2126/_pkg_.a # internal
2025-08-20T22:42:24.0467072Z [00:04:05.699]➜  cp $WORK/b2126/_pkg_.a /root/.cache/go-build/02/02419b475925bdf7f3d712d1d9f3e1a02e62da08e824c02996603e4f167e07d7-d # internal
2025-08-20T22:42:24.0469193Z [00:04:05.699]➜  github.com/jcmturner/gokrb5/v8/credentials
2025-08-20T22:42:24.0471312Z [00:04:05.700]➜  mkdir -p $WORK/b2123/
2025-08-20T22:42:24.0475235Z [00:04:05.700]➜  cat >/tmp/go-build3998081543/b2123/importcfg << 'EOF' # internal
2025-08-20T22:42:24.0476289Z [00:04:05.700]➜  # import config
2025-08-20T22:42:24.0477043Z [00:04:05.700]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:24.0477736Z [00:04:05.700]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:24.0478745Z [00:04:05.700]➜  packagefile encoding/gob=/tmp/go-build3998081543/b684/_pkg_.a
2025-08-20T22:42:24.0479622Z [00:04:05.700]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:24.0480602Z [00:04:05.700]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:24.0481427Z [00:04:05.700]➜  packagefile github.com/hashicorp/go-uuid=/tmp/go-build3998081543/b2124/_pkg_.a
2025-08-20T22:42:24.0482429Z [00:04:05.700]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3998081543/b2121/_pkg_.a
2025-08-20T22:42:24.0483552Z [00:04:05.700]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3998081543/b2125/_pkg_.a
2025-08-20T22:42:24.0484522Z [00:04:05.700]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3998081543/b2126/_pkg_.a
2025-08-20T22:42:24.0485591Z [00:04:05.700]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:24.0486464Z [00:04:05.700]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:24.0487059Z [00:04:05.700]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:24.0487614Z [00:04:05.700]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:24.0488106Z [00:04:05.700]➜  EOF
2025-08-20T22:42:24.0490609Z [00:04:05.701]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2123/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/credentials=>github.com/jcmturner/gokrb5/v8@v8.4.4/credentials;$WORK/b2123=>" -p github.com/jcmturner/gokrb5/v8/credentials -lang=go1.16 -complete -installsuffix shared -buildid vTt4FTgWTVuOEKN7zw0L/vTt4FTgWTVuOEKN7zw0L -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2123/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/credentials/ccache.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/credentials/credentials.go
2025-08-20T22:42:24.1184095Z [00:04:05.769]➜  go tool buildid -w $WORK/b2123/_pkg_.a # internal
2025-08-20T22:42:24.1203277Z [00:04:05.773]➜  cp $WORK/b2123/_pkg_.a /root/.cache/go-build/81/8134b4d573222c245a414f18dd5f574cce95b9a1a887634e7bc51194af2c15ad-d # internal
2025-08-20T22:42:24.1204990Z [00:04:05.773]➜  github.com/jcmturner/gokrb5/v8/iana/errorcode
2025-08-20T22:42:24.1206424Z [00:04:05.773]➜  mkdir -p $WORK/b2143/
2025-08-20T22:42:24.1213166Z [00:04:05.774]➜  cat >/tmp/go-build3998081543/b2143/importcfg << 'EOF' # internal
2025-08-20T22:42:24.1214179Z [00:04:05.774]➜  # import config
2025-08-20T22:42:24.1214850Z [00:04:05.774]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:24.1215730Z [00:04:05.774]➜  EOF
2025-08-20T22:42:24.1218536Z [00:04:05.774]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2143/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/errorcode=>github.com/jcmturner/gokrb5/v8@v8.4.4/iana/errorcode;$WORK/b2143=>" -p github.com/jcmturner/gokrb5/v8/iana/errorcode -lang=go1.16 -complete -installsuffix shared -buildid slO4qAn-oARyLXzqVgQh/slO4qAn-oARyLXzqVgQh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2143/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/iana/errorcode/constants.go
2025-08-20T22:42:24.1510464Z [00:04:05.803]➜  go tool buildid -w $WORK/b2143/_pkg_.a # internal
2025-08-20T22:42:24.1519565Z [00:04:05.804]➜  cp $WORK/b2143/_pkg_.a /root/.cache/go-build/47/47f196f840b8703e087815b5360cdf264e2aab099ba5ead492e8f32b3d7e6808-d # internal
2025-08-20T22:42:24.1521310Z [00:04:05.805]➜  github.com/jcmturner/gokrb5/v8/krberror
2025-08-20T22:42:24.1521876Z [00:04:05.805]➜  mkdir -p $WORK/b2147/
2025-08-20T22:42:24.1522586Z [00:04:05.805]➜  cat >/tmp/go-build3998081543/b2147/importcfg << 'EOF' # internal
2025-08-20T22:42:24.1523144Z [00:04:05.805]➜  # import config
2025-08-20T22:42:24.1524449Z [00:04:05.805]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:24.1525138Z [00:04:05.805]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:24.1525721Z [00:04:05.805]➜  EOF
2025-08-20T22:42:24.1527876Z [00:04:05.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2147/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/krberror=>github.com/jcmturner/gokrb5/v8@v8.4.4/krberror;$WORK/b2147=>" -p github.com/jcmturner/gokrb5/v8/krberror -lang=go1.16 -complete -installsuffix shared -buildid Ws9Aso5w0DVjkI40RBT3/Ws9Aso5w0DVjkI40RBT3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2147/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/krberror/error.go
2025-08-20T22:42:24.1812694Z [00:04:05.833]➜  go tool buildid -w $WORK/b2147/_pkg_.a # internal
2025-08-20T22:42:24.1815633Z [00:04:05.834]➜  cp $WORK/b2147/_pkg_.a /root/.cache/go-build/6a/6aed342dc0d7da5fa2df44f7db850aff73a9eea88c113aae6761bf9cbf9e67f4-d # internal
2025-08-20T22:42:24.1819743Z [00:04:05.834]➜  github.com/jcmturner/rpc/v2/ndr
2025-08-20T22:42:24.1820092Z [00:04:05.834]➜  mkdir -p $WORK/b2153/
2025-08-20T22:42:24.1826586Z [00:04:05.835]➜  cat >/tmp/go-build3998081543/b2153/importcfg << 'EOF' # internal
2025-08-20T22:42:24.1827393Z [00:04:05.835]➜  # import config
2025-08-20T22:42:24.1827997Z [00:04:05.835]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:24.1828684Z [00:04:05.835]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:24.1829439Z [00:04:05.835]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:24.1830718Z [00:04:05.835]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:24.1831200Z [00:04:05.835]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:24.1831605Z [00:04:05.835]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:24.1832013Z [00:04:05.835]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:24.1832434Z [00:04:05.835]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:24.1833231Z [00:04:05.835]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:24.1833760Z [00:04:05.835]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:24.1834129Z [00:04:05.835]➜  EOF
2025-08-20T22:42:24.1838359Z [00:04:05.836]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2153/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr=>github.com/jcmturner/rpc/v2@v2.0.3/ndr;$WORK/b2153=>" -p github.com/jcmturner/rpc/v2/ndr -lang=go1.13 -complete -installsuffix shared -buildid xCbFDAnP3MLmgN8Agqoq/xCbFDAnP3MLmgN8Agqoq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2153/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/arrays.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/decoder.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/error.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/header.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/pipe.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/primitives.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/rawbytes.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/strings.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/tags.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/ndr/union.go
2025-08-20T22:42:24.3746289Z [00:04:06.027]➜  go tool buildid -w $WORK/b2153/_pkg_.a # internal
2025-08-20T22:42:24.3787284Z [00:04:06.031]➜  cp $WORK/b2153/_pkg_.a /root/.cache/go-build/8d/8df59fb59649be73edd3cc5236adbfeda931965088af1061f8694de5671bdc11-d # internal
2025-08-20T22:42:24.3790502Z [00:04:06.031]➜  github.com/jcmturner/rpc/v2/mstypes
2025-08-20T22:42:24.3796367Z [00:04:06.032]➜  mkdir -p $WORK/b2152/
2025-08-20T22:42:24.3801426Z [00:04:06.033]➜  cat >/tmp/go-build3998081543/b2152/importcfg << 'EOF' # internal
2025-08-20T22:42:24.3801798Z [00:04:06.033]➜  # import config
2025-08-20T22:42:24.3802145Z [00:04:06.033]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:24.3802962Z [00:04:06.033]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:24.3803426Z [00:04:06.033]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:24.3803901Z [00:04:06.033]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:24.3804341Z [00:04:06.033]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:24.3804760Z [00:04:06.033]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:24.3805552Z [00:04:06.033]➜  packagefile github.com/jcmturner/rpc/v2/ndr=/tmp/go-build3998081543/b2153/_pkg_.a
2025-08-20T22:42:24.3806236Z [00:04:06.033]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3998081543/b525/_pkg_.a
2025-08-20T22:42:24.3806724Z [00:04:06.033]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:24.3807132Z [00:04:06.033]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:24.3807565Z [00:04:06.033]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:24.3807998Z [00:04:06.033]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:24.3808307Z [00:04:06.033]➜  EOF
2025-08-20T22:42:24.3824735Z [00:04:06.034]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2152/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes=>github.com/jcmturner/rpc/v2@v2.0.3/mstypes;$WORK/b2152=>" -p github.com/jcmturner/rpc/v2/mstypes -lang=go1.13 -complete -installsuffix shared -buildid 3HZnwYwVahVwcaGm0lJs/3HZnwYwVahVwcaGm0lJs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2152/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/claims.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/common.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/filetime.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/group_membership.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/kerb_sid_and_attributes.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/reader.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/rpc_unicode_string.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/sid.go /root/go/pkg/mod/github.com/jcmturner/rpc/v2@v2.0.3/mstypes/user_session_key.go
2025-08-20T22:42:24.4686952Z [00:04:06.120]➜  go tool buildid -w $WORK/b2152/_pkg_.a # internal
2025-08-20T22:42:24.4687786Z [00:04:06.120]➜  cp $WORK/b2152/_pkg_.a /root/.cache/go-build/d0/d01f584188ec0fa1c4c32b060dcaa2ff3331589ce916eea8ee7cf8af26196d0e-d # internal
2025-08-20T22:42:24.4688394Z [00:04:06.120]➜  github.com/jcmturner/gokrb5/v8/pac
2025-08-20T22:42:24.4692328Z [00:04:06.122]➜  mkdir -p $WORK/b2151/
2025-08-20T22:42:24.4692731Z [00:04:06.122]➜  cat >/tmp/go-build3998081543/b2151/importcfg << 'EOF' # internal
2025-08-20T22:42:24.4693087Z [00:04:06.122]➜  # import config
2025-08-20T22:42:24.4693429Z [00:04:06.122]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:24.4693919Z [00:04:06.122]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:24.4694384Z [00:04:06.122]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:24.4694804Z [00:04:06.122]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:24.4695491Z [00:04:06.122]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3998081543/b2127/_pkg_.a
2025-08-20T22:42:24.4696251Z [00:04:06.122]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build3998081543/b2136/_pkg_.a
2025-08-20T22:42:24.4696972Z [00:04:06.122]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build3998081543/b2145/_pkg_.a
2025-08-20T22:42:24.4697636Z [00:04:06.122]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:24.4698265Z [00:04:06.122]➜  packagefile github.com/jcmturner/rpc/v2/mstypes=/tmp/go-build3998081543/b2152/_pkg_.a
2025-08-20T22:42:24.4699167Z [00:04:06.122]➜  packagefile github.com/jcmturner/rpc/v2/ndr=/tmp/go-build3998081543/b2153/_pkg_.a
2025-08-20T22:42:24.4699676Z [00:04:06.122]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:24.4699985Z [00:04:06.122]➜  EOF
2025-08-20T22:42:24.4706466Z [00:04:06.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2151/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac=>github.com/jcmturner/gokrb5/v8@v8.4.4/pac;$WORK/b2151=>" -p github.com/jcmturner/gokrb5/v8/pac -lang=go1.16 -complete -installsuffix shared -buildid 9cPLaStpbrxR5a5YH9WL/9cPLaStpbrxR5a5YH9WL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2151/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/client_claims.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/client_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/credentials_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/device_claims.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/device_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/kerb_validation_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/pac_type.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/s4u_delegation_info.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/signature_data.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/supplemental_cred.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/pac/upn_dns_info.go
2025-08-20T22:42:24.5687383Z [00:04:06.219]➜  go tool buildid -w $WORK/b2151/_pkg_.a # internal
2025-08-20T22:42:24.5696012Z [00:04:06.222]➜  cp $WORK/b2151/_pkg_.a /root/.cache/go-build/24/24b0b66c2777f180478e098b86b0c510489e257daa2a74c8b3bc0ea2a1584b86-d # internal
2025-08-20T22:42:24.5696648Z [00:04:06.222]➜  github.com/jcmturner/gokrb5/v8/messages
2025-08-20T22:42:24.5696971Z [00:04:06.222]➜  mkdir -p $WORK/b2148/
2025-08-20T22:42:24.5697363Z [00:04:06.222]➜  cat >/tmp/go-build3998081543/b2148/importcfg << 'EOF' # internal
2025-08-20T22:42:24.5698036Z [00:04:06.222]➜  # import config
2025-08-20T22:42:24.5698503Z [00:04:06.222]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:24.5699003Z [00:04:06.222]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:24.5699564Z [00:04:06.222]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3998081543/b2121/_pkg_.a
2025-08-20T22:42:24.5700240Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build3998081543/b2139/_pkg_.a
2025-08-20T22:42:24.5700905Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3998081543/b2119/_pkg_.a
2025-08-20T22:42:24.5701569Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build3998081543/b2123/_pkg_.a
2025-08-20T22:42:24.5702231Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3998081543/b2127/_pkg_.a
2025-08-20T22:42:24.5702875Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/iana=/tmp/go-build3998081543/b2140/_pkg_.a
2025-08-20T22:42:24.5703540Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/adtype=/tmp/go-build3998081543/b2149/_pkg_.a
2025-08-20T22:42:24.5704269Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/asnAppTag=/tmp/go-build3998081543/b2142/_pkg_.a
2025-08-20T22:42:24.5704975Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build3998081543/b2143/_pkg_.a
2025-08-20T22:42:24.5705874Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/flags=/tmp/go-build3998081543/b2144/_pkg_.a
2025-08-20T22:42:24.5706625Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build3998081543/b2145/_pkg_.a
2025-08-20T22:42:24.5707322Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/msgtype=/tmp/go-build3998081543/b2150/_pkg_.a
2025-08-20T22:42:24.5708016Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3998081543/b2125/_pkg_.a
2025-08-20T22:42:24.5708985Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3998081543/b2137/_pkg_.a
2025-08-20T22:42:24.5709646Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3998081543/b2126/_pkg_.a
2025-08-20T22:42:24.5710293Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build3998081543/b2147/_pkg_.a
2025-08-20T22:42:24.5710928Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/pac=/tmp/go-build3998081543/b2151/_pkg_.a
2025-08-20T22:42:24.5711668Z [00:04:06.222]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:24.5712251Z [00:04:06.222]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:24.5712661Z [00:04:06.222]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:24.5713087Z [00:04:06.222]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:24.5713515Z [00:04:06.222]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:24.5713830Z [00:04:06.222]➜  EOF
2025-08-20T22:42:24.5722960Z [00:04:06.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2148/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages=>github.com/jcmturner/gokrb5/v8@v8.4.4/messages;$WORK/b2148=>" -p github.com/jcmturner/gokrb5/v8/messages -lang=go1.16 -complete -installsuffix shared -buildid OgWtL53OjNbyb2O9zDrs/OgWtL53OjNbyb2O9zDrs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2148/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/APRep.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/APReq.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KDCRep.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KDCReq.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KRBCred.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KRBError.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KRBPriv.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/KRBSafe.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/messages/Ticket.go
2025-08-20T22:42:24.7247899Z [00:04:06.377]➜  go tool buildid -w $WORK/b2148/_pkg_.a # internal
2025-08-20T22:42:24.7266114Z [00:04:06.379]➜  cp $WORK/b2148/_pkg_.a /root/.cache/go-build/24/24089ce48131493293e047533d6e2864cd13a352c15d080e2a550a0ad434904e-d # internal
2025-08-20T22:42:24.7272061Z [00:04:06.379]➜  github.com/jcmturner/gokrb5/v8/kadmin
2025-08-20T22:42:24.7272607Z [00:04:06.379]➜  mkdir -p $WORK/b2146/
2025-08-20T22:42:24.7279203Z [00:04:06.380]➜  cat >/tmp/go-build3998081543/b2146/importcfg << 'EOF' # internal
2025-08-20T22:42:24.7288103Z [00:04:06.380]➜  # import config
2025-08-20T22:42:24.7288462Z [00:04:06.380]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:24.7288929Z [00:04:06.380]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:24.7289430Z [00:04:06.380]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:24.7289850Z [00:04:06.380]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:24.7290410Z [00:04:06.380]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3998081543/b2121/_pkg_.a
2025-08-20T22:42:24.7291071Z [00:04:06.380]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3998081543/b2127/_pkg_.a
2025-08-20T22:42:24.7291733Z [00:04:06.380]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build3998081543/b2147/_pkg_.a
2025-08-20T22:42:24.7292390Z [00:04:06.380]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build3998081543/b2148/_pkg_.a
2025-08-20T22:42:24.7293032Z [00:04:06.380]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:24.7293547Z [00:04:06.380]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:24.7294209Z [00:04:06.380]➜  EOF
2025-08-20T22:42:24.7297004Z [00:04:06.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2146/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin=>github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin;$WORK/b2146=>" -p github.com/jcmturner/gokrb5/v8/kadmin -lang=go1.16 -complete -installsuffix shared -buildid hMtEASpf7i6fxjPgR1y7/hMtEASpf7i6fxjPgR1y7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2146/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin/changepasswddata.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin/message.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/kadmin/passwd.go
2025-08-20T22:42:24.7776184Z [00:04:06.430]➜  go tool buildid -w $WORK/b2146/_pkg_.a # internal
2025-08-20T22:42:24.7790669Z [00:04:06.431]➜  cp $WORK/b2146/_pkg_.a /root/.cache/go-build/6f/6f4cb1c96f16b1e2284241158bbe85354bbfeb35fbe916382054df2b1d16063a-d # internal
2025-08-20T22:42:24.7814081Z [00:04:06.434]➜  github.com/jcmturner/gokrb5/v8/client
2025-08-20T22:42:24.7821204Z [00:04:06.434]➜  mkdir -p $WORK/b2118/
2025-08-20T22:42:24.7830847Z [00:04:06.435]➜  cat >/tmp/go-build3998081543/b2118/importcfg << 'EOF' # internal
2025-08-20T22:42:24.7833777Z [00:04:06.435]➜  # import config
2025-08-20T22:42:24.7837919Z [00:04:06.435]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:24.7846390Z [00:04:06.435]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:24.7849683Z [00:04:06.435]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:24.7850756Z [00:04:06.435]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:24.7851673Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3998081543/b2119/_pkg_.a
2025-08-20T22:42:24.7852713Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build3998081543/b2123/_pkg_.a
2025-08-20T22:42:24.7853872Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3998081543/b2127/_pkg_.a
2025-08-20T22:42:24.7857202Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3998081543/b2129/_pkg_.a
2025-08-20T22:42:24.7858217Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build3998081543/b2143/_pkg_.a
2025-08-20T22:42:24.7859224Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/flags=/tmp/go-build3998081543/b2144/_pkg_.a
2025-08-20T22:42:24.7860245Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build3998081543/b2145/_pkg_.a
2025-08-20T22:42:24.7861184Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3998081543/b2125/_pkg_.a
2025-08-20T22:42:24.7862277Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3998081543/b2137/_pkg_.a
2025-08-20T22:42:24.7863538Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/kadmin=/tmp/go-build3998081543/b2146/_pkg_.a
2025-08-20T22:42:24.7864310Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3998081543/b2126/_pkg_.a
2025-08-20T22:42:24.7864977Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build3998081543/b2147/_pkg_.a
2025-08-20T22:42:24.7865816Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build3998081543/b2148/_pkg_.a
2025-08-20T22:42:24.7866792Z [00:04:06.435]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:24.7867372Z [00:04:06.436]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:24.7867779Z [00:04:06.436]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:24.7868183Z [00:04:06.436]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:24.7868596Z [00:04:06.436]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:24.7869208Z [00:04:06.436]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:24.7869638Z [00:04:06.436]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:24.7870048Z [00:04:06.436]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:24.7870360Z [00:04:06.436]➜  EOF
2025-08-20T22:42:24.7874204Z [00:04:06.437]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2118/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client=>github.com/jcmturner/gokrb5/v8@v8.4.4/client;$WORK/b2118=>" -p github.com/jcmturner/gokrb5/v8/client -lang=go1.16 -complete -installsuffix shared -buildid cqi-L893OWS16LXAlP3Y/cqi-L893OWS16LXAlP3Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2118/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/ASExchange.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/TGSExchange.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/cache.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/client.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/network.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/passwd.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/session.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/client/settings.go
2025-08-20T22:42:25.0199190Z [00:04:06.672]➜  go tool buildid -w $WORK/b2118/_pkg_.a # internal
2025-08-20T22:42:25.0224904Z [00:04:06.675]➜  cp $WORK/b2118/_pkg_.a /root/.cache/go-build/53/53732827c2f83352a803bfd311703e45025f54ef95cbd35827c38f7b2f0117c0-d # internal
2025-08-20T22:42:25.0271377Z [00:04:06.679]➜  github.com/jcmturner/gokrb5/v8/gssapi
2025-08-20T22:42:25.0289171Z [00:04:06.681]➜  mkdir -p $WORK/b2154/
2025-08-20T22:42:25.0296413Z [00:04:06.682]➜  cat >/tmp/go-build3998081543/b2154/importcfg << 'EOF' # internal
2025-08-20T22:42:25.0297253Z [00:04:06.682]➜  # import config
2025-08-20T22:42:25.0297990Z [00:04:06.682]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:25.0298765Z [00:04:06.682]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:25.0299292Z [00:04:06.682]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:25.0299773Z [00:04:06.682]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:25.0300253Z [00:04:06.682]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:25.0300695Z [00:04:06.682]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:25.0301120Z [00:04:06.682]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:25.0301674Z [00:04:06.682]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3998081543/b2121/_pkg_.a
2025-08-20T22:42:25.0302337Z [00:04:06.682]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3998081543/b2127/_pkg_.a
2025-08-20T22:42:25.0303010Z [00:04:06.682]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build3998081543/b2145/_pkg_.a
2025-08-20T22:42:25.0303694Z [00:04:06.682]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:25.0304108Z [00:04:06.682]➜  EOF
2025-08-20T22:42:25.0313062Z [00:04:06.683]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2154/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/gssapi=>github.com/jcmturner/gokrb5/v8@v8.4.4/gssapi;$WORK/b2154=>" -p github.com/jcmturner/gokrb5/v8/gssapi -lang=go1.16 -complete -installsuffix shared -buildid iH_tngNy379wfybxSymF/iH_tngNy379wfybxSymF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2154/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/gssapi/MICToken.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/gssapi/contextFlags.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/gssapi/gssapi.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/gssapi/wrapToken.go
2025-08-20T22:42:25.0908322Z [00:04:06.743]➜  go tool buildid -w $WORK/b2154/_pkg_.a # internal
2025-08-20T22:42:25.0918215Z [00:04:06.744]➜  cp $WORK/b2154/_pkg_.a /root/.cache/go-build/2d/2d4fd2e64dfa83c9a5133c174205640753e9c34d90d7d380b9d5a7bc6ae2045c-d # internal
2025-08-20T22:42:25.0919732Z [00:04:06.744]➜  github.com/jcmturner/goidentity/v6
2025-08-20T22:42:25.0920442Z [00:04:06.744]➜  mkdir -p $WORK/b2156/
2025-08-20T22:42:25.0921213Z [00:04:06.744]➜  cat >/tmp/go-build3998081543/b2156/importcfg << 'EOF' # internal
2025-08-20T22:42:25.0922140Z [00:04:06.744]➜  # import config
2025-08-20T22:42:25.0922575Z [00:04:06.744]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:25.0923019Z [00:04:06.744]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:25.0923476Z [00:04:06.744]➜  packagefile encoding/gob=/tmp/go-build3998081543/b684/_pkg_.a
2025-08-20T22:42:25.0924006Z [00:04:06.744]➜  packagefile github.com/hashicorp/go-uuid=/tmp/go-build3998081543/b2124/_pkg_.a
2025-08-20T22:42:25.0924882Z [00:04:06.744]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:25.0925319Z [00:04:06.744]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:25.0925850Z [00:04:06.744]➜  EOF
2025-08-20T22:42:25.0928311Z [00:04:06.744]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2156/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/goidentity/v6@v6.0.1=>github.com/jcmturner/goidentity/v6@v6.0.1;$WORK/b2156=>" -p github.com/jcmturner/goidentity/v6 -lang=go1.13 -complete -installsuffix shared -buildid VYDuV3QKlRyuJ01ycNSO/VYDuV3QKlRyuJ01ycNSO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2156/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/goidentity/v6@v6.0.1/authenticator.go /root/go/pkg/mod/github.com/jcmturner/goidentity/v6@v6.0.1/identity.go /root/go/pkg/mod/github.com/jcmturner/goidentity/v6@v6.0.1/user.go
2025-08-20T22:42:25.1328487Z [00:04:06.785]➜  go tool buildid -w $WORK/b2156/_pkg_.a # internal
2025-08-20T22:42:25.1340388Z [00:04:06.786]➜  cp $WORK/b2156/_pkg_.a /root/.cache/go-build/22/22752fc068c97e61e8cb1babf1458cd6ed8be72d5bc7f171564bce3004cfb23e-d # internal
2025-08-20T22:42:25.1341147Z [00:04:06.786]➜  github.com/jcmturner/gokrb5/v8/service
2025-08-20T22:42:25.1341467Z [00:04:06.786]➜  mkdir -p $WORK/b2157/
2025-08-20T22:42:25.1341853Z [00:04:06.786]➜  cat >/tmp/go-build3998081543/b2157/importcfg << 'EOF' # internal
2025-08-20T22:42:25.1342206Z [00:04:06.786]➜  # import config
2025-08-20T22:42:25.1342578Z [00:04:06.786]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:25.1343037Z [00:04:06.786]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:25.1343567Z [00:04:06.786]➜  packagefile github.com/jcmturner/goidentity/v6=/tmp/go-build3998081543/b2156/_pkg_.a
2025-08-20T22:42:25.1344207Z [00:04:06.786]➜  packagefile github.com/jcmturner/gokrb5/v8/client=/tmp/go-build3998081543/b2118/_pkg_.a
2025-08-20T22:42:25.1344847Z [00:04:06.786]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3998081543/b2119/_pkg_.a
2025-08-20T22:42:25.1345728Z [00:04:06.786]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build3998081543/b2123/_pkg_.a
2025-08-20T22:42:25.1346494Z [00:04:06.786]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build3998081543/b2143/_pkg_.a
2025-08-20T22:42:25.1347164Z [00:04:06.786]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3998081543/b2126/_pkg_.a
2025-08-20T22:42:25.1347994Z [00:04:06.786]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build3998081543/b2148/_pkg_.a
2025-08-20T22:42:25.1348746Z [00:04:06.786]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:25.1349258Z [00:04:06.786]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:25.1349692Z [00:04:06.786]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:25.1350154Z [00:04:06.786]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:25.1351275Z [00:04:06.786]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:25.1351691Z [00:04:06.786]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:25.1352000Z [00:04:06.786]➜  EOF
2025-08-20T22:42:25.1354798Z [00:04:06.786]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2157/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/service=>github.com/jcmturner/gokrb5/v8@v8.4.4/service;$WORK/b2157=>" -p github.com/jcmturner/gokrb5/v8/service -lang=go1.16 -complete -installsuffix shared -buildid 88nfmPWglcBGQNybnzTd/88nfmPWglcBGQNybnzTd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2157/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/service/APExchange.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/service/authenticator.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/service/cache.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/service/settings.go
2025-08-20T22:42:25.1980582Z [00:04:06.849]➜  go tool buildid -w $WORK/b2157/_pkg_.a # internal
2025-08-20T22:42:25.1981397Z [00:04:06.850]➜  cp $WORK/b2157/_pkg_.a /root/.cache/go-build/69/695448c1202daf3510bc167c3ffef323351d299d6e15851f6cddf2d4d252daec-d # internal
2025-08-20T22:42:25.1990201Z [00:04:06.851]➜  net/http/cookiejar
2025-08-20T22:42:25.1996946Z [00:04:06.851]➜  mkdir -p $WORK/b2158/
2025-08-20T22:42:25.2002346Z [00:04:06.852]➜  cat >/tmp/go-build3998081543/b2158/importcfg << 'EOF' # internal
2025-08-20T22:42:25.2013329Z [00:04:06.852]➜  # import config
2025-08-20T22:42:25.2017771Z [00:04:06.852]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:42:25.2018699Z [00:04:06.852]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:25.2019822Z [00:04:06.852]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:25.2020603Z [00:04:06.852]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:25.2021801Z [00:04:06.852]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:25.2022319Z [00:04:06.852]➜  packagefile net/http/internal/ascii=/tmp/go-build3998081543/b205/_pkg_.a
2025-08-20T22:42:25.2022806Z [00:04:06.852]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:25.2023230Z [00:04:06.852]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:25.2023656Z [00:04:06.852]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:25.2024084Z [00:04:06.852]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:25.2024494Z [00:04:06.852]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:25.2024939Z [00:04:06.852]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:25.2025276Z [00:04:06.852]➜  EOF
2025-08-20T22:42:25.2027168Z [00:04:06.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2158/_pkg_.a -trimpath "/root/.go/src/net/http/cookiejar=>net/http/cookiejar;$WORK/b2158=>" -p net/http/cookiejar -lang=go1.25 -std -complete -installsuffix shared -buildid OJ_B5AxXpz5_EWdFQvi5/OJ_B5AxXpz5_EWdFQvi5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2158/importcfg -pack /root/.go/src/net/http/cookiejar/jar.go /root/.go/src/net/http/cookiejar/punycode.go
2025-08-20T22:42:25.3016325Z [00:04:06.954]➜  go tool buildid -w $WORK/b2158/_pkg_.a # internal
2025-08-20T22:42:25.3025708Z [00:04:06.955]➜  cp $WORK/b2158/_pkg_.a /root/.cache/go-build/49/49bbf0d4595f0e1fb20c0a4c4787f36f0e22b22aaa16a943c29b9b866ef2c6f2-d # internal
2025-08-20T22:42:25.3033601Z [00:04:06.956]➜  github.com/jcmturner/gokrb5/v8/spnego
2025-08-20T22:42:25.3034580Z [00:04:06.956]➜  mkdir -p $WORK/b2155/
2025-08-20T22:42:25.3037211Z [00:04:06.956]➜  cat >/tmp/go-build3998081543/b2155/importcfg << 'EOF' # internal
2025-08-20T22:42:25.3038408Z [00:04:06.956]➜  # import config
2025-08-20T22:42:25.3038852Z [00:04:06.956]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:25.3039714Z [00:04:06.956]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:25.3040207Z [00:04:06.956]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:25.3040702Z [00:04:06.956]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:25.3041182Z [00:04:06.956]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:25.3041630Z [00:04:06.956]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:25.3042084Z [00:04:06.956]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:25.3042713Z [00:04:06.956]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3998081543/b2121/_pkg_.a
2025-08-20T22:42:25.3043369Z [00:04:06.956]➜  packagefile github.com/jcmturner/goidentity/v6=/tmp/go-build3998081543/b2156/_pkg_.a
2025-08-20T22:42:25.3044019Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build3998081543/b2139/_pkg_.a
2025-08-20T22:42:25.3045003Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/client=/tmp/go-build3998081543/b2118/_pkg_.a
2025-08-20T22:42:25.3045909Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build3998081543/b2123/_pkg_.a
2025-08-20T22:42:25.3046575Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/gssapi=/tmp/go-build3998081543/b2154/_pkg_.a
2025-08-20T22:42:25.3047259Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build3998081543/b2136/_pkg_.a
2025-08-20T22:42:25.3047965Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/msgtype=/tmp/go-build3998081543/b2150/_pkg_.a
2025-08-20T22:42:25.3048658Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3998081543/b2125/_pkg_.a
2025-08-20T22:42:25.3049324Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3998081543/b2126/_pkg_.a
2025-08-20T22:42:25.3049975Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build3998081543/b2147/_pkg_.a
2025-08-20T22:42:25.3050637Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build3998081543/b2148/_pkg_.a
2025-08-20T22:42:25.3051285Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/service=/tmp/go-build3998081543/b2157/_pkg_.a
2025-08-20T22:42:25.3051920Z [00:04:06.956]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:42:25.3052430Z [00:04:06.956]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:25.3052837Z [00:04:06.956]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:25.3053285Z [00:04:06.956]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:25.3053763Z [00:04:06.956]➜  packagefile net/http/cookiejar=/tmp/go-build3998081543/b2158/_pkg_.a
2025-08-20T22:42:25.3054232Z [00:04:06.956]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:25.3054668Z [00:04:06.956]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:25.3054988Z [00:04:06.956]➜  EOF
2025-08-20T22:42:25.3058177Z [00:04:06.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2155/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/spnego=>github.com/jcmturner/gokrb5/v8@v8.4.4/spnego;$WORK/b2155=>" -p github.com/jcmturner/gokrb5/v8/spnego -lang=go1.16 -complete -installsuffix shared -buildid 5ry0Gn4zqQFDpw1m7U0v/5ry0Gn4zqQFDpw1m7U0v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2155/importcfg -pack /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/spnego/http.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/spnego/krb5Token.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/spnego/negotiationToken.go /root/go/pkg/mod/github.com/jcmturner/gokrb5/v8@v8.4.4/spnego/spnego.go
2025-08-20T22:42:25.4862523Z [00:04:07.139]➜  go tool buildid -w $WORK/b2155/_pkg_.a # internal
2025-08-20T22:42:25.4912407Z [00:04:07.144]➜  cp $WORK/b2155/_pkg_.a /root/.cache/go-build/07/07840ca0b3bdd14b3574ccff47db6cb827d0a781fa4d0b624b34d16ad03869ba-d # internal
2025-08-20T22:42:25.4918386Z [00:04:07.144]➜  github.com/microsoft/go-mssqldb/integratedauth/krb5
2025-08-20T22:42:25.4919307Z [00:04:07.144]➜  mkdir -p $WORK/b2117/
2025-08-20T22:42:25.4923780Z [00:04:07.145]➜  cat >/tmp/go-build3998081543/b2117/importcfg << 'EOF' # internal
2025-08-20T22:42:25.4924649Z [00:04:07.145]➜  # import config
2025-08-20T22:42:25.4925788Z [00:04:07.145]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:25.4926315Z [00:04:07.145]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:25.4926868Z [00:04:07.145]➜  packagefile github.com/jcmturner/gokrb5/v8/client=/tmp/go-build3998081543/b2118/_pkg_.a
2025-08-20T22:42:25.4927519Z [00:04:07.145]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3998081543/b2119/_pkg_.a
2025-08-20T22:42:25.4928188Z [00:04:07.145]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build3998081543/b2123/_pkg_.a
2025-08-20T22:42:25.4929296Z [00:04:07.145]➜  packagefile github.com/jcmturner/gokrb5/v8/gssapi=/tmp/go-build3998081543/b2154/_pkg_.a
2025-08-20T22:42:25.4930010Z [00:04:07.145]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3998081543/b2126/_pkg_.a
2025-08-20T22:42:25.4930652Z [00:04:07.145]➜  packagefile github.com/jcmturner/gokrb5/v8/spnego=/tmp/go-build3998081543/b2155/_pkg_.a
2025-08-20T22:42:25.4931338Z [00:04:07.145]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3998081543/b2104/_pkg_.a
2025-08-20T22:42:25.4932005Z [00:04:07.145]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3998081543/b2105/_pkg_.a
2025-08-20T22:42:25.4932516Z [00:04:07.145]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:25.4932918Z [00:04:07.145]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:25.4933339Z [00:04:07.145]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:25.4933786Z [00:04:07.145]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:25.4934105Z [00:04:07.145]➜  EOF
2025-08-20T22:42:25.4936427Z [00:04:07.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2117/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/integratedauth/krb5=>github.com/microsoft/go-mssqldb@v1.8.0/integratedauth/krb5;$WORK/b2117=>" -p github.com/microsoft/go-mssqldb/integratedauth/krb5 -lang=go1.18 -complete -installsuffix shared -buildid OpWJt_FSpxtPvS7JG29t/OpWJt_FSpxtPvS7JG29t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2117/importcfg -pack /root/go/pkg/mod/github.com/microsoft/go-mssqldb@v1.8.0/integratedauth/krb5/krb5.go
2025-08-20T22:42:25.5798262Z [00:04:07.232]➜  go tool buildid -w $WORK/b2117/_pkg_.a # internal
2025-08-20T22:42:25.5822064Z [00:04:07.234]➜  cp $WORK/b2117/_pkg_.a /root/.cache/go-build/e9/e9a00125d0efc57bc2a0b2ccd02c8a08918628e291dfb2ef7b3bb61274b227b2-d # internal
2025-08-20T22:42:25.5827979Z [00:04:07.235]➜  github.com/prometheus/client_golang/api
2025-08-20T22:42:25.5828369Z [00:04:07.235]➜  mkdir -p $WORK/b2159/
2025-08-20T22:42:25.5833238Z [00:04:07.236]➜  cat >/tmp/go-build3998081543/b2159/importcfg << 'EOF' # internal
2025-08-20T22:42:25.5833604Z [00:04:07.236]➜  # import config
2025-08-20T22:42:25.5833948Z [00:04:07.236]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:25.5834386Z [00:04:07.236]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:25.5835042Z [00:04:07.236]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:25.5835735Z [00:04:07.236]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:25.5836175Z [00:04:07.236]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:25.5836608Z [00:04:07.236]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:25.5837028Z [00:04:07.236]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:25.5837673Z [00:04:07.236]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:25.5838148Z [00:04:07.236]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:25.5838450Z [00:04:07.236]➜  EOF
2025-08-20T22:42:25.5841470Z [00:04:07.236]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2159/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/api=>github.com/prometheus/client_golang@v1.20.5/api;$WORK/b2159=>" -p github.com/prometheus/client_golang/api -lang=go1.20 -complete -installsuffix shared -buildid lvRcPI7bz7a93ucqkPoW/lvRcPI7bz7a93ucqkPoW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2159/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/api/client.go
2025-08-20T22:42:25.6435047Z [00:04:07.296]➜  go tool buildid -w $WORK/b2159/_pkg_.a # internal
2025-08-20T22:42:25.6444950Z [00:04:07.297]➜  cp $WORK/b2159/_pkg_.a /root/.cache/go-build/71/71648c66bf953e965cb308cb02302bb4e7fac235b9bfb0325c8554c5d181f9f6-d # internal
2025-08-20T22:42:25.6447027Z [00:04:07.297]➜  github.com/prometheus/client_model/go
2025-08-20T22:42:25.6448191Z [00:04:07.297]➜  mkdir -p $WORK/b2162/
2025-08-20T22:42:25.6452533Z [00:04:07.298]➜  cat >/tmp/go-build3998081543/b2162/importcfg << 'EOF' # internal
2025-08-20T22:42:25.6452904Z [00:04:07.298]➜  # import config
2025-08-20T22:42:25.6453409Z [00:04:07.298]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:42:25.6454137Z [00:04:07.298]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:42:25.6454862Z [00:04:07.298]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:42:25.6455628Z [00:04:07.298]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:25.6456112Z [00:04:07.298]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:25.6456441Z [00:04:07.298]➜  EOF
2025-08-20T22:42:25.6459288Z [00:04:07.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2162/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_model@v0.6.1/go=>github.com/prometheus/client_model@v0.6.1/go;$WORK/b2162=>" -p github.com/prometheus/client_model/go -lang=go1.19 -complete -installsuffix shared -buildid gWtB2CdgUaDIgoPpDCVR/gWtB2CdgUaDIgoPpDCVR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2162/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_model@v0.6.1/go/metrics.pb.go
2025-08-20T22:42:25.8187681Z [00:04:07.469]➜  go tool buildid -w $WORK/b2162/_pkg_.a # internal
2025-08-20T22:42:25.8189117Z [00:04:07.471]➜  cp $WORK/b2162/_pkg_.a /root/.cache/go-build/ea/ea1702a3e4aeeeadaff9e5f1c80045444b7bacd4708a71e5c27c8de0f070ac13-d # internal
2025-08-20T22:42:25.8335282Z [00:04:07.486]➜  github.com/prometheus/common/model
2025-08-20T22:42:25.8336394Z [00:04:07.486]➜  mkdir -p $WORK/b2161/
2025-08-20T22:42:25.8339396Z [00:04:07.486]➜  cat >/tmp/go-build3998081543/b2161/importcfg << 'EOF' # internal
2025-08-20T22:42:25.8340617Z [00:04:07.486]➜  # import config
2025-08-20T22:42:25.8341120Z [00:04:07.487]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:25.8341691Z [00:04:07.487]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:25.8343924Z [00:04:07.487]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:25.8344401Z [00:04:07.487]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:25.8345152Z [00:04:07.487]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3998081543/b2162/_pkg_.a
2025-08-20T22:42:25.8345989Z [00:04:07.487]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:42:25.8346503Z [00:04:07.487]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:25.8346923Z [00:04:07.487]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:25.8347550Z [00:04:07.487]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:25.8347970Z [00:04:07.487]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:25.8348392Z [00:04:07.487]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:25.8348825Z [00:04:07.487]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:25.8349245Z [00:04:07.487]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:25.8349707Z [00:04:07.487]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:25.8350044Z [00:04:07.487]➜  EOF
2025-08-20T22:42:25.8356180Z [00:04:07.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2161/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model=>github.com/prometheus/common@v0.55.0/model;$WORK/b2161=>" -p github.com/prometheus/common/model -lang=go1.20 -complete -installsuffix shared -buildid WqevDvDkn701OuASUDbM/WqevDvDkn701OuASUDbM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2161/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/alert.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/fingerprinting.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/fnv.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/labels.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/labelset.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/labelset_string.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/metadata.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/metric.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/model.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/signature.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/silence.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/time.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/value.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/value_float.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/value_histogram.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/model/value_type.go
2025-08-20T22:42:26.2318931Z [00:04:07.884]➜  go tool buildid -w $WORK/b2161/_pkg_.a # internal
2025-08-20T22:42:26.2405803Z [00:04:07.893]➜  cp $WORK/b2161/_pkg_.a /root/.cache/go-build/73/739a94c315f9b1baabb1a86e5f65f615f4d52b0bac7598463ec3e3165bd17025-d # internal
2025-08-20T22:42:26.2434233Z [00:04:07.895]➜  github.com/prometheus/client_golang/api/prometheus/v1
2025-08-20T22:42:26.2436342Z [00:04:07.895]➜  mkdir -p $WORK/b2160/
2025-08-20T22:42:26.2437964Z [00:04:07.896]➜  cat >/tmp/go-build3998081543/b2160/importcfg << 'EOF' # internal
2025-08-20T22:42:26.2438625Z [00:04:07.896]➜  # import config
2025-08-20T22:42:26.2439007Z [00:04:07.896]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:26.2439787Z [00:04:07.896]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:26.2440281Z [00:04:07.896]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:26.2440780Z [00:04:07.896]➜  packagefile github.com/json-iterator/go=/tmp/go-build3998081543/b257/_pkg_.a
2025-08-20T22:42:26.2441401Z [00:04:07.896]➜  packagefile github.com/prometheus/client_golang/api=/tmp/go-build3998081543/b2159/_pkg_.a
2025-08-20T22:42:26.2442048Z [00:04:07.896]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3998081543/b2161/_pkg_.a
2025-08-20T22:42:26.2442687Z [00:04:07.896]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:26.2443200Z [00:04:07.896]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:26.2443640Z [00:04:07.896]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:26.2444070Z [00:04:07.896]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:26.2444506Z [00:04:07.896]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:26.2444945Z [00:04:07.896]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:26.2445256Z [00:04:07.896]➜  EOF
2025-08-20T22:42:26.2447648Z [00:04:07.896]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2160/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/api/prometheus/v1=>github.com/prometheus/client_golang@v1.20.5/api/prometheus/v1;$WORK/b2160=>" -p github.com/prometheus/client_golang/api/prometheus/v1 -lang=go1.20 -complete -installsuffix shared -buildid b1w00vnBt9PGgsasPSgn/b1w00vnBt9PGgsasPSgn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2160/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/api/prometheus/v1/api.go
2025-08-20T22:42:26.6605139Z [00:04:08.313]➜  go tool buildid -w $WORK/b2160/_pkg_.a # internal
2025-08-20T22:42:26.6705851Z [00:04:08.323]➜  cp $WORK/b2160/_pkg_.a /root/.cache/go-build/3e/3ea799b5e621e24af36a5590c19efae6cbf6b7127a42af815724755f7b28785e-d # internal
2025-08-20T22:42:26.6710078Z [00:04:08.323]➜  github.com/jpillora/backoff
2025-08-20T22:42:26.6740609Z [00:04:08.326]➜  mkdir -p $WORK/b2165/
2025-08-20T22:42:26.6749068Z [00:04:08.327]➜  cat >/tmp/go-build3998081543/b2165/importcfg << 'EOF' # internal
2025-08-20T22:42:26.6749510Z [00:04:08.327]➜  # import config
2025-08-20T22:42:26.6749859Z [00:04:08.327]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:26.6750298Z [00:04:08.327]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:26.6750785Z [00:04:08.327]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:26.6751221Z [00:04:08.327]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:26.6751535Z [00:04:08.327]➜  EOF
2025-08-20T22:42:26.6755989Z [00:04:08.327]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2165/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jpillora/backoff@v1.0.0=>github.com/jpillora/backoff@v1.0.0;$WORK/b2165=>" -p github.com/jpillora/backoff -lang=go1.13 -complete -installsuffix shared -buildid vS_8F8sGLbDjqFvh-LPv/vS_8F8sGLbDjqFvh-LPv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2165/importcfg -pack /root/go/pkg/mod/github.com/jpillora/backoff@v1.0.0/backoff.go
2025-08-20T22:42:26.7141657Z [00:04:08.366]➜  go tool buildid -w $WORK/b2165/_pkg_.a # internal
2025-08-20T22:42:26.7143340Z [00:04:08.366]➜  cp $WORK/b2165/_pkg_.a /root/.cache/go-build/d7/d782e8c102352003bb49593bac7f9c83e99f70cbe9953e467d15e1440e7b80e0-d # internal
2025-08-20T22:42:26.7143933Z [00:04:08.366]➜  expvar
2025-08-20T22:42:26.7144178Z [00:04:08.366]➜  mkdir -p $WORK/b2167/
2025-08-20T22:42:26.7144565Z [00:04:08.366]➜  cat >/tmp/go-build3998081543/b2167/importcfg << 'EOF' # internal
2025-08-20T22:42:26.7144920Z [00:04:08.366]➜  # import config
2025-08-20T22:42:26.7145287Z [00:04:08.366]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:26.7146007Z [00:04:08.366]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:42:26.7146836Z [00:04:08.366]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:26.7147254Z [00:04:08.366]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:26.7147682Z [00:04:08.366]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:26.7148106Z [00:04:08.366]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:26.7148524Z [00:04:08.366]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:26.7149099Z [00:04:08.366]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:26.7149586Z [00:04:08.366]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:26.7150010Z [00:04:08.366]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:26.7150453Z [00:04:08.366]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:26.7150960Z [00:04:08.366]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:26.7151317Z [00:04:08.366]➜  EOF
2025-08-20T22:42:26.7152679Z [00:04:08.366]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2167/_pkg_.a -trimpath "/root/.go/src/expvar=>expvar;$WORK/b2167=>" -p expvar -lang=go1.25 -std -complete -installsuffix shared -buildid uLHZN11Kt-OodIlPF12a/uLHZN11Kt-OodIlPF12a -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2167/importcfg -pack /root/.go/src/expvar/expvar.go
2025-08-20T22:42:27.0031606Z [00:04:08.655]➜  go tool buildid -w $WORK/b2167/_pkg_.a # internal
2025-08-20T22:42:27.0106317Z [00:04:08.663]➜  cp $WORK/b2167/_pkg_.a /root/.cache/go-build/ee/eecca3df178e575daf39dd201eb2998f1c538b86b64c795c728b5e7d267fd041-d # internal
2025-08-20T22:42:27.0119202Z [00:04:08.664]➜  github.com/beorn7/perks/quantile
2025-08-20T22:42:27.0119869Z [00:04:08.664]➜  mkdir -p $WORK/b2168/
2025-08-20T22:42:27.0121891Z [00:04:08.665]➜  cat >/tmp/go-build3998081543/b2168/importcfg << 'EOF' # internal
2025-08-20T22:42:27.0122613Z [00:04:08.665]➜  # import config
2025-08-20T22:42:27.0123410Z [00:04:08.665]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:27.0123904Z [00:04:08.665]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:27.0124220Z [00:04:08.665]➜  EOF
2025-08-20T22:42:27.0131395Z [00:04:08.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2168/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile=>github.com/beorn7/perks@v1.0.1/quantile;$WORK/b2168=>" -p github.com/beorn7/perks/quantile -lang=go1.11 -complete -installsuffix shared -buildid 33J2bBrDZVjugqmpMaCK/33J2bBrDZVjugqmpMaCK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2168/importcfg -pack /root/go/pkg/mod/github.com/beorn7/perks@v1.0.1/quantile/stream.go
2025-08-20T22:42:27.0752390Z [00:04:08.727]➜  go tool buildid -w $WORK/b2168/_pkg_.a # internal
2025-08-20T22:42:27.0779973Z [00:04:08.728]➜  cp $WORK/b2168/_pkg_.a /root/.cache/go-build/61/610498d50d16738170ca64bbd70b20fc65a5dbc7874e60fb4ad2795fcc611bd9-d # internal
2025-08-20T22:42:27.0781481Z [00:04:08.730]➜  github.com/prometheus/client_golang/prometheus/internal
2025-08-20T22:42:27.0782323Z [00:04:08.730]➜  mkdir -p $WORK/b2169/
2025-08-20T22:42:27.0784430Z [00:04:08.731]➜  cat >/tmp/go-build3998081543/b2169/importcfg << 'EOF' # internal
2025-08-20T22:42:27.0784830Z [00:04:08.731]➜  # import config
2025-08-20T22:42:27.0785179Z [00:04:08.731]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:27.0785781Z [00:04:08.731]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:27.0786205Z [00:04:08.731]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:27.0786754Z [00:04:08.731]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3998081543/b2162/_pkg_.a
2025-08-20T22:42:27.0787389Z [00:04:08.731]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3998081543/b2161/_pkg_.a
2025-08-20T22:42:27.0787893Z [00:04:08.731]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:27.0788704Z [00:04:08.731]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:27.0789120Z [00:04:08.731]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:27.0789539Z [00:04:08.731]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:27.0789996Z [00:04:08.731]➜  packagefile runtime/metrics=/tmp/go-build3998081543/b2170/_pkg_.a
2025-08-20T22:42:27.0790444Z [00:04:08.731]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:27.0790985Z [00:04:08.731]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:27.0791346Z [00:04:08.731]➜  EOF
2025-08-20T22:42:27.0795082Z [00:04:08.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2169/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal=>github.com/prometheus/client_golang@v1.20.5/prometheus/internal;$WORK/b2169=>" -p github.com/prometheus/client_golang/prometheus/internal -lang=go1.20 -complete -installsuffix shared -buildid vcHBdJncelC98d9gKP4F/vcHBdJncelC98d9gKP4F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2169/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/almost_equal.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/difflib.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/go_collector_options.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/go_runtime_metrics.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/internal/metric.go
2025-08-20T22:42:27.1861977Z [00:04:08.838]➜  go tool buildid -w $WORK/b2169/_pkg_.a # internal
2025-08-20T22:42:27.1885065Z [00:04:08.841]➜  cp $WORK/b2169/_pkg_.a /root/.cache/go-build/6b/6be9bedce52d1326358c83a27f26cf475907d023f163e82f5ac1b10d09e4330b-d # internal
2025-08-20T22:42:27.1892904Z [00:04:08.842]➜  github.com/munnerz/goautoneg
2025-08-20T22:42:27.1912191Z [00:04:08.844]➜  mkdir -p $WORK/b2172/
2025-08-20T22:42:27.1913195Z [00:04:08.844]➜  cat >/tmp/go-build3998081543/b2172/importcfg << 'EOF' # internal
2025-08-20T22:42:27.1914729Z [00:04:08.844]➜  # import config
2025-08-20T22:42:27.1915090Z [00:04:08.844]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:27.1920717Z [00:04:08.844]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:27.1921177Z [00:04:08.844]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:27.1921522Z [00:04:08.844]➜  EOF
2025-08-20T22:42:27.1931569Z [00:04:08.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2172/_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/b2172=>" -p github.com/munnerz/goautoneg -lang=go1.16 -complete -installsuffix shared -buildid Wd8hT5OKTvEBSA7ibi-E/Wd8hT5OKTvEBSA7ibi-E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2172/importcfg -pack /root/go/pkg/mod/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822/autoneg.go
2025-08-20T22:42:27.2281284Z [00:04:08.880]➜  go tool buildid -w $WORK/b2172/_pkg_.a # internal
2025-08-20T22:42:27.2295600Z [00:04:08.882]➜  cp $WORK/b2172/_pkg_.a /root/.cache/go-build/86/8636a61652abe6801377ab4cabf9071ab2fb47d07c6e612f887ff17d4cc7cce9-d # internal
2025-08-20T22:42:27.2303939Z [00:04:08.883]➜  google.golang.org/protobuf/encoding/protodelim
2025-08-20T22:42:27.2304638Z [00:04:08.883]➜  mkdir -p $WORK/b2173/
2025-08-20T22:42:27.2319426Z [00:04:08.884]➜  cat >/tmp/go-build3998081543/b2173/importcfg << 'EOF' # internal
2025-08-20T22:42:27.2320131Z [00:04:08.884]➜  # import config
2025-08-20T22:42:27.2321489Z [00:04:08.884]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:27.2322111Z [00:04:08.884]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:27.2322883Z [00:04:08.884]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:27.2323483Z [00:04:08.884]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:42:27.2324179Z [00:04:08.884]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:42:27.2324818Z [00:04:08.884]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:42:27.2325314Z [00:04:08.884]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:27.2326208Z [00:04:08.884]➜  EOF
2025-08-20T22:42:27.2339455Z [00:04:08.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2173/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protodelim=>google.golang.org/protobuf@v1.36.6/encoding/protodelim;$WORK/b2173=>" -p google.golang.org/protobuf/encoding/protodelim -lang=go1.22 -complete -installsuffix shared -buildid 3i1pIfyqW4VPme46QmO_/3i1pIfyqW4VPme46QmO_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2173/importcfg -pack /root/go/pkg/mod/google.golang.org/protobuf@v1.36.6/encoding/protodelim/protodelim.go
2025-08-20T22:42:27.3014815Z [00:04:08.954]➜  go tool buildid -w $WORK/b2173/_pkg_.a # internal
2025-08-20T22:42:27.3045318Z [00:04:08.957]➜  cp $WORK/b2173/_pkg_.a /root/.cache/go-build/c8/c869155729eb9c238ed317fdfe0fd6435dc3d9f50be54b3b3169f45f33bd1a0a-d # internal
2025-08-20T22:42:27.3079576Z [00:04:08.960]➜  github.com/prometheus/common/expfmt
2025-08-20T22:42:27.3080999Z [00:04:08.961]➜  mkdir -p $WORK/b2171/
2025-08-20T22:42:27.3183994Z [00:04:08.971]➜  cat >/tmp/go-build3998081543/b2171/importcfg << 'EOF' # internal
2025-08-20T22:42:27.3184739Z [00:04:08.971]➜  # import config
2025-08-20T22:42:27.3185727Z [00:04:08.971]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:27.3186385Z [00:04:08.971]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:27.3187025Z [00:04:08.971]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:27.3188122Z [00:04:08.971]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:27.3188837Z [00:04:08.971]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3998081543/b2172/_pkg_.a
2025-08-20T22:42:27.3190352Z [00:04:08.971]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3998081543/b2162/_pkg_.a
2025-08-20T22:42:27.3191007Z [00:04:08.971]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3998081543/b2161/_pkg_.a
2025-08-20T22:42:27.3191700Z [00:04:08.971]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build3998081543/b2173/_pkg_.a
2025-08-20T22:42:27.3192419Z [00:04:08.971]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3998081543/b488/_pkg_.a
2025-08-20T22:42:27.3193069Z [00:04:08.971]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:42:27.3193746Z [00:04:08.971]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:42:27.3194368Z [00:04:08.971]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:27.3194780Z [00:04:08.971]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:27.3195195Z [00:04:08.971]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:42:27.3195892Z [00:04:08.971]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:27.3196330Z [00:04:08.971]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:27.3196766Z [00:04:08.971]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:27.3197184Z [00:04:08.971]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:27.3197498Z [00:04:08.971]➜  EOF
2025-08-20T22:42:27.3201055Z [00:04:08.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2171/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt=>github.com/prometheus/common@v0.55.0/expfmt;$WORK/b2171=>" -p github.com/prometheus/common/expfmt -lang=go1.20 -complete -installsuffix shared -buildid etyM65vPFtEAuQuTw0I5/etyM65vPFtEAuQuTw0I5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2171/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/decode.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/encode.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/expfmt.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/openmetrics_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/text_create.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/expfmt/text_parse.go
2025-08-20T22:42:27.6394624Z [00:04:09.292]➜  go tool buildid -w $WORK/b2171/_pkg_.a # internal
2025-08-20T22:42:27.6420691Z [00:04:09.294]➜  cp $WORK/b2171/_pkg_.a /root/.cache/go-build/18/18246a81f25a94160ba26d55496dbc0028b32876f7352a96dbcad2c05578f380-d # internal
2025-08-20T22:42:27.6425426Z [00:04:09.295]➜  github.com/prometheus/procfs/internal/fs
2025-08-20T22:42:27.6426566Z [00:04:09.295]➜  mkdir -p $WORK/b2175/
2025-08-20T22:42:27.6431416Z [00:04:09.295]➜  cat >/tmp/go-build3998081543/b2175/importcfg << 'EOF' # internal
2025-08-20T22:42:27.6433123Z [00:04:09.295]➜  # import config
2025-08-20T22:42:27.6434365Z [00:04:09.295]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:27.6434974Z [00:04:09.295]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:27.6436531Z [00:04:09.295]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:27.6437591Z [00:04:09.295]➜  EOF
2025-08-20T22:42:27.6441247Z [00:04:09.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2175/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/fs=>github.com/prometheus/procfs@v0.15.1/internal/fs;$WORK/b2175=>" -p github.com/prometheus/procfs/internal/fs -lang=go1.20 -complete -installsuffix shared -buildid g7_cYIPkkzx-Xz7ypO5W/g7_cYIPkkzx-Xz7ypO5W -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2175/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/fs/fs.go
2025-08-20T22:42:27.6672937Z [00:04:09.319]➜  go tool buildid -w $WORK/b2175/_pkg_.a # internal
2025-08-20T22:42:27.6673937Z [00:04:09.320]➜  cp $WORK/b2175/_pkg_.a /root/.cache/go-build/71/71c8aa6758f97e065485e2c43724c06c3f10ca2d2e43176ad7a912a03b6f45bf-d # internal
2025-08-20T22:42:27.6674561Z [00:04:09.320]➜  github.com/prometheus/procfs/internal/util
2025-08-20T22:42:27.6674918Z [00:04:09.320]➜  mkdir -p $WORK/b2176/
2025-08-20T22:42:27.6680449Z [00:04:09.320]➜  cat >/tmp/go-build3998081543/b2176/importcfg << 'EOF' # internal
2025-08-20T22:42:27.6681508Z [00:04:09.320]➜  # import config
2025-08-20T22:42:27.6682196Z [00:04:09.320]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:27.6683065Z [00:04:09.320]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:27.6683487Z [00:04:09.320]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:27.6683947Z [00:04:09.320]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:27.6684379Z [00:04:09.320]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:27.6684808Z [00:04:09.320]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:27.6685126Z [00:04:09.320]➜  EOF
2025-08-20T22:42:27.6688382Z [00:04:09.321]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2176/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util=>github.com/prometheus/procfs@v0.15.1/internal/util;$WORK/b2176=>" -p github.com/prometheus/procfs/internal/util -lang=go1.20 -complete -installsuffix shared -buildid hGh7nAHa502AwTaH77Om/hGh7nAHa502AwTaH77Om -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2176/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/parse.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/readfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/sysreadfile.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/internal/util/valueparser.go
2025-08-20T22:42:27.7243628Z [00:04:09.376]➜  go tool buildid -w $WORK/b2176/_pkg_.a # internal
2025-08-20T22:42:27.7249670Z [00:04:09.377]➜  cp $WORK/b2176/_pkg_.a /root/.cache/go-build/79/79157ab500aaf0de90ecc124901fd716618cd96413b57412642de156e8bf316a-d # internal
2025-08-20T22:42:27.7257576Z [00:04:09.378]➜  github.com/prometheus/procfs
2025-08-20T22:42:27.7310593Z [00:04:09.383]➜  mkdir -p $WORK/b2174/
2025-08-20T22:42:27.7315602Z [00:04:09.384]➜  cat >/tmp/go-build3998081543/b2174/importcfg << 'EOF' # internal
2025-08-20T22:42:27.7317403Z [00:04:09.384]➜  # import config
2025-08-20T22:42:27.7318116Z [00:04:09.384]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:27.7318864Z [00:04:09.384]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:27.7319688Z [00:04:09.384]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:27.7320783Z [00:04:09.384]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:27.7321612Z [00:04:09.384]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:27.7322524Z [00:04:09.384]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build3998081543/b2175/_pkg_.a
2025-08-20T22:42:27.7323771Z [00:04:09.384]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build3998081543/b2176/_pkg_.a
2025-08-20T22:42:27.7324866Z [00:04:09.384]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:42:27.7325753Z [00:04:09.384]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:27.7326490Z [00:04:09.384]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:27.7327228Z [00:04:09.384]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:27.7328734Z [00:04:09.384]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:27.7329577Z [00:04:09.384]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:27.7330106Z [00:04:09.384]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:27.7330529Z [00:04:09.384]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:27.7330954Z [00:04:09.384]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:27.7331384Z [00:04:09.384]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:27.7331825Z [00:04:09.384]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:27.7332248Z [00:04:09.384]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:27.7332555Z [00:04:09.384]➜  EOF
2025-08-20T22:42:27.7350087Z [00:04:09.384]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2174/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1=>github.com/prometheus/procfs@v0.15.1;$WORK/b2174=>" -p github.com/prometheus/procfs -lang=go1.20 -complete -installsuffix shared -buildid 1RLzb_P-8osqZrC9X3t9/1RLzb_P-8osqZrC9X3t9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2174/importcfg -pack /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/arp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/buddyinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cmdline.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cpuinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/cpuinfo_armx.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/crypto.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/doc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fs_statfs_type.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/fscache.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/ipvs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/kernel_random.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/loadavg.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mdstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/meminfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mountinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/mountstats.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_conntrackstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_dev.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_ip_socket.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_protocols.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_route.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_sockstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_softnet.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_tcp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_tls_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_udp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_unix.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_wireless.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/net_xfrm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_cgroup.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_cgroups.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_environ.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_fdinfo.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_interrupts.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_io.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_limits.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_maps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_netstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_ns.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_psi.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_smaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_snmp.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_snmp6.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_status.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/proc_sys.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/schedstat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/slab.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/softirqs.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/stat.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/swaps.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/thread.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/vm.go /root/go/pkg/mod/github.com/prometheus/procfs@v0.15.1/zoneinfo.go
2025-08-20T22:42:28.5971437Z [00:04:10.249]➜  go tool buildid -w $WORK/b2174/_pkg_.a # internal
2025-08-20T22:42:28.6162563Z [00:04:10.269]➜  cp $WORK/b2174/_pkg_.a /root/.cache/go-build/fe/fe0b27291ec4768d17906f50a9cf28ae735dfd2fd0496457dafcbde35fbf2e9f-d # internal
2025-08-20T22:42:28.6381653Z [00:04:10.290]➜  github.com/prometheus/client_golang/prometheus
2025-08-20T22:42:28.6384462Z [00:04:10.291]➜  mkdir -p $WORK/b2166/
2025-08-20T22:42:28.6407395Z [00:04:10.293]➜  cat >/tmp/go-build3998081543/b2166/importcfg << 'EOF' # internal
2025-08-20T22:42:28.6408135Z [00:04:10.293]➜  # import config
2025-08-20T22:42:28.6409175Z [00:04:10.293]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:28.6410550Z [00:04:10.293]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:28.6411333Z [00:04:10.293]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:28.6412305Z [00:04:10.293]➜  packagefile expvar=/tmp/go-build3998081543/b2167/_pkg_.a
2025-08-20T22:42:28.6412787Z [00:04:10.293]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:28.6413724Z [00:04:10.293]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build3998081543/b2168/_pkg_.a
2025-08-20T22:42:28.6414328Z [00:04:10.293]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3998081543/b422/_pkg_.a
2025-08-20T22:42:28.6415071Z [00:04:10.293]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build3998081543/b2169/_pkg_.a
2025-08-20T22:42:28.6416122Z [00:04:10.293]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3998081543/b2162/_pkg_.a
2025-08-20T22:42:28.6416948Z [00:04:10.293]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build3998081543/b2171/_pkg_.a
2025-08-20T22:42:28.6417641Z [00:04:10.293]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3998081543/b2161/_pkg_.a
2025-08-20T22:42:28.6418248Z [00:04:10.293]➜  packagefile github.com/prometheus/procfs=/tmp/go-build3998081543/b2174/_pkg_.a
2025-08-20T22:42:28.6418841Z [00:04:10.293]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:42:28.6419546Z [00:04:10.293]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:42:28.6420116Z [00:04:10.293]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:28.6420523Z [00:04:10.293]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:28.6420961Z [00:04:10.293]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:28.6421412Z [00:04:10.293]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:28.6421867Z [00:04:10.293]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:42:28.6422345Z [00:04:10.293]➜  packagefile runtime/metrics=/tmp/go-build3998081543/b2170/_pkg_.a
2025-08-20T22:42:28.6422795Z [00:04:10.293]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:28.6423217Z [00:04:10.293]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:28.6423892Z [00:04:10.293]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:28.6424432Z [00:04:10.293]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:28.6424928Z [00:04:10.293]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:28.6425529Z [00:04:10.293]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:28.6426044Z [00:04:10.293]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:28.6426384Z [00:04:10.293]➜  EOF
2025-08-20T22:42:28.6436544Z [00:04:10.293]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2166/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus=>github.com/prometheus/client_golang@v1.20.5/prometheus;$WORK/b2166=>" -p github.com/prometheus/client_golang/prometheus -lang=go1.20 -complete -installsuffix shared -buildid h9x8jxD_19GtA3cmvuUP/h9x8jxD_19GtA3cmvuUP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2166/importcfg -pack /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/build_info_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/counter.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/desc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/doc.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/expvar_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/fnv.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/gauge.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/get_pid.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/go_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/go_collector_latest.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/histogram.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/labels.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/metric.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/num_threads.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/observer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/process_collector.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/process_collector_other.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/registry.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/summary.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/timer.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/untyped.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/value.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/vec.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/vnext.go /root/go/pkg/mod/github.com/prometheus/client_golang@v1.20.5/prometheus/wrap.go
2025-08-20T22:42:28.7866792Z [00:04:10.439]➜  go tool buildid -w $WORK/b1354/_pkg_.a # internal
2025-08-20T22:42:29.1856873Z [00:04:10.838]➜  cp $WORK/b1354/_pkg_.a /root/.cache/go-build/41/413ad53b6ea4482bdb875aa97233db808c15e23caaef5581bd3c638c05e9eb9c-d # internal
2025-08-20T22:42:29.1901549Z [00:04:10.842]➜  golang.org/x/net/http/httpproxy
2025-08-20T22:42:29.1902397Z [00:04:10.843]➜  mkdir -p $WORK/b2177/
2025-08-20T22:42:29.1927857Z [00:04:10.845]➜  cat >/tmp/go-build3998081543/b2177/importcfg << 'EOF' # internal
2025-08-20T22:42:29.1929754Z [00:04:10.845]➜  # import config
2025-08-20T22:42:29.1930610Z [00:04:10.845]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:29.1931360Z [00:04:10.845]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:29.1932172Z [00:04:10.845]➜  packagefile golang.org/x/net/idna=/tmp/go-build3998081543/b522/_pkg_.a
2025-08-20T22:42:29.1933398Z [00:04:10.845]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:29.1934211Z [00:04:10.845]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:42:29.1934824Z [00:04:10.845]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:29.1936361Z [00:04:10.845]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:29.1936789Z [00:04:10.845]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:29.1937266Z [00:04:10.845]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:29.1937602Z [00:04:10.845]➜  EOF
2025-08-20T22:42:29.1939420Z [00:04:10.845]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2177/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpproxy=>golang.org/x/net@v0.41.0/http/httpproxy;$WORK/b2177=>" -p golang.org/x/net/http/httpproxy -lang=go1.23 -complete -installsuffix shared -buildid xZpOWKRCH_jToH9u9htO/xZpOWKRCH_jToH9u9htO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2177/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/http/httpproxy/proxy.go
2025-08-20T22:42:29.2758831Z [00:04:10.928]➜  go tool buildid -w $WORK/b2177/_pkg_.a # internal
2025-08-20T22:42:29.2766358Z [00:04:10.929]➜  cp $WORK/b2177/_pkg_.a /root/.cache/go-build/0c/0c8c1d2011cc5b6cb847c944cf8e9e64f9227e68f4fce0dd321d5773b81d5cdb-d # internal
2025-08-20T22:42:29.2831784Z [00:04:10.936]➜  github.com/psanford/sqlite3vfs
2025-08-20T22:42:29.2833736Z [00:04:10.936]➜  mkdir -p $WORK/b2178/
2025-08-20T22:42:29.2836364Z [00:04:10.936]➜  echo -n > $WORK/b2178/preferlinkext # internal
2025-08-20T22:42:29.2849095Z [00:04:10.937]➜  cd /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2
2025-08-20T22:42:29.2851819Z [00:04:10.937]➜  TERM='dumb' CGO_LDFLAGS='' /root/.go/pkg/tool/linux_arm64/cgo -objdir $WORK/b2178/ -importpath github.com/psanford/sqlite3vfs "-ldflags=\"-O2\" \"-g\" \"-Wl,--unresolved-symbols=ignore-in-object-files\"" -- -I $WORK/b2178/ -O2 -flto=auto -fPIE -fpie -static -w -pipe ./sqlite3vfs_normal.go ./sqlite3vfscgo.go
2025-08-20T22:42:29.3852076Z [00:04:11.037]➜  go tool buildid -w $WORK/b2166/_pkg_.a # internal
2025-08-20T22:42:29.4028575Z [00:04:11.055]➜  cp $WORK/b2166/_pkg_.a /root/.cache/go-build/d7/d77ad049d4be9df3502e5db747c57ebd916cb4d8a9a8215b95c00034579fd0cd-d # internal
2025-08-20T22:42:29.4030352Z [00:04:11.055]➜  github.com/mwitkow/go-conntrack
2025-08-20T22:42:29.4031251Z [00:04:11.055]➜  mkdir -p $WORK/b2164/
2025-08-20T22:42:29.4032990Z [00:04:11.056]➜  cat >/tmp/go-build3998081543/b2164/importcfg << 'EOF' # internal
2025-08-20T22:42:29.4033356Z [00:04:11.056]➜  # import config
2025-08-20T22:42:29.4033712Z [00:04:11.056]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:29.4034141Z [00:04:11.056]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:29.4034665Z [00:04:11.056]➜  packagefile github.com/jpillora/backoff=/tmp/go-build3998081543/b2165/_pkg_.a
2025-08-20T22:42:29.4035474Z [00:04:11.056]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3998081543/b2166/_pkg_.a
2025-08-20T22:42:29.4036149Z [00:04:11.056]➜  packagefile golang.org/x/net/trace=/tmp/go-build3998081543/b435/_pkg_.a
2025-08-20T22:42:29.4036617Z [00:04:11.056]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:29.4037022Z [00:04:11.056]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:29.4037431Z [00:04:11.056]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:29.4037862Z [00:04:11.056]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:29.4038276Z [00:04:11.056]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:29.4038585Z [00:04:11.056]➜  EOF
2025-08-20T22:42:29.4040267Z [00:04:11.056]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:29.4044199Z [00:04:11.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2164/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f=>github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f;$WORK/b2164=>" -p github.com/mwitkow/go-conntrack -lang=go1.16 -complete -installsuffix shared -buildid HAotG7kz8gepaDev4YWy/HAotG7kz8gepaDev4YWy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2164/importcfg -pack /root/go/pkg/mod/github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f/dialer_reporter.go /root/go/pkg/mod/github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f/dialer_wrapper.go /root/go/pkg/mod/github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f/listener_reporter.go /root/go/pkg/mod/github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f/listener_wrapper.go
2025-08-20T22:42:29.5046605Z [00:04:11.157]➜  go tool buildid -w $WORK/b2164/_pkg_.a # internal
2025-08-20T22:42:29.5152400Z [00:04:11.168]➜  cp $WORK/b2164/_pkg_.a /root/.cache/go-build/da/dae9d2def3863d3ea78ac605cad0c6858b7c5d42d2c9669771b5550b78b4b29d-d # internal
2025-08-20T22:42:29.5174003Z [00:04:11.170]➜  github.com/prometheus/common/config
2025-08-20T22:42:29.5179939Z [00:04:11.170]➜  mkdir -p $WORK/b2163/
2025-08-20T22:42:29.5180362Z [00:04:11.170]➜  cat >/tmp/go-build3998081543/b2163/importcfg << 'EOF' # internal
2025-08-20T22:42:29.5180729Z [00:04:11.170]➜  # import config
2025-08-20T22:42:29.5181071Z [00:04:11.170]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:29.5181517Z [00:04:11.170]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:29.5181972Z [00:04:11.170]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:29.5182435Z [00:04:11.170]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:29.5182893Z [00:04:11.170]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:29.5183635Z [00:04:11.170]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:29.5184102Z [00:04:11.170]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:29.5184519Z [00:04:11.170]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:29.5185035Z [00:04:11.170]➜  packagefile github.com/mwitkow/go-conntrack=/tmp/go-build3998081543/b2164/_pkg_.a
2025-08-20T22:42:29.5185809Z [00:04:11.170]➜  packagefile golang.org/x/net/http/httpproxy=/tmp/go-build3998081543/b2177/_pkg_.a
2025-08-20T22:42:29.5186515Z [00:04:11.170]➜  packagefile golang.org/x/net/http2=/tmp/go-build3998081543/b520/_pkg_.a
2025-08-20T22:42:29.5187098Z [00:04:11.170]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:42:29.5187698Z [00:04:11.170]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build3998081543/b1311/_pkg_.a
2025-08-20T22:42:29.5188264Z [00:04:11.170]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3998081543/b288/_pkg_.a
2025-08-20T22:42:29.5188723Z [00:04:11.170]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:29.5189160Z [00:04:11.170]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:29.5189595Z [00:04:11.170]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:29.5190008Z [00:04:11.170]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:29.5190449Z [00:04:11.170]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:29.5190900Z [00:04:11.170]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:29.5191325Z [00:04:11.170]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:29.5191737Z [00:04:11.170]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:29.5192046Z [00:04:11.170]➜  EOF
2025-08-20T22:42:29.5196695Z [00:04:11.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2163/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/prometheus/common@v0.55.0/config=>github.com/prometheus/common@v0.55.0/config;$WORK/b2163=>" -p github.com/prometheus/common/config -lang=go1.20 -complete -installsuffix shared -buildid 5dEUuqdaIjIo_gjk626O/5dEUuqdaIjIo_gjk626O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2163/importcfg -pack /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/config/config.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/config/headers.go /root/go/pkg/mod/github.com/prometheus/common@v0.55.0/config/http_config.go
2025-08-20T22:42:29.5248452Z [00:04:11.177]➜  cd $WORK/b2178
2025-08-20T22:42:29.5255145Z [00:04:11.178]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2178=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2178/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2=/_/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -frandom-seed=du_mUVws0_SWi3oj0Clk -o $WORK/b2178/_x001.o -c _cgo_export.c
2025-08-20T22:42:29.5640368Z [00:04:11.216]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2178=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2178/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2=/_/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -frandom-seed=du_mUVws0_SWi3oj0Clk -o $WORK/b2178/_x002.o -c sqlite3vfs_normal.cgo2.c
2025-08-20T22:42:29.5951140Z [00:04:11.247]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2178=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2178/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2=/_/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -frandom-seed=du_mUVws0_SWi3oj0Clk -o $WORK/b2178/_x003.o -c sqlite3vfscgo.cgo2.c
2025-08-20T22:42:29.6512595Z [00:04:11.303]➜  cd /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2
2025-08-20T22:42:29.6518446Z [00:04:11.304]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2178=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2178/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2=/_/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -frandom-seed=du_mUVws0_SWi3oj0Clk -o $WORK/b2178/_x004.o -c sqlite3vfs.c
2025-08-20T22:42:29.7121175Z [00:04:11.364]➜  cd $WORK/b2178
2025-08-20T22:42:29.7149263Z [00:04:11.364]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2178=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2178/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -ffile-prefix-map=/root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2=/_/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -frandom-seed=du_mUVws0_SWi3oj0Clk -o $WORK/b2178/_cgo_main.o -c _cgo_main.c
2025-08-20T22:42:29.7207204Z [00:04:11.373]➜  go tool buildid -w $WORK/b2163/_pkg_.a # internal
2025-08-20T22:42:29.7277541Z [00:04:11.380]➜  cp $WORK/b2163/_pkg_.a /root/.cache/go-build/74/740d837717603f66d7acdb21a831ba9196c7b5d878b7c0bb7a61838949ef7252-d # internal
2025-08-20T22:42:29.7284254Z [00:04:11.381]➜  github.com/sijms/go-ora/v2/network/security/md4
2025-08-20T22:42:29.7287908Z [00:04:11.381]➜  mkdir -p $WORK/b2183/
2025-08-20T22:42:29.7290065Z [00:04:11.381]➜  cat >/tmp/go-build3998081543/b2183/importcfg << 'EOF' # internal
2025-08-20T22:42:29.7291391Z [00:04:11.381]➜  # import config
2025-08-20T22:42:29.7292378Z [00:04:11.381]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:29.7293349Z [00:04:11.381]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:29.7294058Z [00:04:11.381]➜  EOF
2025-08-20T22:42:29.7294525Z [00:04:11.382]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:29.7297498Z [00:04:11.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2183/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/security/md4=>github.com/sijms/go-ora/v2@v2.8.24/network/security/md4;$WORK/b2183=>" -p github.com/sijms/go-ora/v2/network/security/md4 -lang=go1.18 -complete -installsuffix shared -buildid SBnheZPVkbKJi91VOqRM/SBnheZPVkbKJi91VOqRM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2183/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/security/md4/md4.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/security/md4/md4block.go
2025-08-20T22:42:29.7551990Z [00:04:11.407]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2178=/tmp/go-build -gno-record-gcc-switches -o $WORK/b2178/_cgo_.o $WORK/b2178/_cgo_main.o $WORK/b2178/preferlinkext $WORK/b2178/_x001.o $WORK/b2178/_x002.o $WORK/b2178/_x003.o $WORK/b2178/_x004.o -O2 -g -Wl,--unresolved-symbols=ignore-in-object-files
2025-08-20T22:42:29.7612723Z [00:04:11.413]➜  go tool buildid -w $WORK/b2183/_pkg_.a # internal
2025-08-20T22:42:29.7622978Z [00:04:11.415]➜  cp $WORK/b2183/_pkg_.a /root/.cache/go-build/f4/f42ca7dae818328bf0d9b5a84301ebe142613ceee8ee8bbea272fce16d10a834-d # internal
2025-08-20T22:42:29.7654697Z [00:04:11.418]➜  github.com/sijms/go-ora/v2/advanced_nego/ntlmssp
2025-08-20T22:42:29.7656872Z [00:04:11.418]➜  mkdir -p $WORK/b2182/
2025-08-20T22:42:29.7660154Z [00:04:11.418]➜  cat >/tmp/go-build3998081543/b2182/importcfg << 'EOF' # internal
2025-08-20T22:42:29.7661200Z [00:04:11.418]➜  # import config
2025-08-20T22:42:29.7661887Z [00:04:11.418]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:29.7663482Z [00:04:11.418]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:29.7664550Z [00:04:11.418]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:42:29.7665212Z [00:04:11.418]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:29.7666165Z [00:04:11.418]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:29.7666945Z [00:04:11.418]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:29.7667574Z [00:04:11.418]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:29.7668278Z [00:04:11.418]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:29.7668985Z [00:04:11.418]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:29.7670072Z [00:04:11.418]➜  packagefile github.com/sijms/go-ora/v2/network/security/md4=/tmp/go-build3998081543/b2183/_pkg_.a
2025-08-20T22:42:29.7670967Z [00:04:11.418]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:29.7671880Z [00:04:11.418]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:29.7672331Z [00:04:11.418]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:42:29.7672663Z [00:04:11.418]➜  EOF
2025-08-20T22:42:29.7690865Z [00:04:11.419]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2182/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp=>github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp;$WORK/b2182=>" -p github.com/sijms/go-ora/v2/advanced_nego/ntlmssp -lang=go1.18 -complete -installsuffix shared -buildid Ikp9CYqBzIIcFtFXoBrb/Ikp9CYqBzIIcFtFXoBrb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2182/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/authenticate_message.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/authheader.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/avids.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/challenge_message.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/messageheader.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/negotiate_flags.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/negotiate_message.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/nlmp.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/unicode.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/varfield.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/ntlmssp/version.go
2025-08-20T22:42:29.8482206Z [00:04:11.500]➜  go tool buildid -w $WORK/b2182/_pkg_.a # internal
2025-08-20T22:42:29.8492440Z [00:04:11.501]➜  cp $WORK/b2182/_pkg_.a /root/.cache/go-build/0f/0f7d8fdb172bc45feacf289769554ec63a59525576a65f48f6f3a16bfd7d9e76-d # internal
2025-08-20T22:42:29.8531812Z [00:04:11.505]➜  github.com/sijms/go-ora/v2/configurations
2025-08-20T22:42:29.8532751Z [00:04:11.506]➜  mkdir -p $WORK/b2184/
2025-08-20T22:42:29.8537757Z [00:04:11.506]➜  cat >/tmp/go-build3998081543/b2184/importcfg << 'EOF' # internal
2025-08-20T22:42:29.8538755Z [00:04:11.506]➜  # import config
2025-08-20T22:42:29.8539683Z [00:04:11.506]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:29.8540919Z [00:04:11.506]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:29.8541357Z [00:04:11.506]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:29.8541798Z [00:04:11.506]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:29.8542500Z [00:04:11.506]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:29.8542989Z [00:04:11.506]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:42:29.8543448Z [00:04:11.506]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:29.8543909Z [00:04:11.506]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:29.8544374Z [00:04:11.506]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:29.8544838Z [00:04:11.506]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:29.8545299Z [00:04:11.506]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:42:29.8545990Z [00:04:11.506]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:29.8546471Z [00:04:11.506]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:29.8546916Z [00:04:11.506]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:29.8547567Z [00:04:11.506]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:29.8547990Z [00:04:11.506]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:29.8548399Z [00:04:11.506]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:29.8548817Z [00:04:11.506]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:29.8549230Z [00:04:11.506]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:29.8549654Z [00:04:11.506]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:42:29.8550071Z [00:04:11.506]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:29.8550515Z [00:04:11.506]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:29.8550964Z [00:04:11.506]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:29.8551397Z [00:04:11.506]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:29.8551837Z [00:04:11.506]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:29.8552398Z [00:04:11.506]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:29.8552883Z [00:04:11.506]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:29.8553327Z [00:04:11.506]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:42:29.8553667Z [00:04:11.506]➜  EOF
2025-08-20T22:42:29.8571153Z [00:04:11.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2184/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/configurations=>github.com/sijms/go-ora/v2@v2.8.24/configurations;$WORK/b2184=>" -p github.com/sijms/go-ora/v2/configurations -lang=go1.18 -complete -installsuffix shared -buildid fH3QpEjYii3L6wQrbL7w/fH3QpEjYii3L6wQrbL7w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2184/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/configurations/client_info.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/configurations/connect_config.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/configurations/database_info.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/configurations/session_info.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/configurations/utils.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/configurations/wallet.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/configurations/wallet_algo.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/configurations/wallet_utils.go
2025-08-20T22:42:30.0185196Z [00:04:11.671]➜  go tool buildid -w $WORK/b2184/_pkg_.a # internal
2025-08-20T22:42:30.0211692Z [00:04:11.673]➜  cp $WORK/b2184/_pkg_.a /root/.cache/go-build/1a/1a6ef0fc9d81eb0c7ff61f4e4ea531fc5ecc42d4957c47336a890324c85a3794-d # internal
2025-08-20T22:42:30.0572803Z [00:04:11.707]➜  github.com/sijms/go-ora/v2/converters
2025-08-20T22:42:30.0577492Z [00:04:11.708]➜  mkdir -p $WORK/b2186/
2025-08-20T22:42:30.0578275Z [00:04:11.708]➜  cat >/tmp/go-build3998081543/b2186/importcfg << 'EOF' # internal
2025-08-20T22:42:30.0578650Z [00:04:11.708]➜  # import config
2025-08-20T22:42:30.0578999Z [00:04:11.708]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:30.0579461Z [00:04:11.708]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:30.0579941Z [00:04:11.708]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:30.0580392Z [00:04:11.708]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:30.0580855Z [00:04:11.708]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:30.0581266Z [00:04:11.708]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:30.0581693Z [00:04:11.708]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:30.0582131Z [00:04:11.708]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:30.0582572Z [00:04:11.708]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:30.0583314Z [00:04:11.708]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:30.0583816Z [00:04:11.708]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:42:30.0584153Z [00:04:11.708]➜  EOF
2025-08-20T22:42:30.0588030Z [00:04:11.708]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2186/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/converters=>github.com/sijms/go-ora/v2@v2.8.24/converters;$WORK/b2186=>" -p github.com/sijms/go-ora/v2/converters -lang=go1.18 -complete -installsuffix shared -buildid FqMs-9etQtN3S3G4ubgg/FqMs-9etQtN3S3G4ubgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2186/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/converters/max_len.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/converters/oracle_number.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/converters/other_types.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/converters/string_conversion.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/converters/string_conversion_new.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/converters/testfloatsvalues.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/converters/type_conversion.go
2025-08-20T22:42:30.2808324Z [00:04:11.933]➜  gcc -I /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2178=/tmp/go-build -gno-record-gcc-switches -o $WORK/b2178/_cgo_.o $WORK/b2178/_cgo_main.o $WORK/b2178/preferlinkext $WORK/b2178/_x001.o $WORK/b2178/_x002.o $WORK/b2178/_x003.o $WORK/b2178/_x004.o -O2 -g -Wl,--unresolved-symbols=ignore-in-object-files # test for internal linking errors (succeeded)
2025-08-20T22:42:30.2813087Z [00:04:11.933]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage sqlite3vfs -dynimport $WORK/b2178/_cgo_.o -dynout $WORK/b2178/_cgo_import.go
2025-08-20T22:42:30.2881679Z [00:04:11.940]➜  cat >/tmp/go-build3998081543/b2178/importcfg << 'EOF' # internal
2025-08-20T22:42:30.2893447Z [00:04:11.940]➜  # import config
2025-08-20T22:42:30.2893856Z [00:04:11.940]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:30.2894304Z [00:04:11.940]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:30.2894714Z [00:04:11.940]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:30.2895121Z [00:04:11.940]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:30.2896017Z [00:04:11.940]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:30.2896522Z [00:04:11.940]➜  packagefile runtime/cgo=/tmp/go-build3998081543/b087/_pkg_.a
2025-08-20T22:42:30.2896970Z [00:04:11.940]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:30.2897286Z [00:04:11.940]➜  EOF
2025-08-20T22:42:30.2901282Z [00:04:11.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2178/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2=>github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2;$WORK/b2178=>" -p github.com/psanford/sqlite3vfs -lang=go1.15 -installsuffix shared -buildid du_mUVws0_SWi3oj0Clk/du_mUVws0_SWi3oj0Clk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2178/importcfg -pack /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2/defaultvfsv1.go /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2/error.go /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2/file.go /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2/options.go /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2/sqlite3vfs.go $WORK/b2178/_cgo_gotypes.go $WORK/b2178/sqlite3vfs_normal.cgo1.go $WORK/b2178/sqlite3vfscgo.cgo1.go $WORK/b2178/_cgo_import.go
2025-08-20T22:42:30.4271271Z [00:04:12.079]➜  cd /root/go/pkg/mod/github.com/psanford/sqlite3vfs@v0.0.0-20220823065410-bd28ac7ee3c2
2025-08-20T22:42:30.4282967Z [00:04:12.079]➜  go tool pack r $WORK/b2178/_pkg_.a $WORK/b2178/preferlinkext $WORK/b2178/_x001.o $WORK/b2178/_x002.o $WORK/b2178/_x003.o $WORK/b2178/_x004.o # internal
2025-08-20T22:42:30.4283712Z [00:04:12.079]➜  go tool buildid -w $WORK/b2178/_pkg_.a # internal
2025-08-20T22:42:30.4284383Z [00:04:12.079]➜  cp $WORK/b2178/_pkg_.a /root/.cache/go-build/c9/c95b0daa9a39ac160073427162fc58089d75214c84e82155f35560a5b818102a-d # internal
2025-08-20T22:42:30.4343405Z [00:04:12.086]➜  github.com/psanford/sqlite3vfshttp
2025-08-20T22:42:30.4344407Z [00:04:12.087]➜  mkdir -p $WORK/b2179/
2025-08-20T22:42:30.4348082Z [00:04:12.087]➜  cat >/tmp/go-build3998081543/b2179/importcfg << 'EOF' # internal
2025-08-20T22:42:30.4348860Z [00:04:12.087]➜  # import config
2025-08-20T22:42:30.4350288Z [00:04:12.087]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:30.4351231Z [00:04:12.087]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:30.4378203Z [00:04:12.087]➜  packagefile github.com/psanford/sqlite3vfs=/tmp/go-build3998081543/b2178/_pkg_.a
2025-08-20T22:42:30.4379329Z [00:04:12.087]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:30.4381175Z [00:04:12.087]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:30.4381875Z [00:04:12.087]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:30.4382619Z [00:04:12.087]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:30.4383311Z [00:04:12.087]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:30.4383916Z [00:04:12.087]➜  EOF
2025-08-20T22:42:30.4384404Z [00:04:12.087]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:30.4387510Z [00:04:12.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2179/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/psanford/sqlite3vfshttp@v0.0.0-20220827153928-a19f096e6eb4=>github.com/psanford/sqlite3vfshttp@v0.0.0-20220827153928-a19f096e6eb4;$WORK/b2179=>" -p github.com/psanford/sqlite3vfshttp -lang=go1.15 -complete -installsuffix shared -buildid Hj6DqJ_eN_FC6eBWf7bN/Hj6DqJ_eN_FC6eBWf7bN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2179/importcfg -pack /root/go/pkg/mod/github.com/psanford/sqlite3vfshttp@v0.0.0-20220827153928-a19f096e6eb4/sqlite3vfshttp.go
2025-08-20T22:42:30.5183957Z [00:04:12.171]➜  go tool buildid -w $WORK/b2179/_pkg_.a # internal
2025-08-20T22:42:30.5193855Z [00:04:12.172]➜  cp $WORK/b2179/_pkg_.a /root/.cache/go-build/29/293e57fd26c1f7a9c20f6dd50b1a2c4ee2e57390c9e6a28164c31ed05a600954-d # internal
2025-08-20T22:42:30.5213700Z [00:04:12.174]➜  github.com/sijms/go-ora/v2/lazy_init
2025-08-20T22:42:30.5214685Z [00:04:12.174]➜  mkdir -p $WORK/b2187/
2025-08-20T22:42:30.5219739Z [00:04:12.174]➜  cat >/tmp/go-build3998081543/b2187/importcfg << 'EOF' # internal
2025-08-20T22:42:30.5220389Z [00:04:12.174]➜  # import config
2025-08-20T22:42:30.5220761Z [00:04:12.174]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:30.5221078Z [00:04:12.174]➜  EOF
2025-08-20T22:42:30.5223697Z [00:04:12.175]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2187/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/lazy_init=>github.com/sijms/go-ora/v2@v2.8.24/lazy_init;$WORK/b2187=>" -p github.com/sijms/go-ora/v2/lazy_init -lang=go1.18 -complete -installsuffix shared -buildid RXaYAg8E-D7jWtnS5cYN/RXaYAg8E-D7jWtnS5cYN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2187/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/lazy_init/lazy_init.go
2025-08-20T22:42:30.5441979Z [00:04:12.197]➜  go tool buildid -w $WORK/b2187/_pkg_.a # internal
2025-08-20T22:42:30.5447530Z [00:04:12.197]➜  cp $WORK/b2187/_pkg_.a /root/.cache/go-build/1a/1a39c4eab043acddfffc05ee60a2589d018c4b0671c901718f94a21c431a55f9-d # internal
2025-08-20T22:42:30.5463825Z [00:04:12.199]➜  github.com/sijms/go-ora/v2/network/security
2025-08-20T22:42:30.5465551Z [00:04:12.199]➜  mkdir -p $WORK/b2188/
2025-08-20T22:42:30.5470618Z [00:04:12.199]➜  cat >/tmp/go-build3998081543/b2188/importcfg << 'EOF' # internal
2025-08-20T22:42:30.5471047Z [00:04:12.199]➜  # import config
2025-08-20T22:42:30.5471397Z [00:04:12.199]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:30.5471841Z [00:04:12.199]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:30.5472317Z [00:04:12.199]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:30.5472775Z [00:04:12.199]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:42:30.5473226Z [00:04:12.199]➜  packagefile crypto/rc4=/tmp/go-build3998081543/b161/_pkg_.a
2025-08-20T22:42:30.5473662Z [00:04:12.199]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:30.5474086Z [00:04:12.199]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:30.5474413Z [00:04:12.199]➜  EOF
2025-08-20T22:42:30.5478404Z [00:04:12.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2188/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/security=>github.com/sijms/go-ora/v2@v2.8.24/network/security;$WORK/b2188=>" -p github.com/sijms/go-ora/v2/network/security -lang=go1.18 -complete -installsuffix shared -buildid XgEcrwGzqQYDbkJDNMO0/XgEcrwGzqQYDbkJDNMO0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2188/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/security/des_cryptor.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/security/general.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/security/rc4_cryptor.go
2025-08-20T22:42:30.5961457Z [00:04:12.248]➜  go tool buildid -w $WORK/b2188/_pkg_.a # internal
2025-08-20T22:42:30.5970478Z [00:04:12.249]➜  cp $WORK/b2188/_pkg_.a /root/.cache/go-build/39/3936f0ac823d283912b1d1cfaea09ccc200df4d35dbd6f0cca06831247663321-d # internal
2025-08-20T22:42:30.5976776Z [00:04:12.250]➜  github.com/sijms/go-ora/v2/trace
2025-08-20T22:42:30.5982273Z [00:04:12.250]➜  mkdir -p $WORK/b2189/
2025-08-20T22:42:30.5983627Z [00:04:12.251]➜  cat >/tmp/go-build3998081543/b2189/importcfg << 'EOF' # internal
2025-08-20T22:42:30.5989467Z [00:04:12.251]➜  # import config
2025-08-20T22:42:30.5989852Z [00:04:12.251]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:30.5990305Z [00:04:12.251]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:30.5991018Z [00:04:12.251]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:30.5991500Z [00:04:12.251]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:30.5991818Z [00:04:12.251]➜  EOF
2025-08-20T22:42:30.5993660Z [00:04:12.251]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2189/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/trace=>github.com/sijms/go-ora/v2@v2.8.24/trace;$WORK/b2189=>" -p github.com/sijms/go-ora/v2/trace -lang=go1.18 -complete -installsuffix shared -buildid fpvObKFZN9jw4cGQl2Mj/fpvObKFZN9jw4cGQl2Mj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2189/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/trace/trace.go
2025-08-20T22:42:30.6299773Z [00:04:12.282]➜  go tool buildid -w $WORK/b2189/_pkg_.a # internal
2025-08-20T22:42:30.6306234Z [00:04:12.283]➜  cp $WORK/b2189/_pkg_.a /root/.cache/go-build/fc/fc67e38460b1dcc8145830ba8c3e68ea40262b8a5d04be85a3a904475433c3f4-d # internal
2025-08-20T22:42:30.6309301Z [00:04:12.283]➜  go/constant
2025-08-20T22:42:30.6310085Z [00:04:12.283]➜  mkdir -p $WORK/b2191/
2025-08-20T22:42:30.6316594Z [00:04:12.284]➜  cat >/tmp/go-build3998081543/b2191/importcfg << 'EOF' # internal
2025-08-20T22:42:30.6317118Z [00:04:12.284]➜  # import config
2025-08-20T22:42:30.6317615Z [00:04:12.284]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:30.6318248Z [00:04:12.284]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:42:30.6319284Z [00:04:12.284]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:30.6319885Z [00:04:12.284]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:30.6320469Z [00:04:12.284]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:30.6321010Z [00:04:12.284]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:30.6321541Z [00:04:12.284]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:30.6322068Z [00:04:12.284]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:30.6322605Z [00:04:12.284]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:30.6323046Z [00:04:12.284]➜  EOF
2025-08-20T22:42:30.6324776Z [00:04:12.284]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2191/_pkg_.a -trimpath "/root/.go/src/go/constant=>go/constant;$WORK/b2191=>" -p go/constant -lang=go1.25 -std -complete -installsuffix shared -buildid Hdgbs1ttxPoG3tbc_g3_/Hdgbs1ttxPoG3tbc_g3_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2191/importcfg -pack /root/.go/src/go/constant/kind_string.go /root/.go/src/go/constant/value.go
2025-08-20T22:42:30.7785295Z [00:04:12.431]➜  go tool buildid -w $WORK/b2191/_pkg_.a # internal
2025-08-20T22:42:30.7804655Z [00:04:12.433]➜  cp $WORK/b2191/_pkg_.a /root/.cache/go-build/5e/5ef5944c4dd5561fd5a3ac7a31239e55249dc716364e952b178785cd630d3e63-d # internal
2025-08-20T22:42:30.7834500Z [00:04:12.435]➜  go/version
2025-08-20T22:42:30.7837199Z [00:04:12.436]➜  mkdir -p $WORK/b2192/
2025-08-20T22:42:30.7838845Z [00:04:12.436]➜  cat >/tmp/go-build3998081543/b2192/importcfg << 'EOF' # internal
2025-08-20T22:42:30.7847443Z [00:04:12.436]➜  # import config
2025-08-20T22:42:30.7848182Z [00:04:12.436]➜  packagefile internal/gover=/tmp/go-build3998081543/b2193/_pkg_.a
2025-08-20T22:42:30.7849038Z [00:04:12.436]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:30.7849617Z [00:04:12.436]➜  EOF
2025-08-20T22:42:30.7851213Z [00:04:12.436]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2192/_pkg_.a -trimpath "/root/.go/src/go/version=>go/version;$WORK/b2192=>" -p go/version -lang=go1.25 -std -complete -installsuffix shared -buildid cPUaEakOg4EO-MnVQWup/cPUaEakOg4EO-MnVQWup -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2192/importcfg -pack /root/.go/src/go/version/version.go
2025-08-20T22:42:30.8111663Z [00:04:12.463]➜  go tool buildid -w $WORK/b2192/_pkg_.a # internal
2025-08-20T22:42:30.8117762Z [00:04:12.464]➜  cp $WORK/b2192/_pkg_.a /root/.cache/go-build/04/046d81d4490bd5eb451218f64896e8af4712dbb122d3bdfce5bd69a040fb161e-d # internal
2025-08-20T22:42:30.8120030Z [00:04:12.464]➜  internal/types/errors
2025-08-20T22:42:30.8121541Z [00:04:12.465]➜  mkdir -p $WORK/b2194/
2025-08-20T22:42:30.8126342Z [00:04:12.465]➜  cat >/tmp/go-build3998081543/b2194/importcfg << 'EOF' # internal
2025-08-20T22:42:30.8127562Z [00:04:12.465]➜  # import config
2025-08-20T22:42:30.8127966Z [00:04:12.465]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:30.8130691Z [00:04:12.465]➜  EOF
2025-08-20T22:42:30.8134211Z [00:04:12.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2194/_pkg_.a -trimpath "/root/.go/src/internal/types/errors=>internal/types/errors;$WORK/b2194=>" -p internal/types/errors -lang=go1.25 -std -complete -installsuffix shared -buildid Dv2wj4kKxBocpsmBct-b/Dv2wj4kKxBocpsmBct-b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2194/importcfg -pack /root/.go/src/internal/types/errors/code_string.go /root/.go/src/internal/types/errors/codes.go
2025-08-20T22:42:30.8380826Z [00:04:12.490]➜  go tool buildid -w $WORK/b2194/_pkg_.a # internal
2025-08-20T22:42:30.8388365Z [00:04:12.491]➜  cp $WORK/b2194/_pkg_.a /root/.cache/go-build/55/5558eb285ea154e476370accbe9fb25a148ed04e3cd8facfd861ab990d54fa3e-d # internal
2025-08-20T22:42:30.8626190Z [00:04:12.514]➜  go/types
2025-08-20T22:42:30.8626922Z [00:04:12.515]➜  mkdir -p $WORK/b2190/
2025-08-20T22:42:30.8627549Z [00:04:12.515]➜  cat >/tmp/go-build3998081543/b2190/importcfg << 'EOF' # internal
2025-08-20T22:42:30.8627974Z [00:04:12.515]➜  # import config
2025-08-20T22:42:30.8628324Z [00:04:12.515]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:30.8628752Z [00:04:12.515]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:42:30.8629198Z [00:04:12.515]➜  packagefile container/heap=/tmp/go-build3998081543/b610/_pkg_.a
2025-08-20T22:42:30.8629660Z [00:04:12.515]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:30.8630077Z [00:04:12.515]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:30.8630490Z [00:04:12.515]➜  packagefile go/ast=/tmp/go-build3998081543/b221/_pkg_.a
2025-08-20T22:42:30.8630935Z [00:04:12.515]➜  packagefile go/constant=/tmp/go-build3998081543/b2191/_pkg_.a
2025-08-20T22:42:30.8631390Z [00:04:12.515]➜  packagefile go/parser=/tmp/go-build3998081543/b228/_pkg_.a
2025-08-20T22:42:30.8631841Z [00:04:12.515]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:42:30.8632694Z [00:04:12.515]➜  packagefile go/version=/tmp/go-build3998081543/b2192/_pkg_.a
2025-08-20T22:42:30.8633364Z [00:04:12.515]➜  packagefile internal/buildcfg=/tmp/go-build3998081543/b229/_pkg_.a
2025-08-20T22:42:30.8634009Z [00:04:12.515]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:42:30.8634633Z [00:04:12.515]➜  packagefile internal/goversion=/tmp/go-build3998081543/b232/_pkg_.a
2025-08-20T22:42:30.8635287Z [00:04:12.515]➜  packagefile internal/types/errors=/tmp/go-build3998081543/b2194/_pkg_.a
2025-08-20T22:42:30.8636029Z [00:04:12.515]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:30.8636578Z [00:04:12.515]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:30.8637136Z [00:04:12.515]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:30.8637937Z [00:04:12.515]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:30.8638517Z [00:04:12.515]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:30.8639072Z [00:04:12.515]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:30.8639606Z [00:04:12.515]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:30.8640132Z [00:04:12.515]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:30.8640685Z [00:04:12.515]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:30.8641377Z [00:04:12.515]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:30.8641952Z [00:04:12.515]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:30.8642496Z [00:04:12.515]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:30.8643045Z [00:04:12.515]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:30.8643632Z [00:04:12.515]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:30.8643994Z [00:04:12.515]➜  EOF
2025-08-20T22:42:30.8676671Z [00:04:12.515]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2190/_pkg_.a -trimpath "/root/.go/src/go/types=>go/types;$WORK/b2190=>" -p go/types -lang=go1.25 -std -complete -installsuffix shared -buildid V6n_L9ve-oMhR5D8slLe/V6n_L9ve-oMhR5D8slLe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2190/importcfg -pack /root/.go/src/go/types/alias.go /root/.go/src/go/types/api.go /root/.go/src/go/types/api_predicates.go /root/.go/src/go/types/array.go /root/.go/src/go/types/assignments.go /root/.go/src/go/types/badlinkname.go /root/.go/src/go/types/basic.go /root/.go/src/go/types/builtins.go /root/.go/src/go/types/call.go /root/.go/src/go/types/chan.go /root/.go/src/go/types/check.go /root/.go/src/go/types/const.go /root/.go/src/go/types/context.go /root/.go/src/go/types/conversions.go /root/.go/src/go/types/decl.go /root/.go/src/go/types/errors.go /root/.go/src/go/types/errsupport.go /root/.go/src/go/types/eval.go /root/.go/src/go/types/expr.go /root/.go/src/go/types/exprstring.go /root/.go/src/go/types/format.go /root/.go/src/go/types/gccgosizes.go /root/.go/src/go/types/gcsizes.go /root/.go/src/go/types/generate.go /root/.go/src/go/types/index.go /root/.go/src/go/types/infer.go /root/.go/src/go/types/initorder.go /root/.go/src/go/types/instantiate.go /root/.go/src/go/types/interface.go /root/.go/src/go/types/iter.go /root/.go/src/go/types/labels.go /root/.go/src/go/types/literals.go /root/.go/src/go/types/lookup.go /root/.go/src/go/types/map.go /root/.go/src/go/types/methodset.go /root/.go/src/go/types/mono.go /root/.go/src/go/types/named.go /root/.go/src/go/types/object.go /root/.go/src/go/types/objset.go /root/.go/src/go/types/operand.go /root/.go/src/go/types/package.go /root/.go/src/go/types/pointer.go /root/.go/src/go/types/predicates.go /root/.go/src/go/types/range.go /root/.go/src/go/types/recording.go /root/.go/src/go/types/resolver.go /root/.go/src/go/types/return.go /root/.go/src/go/types/scope.go /root/.go/src/go/types/scope2.go /root/.go/src/go/types/selection.go /root/.go/src/go/types/signature.go /root/.go/src/go/types/sizes.go /root/.go/src/go/types/slice.go /root/.go/src/go/types/stmt.go /root/.go/src/go/types/struct.go /root/.go/src/go/types/subst.go /root/.go/src/go/types/termlist.go /root/.go/src/go/types/tuple.go /root/.go/src/go/types/type.go /root/.go/src/go/types/typelists.go /root/.go/src/go/types/typeparam.go /root/.go/src/go/types/typeset.go /root/.go/src/go/types/typestring.go /root/.go/src/go/types/typeterm.go /root/.go/src/go/types/typexpr.go /root/.go/src/go/types/under.go /root/.go/src/go/types/unify.go /root/.go/src/go/types/union.go /root/.go/src/go/types/universe.go /root/.go/src/go/types/util.go /root/.go/src/go/types/validtype.go /root/.go/src/go/types/version.go
2025-08-20T22:42:32.9061382Z [00:04:14.558]➜  go tool buildid -w $WORK/b2190/_pkg_.a # internal
2025-08-20T22:42:32.9445058Z [00:04:14.597]➜  cp $WORK/b2190/_pkg_.a /root/.cache/go-build/6a/6a850e3e7116158070c57c0064bd9a92af2b76e43b09c61551ce0d40ae2d5df7-d # internal
2025-08-20T22:42:32.9534257Z [00:04:14.606]➜  golang.org/x/net/html
2025-08-20T22:42:32.9535218Z [00:04:14.606]➜  mkdir -p $WORK/b2198/
2025-08-20T22:42:32.9536637Z [00:04:14.606]➜  cat >/tmp/go-build3998081543/b2198/importcfg << 'EOF' # internal
2025-08-20T22:42:32.9545508Z [00:04:14.606]➜  # import config
2025-08-20T22:42:32.9545956Z [00:04:14.606]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:32.9546719Z [00:04:14.606]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:32.9547225Z [00:04:14.606]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:32.9547640Z [00:04:14.606]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:32.9548138Z [00:04:14.606]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3998081543/b2199/_pkg_.a
2025-08-20T22:42:32.9548616Z [00:04:14.606]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:32.9549050Z [00:04:14.606]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:42:32.9549476Z [00:04:14.606]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:32.9549905Z [00:04:14.606]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:32.9550355Z [00:04:14.606]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:32.9550920Z [00:04:14.606]➜  EOF
2025-08-20T22:42:32.9554752Z [00:04:14.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2198/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/net@v0.41.0/html=>golang.org/x/net@v0.41.0/html;$WORK/b2198=>" -p golang.org/x/net/html -lang=go1.23 -complete -installsuffix shared -buildid bh3EbCH1LOWIOB3QeGoZ/bh3EbCH1LOWIOB3QeGoZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2198/importcfg -pack /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/const.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/doc.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/doctype.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/entity.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/escape.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/foreign.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/iter.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/node.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/parse.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/render.go /root/go/pkg/mod/golang.org/x/net@v0.41.0/html/token.go
2025-08-20T22:42:33.3099248Z [00:04:14.960]➜  go tool buildid -w $WORK/b2198/_pkg_.a # internal
2025-08-20T22:42:33.3105631Z [00:04:14.963]➜  cp $WORK/b2198/_pkg_.a /root/.cache/go-build/11/11a2490d9c8762f0bc31b39d1052454b7187691f8acacd765333c637a8af7853-d # internal
2025-08-20T22:42:33.3116724Z [00:04:14.964]➜  github.com/andybalholm/cascadia
2025-08-20T22:42:33.3117869Z [00:04:14.964]➜  mkdir -p $WORK/b2197/
2025-08-20T22:42:33.3138453Z [00:04:14.966]➜  cat >/tmp/go-build3998081543/b2197/importcfg << 'EOF' # internal
2025-08-20T22:42:33.3138882Z [00:04:14.966]➜  # import config
2025-08-20T22:42:33.3139239Z [00:04:14.966]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:33.3139662Z [00:04:14.966]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:33.3140076Z [00:04:14.966]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:33.3140553Z [00:04:14.966]➜  packagefile golang.org/x/net/html=/tmp/go-build3998081543/b2198/_pkg_.a
2025-08-20T22:42:33.3141029Z [00:04:14.966]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:33.3141461Z [00:04:14.966]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:33.3141891Z [00:04:14.966]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:33.3142206Z [00:04:14.966]➜  EOF
2025-08-20T22:42:33.3144841Z [00:04:14.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2197/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/andybalholm/cascadia@v1.1.0=>github.com/andybalholm/cascadia@v1.1.0;$WORK/b2197=>" -p github.com/andybalholm/cascadia -lang=go1.16 -complete -installsuffix shared -buildid aj9MCqphoS1EJOt-5DLB/aj9MCqphoS1EJOt-5DLB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2197/importcfg -pack /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.1.0/parser.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.1.0/selector.go /root/go/pkg/mod/github.com/andybalholm/cascadia@v1.1.0/specificity.go
2025-08-20T22:42:33.4593464Z [00:04:15.111]➜  go tool buildid -w $WORK/b2197/_pkg_.a # internal
2025-08-20T22:42:33.4629836Z [00:04:15.115]➜  cp $WORK/b2197/_pkg_.a /root/.cache/go-build/83/835e0a58af88976df958a859c4ff885c9d1262992e09579ed6096d21c2bd5bec-d # internal
2025-08-20T22:42:33.4674744Z [00:04:15.120]➜  github.com/PuerkitoBio/goquery
2025-08-20T22:42:33.4675176Z [00:04:15.120]➜  mkdir -p $WORK/b2196/
2025-08-20T22:42:33.4679504Z [00:04:15.120]➜  cat >/tmp/go-build3998081543/b2196/importcfg << 'EOF' # internal
2025-08-20T22:42:33.4679932Z [00:04:15.120]➜  # import config
2025-08-20T22:42:33.4680290Z [00:04:15.120]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:33.4680721Z [00:04:15.120]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:33.4681247Z [00:04:15.120]➜  packagefile github.com/andybalholm/cascadia=/tmp/go-build3998081543/b2197/_pkg_.a
2025-08-20T22:42:33.4681821Z [00:04:15.120]➜  packagefile golang.org/x/net/html=/tmp/go-build3998081543/b2198/_pkg_.a
2025-08-20T22:42:33.4682281Z [00:04:15.120]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:33.4682710Z [00:04:15.120]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:33.4683142Z [00:04:15.120]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:33.4683567Z [00:04:15.120]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:33.4683990Z [00:04:15.120]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:33.4684315Z [00:04:15.120]➜  EOF
2025-08-20T22:42:33.4689302Z [00:04:15.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2196/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0=>github.com/PuerkitoBio/goquery@v1.6.0;$WORK/b2196=>" -p github.com/PuerkitoBio/goquery -lang=go1.13 -complete -installsuffix shared -buildid oFu_JxFKCKfgY7z_mD3A/oFu_JxFKCKfgY7z_mD3A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2196/importcfg -pack /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/array.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/doc.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/expand.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/filter.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/iteration.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/manipulation.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/property.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/query.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/traversal.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/type.go /root/go/pkg/mod/github.com/!puerkito!bio/goquery@v1.6.0/utilities.go
2025-08-20T22:42:33.9000847Z [00:04:15.552]➜  go tool buildid -w $WORK/b2196/_pkg_.a # internal
2025-08-20T22:42:33.9116122Z [00:04:15.564]➜  cp $WORK/b2196/_pkg_.a /root/.cache/go-build/8f/8f076ba7ee2e34576c8fa71bc491da309045e344b4d7082c247bee4dbbc0a729-d # internal
2025-08-20T22:42:33.9123641Z [00:04:15.565]➜  github.com/hashicorp/errwrap
2025-08-20T22:42:33.9124184Z [00:04:15.565]➜  mkdir -p $WORK/b2202/
2025-08-20T22:42:33.9135090Z [00:04:15.566]➜  cat >/tmp/go-build3998081543/b2202/importcfg << 'EOF' # internal
2025-08-20T22:42:33.9135772Z [00:04:15.566]➜  # import config
2025-08-20T22:42:33.9136245Z [00:04:15.566]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:33.9136794Z [00:04:15.566]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:33.9137695Z [00:04:15.566]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:33.9138183Z [00:04:15.566]➜  EOF
2025-08-20T22:42:33.9152282Z [00:04:15.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2202/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0=>github.com/hashicorp/errwrap@v1.1.0;$WORK/b2202=>" -p github.com/hashicorp/errwrap -lang=go1.16 -complete -installsuffix shared -buildid Afo46plpV_ZshprpjHu3/Afo46plpV_ZshprpjHu3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2202/importcfg -pack /root/go/pkg/mod/github.com/hashicorp/errwrap@v1.1.0/errwrap.go
2025-08-20T22:42:33.9630267Z [00:04:15.615]➜  go tool buildid -w $WORK/b2202/_pkg_.a # internal
2025-08-20T22:42:33.9644849Z [00:04:15.617]➜  cp $WORK/b2202/_pkg_.a /root/.cache/go-build/2d/2d8439b59bfe3ce9d2f2461931816d33fec67ea9b904396db4fec0150491413c-d # internal
2025-08-20T22:42:33.9710348Z [00:04:15.623]➜  github.com/hashicorp/go-multierror
2025-08-20T22:42:33.9717847Z [00:04:15.623]➜  mkdir -p $WORK/b2201/
2025-08-20T22:42:33.9718308Z [00:04:15.624]➜  cat >/tmp/go-build3998081543/b2201/importcfg << 'EOF' # internal
2025-08-20T22:42:33.9718679Z [00:04:15.624]➜  # import config
2025-08-20T22:42:33.9719032Z [00:04:15.624]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:33.9719453Z [00:04:15.624]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:33.9719982Z [00:04:15.624]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3998081543/b2202/_pkg_.a
2025-08-20T22:42:33.9720500Z [00:04:15.624]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:33.9720925Z [00:04:15.624]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:33.9721237Z [00:04:15.624]➜  EOF
2025-08-20T22:42:33.9724979Z [00:04:15.624]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2201/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/hashicorp/go-multierror@v1.1.1=>github.com/hashicorp/go-multierror@v1.1.1;$WORK/b2201=>" -p github.com/hashicorp/go-multierror -lang=go1.13 -complete -installsuffix shared -buildid q5FJMWudSy6KhelMbSyE/q5FJMWudSy6KhelMbSyE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2201/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-20T22:42:34.0198372Z [00:04:15.672]➜  go tool buildid -w $WORK/b2201/_pkg_.a # internal
2025-08-20T22:42:34.0207910Z [00:04:15.673]➜  cp $WORK/b2201/_pkg_.a /root/.cache/go-build/6f/6f1e7ccd8017998ac7c6ed683c54b44e28604375fe1f6f66c0e542efd38157e6-d # internal
2025-08-20T22:42:34.0230579Z [00:04:15.675]➜  github.com/jlaffaye/ftp
2025-08-20T22:42:34.0232802Z [00:04:15.675]➜  mkdir -p $WORK/b2200/
2025-08-20T22:42:34.0242638Z [00:04:15.677]➜  cat >/tmp/go-build3998081543/b2200/importcfg << 'EOF' # internal
2025-08-20T22:42:34.0243810Z [00:04:15.677]➜  # import config
2025-08-20T22:42:34.0244232Z [00:04:15.677]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:34.0244677Z [00:04:15.677]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:34.0245125Z [00:04:15.677]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:34.0245770Z [00:04:15.677]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:34.0246192Z [00:04:15.677]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:34.0246724Z [00:04:15.677]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3998081543/b2201/_pkg_.a
2025-08-20T22:42:34.0247230Z [00:04:15.677]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:34.0248011Z [00:04:15.677]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:34.0248472Z [00:04:15.677]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:42:34.0248917Z [00:04:15.677]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:34.0249340Z [00:04:15.677]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:34.0249769Z [00:04:15.677]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:34.0250186Z [00:04:15.677]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:34.0253502Z [00:04:15.677]➜  EOF
2025-08-20T22:42:34.0258688Z [00:04:15.678]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2200/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0=>github.com/jlaffaye/ftp@v0.2.0;$WORK/b2200=>" -p github.com/jlaffaye/ftp -lang=go1.17 -complete -installsuffix shared -buildid 4EZHQ0xkJsHIDjnFcF0g/4EZHQ0xkJsHIDjnFcF0g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2200/importcfg -pack /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/debug.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/ftp.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/parse.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/scanner.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/status.go /root/go/pkg/mod/github.com/jlaffaye/ftp@v0.2.0/walker.go
2025-08-20T22:42:34.1783162Z [00:04:15.831]➜  go tool buildid -w $WORK/b2200/_pkg_.a # internal
2025-08-20T22:42:34.1836822Z [00:04:15.836]➜  cp $WORK/b2200/_pkg_.a /root/.cache/go-build/77/7734e324c15504d9a8881a692edcde16f04e8f22c4ec4369a4f4f95584ba70eb-d # internal
2025-08-20T22:42:34.1857793Z [00:04:15.838]➜  google.golang.org/api/drive/v3
2025-08-20T22:42:34.1858375Z [00:04:15.838]➜  mkdir -p $WORK/b2203/
2025-08-20T22:42:34.1860757Z [00:04:15.838]➜  cat >/tmp/go-build3998081543/b2203/importcfg << 'EOF' # internal
2025-08-20T22:42:34.1861130Z [00:04:15.838]➜  # import config
2025-08-20T22:42:34.1861526Z [00:04:15.838]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:34.1862362Z [00:04:15.838]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:34.1862937Z [00:04:15.838]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:34.1863455Z [00:04:15.838]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:34.1863871Z [00:04:15.838]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:34.1864428Z [00:04:15.838]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:42:34.1865072Z [00:04:15.838]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:42:34.1869148Z [00:04:15.838]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:42:34.1869798Z [00:04:15.838]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3998081543/b721/_pkg_.a
2025-08-20T22:42:34.1870418Z [00:04:15.838]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:42:34.1871101Z [00:04:15.838]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:42:34.1871754Z [00:04:15.839]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:42:34.1872261Z [00:04:15.839]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:34.1872678Z [00:04:15.839]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:42:34.1873120Z [00:04:15.839]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:34.1873552Z [00:04:15.839]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:34.1873978Z [00:04:15.839]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:34.1874404Z [00:04:15.839]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:34.1874724Z [00:04:15.839]➜  EOF
2025-08-20T22:42:34.1877085Z [00:04:15.839]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2203/_pkg_.a -trimpath "/root/go/pkg/mod/google.golang.org/api@v0.236.0/drive/v3=>google.golang.org/api@v0.236.0/drive/v3;$WORK/b2203=>" -p google.golang.org/api/drive/v3 -lang=go1.23 -complete -installsuffix shared -buildid IIAEbC1rxOxnbskAMyHX/IIAEbC1rxOxnbskAMyHX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2203/importcfg -pack /root/go/pkg/mod/google.golang.org/api@v0.236.0/drive/v3/drive-gen.go
2025-08-20T22:42:35.1032635Z [00:04:16.756]➜  go tool buildid -w $WORK/b2203/_pkg_.a # internal
2025-08-20T22:42:35.1137935Z [00:04:16.766]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T22:42:35.1146374Z [00:04:16.767]➜  TERM='dumb' gcc -I . -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_x013.o -c sqlite3_opt_unlock_notify.c
2025-08-20T22:42:35.1263151Z [00:04:16.779]➜  cp $WORK/b2203/_pkg_.a /root/.cache/go-build/39/39b99a651e651e9812a3964cda05f95c6b8423b0011fa98091960bce7749ccb2-d # internal
2025-08-20T22:42:35.1267956Z [00:04:16.779]➜  github.com/slingdata-io/sling-cli/core/dbio/filesys
2025-08-20T22:42:35.1268347Z [00:04:16.779]➜  mkdir -p $WORK/b2195/
2025-08-20T22:42:35.1278221Z [00:04:16.780]➜  cat >/tmp/go-build3998081543/b2195/importcfg << 'EOF' # internal
2025-08-20T22:42:35.1278611Z [00:04:16.780]➜  # import config
2025-08-20T22:42:35.1278962Z [00:04:16.780]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:35.1279866Z [00:04:16.780]➜  packagefile cloud.google.com/go/storage=/tmp/go-build3998081543/b1138/_pkg_.a
2025-08-20T22:42:35.1280429Z [00:04:16.780]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:35.1280874Z [00:04:16.780]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:35.1281339Z [00:04:16.780]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:35.1281782Z [00:04:16.780]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:35.1282210Z [00:04:16.780]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:35.1282793Z [00:04:16.780]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build3998081543/b1009/_pkg_.a
2025-08-20T22:42:35.1283530Z [00:04:16.780]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build3998081543/b1070/_pkg_.a
2025-08-20T22:42:35.1284298Z [00:04:16.780]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:42:35.1285118Z [00:04:16.780]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3998081543/b1079/_pkg_.a
2025-08-20T22:42:35.1286239Z [00:04:16.780]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3998081543/b1080/_pkg_.a
2025-08-20T22:42:35.1287066Z [00:04:16.780]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build3998081543/b1083/_pkg_.a
2025-08-20T22:42:35.1287766Z [00:04:16.780]➜  packagefile github.com/PuerkitoBio/goquery=/tmp/go-build3998081543/b2196/_pkg_.a
2025-08-20T22:42:35.1288355Z [00:04:16.780]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:35.1288965Z [00:04:16.780]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:42:35.1289836Z [00:04:16.780]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3998081543/b540/_pkg_.a
2025-08-20T22:42:35.1290479Z [00:04:16.780]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3998081543/b542/_pkg_.a
2025-08-20T22:42:35.1291155Z [00:04:16.780]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3998081543/b575/_pkg_.a
2025-08-20T22:42:35.1291863Z [00:04:16.780]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build3998081543/b1158/_pkg_.a
2025-08-20T22:42:35.1292639Z [00:04:16.780]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3998081543/b1085/_pkg_.a
2025-08-20T22:42:35.1293372Z [00:04:16.780]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3998081543/b1099/_pkg_.a
2025-08-20T22:42:35.1294031Z [00:04:16.780]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3998081543/b576/_pkg_.a
2025-08-20T22:42:35.1294620Z [00:04:16.780]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:42:35.1295198Z [00:04:16.780]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3998081543/b586/_pkg_.a
2025-08-20T22:42:35.1328010Z [00:04:16.780]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:42:35.1328573Z [00:04:16.780]➜  packagefile github.com/flarco/g/net=/tmp/go-build3998081543/b292/_pkg_.a
2025-08-20T22:42:35.1329112Z [00:04:16.780]➜  packagefile github.com/gobwas/glob=/tmp/go-build3998081543/b305/_pkg_.a
2025-08-20T22:42:35.1329667Z [00:04:16.780]➜  packagefile github.com/jlaffaye/ftp=/tmp/go-build3998081543/b2200/_pkg_.a
2025-08-20T22:42:35.1330198Z [00:04:16.780]➜  packagefile github.com/pkg/sftp=/tmp/go-build3998081543/b639/_pkg_.a
2025-08-20T22:42:35.1330714Z [00:04:16.780]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:42:35.1331315Z [00:04:16.780]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio=/tmp/go-build3998081543/b302/_pkg_.a
2025-08-20T22:42:35.1332015Z [00:04:16.780]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/iop=/tmp/go-build3998081543/b342/_pkg_.a
2025-08-20T22:42:35.1333038Z [00:04:16.780]➜  packagefile github.com/slingdata-io/sling-cli/core/env=/tmp/go-build3998081543/b653/_pkg_.a
2025-08-20T22:42:35.1333698Z [00:04:16.780]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:42:35.1334217Z [00:04:16.780]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:42:35.1334794Z [00:04:16.780]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:42:35.1335643Z [00:04:16.780]➜  packagefile google.golang.org/api/drive/v3=/tmp/go-build3998081543/b2203/_pkg_.a
2025-08-20T22:42:35.1336442Z [00:04:16.780]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:42:35.1337330Z [00:04:16.780]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:42:35.1338069Z [00:04:16.780]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:42:35.1338658Z [00:04:16.780]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:35.1339277Z [00:04:16.780]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:35.1339858Z [00:04:16.780]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:35.1340440Z [00:04:16.780]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:35.1340970Z [00:04:16.780]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:35.1341505Z [00:04:16.780]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:35.1342093Z [00:04:16.780]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:35.1342716Z [00:04:16.780]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:42:35.1343268Z [00:04:16.780]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:35.1344040Z [00:04:16.780]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:35.1344592Z [00:04:16.780]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:35.1345086Z [00:04:16.780]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:35.1345840Z [00:04:16.780]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:35.1346241Z [00:04:16.780]➜  EOF
2025-08-20T22:42:35.1346688Z [00:04:16.785]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:35.1351021Z [00:04:16.785]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2195/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys=>github.com/slingdata-io/sling-cli/core/dbio/filesys;$WORK/b2195=>" -p github.com/slingdata-io/sling-cli/core/dbio/filesys -lang=go1.24 -complete -installsuffix shared -buildid miZVzycjbwInb9eaB8Z2/miZVzycjbwInb9eaB8Z2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2195/importcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_azure.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_file_node.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_ftp.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_google.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_googledrive.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_http.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_local.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_s3.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_sftp.go
2025-08-20T22:42:35.1459481Z [00:04:16.798]➜  cd $WORK/b2099
2025-08-20T22:42:35.1467449Z [00:04:16.799]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -I $WORK/b2099/ -O2 -flto=auto -fPIE -fpie -static -w -pipe -std=gnu99 -DSQLITE_ENABLE_RTREE -DSQLITE_THREADSAFE=1 -DHAVE_USLEEP=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_TRACE_SIZE_LIMIT=15 -DSQLITE_OMIT_DEPRECATED -DSQLITE_DEFAULT_WAL_SYNCHRONOUS=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT -Wno-deprecated-declarations -I/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -ffile-prefix-map=/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=/_/github.com/mattn/go-sqlite3@v1.14.28 -frandom-seed=kly0xpWSiVSdOHayhCdZ -o $WORK/b2099/_cgo_main.o -c _cgo_main.c
2025-08-20T22:42:35.1828441Z [00:04:16.835]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:35.1833947Z [00:04:16.836]➜  TERM='dumb' gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -o $WORK/b2099/_cgo_.o $WORK/b2099/_cgo_main.o $WORK/b2099/preferlinkext $WORK/b2099/_x001.o $WORK/b2099/_x002.o $WORK/b2099/_x003.o $WORK/b2099/_x004.o $WORK/b2099/_x005.o $WORK/b2099/_x006.o $WORK/b2099/_x007.o $WORK/b2099/_x008.o $WORK/b2099/_x009.o $WORK/b2099/_x010.o $WORK/b2099/_x011.o $WORK/b2099/_x012.o $WORK/b2099/_x013.o -O2 -g -ldl
2025-08-20T22:42:35.7149751Z [00:04:17.365]➜  gcc -I /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28 -fPIC -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=$WORK/b2099=/tmp/go-build -gno-record-gcc-switches -o $WORK/b2099/_cgo_.o $WORK/b2099/_cgo_main.o $WORK/b2099/preferlinkext $WORK/b2099/_x001.o $WORK/b2099/_x002.o $WORK/b2099/_x003.o $WORK/b2099/_x004.o $WORK/b2099/_x005.o $WORK/b2099/_x006.o $WORK/b2099/_x007.o $WORK/b2099/_x008.o $WORK/b2099/_x009.o $WORK/b2099/_x010.o $WORK/b2099/_x011.o $WORK/b2099/_x012.o $WORK/b2099/_x013.o -O2 -g -ldl # test for internal linking errors (succeeded)
2025-08-20T22:42:35.7152547Z [00:04:17.366]➜  TERM='dumb' /root/.go/pkg/tool/linux_arm64/cgo -dynpackage sqlite3 -dynimport $WORK/b2099/_cgo_.o -dynout $WORK/b2099/_cgo_import.go
2025-08-20T22:42:35.7242337Z [00:04:17.376]➜  cat >/tmp/go-build3998081543/b2099/importcfg << 'EOF' # internal
2025-08-20T22:42:35.7243320Z [00:04:17.376]➜  # import config
2025-08-20T22:42:35.7244052Z [00:04:17.376]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:35.7244764Z [00:04:17.376]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:35.7245703Z [00:04:17.376]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:35.7246547Z [00:04:17.376]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:35.7247223Z [00:04:17.376]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:35.7248127Z [00:04:17.376]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:35.7248910Z [00:04:17.376]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:35.7249571Z [00:04:17.376]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:35.7250227Z [00:04:17.376]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:35.7250853Z [00:04:17.376]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:35.7251494Z [00:04:17.376]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:35.7252216Z [00:04:17.376]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:35.7252880Z [00:04:17.376]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:35.7253573Z [00:04:17.376]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:35.7254222Z [00:04:17.376]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:35.7254856Z [00:04:17.376]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:35.7260486Z [00:04:17.376]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:35.7261107Z [00:04:17.376]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:35.7261619Z [00:04:17.376]➜  packagefile runtime/cgo=/tmp/go-build3998081543/b087/_pkg_.a
2025-08-20T22:42:35.7262126Z [00:04:17.376]➜  EOF
2025-08-20T22:42:35.7277864Z [00:04:17.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2099/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28=>github.com/mattn/go-sqlite3@v1.14.28;$WORK/b2099=>" -p github.com/mattn/go-sqlite3 -lang=go1.19 -installsuffix shared -buildid kly0xpWSiVSdOHayhCdZ/kly0xpWSiVSdOHayhCdZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2099/importcfg -pack /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/convert.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/doc.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/sqlite3_func_crypt.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/sqlite3_go18.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/sqlite3_opt_preupdate.go /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28/sqlite3_opt_preupdate_omit.go $WORK/b2099/_cgo_gotypes.go $WORK/b2099/backup.cgo1.go $WORK/b2099/callback.cgo1.go $WORK/b2099/error.cgo1.go $WORK/b2099/sqlite3.cgo1.go $WORK/b2099/sqlite3_context.cgo1.go $WORK/b2099/sqlite3_load_extension.cgo1.go $WORK/b2099/sqlite3_opt_serialize.cgo1.go $WORK/b2099/sqlite3_opt_userauth_omit.cgo1.go $WORK/b2099/sqlite3_other.cgo1.go $WORK/b2099/sqlite3_type.cgo1.go $WORK/b2099/_cgo_import.go
2025-08-20T22:42:36.3162327Z [00:04:17.968]➜  cd /root/go/pkg/mod/github.com/mattn/go-sqlite3@v1.14.28
2025-08-20T22:42:36.3164292Z [00:04:17.969]➜  go tool pack r $WORK/b2099/_pkg_.a $WORK/b2099/preferlinkext $WORK/b2099/_x001.o $WORK/b2099/_x002.o $WORK/b2099/_x003.o $WORK/b2099/_x004.o $WORK/b2099/_x005.o $WORK/b2099/_x006.o $WORK/b2099/_x007.o $WORK/b2099/_x008.o $WORK/b2099/_x009.o $WORK/b2099/_x010.o $WORK/b2099/_x011.o $WORK/b2099/_x012.o $WORK/b2099/_x013.o # internal
2025-08-20T22:42:36.3327227Z [00:04:17.985]➜  go tool buildid -w $WORK/b2099/_pkg_.a # internal
2025-08-20T22:42:36.4018260Z [00:04:18.054]➜  cp $WORK/b2099/_pkg_.a /root/.cache/go-build/78/785a38e880d2e2fae63cbf45fc987471dcaf0de571a968be48071ac514659960-d # internal
2025-08-20T22:42:36.4019742Z [00:04:18.054]➜  github.com/dvsekhvalnov/jose2go/base64url
2025-08-20T22:42:36.4020882Z [00:04:18.055]➜  mkdir -p $WORK/b2209/
2025-08-20T22:42:36.4037814Z [00:04:18.056]➜  cat >/tmp/go-build3998081543/b2209/importcfg << 'EOF' # internal
2025-08-20T22:42:36.4038467Z [00:04:18.056]➜  # import config
2025-08-20T22:42:36.4039223Z [00:04:18.056]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:36.4039973Z [00:04:18.056]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:36.4040517Z [00:04:18.056]➜  EOF
2025-08-20T22:42:36.4043294Z [00:04:18.057]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:36.4045670Z [00:04:18.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2209/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/base64url=>github.com/dvsekhvalnov/jose2go@v1.6.0/base64url;$WORK/b2209=>" -p github.com/dvsekhvalnov/jose2go/base64url -lang=go1.15 -complete -installsuffix shared -buildid B2J-syhENPhxViuRnsRm/B2J-syhENPhxViuRnsRm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2209/importcfg -pack /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/base64url/base64url.go
2025-08-20T22:42:36.4358246Z [00:04:18.088]➜  go tool buildid -w $WORK/b2209/_pkg_.a # internal
2025-08-20T22:42:36.4364493Z [00:04:18.089]➜  cp $WORK/b2209/_pkg_.a /root/.cache/go-build/97/9746837bd3f69b1651ddd8e165a7ce8f01a43fc2d6dc55e7e973d43d57a709a9-d # internal
2025-08-20T22:42:36.4365953Z [00:04:18.089]➜  github.com/dvsekhvalnov/jose2go/arrays
2025-08-20T22:42:36.4366707Z [00:04:18.089]➜  mkdir -p $WORK/b2208/
2025-08-20T22:42:36.4371142Z [00:04:18.090]➜  cat >/tmp/go-build3998081543/b2208/importcfg << 'EOF' # internal
2025-08-20T22:42:36.4371646Z [00:04:18.090]➜  # import config
2025-08-20T22:42:36.4372225Z [00:04:18.090]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:36.4372836Z [00:04:18.090]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:36.4373542Z [00:04:18.090]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:36.4374500Z [00:04:18.090]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:36.4375231Z [00:04:18.090]➜  packagefile github.com/dvsekhvalnov/jose2go/base64url=/tmp/go-build3998081543/b2209/_pkg_.a
2025-08-20T22:42:36.4376022Z [00:04:18.090]➜  EOF
2025-08-20T22:42:36.4378356Z [00:04:18.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2208/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/arrays=>github.com/dvsekhvalnov/jose2go@v1.6.0/arrays;$WORK/b2208=>" -p github.com/dvsekhvalnov/jose2go/arrays -lang=go1.15 -complete -installsuffix shared -buildid ULUjkmuyzkBFq7V8tdCX/ULUjkmuyzkBFq7V8tdCX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2208/importcfg -pack /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/arrays/arrays.go
2025-08-20T22:42:36.4730610Z [00:04:18.125]➜  go tool buildid -w $WORK/b2208/_pkg_.a # internal
2025-08-20T22:42:36.4748425Z [00:04:18.127]➜  cp $WORK/b2208/_pkg_.a /root/.cache/go-build/0d/0df749bcd3694e81772061d3780dfd892c1054d4beb47a4ce7ba379b857d3f64-d # internal
2025-08-20T22:42:36.4757674Z [00:04:18.128]➜  github.com/dvsekhvalnov/jose2go/aes
2025-08-20T22:42:36.4758364Z [00:04:18.128]➜  mkdir -p $WORK/b2207/
2025-08-20T22:42:36.4771019Z [00:04:18.129]➜  cat >/tmp/go-build3998081543/b2207/importcfg << 'EOF' # internal
2025-08-20T22:42:36.4771625Z [00:04:18.129]➜  # import config
2025-08-20T22:42:36.4774280Z [00:04:18.129]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:36.4774997Z [00:04:18.129]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:36.4775763Z [00:04:18.129]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:36.4776474Z [00:04:18.129]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:36.4777225Z [00:04:18.129]➜  packagefile github.com/dvsekhvalnov/jose2go/arrays=/tmp/go-build3998081543/b2208/_pkg_.a
2025-08-20T22:42:36.4778224Z [00:04:18.129]➜  EOF
2025-08-20T22:42:36.4780788Z [00:04:18.130]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2207/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/aes=>github.com/dvsekhvalnov/jose2go@v1.6.0/aes;$WORK/b2207=>" -p github.com/dvsekhvalnov/jose2go/aes -lang=go1.15 -complete -installsuffix shared -buildid lpMy3PCgOxgnC2N97Z8Z/lpMy3PCgOxgnC2N97Z8Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2207/importcfg -pack /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/aes/ecb.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/aes/key_wrap.go
2025-08-20T22:42:36.5293353Z [00:04:18.181]➜  go tool buildid -w $WORK/b2207/_pkg_.a # internal
2025-08-20T22:42:36.5301311Z [00:04:18.182]➜  cp $WORK/b2207/_pkg_.a /root/.cache/go-build/4d/4d98d85dc0f54407636dac65dcc761ff88a69363b3b180758a3a675bb35a53bc-d # internal
2025-08-20T22:42:36.5305765Z [00:04:18.183]➜  github.com/dvsekhvalnov/jose2go/compact
2025-08-20T22:42:36.5306575Z [00:04:18.183]➜  mkdir -p $WORK/b2210/
2025-08-20T22:42:36.5316720Z [00:04:18.184]➜  cat >/tmp/go-build3998081543/b2210/importcfg << 'EOF' # internal
2025-08-20T22:42:36.5317845Z [00:04:18.184]➜  # import config
2025-08-20T22:42:36.5318656Z [00:04:18.184]➜  packagefile github.com/dvsekhvalnov/jose2go/base64url=/tmp/go-build3998081543/b2209/_pkg_.a
2025-08-20T22:42:36.5319330Z [00:04:18.184]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:36.5319794Z [00:04:18.184]➜  EOF
2025-08-20T22:42:36.5321900Z [00:04:18.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2210/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/compact=>github.com/dvsekhvalnov/jose2go@v1.6.0/compact;$WORK/b2210=>" -p github.com/dvsekhvalnov/jose2go/compact -lang=go1.15 -complete -installsuffix shared -buildid qvNAWzYOSx4KOUk36thh/qvNAWzYOSx4KOUk36thh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2210/importcfg -pack /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/compact/compact.go
2025-08-20T22:42:36.5598387Z [00:04:18.212]➜  go tool buildid -w $WORK/b2210/_pkg_.a # internal
2025-08-20T22:42:36.5608965Z [00:04:18.213]➜  cp $WORK/b2210/_pkg_.a /root/.cache/go-build/08/08a20939fca1fdc667d3a7bf96d3ccc81f53ad98780be723e63bfc9b88a09379-d # internal
2025-08-20T22:42:36.5617100Z [00:04:18.214]➜  github.com/dvsekhvalnov/jose2go/kdf
2025-08-20T22:42:36.5620588Z [00:04:18.214]➜  mkdir -p $WORK/b2211/
2025-08-20T22:42:36.5632457Z [00:04:18.216]➜  cat >/tmp/go-build3998081543/b2211/importcfg << 'EOF' # internal
2025-08-20T22:42:36.5636552Z [00:04:18.216]➜  # import config
2025-08-20T22:42:36.5637204Z [00:04:18.216]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:36.5637772Z [00:04:18.216]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:36.5638427Z [00:04:18.216]➜  packagefile github.com/dvsekhvalnov/jose2go/arrays=/tmp/go-build3998081543/b2208/_pkg_.a
2025-08-20T22:42:36.5639125Z [00:04:18.216]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:36.5639702Z [00:04:18.216]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:36.5640113Z [00:04:18.216]➜  EOF
2025-08-20T22:42:36.5642469Z [00:04:18.216]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2211/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/kdf=>github.com/dvsekhvalnov/jose2go@v1.6.0/kdf;$WORK/b2211=>" -p github.com/dvsekhvalnov/jose2go/kdf -lang=go1.15 -complete -installsuffix shared -buildid 4QfgCUE2OtbN4ypd8Dd6/4QfgCUE2OtbN4ypd8Dd6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2211/importcfg -pack /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/kdf/nist_sp800_56a.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/kdf/pbkdf2.go
2025-08-20T22:42:36.6024719Z [00:04:18.255]➜  go tool buildid -w $WORK/b2211/_pkg_.a # internal
2025-08-20T22:42:36.6035232Z [00:04:18.256]➜  cp $WORK/b2211/_pkg_.a /root/.cache/go-build/a8/a8dd50034748e83a04d6098532b2093e6f96840b0d6457f93709c70057f57030-d # internal
2025-08-20T22:42:36.6072851Z [00:04:18.260]➜  github.com/dvsekhvalnov/jose2go/keys/ecc
2025-08-20T22:42:36.6076115Z [00:04:18.260]➜  mkdir -p $WORK/b2212/
2025-08-20T22:42:36.6076824Z [00:04:18.260]➜  cat >/tmp/go-build3998081543/b2212/importcfg << 'EOF' # internal
2025-08-20T22:42:36.6077259Z [00:04:18.260]➜  # import config
2025-08-20T22:42:36.6077725Z [00:04:18.260]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:42:36.6078588Z [00:04:18.260]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:42:36.6079177Z [00:04:18.260]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:36.6079759Z [00:04:18.260]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:42:36.6080311Z [00:04:18.260]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:36.6080796Z [00:04:18.260]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:36.6081423Z [00:04:18.260]➜  EOF
2025-08-20T22:42:36.6083859Z [00:04:18.260]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2212/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/keys/ecc=>github.com/dvsekhvalnov/jose2go@v1.6.0/keys/ecc;$WORK/b2212=>" -p github.com/dvsekhvalnov/jose2go/keys/ecc -lang=go1.15 -complete -installsuffix shared -buildid ls9hctDOQqHi9R_BblPT/ls9hctDOQqHi9R_BblPT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2212/importcfg -pack /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/keys/ecc/ecc.go
2025-08-20T22:42:36.6701687Z [00:04:18.322]➜  go tool buildid -w $WORK/b2212/_pkg_.a # internal
2025-08-20T22:42:36.6712133Z [00:04:18.324]➜  cp $WORK/b2212/_pkg_.a /root/.cache/go-build/ee/eeea06ba43ecce126e9d8c93a951e317e223e86f671f2e93e0e07918724b5647-d # internal
2025-08-20T22:42:36.6713111Z [00:04:18.324]➜  github.com/dvsekhvalnov/jose2go/padding
2025-08-20T22:42:36.6713829Z [00:04:18.324]➜  mkdir -p $WORK/b2213/
2025-08-20T22:42:36.6724651Z [00:04:18.325]➜  cat >/tmp/go-build3998081543/b2213/importcfg << 'EOF' # internal
2025-08-20T22:42:36.6725720Z [00:04:18.325]➜  # import config
2025-08-20T22:42:36.6726598Z [00:04:18.325]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:36.6727119Z [00:04:18.325]➜  EOF
2025-08-20T22:42:36.6729782Z [00:04:18.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2213/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/padding=>github.com/dvsekhvalnov/jose2go@v1.6.0/padding;$WORK/b2213=>" -p github.com/dvsekhvalnov/jose2go/padding -lang=go1.15 -complete -installsuffix shared -buildid R-kgQBF7q04WI0LFj6ji/R-kgQBF7q04WI0LFj6ji -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2213/importcfg -pack /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/padding/align.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/padding/pkcs7.go
2025-08-20T22:42:36.7122353Z [00:04:18.364]➜  go tool buildid -w $WORK/b2213/_pkg_.a # internal
2025-08-20T22:42:36.7132500Z [00:04:18.365]➜  cp $WORK/b2213/_pkg_.a /root/.cache/go-build/48/480c6d28abea88d36f05f0ebcba25a6abc05271fc622af7f728c0825a036b475-d # internal
2025-08-20T22:42:36.7145198Z [00:04:18.367]➜  github.com/dvsekhvalnov/jose2go
2025-08-20T22:42:36.7146647Z [00:04:18.367]➜  mkdir -p $WORK/b2206/
2025-08-20T22:42:36.7167080Z [00:04:18.369]➜  cat >/tmp/go-build3998081543/b2206/importcfg << 'EOF' # internal
2025-08-20T22:42:36.7168150Z [00:04:18.369]➜  # import config
2025-08-20T22:42:36.7169140Z [00:04:18.369]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:36.7170077Z [00:04:18.369]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:42:36.7170960Z [00:04:18.369]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:36.7172755Z [00:04:18.369]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:36.7173392Z [00:04:18.369]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:36.7174249Z [00:04:18.369]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:42:36.7174897Z [00:04:18.369]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:42:36.7175620Z [00:04:18.369]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:36.7176232Z [00:04:18.369]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:36.7176858Z [00:04:18.369]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:42:36.7177414Z [00:04:18.369]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:36.7178020Z [00:04:18.369]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:36.7178611Z [00:04:18.369]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:36.7179200Z [00:04:18.369]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:36.7179792Z [00:04:18.369]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:36.7180512Z [00:04:18.369]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:36.7181144Z [00:04:18.369]➜  packagefile github.com/dvsekhvalnov/jose2go/aes=/tmp/go-build3998081543/b2207/_pkg_.a
2025-08-20T22:42:36.7181986Z [00:04:18.369]➜  packagefile github.com/dvsekhvalnov/jose2go/arrays=/tmp/go-build3998081543/b2208/_pkg_.a
2025-08-20T22:42:36.7182793Z [00:04:18.369]➜  packagefile github.com/dvsekhvalnov/jose2go/base64url=/tmp/go-build3998081543/b2209/_pkg_.a
2025-08-20T22:42:36.7183676Z [00:04:18.369]➜  packagefile github.com/dvsekhvalnov/jose2go/compact=/tmp/go-build3998081543/b2210/_pkg_.a
2025-08-20T22:42:36.7212652Z [00:04:18.369]➜  packagefile github.com/dvsekhvalnov/jose2go/kdf=/tmp/go-build3998081543/b2211/_pkg_.a
2025-08-20T22:42:36.7213341Z [00:04:18.369]➜  packagefile github.com/dvsekhvalnov/jose2go/keys/ecc=/tmp/go-build3998081543/b2212/_pkg_.a
2025-08-20T22:42:36.7214014Z [00:04:18.369]➜  packagefile github.com/dvsekhvalnov/jose2go/padding=/tmp/go-build3998081543/b2213/_pkg_.a
2025-08-20T22:42:36.7214900Z [00:04:18.369]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:36.7215665Z [00:04:18.369]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:36.7216179Z [00:04:18.369]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:36.7216504Z [00:04:18.369]➜  EOF
2025-08-20T22:42:36.7223065Z [00:04:18.369]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2206/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0=>github.com/dvsekhvalnov/jose2go@v1.6.0;$WORK/b2206=>" -p github.com/dvsekhvalnov/jose2go -lang=go1.15 -complete -installsuffix shared -buildid 2WDgnJP4nm2pH6DKVlTc/2WDgnJP4nm2pH6DKVlTc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2206/importcfg -pack /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/aes_cbc_hmac.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/aes_gcm.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/aes_gcm_kw.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/aeskw.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/deflate.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/direct.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/ecdh.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/ecdh_aeskw.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/ecdsa_using_sha.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/hmac.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/hmac_using_sha.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/jose.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/pbse2_hmac_aeskw.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/plaintext.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/rsa_oaep.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/rsa_pkcs1v15.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/rsa_using_sha.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/rsapss_using_sha.go /root/go/pkg/mod/github.com/dvsekhvalnov/jose2go@v1.6.0/sha.go
2025-08-20T22:42:36.9422937Z [00:04:18.594]➜  go tool buildid -w $WORK/b2206/_pkg_.a # internal
2025-08-20T22:42:36.9446086Z [00:04:18.597]➜  cp $WORK/b2206/_pkg_.a /root/.cache/go-build/71/710ee12f4b44b68b12584b1e92c92ef77390d834fbac95550278147e73cdaf5b-d # internal
2025-08-20T22:42:36.9483254Z [00:04:18.600]➜  github.com/godbus/dbus
2025-08-20T22:42:36.9509443Z [00:04:18.600]➜  mkdir -p $WORK/b2214/
2025-08-20T22:42:36.9509907Z [00:04:18.600]➜  cat >/tmp/go-build3998081543/b2214/importcfg << 'EOF' # internal
2025-08-20T22:42:36.9510288Z [00:04:18.601]➜  # import config
2025-08-20T22:42:36.9510634Z [00:04:18.601]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:36.9511057Z [00:04:18.601]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:36.9511484Z [00:04:18.601]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:36.9512402Z [00:04:18.601]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:36.9513143Z [00:04:18.601]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:36.9513702Z [00:04:18.601]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:36.9514188Z [00:04:18.601]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:36.9514630Z [00:04:18.601]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:36.9515054Z [00:04:18.601]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:36.9515557Z [00:04:18.601]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:36.9516040Z [00:04:18.601]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:36.9516466Z [00:04:18.601]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:36.9516866Z [00:04:18.601]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:36.9517293Z [00:04:18.601]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:42:36.9517722Z [00:04:18.601]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:42:36.9518140Z [00:04:18.601]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:36.9518554Z [00:04:18.601]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:36.9518969Z [00:04:18.601]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:36.9519391Z [00:04:18.601]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:36.9519816Z [00:04:18.601]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:36.9520233Z [00:04:18.601]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:36.9520653Z [00:04:18.601]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:36.9521078Z [00:04:18.601]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:36.9521535Z [00:04:18.601]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:36.9521873Z [00:04:18.601]➜  EOF
2025-08-20T22:42:36.9556420Z [00:04:18.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2214/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2=>github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2;$WORK/b2214=>" -p github.com/godbus/dbus -lang=go1.12 -complete -installsuffix shared -buildid 396OoqjfaYzaz2KQ7sdP/396OoqjfaYzaz2KQ7sdP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2214/importcfg -pack /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/auth.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/auth_anonymous.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/auth_external.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/auth_sha1.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/call.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/conn.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/conn_other.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/conn_unix.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/dbus.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/decoder.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/default_handler.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/doc.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/encoder.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/export.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/homedir.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/homedir_dynamic.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/match.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/message.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/object.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/server_interfaces.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/sig.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/transport_generic.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/transport_nonce_tcp.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/transport_tcp.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/transport_unix.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/transport_unixcred_linux.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/variant.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/variant_lexer.go /root/go/pkg/mod/github.com/godbus/dbus@v0.0.0-20190726142602-4481cbc300e2/variant_parser.go
2025-08-20T22:42:37.2883006Z [00:04:18.940]➜  go tool buildid -w $WORK/b2195/_pkg_.a # internal
2025-08-20T22:42:37.3568366Z [00:04:19.009]➜  cp $WORK/b2195/_pkg_.a /root/.cache/go-build/26/26be4cc032daf1a275a301b1e680c36cdedeca08e0979aab226daaa45da5413e-d # internal
2025-08-20T22:42:37.3573273Z [00:04:19.009]➜  github.com/mtibben/percent
2025-08-20T22:42:37.3573594Z [00:04:19.009]➜  mkdir -p $WORK/b2216/
2025-08-20T22:42:37.3623393Z [00:04:19.015]➜  cat >/tmp/go-build3998081543/b2216/importcfg << 'EOF' # internal
2025-08-20T22:42:37.3624362Z [00:04:19.015]➜  # import config
2025-08-20T22:42:37.3625118Z [00:04:19.015]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:37.3627535Z [00:04:19.015]➜  EOF
2025-08-20T22:42:37.3629936Z [00:04:19.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2216/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/mtibben/percent@v0.2.1=>github.com/mtibben/percent@v0.2.1;$WORK/b2216=>" -p github.com/mtibben/percent -lang=go1.14 -complete -installsuffix shared -buildid WooNHszRzcjbAYkAGBM4/WooNHszRzcjbAYkAGBM4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2216/importcfg -pack /root/go/pkg/mod/github.com/mtibben/percent@v0.2.1/percent.go
2025-08-20T22:42:37.4034324Z [00:04:19.056]➜  go tool buildid -w $WORK/b2216/_pkg_.a # internal
2025-08-20T22:42:37.4088139Z [00:04:19.060]➜  cp $WORK/b2216/_pkg_.a /root/.cache/go-build/06/0622dbcc0a8f81650d3af9634b588a05a0eea385b77e0dc3a8508cf4bb2b4027-d # internal
2025-08-20T22:42:37.4120384Z [00:04:19.064]➜  github.com/apache/arrow/go/v15/arrow/scalar
2025-08-20T22:42:37.4121105Z [00:04:19.064]➜  mkdir -p $WORK/b2219/
2025-08-20T22:42:37.4141288Z [00:04:19.066]➜  cat >/tmp/go-build3998081543/b2219/importcfg << 'EOF' # internal
2025-08-20T22:42:37.4142045Z [00:04:19.066]➜  # import config
2025-08-20T22:42:37.4144958Z [00:04:19.066]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:37.4146295Z [00:04:19.066]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:37.4146979Z [00:04:19.066]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:37.4147615Z [00:04:19.066]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:37.4148290Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:42:37.4149112Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow/array=/tmp/go-build3998081543/b817/_pkg_.a
2025-08-20T22:42:37.4149941Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:42:37.4151497Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal128=/tmp/go-build3998081543/b813/_pkg_.a
2025-08-20T22:42:37.4152214Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal256=/tmp/go-build3998081543/b814/_pkg_.a
2025-08-20T22:42:37.4153364Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow/encoded=/tmp/go-build3998081543/b818/_pkg_.a
2025-08-20T22:42:37.4154154Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow/endian=/tmp/go-build3998081543/b809/_pkg_.a
2025-08-20T22:42:37.4154845Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow/float16=/tmp/go-build3998081543/b815/_pkg_.a
2025-08-20T22:42:37.4155709Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:42:37.4156468Z [00:04:19.066]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:42:37.4157097Z [00:04:19.066]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:42:37.4157651Z [00:04:19.066]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:42:37.4158149Z [00:04:19.066]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:42:37.4158601Z [00:04:19.066]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:37.4159027Z [00:04:19.066]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:37.4159466Z [00:04:19.066]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:37.4159903Z [00:04:19.066]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:37.4160333Z [00:04:19.066]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:37.4160765Z [00:04:19.066]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:37.4161186Z [00:04:19.066]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:37.4161626Z [00:04:19.066]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:37.4161963Z [00:04:19.066]➜  EOF
2025-08-20T22:42:37.4187800Z [00:04:19.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2219/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar=>github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar;$WORK/b2219=>" -p github.com/apache/arrow/go/v15/arrow/scalar -lang=go1.20 -complete -installsuffix shared -buildid 0giFqdoA6xU_IzFhnW1c/0giFqdoA6xU_IzFhnW1c -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2219/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar/append.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar/binary.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar/compare.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar/nested.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar/numeric.gen.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar/parse.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar/scalar.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/scalar/temporal.go
2025-08-20T22:42:37.4252132Z [00:04:19.077]➜  go tool buildid -w $WORK/b2186/_pkg_.a # internal
2025-08-20T22:42:37.5088177Z [00:04:19.161]➜  cp $WORK/b2186/_pkg_.a /root/.cache/go-build/df/dfdf1e21009849f179d5f4018253a70d8feaea4b20c0ffb2c9e9145ae4a9674c-d # internal
2025-08-20T22:42:37.5151055Z [00:04:19.167]➜  github.com/sijms/go-ora/v2/network
2025-08-20T22:42:37.5154044Z [00:04:19.167]➜  mkdir -p $WORK/b2185/
2025-08-20T22:42:37.5156874Z [00:04:19.168]➜  cat >/tmp/go-build3998081543/b2185/importcfg << 'EOF' # internal
2025-08-20T22:42:37.5157289Z [00:04:19.168]➜  # import config
2025-08-20T22:42:37.5157635Z [00:04:19.168]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:37.5158057Z [00:04:19.168]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:37.5158482Z [00:04:19.168]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:37.5158925Z [00:04:19.168]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:42:37.5159780Z [00:04:19.168]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:37.5160373Z [00:04:19.168]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:37.5160919Z [00:04:19.168]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:37.5161423Z [00:04:19.168]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:37.5161900Z [00:04:19.168]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:42:37.5162350Z [00:04:19.168]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:37.5162766Z [00:04:19.168]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:37.5163315Z [00:04:19.168]➜  packagefile github.com/sijms/go-ora/v2/configurations=/tmp/go-build3998081543/b2184/_pkg_.a
2025-08-20T22:42:37.5163968Z [00:04:19.168]➜  packagefile github.com/sijms/go-ora/v2/converters=/tmp/go-build3998081543/b2186/_pkg_.a
2025-08-20T22:42:37.5164603Z [00:04:19.168]➜  packagefile github.com/sijms/go-ora/v2/lazy_init=/tmp/go-build3998081543/b2187/_pkg_.a
2025-08-20T22:42:37.5165256Z [00:04:19.168]➜  packagefile github.com/sijms/go-ora/v2/network/security=/tmp/go-build3998081543/b2188/_pkg_.a
2025-08-20T22:42:37.5166126Z [00:04:19.168]➜  packagefile github.com/sijms/go-ora/v2/trace=/tmp/go-build3998081543/b2189/_pkg_.a
2025-08-20T22:42:37.5166620Z [00:04:19.168]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:37.5167026Z [00:04:19.168]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:37.5167447Z [00:04:19.168]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:37.5167871Z [00:04:19.168]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:37.5168296Z [00:04:19.168]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:37.5168765Z [00:04:19.168]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:37.5169191Z [00:04:19.168]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:37.5169623Z [00:04:19.168]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:37.5170044Z [00:04:19.168]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:37.5170358Z [00:04:19.168]➜  EOF
2025-08-20T22:42:37.5195075Z [00:04:19.171]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2185/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network=>github.com/sijms/go-ora/v2@v2.8.24/network;$WORK/b2185=>" -p github.com/sijms/go-ora/v2/network -lang=go1.18 -complete -installsuffix shared -buildid KeUGpYVZR_i070-Vy1y4/KeUGpYVZR_i070-Vy1y4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2185/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/accept_packet.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/connect_option.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/connect_packet.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/data_packet.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/marker_packet.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/net_others.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/oracle_error.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/packets.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/redirect_packet.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/refuse_packet.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/session.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/session_ctx.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/network/summary_object.go
2025-08-20T22:42:37.6951935Z [00:04:19.347]➜  go tool buildid -w $WORK/b2214/_pkg_.a # internal
2025-08-20T22:42:37.7077813Z [00:04:19.360]➜  cp $WORK/b2214/_pkg_.a /root/.cache/go-build/2a/2aeb8d4a63d2bd613561bac085681715443380774a369dbb2d2e2140109a4dfd-d # internal
2025-08-20T22:42:37.7079528Z [00:04:19.360]➜  github.com/gsterjov/go-libsecret
2025-08-20T22:42:37.7082326Z [00:04:19.360]➜  mkdir -p $WORK/b2215/
2025-08-20T22:42:37.7084156Z [00:04:19.361]➜  cat >/tmp/go-build3998081543/b2215/importcfg << 'EOF' # internal
2025-08-20T22:42:37.7084531Z [00:04:19.361]➜  # import config
2025-08-20T22:42:37.7084937Z [00:04:19.361]➜  packagefile github.com/godbus/dbus=/tmp/go-build3998081543/b2214/_pkg_.a
2025-08-20T22:42:37.7085550Z [00:04:19.361]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:37.7090350Z [00:04:19.361]➜  EOF
2025-08-20T22:42:37.7094409Z [00:04:19.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2215/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gsterjov/go-libsecret@v0.0.0-20161001094733-a6f4afe4910c=>github.com/gsterjov/go-libsecret@v0.0.0-20161001094733-a6f4afe4910c;$WORK/b2215=>" -p github.com/gsterjov/go-libsecret -lang=go1.16 -complete -installsuffix shared -buildid 8xobaVdnRr4GRivsJf-w/8xobaVdnRr4GRivsJf-w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2215/importcfg -pack /root/go/pkg/mod/github.com/gsterjov/go-libsecret@v0.0.0-20161001094733-a6f4afe4910c/collection.go /root/go/pkg/mod/github.com/gsterjov/go-libsecret@v0.0.0-20161001094733-a6f4afe4910c/item.go /root/go/pkg/mod/github.com/gsterjov/go-libsecret@v0.0.0-20161001094733-a6f4afe4910c/prompt.go /root/go/pkg/mod/github.com/gsterjov/go-libsecret@v0.0.0-20161001094733-a6f4afe4910c/secret.go /root/go/pkg/mod/github.com/gsterjov/go-libsecret@v0.0.0-20161001094733-a6f4afe4910c/service.go /root/go/pkg/mod/github.com/gsterjov/go-libsecret@v0.0.0-20161001094733-a6f4afe4910c/session.go
2025-08-20T22:42:37.7241193Z [00:04:19.376]➜  go tool buildid -w $WORK/b2185/_pkg_.a # internal
2025-08-20T22:42:37.7270155Z [00:04:19.379]➜  cp $WORK/b2185/_pkg_.a /root/.cache/go-build/55/55e3724c3a66a9243c84881cc3713d47278447e8a5a58a4af4b5c7ce94ffb925-d # internal
2025-08-20T22:42:37.7300577Z [00:04:19.382]➜  github.com/sijms/go-ora/v2/advanced_nego
2025-08-20T22:42:37.7301450Z [00:04:19.383]➜  mkdir -p $WORK/b2181/
2025-08-20T22:42:37.7306439Z [00:04:19.383]➜  cat >/tmp/go-build3998081543/b2181/importcfg << 'EOF' # internal
2025-08-20T22:42:37.7307176Z [00:04:19.383]➜  # import config
2025-08-20T22:42:37.7308919Z [00:04:19.383]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:37.7309681Z [00:04:19.383]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:42:37.7310447Z [00:04:19.383]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:37.7311522Z [00:04:19.383]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:37.7312351Z [00:04:19.383]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:37.7313132Z [00:04:19.383]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:37.7314125Z [00:04:19.383]➜  packagefile github.com/sijms/go-ora/v2/advanced_nego/ntlmssp=/tmp/go-build3998081543/b2182/_pkg_.a
2025-08-20T22:42:37.7315460Z [00:04:19.383]➜  packagefile github.com/sijms/go-ora/v2/configurations=/tmp/go-build3998081543/b2184/_pkg_.a
2025-08-20T22:42:37.7316413Z [00:04:19.383]➜  packagefile github.com/sijms/go-ora/v2/network=/tmp/go-build3998081543/b2185/_pkg_.a
2025-08-20T22:42:37.7317663Z [00:04:19.383]➜  packagefile github.com/sijms/go-ora/v2/network/security=/tmp/go-build3998081543/b2188/_pkg_.a
2025-08-20T22:42:37.7318324Z [00:04:19.383]➜  packagefile github.com/sijms/go-ora/v2/trace=/tmp/go-build3998081543/b2189/_pkg_.a
2025-08-20T22:42:37.7318851Z [00:04:19.383]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:37.7319274Z [00:04:19.383]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:37.7319692Z [00:04:19.383]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:37.7320010Z [00:04:19.383]➜  EOF
2025-08-20T22:42:37.7324225Z [00:04:19.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2181/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego=>github.com/sijms/go-ora/v2@v2.8.24/advanced_nego;$WORK/b2181=>" -p github.com/sijms/go-ora/v2/advanced_nego -lang=go1.18 -complete -installsuffix shared -buildid 5By_T7lu3qZ8NDc98kQr/5By_T7lu3qZ8NDc98kQr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2181/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/advanced_nego.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/auth_service.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/comm.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/data_integrity_service.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/default_service.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/encrypt_service.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/nts.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/advanced_nego/supervisor_service.go
2025-08-20T22:42:37.7594578Z [00:04:19.412]➜  go tool buildid -w $WORK/b2215/_pkg_.a # internal
2025-08-20T22:42:37.7604901Z [00:04:19.413]➜  cp $WORK/b2215/_pkg_.a /root/.cache/go-build/07/076a523ad143076bfb059cefc5e534ce5ffe138808e0eb6bc2192dbc508cc868-d # internal
2025-08-20T22:42:37.7610012Z [00:04:19.413]➜  github.com/99designs/keyring
2025-08-20T22:42:37.7611338Z [00:04:19.413]➜  mkdir -p $WORK/b2205/
2025-08-20T22:42:37.7614394Z [00:04:19.414]➜  cat >/tmp/go-build3998081543/b2205/importcfg << 'EOF' # internal
2025-08-20T22:42:37.7614766Z [00:04:19.414]➜  # import config
2025-08-20T22:42:37.7615153Z [00:04:19.414]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:37.7622018Z [00:04:19.414]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:37.7622482Z [00:04:19.414]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:37.7622904Z [00:04:19.414]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:37.7623422Z [00:04:19.414]➜  packagefile github.com/dvsekhvalnov/jose2go=/tmp/go-build3998081543/b2206/_pkg_.a
2025-08-20T22:42:37.7624029Z [00:04:19.414]➜  packagefile github.com/godbus/dbus=/tmp/go-build3998081543/b2214/_pkg_.a
2025-08-20T22:42:37.7624595Z [00:04:19.414]➜  packagefile github.com/gsterjov/go-libsecret=/tmp/go-build3998081543/b2215/_pkg_.a
2025-08-20T22:42:37.7625178Z [00:04:19.414]➜  packagefile github.com/mtibben/percent=/tmp/go-build3998081543/b2216/_pkg_.a
2025-08-20T22:42:37.7625892Z [00:04:19.414]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:42:37.7626748Z [00:04:19.414]➜  packagefile golang.org/x/term=/tmp/go-build3998081543/b1260/_pkg_.a
2025-08-20T22:42:37.7627272Z [00:04:19.414]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:37.7627676Z [00:04:19.414]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:37.7628089Z [00:04:19.414]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:42:37.7628537Z [00:04:19.414]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:37.7629176Z [00:04:19.414]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:37.7629604Z [00:04:19.414]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:37.7630023Z [00:04:19.414]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:37.7630330Z [00:04:19.414]➜  EOF
2025-08-20T22:42:37.7634309Z [00:04:19.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2205/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/99designs/keyring@v1.2.2=>github.com/99designs/keyring@v1.2.2;$WORK/b2205=>" -p github.com/99designs/keyring -lang=go1.19 -complete -installsuffix shared -buildid gnq2LmLJznGkTPkilZTc/gnq2LmLJznGkTPkilZTc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2205/importcfg -pack /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/array.go /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/config.go /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/file.go /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/keyctl.go /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/keyring.go /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/kwallet.go /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/pass.go /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/prompt.go /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/secretservice.go /root/go/pkg/mod/github.com/99designs/keyring@v1.2.2/tilde.go
2025-08-20T22:42:37.8539299Z [00:04:19.505]➜  go tool buildid -w $WORK/b2181/_pkg_.a # internal
2025-08-20T22:42:37.8556231Z [00:04:19.508]➜  cp $WORK/b2181/_pkg_.a /root/.cache/go-build/df/df3632b08ea37430cdce95cce0f0c1e566dc5bb7ec0107760698bdb61ea19b91-d # internal
2025-08-20T22:42:37.8689919Z [00:04:19.521]➜  go tool buildid -w $WORK/b2205/_pkg_.a # internal
2025-08-20T22:42:37.8716221Z [00:04:19.524]➜  cp $WORK/b2205/_pkg_.a /root/.cache/go-build/c0/c02b57ef44bcfb436a93f816be2c0fb832aec3c29d005109ccdf177e320254fb-d # internal
2025-08-20T22:42:37.8720529Z [00:04:19.524]➜  github.com/gabriel-vasile/mimetype/internal/charset
2025-08-20T22:42:37.8727100Z [00:04:19.524]➜  mkdir -p $WORK/b2223/
2025-08-20T22:42:37.8727569Z [00:04:19.525]➜  github.com/sijms/go-ora/v2
2025-08-20T22:42:37.8731491Z [00:04:19.525]➜  mkdir -p $WORK/b2180/
2025-08-20T22:42:37.8734036Z [00:04:19.525]➜  cat >/tmp/go-build3998081543/b2180/importcfg << 'EOF' # internal
2025-08-20T22:42:37.8738978Z [00:04:19.525]➜  # import config
2025-08-20T22:42:37.8741920Z [00:04:19.525]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:37.8742393Z [00:04:19.525]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:37.8742841Z [00:04:19.525]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:37.8743306Z [00:04:19.525]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:37.8743767Z [00:04:19.525]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:42:37.8744226Z [00:04:19.525]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:37.8745091Z [00:04:19.525]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:42:37.8745726Z [00:04:19.525]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:37.8746200Z [00:04:19.525]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:37.8746712Z [00:04:19.525]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:37.8747177Z [00:04:19.525]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:37.8747808Z [00:04:19.525]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:37.8748364Z [00:04:19.525]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:37.8748862Z [00:04:19.525]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:37.8749333Z [00:04:19.525]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:37.8749810Z [00:04:19.525]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:37.8750260Z [00:04:19.525]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:37.8750677Z [00:04:19.525]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:37.8751215Z [00:04:19.525]➜  packagefile github.com/sijms/go-ora/v2/advanced_nego=/tmp/go-build3998081543/b2181/_pkg_.a
2025-08-20T22:42:37.8751876Z [00:04:19.525]➜  packagefile github.com/sijms/go-ora/v2/configurations=/tmp/go-build3998081543/b2184/_pkg_.a
2025-08-20T22:42:37.8752525Z [00:04:19.525]➜  packagefile github.com/sijms/go-ora/v2/converters=/tmp/go-build3998081543/b2186/_pkg_.a
2025-08-20T22:42:37.8765491Z [00:04:19.525]➜  packagefile github.com/sijms/go-ora/v2/lazy_init=/tmp/go-build3998081543/b2187/_pkg_.a
2025-08-20T22:42:37.8766327Z [00:04:19.525]➜  packagefile github.com/sijms/go-ora/v2/network=/tmp/go-build3998081543/b2185/_pkg_.a
2025-08-20T22:42:37.8767002Z [00:04:19.525]➜  packagefile github.com/sijms/go-ora/v2/network/security=/tmp/go-build3998081543/b2188/_pkg_.a
2025-08-20T22:42:37.8768104Z [00:04:19.525]➜  packagefile github.com/sijms/go-ora/v2/trace=/tmp/go-build3998081543/b2189/_pkg_.a
2025-08-20T22:42:37.8768695Z [00:04:19.525]➜  packagefile go/types=/tmp/go-build3998081543/b2190/_pkg_.a
2025-08-20T22:42:37.8769114Z [00:04:19.525]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:37.8769522Z [00:04:19.525]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:37.8769938Z [00:04:19.525]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:37.8770354Z [00:04:19.525]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:37.8770765Z [00:04:19.525]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:37.8771179Z [00:04:19.525]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:37.8771608Z [00:04:19.525]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:37.8772040Z [00:04:19.525]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:37.8772470Z [00:04:19.525]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:37.8772886Z [00:04:19.525]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:37.8773307Z [00:04:19.525]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:37.8773724Z [00:04:19.525]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:37.8774033Z [00:04:19.525]➜  EOF
2025-08-20T22:42:37.8781894Z [00:04:19.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2180/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24=>github.com/sijms/go-ora/v2@v2.8.24;$WORK/b2180=>" -p github.com/sijms/go-ora/v2 -lang=go1.18 -complete -installsuffix shared -buildid QaharRsPRtsU1V1PuMEq/QaharRsPRtsU1V1PuMEq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2180/importcfg -pack /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/auth_object.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/bfile.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/bulk_copy.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/command.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/connection.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/connection_string.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/custom_types.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/data_set.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/data_type_nego.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/db_version.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/driver.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/lob.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/number.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/oracletype_string.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/parameter.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/parameter_encode.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/ref_cursor.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/rowid.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/simple_object.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/tcp_protocol_nego.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/timestamp.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/timestampTZ.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/transaction.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/udt.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/urowid.go /root/go/pkg/mod/github.com/sijms/go-ora/v2@v2.8.24/utils.go
2025-08-20T22:42:37.8788574Z [00:04:19.525]➜  cat >/tmp/go-build3998081543/b2223/importcfg << 'EOF' # internal
2025-08-20T22:42:37.8788935Z [00:04:19.525]➜  # import config
2025-08-20T22:42:37.8789278Z [00:04:19.525]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:37.8789723Z [00:04:19.525]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:42:37.8790502Z [00:04:19.525]➜  packagefile golang.org/x/net/html=/tmp/go-build3998081543/b2198/_pkg_.a
2025-08-20T22:42:37.8791045Z [00:04:19.525]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:37.8791494Z [00:04:19.525]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:37.8791823Z [00:04:19.525]➜  EOF
2025-08-20T22:42:37.8793970Z [00:04:19.525]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2223/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/charset=>github.com/gabriel-vasile/mimetype@v1.4.7/internal/charset;$WORK/b2223=>" -p github.com/gabriel-vasile/mimetype/internal/charset -lang=go1.20 -complete -installsuffix shared -buildid eT7un8Uk-6asKkuSQkec/eT7un8Uk-6asKkuSQkec -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2223/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/charset/charset.go
2025-08-20T22:42:37.9109218Z [00:04:19.563]➜  go tool buildid -w $WORK/b2223/_pkg_.a # internal
2025-08-20T22:42:37.9116172Z [00:04:19.564]➜  cp $WORK/b2223/_pkg_.a /root/.cache/go-build/3a/3ab38a7103b124da28e7d8a089cbb2873fee32d924e90efb726d4822b7ff5f70-d # internal
2025-08-20T22:42:37.9120388Z [00:04:19.564]➜  debug/dwarf
2025-08-20T22:42:37.9121290Z [00:04:19.565]➜  mkdir -p $WORK/b2226/
2025-08-20T22:42:37.9127214Z [00:04:19.565]➜  cat >/tmp/go-build3998081543/b2226/importcfg << 'EOF' # internal
2025-08-20T22:42:37.9129690Z [00:04:19.565]➜  # import config
2025-08-20T22:42:37.9138139Z [00:04:19.565]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:37.9138619Z [00:04:19.565]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:37.9139075Z [00:04:19.565]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:37.9139492Z [00:04:19.565]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:37.9139899Z [00:04:19.565]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:37.9140656Z [00:04:19.565]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:37.9141079Z [00:04:19.565]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:37.9141498Z [00:04:19.565]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:37.9141931Z [00:04:19.565]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:37.9142248Z [00:04:19.565]➜  EOF
2025-08-20T22:42:37.9145130Z [00:04:19.565]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2226/_pkg_.a -trimpath "/root/.go/src/debug/dwarf=>debug/dwarf;$WORK/b2226=>" -p debug/dwarf -lang=go1.25 -std -complete -installsuffix shared -buildid aVJyGeSjXLianvjRfZLo/aVJyGeSjXLianvjRfZLo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2226/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-20T22:42:38.2104185Z [00:04:19.863]➜  go tool buildid -w $WORK/b1358/_pkg_.a # internal
2025-08-20T22:42:38.2230681Z [00:04:19.875]➜  go tool buildid -w $WORK/b2226/_pkg_.a # internal
2025-08-20T22:42:38.2280562Z [00:04:19.879]➜  cp $WORK/b2226/_pkg_.a /root/.cache/go-build/51/51552ff03f543f8adef2b2b385795b8044c867db5079e4537a6af9af1ee93bfb-d # internal
2025-08-20T22:42:38.2281819Z [00:04:19.879]➜  debug/macho
2025-08-20T22:42:38.2282181Z [00:04:19.879]➜  mkdir -p $WORK/b2225/
2025-08-20T22:42:38.2284018Z [00:04:19.879]➜  cat >/tmp/go-build3998081543/b2225/importcfg << 'EOF' # internal
2025-08-20T22:42:38.2284397Z [00:04:19.879]➜  # import config
2025-08-20T22:42:38.2284740Z [00:04:19.879]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:38.2285780Z [00:04:19.879]➜  packagefile compress/zlib=/tmp/go-build3998081543/b390/_pkg_.a
2025-08-20T22:42:38.2286382Z [00:04:19.879]➜  packagefile debug/dwarf=/tmp/go-build3998081543/b2226/_pkg_.a
2025-08-20T22:42:38.2286911Z [00:04:19.879]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:38.2289464Z [00:04:19.879]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.2289924Z [00:04:19.879]➜  packagefile internal/saferio=/tmp/go-build3998081543/b685/_pkg_.a
2025-08-20T22:42:38.2290392Z [00:04:19.879]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.2290792Z [00:04:19.879]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:38.2291206Z [00:04:19.879]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.2291635Z [00:04:19.879]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.2291954Z [00:04:19.879]➜  EOF
2025-08-20T22:42:38.2293955Z [00:04:19.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2225/_pkg_.a -trimpath "/root/.go/src/debug/macho=>debug/macho;$WORK/b2225=>" -p debug/macho -lang=go1.25 -std -complete -installsuffix shared -buildid bH0S3HKNv518sFug76z0/bH0S3HKNv518sFug76z0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2225/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-20T22:42:38.3003664Z [00:04:19.953]➜  go tool buildid -w $WORK/b2219/_pkg_.a # internal
2025-08-20T22:42:38.3208052Z [00:04:19.973]➜  cp $WORK/b2219/_pkg_.a /root/.cache/go-build/34/34af324dbb0ebba92bb2562d15d3aa3d83495b9335dd6a4fe63e0e25b8e4bb8b-d # internal
2025-08-20T22:42:38.3282651Z [00:04:19.980]➜  github.com/apache/arrow/go/v15/arrow/compute/exec
2025-08-20T22:42:38.3283734Z [00:04:19.980]➜  mkdir -p $WORK/b2218/
2025-08-20T22:42:38.3284401Z [00:04:19.980]➜  cat >/tmp/go-build3998081543/b2218/importcfg << 'EOF' # internal
2025-08-20T22:42:38.3285574Z [00:04:19.980]➜  # import config
2025-08-20T22:42:38.3286044Z [00:04:19.980]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.3286488Z [00:04:19.980]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.3287020Z [00:04:19.980]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:42:38.3287679Z [00:04:19.980]➜  packagefile github.com/apache/arrow/go/v15/arrow/array=/tmp/go-build3998081543/b817/_pkg_.a
2025-08-20T22:42:38.3288666Z [00:04:19.980]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:42:38.3289455Z [00:04:19.980]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:42:38.3290165Z [00:04:19.980]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:42:38.3290850Z [00:04:19.980]➜  packagefile github.com/apache/arrow/go/v15/arrow/scalar=/tmp/go-build3998081543/b2219/_pkg_.a
2025-08-20T22:42:38.3291508Z [00:04:19.980]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:42:38.3292071Z [00:04:19.980]➜  packagefile golang.org/x/exp/slices=/tmp/go-build3998081543/b428/_pkg_.a
2025-08-20T22:42:38.3292574Z [00:04:19.980]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:42:38.3293014Z [00:04:19.980]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:38.3293443Z [00:04:19.980]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:38.3293875Z [00:04:19.981]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.3294320Z [00:04:19.981]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:38.3294653Z [00:04:19.981]➜  EOF
2025-08-20T22:42:38.3298161Z [00:04:19.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2218/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/exec=>github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/exec;$WORK/b2218=>" -p github.com/apache/arrow/go/v15/arrow/compute/exec -lang=go1.20 -complete -installsuffix shared -buildid vj5CFcnOcweq1LlJgZjh/vj5CFcnOcweq1LlJgZjh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2218/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/exec/hash_util.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/exec/kernel.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/exec/span.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/exec/utils.go
2025-08-20T22:42:38.3685148Z [00:04:20.021]➜  go tool buildid -w $WORK/b2225/_pkg_.a # internal
2025-08-20T22:42:38.3718839Z [00:04:20.024]➜  cp $WORK/b2225/_pkg_.a /root/.cache/go-build/43/430cdc13bf2c4e0aa06f9ad9e4bfcab79594d623d3f129fb9fa076202858ab11-d # internal
2025-08-20T22:42:38.3727662Z [00:04:20.025]➜  github.com/gabriel-vasile/mimetype/internal/json
2025-08-20T22:42:38.3760495Z [00:04:20.028]➜  mkdir -p $WORK/b2227/
2025-08-20T22:42:38.3771589Z [00:04:20.029]➜  cat >/tmp/go-build3998081543/b2227/importcfg << 'EOF' # internal
2025-08-20T22:42:38.3774430Z [00:04:20.030]➜  # import config
2025-08-20T22:42:38.3774788Z [00:04:20.030]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.3775211Z [00:04:20.030]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:38.3775695Z [00:04:20.030]➜  EOF
2025-08-20T22:42:38.3777842Z [00:04:20.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2227/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/json=>github.com/gabriel-vasile/mimetype@v1.4.7/internal/json;$WORK/b2227=>" -p github.com/gabriel-vasile/mimetype/internal/json -lang=go1.20 -complete -installsuffix shared -buildid V4I8HoPjvbi54xTLsygy/V4I8HoPjvbi54xTLsygy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2227/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/json/json.go
2025-08-20T22:42:38.4133119Z [00:04:20.065]➜  cp $WORK/b1358/_pkg_.a /root/.cache/go-build/da/da54f8535fe711eb0d1414c77eb32bf77a2b05a022b5067ca51a59b70f793db4-d # internal
2025-08-20T22:42:38.4176257Z [00:04:20.070]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete
2025-08-20T22:42:38.4182728Z [00:04:20.071]➜  mkdir -p $WORK/b1357/
2025-08-20T22:42:38.4194931Z [00:04:20.072]➜  cat >/tmp/go-build3998081543/b1357/importcfg << 'EOF' # internal
2025-08-20T22:42:38.4198219Z [00:04:20.072]➜  # import config
2025-08-20T22:42:38.4199010Z [00:04:20.072]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.4200138Z [00:04:20.072]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.4200595Z [00:04:20.072]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.4201018Z [00:04:20.072]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.4201693Z [00:04:20.072]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.4202490Z [00:04:20.072]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.4203057Z [00:04:20.072]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.4203477Z [00:04:20.072]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.4203917Z [00:04:20.072]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.4204365Z [00:04:20.072]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.4204796Z [00:04:20.072]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.4205109Z [00:04:20.072]➜  EOF
2025-08-20T22:42:38.4220850Z [00:04:20.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1357/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/delete;$WORK/b1357=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete -lang=go1.22 -complete -installsuffix shared -buildid xRqrD3IjGv5itdXe3Mg5/xRqrD3IjGv5itdXe3Mg5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1357/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/delete/response.go
2025-08-20T22:42:38.4920338Z [00:04:20.144]➜  go tool buildid -w $WORK/b2227/_pkg_.a # internal
2025-08-20T22:42:38.4925929Z [00:04:20.145]➜  cp $WORK/b2227/_pkg_.a /root/.cache/go-build/b1/b1092bddb85afcb4d286e0ef60b2a5e7b175303d2b1041df0bf9e8b5172b0edb-d # internal
2025-08-20T22:42:38.5001347Z [00:04:20.152]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get
2025-08-20T22:42:38.5002785Z [00:04:20.152]➜  mkdir -p $WORK/b1551/
2025-08-20T22:42:38.5005851Z [00:04:20.153]➜  cat >/tmp/go-build3998081543/b1551/importcfg << 'EOF' # internal
2025-08-20T22:42:38.5007024Z [00:04:20.153]➜  # import config
2025-08-20T22:42:38.5007605Z [00:04:20.153]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:38.5009756Z [00:04:20.153]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.5010236Z [00:04:20.153]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.5010703Z [00:04:20.153]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.5011120Z [00:04:20.153]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.5011745Z [00:04:20.153]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.5012533Z [00:04:20.153]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.5013425Z [00:04:20.153]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.5013845Z [00:04:20.153]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.5014281Z [00:04:20.153]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.5014706Z [00:04:20.153]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.5015133Z [00:04:20.153]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.5015769Z [00:04:20.153]➜  EOF
2025-08-20T22:42:38.5018580Z [00:04:20.153]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1551/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/get;$WORK/b1551=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get -lang=go1.22 -complete -installsuffix shared -buildid mn4H4gocEiSi6a1aR3Eh/mn4H4gocEiSi6a1aR3Eh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1551/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/get/response.go
2025-08-20T22:42:38.5306563Z [00:04:20.182]➜  go tool buildid -w $WORK/b2218/_pkg_.a # internal
2025-08-20T22:42:38.5333411Z [00:04:20.185]➜  cp $WORK/b2218/_pkg_.a /root/.cache/go-build/b7/b71a3f8a7f1ed07809c39aba10355fe4f701400118c6649c9b6bc5b041a291b6-d # internal
2025-08-20T22:42:38.5367966Z [00:04:20.189]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status
2025-08-20T22:42:38.5368425Z [00:04:20.189]➜  mkdir -p $WORK/b1552/
2025-08-20T22:42:38.5391324Z [00:04:20.191]➜  cat >/tmp/go-build3998081543/b1552/importcfg << 'EOF' # internal
2025-08-20T22:42:38.5399666Z [00:04:20.191]➜  # import config
2025-08-20T22:42:38.5400091Z [00:04:20.191]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:38.5400959Z [00:04:20.192]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.5401529Z [00:04:20.192]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.5402037Z [00:04:20.192]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.5402666Z [00:04:20.192]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.5403308Z [00:04:20.192]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.5408436Z [00:04:20.192]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.5409157Z [00:04:20.192]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.5409587Z [00:04:20.192]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.5410020Z [00:04:20.192]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.5424670Z [00:04:20.192]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.5425177Z [00:04:20.192]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.5425718Z [00:04:20.192]➜  EOF
2025-08-20T22:42:38.5428561Z [00:04:20.192]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1552/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/status=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/status;$WORK/b1552=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status -lang=go1.22 -complete -installsuffix shared -buildid f7zz54bIl2L1I-JngM6r/f7zz54bIl2L1I-JngM6r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1552/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/status/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/status/status.go
2025-08-20T22:42:38.5533480Z [00:04:20.206]➜  go tool buildid -w $WORK/b1357/_pkg_.a # internal
2025-08-20T22:42:38.5543488Z [00:04:20.207]➜  cp $WORK/b1357/_pkg_.a /root/.cache/go-build/32/324572b4a26bb49c005957460518be67d94220d593d21fbbd9938aa24a99623f-d # internal
2025-08-20T22:42:38.5581515Z [00:04:20.211]➜  github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit
2025-08-20T22:42:38.5582759Z [00:04:20.211]➜  mkdir -p $WORK/b1553/
2025-08-20T22:42:38.5586857Z [00:04:20.211]➜  cat >/tmp/go-build3998081543/b1553/importcfg << 'EOF' # internal
2025-08-20T22:42:38.5589174Z [00:04:20.211]➜  # import config
2025-08-20T22:42:38.5590085Z [00:04:20.211]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:38.5596333Z [00:04:20.211]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.5597311Z [00:04:20.211]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.5598014Z [00:04:20.211]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.5598795Z [00:04:20.211]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.5599662Z [00:04:20.211]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.5600802Z [00:04:20.211]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.5601988Z [00:04:20.211]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:38.5607148Z [00:04:20.211]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:42:38.5608198Z [00:04:20.211]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:38.5609107Z [00:04:20.211]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3998081543/b1525/_pkg_.a
2025-08-20T22:42:38.5610381Z [00:04:20.211]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.5610871Z [00:04:20.211]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.5611308Z [00:04:20.211]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.5611733Z [00:04:20.211]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.5612164Z [00:04:20.211]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.5612490Z [00:04:20.211]➜  EOF
2025-08-20T22:42:38.5615887Z [00:04:20.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1553/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/submit=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/submit;$WORK/b1553=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit -lang=go1.22 -complete -installsuffix shared -buildid LPCuF6OPOak4TrU5VaTX/LPCuF6OPOak4TrU5VaTX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1553/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/submit/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/submit/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/asyncsearch/submit/submit.go
2025-08-20T22:42:38.6256606Z [00:04:20.278]➜  go tool buildid -w $WORK/b1551/_pkg_.a # internal
2025-08-20T22:42:38.6278694Z [00:04:20.280]➜  cp $WORK/b1551/_pkg_.a /root/.cache/go-build/45/45bd894efd8ed2ec64835641ba7abcfc12c5a2b4fd9adcbf31a220fa0dc950c8-d # internal
2025-08-20T22:42:38.6328714Z [00:04:20.285]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy
2025-08-20T22:42:38.6329423Z [00:04:20.285]➜  mkdir -p $WORK/b1554/
2025-08-20T22:42:38.6356978Z [00:04:20.286]➜  cat >/tmp/go-build3998081543/b1554/importcfg << 'EOF' # internal
2025-08-20T22:42:38.6357982Z [00:04:20.286]➜  # import config
2025-08-20T22:42:38.6358396Z [00:04:20.286]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.6358858Z [00:04:20.286]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.6359308Z [00:04:20.286]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.6359728Z [00:04:20.286]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.6360527Z [00:04:20.286]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.6361380Z [00:04:20.286]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.6361946Z [00:04:20.286]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.6362367Z [00:04:20.286]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.6362811Z [00:04:20.286]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.6363249Z [00:04:20.286]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.6363696Z [00:04:20.286]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.6364017Z [00:04:20.286]➜  EOF
2025-08-20T22:42:38.6367611Z [00:04:20.286]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1554/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/deleteautoscalingpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/deleteautoscalingpolicy;$WORK/b1554=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy -lang=go1.22 -complete -installsuffix shared -buildid smffOloGMOlPV_VuustU/smffOloGMOlPV_VuustU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1554/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/deleteautoscalingpolicy/delete_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/deleteautoscalingpolicy/response.go
2025-08-20T22:42:38.6370693Z [00:04:20.286]➜  go tool buildid -w $WORK/b2180/_pkg_.a # internal
2025-08-20T22:42:38.6446615Z [00:04:20.297]➜  go tool buildid -w $WORK/b1552/_pkg_.a # internal
2025-08-20T22:42:38.6461185Z [00:04:20.298]➜  cp $WORK/b1552/_pkg_.a /root/.cache/go-build/35/35fc0194899806a96c3560c1f587dbc0da547c4509496328dae47d70f4b56c7a-d # internal
2025-08-20T22:42:38.6487151Z [00:04:20.301]➜  cp $WORK/b2180/_pkg_.a /root/.cache/go-build/bc/bccf9f55345a30a12ff3abbadddaf8548eeca65d1d349b8ceebf770b13c5cfa3-d # internal
2025-08-20T22:42:38.6499041Z [00:04:20.301]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity
2025-08-20T22:42:38.6499658Z [00:04:20.301]➜  mkdir -p $WORK/b1555/
2025-08-20T22:42:38.6500120Z [00:04:20.302]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy
2025-08-20T22:42:38.6500595Z [00:04:20.302]➜  mkdir -p $WORK/b1556/
2025-08-20T22:42:38.6500984Z [00:04:20.302]➜  cat >/tmp/go-build3998081543/b1555/importcfg << 'EOF' # internal
2025-08-20T22:42:38.6501341Z [00:04:20.302]➜  # import config
2025-08-20T22:42:38.6501687Z [00:04:20.302]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.6502141Z [00:04:20.302]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.6502586Z [00:04:20.302]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.6503011Z [00:04:20.302]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.6503637Z [00:04:20.302]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.6504423Z [00:04:20.302]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.6505538Z [00:04:20.302]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.6506043Z [00:04:20.302]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.6506472Z [00:04:20.302]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.6506901Z [00:04:20.302]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.6507330Z [00:04:20.302]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.6507641Z [00:04:20.302]➜  EOF
2025-08-20T22:42:38.6511152Z [00:04:20.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1555/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/getautoscalingcapacity=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/getautoscalingcapacity;$WORK/b1555=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity -lang=go1.22 -complete -installsuffix shared -buildid yczASCVRADHeIJzo7jZP/yczASCVRADHeIJzo7jZP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1555/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/getautoscalingcapacity/get_autoscaling_capacity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/getautoscalingcapacity/response.go
2025-08-20T22:42:38.6514512Z [00:04:20.302]➜  cat >/tmp/go-build3998081543/b1556/importcfg << 'EOF' # internal
2025-08-20T22:42:38.6515037Z [00:04:20.302]➜  # import config
2025-08-20T22:42:38.6535784Z [00:04:20.302]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.6536397Z [00:04:20.302]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.6536853Z [00:04:20.302]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.6537269Z [00:04:20.302]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.6537901Z [00:04:20.302]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.6539224Z [00:04:20.302]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.6539864Z [00:04:20.302]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.6540287Z [00:04:20.302]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.6540719Z [00:04:20.302]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.6541151Z [00:04:20.302]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.6541582Z [00:04:20.302]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.6541900Z [00:04:20.302]➜  EOF
2025-08-20T22:42:38.6545075Z [00:04:20.302]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1556/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/getautoscalingpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/getautoscalingpolicy;$WORK/b1556=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy -lang=go1.22 -complete -installsuffix shared -buildid n-4HLJthYq4xwhjHU_KU/n-4HLJthYq4xwhjHU_KU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1556/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/getautoscalingpolicy/get_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/getautoscalingpolicy/response.go
2025-08-20T22:42:38.7229312Z [00:04:20.375]➜  go tool buildid -w $WORK/b1554/_pkg_.a # internal
2025-08-20T22:42:38.7240647Z [00:04:20.376]➜  cp $WORK/b1554/_pkg_.a /root/.cache/go-build/2a/2a24e9814364a90b0162d6d812dfa0c1f822a4dcce8deef8040fc4dc7cd74721-d # internal
2025-08-20T22:42:38.7277409Z [00:04:20.380]➜  github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy
2025-08-20T22:42:38.7307133Z [00:04:20.380]➜  mkdir -p $WORK/b1557/
2025-08-20T22:42:38.7307604Z [00:04:20.382]➜  cat >/tmp/go-build3998081543/b1557/importcfg << 'EOF' # internal
2025-08-20T22:42:38.7307968Z [00:04:20.382]➜  # import config
2025-08-20T22:42:38.7308312Z [00:04:20.382]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:38.7308744Z [00:04:20.383]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.7310677Z [00:04:20.383]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.7311769Z [00:04:20.383]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.7312395Z [00:04:20.383]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.7313172Z [00:04:20.383]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.7314138Z [00:04:20.383]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.7315573Z [00:04:20.383]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.7316074Z [00:04:20.383]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.7316509Z [00:04:20.383]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.7316940Z [00:04:20.383]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.7317369Z [00:04:20.383]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.7317686Z [00:04:20.383]➜  EOF
2025-08-20T22:42:38.7321727Z [00:04:20.383]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1557/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/putautoscalingpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/putautoscalingpolicy;$WORK/b1557=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy -lang=go1.22 -complete -installsuffix shared -buildid VG01TMSpszEEQ1R03iXD/VG01TMSpszEEQ1R03iXD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1557/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/putautoscalingpolicy/put_autoscaling_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/putautoscalingpolicy/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/autoscaling/putautoscalingpolicy/response.go
2025-08-20T22:42:38.7428258Z [00:04:20.395]➜  go tool buildid -w $WORK/b1556/_pkg_.a # internal
2025-08-20T22:42:38.7436863Z [00:04:20.396]➜  go tool buildid -w $WORK/b1555/_pkg_.a # internal
2025-08-20T22:42:38.7449425Z [00:04:20.397]➜  cp $WORK/b1555/_pkg_.a /root/.cache/go-build/90/9079c2c68abcc9f5dcc814d36776929be91814b30a8707c0f1e0438144c99426-d # internal
2025-08-20T22:42:38.7463353Z [00:04:20.399]➜  cp $WORK/b1556/_pkg_.a /root/.cache/go-build/b0/b02f8bd68265d12192c8ead385e230e4b6e15245fdc43d0d1ddba3f55b3b10bc-d # internal
2025-08-20T22:42:38.7471459Z [00:04:20.400]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases
2025-08-20T22:42:38.7474946Z [00:04:20.400]➜  mkdir -p $WORK/b1559/
2025-08-20T22:42:38.7487512Z [00:04:20.401]➜  cat >/tmp/go-build3998081543/b1559/importcfg << 'EOF' # internal
2025-08-20T22:42:38.7488410Z [00:04:20.401]➜  # import config
2025-08-20T22:42:38.7488936Z [00:04:20.401]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.7489805Z [00:04:20.401]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.7491120Z [00:04:20.401]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.7491861Z [00:04:20.401]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.7492607Z [00:04:20.401]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.7493504Z [00:04:20.401]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.7494937Z [00:04:20.401]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:38.7497549Z [00:04:20.401]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.7497999Z [00:04:20.401]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.7498433Z [00:04:20.401]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.7499054Z [00:04:20.401]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.7499562Z [00:04:20.401]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.7499880Z [00:04:20.401]➜  EOF
2025-08-20T22:42:38.7518818Z [00:04:20.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1559/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/aliases=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/aliases;$WORK/b1559=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases -lang=go1.22 -complete -installsuffix shared -buildid BHixdZcnL-QM-p1eJATj/BHixdZcnL-QM-p1eJATj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1559/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/aliases/aliases.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/aliases/response.go
2025-08-20T22:42:38.7521596Z [00:04:20.404]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation
2025-08-20T22:42:38.7521977Z [00:04:20.404]➜  mkdir -p $WORK/b1560/
2025-08-20T22:42:38.7528462Z [00:04:20.405]➜  cat >/tmp/go-build3998081543/b1560/importcfg << 'EOF' # internal
2025-08-20T22:42:38.7529210Z [00:04:20.405]➜  # import config
2025-08-20T22:42:38.7530118Z [00:04:20.405]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.7530584Z [00:04:20.405]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.7531281Z [00:04:20.405]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.7531762Z [00:04:20.405]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.7532392Z [00:04:20.405]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.7533185Z [00:04:20.405]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.7534003Z [00:04:20.405]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:38.7534614Z [00:04:20.405]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.7535027Z [00:04:20.405]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.7535638Z [00:04:20.405]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.7536127Z [00:04:20.405]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.7536559Z [00:04:20.405]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.7536877Z [00:04:20.405]➜  EOF
2025-08-20T22:42:38.7539783Z [00:04:20.405]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1560/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/allocation=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/allocation;$WORK/b1560=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation -lang=go1.22 -complete -installsuffix shared -buildid quA7FBGBNJF8slPWYiVm/quA7FBGBNJF8slPWYiVm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1560/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/allocation/allocation.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/allocation/response.go
2025-08-20T22:42:38.7848114Z [00:04:20.437]➜  go tool buildid -w $WORK/b1557/_pkg_.a # internal
2025-08-20T22:42:38.7869953Z [00:04:20.439]➜  cp $WORK/b1557/_pkg_.a /root/.cache/go-build/52/5231493b56cbaf625e668583aeff55c06e2b9db45b80f313c4b12fdc4ae120be-d # internal
2025-08-20T22:42:38.7892987Z [00:04:20.441]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates
2025-08-20T22:42:38.7899141Z [00:04:20.441]➜  mkdir -p $WORK/b1562/
2025-08-20T22:42:38.7899547Z [00:04:20.442]➜  cat >/tmp/go-build3998081543/b1562/importcfg << 'EOF' # internal
2025-08-20T22:42:38.7899935Z [00:04:20.442]➜  # import config
2025-08-20T22:42:38.7900287Z [00:04:20.442]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.7900746Z [00:04:20.442]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.7901188Z [00:04:20.442]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.7901599Z [00:04:20.442]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.7902577Z [00:04:20.442]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.7903369Z [00:04:20.442]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.7903935Z [00:04:20.442]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.7904355Z [00:04:20.442]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.7904791Z [00:04:20.442]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.7905217Z [00:04:20.442]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.7909131Z [00:04:20.442]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.7909471Z [00:04:20.442]➜  EOF
2025-08-20T22:42:38.7912763Z [00:04:20.442]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1562/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/componenttemplates=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/componenttemplates;$WORK/b1562=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates -lang=go1.22 -complete -installsuffix shared -buildid kryjruqzm4FhcAjwB40j/kryjruqzm4FhcAjwB40j -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1562/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/componenttemplates/component_templates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/componenttemplates/response.go
2025-08-20T22:42:38.7917469Z [00:04:20.442]➜  go tool buildid -w $WORK/b1553/_pkg_.a # internal
2025-08-20T22:42:38.7935081Z [00:04:20.446]➜  cp $WORK/b1553/_pkg_.a /root/.cache/go-build/7d/7dcb28e8e1ddeb3e9858477e40b8b9af423241dfc35c7470135aafa2f446501f-d # internal
2025-08-20T22:42:38.7956360Z [00:04:20.448]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/count
2025-08-20T22:42:38.7959105Z [00:04:20.448]➜  mkdir -p $WORK/b1563/
2025-08-20T22:42:38.7963608Z [00:04:20.449]➜  cat >/tmp/go-build3998081543/b1563/importcfg << 'EOF' # internal
2025-08-20T22:42:38.7966884Z [00:04:20.449]➜  # import config
2025-08-20T22:42:38.7967495Z [00:04:20.449]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.7968300Z [00:04:20.449]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.7972225Z [00:04:20.449]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.7973613Z [00:04:20.449]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.7975081Z [00:04:20.449]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.7976636Z [00:04:20.449]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.7977260Z [00:04:20.449]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.7978043Z [00:04:20.449]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.7978493Z [00:04:20.449]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.7978921Z [00:04:20.449]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.7979353Z [00:04:20.449]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.7979670Z [00:04:20.449]➜  EOF
2025-08-20T22:42:38.7982417Z [00:04:20.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1563/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/count=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/count;$WORK/b1563=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/count -lang=go1.22 -complete -installsuffix shared -buildid ihyAfLclLAiTAtR7h6BF/ihyAfLclLAiTAtR7h6BF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1563/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/count/count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/count/response.go
2025-08-20T22:42:38.8351804Z [00:04:20.487]➜  go tool buildid -w $WORK/b1559/_pkg_.a # internal
2025-08-20T22:42:38.8366248Z [00:04:20.489]➜  go tool buildid -w $WORK/b1560/_pkg_.a # internal
2025-08-20T22:42:38.8375129Z [00:04:20.490]➜  cp $WORK/b1559/_pkg_.a /root/.cache/go-build/9e/9e4647379129e9a20509b43b5aa101d8507eae6d09f71e54a952f15b3a914da3-d # internal
2025-08-20T22:42:38.8376292Z [00:04:20.490]➜  cp $WORK/b1560/_pkg_.a /root/.cache/go-build/2f/2f995626102ded1c42fb9db70b7dde010ac6653bae3ab450e45c06d5f62fc20d-d # internal
2025-08-20T22:42:38.8386934Z [00:04:20.491]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata
2025-08-20T22:42:38.8391700Z [00:04:20.492]➜  mkdir -p $WORK/b1564/
2025-08-20T22:42:38.8406807Z [00:04:20.493]➜  cat >/tmp/go-build3998081543/b1564/importcfg << 'EOF' # internal
2025-08-20T22:42:38.8408889Z [00:04:20.493]➜  # import config
2025-08-20T22:42:38.8409651Z [00:04:20.493]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.8410392Z [00:04:20.493]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.8413742Z [00:04:20.493]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.8414176Z [00:04:20.493]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.8414825Z [00:04:20.493]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.8416028Z [00:04:20.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.8416911Z [00:04:20.493]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:38.8417524Z [00:04:20.493]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.8417963Z [00:04:20.493]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.8418399Z [00:04:20.493]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.8418828Z [00:04:20.493]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.8419257Z [00:04:20.493]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.8419577Z [00:04:20.493]➜  EOF
2025-08-20T22:42:38.8448503Z [00:04:20.493]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1564/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/fielddata=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/fielddata;$WORK/b1564=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata -lang=go1.22 -complete -installsuffix shared -buildid 2XETLwft7szOaB0PIVqr/2XETLwft7szOaB0PIVqr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1564/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/fielddata/fielddata.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/fielddata/response.go
2025-08-20T22:42:38.8451401Z [00:04:20.495]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/health
2025-08-20T22:42:38.8451774Z [00:04:20.496]➜  mkdir -p $WORK/b1565/
2025-08-20T22:42:38.8452157Z [00:04:20.496]➜  cat >/tmp/go-build3998081543/b1565/importcfg << 'EOF' # internal
2025-08-20T22:42:38.8452509Z [00:04:20.496]➜  # import config
2025-08-20T22:42:38.8452858Z [00:04:20.496]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.8453314Z [00:04:20.496]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.8453759Z [00:04:20.496]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.8454175Z [00:04:20.496]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.8454806Z [00:04:20.496]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.8456074Z [00:04:20.496]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.8456960Z [00:04:20.496]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:42:38.8457582Z [00:04:20.496]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.8458001Z [00:04:20.496]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.8458437Z [00:04:20.496]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.8458866Z [00:04:20.496]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.8459293Z [00:04:20.496]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.8459614Z [00:04:20.496]➜  EOF
2025-08-20T22:42:38.8462239Z [00:04:20.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1565/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/health=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/health;$WORK/b1565=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/health -lang=go1.22 -complete -installsuffix shared -buildid BiDN91coYBva4Yue9PGw/BiDN91coYBva4Yue9PGw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1565/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/health/health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/health/response.go
2025-08-20T22:42:38.8636080Z [00:04:20.516]➜  go tool buildid -w $WORK/b1562/_pkg_.a # internal
2025-08-20T22:42:38.8644340Z [00:04:20.517]➜  cp $WORK/b1562/_pkg_.a /root/.cache/go-build/f3/f3bfde4065b82395d3d8454479ed51eb07544ab08a02fc9b8b57f25f4e820ddc-d # internal
2025-08-20T22:42:38.8653653Z [00:04:20.518]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/help
2025-08-20T22:42:38.8656906Z [00:04:20.518]➜  mkdir -p $WORK/b1567/
2025-08-20T22:42:38.8657556Z [00:04:20.518]➜  cat >/tmp/go-build3998081543/b1567/importcfg << 'EOF' # internal
2025-08-20T22:42:38.8660535Z [00:04:20.518]➜  # import config
2025-08-20T22:42:38.8662055Z [00:04:20.518]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.8662756Z [00:04:20.518]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.8664172Z [00:04:20.518]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.8665663Z [00:04:20.518]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.8671373Z [00:04:20.518]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.8676116Z [00:04:20.518]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.8676697Z [00:04:20.518]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.8677421Z [00:04:20.518]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.8677864Z [00:04:20.518]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.8678297Z [00:04:20.518]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.8678726Z [00:04:20.518]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.8679040Z [00:04:20.518]➜  EOF
2025-08-20T22:42:38.8681724Z [00:04:20.518]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1567/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/help=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/help;$WORK/b1567=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/help -lang=go1.22 -complete -installsuffix shared -buildid J-xFaOtqiZ2Z_hZ-V1ry/J-xFaOtqiZ2Z_hZ-V1ry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1567/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/help/help.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/help/response.go
2025-08-20T22:42:38.8712282Z [00:04:20.524]➜  go tool buildid -w $WORK/b1563/_pkg_.a # internal
2025-08-20T22:42:38.8725663Z [00:04:20.525]➜  cp $WORK/b1563/_pkg_.a /root/.cache/go-build/22/2239c4b7e047827e472e4161393598d80a292e3dcb7c75c201b9d2fe9c41475f-d # internal
2025-08-20T22:42:38.8735888Z [00:04:20.526]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices
2025-08-20T22:42:38.8737211Z [00:04:20.526]➜  mkdir -p $WORK/b1568/
2025-08-20T22:42:38.8742161Z [00:04:20.527]➜  cat >/tmp/go-build3998081543/b1568/importcfg << 'EOF' # internal
2025-08-20T22:42:38.8742566Z [00:04:20.527]➜  # import config
2025-08-20T22:42:38.8742917Z [00:04:20.527]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.8743380Z [00:04:20.527]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.8743853Z [00:04:20.527]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.8744281Z [00:04:20.527]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.8744916Z [00:04:20.527]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.8746039Z [00:04:20.527]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.8746885Z [00:04:20.527]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:38.8747790Z [00:04:20.527]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:38.8748722Z [00:04:20.527]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3998081543/b1431/_pkg_.a
2025-08-20T22:42:38.8749620Z [00:04:20.527]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:42:38.8750265Z [00:04:20.527]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.8750689Z [00:04:20.527]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.8751129Z [00:04:20.527]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.8751556Z [00:04:20.527]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.8752335Z [00:04:20.527]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.8752722Z [00:04:20.527]➜  EOF
2025-08-20T22:42:38.8760064Z [00:04:20.527]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1568/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/indices=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/indices;$WORK/b1568=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices -lang=go1.22 -complete -installsuffix shared -buildid zETm6TIwdS5IjorXEKRR/zETm6TIwdS5IjorXEKRR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1568/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/indices/indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/indices/response.go
2025-08-20T22:42:38.9205029Z [00:04:20.573]➜  go tool buildid -w $WORK/b1565/_pkg_.a # internal
2025-08-20T22:42:38.9217623Z [00:04:20.574]➜  cp $WORK/b1565/_pkg_.a /root/.cache/go-build/c7/c72c6c1cbbaf07392353565f97e2b2a6f10d2ca10b91f6bde7032c86efad23dd-d # internal
2025-08-20T22:42:38.9226651Z [00:04:20.575]➜  go tool buildid -w $WORK/b1564/_pkg_.a # internal
2025-08-20T22:42:38.9238625Z [00:04:20.576]➜  cp $WORK/b1564/_pkg_.a /root/.cache/go-build/87/87398dbcf0f6ecc5e88410964fc14609dc5711f4b4f477e53e7d7eb9630c8d99-d # internal
2025-08-20T22:42:38.9258289Z [00:04:20.578]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/master
2025-08-20T22:42:38.9260734Z [00:04:20.578]➜  mkdir -p $WORK/b1569/
2025-08-20T22:42:38.9261951Z [00:04:20.578]➜  cat >/tmp/go-build3998081543/b1569/importcfg << 'EOF' # internal
2025-08-20T22:42:38.9262401Z [00:04:20.578]➜  # import config
2025-08-20T22:42:38.9262761Z [00:04:20.578]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.9263225Z [00:04:20.578]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.9263699Z [00:04:20.578]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.9264137Z [00:04:20.578]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.9264769Z [00:04:20.578]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.9266262Z [00:04:20.578]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.9266907Z [00:04:20.578]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.9267358Z [00:04:20.578]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.9267786Z [00:04:20.578]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.9268220Z [00:04:20.578]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.9268650Z [00:04:20.578]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.9268967Z [00:04:20.578]➜  EOF
2025-08-20T22:42:38.9271622Z [00:04:20.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1569/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/master=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/master;$WORK/b1569=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/master -lang=go1.22 -complete -installsuffix shared -buildid NEnO7uoauuDx1-t1YCeh/NEnO7uoauuDx1-t1YCeh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1569/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/master/master.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/master/response.go
2025-08-20T22:42:38.9300257Z [00:04:20.582]➜  go tool buildid -w $WORK/b1567/_pkg_.a # internal
2025-08-20T22:42:38.9310292Z [00:04:20.583]➜  cp $WORK/b1567/_pkg_.a /root/.cache/go-build/e9/e957ac0d9f610e8f53a04be42c7bb7604ca123275b21bb8080011f5e8dec5cc4-d # internal
2025-08-20T22:42:38.9311992Z [00:04:20.584]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds
2025-08-20T22:42:38.9313144Z [00:04:20.584]➜  mkdir -p $WORK/b1570/
2025-08-20T22:42:38.9313618Z [00:04:20.584]➜  cat >/tmp/go-build3998081543/b1570/importcfg << 'EOF' # internal
2025-08-20T22:42:38.9313981Z [00:04:20.584]➜  # import config
2025-08-20T22:42:38.9314329Z [00:04:20.584]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.9314784Z [00:04:20.584]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.9315593Z [00:04:20.584]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.9316057Z [00:04:20.584]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.9316689Z [00:04:20.584]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.9317485Z [00:04:20.584]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.9318364Z [00:04:20.584]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build3998081543/b1369/_pkg_.a
2025-08-20T22:42:38.9319308Z [00:04:20.584]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:42:38.9319927Z [00:04:20.584]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.9320349Z [00:04:20.584]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.9321001Z [00:04:20.584]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.9321517Z [00:04:20.584]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.9322014Z [00:04:20.584]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.9322332Z [00:04:20.584]➜  EOF
2025-08-20T22:42:38.9332142Z [00:04:20.585]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1570/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mldatafeeds=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mldatafeeds;$WORK/b1570=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds -lang=go1.22 -complete -installsuffix shared -buildid _8538OuIY0x-U_hOcEmX/_8538OuIY0x-U_hOcEmX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1570/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mldatafeeds/ml_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mldatafeeds/response.go
2025-08-20T22:42:38.9378841Z [00:04:20.587]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics
2025-08-20T22:42:38.9382614Z [00:04:20.591]➜  mkdir -p $WORK/b1571/
2025-08-20T22:42:38.9385908Z [00:04:20.591]➜  cat >/tmp/go-build3998081543/b1571/importcfg << 'EOF' # internal
2025-08-20T22:42:38.9386307Z [00:04:20.591]➜  # import config
2025-08-20T22:42:38.9386661Z [00:04:20.591]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.9387141Z [00:04:20.591]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.9387587Z [00:04:20.591]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.9388002Z [00:04:20.591]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.9388634Z [00:04:20.591]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.9391412Z [00:04:20.591]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.9392654Z [00:04:20.591]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:38.9393934Z [00:04:20.591]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build3998081543/b1370/_pkg_.a
2025-08-20T22:42:38.9395162Z [00:04:20.591]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.9396181Z [00:04:20.591]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.9396694Z [00:04:20.591]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.9397128Z [00:04:20.591]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.9397562Z [00:04:20.591]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.9398091Z [00:04:20.591]➜  EOF
2025-08-20T22:42:38.9401152Z [00:04:20.591]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1571/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mldataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mldataframeanalytics;$WORK/b1571=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid lrKYZehBb6ZEWf8cBeT8/lrKYZehBb6ZEWf8cBeT8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1571/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mldataframeanalytics/ml_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mldataframeanalytics/response.go
2025-08-20T22:42:38.9481034Z [00:04:20.600]➜  go tool buildid -w $WORK/b1568/_pkg_.a # internal
2025-08-20T22:42:38.9497576Z [00:04:20.602]➜  cp $WORK/b1568/_pkg_.a /root/.cache/go-build/f4/f4c6db172a441ac2ffd5a36dbdbe69ca836b3ebb0caa3a1f4600b309361771b1-d # internal
2025-08-20T22:42:38.9509224Z [00:04:20.602]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs
2025-08-20T22:42:38.9509809Z [00:04:20.603]➜  mkdir -p $WORK/b1572/
2025-08-20T22:42:38.9510195Z [00:04:20.603]➜  cat >/tmp/go-build3998081543/b1572/importcfg << 'EOF' # internal
2025-08-20T22:42:38.9510557Z [00:04:20.603]➜  # import config
2025-08-20T22:42:38.9510904Z [00:04:20.603]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.9511376Z [00:04:20.603]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.9511827Z [00:04:20.603]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.9512243Z [00:04:20.603]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.9512877Z [00:04:20.603]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.9513678Z [00:04:20.603]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.9514506Z [00:04:20.603]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:38.9515614Z [00:04:20.603]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build3998081543/b1368/_pkg_.a
2025-08-20T22:42:38.9516641Z [00:04:20.603]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:42:38.9517267Z [00:04:20.603]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:38.9517690Z [00:04:20.603]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:38.9518120Z [00:04:20.603]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:38.9518548Z [00:04:20.603]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:38.9519247Z [00:04:20.603]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:38.9519571Z [00:04:20.603]➜  EOF
2025-08-20T22:42:38.9524214Z [00:04:20.603]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1572/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mljobs=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mljobs;$WORK/b1572=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs -lang=go1.22 -complete -installsuffix shared -buildid LIp2cF_UrsTXmO_XQqAr/LIp2cF_UrsTXmO_XQqAr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1572/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mljobs/ml_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mljobs/response.go
2025-08-20T22:42:38.9955282Z [00:04:20.648]➜  go tool buildid -w $WORK/b1569/_pkg_.a # internal
2025-08-20T22:42:38.9961615Z [00:04:20.649]➜  go tool buildid -w $WORK/b1570/_pkg_.a # internal
2025-08-20T22:42:38.9969236Z [00:04:20.649]➜  cp $WORK/b1569/_pkg_.a /root/.cache/go-build/2e/2e0470ccae8e75518b1b15eed6eb645afe9d90f8aa6a93533b08501a654f3bc2-d # internal
2025-08-20T22:42:38.9981068Z [00:04:20.650]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels
2025-08-20T22:42:38.9987406Z [00:04:20.650]➜  mkdir -p $WORK/b1573/
2025-08-20T22:42:38.9990360Z [00:04:20.650]➜  cat >/tmp/go-build3998081543/b1573/importcfg << 'EOF' # internal
2025-08-20T22:42:38.9990728Z [00:04:20.650]➜  # import config
2025-08-20T22:42:38.9991092Z [00:04:20.650]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:38.9991556Z [00:04:20.650]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:38.9992003Z [00:04:20.650]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:38.9992420Z [00:04:20.650]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:38.9993559Z [00:04:20.650]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:38.9994413Z [00:04:20.650]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:38.9995231Z [00:04:20.650]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:39.0001730Z [00:04:20.650]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build3998081543/b1372/_pkg_.a
2025-08-20T22:42:39.0002434Z [00:04:20.650]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.0002862Z [00:04:20.650]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.0003306Z [00:04:20.650]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.0003734Z [00:04:20.650]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.0004177Z [00:04:20.650]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.0004501Z [00:04:20.650]➜  EOF
2025-08-20T22:42:39.0007576Z [00:04:20.650]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1573/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mltrainedmodels=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mltrainedmodels;$WORK/b1573=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels -lang=go1.22 -complete -installsuffix shared -buildid G7jyB8IF5VkZjvG4RQUA/G7jyB8IF5VkZjvG4RQUA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1573/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mltrainedmodels/ml_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/mltrainedmodels/response.go
2025-08-20T22:42:39.0021232Z [00:04:20.654]➜  cp $WORK/b1570/_pkg_.a /root/.cache/go-build/e8/e894d081bde3494dbe588c5b8134f88cf636280c185de51ff0dfb6d015d30673-d # internal
2025-08-20T22:42:39.0039807Z [00:04:20.656]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs
2025-08-20T22:42:39.0047278Z [00:04:20.657]➜  mkdir -p $WORK/b1574/
2025-08-20T22:42:39.0092198Z [00:04:20.662]➜  cat >/tmp/go-build3998081543/b1574/importcfg << 'EOF' # internal
2025-08-20T22:42:39.0094720Z [00:04:20.662]➜  # import config
2025-08-20T22:42:39.0095743Z [00:04:20.662]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.0098101Z [00:04:20.662]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.0099198Z [00:04:20.662]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.0099695Z [00:04:20.662]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.0100341Z [00:04:20.662]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.0101168Z [00:04:20.662]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.0101743Z [00:04:20.662]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.0102165Z [00:04:20.662]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.0102600Z [00:04:20.662]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.0103026Z [00:04:20.662]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.0103462Z [00:04:20.662]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.0103777Z [00:04:20.662]➜  EOF
2025-08-20T22:42:39.0106888Z [00:04:20.662]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1574/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/nodeattrs=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/nodeattrs;$WORK/b1574=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs -lang=go1.22 -complete -installsuffix shared -buildid BDCuygYTGpfRifDmDAXo/BDCuygYTGpfRifDmDAXo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1574/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/nodeattrs/nodeattrs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/nodeattrs/response.go
2025-08-20T22:42:39.0239062Z [00:04:20.676]➜  go tool buildid -w $WORK/b1571/_pkg_.a # internal
2025-08-20T22:42:39.0239835Z [00:04:20.676]➜  cp $WORK/b1571/_pkg_.a /root/.cache/go-build/fd/fd24c9a1d4fc5754b306c3a9838db8bd3aab99e56deec63a57ed9bced114ef49-d # internal
2025-08-20T22:42:39.0240500Z [00:04:20.676]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes
2025-08-20T22:42:39.0240869Z [00:04:20.676]➜  mkdir -p $WORK/b1575/
2025-08-20T22:42:39.0247056Z [00:04:20.677]➜  cat >/tmp/go-build3998081543/b1575/importcfg << 'EOF' # internal
2025-08-20T22:42:39.0247828Z [00:04:20.677]➜  # import config
2025-08-20T22:42:39.0248631Z [00:04:20.677]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.0249144Z [00:04:20.677]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.0249602Z [00:04:20.677]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.0250021Z [00:04:20.677]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.0250659Z [00:04:20.677]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.0251458Z [00:04:20.677]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.0252273Z [00:04:20.677]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:39.0252886Z [00:04:20.677]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.0253650Z [00:04:20.677]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.0254095Z [00:04:20.677]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.0254521Z [00:04:20.677]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.0254949Z [00:04:20.677]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.0255266Z [00:04:20.677]➜  EOF
2025-08-20T22:42:39.0258293Z [00:04:20.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1575/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/nodes=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/nodes;$WORK/b1575=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes -lang=go1.22 -complete -installsuffix shared -buildid nFe7RlwSXxdlfaa3cbfV/nFe7RlwSXxdlfaa3cbfV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1575/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/nodes/nodes.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/nodes/response.go
2025-08-20T22:42:39.0283943Z [00:04:20.681]➜  go tool buildid -w $WORK/b1572/_pkg_.a # internal
2025-08-20T22:42:39.0299583Z [00:04:20.682]➜  cp $WORK/b1572/_pkg_.a /root/.cache/go-build/b6/b6aa72a4fc25620d1d1013ac01dd2eee4e58c6957f410bb14dacb29ecf3de94a-d # internal
2025-08-20T22:42:39.0311626Z [00:04:20.684]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks
2025-08-20T22:42:39.0312072Z [00:04:20.684]➜  mkdir -p $WORK/b1576/
2025-08-20T22:42:39.0323946Z [00:04:20.685]➜  cat >/tmp/go-build3998081543/b1576/importcfg << 'EOF' # internal
2025-08-20T22:42:39.0324637Z [00:04:20.685]➜  # import config
2025-08-20T22:42:39.0325302Z [00:04:20.685]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.0326332Z [00:04:20.685]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.0326825Z [00:04:20.685]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.0327592Z [00:04:20.685]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.0328339Z [00:04:20.685]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.0329189Z [00:04:20.685]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.0329759Z [00:04:20.685]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.0330188Z [00:04:20.685]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.0330621Z [00:04:20.685]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.0331047Z [00:04:20.685]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.0331476Z [00:04:20.685]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.0331794Z [00:04:20.685]➜  EOF
2025-08-20T22:42:39.0334598Z [00:04:20.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1576/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/pendingtasks=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/pendingtasks;$WORK/b1576=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks -lang=go1.22 -complete -installsuffix shared -buildid jpfU_x3zxHJCot-VHjdm/jpfU_x3zxHJCot-VHjdm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1576/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/pendingtasks/pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/pendingtasks/response.go
2025-08-20T22:42:39.0888486Z [00:04:20.741]➜  go tool buildid -w $WORK/b1574/_pkg_.a # internal
2025-08-20T22:42:39.0898641Z [00:04:20.742]➜  go tool buildid -w $WORK/b1573/_pkg_.a # internal
2025-08-20T22:42:39.0900254Z [00:04:20.742]➜  cp $WORK/b1574/_pkg_.a /root/.cache/go-build/2f/2f5e13826ce12fecc08f7d9bec3d13c5045aa6d03b4989dc2e6be842a114c608-d # internal
2025-08-20T22:42:39.0907297Z [00:04:20.743]➜  cp $WORK/b1573/_pkg_.a /root/.cache/go-build/7f/7fbc5a49847e9d5f73af81515ae475fd324c1632b8e4eecbfc4f8634e8a62a41-d # internal
2025-08-20T22:42:39.0917456Z [00:04:20.744]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery
2025-08-20T22:42:39.0918543Z [00:04:20.744]➜  mkdir -p $WORK/b1578/
2025-08-20T22:42:39.0919130Z [00:04:20.744]➜  go tool buildid -w $WORK/b1575/_pkg_.a # internal
2025-08-20T22:42:39.0922839Z [00:04:20.745]➜  cat >/tmp/go-build3998081543/b1578/importcfg << 'EOF' # internal
2025-08-20T22:42:39.0924173Z [00:04:20.745]➜  # import config
2025-08-20T22:42:39.0924635Z [00:04:20.745]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.0925767Z [00:04:20.745]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.0928006Z [00:04:20.745]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.0929008Z [00:04:20.745]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.0930030Z [00:04:20.745]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.0931875Z [00:04:20.745]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.0932705Z [00:04:20.745]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:39.0933330Z [00:04:20.745]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.0934067Z [00:04:20.745]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.0942582Z [00:04:20.745]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.0943488Z [00:04:20.745]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.0943940Z [00:04:20.745]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.0944677Z [00:04:20.745]➜  EOF
2025-08-20T22:42:39.0947777Z [00:04:20.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1578/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/recovery=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/recovery;$WORK/b1578=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery -lang=go1.22 -complete -installsuffix shared -buildid xRMLuPWthU0MX6mu3W66/xRMLuPWthU0MX6mu3W66 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1578/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/recovery/response.go
2025-08-20T22:42:39.0950385Z [00:04:20.746]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins
2025-08-20T22:42:39.0951138Z [00:04:20.746]➜  cp $WORK/b1575/_pkg_.a /root/.cache/go-build/9a/9a006901100a521ce922498ed1bfa802936a67fcb27a8129abf1254fa2424a09-d # internal
2025-08-20T22:42:39.0951698Z [00:04:20.746]➜  mkdir -p $WORK/b1577/
2025-08-20T22:42:39.0952084Z [00:04:20.746]➜  cat >/tmp/go-build3998081543/b1577/importcfg << 'EOF' # internal
2025-08-20T22:42:39.0952440Z [00:04:20.746]➜  # import config
2025-08-20T22:42:39.0952807Z [00:04:20.746]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.0953265Z [00:04:20.746]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.0953728Z [00:04:20.746]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.0954138Z [00:04:20.746]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.0954772Z [00:04:20.746]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.0955693Z [00:04:20.746]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.0956538Z [00:04:20.746]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.0956963Z [00:04:20.746]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.0957398Z [00:04:20.746]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.0957834Z [00:04:20.746]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.0958262Z [00:04:20.746]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.0958579Z [00:04:20.746]➜  EOF
2025-08-20T22:42:39.0961361Z [00:04:20.746]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1577/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/plugins=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/plugins;$WORK/b1577=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins -lang=go1.22 -complete -installsuffix shared -buildid s_zDKCNW6BhUAD2T2P0P/s_zDKCNW6BhUAD2T2P0P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1577/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/plugins/plugins.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/plugins/response.go
2025-08-20T22:42:39.0963821Z [00:04:20.747]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories
2025-08-20T22:42:39.0964200Z [00:04:20.747]➜  mkdir -p $WORK/b1579/
2025-08-20T22:42:39.0964573Z [00:04:20.747]➜  cat >/tmp/go-build3998081543/b1579/importcfg << 'EOF' # internal
2025-08-20T22:42:39.0964922Z [00:04:20.747]➜  # import config
2025-08-20T22:42:39.0965258Z [00:04:20.747]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.0966010Z [00:04:20.747]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.0966460Z [00:04:20.747]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.0966879Z [00:04:20.747]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.0967842Z [00:04:20.747]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.0968687Z [00:04:20.747]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.0969254Z [00:04:20.747]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.0969674Z [00:04:20.747]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.0970108Z [00:04:20.747]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.0970538Z [00:04:20.747]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.0970964Z [00:04:20.747]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.0971280Z [00:04:20.747]➜  EOF
2025-08-20T22:42:39.0974082Z [00:04:20.748]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1579/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/repositories=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/repositories;$WORK/b1579=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories -lang=go1.22 -complete -installsuffix shared -buildid Ta3JdKurEY461W5uXglU/Ta3JdKurEY461W5uXglU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1579/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/repositories/repositories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/repositories/response.go
2025-08-20T22:42:39.0976770Z [00:04:20.749]➜  go tool buildid -w $WORK/b1576/_pkg_.a # internal
2025-08-20T22:42:39.0984488Z [00:04:20.751]➜  cp $WORK/b1576/_pkg_.a /root/.cache/go-build/ef/ef881f55cb54a8ca0408634987d19bc75237cd33a629712f4935550159757c94-d # internal
2025-08-20T22:42:39.0994099Z [00:04:20.752]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments
2025-08-20T22:42:39.0994591Z [00:04:20.752]➜  mkdir -p $WORK/b1580/
2025-08-20T22:42:39.1006142Z [00:04:20.753]➜  cat >/tmp/go-build3998081543/b1580/importcfg << 'EOF' # internal
2025-08-20T22:42:39.1006578Z [00:04:20.753]➜  # import config
2025-08-20T22:42:39.1006932Z [00:04:20.753]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.1007391Z [00:04:20.753]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.1007840Z [00:04:20.753]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.1008516Z [00:04:20.753]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.1009264Z [00:04:20.753]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.1010051Z [00:04:20.753]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.1010862Z [00:04:20.753]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:39.1011489Z [00:04:20.753]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.1011904Z [00:04:20.753]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.1012336Z [00:04:20.753]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.1012761Z [00:04:20.753]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.1013187Z [00:04:20.753]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.1013511Z [00:04:20.753]➜  EOF
2025-08-20T22:42:39.1016520Z [00:04:20.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1580/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/segments=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/segments;$WORK/b1580=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments -lang=go1.22 -complete -installsuffix shared -buildid oNtbfIj1sRQ8GH9kAmbo/oNtbfIj1sRQ8GH9kAmbo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1580/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/segments/segments.go
2025-08-20T22:42:39.1641860Z [00:04:20.816]➜  go tool buildid -w $WORK/b1577/_pkg_.a # internal
2025-08-20T22:42:39.1651365Z [00:04:20.817]➜  cp $WORK/b1577/_pkg_.a /root/.cache/go-build/ae/aeeac5beaec833836c8466c240cbea167c25997336bd5b36ad3e8196d5660da1-d # internal
2025-08-20T22:42:39.1658377Z [00:04:20.818]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards
2025-08-20T22:42:39.1659399Z [00:04:20.818]➜  mkdir -p $WORK/b1581/
2025-08-20T22:42:39.1668216Z [00:04:20.819]➜  cat >/tmp/go-build3998081543/b1581/importcfg << 'EOF' # internal
2025-08-20T22:42:39.1668603Z [00:04:20.819]➜  # import config
2025-08-20T22:42:39.1668964Z [00:04:20.819]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.1669458Z [00:04:20.819]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.1683929Z [00:04:20.819]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.1684375Z [00:04:20.819]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.1685044Z [00:04:20.821]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.1686060Z [00:04:20.821]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.1686878Z [00:04:20.821]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:42:39.1687486Z [00:04:20.821]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.1687911Z [00:04:20.821]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.1688696Z [00:04:20.821]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.1689142Z [00:04:20.821]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.1689571Z [00:04:20.821]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.1689884Z [00:04:20.821]➜  EOF
2025-08-20T22:42:39.1692695Z [00:04:20.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1581/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/shards=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/shards;$WORK/b1581=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards -lang=go1.22 -complete -installsuffix shared -buildid T1i4E8wIAZ0k53c68wlw/T1i4E8wIAZ0k53c68wlw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1581/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/shards/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/shards/shards.go
2025-08-20T22:42:39.1712355Z [00:04:20.824]➜  go tool buildid -w $WORK/b1579/_pkg_.a # internal
2025-08-20T22:42:39.1713087Z [00:04:20.824]➜  go tool buildid -w $WORK/b1578/_pkg_.a # internal
2025-08-20T22:42:39.1713975Z [00:04:20.824]➜  cp $WORK/b1579/_pkg_.a /root/.cache/go-build/c5/c5d5d970b1194985e98f1794fa39cc3801502e77f68913ec50e7c830b8162d2a-d # internal
2025-08-20T22:42:39.1723295Z [00:04:20.825]➜  cp $WORK/b1578/_pkg_.a /root/.cache/go-build/11/112bdec81df8f64687ce2003f16851e15f19ac66c5a501104444728179d9e673-d # internal
2025-08-20T22:42:39.1730788Z [00:04:20.825]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots
2025-08-20T22:42:39.1731411Z [00:04:20.825]➜  mkdir -p $WORK/b1582/
2025-08-20T22:42:39.1736890Z [00:04:20.826]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks
2025-08-20T22:42:39.1737271Z [00:04:20.826]➜  mkdir -p $WORK/b1583/
2025-08-20T22:42:39.1737667Z [00:04:20.826]➜  cat >/tmp/go-build3998081543/b1582/importcfg << 'EOF' # internal
2025-08-20T22:42:39.1738371Z [00:04:20.826]➜  # import config
2025-08-20T22:42:39.1738815Z [00:04:20.826]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.1739330Z [00:04:20.826]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.1739777Z [00:04:20.826]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.1740189Z [00:04:20.826]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.1740830Z [00:04:20.826]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.1741618Z [00:04:20.826]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.1742185Z [00:04:20.826]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.1742604Z [00:04:20.826]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.1743039Z [00:04:20.826]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.1743470Z [00:04:20.826]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.1743904Z [00:04:20.826]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.1744217Z [00:04:20.826]➜  EOF
2025-08-20T22:42:39.1749418Z [00:04:20.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1582/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/snapshots=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/snapshots;$WORK/b1582=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots -lang=go1.22 -complete -installsuffix shared -buildid PQd1Ar3-1tP7rNICp2Ly/PQd1Ar3-1tP7rNICp2Ly -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1582/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/snapshots/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/snapshots/snapshots.go
2025-08-20T22:42:39.1752652Z [00:04:20.827]➜  cat >/tmp/go-build3998081543/b1583/importcfg << 'EOF' # internal
2025-08-20T22:42:39.1753929Z [00:04:20.827]➜  # import config
2025-08-20T22:42:39.1754849Z [00:04:20.827]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.1755734Z [00:04:20.827]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.1756488Z [00:04:20.827]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.1757399Z [00:04:20.827]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.1758651Z [00:04:20.827]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.1759452Z [00:04:20.827]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.1760016Z [00:04:20.827]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.1760453Z [00:04:20.827]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.1760892Z [00:04:20.827]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.1761318Z [00:04:20.827]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.1761746Z [00:04:20.827]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.1762066Z [00:04:20.827]➜  EOF
2025-08-20T22:42:39.1764788Z [00:04:20.827]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1583/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/tasks=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/tasks;$WORK/b1583=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks -lang=go1.22 -complete -installsuffix shared -buildid 2z3-N48DQ2un4ggPAQ6u/2z3-N48DQ2un4ggPAQ6u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1583/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/tasks/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/tasks/tasks.go
2025-08-20T22:42:39.1767442Z [00:04:20.828]➜  go tool buildid -w $WORK/b1580/_pkg_.a # internal
2025-08-20T22:42:39.1787872Z [00:04:20.831]➜  cp $WORK/b1580/_pkg_.a /root/.cache/go-build/15/154e7d21b4fda00e8463703856b48c86f1452cc48c5335b77e5499951dc1db09-d # internal
2025-08-20T22:42:39.1808126Z [00:04:20.832]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates
2025-08-20T22:42:39.1808764Z [00:04:20.833]➜  mkdir -p $WORK/b1584/
2025-08-20T22:42:39.1810786Z [00:04:20.833]➜  cat >/tmp/go-build3998081543/b1584/importcfg << 'EOF' # internal
2025-08-20T22:42:39.1811441Z [00:04:20.833]➜  # import config
2025-08-20T22:42:39.1811986Z [00:04:20.833]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.1812708Z [00:04:20.833]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.1813336Z [00:04:20.833]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.1814005Z [00:04:20.833]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.1815533Z [00:04:20.833]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.1816371Z [00:04:20.833]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.1816939Z [00:04:20.833]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.1817379Z [00:04:20.833]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.1817815Z [00:04:20.833]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.1818249Z [00:04:20.833]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.1818679Z [00:04:20.833]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.1818996Z [00:04:20.833]➜  EOF
2025-08-20T22:42:39.1835099Z [00:04:20.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1584/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/templates=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/templates;$WORK/b1584=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates -lang=go1.22 -complete -installsuffix shared -buildid magnAUvGXa43FgqQog2Z/magnAUvGXa43FgqQog2Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1584/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/templates/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/templates/templates.go
2025-08-20T22:42:39.2378140Z [00:04:20.890]➜  go tool buildid -w $WORK/b1581/_pkg_.a # internal
2025-08-20T22:42:39.2389522Z [00:04:20.891]➜  cp $WORK/b1581/_pkg_.a /root/.cache/go-build/13/13577df9cda6572b29d9f53255978edd1a4613081bb936963b246419758285a6-d # internal
2025-08-20T22:42:39.2417006Z [00:04:20.894]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool
2025-08-20T22:42:39.2419278Z [00:04:20.894]➜  mkdir -p $WORK/b1585/
2025-08-20T22:42:39.2426145Z [00:04:20.895]➜  cat >/tmp/go-build3998081543/b1585/importcfg << 'EOF' # internal
2025-08-20T22:42:39.2428569Z [00:04:20.895]➜  # import config
2025-08-20T22:42:39.2429124Z [00:04:20.895]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.2429876Z [00:04:20.895]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.2430874Z [00:04:20.895]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.2431353Z [00:04:20.895]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.2432002Z [00:04:20.895]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.2432802Z [00:04:20.895]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.2434111Z [00:04:20.895]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:42:39.2434839Z [00:04:20.895]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.2435265Z [00:04:20.895]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.2435936Z [00:04:20.895]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.2436382Z [00:04:20.895]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.2436814Z [00:04:20.895]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.2437131Z [00:04:20.895]➜  EOF
2025-08-20T22:42:39.2439917Z [00:04:20.895]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1585/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/threadpool=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/threadpool;$WORK/b1585=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool -lang=go1.22 -complete -installsuffix shared -buildid ZzjVnkXocKZ0ymF3RisW/ZzjVnkXocKZ0ymF3RisW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1585/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/threadpool/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/threadpool/thread_pool.go
2025-08-20T22:42:39.2465212Z [00:04:20.899]➜  go tool buildid -w $WORK/b1584/_pkg_.a # internal
2025-08-20T22:42:39.2480272Z [00:04:20.900]➜  cp $WORK/b1584/_pkg_.a /root/.cache/go-build/04/0459b83729a20e4a11fbd96ccbd81c5928d5d1fd71831c30d978e4c3ce3915b4-d # internal
2025-08-20T22:42:39.2495182Z [00:04:20.902]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms
2025-08-20T22:42:39.2502306Z [00:04:20.903]➜  mkdir -p $WORK/b1586/
2025-08-20T22:42:39.2502735Z [00:04:20.903]➜  cat >/tmp/go-build3998081543/b1586/importcfg << 'EOF' # internal
2025-08-20T22:42:39.2503485Z [00:04:20.903]➜  # import config
2025-08-20T22:42:39.2503846Z [00:04:20.903]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.2504305Z [00:04:20.903]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.2504751Z [00:04:20.903]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.2505170Z [00:04:20.903]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.2506232Z [00:04:20.903]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.2507084Z [00:04:20.903]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.2507962Z [00:04:20.903]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build3998081543/b1373/_pkg_.a
2025-08-20T22:42:39.2508886Z [00:04:20.903]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:42:39.2509526Z [00:04:20.903]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.2509948Z [00:04:20.903]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.2510380Z [00:04:20.903]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.2510822Z [00:04:20.903]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.2511253Z [00:04:20.903]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.2511570Z [00:04:20.903]➜  EOF
2025-08-20T22:42:39.2514450Z [00:04:20.903]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1586/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/transforms=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/transforms;$WORK/b1586=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms -lang=go1.22 -complete -installsuffix shared -buildid 809AI6vJAXvomydK1j3n/809AI6vJAXvomydK1j3n -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1586/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/transforms/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cat/transforms/transforms.go
2025-08-20T22:42:39.2536656Z [00:04:20.905]➜  go tool buildid -w $WORK/b1582/_pkg_.a # internal
2025-08-20T22:42:39.2546347Z [00:04:20.907]➜  go tool buildid -w $WORK/b1583/_pkg_.a # internal
2025-08-20T22:42:39.2560867Z [00:04:20.908]➜  cp $WORK/b1583/_pkg_.a /root/.cache/go-build/4e/4ec66badbb004a9cfdb64a56982255f6616a62074528fcf60dedd30a48b1854a-d # internal
2025-08-20T22:42:39.2566643Z [00:04:20.909]➜  cp $WORK/b1582/_pkg_.a /root/.cache/go-build/75/7523b42e4cd100b290dcf93c8b1dec0d5006e7b76e5f3f9d2daafcdaebbe1ae7-d # internal
2025-08-20T22:42:39.2580537Z [00:04:20.910]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern
2025-08-20T22:42:39.2582371Z [00:04:20.910]➜  mkdir -p $WORK/b1587/
2025-08-20T22:42:39.2585708Z [00:04:20.911]➜  cat >/tmp/go-build3998081543/b1587/importcfg << 'EOF' # internal
2025-08-20T22:42:39.2586150Z [00:04:20.911]➜  # import config
2025-08-20T22:42:39.2588235Z [00:04:20.911]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.2588700Z [00:04:20.911]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.2590328Z [00:04:20.911]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.2591030Z [00:04:20.911]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.2591740Z [00:04:20.911]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.2592528Z [00:04:20.911]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.2593264Z [00:04:20.911]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.2593698Z [00:04:20.911]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.2594128Z [00:04:20.911]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.2594557Z [00:04:20.911]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.2594985Z [00:04:20.911]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.2595305Z [00:04:20.911]➜  EOF
2025-08-20T22:42:39.2606334Z [00:04:20.911]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1587/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/deleteautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/deleteautofollowpattern;$WORK/b1587=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid hzd-ggYFZLkkTLmc11Me/hzd-ggYFZLkkTLmc11Me -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1587/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/deleteautofollowpattern/delete_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/deleteautofollowpattern/response.go
2025-08-20T22:42:39.2609668Z [00:04:20.912]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow
2025-08-20T22:42:39.2610044Z [00:04:20.913]➜  mkdir -p $WORK/b1588/
2025-08-20T22:42:39.2610422Z [00:04:20.913]➜  cat >/tmp/go-build3998081543/b1588/importcfg << 'EOF' # internal
2025-08-20T22:42:39.2610773Z [00:04:20.913]➜  # import config
2025-08-20T22:42:39.2611103Z [00:04:20.913]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.2611525Z [00:04:20.913]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.2611973Z [00:04:20.913]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.2612423Z [00:04:20.913]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.2613021Z [00:04:20.913]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.2613709Z [00:04:20.913]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.2614494Z [00:04:20.913]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.2615059Z [00:04:20.913]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.2615667Z [00:04:20.913]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.2616160Z [00:04:20.913]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.2616589Z [00:04:20.913]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.2617016Z [00:04:20.913]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.2617333Z [00:04:20.913]➜  EOF
2025-08-20T22:42:39.2620417Z [00:04:20.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1588/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/follow=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/follow;$WORK/b1588=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow -lang=go1.22 -complete -installsuffix shared -buildid mZ-Cfn3Z4nD3-_02qw2F/mZ-Cfn3Z4nD3-_02qw2F -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1588/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/follow/follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/follow/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/follow/response.go
2025-08-20T22:42:39.3235282Z [00:04:20.974]➜  go tool buildid -w $WORK/b1586/_pkg_.a # internal
2025-08-20T22:42:39.3238584Z [00:04:20.976]➜  cp $WORK/b1586/_pkg_.a /root/.cache/go-build/16/1612ecf2481ce0337e79d446596bf44f06fdd1db1fb7a74b1fbde0f0983467d2-d # internal
2025-08-20T22:42:39.3245254Z [00:04:20.977]➜  go tool buildid -w $WORK/b1585/_pkg_.a # internal
2025-08-20T22:42:39.3254586Z [00:04:20.978]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo
2025-08-20T22:42:39.3256921Z [00:04:20.978]➜  mkdir -p $WORK/b1589/
2025-08-20T22:42:39.3257316Z [00:04:20.978]➜  cat >/tmp/go-build3998081543/b1589/importcfg << 'EOF' # internal
2025-08-20T22:42:39.3257673Z [00:04:20.978]➜  # import config
2025-08-20T22:42:39.3258042Z [00:04:20.978]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.3258500Z [00:04:20.978]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.3258946Z [00:04:20.978]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.3259362Z [00:04:20.978]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.3259994Z [00:04:20.978]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.3261155Z [00:04:20.978]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.3261725Z [00:04:20.978]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.3262147Z [00:04:20.978]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.3262582Z [00:04:20.978]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.3263017Z [00:04:20.978]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.3263447Z [00:04:20.978]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.3263761Z [00:04:20.978]➜  EOF
2025-08-20T22:42:39.3267008Z [00:04:20.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1589/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/followinfo=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/followinfo;$WORK/b1589=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo -lang=go1.22 -complete -installsuffix shared -buildid ZGkBXt3AOCTyHZ2gr7qP/ZGkBXt3AOCTyHZ2gr7qP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1589/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/followinfo/follow_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/followinfo/response.go
2025-08-20T22:42:39.3269552Z [00:04:20.978]➜  go tool buildid -w $WORK/b1588/_pkg_.a # internal
2025-08-20T22:42:39.3274777Z [00:04:20.980]➜  cp $WORK/b1585/_pkg_.a /root/.cache/go-build/9a/9ab2fa42dde9cdb44ba0a4077678d6c6dae2644b976151c29fa1060b0b05781c-d # internal
2025-08-20T22:42:39.3275636Z [00:04:20.980]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats
2025-08-20T22:42:39.3276053Z [00:04:20.980]➜  mkdir -p $WORK/b1590/
2025-08-20T22:42:39.3276444Z [00:04:20.980]➜  cat >/tmp/go-build3998081543/b1590/importcfg << 'EOF' # internal
2025-08-20T22:42:39.3276813Z [00:04:20.980]➜  # import config
2025-08-20T22:42:39.3277167Z [00:04:20.980]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.3277622Z [00:04:20.980]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.3278070Z [00:04:20.980]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.3278485Z [00:04:20.980]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.3279448Z [00:04:20.980]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.3280302Z [00:04:20.980]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.3280869Z [00:04:20.980]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.3281287Z [00:04:20.980]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.3281883Z [00:04:20.980]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.3282312Z [00:04:20.980]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.3282738Z [00:04:20.980]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.3283052Z [00:04:20.980]➜  EOF
2025-08-20T22:42:39.3286242Z [00:04:20.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1590/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/followstats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/followstats;$WORK/b1590=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats -lang=go1.22 -complete -installsuffix shared -buildid G0XUcx4aB0nddYShVoEz/G0XUcx4aB0nddYShVoEz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1590/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/followstats/follow_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/followstats/response.go
2025-08-20T22:42:39.3291961Z [00:04:20.981]➜  cp $WORK/b1588/_pkg_.a /root/.cache/go-build/81/811f44cdce8962d716efb14d01bc0e6f0d146058e828e4c560a7d535b029a278-d # internal
2025-08-20T22:42:39.3296134Z [00:04:20.982]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower
2025-08-20T22:42:39.3296568Z [00:04:20.982]➜  mkdir -p $WORK/b1591/
2025-08-20T22:42:39.3309160Z [00:04:20.983]➜  cat >/tmp/go-build3998081543/b1591/importcfg << 'EOF' # internal
2025-08-20T22:42:39.3309534Z [00:04:20.983]➜  # import config
2025-08-20T22:42:39.3309894Z [00:04:20.983]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.3310323Z [00:04:20.983]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.3310773Z [00:04:20.983]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.3311213Z [00:04:20.983]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.3311642Z [00:04:20.983]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.3312272Z [00:04:20.983]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.3313058Z [00:04:20.983]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.3313622Z [00:04:20.983]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.3314040Z [00:04:20.983]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.3314479Z [00:04:20.983]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.3314907Z [00:04:20.983]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.3315507Z [00:04:20.983]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.3315922Z [00:04:20.983]➜  EOF
2025-08-20T22:42:39.3319466Z [00:04:20.983]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1591/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/forgetfollower=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/forgetfollower;$WORK/b1591=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower -lang=go1.22 -complete -installsuffix shared -buildid pfEgiXiwGIjSGcoXDPMM/pfEgiXiwGIjSGcoXDPMM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1591/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/forgetfollower/forget_follower.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/forgetfollower/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/forgetfollower/response.go
2025-08-20T22:42:39.3340276Z [00:04:20.986]➜  go tool buildid -w $WORK/b1587/_pkg_.a # internal
2025-08-20T22:42:39.3350593Z [00:04:20.987]➜  cp $WORK/b1587/_pkg_.a /root/.cache/go-build/05/0515896ca805decad297ff5eabd9a2d5b025526b8d29aa24001990b9cfd6d742-d # internal
2025-08-20T22:42:39.3354644Z [00:04:20.988]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern
2025-08-20T22:42:39.3358920Z [00:04:20.988]➜  mkdir -p $WORK/b1592/
2025-08-20T22:42:39.3359384Z [00:04:20.988]➜  cat >/tmp/go-build3998081543/b1592/importcfg << 'EOF' # internal
2025-08-20T22:42:39.3359912Z [00:04:20.988]➜  # import config
2025-08-20T22:42:39.3360355Z [00:04:20.988]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.3360843Z [00:04:20.988]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.3361458Z [00:04:20.988]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.3361887Z [00:04:20.988]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.3362518Z [00:04:20.988]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.3363317Z [00:04:20.988]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.3364365Z [00:04:20.988]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.3364838Z [00:04:20.988]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.3365287Z [00:04:20.988]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.3366041Z [00:04:20.988]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.3366495Z [00:04:20.988]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.3366811Z [00:04:20.988]➜  EOF
2025-08-20T22:42:39.3369801Z [00:04:20.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1592/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/getautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/getautofollowpattern;$WORK/b1592=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid 24zW_CkgGmt9EL0K_qhF/24zW_CkgGmt9EL0K_qhF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1592/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/getautofollowpattern/get_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/getautofollowpattern/response.go
2025-08-20T22:42:39.3959124Z [00:04:21.048]➜  go tool buildid -w $WORK/b1590/_pkg_.a # internal
2025-08-20T22:42:39.3968498Z [00:04:21.049]➜  cp $WORK/b1590/_pkg_.a /root/.cache/go-build/60/60b5a81d505d7241603c77e630576fa67e5bedef97637f6ad4f6a6ec3123d745-d # internal
2025-08-20T22:42:39.3979000Z [00:04:21.050]➜  go tool buildid -w $WORK/b1591/_pkg_.a # internal
2025-08-20T22:42:39.3980007Z [00:04:21.050]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern
2025-08-20T22:42:39.3980478Z [00:04:21.050]➜  mkdir -p $WORK/b1593/
2025-08-20T22:42:39.3980847Z [00:04:21.050]➜  go tool buildid -w $WORK/b1589/_pkg_.a # internal
2025-08-20T22:42:39.3990643Z [00:04:21.051]➜  cp $WORK/b1591/_pkg_.a /root/.cache/go-build/74/74bf401c6c6bf22542e8a51cd59112ed59261f40a0a6c5389d85f8f6a90d1ada-d # internal
2025-08-20T22:42:39.3998697Z [00:04:21.052]➜  cat >/tmp/go-build3998081543/b1593/importcfg << 'EOF' # internal
2025-08-20T22:42:39.3999519Z [00:04:21.052]➜  # import config
2025-08-20T22:42:39.4001430Z [00:04:21.052]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.4003261Z [00:04:21.052]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.4004623Z [00:04:21.052]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.4005053Z [00:04:21.052]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.4005824Z [00:04:21.052]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.4006873Z [00:04:21.052]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.4007454Z [00:04:21.052]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.4007873Z [00:04:21.052]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.4008309Z [00:04:21.052]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.4011032Z [00:04:21.052]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.4011483Z [00:04:21.052]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.4011826Z [00:04:21.052]➜  EOF
2025-08-20T22:42:39.4018248Z [00:04:21.052]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1593/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/pauseautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/pauseautofollowpattern;$WORK/b1593=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid lODx5wIuC5pCnwg4aSvy/lODx5wIuC5pCnwg4aSvy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1593/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/pauseautofollowpattern/pause_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/pauseautofollowpattern/response.go
2025-08-20T22:42:39.4027922Z [00:04:21.053]➜  cp $WORK/b1589/_pkg_.a /root/.cache/go-build/f2/f2c3e2098d24c8ad82602ac0e44113b88e7eb54a530f071c76d6f73baf7d682d-d # internal
2025-08-20T22:42:39.4029213Z [00:04:21.054]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow
2025-08-20T22:42:39.4029819Z [00:04:21.054]➜  mkdir -p $WORK/b1594/
2025-08-20T22:42:39.4034963Z [00:04:21.054]➜  cat >/tmp/go-build3998081543/b1594/importcfg << 'EOF' # internal
2025-08-20T22:42:39.4035328Z [00:04:21.054]➜  # import config
2025-08-20T22:42:39.4039657Z [00:04:21.054]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.4041475Z [00:04:21.054]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.4041961Z [00:04:21.054]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.4042377Z [00:04:21.054]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.4043008Z [00:04:21.054]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.4046734Z [00:04:21.054]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.4047314Z [00:04:21.054]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.4048656Z [00:04:21.054]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.4049188Z [00:04:21.054]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.4053189Z [00:04:21.054]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.4053654Z [00:04:21.054]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.4053972Z [00:04:21.054]➜  EOF
2025-08-20T22:42:39.4057083Z [00:04:21.054]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1594/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/pausefollow=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/pausefollow;$WORK/b1594=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow -lang=go1.22 -complete -installsuffix shared -buildid -dF0L1JsdYzhJA5Ua-7I/-dF0L1JsdYzhJA5Ua-7I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1594/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/pausefollow/pause_follow.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/pausefollow/response.go
2025-08-20T22:42:39.4059723Z [00:04:21.054]➜  go tool buildid -w $WORK/b1592/_pkg_.a # internal
2025-08-20T22:42:39.4060208Z [00:04:21.055]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern
2025-08-20T22:42:39.4060616Z [00:04:21.055]➜  mkdir -p $WORK/b1595/
2025-08-20T22:42:39.4060991Z [00:04:21.056]➜  cat >/tmp/go-build3998081543/b1595/importcfg << 'EOF' # internal
2025-08-20T22:42:39.4061340Z [00:04:21.056]➜  # import config
2025-08-20T22:42:39.4061672Z [00:04:21.056]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.4062101Z [00:04:21.056]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.4062547Z [00:04:21.056]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.4062992Z [00:04:21.056]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.4063404Z [00:04:21.056]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.4064030Z [00:04:21.056]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.4065109Z [00:04:21.056]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.4065906Z [00:04:21.056]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.4066329Z [00:04:21.056]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.4066761Z [00:04:21.056]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.4067193Z [00:04:21.056]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.4067620Z [00:04:21.056]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.4067932Z [00:04:21.056]➜  EOF
2025-08-20T22:42:39.4068552Z [00:04:21.056]➜  cp $WORK/b1592/_pkg_.a /root/.cache/go-build/3d/3d30d292c06c8af943843e12a87f3f5b7fcbf410b5bf4c707471c8480b277cfe-d # internal
2025-08-20T22:42:39.4072308Z [00:04:21.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1595/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/putautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/putautofollowpattern;$WORK/b1595=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid Kp9e1n4w6w7LobKvxMui/Kp9e1n4w6w7LobKvxMui -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1595/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/putautofollowpattern/put_auto_follow_pattern.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/putautofollowpattern/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/putautofollowpattern/response.go
2025-08-20T22:42:39.4076206Z [00:04:21.057]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern
2025-08-20T22:42:39.4076633Z [00:04:21.058]➜  mkdir -p $WORK/b1596/
2025-08-20T22:42:39.4077048Z [00:04:21.059]➜  cat >/tmp/go-build3998081543/b1596/importcfg << 'EOF' # internal
2025-08-20T22:42:39.4077401Z [00:04:21.059]➜  # import config
2025-08-20T22:42:39.4077743Z [00:04:21.059]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.4078195Z [00:04:21.059]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.4078641Z [00:04:21.059]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.4079054Z [00:04:21.059]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.4079909Z [00:04:21.059]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.4080762Z [00:04:21.059]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.4081331Z [00:04:21.059]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.4081886Z [00:04:21.059]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.4082321Z [00:04:21.059]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.4082750Z [00:04:21.059]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.4083176Z [00:04:21.059]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.4083493Z [00:04:21.059]➜  EOF
2025-08-20T22:42:39.4086825Z [00:04:21.059]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1596/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/resumeautofollowpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/resumeautofollowpattern;$WORK/b1596=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern -lang=go1.22 -complete -installsuffix shared -buildid _EJc1oOrxcCVzcy8Hx49/_EJc1oOrxcCVzcy8Hx49 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1596/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/resumeautofollowpattern/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/resumeautofollowpattern/resume_auto_follow_pattern.go
2025-08-20T22:42:39.4650729Z [00:04:21.116]➜  go tool buildid -w $WORK/b1593/_pkg_.a # internal
2025-08-20T22:42:39.4653017Z [00:04:21.117]➜  cp $WORK/b1593/_pkg_.a /root/.cache/go-build/f6/f692bbd961533aa7bab68802d8a873f89e83ea91a71337b68fc87f8a2b2c8040-d # internal
2025-08-20T22:42:39.4676490Z [00:04:21.120]➜  go tool buildid -w $WORK/b1594/_pkg_.a # internal
2025-08-20T22:42:39.4692091Z [00:04:21.121]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow
2025-08-20T22:42:39.4703150Z [00:04:21.122]➜  mkdir -p $WORK/b1597/
2025-08-20T22:42:39.4703589Z [00:04:21.122]➜  cat >/tmp/go-build3998081543/b1597/importcfg << 'EOF' # internal
2025-08-20T22:42:39.4703942Z [00:04:21.122]➜  # import config
2025-08-20T22:42:39.4704286Z [00:04:21.122]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.4704755Z [00:04:21.122]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.4705215Z [00:04:21.122]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.4705937Z [00:04:21.122]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.4706360Z [00:04:21.122]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.4706990Z [00:04:21.122]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.4707793Z [00:04:21.122]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.4708358Z [00:04:21.122]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.4708777Z [00:04:21.122]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.4709207Z [00:04:21.122]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.4709650Z [00:04:21.122]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.4710085Z [00:04:21.122]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.4710407Z [00:04:21.122]➜  EOF
2025-08-20T22:42:39.4713882Z [00:04:21.122]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1597/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/resumefollow=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/resumefollow;$WORK/b1597=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow -lang=go1.22 -complete -installsuffix shared -buildid lvcWDYGRYAXQb-GfVRio/lvcWDYGRYAXQb-GfVRio -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1597/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/resumefollow/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/resumefollow/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/resumefollow/resume_follow.go
2025-08-20T22:42:39.4719581Z [00:04:21.124]➜  cp $WORK/b1594/_pkg_.a /root/.cache/go-build/ae/aec359d6b7f66af9b72d49c5f1dba7c8866a1ee7d570592b83fffdb8fd78377d-d # internal
2025-08-20T22:42:39.4720269Z [00:04:21.124]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats
2025-08-20T22:42:39.4720633Z [00:04:21.124]➜  mkdir -p $WORK/b1598/
2025-08-20T22:42:39.4726794Z [00:04:21.125]➜  cat >/tmp/go-build3998081543/b1598/importcfg << 'EOF' # internal
2025-08-20T22:42:39.4727689Z [00:04:21.125]➜  # import config
2025-08-20T22:42:39.4728113Z [00:04:21.125]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.4728585Z [00:04:21.125]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.4729039Z [00:04:21.125]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.4729457Z [00:04:21.125]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.4730524Z [00:04:21.125]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.4731374Z [00:04:21.125]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.4731941Z [00:04:21.125]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.4732359Z [00:04:21.125]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.4732794Z [00:04:21.125]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.4733222Z [00:04:21.125]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.4733650Z [00:04:21.125]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.4733964Z [00:04:21.125]➜  EOF
2025-08-20T22:42:39.4737577Z [00:04:21.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1598/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/stats;$WORK/b1598=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats -lang=go1.22 -complete -installsuffix shared -buildid znuxy_4-WA7ZqM3ujXPa/znuxy_4-WA7ZqM3ujXPa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1598/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/stats/stats.go
2025-08-20T22:42:39.4739997Z [00:04:21.126]➜  go tool buildid -w $WORK/b1596/_pkg_.a # internal
2025-08-20T22:42:39.4749387Z [00:04:21.127]➜  cp $WORK/b1596/_pkg_.a /root/.cache/go-build/ca/ca02707ebe0ae3c47a00f9116f43ea69d83690e21a154c7549a5b810a81a40ae-d # internal
2025-08-20T22:42:39.4759828Z [00:04:21.128]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow
2025-08-20T22:42:39.4764336Z [00:04:21.128]➜  mkdir -p $WORK/b1599/
2025-08-20T22:42:39.4765969Z [00:04:21.129]➜  cat >/tmp/go-build3998081543/b1599/importcfg << 'EOF' # internal
2025-08-20T22:42:39.4766345Z [00:04:21.129]➜  # import config
2025-08-20T22:42:39.4766696Z [00:04:21.129]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.4767152Z [00:04:21.129]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.4767595Z [00:04:21.129]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.4768010Z [00:04:21.129]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.4768829Z [00:04:21.129]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.4769679Z [00:04:21.129]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.4770251Z [00:04:21.129]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.4770675Z [00:04:21.129]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.4771117Z [00:04:21.129]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.4771542Z [00:04:21.129]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.4771969Z [00:04:21.129]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.4772285Z [00:04:21.129]➜  EOF
2025-08-20T22:42:39.4775078Z [00:04:21.129]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1599/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/unfollow=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/unfollow;$WORK/b1599=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow -lang=go1.22 -complete -installsuffix shared -buildid 4WT17FEJsH9r3XpkdquM/4WT17FEJsH9r3XpkdquM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1599/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/unfollow/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ccr/unfollow/unfollow.go
2025-08-20T22:42:39.4887849Z [00:04:21.141]➜  go tool buildid -w $WORK/b1595/_pkg_.a # internal
2025-08-20T22:42:39.4895424Z [00:04:21.142]➜  cp $WORK/b1595/_pkg_.a /root/.cache/go-build/88/8868f830285530e4a62ed1cf5148a16de71cff6b4349fc09cc1a070a4bd399f5-d # internal
2025-08-20T22:42:39.4929430Z [00:04:21.145]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain
2025-08-20T22:42:39.4930583Z [00:04:21.145]➜  mkdir -p $WORK/b1600/
2025-08-20T22:42:39.4931237Z [00:04:21.145]➜  cat >/tmp/go-build3998081543/b1600/importcfg << 'EOF' # internal
2025-08-20T22:42:39.4931600Z [00:04:21.145]➜  # import config
2025-08-20T22:42:39.4931952Z [00:04:21.145]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.4932383Z [00:04:21.145]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.4932837Z [00:04:21.145]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.4933316Z [00:04:21.145]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.4933735Z [00:04:21.145]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.4934369Z [00:04:21.145]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.4935163Z [00:04:21.145]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.4936187Z [00:04:21.145]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build3998081543/b1392/_pkg_.a
2025-08-20T22:42:39.4936834Z [00:04:21.145]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.4937254Z [00:04:21.145]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.4937689Z [00:04:21.145]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.4938541Z [00:04:21.145]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.4938975Z [00:04:21.145]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.4939294Z [00:04:21.145]➜  EOF
2025-08-20T22:42:39.4942919Z [00:04:21.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1600/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/allocationexplain=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/allocationexplain;$WORK/b1600=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain -lang=go1.22 -complete -installsuffix shared -buildid L-7EquSOstB7Jc83glEq/L-7EquSOstB7Jc83glEq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1600/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/allocationexplain/allocation_explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/allocationexplain/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/allocationexplain/response.go
2025-08-20T22:42:39.5384016Z [00:04:21.189]➜  go tool buildid -w $WORK/b1598/_pkg_.a # internal
2025-08-20T22:42:39.5391710Z [00:04:21.191]➜  cp $WORK/b1598/_pkg_.a /root/.cache/go-build/9e/9ed3e236fde69a48943596ba5fe0d9c1a0e6478434d85e596cab197692348420-d # internal
2025-08-20T22:42:39.5423097Z [00:04:21.194]➜  go tool buildid -w $WORK/b1599/_pkg_.a # internal
2025-08-20T22:42:39.5431969Z [00:04:21.195]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate
2025-08-20T22:42:39.5432448Z [00:04:21.195]➜  mkdir -p $WORK/b1601/
2025-08-20T22:42:39.5432848Z [00:04:21.195]➜  cat >/tmp/go-build3998081543/b1601/importcfg << 'EOF' # internal
2025-08-20T22:42:39.5433210Z [00:04:21.195]➜  # import config
2025-08-20T22:42:39.5433557Z [00:04:21.195]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.5434024Z [00:04:21.195]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.5441217Z [00:04:21.195]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.5441705Z [00:04:21.195]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.5442348Z [00:04:21.195]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.5443143Z [00:04:21.195]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.5443717Z [00:04:21.195]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.5444139Z [00:04:21.195]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.5444575Z [00:04:21.195]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.5445004Z [00:04:21.195]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.5445620Z [00:04:21.195]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.5446010Z [00:04:21.195]➜  EOF
2025-08-20T22:42:39.5449208Z [00:04:21.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1601/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/deletecomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/deletecomponenttemplate;$WORK/b1601=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid fNCa_lnQPsSlFp-RUo3U/fNCa_lnQPsSlFp-RUo3U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1601/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/deletecomponenttemplate/delete_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/deletecomponenttemplate/response.go
2025-08-20T22:42:39.5452367Z [00:04:21.196]➜  cp $WORK/b1599/_pkg_.a /root/.cache/go-build/b5/b5edd40f8233b65d78881dc890fd54fe012d174aa541db0d00ba18589722aef7-d # internal
2025-08-20T22:42:39.5477921Z [00:04:21.200]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate
2025-08-20T22:42:39.5478399Z [00:04:21.200]➜  mkdir -p $WORK/b1604/
2025-08-20T22:42:39.5482918Z [00:04:21.200]➜  cat >/tmp/go-build3998081543/b1604/importcfg << 'EOF' # internal
2025-08-20T22:42:39.5488358Z [00:04:21.200]➜  # import config
2025-08-20T22:42:39.5493877Z [00:04:21.200]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.5497755Z [00:04:21.200]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.5498627Z [00:04:21.200]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.5499633Z [00:04:21.200]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.5500732Z [00:04:21.200]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.5501601Z [00:04:21.200]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.5502175Z [00:04:21.200]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.5502598Z [00:04:21.200]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.5503031Z [00:04:21.200]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.5503458Z [00:04:21.200]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.5503892Z [00:04:21.200]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.5504209Z [00:04:21.200]➜  EOF
2025-08-20T22:42:39.5507773Z [00:04:21.200]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1604/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/getcomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/getcomponenttemplate;$WORK/b1604=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid AH0Og8y9SwUXmzUdS2Xb/AH0Og8y9SwUXmzUdS2Xb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1604/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/getcomponenttemplate/get_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/getcomponenttemplate/response.go
2025-08-20T22:42:39.5554554Z [00:04:21.208]➜  go tool buildid -w $WORK/b1597/_pkg_.a # internal
2025-08-20T22:42:39.5565961Z [00:04:21.209]➜  cp $WORK/b1597/_pkg_.a /root/.cache/go-build/4e/4eea669aca17fd3423082847487517ae3f50baf7bf431b1e42c7ed60b3b068af-d # internal
2025-08-20T22:42:39.5575978Z [00:04:21.210]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings
2025-08-20T22:42:39.5584714Z [00:04:21.211]➜  mkdir -p $WORK/b1605/
2025-08-20T22:42:39.5585502Z [00:04:21.211]➜  cat >/tmp/go-build3998081543/b1605/importcfg << 'EOF' # internal
2025-08-20T22:42:39.5586096Z [00:04:21.211]➜  # import config
2025-08-20T22:42:39.5586893Z [00:04:21.211]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.5587359Z [00:04:21.211]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.5587804Z [00:04:21.211]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.5588228Z [00:04:21.211]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.5590194Z [00:04:21.211]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.5591015Z [00:04:21.211]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.5591585Z [00:04:21.211]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.5592006Z [00:04:21.211]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.5592776Z [00:04:21.211]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.5593207Z [00:04:21.211]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.5593632Z [00:04:21.211]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.5593947Z [00:04:21.211]➜  EOF
2025-08-20T22:42:39.5597083Z [00:04:21.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1605/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/getsettings;$WORK/b1605=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings -lang=go1.22 -complete -installsuffix shared -buildid zn1bvjntTExcrwXEH7hw/zn1bvjntTExcrwXEH7hw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1605/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/getsettings/get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/getsettings/response.go
2025-08-20T22:42:39.5599730Z [00:04:21.212]➜  go tool buildid -w $WORK/b1600/_pkg_.a # internal
2025-08-20T22:42:39.5606051Z [00:04:21.213]➜  cp $WORK/b1600/_pkg_.a /root/.cache/go-build/04/043aca70df141d55eddfc6d143a3da00d11a8eec9221e0618a1d4f0052596ce9-d # internal
2025-08-20T22:42:39.5610416Z [00:04:21.213]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health
2025-08-20T22:42:39.5610825Z [00:04:21.213]➜  mkdir -p $WORK/b1606/
2025-08-20T22:42:39.5616482Z [00:04:21.214]➜  cat >/tmp/go-build3998081543/b1606/importcfg << 'EOF' # internal
2025-08-20T22:42:39.5619707Z [00:04:21.214]➜  # import config
2025-08-20T22:42:39.5620626Z [00:04:21.214]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.5621097Z [00:04:21.214]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.5621554Z [00:04:21.214]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.5622421Z [00:04:21.214]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.5622895Z [00:04:21.214]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.5623523Z [00:04:21.214]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.5624310Z [00:04:21.214]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.5625171Z [00:04:21.214]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:39.5626529Z [00:04:21.214]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3998081543/b1431/_pkg_.a
2025-08-20T22:42:39.5627422Z [00:04:21.214]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3998081543/b1607/_pkg_.a
2025-08-20T22:42:39.5628334Z [00:04:21.214]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build3998081543/b1608/_pkg_.a
2025-08-20T22:42:39.5628973Z [00:04:21.214]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.5629389Z [00:04:21.214]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.5629818Z [00:04:21.214]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.5630246Z [00:04:21.214]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.5630676Z [00:04:21.214]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.5630992Z [00:04:21.214]➜  EOF
2025-08-20T22:42:39.5633703Z [00:04:21.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1606/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/health=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/health;$WORK/b1606=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health -lang=go1.22 -complete -installsuffix shared -buildid -uYzyLV3CWyitNHNJ84d/-uYzyLV3CWyitNHNJ84d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1606/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/health/health.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/health/response.go
2025-08-20T22:42:39.6191263Z [00:04:21.271]➜  go tool buildid -w $WORK/b1601/_pkg_.a # internal
2025-08-20T22:42:39.6202235Z [00:04:21.272]➜  cp $WORK/b1601/_pkg_.a /root/.cache/go-build/07/07679815a4875040bd6ed28f7c2ba43aa42190fae80c5e30a61cbc29ba9513f5-d # internal
2025-08-20T22:42:39.6208311Z [00:04:21.273]➜  go tool buildid -w $WORK/b1604/_pkg_.a # internal
2025-08-20T22:42:39.6209712Z [00:04:21.273]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info
2025-08-20T22:42:39.6211045Z [00:04:21.273]➜  mkdir -p $WORK/b1609/
2025-08-20T22:42:39.6215823Z [00:04:21.274]➜  cat >/tmp/go-build3998081543/b1609/importcfg << 'EOF' # internal
2025-08-20T22:42:39.6225887Z [00:04:21.274]➜  # import config
2025-08-20T22:42:39.6226466Z [00:04:21.274]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.6227352Z [00:04:21.274]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.6227808Z [00:04:21.274]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.6228230Z [00:04:21.274]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.6228876Z [00:04:21.274]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.6229670Z [00:04:21.274]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.6230233Z [00:04:21.274]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.6230659Z [00:04:21.274]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.6231547Z [00:04:21.274]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.6232042Z [00:04:21.274]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.6232471Z [00:04:21.274]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.6232787Z [00:04:21.274]➜  EOF
2025-08-20T22:42:39.6235788Z [00:04:21.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1609/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/info=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/info;$WORK/b1609=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info -lang=go1.22 -complete -installsuffix shared -buildid 7GDP5yomx6ASE4cKZYD8/7GDP5yomx6ASE4cKZYD8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1609/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/info/response.go
2025-08-20T22:42:39.6252543Z [00:04:21.278]➜  go tool buildid -w $WORK/b1606/_pkg_.a # internal
2025-08-20T22:42:39.6257838Z [00:04:21.278]➜  cp $WORK/b1604/_pkg_.a /root/.cache/go-build/eb/ebe08320308fb3a28ff22780acd76339d68fff2b1134f02c639ac824e817d518-d # internal
2025-08-20T22:42:39.6276151Z [00:04:21.279]➜  cp $WORK/b1606/_pkg_.a /root/.cache/go-build/e8/e8fae21d726cf10793caf72787b8aef698df9a391d7b5f1294865cece8fa8213-d # internal
2025-08-20T22:42:39.6288507Z [00:04:21.281]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks
2025-08-20T22:42:39.6290540Z [00:04:21.281]➜  mkdir -p $WORK/b1610/
2025-08-20T22:42:39.6290936Z [00:04:21.281]➜  cat >/tmp/go-build3998081543/b1610/importcfg << 'EOF' # internal
2025-08-20T22:42:39.6291294Z [00:04:21.281]➜  # import config
2025-08-20T22:42:39.6291653Z [00:04:21.281]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.6292445Z [00:04:21.281]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.6292898Z [00:04:21.281]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.6293313Z [00:04:21.281]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.6293951Z [00:04:21.281]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.6294873Z [00:04:21.281]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.6300694Z [00:04:21.281]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.6301139Z [00:04:21.281]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.6301573Z [00:04:21.281]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.6302002Z [00:04:21.281]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.6302450Z [00:04:21.281]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.6302770Z [00:04:21.281]➜  EOF
2025-08-20T22:42:39.6305804Z [00:04:21.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1610/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/pendingtasks=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/pendingtasks;$WORK/b1610=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks -lang=go1.22 -complete -installsuffix shared -buildid sDWYuGsiHhqneZJNIolz/sDWYuGsiHhqneZJNIolz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1610/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/pendingtasks/pending_tasks.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/pendingtasks/response.go
2025-08-20T22:42:39.6338691Z [00:04:21.284]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate
2025-08-20T22:42:39.6341214Z [00:04:21.285]➜  mkdir -p $WORK/b1612/
2025-08-20T22:42:39.6358363Z [00:04:21.288]➜  cat >/tmp/go-build3998081543/b1612/importcfg << 'EOF' # internal
2025-08-20T22:42:39.6359074Z [00:04:21.288]➜  # import config
2025-08-20T22:42:39.6359645Z [00:04:21.288]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.6360202Z [00:04:21.288]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.6360798Z [00:04:21.288]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.6361386Z [00:04:21.288]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.6362489Z [00:04:21.288]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.6363123Z [00:04:21.288]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.6363917Z [00:04:21.288]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.6364512Z [00:04:21.288]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.6364935Z [00:04:21.288]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.6365566Z [00:04:21.288]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.6366056Z [00:04:21.288]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.6366482Z [00:04:21.288]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.6366803Z [00:04:21.288]➜  EOF
2025-08-20T22:42:39.6370359Z [00:04:21.288]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1612/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putcomponenttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putcomponenttemplate;$WORK/b1612=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate -lang=go1.22 -complete -installsuffix shared -buildid 5NILB1UC9DWDRhAHIMSX/5NILB1UC9DWDRhAHIMSX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1612/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putcomponenttemplate/put_component_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putcomponenttemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putcomponenttemplate/response.go
2025-08-20T22:42:39.6385742Z [00:04:21.291]➜  go tool buildid -w $WORK/b1605/_pkg_.a # internal
2025-08-20T22:42:39.6388860Z [00:04:21.291]➜  cp $WORK/b1605/_pkg_.a /root/.cache/go-build/6a/6ab1ce987081dd87889d052334ce97ac48151499552492682343d00c1a6f7719-d # internal
2025-08-20T22:42:39.6402002Z [00:04:21.292]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings
2025-08-20T22:42:39.6404755Z [00:04:21.292]➜  mkdir -p $WORK/b1613/
2025-08-20T22:42:39.6412879Z [00:04:21.294]➜  cat >/tmp/go-build3998081543/b1613/importcfg << 'EOF' # internal
2025-08-20T22:42:39.6413670Z [00:04:21.294]➜  # import config
2025-08-20T22:42:39.6416229Z [00:04:21.294]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.6416930Z [00:04:21.294]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.6420404Z [00:04:21.294]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.6420868Z [00:04:21.294]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.6421303Z [00:04:21.294]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.6421933Z [00:04:21.294]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.6422723Z [00:04:21.294]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.6423294Z [00:04:21.294]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.6424148Z [00:04:21.294]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.6424639Z [00:04:21.294]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.6425066Z [00:04:21.294]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.6425748Z [00:04:21.294]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.6426095Z [00:04:21.294]➜  EOF
2025-08-20T22:42:39.6429352Z [00:04:21.294]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1613/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putsettings;$WORK/b1613=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings -lang=go1.22 -complete -installsuffix shared -buildid p2FZpIYsJsaJ9Z_WBEW0/p2FZpIYsJsaJ9Z_WBEW0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1613/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putsettings/put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putsettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/putsettings/response.go
2025-08-20T22:42:39.7040110Z [00:04:21.356]➜  go tool buildid -w $WORK/b1613/_pkg_.a # internal
2025-08-20T22:42:39.7043156Z [00:04:21.356]➜  go tool buildid -w $WORK/b1609/_pkg_.a # internal
2025-08-20T22:42:39.7052496Z [00:04:21.357]➜  cp $WORK/b1609/_pkg_.a /root/.cache/go-build/b5/b5dc6772b98907e7457997d68a4b2153b5cc46bbe9416a444a9de4ecd0d425a7-d # internal
2025-08-20T22:42:39.7074878Z [00:04:21.358]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo
2025-08-20T22:42:39.7075326Z [00:04:21.358]➜  mkdir -p $WORK/b1614/
2025-08-20T22:42:39.7076035Z [00:04:21.358]➜  cat >/tmp/go-build3998081543/b1614/importcfg << 'EOF' # internal
2025-08-20T22:42:39.7076752Z [00:04:21.358]➜  # import config
2025-08-20T22:42:39.7077108Z [00:04:21.358]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.7077536Z [00:04:21.358]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.7077989Z [00:04:21.358]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.7078435Z [00:04:21.358]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.7078848Z [00:04:21.358]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.7079620Z [00:04:21.358]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.7080490Z [00:04:21.358]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.7081051Z [00:04:21.358]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.7081476Z [00:04:21.358]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.7081917Z [00:04:21.358]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.7082343Z [00:04:21.358]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.7082771Z [00:04:21.358]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.7083087Z [00:04:21.358]➜  EOF
2025-08-20T22:42:39.7091251Z [00:04:21.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1614/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/remoteinfo=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/remoteinfo;$WORK/b1614=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo -lang=go1.22 -complete -installsuffix shared -buildid drz5X_tuTLAZjW_8DztJ/drz5X_tuTLAZjW_8DztJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1614/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/remoteinfo/remote_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/remoteinfo/response.go
2025-08-20T22:42:39.7095210Z [00:04:21.360]➜  cp $WORK/b1613/_pkg_.a /root/.cache/go-build/b5/b5ff6304b2adabbb254dbe1223cef7fdb95febe95b39d5dd11b137e80613d76c-d # internal
2025-08-20T22:42:39.7106254Z [00:04:21.362]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute
2025-08-20T22:42:39.7106727Z [00:04:21.362]➜  mkdir -p $WORK/b1615/
2025-08-20T22:42:39.7107088Z [00:04:21.363]➜  go tool buildid -w $WORK/b1610/_pkg_.a # internal
2025-08-20T22:42:39.7107515Z [00:04:21.363]➜  cat >/tmp/go-build3998081543/b1615/importcfg << 'EOF' # internal
2025-08-20T22:42:39.7107859Z [00:04:21.363]➜  # import config
2025-08-20T22:42:39.7108199Z [00:04:21.363]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.7108623Z [00:04:21.363]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.7109085Z [00:04:21.363]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.7109543Z [00:04:21.363]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.7109957Z [00:04:21.363]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.7110589Z [00:04:21.363]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.7111387Z [00:04:21.363]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.7111956Z [00:04:21.363]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.7112375Z [00:04:21.363]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.7112806Z [00:04:21.363]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.7113235Z [00:04:21.363]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.7114058Z [00:04:21.363]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.7114385Z [00:04:21.363]➜  EOF
2025-08-20T22:42:39.7118150Z [00:04:21.363]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1615/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/reroute=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/reroute;$WORK/b1615=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute -lang=go1.22 -complete -installsuffix shared -buildid FoKi0D5MDk01oWkdq4it/FoKi0D5MDk01oWkdq4it -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1615/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/reroute/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/reroute/reroute.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/reroute/response.go
2025-08-20T22:42:39.7130809Z [00:04:21.365]➜  cp $WORK/b1610/_pkg_.a /root/.cache/go-build/f7/f76278a91031e68698306d352f89687641bd70a51851086fbd040a5cbb54f369-d # internal
2025-08-20T22:42:39.7137004Z [00:04:21.366]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state
2025-08-20T22:42:39.7137419Z [00:04:21.366]➜  mkdir -p $WORK/b1616/
2025-08-20T22:42:39.7149414Z [00:04:21.367]➜  cat >/tmp/go-build3998081543/b1616/importcfg << 'EOF' # internal
2025-08-20T22:42:39.7150151Z [00:04:21.367]➜  # import config
2025-08-20T22:42:39.7150993Z [00:04:21.367]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.7151508Z [00:04:21.367]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.7151968Z [00:04:21.367]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.7152390Z [00:04:21.367]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.7153022Z [00:04:21.367]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.7156233Z [00:04:21.367]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.7157188Z [00:04:21.367]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:39.7157842Z [00:04:21.367]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.7158265Z [00:04:21.367]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.7158708Z [00:04:21.367]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.7159137Z [00:04:21.367]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.7159597Z [00:04:21.367]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.7159916Z [00:04:21.367]➜  EOF
2025-08-20T22:42:39.7165274Z [00:04:21.367]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1616/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/state=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/state;$WORK/b1616=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state -lang=go1.22 -complete -installsuffix shared -buildid N-LWoRL8O_kTMLEdtyIB/N-LWoRL8O_kTMLEdtyIB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1616/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/state/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/state/state.go
2025-08-20T22:42:39.7191135Z [00:04:21.371]➜  go tool buildid -w $WORK/b1612/_pkg_.a # internal
2025-08-20T22:42:39.7201368Z [00:04:21.373]➜  cp $WORK/b1612/_pkg_.a /root/.cache/go-build/1c/1cdf8de16fcf0ddaab1072d2f6f78344d2a2cd9534ecf2b38c13654a567bf599-d # internal
2025-08-20T22:42:39.7218960Z [00:04:21.374]➜  github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats
2025-08-20T22:42:39.7226979Z [00:04:21.375]➜  mkdir -p $WORK/b1617/
2025-08-20T22:42:39.7227671Z [00:04:21.375]➜  cat >/tmp/go-build3998081543/b1617/importcfg << 'EOF' # internal
2025-08-20T22:42:39.7228038Z [00:04:21.375]➜  # import config
2025-08-20T22:42:39.7228385Z [00:04:21.375]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.7228840Z [00:04:21.375]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.7229282Z [00:04:21.375]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.7229812Z [00:04:21.375]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.7230517Z [00:04:21.375]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.7231310Z [00:04:21.375]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.7232161Z [00:04:21.375]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3998081543/b1431/_pkg_.a
2025-08-20T22:42:39.7233021Z [00:04:21.375]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.7233505Z [00:04:21.375]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.7233937Z [00:04:21.375]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.7234364Z [00:04:21.375]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.7234793Z [00:04:21.375]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.7235114Z [00:04:21.375]➜  EOF
2025-08-20T22:42:39.7238147Z [00:04:21.375]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1617/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/stats;$WORK/b1617=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats -lang=go1.22 -complete -installsuffix shared -buildid cZTly4KzSEwwqCJjcruS/cZTly4KzSEwwqCJjcruS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1617/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/cluster/stats/stats.go
2025-08-20T22:42:39.7775694Z [00:04:21.430]➜  go tool buildid -w $WORK/b1614/_pkg_.a # internal
2025-08-20T22:42:39.7786984Z [00:04:21.431]➜  cp $WORK/b1614/_pkg_.a /root/.cache/go-build/19/19db90094b29d0fa7078ec4e6fb4b5cabab872eefef2d4112272f06a71c2d8c3-d # internal
2025-08-20T22:42:39.7799912Z [00:04:21.432]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin
2025-08-20T22:42:39.7800902Z [00:04:21.432]➜  mkdir -p $WORK/b1618/
2025-08-20T22:42:39.7805958Z [00:04:21.433]➜  cat >/tmp/go-build3998081543/b1618/importcfg << 'EOF' # internal
2025-08-20T22:42:39.7816458Z [00:04:21.433]➜  # import config
2025-08-20T22:42:39.7817044Z [00:04:21.433]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.7817709Z [00:04:21.433]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.7818285Z [00:04:21.433]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.7818841Z [00:04:21.433]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.7819587Z [00:04:21.433]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.7820728Z [00:04:21.433]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.7821634Z [00:04:21.433]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:39.7822255Z [00:04:21.433]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.7822679Z [00:04:21.433]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.7823317Z [00:04:21.433]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.7823761Z [00:04:21.433]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.7824194Z [00:04:21.433]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.7824514Z [00:04:21.433]➜  EOF
2025-08-20T22:42:39.7827476Z [00:04:21.433]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1618/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/checkin=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/checkin;$WORK/b1618=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin -lang=go1.22 -complete -installsuffix shared -buildid m_m7kkbBDdVgJsOmbzs-/m_m7kkbBDdVgJsOmbzs- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1618/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/checkin/check_in.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/checkin/response.go
2025-08-20T22:42:39.7835059Z [00:04:21.436]➜  go tool buildid -w $WORK/b1615/_pkg_.a # internal
2025-08-20T22:42:39.7847678Z [00:04:21.437]➜  cp $WORK/b1615/_pkg_.a /root/.cache/go-build/d4/d4852b3541770144d051b330dd6e0edc7954e073148f82f6ad231304e5c32d2e-d # internal
2025-08-20T22:42:39.7857947Z [00:04:21.438]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete
2025-08-20T22:42:39.7858408Z [00:04:21.438]➜  mkdir -p $WORK/b1619/
2025-08-20T22:42:39.7858805Z [00:04:21.438]➜  cat >/tmp/go-build3998081543/b1619/importcfg << 'EOF' # internal
2025-08-20T22:42:39.7859329Z [00:04:21.438]➜  # import config
2025-08-20T22:42:39.7860223Z [00:04:21.438]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.7860739Z [00:04:21.438]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.7861196Z [00:04:21.438]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.7861675Z [00:04:21.438]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.7862559Z [00:04:21.438]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.7863437Z [00:04:21.438]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.7864015Z [00:04:21.438]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.7864436Z [00:04:21.438]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.7864883Z [00:04:21.438]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.7865329Z [00:04:21.438]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.7865977Z [00:04:21.438]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.7866302Z [00:04:21.438]➜  EOF
2025-08-20T22:42:39.7869208Z [00:04:21.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1619/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/delete;$WORK/b1619=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete -lang=go1.22 -complete -installsuffix shared -buildid szX4kGiFF_lMyA5HrhR1/szX4kGiFF_lMyA5HrhR1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1619/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/delete/response.go
2025-08-20T22:42:39.7900152Z [00:04:21.442]➜  go tool buildid -w $WORK/b1617/_pkg_.a # internal
2025-08-20T22:42:39.7914390Z [00:04:21.444]➜  cp $WORK/b1617/_pkg_.a /root/.cache/go-build/48/48ac6722210308817b97e810f5401524d6dbe01c9d8984e7660c0ca783fec0a2-d # internal
2025-08-20T22:42:39.7921737Z [00:04:21.445]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/get
2025-08-20T22:42:39.7922481Z [00:04:21.445]➜  mkdir -p $WORK/b1620/
2025-08-20T22:42:39.7927451Z [00:04:21.445]➜  cat >/tmp/go-build3998081543/b1620/importcfg << 'EOF' # internal
2025-08-20T22:42:39.7929030Z [00:04:21.445]➜  # import config
2025-08-20T22:42:39.7929402Z [00:04:21.445]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.7929833Z [00:04:21.445]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.7931683Z [00:04:21.445]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.7932255Z [00:04:21.445]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.7932739Z [00:04:21.445]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.7933378Z [00:04:21.445]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.7934168Z [00:04:21.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.7935675Z [00:04:21.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3998081543/b1386/_pkg_.a
2025-08-20T22:42:39.7936736Z [00:04:21.445]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3998081543/b1529/_pkg_.a
2025-08-20T22:42:39.7937371Z [00:04:21.445]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.7937800Z [00:04:21.445]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.7938232Z [00:04:21.445]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.7938661Z [00:04:21.445]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.7939087Z [00:04:21.445]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.7939404Z [00:04:21.445]➜  EOF
2025-08-20T22:42:39.7942289Z [00:04:21.445]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1620/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/get;$WORK/b1620=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/get -lang=go1.22 -complete -installsuffix shared -buildid u-YX1POCpSKKnREpHxiQ/u-YX1POCpSKKnREpHxiQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1620/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/get/response.go
2025-08-20T22:42:39.7954016Z [00:04:21.448]➜  go tool buildid -w $WORK/b1616/_pkg_.a # internal
2025-08-20T22:42:39.7955835Z [00:04:21.448]➜  cp $WORK/b1616/_pkg_.a /root/.cache/go-build/ba/bac40e85538febcc659f52aaa8048d44dbf549b63f6f5f5faa761270b1e27a08-d # internal
2025-08-20T22:42:39.7975890Z [00:04:21.450]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync
2025-08-20T22:42:39.7976392Z [00:04:21.450]➜  mkdir -p $WORK/b1621/
2025-08-20T22:42:39.7984201Z [00:04:21.451]➜  cat >/tmp/go-build3998081543/b1621/importcfg << 'EOF' # internal
2025-08-20T22:42:39.7984634Z [00:04:21.451]➜  # import config
2025-08-20T22:42:39.7984981Z [00:04:21.451]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.7985587Z [00:04:21.451]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.7986112Z [00:04:21.451]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.7986823Z [00:04:21.451]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.7987300Z [00:04:21.451]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.7987933Z [00:04:21.451]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.7988725Z [00:04:21.451]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.7989745Z [00:04:21.451]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:39.7990686Z [00:04:21.451]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3998081543/b1529/_pkg_.a
2025-08-20T22:42:39.7991317Z [00:04:21.451]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.7991747Z [00:04:21.451]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.7992184Z [00:04:21.451]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.7992616Z [00:04:21.451]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.7993045Z [00:04:21.451]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.7993380Z [00:04:21.451]➜  EOF
2025-08-20T22:42:39.7996917Z [00:04:21.451]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1621/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/lastsync=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/lastsync;$WORK/b1621=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync -lang=go1.22 -complete -installsuffix shared -buildid W7xi8zaSLK6Nyb-TiAyh/W7xi8zaSLK6Nyb-TiAyh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1621/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/lastsync/last_sync.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/lastsync/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/lastsync/response.go
2025-08-20T22:42:39.8411987Z [00:04:21.493]➜  go tool buildid -w $WORK/b1618/_pkg_.a # internal
2025-08-20T22:42:39.8428790Z [00:04:21.495]➜  cp $WORK/b1618/_pkg_.a /root/.cache/go-build/97/97b7fa33c4df4f17ede41cdccc545aff9b9fe28d7578032eed9238591f6aa25c-d # internal
2025-08-20T22:42:39.8436550Z [00:04:21.496]➜  go tool buildid -w $WORK/b1619/_pkg_.a # internal
2025-08-20T22:42:39.8451654Z [00:04:21.497]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/list
2025-08-20T22:42:39.8452691Z [00:04:21.497]➜  mkdir -p $WORK/b1622/
2025-08-20T22:42:39.8453417Z [00:04:21.497]➜  cat >/tmp/go-build3998081543/b1622/importcfg << 'EOF' # internal
2025-08-20T22:42:39.8454069Z [00:04:21.497]➜  # import config
2025-08-20T22:42:39.8454687Z [00:04:21.497]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.8456262Z [00:04:21.498]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.8458236Z [00:04:21.498]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.8459270Z [00:04:21.498]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.8460155Z [00:04:21.498]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.8461193Z [00:04:21.498]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.8462058Z [00:04:21.498]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.8462985Z [00:04:21.498]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.8463896Z [00:04:21.498]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.8465010Z [00:04:21.498]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.8467120Z [00:04:21.498]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.8468262Z [00:04:21.498]➜  EOF
2025-08-20T22:42:39.8471507Z [00:04:21.498]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1622/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/list=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/list;$WORK/b1622=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/list -lang=go1.22 -complete -installsuffix shared -buildid tFYv2TrM_5YrBrMy-8ID/tFYv2TrM_5YrBrMy-8ID -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1622/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/list/response.go
2025-08-20T22:42:39.8474570Z [00:04:21.498]➜  cp $WORK/b1619/_pkg_.a /root/.cache/go-build/51/511882b9beb477bba89d4aa94285c9b74515270aad282dfe25c2bcaa92541c88-d # internal
2025-08-20T22:42:39.8475259Z [00:04:21.500]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/post
2025-08-20T22:42:39.8475828Z [00:04:21.500]➜  mkdir -p $WORK/b1623/
2025-08-20T22:42:39.8482873Z [00:04:21.501]➜  cat >/tmp/go-build3998081543/b1623/importcfg << 'EOF' # internal
2025-08-20T22:42:39.8483271Z [00:04:21.501]➜  # import config
2025-08-20T22:42:39.8483640Z [00:04:21.501]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.8486993Z [00:04:21.501]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.8487662Z [00:04:21.501]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.8488119Z [00:04:21.501]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.8488538Z [00:04:21.501]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.8489203Z [00:04:21.501]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.8489997Z [00:04:21.501]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.8490814Z [00:04:21.501]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:39.8491426Z [00:04:21.501]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.8491860Z [00:04:21.501]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.8492298Z [00:04:21.501]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.8492725Z [00:04:21.501]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.8493156Z [00:04:21.501]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.8493474Z [00:04:21.501]➜  EOF
2025-08-20T22:42:39.8497111Z [00:04:21.501]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1623/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/post=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/post;$WORK/b1623=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/post -lang=go1.22 -complete -installsuffix shared -buildid N0neSPRuZlqjzAEO9Ehp/N0neSPRuZlqjzAEO9Ehp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1623/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/post/post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/post/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/post/response.go
2025-08-20T22:42:39.8877566Z [00:04:21.540]➜  go tool buildid -w $WORK/b1621/_pkg_.a # internal
2025-08-20T22:42:39.8910173Z [00:04:21.543]➜  cp $WORK/b1621/_pkg_.a /root/.cache/go-build/71/719fb2e33bcf644646c023cdffc7523e4f5082a46b774d424f89bbb9f321b38c-d # internal
2025-08-20T22:42:39.8933890Z [00:04:21.546]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/put
2025-08-20T22:42:39.8935187Z [00:04:21.546]➜  mkdir -p $WORK/b1624/
2025-08-20T22:42:39.8946795Z [00:04:21.547]➜  cat >/tmp/go-build3998081543/b1624/importcfg << 'EOF' # internal
2025-08-20T22:42:39.8948036Z [00:04:21.547]➜  # import config
2025-08-20T22:42:39.8949066Z [00:04:21.547]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.8951252Z [00:04:21.547]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.8952224Z [00:04:21.548]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.8953229Z [00:04:21.548]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.8953897Z [00:04:21.548]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.8955685Z [00:04:21.548]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.8956561Z [00:04:21.548]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.8957384Z [00:04:21.548]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:39.8957999Z [00:04:21.548]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.8958434Z [00:04:21.548]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.8959276Z [00:04:21.548]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.8959813Z [00:04:21.548]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.8960249Z [00:04:21.548]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.8960564Z [00:04:21.548]➜  EOF
2025-08-20T22:42:39.8963645Z [00:04:21.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1624/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/put=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/put;$WORK/b1624=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/put -lang=go1.22 -complete -installsuffix shared -buildid YSjoClvIS5OU7CMZeeMB/YSjoClvIS5OU7CMZeeMB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1624/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/put/put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/put/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/put/response.go
2025-08-20T22:42:39.9083959Z [00:04:21.559]➜  go tool buildid -w $WORK/b1620/_pkg_.a # internal
2025-08-20T22:42:39.9088083Z [00:04:21.561]➜  cp $WORK/b1620/_pkg_.a /root/.cache/go-build/5b/5b2eafce6f69e7ef16b9a054d5cc2bdb8408a99317b132b3dbef07a627c85231-d # internal
2025-08-20T22:42:39.9117987Z [00:04:21.564]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel
2025-08-20T22:42:39.9118756Z [00:04:21.564]➜  mkdir -p $WORK/b1626/
2025-08-20T22:42:39.9120684Z [00:04:21.564]➜  cat >/tmp/go-build3998081543/b1626/importcfg << 'EOF' # internal
2025-08-20T22:42:39.9123222Z [00:04:21.564]➜  # import config
2025-08-20T22:42:39.9124061Z [00:04:21.564]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.9124707Z [00:04:21.564]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.9127767Z [00:04:21.564]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.9128203Z [00:04:21.564]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.9128840Z [00:04:21.564]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.9129631Z [00:04:21.564]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.9130680Z [00:04:21.564]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:39.9131364Z [00:04:21.564]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.9131785Z [00:04:21.564]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.9132218Z [00:04:21.564]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.9132828Z [00:04:21.564]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.9133261Z [00:04:21.564]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.9133579Z [00:04:21.564]➜  EOF
2025-08-20T22:42:39.9136712Z [00:04:21.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1626/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobcancel=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobcancel;$WORK/b1626=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel -lang=go1.22 -complete -installsuffix shared -buildid aIYuP2rxPFMFpMvVOi5e/aIYuP2rxPFMFpMvVOi5e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1626/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobcancel/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobcancel/sync_job_cancel.go
2025-08-20T22:42:39.9194435Z [00:04:21.572]➜  go tool buildid -w $WORK/b1623/_pkg_.a # internal
2025-08-20T22:42:39.9208837Z [00:04:21.573]➜  cp $WORK/b1623/_pkg_.a /root/.cache/go-build/e8/e8972ce91b5d7faeb0a674a9e5f0cd6cfa9792957359a94b2018a5989636116e-d # internal
2025-08-20T22:42:39.9216999Z [00:04:21.574]➜  go tool buildid -w $WORK/b1622/_pkg_.a # internal
2025-08-20T22:42:39.9221850Z [00:04:21.575]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete
2025-08-20T22:42:39.9223047Z [00:04:21.575]➜  mkdir -p $WORK/b1627/
2025-08-20T22:42:39.9227431Z [00:04:21.575]➜  cp $WORK/b1622/_pkg_.a /root/.cache/go-build/8c/8c49eb419daf0fee22950f3ad96a0b90dbdece713dfcffb55ae10d4b82757203-d # internal
2025-08-20T22:42:39.9232047Z [00:04:21.575]➜  cat >/tmp/go-build3998081543/b1627/importcfg << 'EOF' # internal
2025-08-20T22:42:39.9232431Z [00:04:21.575]➜  # import config
2025-08-20T22:42:39.9232782Z [00:04:21.575]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.9233266Z [00:04:21.575]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.9233718Z [00:04:21.575]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.9234134Z [00:04:21.576]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.9234762Z [00:04:21.576]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.9235733Z [00:04:21.576]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.9236366Z [00:04:21.576]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.9236785Z [00:04:21.576]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.9237224Z [00:04:21.576]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.9237650Z [00:04:21.576]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.9238090Z [00:04:21.576]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.9238411Z [00:04:21.576]➜  EOF
2025-08-20T22:42:39.9246865Z [00:04:21.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1627/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobdelete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobdelete;$WORK/b1627=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete -lang=go1.22 -complete -installsuffix shared -buildid 2DbDvKH7nAqnd_rvbhrO/2DbDvKH7nAqnd_rvbhrO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1627/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobdelete/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobdelete/sync_job_delete.go
2025-08-20T22:42:39.9260770Z [00:04:21.577]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget
2025-08-20T22:42:39.9261683Z [00:04:21.577]➜  mkdir -p $WORK/b1628/
2025-08-20T22:42:39.9262222Z [00:04:21.577]➜  cat >/tmp/go-build3998081543/b1628/importcfg << 'EOF' # internal
2025-08-20T22:42:39.9262731Z [00:04:21.577]➜  # import config
2025-08-20T22:42:39.9263173Z [00:04:21.577]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.9263705Z [00:04:21.577]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.9264260Z [00:04:21.577]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.9264843Z [00:04:21.577]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.9268172Z [00:04:21.577]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.9268928Z [00:04:21.577]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.9269723Z [00:04:21.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.9271011Z [00:04:21.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3998081543/b1527/_pkg_.a
2025-08-20T22:42:39.9272055Z [00:04:21.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3998081543/b1528/_pkg_.a
2025-08-20T22:42:39.9272957Z [00:04:21.577]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3998081543/b1529/_pkg_.a
2025-08-20T22:42:39.9273593Z [00:04:21.577]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.9274010Z [00:04:21.577]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.9274441Z [00:04:21.577]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.9274869Z [00:04:21.577]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.9275301Z [00:04:21.577]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.9275872Z [00:04:21.577]➜  EOF
2025-08-20T22:42:39.9278755Z [00:04:21.578]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1628/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobget=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobget;$WORK/b1628=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget -lang=go1.22 -complete -installsuffix shared -buildid Q3mbdjPZGZlqnkBSevEp/Q3mbdjPZGZlqnkBSevEp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1628/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobget/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobget/sync_job_get.go
2025-08-20T22:42:39.9647990Z [00:04:21.617]➜  go tool buildid -w $WORK/b1624/_pkg_.a # internal
2025-08-20T22:42:39.9657445Z [00:04:21.618]➜  cp $WORK/b1624/_pkg_.a /root/.cache/go-build/9e/9e4fc129f32fc5abf0be21d7eeb4827f158c4d2e536309bd1396fe7672287fdb-d # internal
2025-08-20T22:42:39.9682216Z [00:04:21.621]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist
2025-08-20T22:42:39.9683461Z [00:04:21.621]➜  mkdir -p $WORK/b1629/
2025-08-20T22:42:39.9683932Z [00:04:21.621]➜  cat >/tmp/go-build3998081543/b1629/importcfg << 'EOF' # internal
2025-08-20T22:42:39.9684284Z [00:04:21.621]➜  # import config
2025-08-20T22:42:39.9684927Z [00:04:21.621]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.9685617Z [00:04:21.621]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.9686130Z [00:04:21.621]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.9686548Z [00:04:21.621]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.9687178Z [00:04:21.621]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.9688232Z [00:04:21.621]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.9689078Z [00:04:21.621]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3998081543/b1528/_pkg_.a
2025-08-20T22:42:39.9689985Z [00:04:21.621]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3998081543/b1529/_pkg_.a
2025-08-20T22:42:39.9690614Z [00:04:21.621]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.9691037Z [00:04:21.621]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.9691470Z [00:04:21.621]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.9691895Z [00:04:21.621]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.9692323Z [00:04:21.621]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.9692831Z [00:04:21.621]➜  EOF
2025-08-20T22:42:39.9696072Z [00:04:21.621]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1629/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjoblist=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjoblist;$WORK/b1629=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist -lang=go1.22 -complete -installsuffix shared -buildid WYC43ekmchrxDVkBMGUo/WYC43ekmchrxDVkBMGUo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1629/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjoblist/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjoblist/sync_job_list.go
2025-08-20T22:42:39.9709625Z [00:04:21.623]➜  go tool buildid -w $WORK/b1626/_pkg_.a # internal
2025-08-20T22:42:39.9721004Z [00:04:21.624]➜  cp $WORK/b1626/_pkg_.a /root/.cache/go-build/d0/d01dcaae2dcf15496233006b5e1ac938b0fca5163551df8f41dcd9ea89d0b477-d # internal
2025-08-20T22:42:39.9742846Z [00:04:21.627]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost
2025-08-20T22:42:39.9743359Z [00:04:21.627]➜  mkdir -p $WORK/b1630/
2025-08-20T22:42:39.9757135Z [00:04:21.628]➜  cat >/tmp/go-build3998081543/b1630/importcfg << 'EOF' # internal
2025-08-20T22:42:39.9757523Z [00:04:21.628]➜  # import config
2025-08-20T22:42:39.9757866Z [00:04:21.628]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:39.9758306Z [00:04:21.628]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.9758760Z [00:04:21.628]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.9759206Z [00:04:21.628]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.9759624Z [00:04:21.628]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.9760252Z [00:04:21.628]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.9761386Z [00:04:21.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.9762279Z [00:04:21.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3998081543/b1527/_pkg_.a
2025-08-20T22:42:39.9763222Z [00:04:21.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3998081543/b1528/_pkg_.a
2025-08-20T22:42:39.9763973Z [00:04:21.628]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.9764454Z [00:04:21.628]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.9764890Z [00:04:21.628]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.9765320Z [00:04:21.628]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.9765957Z [00:04:21.628]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.9766289Z [00:04:21.628]➜  EOF
2025-08-20T22:42:39.9769919Z [00:04:21.628]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1630/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobpost=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobpost;$WORK/b1630=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost -lang=go1.22 -complete -installsuffix shared -buildid uOKH1S3LAv_PV3tbbWAi/uOKH1S3LAv_PV3tbbWAi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1630/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobpost/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobpost/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/syncjobpost/sync_job_post.go
2025-08-20T22:42:39.9841002Z [00:04:21.636]➜  go tool buildid -w $WORK/b1627/_pkg_.a # internal
2025-08-20T22:42:39.9859174Z [00:04:21.638]➜  cp $WORK/b1627/_pkg_.a /root/.cache/go-build/8e/8e5a49ec2e88e8dfa137449c4d8773479d8a4f92e48747fa24546d6c232e1970-d # internal
2025-08-20T22:42:39.9864442Z [00:04:21.639]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering
2025-08-20T22:42:39.9868524Z [00:04:21.639]➜  mkdir -p $WORK/b1631/
2025-08-20T22:42:39.9879202Z [00:04:21.640]➜  cat >/tmp/go-build3998081543/b1631/importcfg << 'EOF' # internal
2025-08-20T22:42:39.9880722Z [00:04:21.640]➜  # import config
2025-08-20T22:42:39.9881092Z [00:04:21.640]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:39.9881556Z [00:04:21.640]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:39.9882003Z [00:04:21.640]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:39.9882418Z [00:04:21.640]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:39.9883069Z [00:04:21.640]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:39.9883863Z [00:04:21.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:39.9884680Z [00:04:21.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:39.9885290Z [00:04:21.640]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:39.9885951Z [00:04:21.640]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:39.9886387Z [00:04:21.640]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:39.9886811Z [00:04:21.640]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:39.9887238Z [00:04:21.640]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:39.9887872Z [00:04:21.640]➜  EOF
2025-08-20T22:42:39.9891198Z [00:04:21.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1631/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateactivefiltering=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateactivefiltering;$WORK/b1631=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering -lang=go1.22 -complete -installsuffix shared -buildid C-6SUZ62eQrvftasPPNc/C-6SUZ62eQrvftasPPNc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1631/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateactivefiltering/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateactivefiltering/update_active_filtering.go
2025-08-20T22:42:40.0186615Z [00:04:21.671]➜  go tool buildid -w $WORK/b1628/_pkg_.a # internal
2025-08-20T22:42:40.0195879Z [00:04:21.672]➜  cp $WORK/b1628/_pkg_.a /root/.cache/go-build/9c/9c18f7fa0931fea9ef17c0f3342269c818c14252658237b110d460fd502cfb5b-d # internal
2025-08-20T22:42:40.0233710Z [00:04:21.676]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid
2025-08-20T22:42:40.0234288Z [00:04:21.676]➜  mkdir -p $WORK/b1632/
2025-08-20T22:42:40.0242349Z [00:04:21.677]➜  cat >/tmp/go-build3998081543/b1632/importcfg << 'EOF' # internal
2025-08-20T22:42:40.0247618Z [00:04:21.677]➜  # import config
2025-08-20T22:42:40.0248002Z [00:04:21.677]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.0248460Z [00:04:21.677]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.0248917Z [00:04:21.677]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.0249364Z [00:04:21.677]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.0249779Z [00:04:21.677]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.0250414Z [00:04:21.677]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.0251627Z [00:04:21.677]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.0252556Z [00:04:21.677]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.0253173Z [00:04:21.677]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.0253599Z [00:04:21.677]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.0254030Z [00:04:21.677]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.0254455Z [00:04:21.677]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.0254882Z [00:04:21.677]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.0255197Z [00:04:21.677]➜  EOF
2025-08-20T22:42:40.0258892Z [00:04:21.677]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1632/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateapikeyid=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateapikeyid;$WORK/b1632=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid -lang=go1.22 -complete -installsuffix shared -buildid RcSx3gaoFrIYF5KpbYHH/RcSx3gaoFrIYF5KpbYHH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1632/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateapikeyid/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateapikeyid/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateapikeyid/update_api_key_id.go
2025-08-20T22:42:40.0352730Z [00:04:21.688]➜  go tool buildid -w $WORK/b1629/_pkg_.a # internal
2025-08-20T22:42:40.0363178Z [00:04:21.689]➜  cp $WORK/b1629/_pkg_.a /root/.cache/go-build/d0/d0eb8f8ac146518c131b2c2d098a34c4ad572119e4ebb3fa713e4f51312cf490-d # internal
2025-08-20T22:42:40.0396651Z [00:04:21.692]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration
2025-08-20T22:42:40.0397122Z [00:04:21.692]➜  mkdir -p $WORK/b1633/
2025-08-20T22:42:40.0409488Z [00:04:21.693]➜  cat >/tmp/go-build3998081543/b1633/importcfg << 'EOF' # internal
2025-08-20T22:42:40.0410301Z [00:04:21.693]➜  # import config
2025-08-20T22:42:40.0411049Z [00:04:21.693]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.0411772Z [00:04:21.693]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.0412300Z [00:04:21.693]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.0412751Z [00:04:21.693]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.0413171Z [00:04:21.693]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.0413822Z [00:04:21.693]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.0414611Z [00:04:21.693]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.0415601Z [00:04:21.693]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.0416289Z [00:04:21.693]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.0416718Z [00:04:21.693]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.0417151Z [00:04:21.693]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.0417573Z [00:04:21.693]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.0418002Z [00:04:21.693]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.0418317Z [00:04:21.693]➜  EOF
2025-08-20T22:42:40.0422209Z [00:04:21.693]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1633/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateconfiguration=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateconfiguration;$WORK/b1633=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration -lang=go1.22 -complete -installsuffix shared -buildid 5sy-DdJzQrz9va6c_FAl/5sy-DdJzQrz9va6c_FAl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1633/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateconfiguration/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateconfiguration/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateconfiguration/update_configuration.go
2025-08-20T22:42:40.0517576Z [00:04:21.704]➜  go tool buildid -w $WORK/b1630/_pkg_.a # internal
2025-08-20T22:42:40.0531091Z [00:04:21.705]➜  cp $WORK/b1630/_pkg_.a /root/.cache/go-build/78/78d11e42008b3d849c1a7ff144f6c1b74f31b87484d56b8195b9265a3cbe2acf-d # internal
2025-08-20T22:42:40.0544227Z [00:04:21.707]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror
2025-08-20T22:42:40.0548412Z [00:04:21.707]➜  mkdir -p $WORK/b1634/
2025-08-20T22:42:40.0557185Z [00:04:21.708]➜  cat >/tmp/go-build3998081543/b1634/importcfg << 'EOF' # internal
2025-08-20T22:42:40.0557590Z [00:04:21.708]➜  # import config
2025-08-20T22:42:40.0557969Z [00:04:21.708]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.0558405Z [00:04:21.708]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.0558860Z [00:04:21.708]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.0559306Z [00:04:21.708]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.0559724Z [00:04:21.708]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.0560707Z [00:04:21.708]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.0561513Z [00:04:21.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.0562334Z [00:04:21.708]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.0563166Z [00:04:21.708]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.0563723Z [00:04:21.708]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.0564227Z [00:04:21.708]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.0564657Z [00:04:21.708]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.0565089Z [00:04:21.708]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.0565676Z [00:04:21.708]➜  EOF
2025-08-20T22:42:40.0573554Z [00:04:21.709]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1634/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateerror=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateerror;$WORK/b1634=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror -lang=go1.22 -complete -installsuffix shared -buildid JUsKFKtHkNR7T8BqEybL/JUsKFKtHkNR7T8BqEybL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1634/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateerror/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateerror/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateerror/update_error.go
2025-08-20T22:42:40.0606077Z [00:04:21.713]➜  go tool buildid -w $WORK/b1631/_pkg_.a # internal
2025-08-20T22:42:40.0619118Z [00:04:21.714]➜  cp $WORK/b1631/_pkg_.a /root/.cache/go-build/64/64f76cf99ecd7fe6250cfb2463dcd8b7993d23d98309f7c0f080fcb56c44c56f-d # internal
2025-08-20T22:42:40.0633458Z [00:04:21.715]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering
2025-08-20T22:42:40.0634705Z [00:04:21.715]➜  mkdir -p $WORK/b1635/
2025-08-20T22:42:40.0635129Z [00:04:21.715]➜  cat >/tmp/go-build3998081543/b1635/importcfg << 'EOF' # internal
2025-08-20T22:42:40.0635558Z [00:04:21.715]➜  # import config
2025-08-20T22:42:40.0635916Z [00:04:21.715]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.0636345Z [00:04:21.715]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.0636797Z [00:04:21.715]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.0637242Z [00:04:21.715]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.0637685Z [00:04:21.715]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.0638344Z [00:04:21.715]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.0639137Z [00:04:21.715]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.0639959Z [00:04:21.715]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.0640573Z [00:04:21.715]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.0640997Z [00:04:21.715]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.0641431Z [00:04:21.715]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.0641858Z [00:04:21.715]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.0642287Z [00:04:21.715]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.0642992Z [00:04:21.715]➜  EOF
2025-08-20T22:42:40.0646786Z [00:04:21.716]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1635/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefiltering=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefiltering;$WORK/b1635=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering -lang=go1.22 -complete -installsuffix shared -buildid cl6qcL0fdp59nOEbbxoA/cl6qcL0fdp59nOEbbxoA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1635/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefiltering/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefiltering/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefiltering/update_filtering.go
2025-08-20T22:42:40.0877016Z [00:04:21.740]➜  go tool buildid -w $WORK/b1632/_pkg_.a # internal
2025-08-20T22:42:40.0886859Z [00:04:21.741]➜  cp $WORK/b1632/_pkg_.a /root/.cache/go-build/c6/c6acf2311bf41cdf028e7fad3cf4350e02c723bcea4471910764bf0b5bf0cb09-d # internal
2025-08-20T22:42:40.0898511Z [00:04:21.742]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation
2025-08-20T22:42:40.0900034Z [00:04:21.742]➜  mkdir -p $WORK/b1636/
2025-08-20T22:42:40.0909378Z [00:04:21.743]➜  cat >/tmp/go-build3998081543/b1636/importcfg << 'EOF' # internal
2025-08-20T22:42:40.0928121Z [00:04:21.743]➜  # import config
2025-08-20T22:42:40.0928526Z [00:04:21.743]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.0928967Z [00:04:21.743]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.0929428Z [00:04:21.743]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.0929875Z [00:04:21.743]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.0930288Z [00:04:21.743]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.0931358Z [00:04:21.743]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.0932203Z [00:04:21.743]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.0933021Z [00:04:21.743]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.0933641Z [00:04:21.743]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.0934060Z [00:04:21.743]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.0934490Z [00:04:21.743]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.0934918Z [00:04:21.743]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.0935571Z [00:04:21.743]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.0935966Z [00:04:21.743]➜  EOF
2025-08-20T22:42:40.0939775Z [00:04:21.745]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1636/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefilteringvalidation=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefilteringvalidation;$WORK/b1636=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation -lang=go1.22 -complete -installsuffix shared -buildid 7CgVLJitDBvQbdCNo5QA/7CgVLJitDBvQbdCNo5QA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1636/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefilteringvalidation/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefilteringvalidation/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatefilteringvalidation/update_filtering_validation.go
2025-08-20T22:42:40.1183865Z [00:04:21.770]➜  go tool buildid -w $WORK/b1633/_pkg_.a # internal
2025-08-20T22:42:40.1196534Z [00:04:21.772]➜  go tool buildid -w $WORK/b1634/_pkg_.a # internal
2025-08-20T22:42:40.1200010Z [00:04:21.772]➜  cp $WORK/b1633/_pkg_.a /root/.cache/go-build/ea/ea8d87814a739c339ee3cb5cbabcdadcaac44cfa39baff8f84cd13f05627396a-d # internal
2025-08-20T22:42:40.1217401Z [00:04:21.774]➜  cp $WORK/b1634/_pkg_.a /root/.cache/go-build/55/55f81aff50817f1d6ca272c31b0f60f021220fa24c637a15727793b68f866972-d # internal
2025-08-20T22:42:40.1218480Z [00:04:21.774]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname
2025-08-20T22:42:40.1218962Z [00:04:21.774]➜  mkdir -p $WORK/b1637/
2025-08-20T22:42:40.1232814Z [00:04:21.775]➜  cat >/tmp/go-build3998081543/b1637/importcfg << 'EOF' # internal
2025-08-20T22:42:40.1233393Z [00:04:21.775]➜  # import config
2025-08-20T22:42:40.1233755Z [00:04:21.775]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.1234217Z [00:04:21.775]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.1234679Z [00:04:21.775]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.1235125Z [00:04:21.775]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.1235750Z [00:04:21.775]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.1236386Z [00:04:21.775]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.1237189Z [00:04:21.775]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.1238007Z [00:04:21.775]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.1238619Z [00:04:21.775]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.1239038Z [00:04:21.775]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.1239942Z [00:04:21.775]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.1240440Z [00:04:21.775]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.1240873Z [00:04:21.775]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.1241188Z [00:04:21.775]➜  EOF
2025-08-20T22:42:40.1244658Z [00:04:21.775]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1637/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateindexname=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateindexname;$WORK/b1637=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname -lang=go1.22 -complete -installsuffix shared -buildid xQ1YruAz9JIr-wGiidNl/xQ1YruAz9JIr-wGiidNl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1637/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateindexname/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateindexname/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateindexname/update_index_name.go
2025-08-20T22:42:40.1253516Z [00:04:21.776]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename
2025-08-20T22:42:40.1253953Z [00:04:21.776]➜  mkdir -p $WORK/b1638/
2025-08-20T22:42:40.1254338Z [00:04:21.778]➜  cat >/tmp/go-build3998081543/b1638/importcfg << 'EOF' # internal
2025-08-20T22:42:40.1254696Z [00:04:21.778]➜  # import config
2025-08-20T22:42:40.1255033Z [00:04:21.778]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.1255637Z [00:04:21.778]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.1256153Z [00:04:21.778]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.1256597Z [00:04:21.778]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.1257321Z [00:04:21.778]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.1257950Z [00:04:21.778]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.1258740Z [00:04:21.778]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.1259652Z [00:04:21.778]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.1260336Z [00:04:21.778]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.1260755Z [00:04:21.778]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.1261184Z [00:04:21.778]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.1261615Z [00:04:21.778]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.1262050Z [00:04:21.778]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.1262370Z [00:04:21.778]➜  EOF
2025-08-20T22:42:40.1271582Z [00:04:21.778]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1638/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatename=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatename;$WORK/b1638=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename -lang=go1.22 -complete -installsuffix shared -buildid 6QsuVj8ytxd1pxyhlX5Z/6QsuVj8ytxd1pxyhlX5Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1638/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatename/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatename/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatename/update_name.go
2025-08-20T22:42:40.1286807Z [00:04:21.781]➜  go tool buildid -w $WORK/b1635/_pkg_.a # internal
2025-08-20T22:42:40.1300917Z [00:04:21.782]➜  cp $WORK/b1635/_pkg_.a /root/.cache/go-build/93/9391e61df924f83f057aaad003478459e327d2c058727712bea2d9733ca6b5e6-d # internal
2025-08-20T22:42:40.1308663Z [00:04:21.783]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative
2025-08-20T22:42:40.1316590Z [00:04:21.783]➜  mkdir -p $WORK/b1639/
2025-08-20T22:42:40.1318444Z [00:04:21.783]➜  cat >/tmp/go-build3998081543/b1639/importcfg << 'EOF' # internal
2025-08-20T22:42:40.1318826Z [00:04:21.783]➜  # import config
2025-08-20T22:42:40.1319165Z [00:04:21.783]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.1319592Z [00:04:21.783]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.1320049Z [00:04:21.783]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.1320493Z [00:04:21.783]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.1320926Z [00:04:21.783]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.1321558Z [00:04:21.783]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.1322344Z [00:04:21.783]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.1323929Z [00:04:21.783]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.1324558Z [00:04:21.783]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.1324980Z [00:04:21.783]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.1325515Z [00:04:21.783]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.1326016Z [00:04:21.783]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.1326791Z [00:04:21.783]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.1327119Z [00:04:21.783]➜  EOF
2025-08-20T22:42:40.1330556Z [00:04:21.784]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1639/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatenative=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatenative;$WORK/b1639=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative -lang=go1.22 -complete -installsuffix shared -buildid 9Xn1OsAOUXQgMV9Y2Bnr/9Xn1OsAOUXQgMV9Y2Bnr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1639/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatenative/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatenative/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatenative/update_native.go
2025-08-20T22:42:40.1872485Z [00:04:21.839]➜  go tool buildid -w $WORK/b1638/_pkg_.a # internal
2025-08-20T22:42:40.1881565Z [00:04:21.841]➜  cp $WORK/b1638/_pkg_.a /root/.cache/go-build/52/52e59e6fc0104c90c8914ea85d2bb77b947d2069911adc9e5140d3f208367d82-d # internal
2025-08-20T22:42:40.1890129Z [00:04:21.841]➜  go tool buildid -w $WORK/b1636/_pkg_.a # internal
2025-08-20T22:42:40.1892127Z [00:04:21.841]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline
2025-08-20T22:42:40.1892642Z [00:04:21.842]➜  mkdir -p $WORK/b1640/
2025-08-20T22:42:40.1897538Z [00:04:21.842]➜  cat >/tmp/go-build3998081543/b1640/importcfg << 'EOF' # internal
2025-08-20T22:42:40.1897968Z [00:04:21.842]➜  # import config
2025-08-20T22:42:40.1899437Z [00:04:21.842]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.1899944Z [00:04:21.842]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.1900403Z [00:04:21.842]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.1901408Z [00:04:21.842]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.1901956Z [00:04:21.842]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.1902781Z [00:04:21.842]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.1903637Z [00:04:21.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.1904469Z [00:04:21.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.1905083Z [00:04:21.842]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.1914597Z [00:04:21.842]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.1915108Z [00:04:21.842]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.1916426Z [00:04:21.842]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.1916887Z [00:04:21.842]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.1917210Z [00:04:21.842]➜  EOF
2025-08-20T22:42:40.1917799Z [00:04:21.842]➜  cp $WORK/b1636/_pkg_.a /root/.cache/go-build/96/96b3498ee5c3e505563502e84316341b98877a5e3103028b7daf9c590f1794a1-d # internal
2025-08-20T22:42:40.1918399Z [00:04:21.843]➜  go tool buildid -w $WORK/b1637/_pkg_.a # internal
2025-08-20T22:42:40.1922204Z [00:04:21.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1640/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatepipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatepipeline;$WORK/b1640=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline -lang=go1.22 -complete -installsuffix shared -buildid hiWpUODZrqNuWdI33Xok/hiWpUODZrqNuWdI33Xok -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1640/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatepipeline/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatepipeline/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatepipeline/update_pipeline.go
2025-08-20T22:42:40.1928687Z [00:04:21.843]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling
2025-08-20T22:42:40.1929124Z [00:04:21.843]➜  mkdir -p $WORK/b1641/
2025-08-20T22:42:40.1929769Z [00:04:21.843]➜  cat >/tmp/go-build3998081543/b1641/importcfg << 'EOF' # internal
2025-08-20T22:42:40.1930181Z [00:04:21.843]➜  # import config
2025-08-20T22:42:40.1930523Z [00:04:21.843]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.1930947Z [00:04:21.843]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.1931396Z [00:04:21.843]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.1931858Z [00:04:21.843]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.1932273Z [00:04:21.843]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.1934229Z [00:04:21.843]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.1935030Z [00:04:21.843]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.1936427Z [00:04:21.843]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.1937055Z [00:04:21.843]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.1937480Z [00:04:21.843]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.1937914Z [00:04:21.843]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.1938638Z [00:04:21.843]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.1939166Z [00:04:21.843]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.1939542Z [00:04:21.843]➜  EOF
2025-08-20T22:42:40.1944054Z [00:04:21.843]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1641/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatescheduling=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatescheduling;$WORK/b1641=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling -lang=go1.22 -complete -installsuffix shared -buildid emL-Hr6OGNx4vT9mx8AZ/emL-Hr6OGNx4vT9mx8AZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1641/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatescheduling/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatescheduling/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatescheduling/update_scheduling.go
2025-08-20T22:42:40.1956646Z [00:04:21.844]➜  go tool buildid -w $WORK/b1639/_pkg_.a # internal
2025-08-20T22:42:40.1957386Z [00:04:21.845]➜  cp $WORK/b1639/_pkg_.a /root/.cache/go-build/3d/3d70b12449e459493ed61bf911af7880af53aadbd0784f2999e984391db7d6bd-d # internal
2025-08-20T22:42:40.1958287Z [00:04:21.845]➜  cp $WORK/b1637/_pkg_.a /root/.cache/go-build/7d/7d191b1077ecaa3c87cd0ffdf71f1fb0b2c9fdb4deb875db1b6f4fdfb8f30ac7-d # internal
2025-08-20T22:42:40.1959027Z [00:04:21.847]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype
2025-08-20T22:42:40.1959448Z [00:04:21.847]➜  mkdir -p $WORK/b1642/
2025-08-20T22:42:40.1959828Z [00:04:21.847]➜  cat >/tmp/go-build3998081543/b1642/importcfg << 'EOF' # internal
2025-08-20T22:42:40.1960170Z [00:04:21.847]➜  # import config
2025-08-20T22:42:40.1960506Z [00:04:21.847]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.1961265Z [00:04:21.847]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.1961726Z [00:04:21.847]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.1962172Z [00:04:21.847]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.1962585Z [00:04:21.847]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.1963216Z [00:04:21.847]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.1964130Z [00:04:21.847]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.1965009Z [00:04:21.847]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.1965901Z [00:04:21.847]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.1966342Z [00:04:21.847]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.1966783Z [00:04:21.847]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.1967211Z [00:04:21.847]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.1967638Z [00:04:21.847]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.1967959Z [00:04:21.847]➜  EOF
2025-08-20T22:42:40.1971610Z [00:04:21.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1642/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateservicetype=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateservicetype;$WORK/b1642=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype -lang=go1.22 -complete -installsuffix shared -buildid wrWF1C1EP3Wpk3H0pAoO/wrWF1C1EP3Wpk3H0pAoO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1642/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateservicetype/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateservicetype/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updateservicetype/update_service_type.go
2025-08-20T22:42:40.1974902Z [00:04:21.848]➜  github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus
2025-08-20T22:42:40.1982442Z [00:04:21.850]➜  mkdir -p $WORK/b1643/
2025-08-20T22:42:40.1994840Z [00:04:21.852]➜  cat >/tmp/go-build3998081543/b1643/importcfg << 'EOF' # internal
2025-08-20T22:42:40.2007411Z [00:04:21.852]➜  # import config
2025-08-20T22:42:40.2007793Z [00:04:21.852]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.2008273Z [00:04:21.852]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.2008726Z [00:04:21.852]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.2009190Z [00:04:21.852]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.2009610Z [00:04:21.852]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.2010235Z [00:04:21.852]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.2012856Z [00:04:21.852]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.2014033Z [00:04:21.852]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3998081543/b1386/_pkg_.a
2025-08-20T22:42:40.2015215Z [00:04:21.852]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.2016170Z [00:04:21.852]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.2016817Z [00:04:21.852]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.2018009Z [00:04:21.852]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.2018523Z [00:04:21.852]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.2019180Z [00:04:21.852]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.2019685Z [00:04:21.852]➜  EOF
2025-08-20T22:42:40.2023512Z [00:04:21.852]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1643/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatestatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatestatus;$WORK/b1643=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus -lang=go1.22 -complete -installsuffix shared -buildid w_h-4CMjfvLQEM6SCi46/w_h-4CMjfvLQEM6SCi46 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1643/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatestatus/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatestatus/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/connector/updatestatus/update_status.go
2025-08-20T22:42:40.2567439Z [00:04:21.909]➜  go tool buildid -w $WORK/b1640/_pkg_.a # internal
2025-08-20T22:42:40.2583663Z [00:04:21.911]➜  go tool buildid -w $WORK/b1642/_pkg_.a # internal
2025-08-20T22:42:40.2585165Z [00:04:21.911]➜  cp $WORK/b1640/_pkg_.a /root/.cache/go-build/de/de353813ec3b78b7f91b2656a94e2548a51cb16dc4b66dc1b346cb700eca4dfb-d # internal
2025-08-20T22:42:40.2594169Z [00:04:21.912]➜  cp $WORK/b1642/_pkg_.a /root/.cache/go-build/17/17bb088d60debeb718e022f4dfba4a9adfa46d5c88e7530735b4dba3e585fea2-d # internal
2025-08-20T22:42:40.2600113Z [00:04:21.912]➜  go tool buildid -w $WORK/b1643/_pkg_.a # internal
2025-08-20T22:42:40.2609292Z [00:04:21.913]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll
2025-08-20T22:42:40.2610493Z [00:04:21.913]➜  mkdir -p $WORK/b1646/
2025-08-20T22:42:40.2611617Z [00:04:21.913]➜  cat >/tmp/go-build3998081543/b1646/importcfg << 'EOF' # internal
2025-08-20T22:42:40.2612069Z [00:04:21.913]➜  # import config
2025-08-20T22:42:40.2612420Z [00:04:21.913]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.2613003Z [00:04:21.913]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.2613540Z [00:04:21.913]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.2614010Z [00:04:21.913]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.2614434Z [00:04:21.913]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.2615067Z [00:04:21.913]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.2616114Z [00:04:21.913]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.2616719Z [00:04:21.913]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.2617148Z [00:04:21.913]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.2617585Z [00:04:21.913]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.2618014Z [00:04:21.913]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.2618439Z [00:04:21.913]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.2618757Z [00:04:21.913]➜  EOF
2025-08-20T22:42:40.2622223Z [00:04:21.913]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1646/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/clearscroll=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/clearscroll;$WORK/b1646=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll -lang=go1.22 -complete -installsuffix shared -buildid cjfMJJpEhRfRtoA-vz3C/cjfMJJpEhRfRtoA-vz3C -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1646/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/clearscroll/clear_scroll.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/clearscroll/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/clearscroll/response.go
2025-08-20T22:42:40.2626046Z [00:04:21.914]➜  cp $WORK/b1643/_pkg_.a /root/.cache/go-build/55/5536fc079d7e88b69c8694fcc85101b20943e1c0ae9d1a374afa3ba1df74c07d-d # internal
2025-08-20T22:42:40.2626788Z [00:04:21.914]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk
2025-08-20T22:42:40.2627162Z [00:04:21.914]➜  mkdir -p $WORK/b1644/
2025-08-20T22:42:40.2627539Z [00:04:21.915]➜  cat >/tmp/go-build3998081543/b1644/importcfg << 'EOF' # internal
2025-08-20T22:42:40.2627890Z [00:04:21.915]➜  # import config
2025-08-20T22:42:40.2628227Z [00:04:21.915]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.2629206Z [00:04:21.915]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.2629674Z [00:04:21.915]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.2652684Z [00:04:21.915]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.2653130Z [00:04:21.915]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.2653765Z [00:04:21.915]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.2654577Z [00:04:21.915]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.2655584Z [00:04:21.915]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build3998081543/b1645/_pkg_.a
2025-08-20T22:42:40.2656546Z [00:04:21.915]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:40.2657179Z [00:04:21.915]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.2657871Z [00:04:21.915]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.2658367Z [00:04:21.915]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.2658794Z [00:04:21.915]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.2659224Z [00:04:21.915]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.2659541Z [00:04:21.915]➜  EOF
2025-08-20T22:42:40.2662880Z [00:04:21.915]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1644/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/bulk=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/bulk;$WORK/b1644=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk -lang=go1.22 -complete -installsuffix shared -buildid KC5nws6ykNzwYUMPFpww/KC5nws6ykNzwYUMPFpww -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1644/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/bulk/bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/bulk/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/bulk/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/bulk/response.go
2025-08-20T22:42:40.2666212Z [00:04:21.917]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime
2025-08-20T22:42:40.2666783Z [00:04:21.917]➜  mkdir -p $WORK/b1647/
2025-08-20T22:42:40.2667217Z [00:04:21.917]➜  cat >/tmp/go-build3998081543/b1647/importcfg << 'EOF' # internal
2025-08-20T22:42:40.2667569Z [00:04:21.917]➜  # import config
2025-08-20T22:42:40.2667907Z [00:04:21.917]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.2668329Z [00:04:21.917]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.2668964Z [00:04:21.917]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.2669416Z [00:04:21.917]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.2669830Z [00:04:21.917]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.2670461Z [00:04:21.917]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.2671255Z [00:04:21.917]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.2671825Z [00:04:21.917]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.2672248Z [00:04:21.917]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.2672687Z [00:04:21.917]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.2673118Z [00:04:21.917]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.2673728Z [00:04:21.917]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.2674114Z [00:04:21.917]➜  EOF
2025-08-20T22:42:40.2677959Z [00:04:21.917]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1647/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/closepointintime=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/closepointintime;$WORK/b1647=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime -lang=go1.22 -complete -installsuffix shared -buildid BkVRkeEpopKqtJClQFb4/BkVRkeEpopKqtJClQFb4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1647/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/closepointintime/close_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/closepointintime/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/closepointintime/response.go
2025-08-20T22:42:40.2680976Z [00:04:21.918]➜  go tool buildid -w $WORK/b1641/_pkg_.a # internal
2025-08-20T22:42:40.2681657Z [00:04:21.920]➜  cp $WORK/b1641/_pkg_.a /root/.cache/go-build/a3/a3e574375f4d49cea6573f53bec9131d62b97ab326378761f7da2a2660988484-d # internal
2025-08-20T22:42:40.2692478Z [00:04:21.922]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/count
2025-08-20T22:42:40.2693064Z [00:04:21.922]➜  mkdir -p $WORK/b1648/
2025-08-20T22:42:40.2698323Z [00:04:21.922]➜  cat >/tmp/go-build3998081543/b1648/importcfg << 'EOF' # internal
2025-08-20T22:42:40.2698887Z [00:04:21.922]➜  # import config
2025-08-20T22:42:40.2699331Z [00:04:21.922]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.2699858Z [00:04:21.922]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.2700425Z [00:04:21.922]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.2701262Z [00:04:21.922]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.2701925Z [00:04:21.922]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.2702723Z [00:04:21.922]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.2703606Z [00:04:21.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.2704644Z [00:04:21.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:40.2706820Z [00:04:21.922]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:42:40.2707530Z [00:04:21.922]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.2707955Z [00:04:21.922]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.2708391Z [00:04:21.922]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.2709030Z [00:04:21.922]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.2709460Z [00:04:21.922]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.2709776Z [00:04:21.922]➜  EOF
2025-08-20T22:42:40.2712735Z [00:04:21.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1648/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/count=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/count;$WORK/b1648=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/count -lang=go1.22 -complete -installsuffix shared -buildid mhyYccaB-Tx5iWILfCkp/mhyYccaB-Tx5iWILfCkp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1648/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/count/count.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/count/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/count/response.go
2025-08-20T22:42:40.3390451Z [00:04:21.991]➜  go tool buildid -w $WORK/b1646/_pkg_.a # internal
2025-08-20T22:42:40.3399172Z [00:04:21.992]➜  go tool buildid -w $WORK/b1647/_pkg_.a # internal
2025-08-20T22:42:40.3411114Z [00:04:21.993]➜  cp $WORK/b1647/_pkg_.a /root/.cache/go-build/40/4063531d929ff6b876acb58b767b0f3d2f76746fca067469e9072ed32478f052-d # internal
2025-08-20T22:42:40.3412135Z [00:04:21.993]➜  cp $WORK/b1646/_pkg_.a /root/.cache/go-build/99/99c001fd02f0a683b904365214c89ef7350a3bd96fdb6b74a55c64cbe3d4c052-d # internal
2025-08-20T22:42:40.3418416Z [00:04:21.994]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/delete
2025-08-20T22:42:40.3418816Z [00:04:21.994]➜  mkdir -p $WORK/b1650/
2025-08-20T22:42:40.3423496Z [00:04:21.995]➜  cat >/tmp/go-build3998081543/b1650/importcfg << 'EOF' # internal
2025-08-20T22:42:40.3430631Z [00:04:21.995]➜  # import config
2025-08-20T22:42:40.3436259Z [00:04:21.995]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.3437116Z [00:04:21.995]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.3438090Z [00:04:21.995]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.3438838Z [00:04:21.995]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.3439526Z [00:04:21.995]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.3440528Z [00:04:21.995]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.3441469Z [00:04:21.995]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.3442509Z [00:04:21.995]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:40.3444169Z [00:04:21.995]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.3448477Z [00:04:21.995]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:40.3449140Z [00:04:21.995]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.3449569Z [00:04:21.995]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.3450003Z [00:04:21.995]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.3450701Z [00:04:21.995]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.3451209Z [00:04:21.995]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.3451531Z [00:04:21.995]➜  EOF
2025-08-20T22:42:40.3451860Z [00:04:21.995]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/create
2025-08-20T22:42:40.3452235Z [00:04:21.996]➜  mkdir -p $WORK/b1649/
2025-08-20T22:42:40.3472904Z [00:04:21.996]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1650/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/delete;$WORK/b1650=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/delete -lang=go1.22 -complete -installsuffix shared -buildid br9cCMPGVoocPNxS8EGK/br9cCMPGVoocPNxS8EGK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1650/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/delete/response.go
2025-08-20T22:42:40.3475560Z [00:04:21.996]➜  go tool buildid -w $WORK/b1648/_pkg_.a # internal
2025-08-20T22:42:40.3476102Z [00:04:21.998]➜  cat >/tmp/go-build3998081543/b1649/importcfg << 'EOF' # internal
2025-08-20T22:42:40.3476454Z [00:04:21.998]➜  # import config
2025-08-20T22:42:40.3476795Z [00:04:21.998]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.3483409Z [00:04:21.998]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.3484207Z [00:04:21.998]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.3484717Z [00:04:21.998]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.3485135Z [00:04:21.998]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.3487535Z [00:04:21.998]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.3488360Z [00:04:21.998]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.3489190Z [00:04:21.998]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:40.3490053Z [00:04:21.998]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.3490958Z [00:04:21.998]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:40.3491592Z [00:04:21.998]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.3492009Z [00:04:21.998]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.3492443Z [00:04:21.998]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.3492872Z [00:04:21.998]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.3493303Z [00:04:21.998]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.3493620Z [00:04:21.998]➜  EOF
2025-08-20T22:42:40.3496993Z [00:04:21.998]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1649/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/create=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/create;$WORK/b1649=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/create -lang=go1.22 -complete -installsuffix shared -buildid o2PtmnkrqORVXkHgElyW/o2PtmnkrqORVXkHgElyW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1649/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/create/create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/create/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/create/response.go
2025-08-20T22:42:40.3509770Z [00:04:21.998]➜  go tool buildid -w $WORK/b1644/_pkg_.a # internal
2025-08-20T22:42:40.3510538Z [00:04:21.998]➜  cp $WORK/b1644/_pkg_.a /root/.cache/go-build/a0/a03a499c080b17d3fbf9409596c0bf467275aca460a6ff8690c05ade16b7dc8e-d # internal
2025-08-20T22:42:40.3511434Z [00:04:21.998]➜  cp $WORK/b1648/_pkg_.a /root/.cache/go-build/b4/b44c93f92edefa02c1f00c6bb8654120c6e21a25e7b097ef7b67851c48deb936-d # internal
2025-08-20T22:42:40.3512291Z [00:04:21.999]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery
2025-08-20T22:42:40.3512853Z [00:04:21.999]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle
2025-08-20T22:42:40.3513271Z [00:04:21.999]➜  mkdir -p $WORK/b1651/
2025-08-20T22:42:40.3513535Z [00:04:21.999]➜  mkdir -p $WORK/b1653/
2025-08-20T22:42:40.3513967Z [00:04:22.001]➜  cat >/tmp/go-build3998081543/b1651/importcfg << 'EOF' # internal
2025-08-20T22:42:40.3514314Z [00:04:22.001]➜  # import config
2025-08-20T22:42:40.3514656Z [00:04:22.001]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.3515080Z [00:04:22.001]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.3515924Z [00:04:22.001]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.3516381Z [00:04:22.001]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.3516795Z [00:04:22.001]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.3517770Z [00:04:22.001]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.3518618Z [00:04:22.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.3519448Z [00:04:22.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3998081543/b1652/_pkg_.a
2025-08-20T22:42:40.3520367Z [00:04:22.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:40.3521271Z [00:04:22.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:42:40.3522161Z [00:04:22.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:40.3522799Z [00:04:22.001]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.3523227Z [00:04:22.001]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.3523656Z [00:04:22.001]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.3524083Z [00:04:22.001]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.3524509Z [00:04:22.001]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.3524826Z [00:04:22.001]➜  EOF
2025-08-20T22:42:40.3528392Z [00:04:22.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1651/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletebyquery=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletebyquery;$WORK/b1651=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery -lang=go1.22 -complete -installsuffix shared -buildid An-epHL7BBNeUq8txOLn/An-epHL7BBNeUq8txOLn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1651/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletebyquery/delete_by_query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletebyquery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletebyquery/response.go
2025-08-20T22:42:40.3531304Z [00:04:22.001]➜  cat >/tmp/go-build3998081543/b1653/importcfg << 'EOF' # internal
2025-08-20T22:42:40.3531654Z [00:04:22.001]➜  # import config
2025-08-20T22:42:40.3532150Z [00:04:22.001]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.3532631Z [00:04:22.001]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.3533079Z [00:04:22.001]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.3533519Z [00:04:22.001]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.3534082Z [00:04:22.001]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.3534720Z [00:04:22.001]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.3535829Z [00:04:22.001]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.3536470Z [00:04:22.001]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.3536888Z [00:04:22.001]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.3537328Z [00:04:22.001]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.3537757Z [00:04:22.001]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.3538182Z [00:04:22.001]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.3538499Z [00:04:22.001]➜  EOF
2025-08-20T22:42:40.3541710Z [00:04:22.001]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1653/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletebyqueryrethrottle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletebyqueryrethrottle;$WORK/b1653=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle -lang=go1.22 -complete -installsuffix shared -buildid j6aK_XNKbZbqyhg0n-dU/j6aK_XNKbZbqyhg0n-dU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1653/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletebyqueryrethrottle/delete_by_query_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletebyqueryrethrottle/response.go
2025-08-20T22:42:40.4195315Z [00:04:22.072]➜  go tool buildid -w $WORK/b1649/_pkg_.a # internal
2025-08-20T22:42:40.4216584Z [00:04:22.074]➜  cp $WORK/b1649/_pkg_.a /root/.cache/go-build/97/97812a696582f7a8619cba1a3e57517a97ff268e59598d07d94a7018b23c6c4e-d # internal
2025-08-20T22:42:40.4231674Z [00:04:22.076]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript
2025-08-20T22:42:40.4239206Z [00:04:22.076]➜  mkdir -p $WORK/b1654/
2025-08-20T22:42:40.4250745Z [00:04:22.077]➜  cat >/tmp/go-build3998081543/b1654/importcfg << 'EOF' # internal
2025-08-20T22:42:40.4251307Z [00:04:22.077]➜  # import config
2025-08-20T22:42:40.4251784Z [00:04:22.077]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.4252349Z [00:04:22.077]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.4252913Z [00:04:22.077]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.4253437Z [00:04:22.077]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.4254159Z [00:04:22.077]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.4255049Z [00:04:22.077]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.4255968Z [00:04:22.077]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.4256485Z [00:04:22.077]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.4257008Z [00:04:22.077]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.4257520Z [00:04:22.077]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.4258034Z [00:04:22.077]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.4258431Z [00:04:22.077]➜  EOF
2025-08-20T22:42:40.4261620Z [00:04:22.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1654/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletescript=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletescript;$WORK/b1654=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript -lang=go1.22 -complete -installsuffix shared -buildid pHrUeK77a8wfss8k3wZD/pHrUeK77a8wfss8k3wZD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1654/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletescript/delete_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/deletescript/response.go
2025-08-20T22:42:40.4279458Z [00:04:22.080]➜  go tool buildid -w $WORK/b1650/_pkg_.a # internal
2025-08-20T22:42:40.4281259Z [00:04:22.080]➜  go tool buildid -w $WORK/b1653/_pkg_.a # internal
2025-08-20T22:42:40.4281988Z [00:04:22.080]➜  cp $WORK/b1650/_pkg_.a /root/.cache/go-build/96/960ac260112d9dd9d10b55b5194977c2006264d0ede70d5dbdf7e8b9f9c15bd3-d # internal
2025-08-20T22:42:40.4282883Z [00:04:22.081]➜  cp $WORK/b1653/_pkg_.a /root/.cache/go-build/e6/e62177278dc6fc17231b21c25f5a19b3148f32fb80c8e5818e913f6c8587e38f-d # internal
2025-08-20T22:42:40.4297185Z [00:04:22.082]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/explain
2025-08-20T22:42:40.4297714Z [00:04:22.082]➜  mkdir -p $WORK/b1657/
2025-08-20T22:42:40.4298414Z [00:04:22.082]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps
2025-08-20T22:42:40.4298895Z [00:04:22.082]➜  mkdir -p $WORK/b1658/
2025-08-20T22:42:40.4304202Z [00:04:22.083]➜  cat >/tmp/go-build3998081543/b1657/importcfg << 'EOF' # internal
2025-08-20T22:42:40.4304630Z [00:04:22.083]➜  # import config
2025-08-20T22:42:40.4304986Z [00:04:22.083]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.4305683Z [00:04:22.083]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.4306228Z [00:04:22.083]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.4306682Z [00:04:22.083]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.4307096Z [00:04:22.083]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.4307726Z [00:04:22.083]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.4311317Z [00:04:22.083]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.4312217Z [00:04:22.083]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:42:40.4312847Z [00:04:22.083]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.4313273Z [00:04:22.083]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.4313713Z [00:04:22.083]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.4314143Z [00:04:22.083]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.4314575Z [00:04:22.083]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.4314894Z [00:04:22.083]➜  EOF
2025-08-20T22:42:40.4320378Z [00:04:22.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1657/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/explain=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/explain;$WORK/b1657=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/explain -lang=go1.22 -complete -installsuffix shared -buildid tyYFc1e8RoEtc9Y8qmFP/tyYFc1e8RoEtc9Y8qmFP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1657/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/explain/explain.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/explain/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/explain/response.go
2025-08-20T22:42:40.4323386Z [00:04:22.084]➜  cat >/tmp/go-build3998081543/b1658/importcfg << 'EOF' # internal
2025-08-20T22:42:40.4323742Z [00:04:22.084]➜  # import config
2025-08-20T22:42:40.4324084Z [00:04:22.084]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.4324511Z [00:04:22.084]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.4324979Z [00:04:22.084]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.4343057Z [00:04:22.084]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.4343683Z [00:04:22.084]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.4344322Z [00:04:22.084]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.4346041Z [00:04:22.084]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.4346992Z [00:04:22.084]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:40.4347646Z [00:04:22.084]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.4348068Z [00:04:22.084]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.4348906Z [00:04:22.084]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.4349429Z [00:04:22.084]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.4349929Z [00:04:22.084]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.4350254Z [00:04:22.084]➜  EOF
2025-08-20T22:42:40.4353338Z [00:04:22.084]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1658/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/fieldcaps=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/fieldcaps;$WORK/b1658=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps -lang=go1.22 -complete -installsuffix shared -buildid CMKH--fGAeDgFNQLSIH_/CMKH--fGAeDgFNQLSIH_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1658/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/fieldcaps/field_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/fieldcaps/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/fieldcaps/response.go
2025-08-20T22:42:40.4356905Z [00:04:22.084]➜  go tool buildid -w $WORK/b1651/_pkg_.a # internal
2025-08-20T22:42:40.4358717Z [00:04:22.088]➜  cp $WORK/b1651/_pkg_.a /root/.cache/go-build/d2/d25bd4aecd04157c6ec6e3d0a7eede716cbd57b2827059ed17a94bc4ed4c9be8-d # internal
2025-08-20T22:42:40.4368479Z [00:04:22.089]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/get
2025-08-20T22:42:40.4370671Z [00:04:22.089]➜  mkdir -p $WORK/b1659/
2025-08-20T22:42:40.4389712Z [00:04:22.091]➜  cat >/tmp/go-build3998081543/b1659/importcfg << 'EOF' # internal
2025-08-20T22:42:40.4390313Z [00:04:22.091]➜  # import config
2025-08-20T22:42:40.4390789Z [00:04:22.091]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.4391337Z [00:04:22.091]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.4392316Z [00:04:22.091]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.4392953Z [00:04:22.091]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.4393494Z [00:04:22.091]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.4394234Z [00:04:22.091]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.4395158Z [00:04:22.091]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.4403366Z [00:04:22.091]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:40.4404093Z [00:04:22.091]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.4404518Z [00:04:22.091]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.4404951Z [00:04:22.091]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.4405649Z [00:04:22.091]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.4406147Z [00:04:22.091]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.4406466Z [00:04:22.091]➜  EOF
2025-08-20T22:42:40.4409026Z [00:04:22.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1659/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/get;$WORK/b1659=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/get -lang=go1.22 -complete -installsuffix shared -buildid jcGnqs7dFDhG5aTQPBb7/jcGnqs7dFDhG5aTQPBb7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1659/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/get/response.go
2025-08-20T22:42:40.5020811Z [00:04:22.153]➜  go tool buildid -w $WORK/b1657/_pkg_.a # internal
2025-08-20T22:42:40.5040169Z [00:04:22.156]➜  cp $WORK/b1657/_pkg_.a /root/.cache/go-build/d4/d49cf2fb55830334eb1c5963eee6b3bbbb5a39cc7fdb607777fc182414a162a2-d # internal
2025-08-20T22:42:40.5047808Z [00:04:22.157]➜  go tool buildid -w $WORK/b1654/_pkg_.a # internal
2025-08-20T22:42:40.5070143Z [00:04:22.159]➜  cp $WORK/b1654/_pkg_.a /root/.cache/go-build/23/23a72c640dd7c4003ff4d18c88a9eb3fa6f4f1fe98c0d37ea55612453fca8ec6-d # internal
2025-08-20T22:42:40.5073763Z [00:04:22.159]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript
2025-08-20T22:42:40.5074698Z [00:04:22.159]➜  mkdir -p $WORK/b1660/
2025-08-20T22:42:40.5075126Z [00:04:22.159]➜  cat >/tmp/go-build3998081543/b1660/importcfg << 'EOF' # internal
2025-08-20T22:42:40.5075626Z [00:04:22.159]➜  # import config
2025-08-20T22:42:40.5075977Z [00:04:22.159]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.5076436Z [00:04:22.159]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.5076919Z [00:04:22.159]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.5077337Z [00:04:22.159]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.5077974Z [00:04:22.159]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.5078768Z [00:04:22.159]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.5079338Z [00:04:22.159]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.5079762Z [00:04:22.159]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.5080194Z [00:04:22.159]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.5080620Z [00:04:22.159]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.5081049Z [00:04:22.159]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.5081772Z [00:04:22.159]➜  EOF
2025-08-20T22:42:40.5084643Z [00:04:22.159]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1660/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscript=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscript;$WORK/b1660=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript -lang=go1.22 -complete -installsuffix shared -buildid JLakzUN123Fz1-iIW2j3/JLakzUN123Fz1-iIW2j3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1660/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscript/get_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscript/response.go
2025-08-20T22:42:40.5103917Z [00:04:22.163]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext
2025-08-20T22:42:40.5104446Z [00:04:22.163]➜  mkdir -p $WORK/b1661/
2025-08-20T22:42:40.5104858Z [00:04:22.163]➜  cat >/tmp/go-build3998081543/b1661/importcfg << 'EOF' # internal
2025-08-20T22:42:40.5105215Z [00:04:22.163]➜  # import config
2025-08-20T22:42:40.5105671Z [00:04:22.163]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.5106124Z [00:04:22.163]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.5106571Z [00:04:22.163]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.5106989Z [00:04:22.163]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.5107620Z [00:04:22.163]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.5108410Z [00:04:22.163]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.5109115Z [00:04:22.163]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.5109548Z [00:04:22.163]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.5110375Z [00:04:22.163]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.5111278Z [00:04:22.163]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.5111815Z [00:04:22.163]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.5112351Z [00:04:22.163]➜  EOF
2025-08-20T22:42:40.5115594Z [00:04:22.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1661/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscriptcontext=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscriptcontext;$WORK/b1661=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext -lang=go1.22 -complete -installsuffix shared -buildid LkazX6KTU_sYLrhq7vMr/LkazX6KTU_sYLrhq7vMr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1661/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscriptcontext/get_script_context.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscriptcontext/response.go
2025-08-20T22:42:40.5118690Z [00:04:22.163]➜  go tool buildid -w $WORK/b1658/_pkg_.a # internal
2025-08-20T22:42:40.5120865Z [00:04:22.164]➜  cp $WORK/b1658/_pkg_.a /root/.cache/go-build/a0/a035487e301f6e11bc15a2dcc9d2913f54ac4933ad3946fde78301909b06f5b5-d # internal
2025-08-20T22:42:40.5142080Z [00:04:22.167]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages
2025-08-20T22:42:40.5142898Z [00:04:22.167]➜  mkdir -p $WORK/b1662/
2025-08-20T22:42:40.5149388Z [00:04:22.167]➜  cat >/tmp/go-build3998081543/b1662/importcfg << 'EOF' # internal
2025-08-20T22:42:40.5149818Z [00:04:22.167]➜  # import config
2025-08-20T22:42:40.5150168Z [00:04:22.167]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.5150622Z [00:04:22.167]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.5151351Z [00:04:22.167]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.5151771Z [00:04:22.167]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.5152399Z [00:04:22.167]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.5153191Z [00:04:22.167]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.5153880Z [00:04:22.167]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.5154357Z [00:04:22.167]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.5154790Z [00:04:22.167]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.5155218Z [00:04:22.167]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.5156011Z [00:04:22.167]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.5156352Z [00:04:22.167]➜  EOF
2025-08-20T22:42:40.5159319Z [00:04:22.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1662/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscriptlanguages=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscriptlanguages;$WORK/b1662=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages -lang=go1.22 -complete -installsuffix shared -buildid M_hXCNnQ06Tg50pzap4x/M_hXCNnQ06Tg50pzap4x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1662/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscriptlanguages/get_script_languages.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getscriptlanguages/response.go
2025-08-20T22:42:40.5207418Z [00:04:22.173]➜  go tool buildid -w $WORK/b1659/_pkg_.a # internal
2025-08-20T22:42:40.5229060Z [00:04:22.175]➜  cp $WORK/b1659/_pkg_.a /root/.cache/go-build/d5/d5bf5caa4bda056c5899821ff4c0ca9a50872bb93144a10b847e77228aef9941-d # internal
2025-08-20T22:42:40.5238343Z [00:04:22.176]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource
2025-08-20T22:42:40.5247187Z [00:04:22.176]➜  mkdir -p $WORK/b1663/
2025-08-20T22:42:40.5247720Z [00:04:22.176]➜  cat >/tmp/go-build3998081543/b1663/importcfg << 'EOF' # internal
2025-08-20T22:42:40.5248076Z [00:04:22.176]➜  # import config
2025-08-20T22:42:40.5248422Z [00:04:22.176]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.5248890Z [00:04:22.176]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.5249341Z [00:04:22.176]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.5249756Z [00:04:22.176]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.5254056Z [00:04:22.176]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.5255309Z [00:04:22.176]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.5256600Z [00:04:22.176]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:40.5257435Z [00:04:22.176]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.5258010Z [00:04:22.176]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.5258587Z [00:04:22.176]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.5259063Z [00:04:22.176]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.5259722Z [00:04:22.176]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.5260179Z [00:04:22.176]➜  EOF
2025-08-20T22:42:40.5263279Z [00:04:22.176]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1663/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getsource=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getsource;$WORK/b1663=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource -lang=go1.22 -complete -installsuffix shared -buildid VzEkDUZeAGwxk7x3ND4Z/VzEkDUZeAGwxk7x3ND4Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1663/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getsource/get_source.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/getsource/response.go
2025-08-20T22:42:40.5679574Z [00:04:22.219]➜  go tool buildid -w $WORK/b1660/_pkg_.a # internal
2025-08-20T22:42:40.5684854Z [00:04:22.221]➜  cp $WORK/b1660/_pkg_.a /root/.cache/go-build/4c/4cf0a6ce5a03f98ee59b3d5a111bb0f183d1387bef509e4cf72898373c3539e5-d # internal
2025-08-20T22:42:40.5689772Z [00:04:22.221]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport
2025-08-20T22:42:40.5690207Z [00:04:22.221]➜  mkdir -p $WORK/b1664/
2025-08-20T22:42:40.5693390Z [00:04:22.222]➜  go tool buildid -w $WORK/b1661/_pkg_.a # internal
2025-08-20T22:42:40.5693851Z [00:04:22.222]➜  cat >/tmp/go-build3998081543/b1664/importcfg << 'EOF' # internal
2025-08-20T22:42:40.5694210Z [00:04:22.222]➜  # import config
2025-08-20T22:42:40.5694570Z [00:04:22.222]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.5695031Z [00:04:22.222]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.5699986Z [00:04:22.222]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.5700459Z [00:04:22.222]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.5701093Z [00:04:22.222]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.5701888Z [00:04:22.222]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.5704226Z [00:04:22.222]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build3998081543/b1456/_pkg_.a
2025-08-20T22:42:40.5704996Z [00:04:22.222]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.5705576Z [00:04:22.222]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.5706107Z [00:04:22.222]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.5706539Z [00:04:22.222]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.5706977Z [00:04:22.222]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.5707292Z [00:04:22.222]➜  EOF
2025-08-20T22:42:40.5710115Z [00:04:22.222]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1664/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/healthreport=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/healthreport;$WORK/b1664=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport -lang=go1.22 -complete -installsuffix shared -buildid tZAEi78ljUQNsQ86ot4r/tZAEi78ljUQNsQ86ot4r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1664/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/healthreport/health_report.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/healthreport/response.go
2025-08-20T22:42:40.5712911Z [00:04:22.223]➜  cp $WORK/b1661/_pkg_.a /root/.cache/go-build/72/726797033b135eacef643fc5f627051e7ffc870b254c2df32336d39580ff158d-d # internal
2025-08-20T22:42:40.5716352Z [00:04:22.224]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/index
2025-08-20T22:42:40.5716736Z [00:04:22.224]➜  mkdir -p $WORK/b1665/
2025-08-20T22:42:40.5721750Z [00:04:22.224]➜  cat >/tmp/go-build3998081543/b1665/importcfg << 'EOF' # internal
2025-08-20T22:42:40.5722571Z [00:04:22.224]➜  # import config
2025-08-20T22:42:40.5723329Z [00:04:22.224]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.5723779Z [00:04:22.224]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.5724235Z [00:04:22.224]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.5724682Z [00:04:22.224]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.5725091Z [00:04:22.224]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.5725991Z [00:04:22.224]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.5726832Z [00:04:22.224]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.5727657Z [00:04:22.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3998081543/b1483/_pkg_.a
2025-08-20T22:42:40.5728528Z [00:04:22.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:40.5729410Z [00:04:22.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:40.5730294Z [00:04:22.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:40.5730927Z [00:04:22.225]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.5731349Z [00:04:22.225]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.5731800Z [00:04:22.225]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.5732226Z [00:04:22.225]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.5732653Z [00:04:22.225]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.5732968Z [00:04:22.225]➜  EOF
2025-08-20T22:42:40.5736177Z [00:04:22.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1665/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/index=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/index;$WORK/b1665=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/index -lang=go1.22 -complete -installsuffix shared -buildid oJqOkZ1ZpBpNHgs7H4Mi/oJqOkZ1ZpBpNHgs7H4Mi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1665/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/index/index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/index/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/index/response.go
2025-08-20T22:42:40.5758819Z [00:04:22.228]➜  go tool buildid -w $WORK/b1662/_pkg_.a # internal
2025-08-20T22:42:40.5760079Z [00:04:22.228]➜  cp $WORK/b1662/_pkg_.a /root/.cache/go-build/2b/2be6c4bceeec1923668e19b3436e2d333ba5993395750fdcdc64c5b3c18b9c63-d # internal
2025-08-20T22:42:40.5771242Z [00:04:22.229]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/info
2025-08-20T22:42:40.5771844Z [00:04:22.229]➜  mkdir -p $WORK/b1666/
2025-08-20T22:42:40.5772241Z [00:04:22.230]➜  cat >/tmp/go-build3998081543/b1666/importcfg << 'EOF' # internal
2025-08-20T22:42:40.5772603Z [00:04:22.230]➜  # import config
2025-08-20T22:42:40.5772951Z [00:04:22.230]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.5773410Z [00:04:22.230]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.5773868Z [00:04:22.230]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.5774290Z [00:04:22.230]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.5774923Z [00:04:22.230]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.5776023Z [00:04:22.230]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.5776903Z [00:04:22.230]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.5777333Z [00:04:22.230]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.5777769Z [00:04:22.230]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.5778196Z [00:04:22.230]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.5782958Z [00:04:22.230]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.5783799Z [00:04:22.230]➜  EOF
2025-08-20T22:42:40.5786897Z [00:04:22.230]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1666/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/info=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/info;$WORK/b1666=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/info -lang=go1.22 -complete -installsuffix shared -buildid n7sSnyt2fU1TmL7TKJpE/n7sSnyt2fU1TmL7TKJpE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1666/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/info/response.go
2025-08-20T22:42:40.6138008Z [00:04:22.266]➜  go tool buildid -w $WORK/b1663/_pkg_.a # internal
2025-08-20T22:42:40.6151063Z [00:04:22.267]➜  cp $WORK/b1663/_pkg_.a /root/.cache/go-build/f6/f6aeae258edcf52df48e10adae4f91f7f57116feb79ed72778d3af3d6ac3784a-d # internal
2025-08-20T22:42:40.6270286Z [00:04:22.279]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch
2025-08-20T22:42:40.6271898Z [00:04:22.280]➜  mkdir -p $WORK/b1667/
2025-08-20T22:42:40.6281465Z [00:04:22.280]➜  cat >/tmp/go-build3998081543/b1667/importcfg << 'EOF' # internal
2025-08-20T22:42:40.6281901Z [00:04:22.280]➜  # import config
2025-08-20T22:42:40.6282252Z [00:04:22.280]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.6283084Z [00:04:22.280]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.6283662Z [00:04:22.280]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.6284175Z [00:04:22.280]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.6284589Z [00:04:22.280]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.6285225Z [00:04:22.280]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.6286658Z [00:04:22.280]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.6287277Z [00:04:22.280]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.6287698Z [00:04:22.280]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.6288131Z [00:04:22.280]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.6288574Z [00:04:22.280]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.6289049Z [00:04:22.280]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.6289365Z [00:04:22.280]➜  EOF
2025-08-20T22:42:40.6292519Z [00:04:22.281]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1667/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/knnsearch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/knnsearch;$WORK/b1667=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch -lang=go1.22 -complete -installsuffix shared -buildid fI8r8JaGXHZLuNnQPgj3/fI8r8JaGXHZLuNnQPgj3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1667/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/knnsearch/knn_search.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/knnsearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/knnsearch/response.go
2025-08-20T22:42:40.6340735Z [00:04:22.286]➜  go tool buildid -w $WORK/b1666/_pkg_.a # internal
2025-08-20T22:42:40.6357547Z [00:04:22.288]➜  go tool buildid -w $WORK/b1664/_pkg_.a # internal
2025-08-20T22:42:40.6363593Z [00:04:22.289]➜  cp $WORK/b1666/_pkg_.a /root/.cache/go-build/aa/aa9f0899b6f10a6945544869e4d44031ff3defc558b059fe7773f3120884cfec-d # internal
2025-08-20T22:42:40.6376692Z [00:04:22.290]➜  cp $WORK/b1664/_pkg_.a /root/.cache/go-build/62/62b0949d7045f487bf9b3b9c721a48353f8f8cee184b56f81d5b95a56173aa8f-d # internal
2025-08-20T22:42:40.6378514Z [00:04:22.290]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mget
2025-08-20T22:42:40.6387919Z [00:04:22.291]➜  mkdir -p $WORK/b1668/
2025-08-20T22:42:40.6398475Z [00:04:22.291]➜  cat >/tmp/go-build3998081543/b1668/importcfg << 'EOF' # internal
2025-08-20T22:42:40.6398879Z [00:04:22.292]➜  # import config
2025-08-20T22:42:40.6399227Z [00:04:22.292]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.6399693Z [00:04:22.292]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.6400144Z [00:04:22.292]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.6400621Z [00:04:22.292]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.6401034Z [00:04:22.292]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.6401672Z [00:04:22.292]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.6402461Z [00:04:22.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.6403031Z [00:04:22.292]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.6403454Z [00:04:22.292]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.6403889Z [00:04:22.292]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.6404731Z [00:04:22.292]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.6405232Z [00:04:22.292]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.6405842Z [00:04:22.292]➜  EOF
2025-08-20T22:42:40.6408818Z [00:04:22.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1668/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mget=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mget;$WORK/b1668=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mget -lang=go1.22 -complete -installsuffix shared -buildid dCUhvIaX9XnRuonx-7nF/dCUhvIaX9XnRuonx-7nF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1668/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mget/mget.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mget/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mget/response.go
2025-08-20T22:42:40.6411478Z [00:04:22.292]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch
2025-08-20T22:42:40.6411848Z [00:04:22.292]➜  mkdir -p $WORK/b1669/
2025-08-20T22:42:40.6412224Z [00:04:22.292]➜  cat >/tmp/go-build3998081543/b1669/importcfg << 'EOF' # internal
2025-08-20T22:42:40.6412573Z [00:04:22.292]➜  # import config
2025-08-20T22:42:40.6412905Z [00:04:22.292]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.6413337Z [00:04:22.292]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.6413790Z [00:04:22.292]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.6414235Z [00:04:22.292]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.6414647Z [00:04:22.292]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.6415273Z [00:04:22.292]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.6417685Z [00:04:22.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.6418858Z [00:04:22.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:40.6419965Z [00:04:22.292]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:40.6421038Z [00:04:22.292]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.6421570Z [00:04:22.292]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.6422201Z [00:04:22.292]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.6422818Z [00:04:22.292]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.6423404Z [00:04:22.292]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.6423782Z [00:04:22.292]➜  EOF
2025-08-20T22:42:40.6427496Z [00:04:22.292]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1669/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearch;$WORK/b1669=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch -lang=go1.22 -complete -installsuffix shared -buildid Y_LQm6_lt7lvSuReQV2J/Y_LQm6_lt7lvSuReQV2J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1669/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearch/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearch/msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearch/response.go
2025-08-20T22:42:40.6465990Z [00:04:22.299]➜  go tool buildid -w $WORK/b1665/_pkg_.a # internal
2025-08-20T22:42:40.6480160Z [00:04:22.300]➜  cp $WORK/b1665/_pkg_.a /root/.cache/go-build/ed/ed8ac7e7a417575c8e523c33141b8de46f303bc61985a374dea3e7392403cea7-d # internal
2025-08-20T22:42:40.6491435Z [00:04:22.301]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate
2025-08-20T22:42:40.6495939Z [00:04:22.302]➜  mkdir -p $WORK/b1670/
2025-08-20T22:42:40.6500996Z [00:04:22.302]➜  cat >/tmp/go-build3998081543/b1670/importcfg << 'EOF' # internal
2025-08-20T22:42:40.6507270Z [00:04:22.303]➜  # import config
2025-08-20T22:42:40.6507642Z [00:04:22.303]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.6508070Z [00:04:22.303]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.6508525Z [00:04:22.303]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.6508968Z [00:04:22.303]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.6509397Z [00:04:22.303]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.6510037Z [00:04:22.303]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.6510825Z [00:04:22.303]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.6511665Z [00:04:22.303]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:40.6512304Z [00:04:22.303]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.6512723Z [00:04:22.303]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.6513150Z [00:04:22.303]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.6513576Z [00:04:22.303]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.6514309Z [00:04:22.303]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.6514636Z [00:04:22.303]➜  EOF
2025-08-20T22:42:40.6523606Z [00:04:22.303]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1670/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearchtemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearchtemplate;$WORK/b1670=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate -lang=go1.22 -complete -installsuffix shared -buildid VVyzbXHjU3eh1V2ClRPz/VVyzbXHjU3eh1V2ClRPz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1670/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearchtemplate/msearch_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearchtemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/msearchtemplate/response.go
2025-08-20T22:42:40.7102715Z [00:04:22.362]➜  go tool buildid -w $WORK/b1668/_pkg_.a # internal
2025-08-20T22:42:40.7117168Z [00:04:22.364]➜  cp $WORK/b1668/_pkg_.a /root/.cache/go-build/58/581b989045dbd2981ed7dfb140a868cd79280aad96afbe9aa68517a524428272-d # internal
2025-08-20T22:42:40.7161763Z [00:04:22.368]➜  go tool buildid -w $WORK/b1667/_pkg_.a # internal
2025-08-20T22:42:40.7179556Z [00:04:22.370]➜  cp $WORK/b1667/_pkg_.a /root/.cache/go-build/e3/e38cbac3cb73de2152374fd6cc0fef5d6d793d367d37c26e83918325528bca0b-d # internal
2025-08-20T22:42:40.7197842Z [00:04:22.372]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors
2025-08-20T22:42:40.7199038Z [00:04:22.372]➜  mkdir -p $WORK/b1671/
2025-08-20T22:42:40.7203709Z [00:04:22.373]➜  cat >/tmp/go-build3998081543/b1671/importcfg << 'EOF' # internal
2025-08-20T22:42:40.7204520Z [00:04:22.373]➜  # import config
2025-08-20T22:42:40.7205236Z [00:04:22.373]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.7209474Z [00:04:22.373]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.7211309Z [00:04:22.373]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.7212407Z [00:04:22.373]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.7212886Z [00:04:22.373]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.7213528Z [00:04:22.373]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.7214346Z [00:04:22.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.7215196Z [00:04:22.373]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:40.7216033Z [00:04:22.373]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.7216462Z [00:04:22.373]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.7216908Z [00:04:22.373]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.7217343Z [00:04:22.373]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.7217769Z [00:04:22.373]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.7218084Z [00:04:22.373]➜  EOF
2025-08-20T22:42:40.7221304Z [00:04:22.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1671/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mtermvectors=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mtermvectors;$WORK/b1671=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors -lang=go1.22 -complete -installsuffix shared -buildid Z5fod8CUd7q-x0ViXXjB/Z5fod8CUd7q-x0ViXXjB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1671/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mtermvectors/mtermvectors.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mtermvectors/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/mtermvectors/response.go
2025-08-20T22:42:40.7239878Z [00:04:22.376]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime
2025-08-20T22:42:40.7247164Z [00:04:22.377]➜  mkdir -p $WORK/b1672/
2025-08-20T22:42:40.7258092Z [00:04:22.378]➜  cat >/tmp/go-build3998081543/b1672/importcfg << 'EOF' # internal
2025-08-20T22:42:40.7258803Z [00:04:22.378]➜  # import config
2025-08-20T22:42:40.7259894Z [00:04:22.378]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.7260692Z [00:04:22.378]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.7261489Z [00:04:22.378]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.7262397Z [00:04:22.378]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.7262917Z [00:04:22.378]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.7263577Z [00:04:22.378]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.7264377Z [00:04:22.378]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.7265243Z [00:04:22.378]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:40.7266205Z [00:04:22.378]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.7266638Z [00:04:22.378]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.7267071Z [00:04:22.378]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.7267496Z [00:04:22.378]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.7267925Z [00:04:22.378]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.7268582Z [00:04:22.378]➜  EOF
2025-08-20T22:42:40.7279025Z [00:04:22.380]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1672/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/openpointintime=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/openpointintime;$WORK/b1672=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime -lang=go1.22 -complete -installsuffix shared -buildid nHELDmSDSPDycC36jzRy/nHELDmSDSPDycC36jzRy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1672/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/openpointintime/open_point_in_time.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/openpointintime/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/openpointintime/response.go
2025-08-20T22:42:40.7329002Z [00:04:22.384]➜  go tool buildid -w $WORK/b1670/_pkg_.a # internal
2025-08-20T22:42:40.7336674Z [00:04:22.386]➜  cp $WORK/b1670/_pkg_.a /root/.cache/go-build/b7/b7f470a6f748d3c3f280fc36b4cc822c0ccc999c96c2dcb6a3249a438b9c44bc-d # internal
2025-08-20T22:42:40.7360373Z [00:04:22.388]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript
2025-08-20T22:42:40.7360786Z [00:04:22.388]➜  mkdir -p $WORK/b1674/
2025-08-20T22:42:40.7361171Z [00:04:22.388]➜  cat >/tmp/go-build3998081543/b1674/importcfg << 'EOF' # internal
2025-08-20T22:42:40.7361522Z [00:04:22.388]➜  # import config
2025-08-20T22:42:40.7362101Z [00:04:22.388]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.7362603Z [00:04:22.388]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.7363058Z [00:04:22.388]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.7363504Z [00:04:22.388]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.7363926Z [00:04:22.388]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.7364754Z [00:04:22.388]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.7365827Z [00:04:22.388]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.7366458Z [00:04:22.388]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.7366879Z [00:04:22.388]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.7367318Z [00:04:22.388]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.7367742Z [00:04:22.388]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.7368171Z [00:04:22.388]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.7368489Z [00:04:22.388]➜  EOF
2025-08-20T22:42:40.7371618Z [00:04:22.388]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1674/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/putscript=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/putscript;$WORK/b1674=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript -lang=go1.22 -complete -installsuffix shared -buildid d3ELNnQClvaxf9PzcoNj/d3ELNnQClvaxf9PzcoNj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1674/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/putscript/put_script.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/putscript/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/putscript/response.go
2025-08-20T22:42:40.7454191Z [00:04:22.398]➜  go tool buildid -w $WORK/b1669/_pkg_.a # internal
2025-08-20T22:42:40.7476109Z [00:04:22.400]➜  cp $WORK/b1669/_pkg_.a /root/.cache/go-build/cc/cca9554ac39f3d6b450884358afa254253b0d882d87f456afafe91674fed6993-d # internal
2025-08-20T22:42:40.7483392Z [00:04:22.400]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval
2025-08-20T22:42:40.7484034Z [00:04:22.400]➜  mkdir -p $WORK/b1675/
2025-08-20T22:42:40.7498657Z [00:04:22.402]➜  cat >/tmp/go-build3998081543/b1675/importcfg << 'EOF' # internal
2025-08-20T22:42:40.7500652Z [00:04:22.402]➜  # import config
2025-08-20T22:42:40.7503995Z [00:04:22.402]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.7504650Z [00:04:22.402]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.7505493Z [00:04:22.402]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.7507042Z [00:04:22.402]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.7507838Z [00:04:22.402]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.7508951Z [00:04:22.402]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.7509809Z [00:04:22.402]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.7510696Z [00:04:22.402]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:40.7511351Z [00:04:22.402]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.7511774Z [00:04:22.402]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.7512537Z [00:04:22.402]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.7513024Z [00:04:22.402]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.7513455Z [00:04:22.402]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.7513770Z [00:04:22.402]➜  EOF
2025-08-20T22:42:40.7527390Z [00:04:22.402]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1675/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rankeval=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rankeval;$WORK/b1675=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval -lang=go1.22 -complete -installsuffix shared -buildid -GnmB4-QNznRnIxoumyU/-GnmB4-QNznRnIxoumyU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1675/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rankeval/rank_eval.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rankeval/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rankeval/response.go
2025-08-20T22:42:40.7971158Z [00:04:22.449]➜  go tool buildid -w $WORK/b1671/_pkg_.a # internal
2025-08-20T22:42:40.7989927Z [00:04:22.451]➜  cp $WORK/b1671/_pkg_.a /root/.cache/go-build/50/501311c0d5e2e2c5873432a97408d0ced869eea3adfd425e51ff9dc8985f830a-d # internal
2025-08-20T22:42:40.8012294Z [00:04:22.454]➜  go tool buildid -w $WORK/b1672/_pkg_.a # internal
2025-08-20T22:42:40.8026891Z [00:04:22.455]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex
2025-08-20T22:42:40.8037090Z [00:04:22.455]➜  mkdir -p $WORK/b1676/
2025-08-20T22:42:40.8038241Z [00:04:22.456]➜  cat >/tmp/go-build3998081543/b1676/importcfg << 'EOF' # internal
2025-08-20T22:42:40.8039136Z [00:04:22.456]➜  # import config
2025-08-20T22:42:40.8039551Z [00:04:22.456]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.8039998Z [00:04:22.456]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.8040480Z [00:04:22.456]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.8040933Z [00:04:22.456]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.8041351Z [00:04:22.456]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.8041981Z [00:04:22.456]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.8043064Z [00:04:22.456]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.8043980Z [00:04:22.456]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3998081543/b1652/_pkg_.a
2025-08-20T22:42:40.8044649Z [00:04:22.456]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.8053503Z [00:04:22.456]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.8053982Z [00:04:22.456]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.8054410Z [00:04:22.456]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.8054835Z [00:04:22.456]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.8065055Z [00:04:22.456]➜  EOF
2025-08-20T22:42:40.8070775Z [00:04:22.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1676/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/reindex=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/reindex;$WORK/b1676=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex -lang=go1.22 -complete -installsuffix shared -buildid 9wmdTLoZdcY9zmVet4D3/9wmdTLoZdcY9zmVet4D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1676/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/reindex/reindex.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/reindex/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/reindex/response.go
2025-08-20T22:42:40.8085644Z [00:04:22.458]➜  cp $WORK/b1672/_pkg_.a /root/.cache/go-build/e2/e2e6cf88751b08ca82b409c3d39aa34f5387f5f3692733491afa19abee568489-d # internal
2025-08-20T22:42:40.8086416Z [00:04:22.460]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle
2025-08-20T22:42:40.8086823Z [00:04:22.460]➜  mkdir -p $WORK/b1677/
2025-08-20T22:42:40.8087566Z [00:04:22.460]➜  cat >/tmp/go-build3998081543/b1677/importcfg << 'EOF' # internal
2025-08-20T22:42:40.8087929Z [00:04:22.460]➜  # import config
2025-08-20T22:42:40.8088273Z [00:04:22.460]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.8088724Z [00:04:22.460]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.8089165Z [00:04:22.460]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.8089583Z [00:04:22.460]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.8090211Z [00:04:22.460]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.8090998Z [00:04:22.460]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.8091561Z [00:04:22.460]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.8092196Z [00:04:22.460]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.8092727Z [00:04:22.460]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.8093188Z [00:04:22.460]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.8093615Z [00:04:22.460]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.8093933Z [00:04:22.460]➜  EOF
2025-08-20T22:42:40.8099770Z [00:04:22.460]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1677/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/reindexrethrottle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/reindexrethrottle;$WORK/b1677=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle -lang=go1.22 -complete -installsuffix shared -buildid nYntZHPHRzHDVTfHUT2m/nYntZHPHRzHDVTfHUT2m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1677/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/reindexrethrottle/reindex_rethrottle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/reindexrethrottle/response.go
2025-08-20T22:42:40.8167249Z [00:04:22.469]➜  go tool buildid -w $WORK/b1674/_pkg_.a # internal
2025-08-20T22:42:40.8178849Z [00:04:22.470]➜  cp $WORK/b1674/_pkg_.a /root/.cache/go-build/14/144cfe8063c397be2ab0125a258d3ea1a28f9e7587ba5cd7c6f52e79edc0478d-d # internal
2025-08-20T22:42:40.8187535Z [00:04:22.471]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate
2025-08-20T22:42:40.8188002Z [00:04:22.471]➜  mkdir -p $WORK/b1678/
2025-08-20T22:42:40.8188383Z [00:04:22.471]➜  cat >/tmp/go-build3998081543/b1678/importcfg << 'EOF' # internal
2025-08-20T22:42:40.8188737Z [00:04:22.471]➜  # import config
2025-08-20T22:42:40.8189079Z [00:04:22.471]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.8189505Z [00:04:22.471]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.8190212Z [00:04:22.471]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.8190661Z [00:04:22.471]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.8191076Z [00:04:22.471]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.8191704Z [00:04:22.471]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.8192790Z [00:04:22.471]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.8193426Z [00:04:22.471]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.8193845Z [00:04:22.471]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.8194277Z [00:04:22.471]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.8194701Z [00:04:22.471]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.8195475Z [00:04:22.471]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.8195859Z [00:04:22.471]➜  EOF
2025-08-20T22:42:40.8199318Z [00:04:22.471]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1678/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rendersearchtemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rendersearchtemplate;$WORK/b1678=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate -lang=go1.22 -complete -installsuffix shared -buildid -5J1mJj3rbQ-ZfM_VbvE/-5J1mJj3rbQ-ZfM_VbvE -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1678/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rendersearchtemplate/render_search_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rendersearchtemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/rendersearchtemplate/response.go
2025-08-20T22:42:40.8221824Z [00:04:22.475]➜  go tool buildid -w $WORK/b1675/_pkg_.a # internal
2025-08-20T22:42:40.8236469Z [00:04:22.476]➜  cp $WORK/b1675/_pkg_.a /root/.cache/go-build/8d/8dbf6070c7404ea688806c143de0883246dd3e589aad54db0d0bce09a8f0f75f-d # internal
2025-08-20T22:42:40.8284552Z [00:04:22.481]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute
2025-08-20T22:42:40.8285027Z [00:04:22.481]➜  mkdir -p $WORK/b1679/
2025-08-20T22:42:40.8285560Z [00:04:22.481]➜  cat >/tmp/go-build3998081543/b1679/importcfg << 'EOF' # internal
2025-08-20T22:42:40.8285970Z [00:04:22.481]➜  # import config
2025-08-20T22:42:40.8286316Z [00:04:22.481]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.8286748Z [00:04:22.481]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.8287199Z [00:04:22.481]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.8287658Z [00:04:22.481]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.8288083Z [00:04:22.481]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.8288712Z [00:04:22.481]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.8289529Z [00:04:22.481]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.8290101Z [00:04:22.481]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.8290520Z [00:04:22.481]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.8290947Z [00:04:22.481]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.8291378Z [00:04:22.481]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.8291804Z [00:04:22.481]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.8292129Z [00:04:22.481]➜  EOF
2025-08-20T22:42:40.8296179Z [00:04:22.481]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1679/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scriptspainlessexecute=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scriptspainlessexecute;$WORK/b1679=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute -lang=go1.22 -complete -installsuffix shared -buildid RRiYBzVU2ihyKWwxxOwo/RRiYBzVU2ihyKWwxxOwo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1679/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scriptspainlessexecute/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scriptspainlessexecute/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scriptspainlessexecute/scripts_painless_execute.go
2025-08-20T22:42:40.8758772Z [00:04:22.528]➜  go tool buildid -w $WORK/b1677/_pkg_.a # internal
2025-08-20T22:42:40.8771449Z [00:04:22.529]➜  cp $WORK/b1677/_pkg_.a /root/.cache/go-build/b3/b38b3435af904382000a023b866212699b18aa8ece9ff12b6afe542e07bd665a-d # internal
2025-08-20T22:42:40.8789009Z [00:04:22.531]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll
2025-08-20T22:42:40.8791693Z [00:04:22.532]➜  mkdir -p $WORK/b1680/
2025-08-20T22:42:40.8820361Z [00:04:22.534]➜  cat >/tmp/go-build3998081543/b1680/importcfg << 'EOF' # internal
2025-08-20T22:42:40.8836263Z [00:04:22.534]➜  # import config
2025-08-20T22:42:40.8836731Z [00:04:22.534]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.8837184Z [00:04:22.534]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.8837643Z [00:04:22.534]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.8838096Z [00:04:22.534]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.8838521Z [00:04:22.534]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.8839538Z [00:04:22.534]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.8840404Z [00:04:22.534]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.8840972Z [00:04:22.534]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.8841448Z [00:04:22.534]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.8841883Z [00:04:22.534]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.8842311Z [00:04:22.534]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.8842745Z [00:04:22.534]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.8843063Z [00:04:22.534]➜  EOF
2025-08-20T22:42:40.8846322Z [00:04:22.534]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1680/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scroll=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scroll;$WORK/b1680=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll -lang=go1.22 -complete -installsuffix shared -buildid hyTkPGRLyYT1QByonZe9/hyTkPGRLyYT1QByonZe9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1680/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scroll/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scroll/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/scroll/scroll.go
2025-08-20T22:42:40.8856623Z [00:04:22.538]➜  go tool buildid -w $WORK/b1676/_pkg_.a # internal
2025-08-20T22:42:40.8865681Z [00:04:22.539]➜  cp $WORK/b1676/_pkg_.a /root/.cache/go-build/12/12ef33af272551746487dfb872c2f8535df9759652176b9aa1112522b3193494-d # internal
2025-08-20T22:42:40.8878025Z [00:04:22.540]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/search
2025-08-20T22:42:40.8880878Z [00:04:22.540]➜  mkdir -p $WORK/b1681/
2025-08-20T22:42:40.8887584Z [00:04:22.541]➜  cat >/tmp/go-build3998081543/b1681/importcfg << 'EOF' # internal
2025-08-20T22:42:40.8888936Z [00:04:22.541]➜  # import config
2025-08-20T22:42:40.8889663Z [00:04:22.541]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.8892059Z [00:04:22.541]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.8892900Z [00:04:22.541]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.8895894Z [00:04:22.541]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.8896336Z [00:04:22.541]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.8896975Z [00:04:22.541]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.8898088Z [00:04:22.541]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.8898956Z [00:04:22.541]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:40.8899861Z [00:04:22.541]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:42:40.8900756Z [00:04:22.541]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:40.8901690Z [00:04:22.541]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3998081543/b1525/_pkg_.a
2025-08-20T22:42:40.8902319Z [00:04:22.541]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.8902737Z [00:04:22.541]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.8903176Z [00:04:22.541]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.8903846Z [00:04:22.541]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.8904356Z [00:04:22.541]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.8904672Z [00:04:22.541]➜  EOF
2025-08-20T22:42:40.8907826Z [00:04:22.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1681/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/search=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/search;$WORK/b1681=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/search -lang=go1.22 -complete -installsuffix shared -buildid D4CUFLwYtdw_KwM7v8zG/D4CUFLwYtdw_KwM7v8zG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1681/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/search/search.go
2025-08-20T22:42:40.8922306Z [00:04:22.545]➜  go tool buildid -w $WORK/b1678/_pkg_.a # internal
2025-08-20T22:42:40.8957369Z [00:04:22.548]➜  cp $WORK/b1678/_pkg_.a /root/.cache/go-build/14/141a94adc0f24ea8366c71c321f1ea72a69cdc39dc1174ba3af2c6f69e9ddae9-d # internal
2025-08-20T22:42:40.8977974Z [00:04:22.550]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt
2025-08-20T22:42:40.8979495Z [00:04:22.550]➜  mkdir -p $WORK/b1682/
2025-08-20T22:42:40.8979918Z [00:04:22.550]➜  cat >/tmp/go-build3998081543/b1682/importcfg << 'EOF' # internal
2025-08-20T22:42:40.8980273Z [00:04:22.550]➜  # import config
2025-08-20T22:42:40.8980617Z [00:04:22.550]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:40.8981044Z [00:04:22.550]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.8981495Z [00:04:22.550]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.8981957Z [00:04:22.550]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.8982373Z [00:04:22.550]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.8983000Z [00:04:22.550]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.8983798Z [00:04:22.550]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.8984948Z [00:04:22.550]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build3998081543/b1683/_pkg_.a
2025-08-20T22:42:40.8986148Z [00:04:22.550]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build3998081543/b1684/_pkg_.a
2025-08-20T22:42:40.8986777Z [00:04:22.550]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.8987199Z [00:04:22.550]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.8987829Z [00:04:22.550]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.8988260Z [00:04:22.550]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.8988691Z [00:04:22.550]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.8989006Z [00:04:22.550]➜  EOF
2025-08-20T22:42:40.8992230Z [00:04:22.550]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1682/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchmvt=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchmvt;$WORK/b1682=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt -lang=go1.22 -complete -installsuffix shared -buildid b-lqDoFcuU0VGRjDflXz/b-lqDoFcuU0VGRjDflXz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1682/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchmvt/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchmvt/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchmvt/search_mvt.go
2025-08-20T22:42:40.9093429Z [00:04:22.561]➜  go tool buildid -w $WORK/b1679/_pkg_.a # internal
2025-08-20T22:42:40.9106322Z [00:04:22.563]➜  cp $WORK/b1679/_pkg_.a /root/.cache/go-build/a0/a0fe648fe1ae7ecc025e5c1120fb36082a1dfed9979a5480a894495498317d34-d # internal
2025-08-20T22:42:40.9141874Z [00:04:22.566]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards
2025-08-20T22:42:40.9146092Z [00:04:22.567]➜  mkdir -p $WORK/b1685/
2025-08-20T22:42:40.9151508Z [00:04:22.568]➜  cat >/tmp/go-build3998081543/b1685/importcfg << 'EOF' # internal
2025-08-20T22:42:40.9157116Z [00:04:22.568]➜  # import config
2025-08-20T22:42:40.9157490Z [00:04:22.568]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:40.9157959Z [00:04:22.568]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:40.9160467Z [00:04:22.568]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:40.9161531Z [00:04:22.568]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:40.9162220Z [00:04:22.568]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:40.9163024Z [00:04:22.568]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:40.9163908Z [00:04:22.568]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:40.9164562Z [00:04:22.568]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:40.9164982Z [00:04:22.568]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:40.9165566Z [00:04:22.568]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:40.9166359Z [00:04:22.569]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:40.9166809Z [00:04:22.569]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:40.9167129Z [00:04:22.569]➜  EOF
2025-08-20T22:42:40.9209116Z [00:04:22.569]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1685/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchshards=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchshards;$WORK/b1685=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards -lang=go1.22 -complete -installsuffix shared -buildid M3snqH0HHtnEEmjDds79/M3snqH0HHtnEEmjDds79 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1685/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchshards/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchshards/search_shards.go
2025-08-20T22:42:40.9966465Z [00:04:22.649]➜  go tool buildid -w $WORK/b1685/_pkg_.a # internal
2025-08-20T22:42:40.9981560Z [00:04:22.650]➜  cp $WORK/b1685/_pkg_.a /root/.cache/go-build/84/844104f29337e98b4c760404b2cb7d2389a218df1c1215785220a145ff7ae8b1-d # internal
2025-08-20T22:42:41.0031654Z [00:04:22.656]➜  go tool buildid -w $WORK/b1682/_pkg_.a # internal
2025-08-20T22:42:41.0049450Z [00:04:22.657]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate
2025-08-20T22:42:41.0056572Z [00:04:22.658]➜  mkdir -p $WORK/b1686/
2025-08-20T22:42:41.0069509Z [00:04:22.659]➜  cat >/tmp/go-build3998081543/b1686/importcfg << 'EOF' # internal
2025-08-20T22:42:41.0071818Z [00:04:22.660]➜  # import config
2025-08-20T22:42:41.0072453Z [00:04:22.660]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.0073787Z [00:04:22.660]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.0077260Z [00:04:22.660]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.0078055Z [00:04:22.660]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.0078591Z [00:04:22.660]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.0079280Z [00:04:22.660]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.0080076Z [00:04:22.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.0080941Z [00:04:22.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:41.0081857Z [00:04:22.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:41.0082483Z [00:04:22.660]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.0082930Z [00:04:22.660]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.0083374Z [00:04:22.660]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.0083800Z [00:04:22.660]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.0084229Z [00:04:22.660]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.0084545Z [00:04:22.660]➜  EOF
2025-08-20T22:42:41.0087988Z [00:04:22.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1686/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchtemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchtemplate;$WORK/b1686=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate -lang=go1.22 -complete -installsuffix shared -buildid mTz7BdMj2BSnrWwvCYrG/mTz7BdMj2BSnrWwvCYrG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1686/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchtemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchtemplate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/searchtemplate/search_template.go
2025-08-20T22:42:41.0121829Z [00:04:22.664]➜  cp $WORK/b1682/_pkg_.a /root/.cache/go-build/c7/c7b386fa1283d6d01c3dbceb1bce5a983809f14aeb05f9393475f18e1420acf7-d # internal
2025-08-20T22:42:41.0151632Z [00:04:22.667]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum
2025-08-20T22:42:41.0161222Z [00:04:22.668]➜  mkdir -p $WORK/b1687/
2025-08-20T22:42:41.0173454Z [00:04:22.668]➜  cat >/tmp/go-build3998081543/b1687/importcfg << 'EOF' # internal
2025-08-20T22:42:41.0173902Z [00:04:22.668]➜  # import config
2025-08-20T22:42:41.0174248Z [00:04:22.668]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.0174680Z [00:04:22.668]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.0175135Z [00:04:22.668]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.0175854Z [00:04:22.668]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.0176276Z [00:04:22.668]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.0176905Z [00:04:22.668]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.0177694Z [00:04:22.668]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.0178259Z [00:04:22.668]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.0178682Z [00:04:22.668]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.0179106Z [00:04:22.668]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.0179532Z [00:04:22.668]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.0179956Z [00:04:22.668]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.0180521Z [00:04:22.668]➜  EOF
2025-08-20T22:42:41.0183753Z [00:04:22.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1687/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termsenum=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termsenum;$WORK/b1687=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum -lang=go1.22 -complete -installsuffix shared -buildid TLKdWUuQ0jKfTno284Nx/TLKdWUuQ0jKfTno284Nx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1687/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termsenum/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termsenum/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termsenum/terms_enum.go
2025-08-20T22:42:41.0966791Z [00:04:22.749]➜  go tool buildid -w $WORK/b1687/_pkg_.a # internal
2025-08-20T22:42:41.0973721Z [00:04:22.750]➜  cp $WORK/b1687/_pkg_.a /root/.cache/go-build/25/258d4f3a9c2a2e6d7ed34e33048d02a93adf44adc2344e889364767df5174dfc-d # internal
2025-08-20T22:42:41.0980823Z [00:04:22.750]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors
2025-08-20T22:42:41.0984199Z [00:04:22.751]➜  mkdir -p $WORK/b1688/
2025-08-20T22:42:41.0990285Z [00:04:22.751]➜  cat >/tmp/go-build3998081543/b1688/importcfg << 'EOF' # internal
2025-08-20T22:42:41.0990940Z [00:04:22.751]➜  # import config
2025-08-20T22:42:41.0993237Z [00:04:22.751]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.0993744Z [00:04:22.751]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.0994200Z [00:04:22.751]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.0994647Z [00:04:22.751]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.0995060Z [00:04:22.751]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.0996105Z [00:04:22.751]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.0996901Z [00:04:22.751]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.0997843Z [00:04:22.751]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:42:41.0998676Z [00:04:22.751]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.0999157Z [00:04:22.751]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.0999591Z [00:04:22.751]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.1000018Z [00:04:22.751]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.1000449Z [00:04:22.751]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.1000779Z [00:04:22.751]➜  EOF
2025-08-20T22:42:41.1003952Z [00:04:22.751]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1688/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termvectors=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termvectors;$WORK/b1688=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors -lang=go1.22 -complete -installsuffix shared -buildid 5O8qzl_JW8IeOAneP4F-/5O8qzl_JW8IeOAneP4F- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1688/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termvectors/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termvectors/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/termvectors/termvectors.go
2025-08-20T22:42:41.1712303Z [00:04:22.823]➜  go tool buildid -w $WORK/b1680/_pkg_.a # internal
2025-08-20T22:42:41.1721539Z [00:04:22.824]➜  go tool buildid -w $WORK/b1681/_pkg_.a # internal
2025-08-20T22:42:41.1748693Z [00:04:22.827]➜  cp $WORK/b1680/_pkg_.a /root/.cache/go-build/e0/e075dccefea9ff2bedef69cd9ff1a02f37fd2e0dac45548e170b6cdcabcf5119-d # internal
2025-08-20T22:42:41.1766087Z [00:04:22.828]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/update
2025-08-20T22:42:41.1766525Z [00:04:22.828]➜  mkdir -p $WORK/b1689/
2025-08-20T22:42:41.1774931Z [00:04:22.830]➜  cat >/tmp/go-build3998081543/b1689/importcfg << 'EOF' # internal
2025-08-20T22:42:41.1775628Z [00:04:22.830]➜  # import config
2025-08-20T22:42:41.1776149Z [00:04:22.830]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.1776686Z [00:04:22.830]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.1777243Z [00:04:22.830]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.1777771Z [00:04:22.830]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.1778285Z [00:04:22.830]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.1779026Z [00:04:22.830]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.1779895Z [00:04:22.830]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.1782956Z [00:04:22.830]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:41.1784078Z [00:04:22.830]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:41.1785331Z [00:04:22.830]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.1786000Z [00:04:22.830]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.1786448Z [00:04:22.830]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.1787280Z [00:04:22.830]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.1787716Z [00:04:22.830]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.1788027Z [00:04:22.830]➜  EOF
2025-08-20T22:42:41.1791195Z [00:04:22.831]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1689/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/update=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/update;$WORK/b1689=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/update -lang=go1.22 -complete -installsuffix shared -buildid DRvyUIXX9bHgsJsbQMfS/DRvyUIXX9bHgsJsbQMfS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1689/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/update/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/update/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/update/update.go
2025-08-20T22:42:41.1794218Z [00:04:22.831]➜  cp $WORK/b1681/_pkg_.a /root/.cache/go-build/80/80744c126a6223294f2d9c0fbd60f6c1ee7b323c67ff8de7d0b0364e569b615f-d # internal
2025-08-20T22:42:41.1811377Z [00:04:22.834]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery
2025-08-20T22:42:41.1812774Z [00:04:22.834]➜  mkdir -p $WORK/b1690/
2025-08-20T22:42:41.1815282Z [00:04:22.834]➜  go tool buildid -w $WORK/b1688/_pkg_.a # internal
2025-08-20T22:42:41.1816677Z [00:04:22.834]➜  cat >/tmp/go-build3998081543/b1690/importcfg << 'EOF' # internal
2025-08-20T22:42:41.1817251Z [00:04:22.834]➜  # import config
2025-08-20T22:42:41.1820202Z [00:04:22.834]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.1820654Z [00:04:22.834]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.1821111Z [00:04:22.834]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.1826291Z [00:04:22.834]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.1827129Z [00:04:22.834]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.1827838Z [00:04:22.834]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.1828632Z [00:04:22.834]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.1829474Z [00:04:22.834]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3998081543/b1652/_pkg_.a
2025-08-20T22:42:41.1830394Z [00:04:22.834]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:41.1831300Z [00:04:22.834]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:42:41.1832190Z [00:04:22.834]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:41.1832832Z [00:04:22.834]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.1833250Z [00:04:22.834]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.1833682Z [00:04:22.834]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.1834104Z [00:04:22.834]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.1834532Z [00:04:22.834]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.1834847Z [00:04:22.834]➜  EOF
2025-08-20T22:42:41.1838422Z [00:04:22.834]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1690/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/updatebyquery=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/updatebyquery;$WORK/b1690=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery -lang=go1.22 -complete -installsuffix shared -buildid umNuiXlPEr1RB4TS-J7X/umNuiXlPEr1RB4TS-J7X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1690/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/updatebyquery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/updatebyquery/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/updatebyquery/update_by_query.go
2025-08-20T22:42:41.1843096Z [00:04:22.837]➜  cp $WORK/b1688/_pkg_.a /root/.cache/go-build/0b/0b51229d18eb100021583b8a94bee4b8e6c430be287d6997667715c3f99fa6c6-d # internal
2025-08-20T22:42:41.1853348Z [00:04:22.838]➜  github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle
2025-08-20T22:42:41.1877485Z [00:04:22.838]➜  mkdir -p $WORK/b1691/
2025-08-20T22:42:41.1877908Z [00:04:22.838]➜  cat >/tmp/go-build3998081543/b1691/importcfg << 'EOF' # internal
2025-08-20T22:42:41.1878286Z [00:04:22.838]➜  # import config
2025-08-20T22:42:41.1878644Z [00:04:22.838]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.1879100Z [00:04:22.838]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.1879546Z [00:04:22.838]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.1879961Z [00:04:22.838]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.1880595Z [00:04:22.838]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.1881379Z [00:04:22.838]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.1881939Z [00:04:22.838]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.1882355Z [00:04:22.838]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.1882787Z [00:04:22.838]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.1883659Z [00:04:22.838]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.1884148Z [00:04:22.838]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.1884465Z [00:04:22.838]➜  EOF
2025-08-20T22:42:41.1887747Z [00:04:22.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1691/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/updatebyqueryrethrottle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/updatebyqueryrethrottle;$WORK/b1691=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle -lang=go1.22 -complete -installsuffix shared -buildid txgtLILrGV1-OyRDi6Ai/txgtLILrGV1-OyRDi6Ai -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1691/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/updatebyqueryrethrottle/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/core/updatebyqueryrethrottle/update_by_query_rethrottle.go
2025-08-20T22:42:41.2525945Z [00:04:22.905]➜  go tool buildid -w $WORK/b1686/_pkg_.a # internal
2025-08-20T22:42:41.2529053Z [00:04:22.905]➜  go tool buildid -w $WORK/b1691/_pkg_.a # internal
2025-08-20T22:42:41.2553744Z [00:04:22.908]➜  cp $WORK/b1691/_pkg_.a /root/.cache/go-build/60/604b82b07ac614da3304b5962d2b0e0abf9a70fb50bd0b18f32c8e721be24a65-d # internal
2025-08-20T22:42:41.2564952Z [00:04:22.909]➜  cp $WORK/b1686/_pkg_.a /root/.cache/go-build/46/4615a51422a005ccf7493fe8de6db40255e195ab8900522122e8043dadad0150-d # internal
2025-08-20T22:42:41.2591002Z [00:04:22.911]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex
2025-08-20T22:42:41.2592765Z [00:04:22.911]➜  mkdir -p $WORK/b1692/
2025-08-20T22:42:41.2595300Z [00:04:22.912]➜  cat >/tmp/go-build3998081543/b1692/importcfg << 'EOF' # internal
2025-08-20T22:42:41.2599712Z [00:04:22.912]➜  # import config
2025-08-20T22:42:41.2600485Z [00:04:22.912]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.2600962Z [00:04:22.912]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.2601410Z [00:04:22.912]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.2601830Z [00:04:22.912]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.2602463Z [00:04:22.912]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.2603415Z [00:04:22.912]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.2604048Z [00:04:22.912]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.2604472Z [00:04:22.912]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.2604930Z [00:04:22.912]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.2605593Z [00:04:22.912]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.2606100Z [00:04:22.912]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.2606420Z [00:04:22.912]➜  EOF
2025-08-20T22:42:41.2619247Z [00:04:22.912]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1692/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/deletedanglingindex=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/deletedanglingindex;$WORK/b1692=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex -lang=go1.22 -complete -installsuffix shared -buildid 2DEjpQmwILGz2mu6vqHC/2DEjpQmwILGz2mu6vqHC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1692/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/deletedanglingindex/delete_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/deletedanglingindex/response.go
2025-08-20T22:42:41.2631229Z [00:04:22.914]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex
2025-08-20T22:42:41.2631798Z [00:04:22.914]➜  mkdir -p $WORK/b1693/
2025-08-20T22:42:41.2632181Z [00:04:22.914]➜  cat >/tmp/go-build3998081543/b1693/importcfg << 'EOF' # internal
2025-08-20T22:42:41.2632531Z [00:04:22.914]➜  # import config
2025-08-20T22:42:41.2632877Z [00:04:22.914]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.2633339Z [00:04:22.914]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.2633783Z [00:04:22.914]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.2634195Z [00:04:22.914]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.2634824Z [00:04:22.914]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.2635793Z [00:04:22.914]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.2636370Z [00:04:22.914]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.2636788Z [00:04:22.914]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.2637219Z [00:04:22.914]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.2637656Z [00:04:22.914]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.2638094Z [00:04:22.914]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.2638411Z [00:04:22.914]➜  EOF
2025-08-20T22:42:41.2641694Z [00:04:22.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1693/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/importdanglingindex=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/importdanglingindex;$WORK/b1693=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex -lang=go1.22 -complete -installsuffix shared -buildid KjL6kvnS0d7UjbdBy31d/KjL6kvnS0d7UjbdBy31d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1693/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/importdanglingindex/import_dangling_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/importdanglingindex/response.go
2025-08-20T22:42:41.2644946Z [00:04:22.915]➜  go tool buildid -w $WORK/b1690/_pkg_.a # internal
2025-08-20T22:42:41.2649652Z [00:04:22.917]➜  cp $WORK/b1690/_pkg_.a /root/.cache/go-build/ef/ef4311459aa2d65a832cc6215ddead225464798dd503cf794dc896c40dfd755d-d # internal
2025-08-20T22:42:41.2672003Z [00:04:22.920]➜  github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices
2025-08-20T22:42:41.2674386Z [00:04:22.920]➜  mkdir -p $WORK/b1694/
2025-08-20T22:42:41.2682546Z [00:04:22.921]➜  cat >/tmp/go-build3998081543/b1694/importcfg << 'EOF' # internal
2025-08-20T22:42:41.2683676Z [00:04:22.921]➜  # import config
2025-08-20T22:42:41.2684074Z [00:04:22.921]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.2684548Z [00:04:22.921]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.2685000Z [00:04:22.921]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.2685617Z [00:04:22.921]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.2686324Z [00:04:22.921]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.2687117Z [00:04:22.921]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.2687683Z [00:04:22.921]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.2688105Z [00:04:22.921]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.2689066Z [00:04:22.921]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.2689560Z [00:04:22.921]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.2689993Z [00:04:22.921]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.2690311Z [00:04:22.921]➜  EOF
2025-08-20T22:42:41.2693586Z [00:04:22.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1694/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/listdanglingindices=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/listdanglingindices;$WORK/b1694=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices -lang=go1.22 -complete -installsuffix shared -buildid UQfa5suRXu3mGD9idVdu/UQfa5suRXu3mGD9idVdu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1694/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/listdanglingindices/list_dangling_indices.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/danglingindices/listdanglingindices/response.go
2025-08-20T22:42:41.2924471Z [00:04:22.945]➜  go tool buildid -w $WORK/b1689/_pkg_.a # internal
2025-08-20T22:42:41.2942567Z [00:04:22.947]➜  cp $WORK/b1689/_pkg_.a /root/.cache/go-build/1a/1af71e7138769f8f6f9cab405eb7e5f4ace9f4fd1dbcf6314568c64cc79c3879-d # internal
2025-08-20T22:42:41.2970700Z [00:04:22.949]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy
2025-08-20T22:42:41.2973557Z [00:04:22.949]➜  mkdir -p $WORK/b1695/
2025-08-20T22:42:41.2974324Z [00:04:22.950]➜  cat >/tmp/go-build3998081543/b1695/importcfg << 'EOF' # internal
2025-08-20T22:42:41.2974743Z [00:04:22.950]➜  # import config
2025-08-20T22:42:41.2975329Z [00:04:22.950]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.2976319Z [00:04:22.950]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.2977167Z [00:04:22.950]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.2977594Z [00:04:22.950]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.2978232Z [00:04:22.950]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.2979021Z [00:04:22.950]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.2979736Z [00:04:22.950]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.2980231Z [00:04:22.950]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.2980665Z [00:04:22.950]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.2981090Z [00:04:22.950]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.2981517Z [00:04:22.950]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.2981845Z [00:04:22.950]➜  EOF
2025-08-20T22:42:41.2984744Z [00:04:22.950]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1695/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/deletepolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/deletepolicy;$WORK/b1695=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy -lang=go1.22 -complete -installsuffix shared -buildid k5MICJe9oLAOd1OT1wig/k5MICJe9oLAOd1OT1wig -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1695/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/deletepolicy/delete_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/deletepolicy/response.go
2025-08-20T22:42:41.3182380Z [00:04:22.971]➜  go tool buildid -w $WORK/b1693/_pkg_.a # internal
2025-08-20T22:42:41.3193694Z [00:04:22.972]➜  cp $WORK/b1693/_pkg_.a /root/.cache/go-build/0b/0b831d20fcaa6b65916d66fdb97654609dd6b15b08bb72ee2d55e7b3b75471a6-d # internal
2025-08-20T22:42:41.3206080Z [00:04:22.973]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy
2025-08-20T22:42:41.3207091Z [00:04:22.973]➜  mkdir -p $WORK/b1696/
2025-08-20T22:42:41.3215427Z [00:04:22.974]➜  cat >/tmp/go-build3998081543/b1696/importcfg << 'EOF' # internal
2025-08-20T22:42:41.3216279Z [00:04:22.974]➜  # import config
2025-08-20T22:42:41.3216857Z [00:04:22.974]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.3217352Z [00:04:22.974]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.3217834Z [00:04:22.974]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.3218253Z [00:04:22.974]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.3218887Z [00:04:22.974]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.3219715Z [00:04:22.974]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.3220282Z [00:04:22.974]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.3220699Z [00:04:22.974]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.3221128Z [00:04:22.974]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.3221556Z [00:04:22.974]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.3221991Z [00:04:22.974]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.3222311Z [00:04:22.974]➜  EOF
2025-08-20T22:42:41.3225225Z [00:04:22.974]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1696/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/executepolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/executepolicy;$WORK/b1696=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy -lang=go1.22 -complete -installsuffix shared -buildid RD33qYzhnLPZJAdUdE4k/RD33qYzhnLPZJAdUdE4k -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1696/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/executepolicy/execute_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/executepolicy/response.go
2025-08-20T22:42:41.3276217Z [00:04:22.980]➜  go tool buildid -w $WORK/b1692/_pkg_.a # internal
2025-08-20T22:42:41.3289962Z [00:04:22.981]➜  cp $WORK/b1692/_pkg_.a /root/.cache/go-build/f3/f38c0dfb92fe56971dd7558984ec34e5461a9e358f9b37808e86c36711c21907-d # internal
2025-08-20T22:42:41.3329201Z [00:04:22.985]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy
2025-08-20T22:42:41.3329632Z [00:04:22.985]➜  mkdir -p $WORK/b1697/
2025-08-20T22:42:41.3332558Z [00:04:22.986]➜  cat >/tmp/go-build3998081543/b1697/importcfg << 'EOF' # internal
2025-08-20T22:42:41.3333098Z [00:04:22.986]➜  # import config
2025-08-20T22:42:41.3333488Z [00:04:22.986]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.3333951Z [00:04:22.986]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.3334398Z [00:04:22.986]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.3334814Z [00:04:22.986]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.3335579Z [00:04:22.986]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.3336434Z [00:04:22.986]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.3337001Z [00:04:22.986]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.3337424Z [00:04:22.986]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.3338240Z [00:04:22.986]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.3338783Z [00:04:22.986]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.3339278Z [00:04:22.986]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.3339594Z [00:04:22.986]➜  EOF
2025-08-20T22:42:41.3342376Z [00:04:22.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1697/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/getpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/getpolicy;$WORK/b1697=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy -lang=go1.22 -complete -installsuffix shared -buildid fjdCLrdPMZ0_-mIPVf4K/fjdCLrdPMZ0_-mIPVf4K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1697/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/getpolicy/get_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/getpolicy/response.go
2025-08-20T22:42:41.3405616Z [00:04:22.993]➜  go tool buildid -w $WORK/b1694/_pkg_.a # internal
2025-08-20T22:42:41.3417158Z [00:04:22.994]➜  cp $WORK/b1694/_pkg_.a /root/.cache/go-build/48/4822996735a991419c841d1a77f3d417895fd8028be7808303ee34a4fbbeee11-d # internal
2025-08-20T22:42:41.3443241Z [00:04:22.996]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy
2025-08-20T22:42:41.3443697Z [00:04:22.996]➜  mkdir -p $WORK/b1698/
2025-08-20T22:42:41.3444104Z [00:04:22.997]➜  cat >/tmp/go-build3998081543/b1698/importcfg << 'EOF' # internal
2025-08-20T22:42:41.3444452Z [00:04:22.997]➜  # import config
2025-08-20T22:42:41.3444796Z [00:04:22.997]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.3445221Z [00:04:22.997]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.3445837Z [00:04:22.997]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.3446846Z [00:04:22.997]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.3447274Z [00:04:22.997]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.3448359Z [00:04:22.997]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.3449161Z [00:04:22.997]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.3449727Z [00:04:22.997]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.3450339Z [00:04:22.997]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.3450836Z [00:04:22.997]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.3451271Z [00:04:22.997]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.3451700Z [00:04:22.997]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.3452021Z [00:04:22.997]➜  EOF
2025-08-20T22:42:41.3459840Z [00:04:22.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1698/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/putpolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/putpolicy;$WORK/b1698=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy -lang=go1.22 -complete -installsuffix shared -buildid 2B8rVOV8rGiNKutGmYhH/2B8rVOV8rGiNKutGmYhH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1698/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/putpolicy/put_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/putpolicy/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/putpolicy/response.go
2025-08-20T22:42:41.3797068Z [00:04:23.032]➜  go tool buildid -w $WORK/b1695/_pkg_.a # internal
2025-08-20T22:42:41.3808732Z [00:04:23.033]➜  cp $WORK/b1695/_pkg_.a /root/.cache/go-build/a7/a77db0ca6570582cac1e0d5b07f9e37bc967eef53245a8edf2418d96d9fc9fa9-d # internal
2025-08-20T22:42:41.3821481Z [00:04:23.034]➜  github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats
2025-08-20T22:42:41.3822246Z [00:04:23.034]➜  mkdir -p $WORK/b1699/
2025-08-20T22:42:41.3827415Z [00:04:23.035]➜  cat >/tmp/go-build3998081543/b1699/importcfg << 'EOF' # internal
2025-08-20T22:42:41.3828381Z [00:04:23.035]➜  # import config
2025-08-20T22:42:41.3829006Z [00:04:23.035]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.3829698Z [00:04:23.035]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.3831037Z [00:04:23.035]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.3831465Z [00:04:23.035]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.3832095Z [00:04:23.035]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.3832941Z [00:04:23.035]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.3833513Z [00:04:23.035]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.3833935Z [00:04:23.035]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.3834366Z [00:04:23.035]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.3834793Z [00:04:23.035]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.3835230Z [00:04:23.035]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.3836223Z [00:04:23.035]➜  EOF
2025-08-20T22:42:41.3838921Z [00:04:23.035]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1699/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/stats;$WORK/b1699=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats -lang=go1.22 -complete -installsuffix shared -buildid YXoLjeaU-pT1a3NUk-o5/YXoLjeaU-pT1a3NUk-o5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1699/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/enrich/stats/stats.go
2025-08-20T22:42:41.3944638Z [00:04:23.045]➜  go tool buildid -w $WORK/b1696/_pkg_.a # internal
2025-08-20T22:42:41.3954271Z [00:04:23.048]➜  cp $WORK/b1696/_pkg_.a /root/.cache/go-build/aa/aaa96df826f58da374433d65a31e2a28cfc87d0dd4041dc6dfdb346a028d20b5-d # internal
2025-08-20T22:42:41.3978034Z [00:04:23.050]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete
2025-08-20T22:42:41.3981271Z [00:04:23.050]➜  mkdir -p $WORK/b1700/
2025-08-20T22:42:41.3986452Z [00:04:23.051]➜  cat >/tmp/go-build3998081543/b1700/importcfg << 'EOF' # internal
2025-08-20T22:42:41.3989287Z [00:04:23.051]➜  # import config
2025-08-20T22:42:41.3991513Z [00:04:23.051]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.3991997Z [00:04:23.051]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.3992447Z [00:04:23.051]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.3992864Z [00:04:23.051]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.3993499Z [00:04:23.051]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.3994297Z [00:04:23.051]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.3994867Z [00:04:23.051]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.3995288Z [00:04:23.051]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.3995916Z [00:04:23.051]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.3996747Z [00:04:23.051]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.3997289Z [00:04:23.051]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.3997683Z [00:04:23.051]➜  EOF
2025-08-20T22:42:41.4000349Z [00:04:23.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1700/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/delete;$WORK/b1700=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete -lang=go1.22 -complete -installsuffix shared -buildid 3in5Lf2e3ZQRWl4FiOwq/3in5Lf2e3ZQRWl4FiOwq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1700/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/delete/response.go
2025-08-20T22:42:41.4085820Z [00:04:23.061]➜  go tool buildid -w $WORK/b1698/_pkg_.a # internal
2025-08-20T22:42:41.4098404Z [00:04:23.062]➜  go tool buildid -w $WORK/b1697/_pkg_.a # internal
2025-08-20T22:42:41.4108954Z [00:04:23.063]➜  cp $WORK/b1698/_pkg_.a /root/.cache/go-build/73/73c1c2c41c5d90373dcffb05dba750bcfa4ffa08b727728391fc54329da3f57d-d # internal
2025-08-20T22:42:41.4111203Z [00:04:23.063]➜  cp $WORK/b1697/_pkg_.a /root/.cache/go-build/4a/4a375bde4d2c46ac3ecf1cbe83c1c4fee1d7f82d921088088cec77b9bde2ef68-d # internal
2025-08-20T22:42:41.4116557Z [00:04:23.064]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus
2025-08-20T22:42:41.4118356Z [00:04:23.064]➜  mkdir -p $WORK/b1702/
2025-08-20T22:42:41.4126403Z [00:04:23.065]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/get
2025-08-20T22:42:41.4127015Z [00:04:23.065]➜  mkdir -p $WORK/b1701/
2025-08-20T22:42:41.4127410Z [00:04:23.065]➜  cat >/tmp/go-build3998081543/b1701/importcfg << 'EOF' # internal
2025-08-20T22:42:41.4127767Z [00:04:23.065]➜  # import config
2025-08-20T22:42:41.4128400Z [00:04:23.065]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.4128869Z [00:04:23.065]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.4129314Z [00:04:23.065]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.4129731Z [00:04:23.065]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.4130363Z [00:04:23.065]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.4132888Z [00:04:23.065]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.4133837Z [00:04:23.066]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.4134543Z [00:04:23.066]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.4135559Z [00:04:23.066]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.4136369Z [00:04:23.066]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.4136813Z [00:04:23.066]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.4137129Z [00:04:23.066]➜  EOF
2025-08-20T22:42:41.4139675Z [00:04:23.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1701/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/get;$WORK/b1701=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/get -lang=go1.22 -complete -installsuffix shared -buildid _o-ybu7XcsuyHdwiJRcH/_o-ybu7XcsuyHdwiJRcH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1701/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/get/response.go
2025-08-20T22:42:41.4142656Z [00:04:23.067]➜  cat >/tmp/go-build3998081543/b1702/importcfg << 'EOF' # internal
2025-08-20T22:42:41.4143030Z [00:04:23.067]➜  # import config
2025-08-20T22:42:41.4143594Z [00:04:23.067]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.4144113Z [00:04:23.067]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.4144563Z [00:04:23.067]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.4144978Z [00:04:23.067]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.4145803Z [00:04:23.067]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.4146655Z [00:04:23.067]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.4147219Z [00:04:23.067]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.4147634Z [00:04:23.067]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.4148078Z [00:04:23.067]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.4148505Z [00:04:23.067]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.4148933Z [00:04:23.067]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.4149249Z [00:04:23.067]➜  EOF
2025-08-20T22:42:41.4152169Z [00:04:23.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1702/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/getstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/getstatus;$WORK/b1702=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus -lang=go1.22 -complete -installsuffix shared -buildid o8oQ6MiYIOCqs-f3nO-x/o8oQ6MiYIOCqs-f3nO-x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1702/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/getstatus/get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/getstatus/response.go
2025-08-20T22:42:41.4661374Z [00:04:23.117]➜  go tool buildid -w $WORK/b1700/_pkg_.a # internal
2025-08-20T22:42:41.4679173Z [00:04:23.120]➜  go tool buildid -w $WORK/b1699/_pkg_.a # internal
2025-08-20T22:42:41.4679911Z [00:04:23.120]➜  cp $WORK/b1700/_pkg_.a /root/.cache/go-build/d7/d7b47395e7558bfa086bed1dbdfc851e2e365359a168c0ca41d18d757e45ec71-d # internal
2025-08-20T22:42:41.4691900Z [00:04:23.122]➜  cp $WORK/b1699/_pkg_.a /root/.cache/go-build/95/95e88c484a84a50d28dbff8485053814a887c308afb325517893a4355ada612e-d # internal
2025-08-20T22:42:41.4699269Z [00:04:23.122]➜  github.com/elastic/go-elasticsearch/v8/typedapi/eql/search
2025-08-20T22:42:41.4699683Z [00:04:23.122]➜  mkdir -p $WORK/b1703/
2025-08-20T22:42:41.4703951Z [00:04:23.123]➜  cat >/tmp/go-build3998081543/b1703/importcfg << 'EOF' # internal
2025-08-20T22:42:41.4704935Z [00:04:23.123]➜  # import config
2025-08-20T22:42:41.4706626Z [00:04:23.123]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.4707456Z [00:04:23.123]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.4707919Z [00:04:23.123]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.4708369Z [00:04:23.123]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.4708787Z [00:04:23.123]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.4709432Z [00:04:23.123]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.4710218Z [00:04:23.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.4711081Z [00:04:23.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:41.4712016Z [00:04:23.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build3998081543/b1704/_pkg_.a
2025-08-20T22:42:41.4712820Z [00:04:23.123]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.4713313Z [00:04:23.123]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.4713746Z [00:04:23.123]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.4714172Z [00:04:23.123]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.4714606Z [00:04:23.123]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.4714920Z [00:04:23.123]➜  EOF
2025-08-20T22:42:41.4718588Z [00:04:23.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1703/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/search=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/search;$WORK/b1703=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/eql/search -lang=go1.22 -complete -installsuffix shared -buildid GzR0pK8efL5p41yPjatY/GzR0pK8efL5p41yPjatY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1703/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/eql/search/search.go
2025-08-20T22:42:41.4724913Z [00:04:23.125]➜  github.com/elastic/go-elasticsearch/v8/typedapi/esql/query
2025-08-20T22:42:41.4728434Z [00:04:23.125]➜  mkdir -p $WORK/b1706/
2025-08-20T22:42:41.4731224Z [00:04:23.125]➜  cat >/tmp/go-build3998081543/b1706/importcfg << 'EOF' # internal
2025-08-20T22:42:41.4733342Z [00:04:23.125]➜  # import config
2025-08-20T22:42:41.4733719Z [00:04:23.125]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.4734144Z [00:04:23.125]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.4734845Z [00:04:23.125]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.4735303Z [00:04:23.125]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.4735982Z [00:04:23.125]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.4736616Z [00:04:23.125]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.4737406Z [00:04:23.125]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.4738245Z [00:04:23.125]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build3998081543/b1707/_pkg_.a
2025-08-20T22:42:41.4738874Z [00:04:23.125]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.4739290Z [00:04:23.125]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.4739723Z [00:04:23.125]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.4745616Z [00:04:23.125]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.4746720Z [00:04:23.125]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.4747065Z [00:04:23.125]➜  EOF
2025-08-20T22:42:41.4750391Z [00:04:23.125]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1706/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/esql/query=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/esql/query;$WORK/b1706=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/esql/query -lang=go1.22 -complete -installsuffix shared -buildid rCDW5Atqjt_YIGA6S0Le/rCDW5Atqjt_YIGA6S0Le -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1706/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/esql/query/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/esql/query/query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/esql/query/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/esql/query/response.go
2025-08-20T22:42:41.4780669Z [00:04:23.125]➜  go tool buildid -w $WORK/b1701/_pkg_.a # internal
2025-08-20T22:42:41.4782296Z [00:04:23.126]➜  cp $WORK/b1701/_pkg_.a /root/.cache/go-build/33/334e5c3e76c5a64a68103256ede71f807eab5896c934be20c38784fddc8715d4-d # internal
2025-08-20T22:42:41.4783281Z [00:04:23.127]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures
2025-08-20T22:42:41.4783946Z [00:04:23.128]➜  mkdir -p $WORK/b1708/
2025-08-20T22:42:41.4784508Z [00:04:23.128]➜  cat >/tmp/go-build3998081543/b1708/importcfg << 'EOF' # internal
2025-08-20T22:42:41.4784907Z [00:04:23.128]➜  # import config
2025-08-20T22:42:41.4785581Z [00:04:23.128]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.4786362Z [00:04:23.128]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.4787048Z [00:04:23.128]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.4787652Z [00:04:23.128]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.4788518Z [00:04:23.128]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.4789564Z [00:04:23.128]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.4790372Z [00:04:23.128]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.4791507Z [00:04:23.128]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.4792029Z [00:04:23.128]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.4792709Z [00:04:23.128]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.4793198Z [00:04:23.128]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.4793692Z [00:04:23.128]➜  EOF
2025-08-20T22:42:41.4797761Z [00:04:23.128]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1708/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/features/getfeatures=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/features/getfeatures;$WORK/b1708=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures -lang=go1.22 -complete -installsuffix shared -buildid 8yMtiefnJuEQEazE1fir/8yMtiefnJuEQEazE1fir -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1708/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/features/getfeatures/get_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/features/getfeatures/response.go
2025-08-20T22:42:41.4832502Z [00:04:23.136]➜  go tool buildid -w $WORK/b1702/_pkg_.a # internal
2025-08-20T22:42:41.4843656Z [00:04:23.137]➜  cp $WORK/b1702/_pkg_.a /root/.cache/go-build/a5/a5e83002be79b0b3be53ff65f4dbcea86ae6e29d36587a22f86a4ce1b3247a1a-d # internal
2025-08-20T22:42:41.4852218Z [00:04:23.138]➜  github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures
2025-08-20T22:42:41.4861449Z [00:04:23.138]➜  mkdir -p $WORK/b1709/
2025-08-20T22:42:41.4862649Z [00:04:23.138]➜  cat >/tmp/go-build3998081543/b1709/importcfg << 'EOF' # internal
2025-08-20T22:42:41.4863041Z [00:04:23.138]➜  # import config
2025-08-20T22:42:41.4863392Z [00:04:23.138]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.4863869Z [00:04:23.138]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.4864320Z [00:04:23.138]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.4864734Z [00:04:23.138]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.4865500Z [00:04:23.138]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.4866367Z [00:04:23.138]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.4866953Z [00:04:23.138]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.4867374Z [00:04:23.138]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.4867807Z [00:04:23.138]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.4868235Z [00:04:23.138]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.4868672Z [00:04:23.138]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.4868986Z [00:04:23.138]➜  EOF
2025-08-20T22:42:41.4871923Z [00:04:23.138]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1709/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/features/resetfeatures=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/features/resetfeatures;$WORK/b1709=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures -lang=go1.22 -complete -installsuffix shared -buildid syhefXScGuA-3sZpL52Z/syhefXScGuA-3sZpL52Z -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1709/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/features/resetfeatures/reset_features.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/features/resetfeatures/response.go
2025-08-20T22:42:41.5385906Z [00:04:23.191]➜  go tool buildid -w $WORK/b1708/_pkg_.a # internal
2025-08-20T22:42:41.5398574Z [00:04:23.192]➜  cp $WORK/b1708/_pkg_.a /root/.cache/go-build/37/37a45b54027508d9e3291503c3c9c677018a7dd7e9e039585ef9cc999338caba-d # internal
2025-08-20T22:42:41.5410491Z [00:04:23.193]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints
2025-08-20T22:42:41.5411602Z [00:04:23.194]➜  mkdir -p $WORK/b1710/
2025-08-20T22:42:41.5426838Z [00:04:23.195]➜  cat >/tmp/go-build3998081543/b1710/importcfg << 'EOF' # internal
2025-08-20T22:42:41.5427553Z [00:04:23.195]➜  # import config
2025-08-20T22:42:41.5427925Z [00:04:23.195]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.5428387Z [00:04:23.195]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.5428836Z [00:04:23.195]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.5429255Z [00:04:23.195]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.5429901Z [00:04:23.195]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.5430694Z [00:04:23.195]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.5431265Z [00:04:23.195]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.5431683Z [00:04:23.195]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.5432117Z [00:04:23.195]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.5432874Z [00:04:23.195]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.5433366Z [00:04:23.195]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.5433684Z [00:04:23.195]➜  EOF
2025-08-20T22:42:41.5442028Z [00:04:23.196]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1710/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/globalcheckpoints=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/globalcheckpoints;$WORK/b1710=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints -lang=go1.22 -complete -installsuffix shared -buildid 0WDk_zSBDi8AklxNTINn/0WDk_zSBDi8AklxNTINn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1710/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/globalcheckpoints/global_checkpoints.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/globalcheckpoints/response.go
2025-08-20T22:42:41.5497226Z [00:04:23.202]➜  go tool buildid -w $WORK/b1706/_pkg_.a # internal
2025-08-20T22:42:41.5516587Z [00:04:23.204]➜  cp $WORK/b1706/_pkg_.a /root/.cache/go-build/6b/6b8f730c71af4e6752fdb949c49dd4e0ae83c3b8a3747ef186bd4023a81f7443-d # internal
2025-08-20T22:42:41.5546683Z [00:04:23.207]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch
2025-08-20T22:42:41.5547772Z [00:04:23.207]➜  mkdir -p $WORK/b1711/
2025-08-20T22:42:41.5548226Z [00:04:23.207]➜  cat >/tmp/go-build3998081543/b1711/importcfg << 'EOF' # internal
2025-08-20T22:42:41.5548590Z [00:04:23.207]➜  # import config
2025-08-20T22:42:41.5548932Z [00:04:23.207]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.5549362Z [00:04:23.207]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.5549818Z [00:04:23.207]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.5550275Z [00:04:23.207]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.5550711Z [00:04:23.207]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.5551338Z [00:04:23.207]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.5552134Z [00:04:23.207]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.5553330Z [00:04:23.207]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:41.5554324Z [00:04:23.207]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:41.5555174Z [00:04:23.207]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.5555737Z [00:04:23.207]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.5556361Z [00:04:23.207]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.5556800Z [00:04:23.207]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.5557233Z [00:04:23.207]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.5557549Z [00:04:23.207]➜  EOF
2025-08-20T22:42:41.5560721Z [00:04:23.207]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1711/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/msearch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/msearch;$WORK/b1711=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch -lang=go1.22 -complete -installsuffix shared -buildid _PaKKodF0HHMfbfWB7ks/_PaKKodF0HHMfbfWB7ks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1711/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/msearch/msearch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/msearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/msearch/response.go
2025-08-20T22:42:41.5566042Z [00:04:23.209]➜  go tool buildid -w $WORK/b1709/_pkg_.a # internal
2025-08-20T22:42:41.5583547Z [00:04:23.211]➜  cp $WORK/b1709/_pkg_.a /root/.cache/go-build/2a/2a63b10ce5113eed8f072a5eda4d92b3412072a8b4b92cbcb3e09cabcf8a71f6-d # internal
2025-08-20T22:42:41.5597738Z [00:04:23.212]➜  github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search
2025-08-20T22:42:41.5598192Z [00:04:23.212]➜  mkdir -p $WORK/b1713/
2025-08-20T22:42:41.5603017Z [00:04:23.213]➜  cat >/tmp/go-build3998081543/b1713/importcfg << 'EOF' # internal
2025-08-20T22:42:41.5603431Z [00:04:23.213]➜  # import config
2025-08-20T22:42:41.5604027Z [00:04:23.213]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.5604458Z [00:04:23.213]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.5604927Z [00:04:23.213]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.5605580Z [00:04:23.213]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.5606051Z [00:04:23.213]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.5611306Z [00:04:23.213]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.5612115Z [00:04:23.213]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.5612990Z [00:04:23.213]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:41.5613898Z [00:04:23.213]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:42:41.5614788Z [00:04:23.213]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:42:41.5615936Z [00:04:23.213]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3998081543/b1525/_pkg_.a
2025-08-20T22:42:41.5616624Z [00:04:23.213]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.5617044Z [00:04:23.213]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.5617477Z [00:04:23.213]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.5618213Z [00:04:23.213]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.5618700Z [00:04:23.213]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.5619015Z [00:04:23.213]➜  EOF
2025-08-20T22:42:41.5623155Z [00:04:23.213]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1713/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/search=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/search;$WORK/b1713=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search -lang=go1.22 -complete -installsuffix shared -buildid T2ZWCKUWBQL3DdFscUmB/T2ZWCKUWBQL3DdFscUmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1713/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/fleet/search/search.go
2025-08-20T22:42:41.5643602Z [00:04:23.217]➜  go tool buildid -w $WORK/b1703/_pkg_.a # internal
2025-08-20T22:42:41.5680500Z [00:04:23.220]➜  cp $WORK/b1703/_pkg_.a /root/.cache/go-build/cf/cf5c9f4566c3d388128761f83c6108593f12b14b3afd3757df7e55634735b069-d # internal
2025-08-20T22:42:41.5700107Z [00:04:23.222]➜  github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore
2025-08-20T22:42:41.5702530Z [00:04:23.222]➜  mkdir -p $WORK/b1714/
2025-08-20T22:42:41.5707430Z [00:04:23.223]➜  cat >/tmp/go-build3998081543/b1714/importcfg << 'EOF' # internal
2025-08-20T22:42:41.5708210Z [00:04:23.223]➜  # import config
2025-08-20T22:42:41.5712274Z [00:04:23.223]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.5712798Z [00:04:23.223]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.5713266Z [00:04:23.223]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.5713730Z [00:04:23.223]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.5714146Z [00:04:23.223]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.5714780Z [00:04:23.223]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.5715701Z [00:04:23.223]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.5716344Z [00:04:23.223]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.5716773Z [00:04:23.223]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.5717209Z [00:04:23.223]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.5717638Z [00:04:23.223]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.5718061Z [00:04:23.223]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.5718379Z [00:04:23.223]➜  EOF
2025-08-20T22:42:41.5721476Z [00:04:23.223]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1714/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/graph/explore=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/graph/explore;$WORK/b1714=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore -lang=go1.22 -complete -installsuffix shared -buildid n4lahmN_nSiYkZ4TK1q9/n4lahmN_nSiYkZ4TK1q9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1714/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/graph/explore/explore.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/graph/explore/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/graph/explore/response.go
2025-08-20T22:42:41.6075964Z [00:04:23.258]➜  go tool buildid -w $WORK/b1710/_pkg_.a # internal
2025-08-20T22:42:41.6077074Z [00:04:23.260]➜  cp $WORK/b1710/_pkg_.a /root/.cache/go-build/3f/3f38a36126f2144a2a9648999cd0f932273ed76303d695125fe94d9525cf6482-d # internal
2025-08-20T22:42:41.6089032Z [00:04:23.261]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle
2025-08-20T22:42:41.6089657Z [00:04:23.261]➜  mkdir -p $WORK/b1715/
2025-08-20T22:42:41.6099060Z [00:04:23.262]➜  cat >/tmp/go-build3998081543/b1715/importcfg << 'EOF' # internal
2025-08-20T22:42:41.6099454Z [00:04:23.262]➜  # import config
2025-08-20T22:42:41.6099831Z [00:04:23.262]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.6100306Z [00:04:23.262]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.6100754Z [00:04:23.262]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.6101173Z [00:04:23.262]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.6101800Z [00:04:23.262]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.6102602Z [00:04:23.262]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.6103172Z [00:04:23.262]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.6103592Z [00:04:23.262]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.6104027Z [00:04:23.262]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.6104459Z [00:04:23.262]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.6105606Z [00:04:23.262]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.6106036Z [00:04:23.262]➜  EOF
2025-08-20T22:42:41.6109306Z [00:04:23.262]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1715/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/deletelifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/deletelifecycle;$WORK/b1715=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle -lang=go1.22 -complete -installsuffix shared -buildid 6nJk4QjtuzporyOjtIA7/6nJk4QjtuzporyOjtIA7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1715/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/deletelifecycle/delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/deletelifecycle/response.go
2025-08-20T22:42:41.6399257Z [00:04:23.292]➜  go tool buildid -w $WORK/b1711/_pkg_.a # internal
2025-08-20T22:42:41.6420789Z [00:04:23.294]➜  cp $WORK/b1711/_pkg_.a /root/.cache/go-build/1e/1e9ba19feb940c8022a34baa1f78fb571e6fe58453e51f117ac7ca161d67df1f-d # internal
2025-08-20T22:42:41.6436094Z [00:04:23.295]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle
2025-08-20T22:42:41.6436713Z [00:04:23.296]➜  mkdir -p $WORK/b1716/
2025-08-20T22:42:41.6437107Z [00:04:23.296]➜  cat >/tmp/go-build3998081543/b1716/importcfg << 'EOF' # internal
2025-08-20T22:42:41.6437465Z [00:04:23.296]➜  # import config
2025-08-20T22:42:41.6437832Z [00:04:23.296]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.6438264Z [00:04:23.296]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.6438716Z [00:04:23.296]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.6439166Z [00:04:23.296]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.6439957Z [00:04:23.296]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.6440599Z [00:04:23.296]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.6441395Z [00:04:23.296]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.6441962Z [00:04:23.296]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.6442380Z [00:04:23.296]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.6442955Z [00:04:23.296]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.6443443Z [00:04:23.296]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.6443871Z [00:04:23.296]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.6448669Z [00:04:23.296]➜  EOF
2025-08-20T22:42:41.6452182Z [00:04:23.296]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1716/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/explainlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/explainlifecycle;$WORK/b1716=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle -lang=go1.22 -complete -installsuffix shared -buildid cSIchsanlnt7havysnYh/cSIchsanlnt7havysnYh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1716/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/explainlifecycle/explain_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/explainlifecycle/response.go
2025-08-20T22:42:41.6461782Z [00:04:23.298]➜  go tool buildid -w $WORK/b1714/_pkg_.a # internal
2025-08-20T22:42:41.6478623Z [00:04:23.300]➜  cp $WORK/b1714/_pkg_.a /root/.cache/go-build/e6/e63e50be302d7bb56fcefe526fcf2278f78efbc65854df635040b23eac34ce72-d # internal
2025-08-20T22:42:41.6517621Z [00:04:23.304]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle
2025-08-20T22:42:41.6519311Z [00:04:23.304]➜  mkdir -p $WORK/b1717/
2025-08-20T22:42:41.6523277Z [00:04:23.305]➜  cat >/tmp/go-build3998081543/b1717/importcfg << 'EOF' # internal
2025-08-20T22:42:41.6525768Z [00:04:23.305]➜  # import config
2025-08-20T22:42:41.6527694Z [00:04:23.305]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.6528374Z [00:04:23.305]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.6529168Z [00:04:23.305]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.6529871Z [00:04:23.305]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.6530632Z [00:04:23.305]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.6531702Z [00:04:23.305]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.6532620Z [00:04:23.305]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.6533619Z [00:04:23.305]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.6534063Z [00:04:23.305]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.6534493Z [00:04:23.305]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.6534918Z [00:04:23.305]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.6535235Z [00:04:23.305]➜  EOF
2025-08-20T22:42:41.6538307Z [00:04:23.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1717/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/getlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/getlifecycle;$WORK/b1717=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle -lang=go1.22 -complete -installsuffix shared -buildid LuaWGR_dk5-tct2j4wi8/LuaWGR_dk5-tct2j4wi8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1717/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/getlifecycle/get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/getlifecycle/response.go
2025-08-20T22:42:41.6790841Z [00:04:23.331]➜  go tool buildid -w $WORK/b1715/_pkg_.a # internal
2025-08-20T22:42:41.6818646Z [00:04:23.334]➜  cp $WORK/b1715/_pkg_.a /root/.cache/go-build/7a/7a8f48e8b7ade953df0d3fd3fbdd3c990f22dfc893666793a0261d88da1a0f3a-d # internal
2025-08-20T22:42:41.6833611Z [00:04:23.336]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus
2025-08-20T22:42:41.6834661Z [00:04:23.336]➜  mkdir -p $WORK/b1718/
2025-08-20T22:42:41.6850802Z [00:04:23.337]➜  cat >/tmp/go-build3998081543/b1718/importcfg << 'EOF' # internal
2025-08-20T22:42:41.6860007Z [00:04:23.338]➜  # import config
2025-08-20T22:42:41.6860656Z [00:04:23.338]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.6861502Z [00:04:23.338]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.6862245Z [00:04:23.338]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.6862767Z [00:04:23.338]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.6863486Z [00:04:23.338]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.6864377Z [00:04:23.338]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.6865718Z [00:04:23.338]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3998081543/b1466/_pkg_.a
2025-08-20T22:42:41.6866621Z [00:04:23.338]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.6867552Z [00:04:23.338]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.6868006Z [00:04:23.338]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.6868881Z [00:04:23.338]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.6869372Z [00:04:23.338]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.6869691Z [00:04:23.338]➜  EOF
2025-08-20T22:42:41.6872384Z [00:04:23.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1718/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/getstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/getstatus;$WORK/b1718=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus -lang=go1.22 -complete -installsuffix shared -buildid GOlbTry_UIPc_PwmmmWV/GOlbTry_UIPc_PwmmmWV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1718/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/getstatus/get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/getstatus/response.go
2025-08-20T22:42:41.7186513Z [00:04:23.371]➜  go tool buildid -w $WORK/b1716/_pkg_.a # internal
2025-08-20T22:42:41.7197401Z [00:04:23.372]➜  cp $WORK/b1716/_pkg_.a /root/.cache/go-build/4b/4b54112c6957fe642ab09d1096f857daa84f22b337d495b040ab6b57926e2205-d # internal
2025-08-20T22:42:41.7213875Z [00:04:23.374]➜  go tool buildid -w $WORK/b1717/_pkg_.a # internal
2025-08-20T22:42:41.7224988Z [00:04:23.375]➜  cp $WORK/b1717/_pkg_.a /root/.cache/go-build/39/3983270a34f6f204a0f40f02d88667c3b1222cd65d22590f6b7328537d4938e7-d # internal
2025-08-20T22:42:41.7238817Z [00:04:23.375]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers
2025-08-20T22:42:41.7239394Z [00:04:23.375]➜  mkdir -p $WORK/b1719/
2025-08-20T22:42:41.7239787Z [00:04:23.376]➜  cat >/tmp/go-build3998081543/b1719/importcfg << 'EOF' # internal
2025-08-20T22:42:41.7242614Z [00:04:23.376]➜  # import config
2025-08-20T22:42:41.7243124Z [00:04:23.376]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.7243914Z [00:04:23.376]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.7244386Z [00:04:23.376]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.7244841Z [00:04:23.376]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.7245255Z [00:04:23.376]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.7246060Z [00:04:23.376]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.7246990Z [00:04:23.376]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.7247678Z [00:04:23.376]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.7248111Z [00:04:23.376]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.7248546Z [00:04:23.376]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.7248983Z [00:04:23.376]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.7249417Z [00:04:23.376]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.7249731Z [00:04:23.376]➜  EOF
2025-08-20T22:42:41.7257284Z [00:04:23.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1719/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/migratetodatatiers=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/migratetodatatiers;$WORK/b1719=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers -lang=go1.22 -complete -installsuffix shared -buildid B6Qe4VKG4dWpgklbyJc1/B6Qe4VKG4dWpgklbyJc1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1719/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/migratetodatatiers/migrate_to_data_tiers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/migratetodatatiers/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/migratetodatatiers/response.go
2025-08-20T22:42:41.7260938Z [00:04:23.376]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep
2025-08-20T22:42:41.7261327Z [00:04:23.376]➜  mkdir -p $WORK/b1720/
2025-08-20T22:42:41.7261732Z [00:04:23.377]➜  cat >/tmp/go-build3998081543/b1720/importcfg << 'EOF' # internal
2025-08-20T22:42:41.7262075Z [00:04:23.377]➜  # import config
2025-08-20T22:42:41.7262411Z [00:04:23.377]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.7262843Z [00:04:23.377]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.7263295Z [00:04:23.377]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.7263741Z [00:04:23.377]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.7264193Z [00:04:23.377]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.7264847Z [00:04:23.377]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.7265804Z [00:04:23.377]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.7266412Z [00:04:23.377]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.7266834Z [00:04:23.377]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.7267263Z [00:04:23.377]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.7267700Z [00:04:23.377]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.7268131Z [00:04:23.377]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.7268445Z [00:04:23.377]➜  EOF
2025-08-20T22:42:41.7271787Z [00:04:23.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1720/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/movetostep=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/movetostep;$WORK/b1720=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep -lang=go1.22 -complete -installsuffix shared -buildid tXjZKv5JCishlqKn4xvx/tXjZKv5JCishlqKn4xvx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1720/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/movetostep/move_to_step.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/movetostep/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/movetostep/response.go
2025-08-20T22:42:41.7626758Z [00:04:23.415]➜  go tool buildid -w $WORK/b1718/_pkg_.a # internal
2025-08-20T22:42:41.7636707Z [00:04:23.416]➜  cp $WORK/b1718/_pkg_.a /root/.cache/go-build/52/52fe801bc23b8e0c273356919c5a14700ce05b71361e59e8aa60e6a959dee12e-d # internal
2025-08-20T22:42:41.7681954Z [00:04:23.420]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle
2025-08-20T22:42:41.7715557Z [00:04:23.420]➜  mkdir -p $WORK/b1721/
2025-08-20T22:42:41.7716213Z [00:04:23.421]➜  cat >/tmp/go-build3998081543/b1721/importcfg << 'EOF' # internal
2025-08-20T22:42:41.7716584Z [00:04:23.421]➜  # import config
2025-08-20T22:42:41.7716929Z [00:04:23.421]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.7717360Z [00:04:23.421]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.7717812Z [00:04:23.421]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.7718274Z [00:04:23.421]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.7718695Z [00:04:23.421]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.7719339Z [00:04:23.421]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.7720130Z [00:04:23.421]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.7721165Z [00:04:23.421]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.7721624Z [00:04:23.421]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.7722057Z [00:04:23.421]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.7722485Z [00:04:23.421]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.7722910Z [00:04:23.421]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.7723234Z [00:04:23.421]➜  EOF
2025-08-20T22:42:41.7726682Z [00:04:23.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1721/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/putlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/putlifecycle;$WORK/b1721=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle -lang=go1.22 -complete -installsuffix shared -buildid KZNEtSP67BnHjO__l19t/KZNEtSP67BnHjO__l19t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1721/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/putlifecycle/put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/putlifecycle/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/putlifecycle/response.go
2025-08-20T22:42:41.7932753Z [00:04:23.445]➜  go tool buildid -w $WORK/b1719/_pkg_.a # internal
2025-08-20T22:42:41.7933555Z [00:04:23.445]➜  cp $WORK/b1719/_pkg_.a /root/.cache/go-build/33/3368e08f68a9995639daaa761f6fe3031daa36701f6d2522db92d86666e60a17-d # internal
2025-08-20T22:42:41.7957434Z [00:04:23.448]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy
2025-08-20T22:42:41.7962829Z [00:04:23.448]➜  mkdir -p $WORK/b1722/
2025-08-20T22:42:41.7976148Z [00:04:23.450]➜  cat >/tmp/go-build3998081543/b1722/importcfg << 'EOF' # internal
2025-08-20T22:42:41.7979495Z [00:04:23.450]➜  # import config
2025-08-20T22:42:41.7981730Z [00:04:23.450]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.7982210Z [00:04:23.450]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.7982659Z [00:04:23.450]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.7983077Z [00:04:23.450]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.7983909Z [00:04:23.450]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.7984764Z [00:04:23.450]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.7985537Z [00:04:23.450]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.7986068Z [00:04:23.450]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.7986534Z [00:04:23.450]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.7997595Z [00:04:23.450]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.7998326Z [00:04:23.450]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.7998652Z [00:04:23.450]➜  EOF
2025-08-20T22:42:41.8001481Z [00:04:23.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1722/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/removepolicy=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/removepolicy;$WORK/b1722=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy -lang=go1.22 -complete -installsuffix shared -buildid xp6uTM1O8WdFhyzaF4mw/xp6uTM1O8WdFhyzaF4mw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1722/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/removepolicy/remove_policy.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/removepolicy/response.go
2025-08-20T22:42:41.8153064Z [00:04:23.467]➜  go tool buildid -w $WORK/b1720/_pkg_.a # internal
2025-08-20T22:42:41.8170590Z [00:04:23.469]➜  cp $WORK/b1720/_pkg_.a /root/.cache/go-build/e0/e0108c30e6848e6ff6aaf1d5a1a419e1c4902f71522b134a03d8452fe30c38b7-d # internal
2025-08-20T22:42:41.8210492Z [00:04:23.473]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry
2025-08-20T22:42:41.8211401Z [00:04:23.473]➜  mkdir -p $WORK/b1723/
2025-08-20T22:42:41.8214466Z [00:04:23.474]➜  cat >/tmp/go-build3998081543/b1723/importcfg << 'EOF' # internal
2025-08-20T22:42:41.8215526Z [00:04:23.474]➜  # import config
2025-08-20T22:42:41.8226846Z [00:04:23.474]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.8228105Z [00:04:23.474]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.8228608Z [00:04:23.474]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.8229034Z [00:04:23.474]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.8229704Z [00:04:23.474]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.8230499Z [00:04:23.474]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.8231065Z [00:04:23.474]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.8231486Z [00:04:23.474]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.8231927Z [00:04:23.474]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.8232353Z [00:04:23.474]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.8232779Z [00:04:23.474]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.8233095Z [00:04:23.474]➜  EOF
2025-08-20T22:42:41.8402006Z [00:04:23.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1723/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/retry=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/retry;$WORK/b1723=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry -lang=go1.22 -complete -installsuffix shared -buildid jlHlSXmrv1JSmrdgpfHB/jlHlSXmrv1JSmrdgpfHB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1723/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/retry/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/retry/retry.go
2025-08-20T22:42:41.8404614Z [00:04:23.492]➜  go tool buildid -w $WORK/b1721/_pkg_.a # internal
2025-08-20T22:42:41.8413862Z [00:04:23.494]➜  cp $WORK/b1721/_pkg_.a /root/.cache/go-build/4a/4a7d0a8f3a47b12efa2ef2c940b82f917b5294f7f441422c086da4246930c610-d # internal
2025-08-20T22:42:41.8476005Z [00:04:23.500]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start
2025-08-20T22:42:41.8476447Z [00:04:23.500]➜  mkdir -p $WORK/b1724/
2025-08-20T22:42:41.8487981Z [00:04:23.501]➜  cat >/tmp/go-build3998081543/b1724/importcfg << 'EOF' # internal
2025-08-20T22:42:41.8488458Z [00:04:23.501]➜  # import config
2025-08-20T22:42:41.8489815Z [00:04:23.501]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.8491222Z [00:04:23.501]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.8492104Z [00:04:23.501]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.8492717Z [00:04:23.501]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.8493543Z [00:04:23.501]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.8494560Z [00:04:23.501]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.8495559Z [00:04:23.501]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.8496587Z [00:04:23.501]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.8497288Z [00:04:23.501]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.8497998Z [00:04:23.501]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.8498684Z [00:04:23.501]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.8499077Z [00:04:23.501]➜  EOF
2025-08-20T22:42:41.8509171Z [00:04:23.503]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1724/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/start=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/start;$WORK/b1724=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start -lang=go1.22 -complete -installsuffix shared -buildid 8nBSY9DFIVdJj3MvvKtd/8nBSY9DFIVdJj3MvvKtd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1724/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/start/start.go
2025-08-20T22:42:41.8543783Z [00:04:23.507]➜  go tool buildid -w $WORK/b1722/_pkg_.a # internal
2025-08-20T22:42:41.8553143Z [00:04:23.508]➜  cp $WORK/b1722/_pkg_.a /root/.cache/go-build/bc/bc0eea89ee07dbc6757e1aa7ef7e92086635e19f11e21ef5249a0ecfaca4a5ed-d # internal
2025-08-20T22:42:41.8563001Z [00:04:23.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop
2025-08-20T22:42:41.8569469Z [00:04:23.509]➜  mkdir -p $WORK/b1725/
2025-08-20T22:42:41.8570275Z [00:04:23.509]➜  cat >/tmp/go-build3998081543/b1725/importcfg << 'EOF' # internal
2025-08-20T22:42:41.8571058Z [00:04:23.509]➜  # import config
2025-08-20T22:42:41.8571497Z [00:04:23.509]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.8571973Z [00:04:23.509]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.8572425Z [00:04:23.509]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.8573305Z [00:04:23.509]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.8573938Z [00:04:23.509]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.8574734Z [00:04:23.509]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.8575303Z [00:04:23.509]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.8576186Z [00:04:23.509]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.8576716Z [00:04:23.509]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.8577142Z [00:04:23.509]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.8577568Z [00:04:23.509]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.8577882Z [00:04:23.509]➜  EOF
2025-08-20T22:42:41.8580522Z [00:04:23.509]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1725/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/stop=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/stop;$WORK/b1725=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop -lang=go1.22 -complete -installsuffix shared -buildid hjJVgLEjtt9XHIcIAWJl/hjJVgLEjtt9XHIcIAWJl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1725/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ilm/stop/stop.go
2025-08-20T22:42:41.8998267Z [00:04:23.552]➜  go tool buildid -w $WORK/b1723/_pkg_.a # internal
2025-08-20T22:42:41.9007746Z [00:04:23.553]➜  cp $WORK/b1723/_pkg_.a /root/.cache/go-build/f8/f8aa90e9d782356b92b770cdf30a0683e1c03c9d63eea4f0cd735fb1c2c511b1-d # internal
2025-08-20T22:42:41.9075760Z [00:04:23.560]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock
2025-08-20T22:42:41.9078025Z [00:04:23.560]➜  mkdir -p $WORK/b1726/
2025-08-20T22:42:41.9078563Z [00:04:23.560]➜  cat >/tmp/go-build3998081543/b1726/importcfg << 'EOF' # internal
2025-08-20T22:42:41.9079018Z [00:04:23.560]➜  # import config
2025-08-20T22:42:41.9079368Z [00:04:23.560]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.9079822Z [00:04:23.560]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.9080274Z [00:04:23.560]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.9080688Z [00:04:23.560]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.9081322Z [00:04:23.560]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.9082112Z [00:04:23.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.9082986Z [00:04:23.560]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:41.9083632Z [00:04:23.560]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.9084051Z [00:04:23.560]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.9084484Z [00:04:23.560]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.9084915Z [00:04:23.560]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.9085505Z [00:04:23.560]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.9085879Z [00:04:23.560]➜  EOF
2025-08-20T22:42:41.9088667Z [00:04:23.560]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1726/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/addblock=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/addblock;$WORK/b1726=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock -lang=go1.22 -complete -installsuffix shared -buildid pt_TFnqVToDpyGjeUB86/pt_TFnqVToDpyGjeUB86 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1726/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/addblock/add_block.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/addblock/response.go
2025-08-20T22:42:41.9179178Z [00:04:23.570]➜  go tool buildid -w $WORK/b1725/_pkg_.a # internal
2025-08-20T22:42:41.9196987Z [00:04:23.572]➜  cp $WORK/b1725/_pkg_.a /root/.cache/go-build/88/888d2defa3efeded69b72440a9797e2f9e68cd619ef59fd13f61e19d568490fa-d # internal
2025-08-20T22:42:41.9215231Z [00:04:23.574]➜  go tool buildid -w $WORK/b1724/_pkg_.a # internal
2025-08-20T22:42:41.9221896Z [00:04:23.574]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze
2025-08-20T22:42:41.9224084Z [00:04:23.574]➜  mkdir -p $WORK/b1727/
2025-08-20T22:42:41.9229258Z [00:04:23.575]➜  cat >/tmp/go-build3998081543/b1727/importcfg << 'EOF' # internal
2025-08-20T22:42:41.9231177Z [00:04:23.575]➜  # import config
2025-08-20T22:42:41.9233698Z [00:04:23.575]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.9238013Z [00:04:23.575]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.9241134Z [00:04:23.575]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.9241604Z [00:04:23.575]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.9242038Z [00:04:23.575]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.9242678Z [00:04:23.575]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.9243471Z [00:04:23.575]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.9244038Z [00:04:23.575]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.9244844Z [00:04:23.575]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.9251064Z [00:04:23.575]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.9251655Z [00:04:23.575]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.9252097Z [00:04:23.575]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.9252417Z [00:04:23.575]➜  EOF
2025-08-20T22:42:41.9255748Z [00:04:23.575]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1727/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/analyze=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/analyze;$WORK/b1727=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze -lang=go1.22 -complete -installsuffix shared -buildid kmyEYgcUy4LOErQdbrPM/kmyEYgcUy4LOErQdbrPM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1727/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/analyze/analyze.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/analyze/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/analyze/response.go
2025-08-20T22:42:41.9258887Z [00:04:23.575]➜  cp $WORK/b1724/_pkg_.a /root/.cache/go-build/49/49db12e970e1c9990906997b0d5ef99d8e1752b74604a951a8c5baed78eb0301-d # internal
2025-08-20T22:42:41.9259569Z [00:04:23.575]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache
2025-08-20T22:42:41.9259958Z [00:04:23.575]➜  mkdir -p $WORK/b1728/
2025-08-20T22:42:41.9260332Z [00:04:23.576]➜  cat >/tmp/go-build3998081543/b1728/importcfg << 'EOF' # internal
2025-08-20T22:42:41.9260676Z [00:04:23.576]➜  # import config
2025-08-20T22:42:41.9261016Z [00:04:23.576]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.9261467Z [00:04:23.576]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.9262259Z [00:04:23.576]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.9262674Z [00:04:23.576]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.9263299Z [00:04:23.576]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.9264083Z [00:04:23.576]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.9265058Z [00:04:23.576]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:41.9265886Z [00:04:23.576]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.9266306Z [00:04:23.576]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.9266737Z [00:04:23.576]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.9267170Z [00:04:23.576]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.9267599Z [00:04:23.576]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.9267915Z [00:04:23.576]➜  EOF
2025-08-20T22:42:41.9270707Z [00:04:23.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1728/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/clearcache=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/clearcache;$WORK/b1728=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache -lang=go1.22 -complete -installsuffix shared -buildid AaD3Pt23C--IsbD_yEoV/AaD3Pt23C--IsbD_yEoV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1728/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/clearcache/clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/clearcache/response.go
2025-08-20T22:42:41.9277492Z [00:04:23.576]➜  go tool buildid -w $WORK/b1713/_pkg_.a # internal
2025-08-20T22:42:41.9278446Z [00:04:23.580]➜  cp $WORK/b1713/_pkg_.a /root/.cache/go-build/69/695af2540a91d548dd48c6a529ea60ca39b4fad8c6c206c026b381debd6e8d78-d # internal
2025-08-20T22:42:41.9286471Z [00:04:23.581]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone
2025-08-20T22:42:41.9286938Z [00:04:23.581]➜  mkdir -p $WORK/b1729/
2025-08-20T22:42:41.9287316Z [00:04:23.581]➜  cat >/tmp/go-build3998081543/b1729/importcfg << 'EOF' # internal
2025-08-20T22:42:41.9287676Z [00:04:23.581]➜  # import config
2025-08-20T22:42:41.9288011Z [00:04:23.581]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:41.9288433Z [00:04:23.581]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.9288883Z [00:04:23.581]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.9289326Z [00:04:23.581]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.9289745Z [00:04:23.581]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.9290375Z [00:04:23.581]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.9291161Z [00:04:23.581]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.9291726Z [00:04:23.581]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.9292146Z [00:04:23.581]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.9292574Z [00:04:23.581]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.9293002Z [00:04:23.581]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.9293429Z [00:04:23.581]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.9293746Z [00:04:23.581]➜  EOF
2025-08-20T22:42:41.9297369Z [00:04:23.581]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1729/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/clone=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/clone;$WORK/b1729=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone -lang=go1.22 -complete -installsuffix shared -buildid VYD2SRNkGzyTK2zkXcJi/VYD2SRNkGzyTK2zkXcJi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1729/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/clone/clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/clone/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/clone/response.go
2025-08-20T22:42:41.9919951Z [00:04:23.644]➜  go tool buildid -w $WORK/b1729/_pkg_.a # internal
2025-08-20T22:42:41.9922676Z [00:04:23.644]➜  cp $WORK/b1729/_pkg_.a /root/.cache/go-build/14/14ae7ba74b4261b5ad1715aa39ba628b1d28ebdf116ffa3ba9e4e1feacce213c-d # internal
2025-08-20T22:42:41.9945511Z [00:04:23.647]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/close
2025-08-20T22:42:41.9946044Z [00:04:23.647]➜  mkdir -p $WORK/b1730/
2025-08-20T22:42:41.9946832Z [00:04:23.647]➜  go tool buildid -w $WORK/b1726/_pkg_.a # internal
2025-08-20T22:42:41.9963032Z [00:04:23.649]➜  cat >/tmp/go-build3998081543/b1730/importcfg << 'EOF' # internal
2025-08-20T22:42:41.9966388Z [00:04:23.649]➜  # import config
2025-08-20T22:42:41.9966778Z [00:04:23.649]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:41.9967254Z [00:04:23.649]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:41.9967702Z [00:04:23.649]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:41.9968116Z [00:04:23.649]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:41.9968747Z [00:04:23.649]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:41.9969985Z [00:04:23.649]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:41.9970904Z [00:04:23.649]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:41.9971552Z [00:04:23.649]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:41.9971971Z [00:04:23.649]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:41.9972417Z [00:04:23.649]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:41.9972843Z [00:04:23.649]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:41.9973270Z [00:04:23.649]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:41.9973585Z [00:04:23.649]➜  EOF
2025-08-20T22:42:41.9976616Z [00:04:23.649]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1730/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/close=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/close;$WORK/b1730=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/close -lang=go1.22 -complete -installsuffix shared -buildid wzFCvXnFqQWzR-mZAENc/wzFCvXnFqQWzR-mZAENc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1730/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/close/close.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/close/response.go
2025-08-20T22:42:41.9979385Z [00:04:23.649]➜  cp $WORK/b1726/_pkg_.a /root/.cache/go-build/68/681e1b53abc26dbed22f96688e46842da1c099bf48bd8f034f7614707e9799fc-d # internal
2025-08-20T22:42:42.0002275Z [00:04:23.653]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/create
2025-08-20T22:42:42.0003574Z [00:04:23.653]➜  mkdir -p $WORK/b1731/
2025-08-20T22:42:42.0010621Z [00:04:23.653]➜  cat >/tmp/go-build3998081543/b1731/importcfg << 'EOF' # internal
2025-08-20T22:42:42.0013168Z [00:04:23.654]➜  # import config
2025-08-20T22:42:42.0013597Z [00:04:23.654]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.0014037Z [00:04:23.654]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.0014497Z [00:04:23.654]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.0014940Z [00:04:23.654]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.0015563Z [00:04:23.654]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.0016268Z [00:04:23.654]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.0017056Z [00:04:23.654]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.0017622Z [00:04:23.654]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.0018365Z [00:04:23.654]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.0018803Z [00:04:23.654]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.0019230Z [00:04:23.654]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.0019659Z [00:04:23.654]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.0019974Z [00:04:23.654]➜  EOF
2025-08-20T22:42:42.0023188Z [00:04:23.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1731/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/create=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/create;$WORK/b1731=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/create -lang=go1.22 -complete -installsuffix shared -buildid Pu9LYwxSDy_7GUopZbJr/Pu9LYwxSDy_7GUopZbJr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1731/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/create/create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/create/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/create/response.go
2025-08-20T22:42:42.0108600Z [00:04:23.663]➜  go tool buildid -w $WORK/b1728/_pkg_.a # internal
2025-08-20T22:42:42.0120755Z [00:04:23.664]➜  cp $WORK/b1728/_pkg_.a /root/.cache/go-build/78/786b254ecc9d0aad57925cbbd5bc8e96c58634890949ecd6c77b8eb00dca3526-d # internal
2025-08-20T22:42:42.0130225Z [00:04:23.665]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream
2025-08-20T22:42:42.0131516Z [00:04:23.666]➜  mkdir -p $WORK/b1732/
2025-08-20T22:42:42.0140826Z [00:04:23.666]➜  cat >/tmp/go-build3998081543/b1732/importcfg << 'EOF' # internal
2025-08-20T22:42:42.0141242Z [00:04:23.666]➜  # import config
2025-08-20T22:42:42.0141599Z [00:04:23.667]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.0142087Z [00:04:23.667]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.0142756Z [00:04:23.667]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.0143294Z [00:04:23.667]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.0144036Z [00:04:23.667]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.0145249Z [00:04:23.667]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.0146107Z [00:04:23.667]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.0146657Z [00:04:23.667]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.0147193Z [00:04:23.667]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.0147741Z [00:04:23.667]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.0148491Z [00:04:23.667]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.0148952Z [00:04:23.667]➜  EOF
2025-08-20T22:42:42.0175990Z [00:04:23.668]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1732/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/createdatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/createdatastream;$WORK/b1732=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream -lang=go1.22 -complete -installsuffix shared -buildid soOWbQTyNjL7kZ2pexb3/soOWbQTyNjL7kZ2pexb3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1732/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/createdatastream/create_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/createdatastream/response.go
2025-08-20T22:42:42.0753218Z [00:04:23.726]➜  go tool buildid -w $WORK/b1730/_pkg_.a # internal
2025-08-20T22:42:42.0754431Z [00:04:23.727]➜  cp $WORK/b1730/_pkg_.a /root/.cache/go-build/e2/e2f00396705763421a3283b5eda05922c75918fbdebb789010957fc872b43f35-d # internal
2025-08-20T22:42:42.0755047Z [00:04:23.728]➜  go tool buildid -w $WORK/b1732/_pkg_.a # internal
2025-08-20T22:42:42.0761856Z [00:04:23.728]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats
2025-08-20T22:42:42.0762731Z [00:04:23.728]➜  mkdir -p $WORK/b1733/
2025-08-20T22:42:42.0763481Z [00:04:23.729]➜  cat >/tmp/go-build3998081543/b1733/importcfg << 'EOF' # internal
2025-08-20T22:42:42.0764032Z [00:04:23.729]➜  # import config
2025-08-20T22:42:42.0765141Z [00:04:23.729]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.0767319Z [00:04:23.729]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.0767791Z [00:04:23.729]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.0768217Z [00:04:23.729]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.0769254Z [00:04:23.729]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.0770105Z [00:04:23.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.0774626Z [00:04:23.729]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.0775292Z [00:04:23.729]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.0776699Z [00:04:23.729]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.0777140Z [00:04:23.729]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.0777568Z [00:04:23.729]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.0777998Z [00:04:23.729]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.0778336Z [00:04:23.729]➜  EOF
2025-08-20T22:42:42.0781665Z [00:04:23.729]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1733/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/datastreamsstats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/datastreamsstats;$WORK/b1733=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats -lang=go1.22 -complete -installsuffix shared -buildid n4YJ7hDT_eSVCttTC_p0/n4YJ7hDT_eSVCttTC_p0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1733/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/datastreamsstats/data_streams_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/datastreamsstats/response.go
2025-08-20T22:42:42.0784670Z [00:04:23.730]➜  cp $WORK/b1732/_pkg_.a /root/.cache/go-build/0d/0d62b448709397ede4cbd8f6e338bd664aa325025c128451059ae94ac59bf333-d # internal
2025-08-20T22:42:42.0790212Z [00:04:23.730]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete
2025-08-20T22:42:42.0790628Z [00:04:23.730]➜  mkdir -p $WORK/b1734/
2025-08-20T22:42:42.0791007Z [00:04:23.730]➜  cat >/tmp/go-build3998081543/b1734/importcfg << 'EOF' # internal
2025-08-20T22:42:42.0791356Z [00:04:23.730]➜  # import config
2025-08-20T22:42:42.0791697Z [00:04:23.730]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.0792151Z [00:04:23.730]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.0792603Z [00:04:23.730]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.0793014Z [00:04:23.731]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.0793639Z [00:04:23.731]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.0794427Z [00:04:23.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.0796030Z [00:04:23.731]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.0796758Z [00:04:23.731]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.0797182Z [00:04:23.731]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.0797617Z [00:04:23.731]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.0798046Z [00:04:23.731]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.0798482Z [00:04:23.731]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.0798801Z [00:04:23.731]➜  EOF
2025-08-20T22:42:42.0801510Z [00:04:23.731]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1734/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/delete;$WORK/b1734=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete -lang=go1.22 -complete -installsuffix shared -buildid ea7rTvW0QkLs0xtitndv/ea7rTvW0QkLs0xtitndv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1734/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/delete/response.go
2025-08-20T22:42:42.0820883Z [00:04:23.734]➜  go tool buildid -w $WORK/b1731/_pkg_.a # internal
2025-08-20T22:42:42.0834856Z [00:04:23.736]➜  cp $WORK/b1731/_pkg_.a /root/.cache/go-build/e6/e613076968baaf891f2c472b2bd68063407e442d172499769b12a892f9335d27-d # internal
2025-08-20T22:42:42.0843471Z [00:04:23.737]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias
2025-08-20T22:42:42.0845678Z [00:04:23.737]➜  mkdir -p $WORK/b1735/
2025-08-20T22:42:42.0847924Z [00:04:23.737]➜  cat >/tmp/go-build3998081543/b1735/importcfg << 'EOF' # internal
2025-08-20T22:42:42.0848359Z [00:04:23.737]➜  # import config
2025-08-20T22:42:42.0848939Z [00:04:23.737]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.0849522Z [00:04:23.737]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.0849987Z [00:04:23.737]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.0850419Z [00:04:23.737]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.0851345Z [00:04:23.737]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.0852230Z [00:04:23.737]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.0863093Z [00:04:23.737]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.0863622Z [00:04:23.737]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.0864440Z [00:04:23.737]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.0864883Z [00:04:23.737]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.0865312Z [00:04:23.737]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.0865864Z [00:04:23.737]➜  EOF
2025-08-20T22:42:42.0876505Z [00:04:23.737]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1735/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletealias=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletealias;$WORK/b1735=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias -lang=go1.22 -complete -installsuffix shared -buildid p43z3ByynvqdEvC3gQYb/p43z3ByynvqdEvC3gQYb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1735/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletealias/delete_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletealias/response.go
2025-08-20T22:42:42.1027795Z [00:04:23.755]➜  go tool buildid -w $WORK/b1727/_pkg_.a # internal
2025-08-20T22:42:42.1050128Z [00:04:23.757]➜  cp $WORK/b1727/_pkg_.a /root/.cache/go-build/aa/aab7cb9d9dad9b4ff70373531a65ee7ced1e21ca515d72ca45c46756bebe91b5-d # internal
2025-08-20T22:42:42.1058537Z [00:04:23.758]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle
2025-08-20T22:42:42.1060961Z [00:04:23.758]➜  mkdir -p $WORK/b1736/
2025-08-20T22:42:42.1068840Z [00:04:23.759]➜  cat >/tmp/go-build3998081543/b1736/importcfg << 'EOF' # internal
2025-08-20T22:42:42.1073449Z [00:04:23.759]➜  # import config
2025-08-20T22:42:42.1073841Z [00:04:23.759]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.1074309Z [00:04:23.759]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.1074757Z [00:04:23.759]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.1075212Z [00:04:23.759]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.1076033Z [00:04:23.759]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.1076832Z [00:04:23.759]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.1077692Z [00:04:23.759]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.1078345Z [00:04:23.759]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.1078766Z [00:04:23.759]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.1079198Z [00:04:23.759]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.1079622Z [00:04:23.759]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.1080062Z [00:04:23.759]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.1080384Z [00:04:23.759]➜  EOF
2025-08-20T22:42:42.1083840Z [00:04:23.759]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1736/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletedatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletedatalifecycle;$WORK/b1736=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid EcxjRbNc3q1JurtR7dug/EcxjRbNc3q1JurtR7dug -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1736/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletedatalifecycle/delete_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletedatalifecycle/response.go
2025-08-20T22:42:42.1402392Z [00:04:23.793]➜  go tool buildid -w $WORK/b1734/_pkg_.a # internal
2025-08-20T22:42:42.1416896Z [00:04:23.794]➜  cp $WORK/b1734/_pkg_.a /root/.cache/go-build/78/7843cc9e34b8a6caed80f4dc5925b540752bc44edf3139d75eadb5ea4abee585-d # internal
2025-08-20T22:42:42.1465133Z [00:04:23.798]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream
2025-08-20T22:42:42.1467594Z [00:04:23.799]➜  mkdir -p $WORK/b1737/
2025-08-20T22:42:42.1468008Z [00:04:23.799]➜  cat >/tmp/go-build3998081543/b1737/importcfg << 'EOF' # internal
2025-08-20T22:42:42.1468371Z [00:04:23.799]➜  # import config
2025-08-20T22:42:42.1468743Z [00:04:23.799]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.1469202Z [00:04:23.799]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.1469651Z [00:04:23.799]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.1470066Z [00:04:23.799]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.1470700Z [00:04:23.799]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.1471930Z [00:04:23.799]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.1472860Z [00:04:23.799]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.1473724Z [00:04:23.799]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.1474155Z [00:04:23.799]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.1474590Z [00:04:23.799]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.1475019Z [00:04:23.799]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.1475562Z [00:04:23.799]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.1475938Z [00:04:23.799]➜  EOF
2025-08-20T22:42:42.1478943Z [00:04:23.799]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1737/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletedatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletedatastream;$WORK/b1737=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream -lang=go1.22 -complete -installsuffix shared -buildid LUke0hXHRxeUJkwmhM_4/LUke0hXHRxeUJkwmhM_4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1737/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletedatastream/delete_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletedatastream/response.go
2025-08-20T22:42:42.1513490Z [00:04:23.804]➜  go tool buildid -w $WORK/b1733/_pkg_.a # internal
2025-08-20T22:42:42.1527112Z [00:04:23.805]➜  cp $WORK/b1733/_pkg_.a /root/.cache/go-build/bd/bd03cd439e3b52c76e1d049ba0d60fa28cd9dbf2533bd969ffc85fe458b78115-d # internal
2025-08-20T22:42:42.1540624Z [00:04:23.806]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate
2025-08-20T22:42:42.1541318Z [00:04:23.806]➜  mkdir -p $WORK/b1738/
2025-08-20T22:42:42.1557469Z [00:04:23.808]➜  cat >/tmp/go-build3998081543/b1738/importcfg << 'EOF' # internal
2025-08-20T22:42:42.1558338Z [00:04:23.808]➜  # import config
2025-08-20T22:42:42.1558744Z [00:04:23.808]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.1559212Z [00:04:23.808]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.1559986Z [00:04:23.808]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.1560470Z [00:04:23.808]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.1561108Z [00:04:23.808]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.1561900Z [00:04:23.808]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.1562666Z [00:04:23.808]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.1563089Z [00:04:23.808]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.1563521Z [00:04:23.808]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.1563949Z [00:04:23.808]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.1564378Z [00:04:23.808]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.1564700Z [00:04:23.808]➜  EOF
2025-08-20T22:42:42.1568112Z [00:04:23.808]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1738/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deleteindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deleteindextemplate;$WORK/b1738=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate -lang=go1.22 -complete -installsuffix shared -buildid MkTozJdGsvQlmrFVTNCt/MkTozJdGsvQlmrFVTNCt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1738/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deleteindextemplate/delete_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deleteindextemplate/response.go
2025-08-20T22:42:42.1607025Z [00:04:23.811]➜  go tool buildid -w $WORK/b1735/_pkg_.a # internal
2025-08-20T22:42:42.1623329Z [00:04:23.815]➜  cp $WORK/b1735/_pkg_.a /root/.cache/go-build/5e/5e46e4413455d0c6ab085de259068f7532407b679a2dcde76979d7788b183d1f-d # internal
2025-08-20T22:42:42.1631648Z [00:04:23.816]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate
2025-08-20T22:42:42.1632587Z [00:04:23.816]➜  mkdir -p $WORK/b1739/
2025-08-20T22:42:42.1640693Z [00:04:23.816]➜  cat >/tmp/go-build3998081543/b1739/importcfg << 'EOF' # internal
2025-08-20T22:42:42.1641154Z [00:04:23.816]➜  # import config
2025-08-20T22:42:42.1641522Z [00:04:23.816]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.1641981Z [00:04:23.816]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.1642427Z [00:04:23.816]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.1642836Z [00:04:23.816]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.1643467Z [00:04:23.816]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.1644253Z [00:04:23.816]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.1644821Z [00:04:23.816]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.1645238Z [00:04:23.816]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.1646000Z [00:04:23.816]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.1646494Z [00:04:23.816]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.1646924Z [00:04:23.816]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.1647264Z [00:04:23.816]➜  EOF
2025-08-20T22:42:42.1665453Z [00:04:23.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1739/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletetemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletetemplate;$WORK/b1739=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate -lang=go1.22 -complete -installsuffix shared -buildid vMyvl8oHXGrGma3TxQiZ/vMyvl8oHXGrGma3TxQiZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1739/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletetemplate/delete_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/deletetemplate/response.go
2025-08-20T22:42:42.1797243Z [00:04:23.832]➜  go tool buildid -w $WORK/b1736/_pkg_.a # internal
2025-08-20T22:42:42.1813113Z [00:04:23.833]➜  cp $WORK/b1736/_pkg_.a /root/.cache/go-build/79/79b6c4ab798d05f64bb1f7c68795d1ea12d45b9e883d77b5e1cbe23efd0fedeb-d # internal
2025-08-20T22:42:42.1821867Z [00:04:23.834]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage
2025-08-20T22:42:42.1822963Z [00:04:23.834]➜  mkdir -p $WORK/b1740/
2025-08-20T22:42:42.1824279Z [00:04:23.835]➜  cat >/tmp/go-build3998081543/b1740/importcfg << 'EOF' # internal
2025-08-20T22:42:42.1824961Z [00:04:23.835]➜  # import config
2025-08-20T22:42:42.1827442Z [00:04:23.835]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.1827928Z [00:04:23.835]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.1828376Z [00:04:23.835]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.1828809Z [00:04:23.835]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.1829820Z [00:04:23.835]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.1830671Z [00:04:23.835]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.1838256Z [00:04:23.835]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.1839053Z [00:04:23.835]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.1839539Z [00:04:23.835]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.1839984Z [00:04:23.835]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.1840411Z [00:04:23.835]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.1840838Z [00:04:23.835]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.1841169Z [00:04:23.835]➜  EOF
2025-08-20T22:42:42.1844004Z [00:04:23.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1740/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/diskusage=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/diskusage;$WORK/b1740=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage -lang=go1.22 -complete -installsuffix shared -buildid 1dO26obk3I0CgSlzu2Wt/1dO26obk3I0CgSlzu2Wt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1740/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/diskusage/disk_usage.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/diskusage/response.go
2025-08-20T22:42:42.2181841Z [00:04:23.870]➜  go tool buildid -w $WORK/b1737/_pkg_.a # internal
2025-08-20T22:42:42.2196893Z [00:04:23.872]➜  cp $WORK/b1737/_pkg_.a /root/.cache/go-build/58/5891e1fc67fb70c1251d680f0b1c6cf422b0f18598bd1054f18313555b8e2250-d # internal
2025-08-20T22:42:42.2230717Z [00:04:23.875]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample
2025-08-20T22:42:42.2237730Z [00:04:23.876]➜  mkdir -p $WORK/b1741/
2025-08-20T22:42:42.2248486Z [00:04:23.877]➜  cat >/tmp/go-build3998081543/b1741/importcfg << 'EOF' # internal
2025-08-20T22:42:42.2250069Z [00:04:23.877]➜  # import config
2025-08-20T22:42:42.2250722Z [00:04:23.877]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.2251744Z [00:04:23.877]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.2252441Z [00:04:23.877]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.2253560Z [00:04:23.877]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.2254027Z [00:04:23.877]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.2254668Z [00:04:23.877]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.2255698Z [00:04:23.877]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.2256332Z [00:04:23.877]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.2256755Z [00:04:23.877]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.2257189Z [00:04:23.877]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.2257625Z [00:04:23.877]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.2258054Z [00:04:23.877]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.2258369Z [00:04:23.877]➜  EOF
2025-08-20T22:42:42.2270346Z [00:04:23.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1741/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/downsample=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/downsample;$WORK/b1741=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample -lang=go1.22 -complete -installsuffix shared -buildid sBdA2jv7UUmZy2Uycyhf/sBdA2jv7UUmZy2Uycyhf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1741/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/downsample/downsample.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/downsample/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/downsample/response.go
2025-08-20T22:42:42.2300565Z [00:04:23.882]➜  go tool buildid -w $WORK/b1738/_pkg_.a # internal
2025-08-20T22:42:42.2312012Z [00:04:23.883]➜  cp $WORK/b1738/_pkg_.a /root/.cache/go-build/54/54c803a27f57430b89b1bc9adbc2a439cacbfe7c442869ab509097e13bd0d761-d # internal
2025-08-20T22:42:42.2323488Z [00:04:23.885]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle
2025-08-20T22:42:42.2325263Z [00:04:23.885]➜  mkdir -p $WORK/b1746/
2025-08-20T22:42:42.2330010Z [00:04:23.885]➜  cat >/tmp/go-build3998081543/b1746/importcfg << 'EOF' # internal
2025-08-20T22:42:42.2331073Z [00:04:23.885]➜  # import config
2025-08-20T22:42:42.2331688Z [00:04:23.885]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.2332489Z [00:04:23.885]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.2333393Z [00:04:23.885]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.2333873Z [00:04:23.885]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.2334514Z [00:04:23.885]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.2335312Z [00:04:23.885]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.2336065Z [00:04:23.885]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.2336874Z [00:04:23.885]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.2337313Z [00:04:23.885]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.2337746Z [00:04:23.885]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.2338169Z [00:04:23.885]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.2338486Z [00:04:23.885]➜  EOF
2025-08-20T22:42:42.2341707Z [00:04:23.885]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1746/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/explaindatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/explaindatalifecycle;$WORK/b1746=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid Vf5zbbV_0J3Kyp6MtAzm/Vf5zbbV_0J3Kyp6MtAzm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1746/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/explaindatalifecycle/explain_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/explaindatalifecycle/response.go
2025-08-20T22:42:42.2429686Z [00:04:23.895]➜  go tool buildid -w $WORK/b1739/_pkg_.a # internal
2025-08-20T22:42:42.2459615Z [00:04:23.898]➜  cp $WORK/b1739/_pkg_.a /root/.cache/go-build/d6/d661a3e640336b7e07550a69e7add268550aaa4e092006420afcfe5cfa6ef232-d # internal
2025-08-20T22:42:42.2470009Z [00:04:23.899]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats
2025-08-20T22:42:42.2470675Z [00:04:23.899]➜  mkdir -p $WORK/b1747/
2025-08-20T22:42:42.2479897Z [00:04:23.900]➜  cat >/tmp/go-build3998081543/b1747/importcfg << 'EOF' # internal
2025-08-20T22:42:42.2480297Z [00:04:23.900]➜  # import config
2025-08-20T22:42:42.2480658Z [00:04:23.900]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.2481454Z [00:04:23.900]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.2482008Z [00:04:23.900]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.2482489Z [00:04:23.900]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.2483118Z [00:04:23.900]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.2483925Z [00:04:23.900]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.2484785Z [00:04:23.900]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.2487246Z [00:04:23.900]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.2487784Z [00:04:23.900]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.2488246Z [00:04:23.900]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.2488689Z [00:04:23.900]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.2489119Z [00:04:23.900]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.2489439Z [00:04:23.900]➜  EOF
2025-08-20T22:42:42.2495853Z [00:04:23.902]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1747/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/fieldusagestats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/fieldusagestats;$WORK/b1747=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats -lang=go1.22 -complete -installsuffix shared -buildid QAV7fjC3tprRv0WMLGgR/QAV7fjC3tprRv0WMLGgR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1747/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/fieldusagestats/field_usage_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/fieldusagestats/response.go
2025-08-20T22:42:42.2498820Z [00:04:23.902]➜  go tool buildid -w $WORK/b1740/_pkg_.a # internal
2025-08-20T22:42:42.2508669Z [00:04:23.903]➜  cp $WORK/b1740/_pkg_.a /root/.cache/go-build/54/54038ca809bf06b536d10967b5dbfa408baa682c0bc6df20b60f9196005453e2-d # internal
2025-08-20T22:42:42.2519882Z [00:04:23.904]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush
2025-08-20T22:42:42.2521037Z [00:04:23.905]➜  mkdir -p $WORK/b1748/
2025-08-20T22:42:42.2528381Z [00:04:23.905]➜  cat >/tmp/go-build3998081543/b1748/importcfg << 'EOF' # internal
2025-08-20T22:42:42.2529913Z [00:04:23.905]➜  # import config
2025-08-20T22:42:42.2531330Z [00:04:23.905]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.2531798Z [00:04:23.905]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.2532246Z [00:04:23.905]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.2532683Z [00:04:23.905]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.2533320Z [00:04:23.905]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.2534106Z [00:04:23.905]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.2534958Z [00:04:23.905]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.2535808Z [00:04:23.905]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.2536232Z [00:04:23.905]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.2536661Z [00:04:23.905]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.2537089Z [00:04:23.905]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.2537521Z [00:04:23.905]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.2538121Z [00:04:23.905]➜  EOF
2025-08-20T22:42:42.2540918Z [00:04:23.905]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1748/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/flush=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/flush;$WORK/b1748=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush -lang=go1.22 -complete -installsuffix shared -buildid 6TIY6R1-6aGNYMoMW9by/6TIY6R1-6aGNYMoMW9by -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1748/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/flush/flush.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/flush/response.go
2025-08-20T22:42:42.2977012Z [00:04:23.947]➜  go tool buildid -w $WORK/b1746/_pkg_.a # internal
2025-08-20T22:42:42.2982429Z [00:04:23.951]➜  cp $WORK/b1746/_pkg_.a /root/.cache/go-build/e0/e0f86861e69d84105dc8a1d5ff2c107d58505ab0f2f79eabedd8f9b68d5fa0ab-d # internal
2025-08-20T22:42:42.2984071Z [00:04:23.951]➜  go tool buildid -w $WORK/b1741/_pkg_.a # internal
2025-08-20T22:42:42.2984801Z [00:04:23.951]➜  cp $WORK/b1741/_pkg_.a /root/.cache/go-build/c8/c8cf51c7971c64f2cae71af96395438d7e533554eef9d608771a6270ed6a5bb7-d # internal
2025-08-20T22:42:42.3010674Z [00:04:23.953]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge
2025-08-20T22:42:42.3011208Z [00:04:23.953]➜  mkdir -p $WORK/b1749/
2025-08-20T22:42:42.3019799Z [00:04:23.954]➜  cat >/tmp/go-build3998081543/b1749/importcfg << 'EOF' # internal
2025-08-20T22:42:42.3020304Z [00:04:23.954]➜  # import config
2025-08-20T22:42:42.3020657Z [00:04:23.954]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.3021119Z [00:04:23.954]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.3021563Z [00:04:23.954]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.3022338Z [00:04:23.954]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.3022987Z [00:04:23.954]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.3023783Z [00:04:23.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.3024646Z [00:04:23.954]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.3025628Z [00:04:23.954]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.3026106Z [00:04:23.954]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.3026544Z [00:04:23.954]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.3026976Z [00:04:23.954]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.3027413Z [00:04:23.954]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.3027738Z [00:04:23.954]➜  EOF
2025-08-20T22:42:42.3030587Z [00:04:23.954]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1749/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/forcemerge=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/forcemerge;$WORK/b1749=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge -lang=go1.22 -complete -installsuffix shared -buildid E8ScbZSlgrx2RiHWA86B/E8ScbZSlgrx2RiHWA86B -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1749/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/forcemerge/forcemerge.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/forcemerge/response.go
2025-08-20T22:42:42.3037816Z [00:04:23.956]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/get
2025-08-20T22:42:42.3038476Z [00:04:23.956]➜  mkdir -p $WORK/b1750/
2025-08-20T22:42:42.3038951Z [00:04:23.956]➜  cat >/tmp/go-build3998081543/b1750/importcfg << 'EOF' # internal
2025-08-20T22:42:42.3039358Z [00:04:23.956]➜  # import config
2025-08-20T22:42:42.3039704Z [00:04:23.956]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.3040156Z [00:04:23.956]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.3040603Z [00:04:23.956]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.3041024Z [00:04:23.956]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.3041649Z [00:04:23.956]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.3042436Z [00:04:23.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.3043295Z [00:04:23.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.3044211Z [00:04:23.956]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build3998081543/b1410/_pkg_.a
2025-08-20T22:42:42.3044830Z [00:04:23.956]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.3045249Z [00:04:23.956]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.3046020Z [00:04:23.956]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.3046464Z [00:04:23.956]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.3046893Z [00:04:23.956]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.3047210Z [00:04:23.956]➜  EOF
2025-08-20T22:42:42.3049839Z [00:04:23.956]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1750/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/get;$WORK/b1750=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/get -lang=go1.22 -complete -installsuffix shared -buildid 9U13IoJfY9BOIOzyHsiC/9U13IoJfY9BOIOzyHsiC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1750/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/get/response.go
2025-08-20T22:42:42.3223891Z [00:04:23.974]➜  go tool buildid -w $WORK/b1747/_pkg_.a # internal
2025-08-20T22:42:42.3247363Z [00:04:23.977]➜  cp $WORK/b1747/_pkg_.a /root/.cache/go-build/fd/fd9394d8c70b7b7dad95fe84d0650aca73b90410bf780ad1e6e7bef2543a4bc6-d # internal
2025-08-20T22:42:42.3252600Z [00:04:23.977]➜  go tool buildid -w $WORK/b1748/_pkg_.a # internal
2025-08-20T22:42:42.3263354Z [00:04:23.979]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias
2025-08-20T22:42:42.3263860Z [00:04:23.979]➜  mkdir -p $WORK/b1751/
2025-08-20T22:42:42.3266287Z [00:04:23.979]➜  cat >/tmp/go-build3998081543/b1751/importcfg << 'EOF' # internal
2025-08-20T22:42:42.3267551Z [00:04:23.979]➜  # import config
2025-08-20T22:42:42.3267897Z [00:04:23.979]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.3268328Z [00:04:23.979]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.3268781Z [00:04:23.979]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.3269254Z [00:04:23.979]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.3269690Z [00:04:23.979]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.3270322Z [00:04:23.979]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.3271118Z [00:04:23.979]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.3272458Z [00:04:23.979]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.3273172Z [00:04:23.979]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.3273594Z [00:04:23.979]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.3274025Z [00:04:23.979]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.3274452Z [00:04:23.979]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.3274885Z [00:04:23.979]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.3275205Z [00:04:23.979]➜  EOF
2025-08-20T22:42:42.3278538Z [00:04:23.979]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1751/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getalias=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getalias;$WORK/b1751=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias -lang=go1.22 -complete -installsuffix shared -buildid cMCnXx-E3j--0joQLMFn/cMCnXx-E3j--0joQLMFn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1751/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getalias/get_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getalias/response.go
2025-08-20T22:42:42.3281297Z [00:04:23.979]➜  cp $WORK/b1748/_pkg_.a /root/.cache/go-build/35/3554fa2baded70fd6b4bd43a99e1285e42f3b3e003725b488c1c63c2e44512ac-d # internal
2025-08-20T22:42:42.3282016Z [00:04:23.980]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle
2025-08-20T22:42:42.3282421Z [00:04:23.980]➜  mkdir -p $WORK/b1752/
2025-08-20T22:42:42.3282893Z [00:04:23.981]➜  cat >/tmp/go-build3998081543/b1752/importcfg << 'EOF' # internal
2025-08-20T22:42:42.3283253Z [00:04:23.981]➜  # import config
2025-08-20T22:42:42.3283873Z [00:04:23.981]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.3284337Z [00:04:23.981]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.3284783Z [00:04:23.981]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.3285197Z [00:04:23.981]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.3286393Z [00:04:23.981]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.3287671Z [00:04:23.981]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.3288594Z [00:04:23.981]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.3289244Z [00:04:23.981]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.3289666Z [00:04:23.981]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.3290115Z [00:04:23.981]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.3290548Z [00:04:23.981]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.3290974Z [00:04:23.981]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.3291292Z [00:04:23.981]➜  EOF
2025-08-20T22:42:42.3294385Z [00:04:23.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1752/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getdatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getdatalifecycle;$WORK/b1752=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid w55y81aJYPdanMzU6osL/w55y81aJYPdanMzU6osL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1752/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getdatalifecycle/get_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getdatalifecycle/response.go
2025-08-20T22:42:42.3718182Z [00:04:24.024]➜  go tool buildid -w $WORK/b1749/_pkg_.a # internal
2025-08-20T22:42:42.3729923Z [00:04:24.025]➜  cp $WORK/b1749/_pkg_.a /root/.cache/go-build/fa/fa8be30693bd6e3d0d54ce221642fd00983aafd1cbfbf36c1f00d7b5f0692d78-d # internal
2025-08-20T22:42:42.3798443Z [00:04:24.032]➜  go tool buildid -w $WORK/b1750/_pkg_.a # internal
2025-08-20T22:42:42.3820452Z [00:04:24.034]➜  cp $WORK/b1750/_pkg_.a /root/.cache/go-build/b9/b92468e9c52ca104bba69ed6ec384a631d6e5afd2eb4c774d8439ac52c9d5fc5-d # internal
2025-08-20T22:42:42.3825183Z [00:04:24.035]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream
2025-08-20T22:42:42.3826912Z [00:04:24.035]➜  mkdir -p $WORK/b1753/
2025-08-20T22:42:42.3833238Z [00:04:24.036]➜  cat >/tmp/go-build3998081543/b1753/importcfg << 'EOF' # internal
2025-08-20T22:42:42.3836367Z [00:04:24.036]➜  # import config
2025-08-20T22:42:42.3840583Z [00:04:24.036]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.3841080Z [00:04:24.036]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.3841529Z [00:04:24.036]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.3841945Z [00:04:24.036]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.3842584Z [00:04:24.036]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.3843375Z [00:04:24.036]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.3844230Z [00:04:24.036]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.3844877Z [00:04:24.036]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.3845808Z [00:04:24.036]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.3846250Z [00:04:24.036]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.3846678Z [00:04:24.036]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.3847106Z [00:04:24.036]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.3847422Z [00:04:24.036]➜  EOF
2025-08-20T22:42:42.3850497Z [00:04:24.036]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1753/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getdatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getdatastream;$WORK/b1753=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream -lang=go1.22 -complete -installsuffix shared -buildid FKnw0kn4klyqjTjh3IAY/FKnw0kn4klyqjTjh3IAY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1753/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getdatastream/get_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getdatastream/response.go
2025-08-20T22:42:42.3853236Z [00:04:24.036]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping
2025-08-20T22:42:42.3861067Z [00:04:24.038]➜  mkdir -p $WORK/b1754/
2025-08-20T22:42:42.3861851Z [00:04:24.038]➜  cat >/tmp/go-build3998081543/b1754/importcfg << 'EOF' # internal
2025-08-20T22:42:42.3863590Z [00:04:24.038]➜  # import config
2025-08-20T22:42:42.3864274Z [00:04:24.038]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.3865019Z [00:04:24.038]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.3865845Z [00:04:24.038]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.3866603Z [00:04:24.038]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.3868983Z [00:04:24.038]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.3870013Z [00:04:24.038]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.3872106Z [00:04:24.038]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.3873074Z [00:04:24.038]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.3873680Z [00:04:24.038]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.3874247Z [00:04:24.038]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.3874815Z [00:04:24.038]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.3875765Z [00:04:24.038]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.3876618Z [00:04:24.038]➜  EOF
2025-08-20T22:42:42.3880949Z [00:04:24.038]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1754/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getfieldmapping=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getfieldmapping;$WORK/b1754=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping -lang=go1.22 -complete -installsuffix shared -buildid 2dDCvOdP4zdBKGgxL1Sn/2dDCvOdP4zdBKGgxL1Sn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1754/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getfieldmapping/get_field_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getfieldmapping/response.go
2025-08-20T22:42:42.4063277Z [00:04:24.059]➜  go tool buildid -w $WORK/b1752/_pkg_.a # internal
2025-08-20T22:42:42.4074634Z [00:04:24.060]➜  cp $WORK/b1752/_pkg_.a /root/.cache/go-build/72/7223d82bf8ae93c8288756db2645fc0f41a46c6083da0261210baf6202accbeb-d # internal
2025-08-20T22:42:42.4091150Z [00:04:24.061]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate
2025-08-20T22:42:42.4092272Z [00:04:24.061]➜  mkdir -p $WORK/b1755/
2025-08-20T22:42:42.4092790Z [00:04:24.061]➜  cat >/tmp/go-build3998081543/b1755/importcfg << 'EOF' # internal
2025-08-20T22:42:42.4093156Z [00:04:24.061]➜  # import config
2025-08-20T22:42:42.4093507Z [00:04:24.061]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.4094225Z [00:04:24.061]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.4094722Z [00:04:24.061]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.4095138Z [00:04:24.061]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.4095890Z [00:04:24.061]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.4096686Z [00:04:24.061]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.4097277Z [00:04:24.061]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.4097698Z [00:04:24.061]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.4098130Z [00:04:24.061]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.4098555Z [00:04:24.061]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.4098990Z [00:04:24.061]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.4099307Z [00:04:24.061]➜  EOF
2025-08-20T22:42:42.4102448Z [00:04:24.061]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1755/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getindextemplate;$WORK/b1755=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate -lang=go1.22 -complete -installsuffix shared -buildid L7eoX11-ttLQgtPYsMTd/L7eoX11-ttLQgtPYsMTd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1755/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getindextemplate/get_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getindextemplate/response.go
2025-08-20T22:42:42.4174985Z [00:04:24.070]➜  go tool buildid -w $WORK/b1751/_pkg_.a # internal
2025-08-20T22:42:42.4189331Z [00:04:24.071]➜  cp $WORK/b1751/_pkg_.a /root/.cache/go-build/47/47ca2dd439e1742a9469c15cdcc91cbfd9fa484fbf8dc97eeda937c7dcf2032a-d # internal
2025-08-20T22:42:42.4197681Z [00:04:24.072]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping
2025-08-20T22:42:42.4198513Z [00:04:24.072]➜  mkdir -p $WORK/b1756/
2025-08-20T22:42:42.4202308Z [00:04:24.073]➜  cat >/tmp/go-build3998081543/b1756/importcfg << 'EOF' # internal
2025-08-20T22:42:42.4202710Z [00:04:24.073]➜  # import config
2025-08-20T22:42:42.4203077Z [00:04:24.073]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.4203535Z [00:04:24.073]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.4203982Z [00:04:24.073]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.4204396Z [00:04:24.073]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.4205035Z [00:04:24.073]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.4206023Z [00:04:24.073]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.4206885Z [00:04:24.073]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.4207534Z [00:04:24.073]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.4208344Z [00:04:24.073]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.4208787Z [00:04:24.073]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.4209215Z [00:04:24.073]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.4209643Z [00:04:24.073]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.4209954Z [00:04:24.073]➜  EOF
2025-08-20T22:42:42.4214338Z [00:04:24.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1756/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getmapping=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getmapping;$WORK/b1756=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping -lang=go1.22 -complete -installsuffix shared -buildid Dz2Uu8PR34Kv7zvttbrk/Dz2Uu8PR34Kv7zvttbrk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1756/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getmapping/get_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getmapping/response.go
2025-08-20T22:42:42.4589853Z [00:04:24.111]➜  go tool buildid -w $WORK/b1753/_pkg_.a # internal
2025-08-20T22:42:42.4604934Z [00:04:24.113]➜  cp $WORK/b1753/_pkg_.a /root/.cache/go-build/ff/ff3622e78e6ec10d840db21dc2819200afbabe1063095e12824a99831bf88ad7-d # internal
2025-08-20T22:42:42.4615846Z [00:04:24.114]➜  go tool buildid -w $WORK/b1754/_pkg_.a # internal
2025-08-20T22:42:42.4617579Z [00:04:24.114]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings
2025-08-20T22:42:42.4618409Z [00:04:24.114]➜  mkdir -p $WORK/b1757/
2025-08-20T22:42:42.4627101Z [00:04:24.115]➜  cat >/tmp/go-build3998081543/b1757/importcfg << 'EOF' # internal
2025-08-20T22:42:42.4627581Z [00:04:24.115]➜  # import config
2025-08-20T22:42:42.4627937Z [00:04:24.115]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.4628836Z [00:04:24.115]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.4629433Z [00:04:24.115]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.4629962Z [00:04:24.115]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.4630598Z [00:04:24.115]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.4631398Z [00:04:24.115]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.4632260Z [00:04:24.115]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.4632906Z [00:04:24.115]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.4633330Z [00:04:24.115]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.4633771Z [00:04:24.115]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.4634208Z [00:04:24.115]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.4634940Z [00:04:24.115]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.4635659Z [00:04:24.115]➜  EOF
2025-08-20T22:42:42.4638652Z [00:04:24.115]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1757/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getsettings;$WORK/b1757=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings -lang=go1.22 -complete -installsuffix shared -buildid 3v9exeRPk02Gf7eK4Pp9/3v9exeRPk02Gf7eK4Pp9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1757/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getsettings/get_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/getsettings/response.go
2025-08-20T22:42:42.4644216Z [00:04:24.117]➜  cp $WORK/b1754/_pkg_.a /root/.cache/go-build/b3/b3eaf9d01fe0e6792a51cd4357869f11eb04ce38377cacd1c1f1672dcb5cf536-d # internal
2025-08-20T22:42:42.4695328Z [00:04:24.121]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate
2025-08-20T22:42:42.4695891Z [00:04:24.122]➜  mkdir -p $WORK/b1758/
2025-08-20T22:42:42.4713763Z [00:04:24.123]➜  cat >/tmp/go-build3998081543/b1758/importcfg << 'EOF' # internal
2025-08-20T22:42:42.4714554Z [00:04:24.123]➜  # import config
2025-08-20T22:42:42.4714992Z [00:04:24.123]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.4715634Z [00:04:24.123]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.4716153Z [00:04:24.123]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.4716575Z [00:04:24.123]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.4717246Z [00:04:24.123]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.4718039Z [00:04:24.123]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.4718605Z [00:04:24.123]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.4719026Z [00:04:24.123]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.4719466Z [00:04:24.123]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.4719892Z [00:04:24.123]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.4720317Z [00:04:24.123]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.4720635Z [00:04:24.123]➜  EOF
2025-08-20T22:42:42.4723670Z [00:04:24.123]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1758/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/gettemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/gettemplate;$WORK/b1758=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate -lang=go1.22 -complete -installsuffix shared -buildid xf9t1k_fDUfp-9D2CXB-/xf9t1k_fDUfp-9D2CXB- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1758/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/gettemplate/get_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/gettemplate/response.go
2025-08-20T22:42:42.4839661Z [00:04:24.136]➜  go tool buildid -w $WORK/b1755/_pkg_.a # internal
2025-08-20T22:42:42.4860271Z [00:04:24.138]➜  cp $WORK/b1755/_pkg_.a /root/.cache/go-build/8b/8b62f2ec7296eb1c32d9ddb16685287d38116edc97aab071fdc588e5a8bf3b24-d # internal
2025-08-20T22:42:42.4874816Z [00:04:24.140]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream
2025-08-20T22:42:42.4881979Z [00:04:24.141]➜  mkdir -p $WORK/b1759/
2025-08-20T22:42:42.4893105Z [00:04:24.142]➜  cat >/tmp/go-build3998081543/b1759/importcfg << 'EOF' # internal
2025-08-20T22:42:42.4893793Z [00:04:24.142]➜  # import config
2025-08-20T22:42:42.4894392Z [00:04:24.142]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.4895030Z [00:04:24.142]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.4895959Z [00:04:24.142]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.4896545Z [00:04:24.142]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.4897332Z [00:04:24.142]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.4898291Z [00:04:24.142]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.4899101Z [00:04:24.142]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.4901212Z [00:04:24.142]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.4901672Z [00:04:24.142]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.4902103Z [00:04:24.142]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.4902532Z [00:04:24.142]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.4902851Z [00:04:24.142]➜  EOF
2025-08-20T22:42:42.4916069Z [00:04:24.144]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1759/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/migratetodatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/migratetodatastream;$WORK/b1759=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream -lang=go1.22 -complete -installsuffix shared -buildid RVZBhkZF8sDGHr7crxO8/RVZBhkZF8sDGHr7crxO8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1759/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/migratetodatastream/migrate_to_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/migratetodatastream/response.go
2025-08-20T22:42:42.4919317Z [00:04:24.144]➜  go tool buildid -w $WORK/b1756/_pkg_.a # internal
2025-08-20T22:42:42.4932347Z [00:04:24.146]➜  cp $WORK/b1756/_pkg_.a /root/.cache/go-build/13/13e93a567d67810b70025965266da9119c32a8734b6e03888c36779d597abb9a-d # internal
2025-08-20T22:42:42.4953514Z [00:04:24.148]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream
2025-08-20T22:42:42.4954058Z [00:04:24.148]➜  mkdir -p $WORK/b1760/
2025-08-20T22:42:42.4962477Z [00:04:24.149]➜  cat >/tmp/go-build3998081543/b1760/importcfg << 'EOF' # internal
2025-08-20T22:42:42.4962912Z [00:04:24.149]➜  # import config
2025-08-20T22:42:42.4963263Z [00:04:24.149]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.4963709Z [00:04:24.149]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.4964603Z [00:04:24.149]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.4965114Z [00:04:24.149]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.4965781Z [00:04:24.149]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.4966425Z [00:04:24.149]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.4967236Z [00:04:24.149]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.4967804Z [00:04:24.149]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.4968224Z [00:04:24.149]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.4968660Z [00:04:24.149]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.4969092Z [00:04:24.149]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.4969531Z [00:04:24.149]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.4969845Z [00:04:24.149]➜  EOF
2025-08-20T22:42:42.4973430Z [00:04:24.149]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1760/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/modifydatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/modifydatastream;$WORK/b1760=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream -lang=go1.22 -complete -installsuffix shared -buildid nNwP8WEiyfZ6uaknI9C0/nNwP8WEiyfZ6uaknI9C0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1760/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/modifydatastream/modify_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/modifydatastream/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/modifydatastream/response.go
2025-08-20T22:42:42.5424610Z [00:04:24.195]➜  go tool buildid -w $WORK/b1758/_pkg_.a # internal
2025-08-20T22:42:42.5486371Z [00:04:24.201]➜  cp $WORK/b1758/_pkg_.a /root/.cache/go-build/3f/3ffd59dab5f467ca8d2e774e5614f539f00c96687a3fd93da1d4ef669148bd7b-d # internal
2025-08-20T22:42:42.5493678Z [00:04:24.202]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/open
2025-08-20T22:42:42.5494561Z [00:04:24.202]➜  mkdir -p $WORK/b1761/
2025-08-20T22:42:42.5500114Z [00:04:24.202]➜  cat >/tmp/go-build3998081543/b1761/importcfg << 'EOF' # internal
2025-08-20T22:42:42.5500721Z [00:04:24.202]➜  # import config
2025-08-20T22:42:42.5501321Z [00:04:24.202]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.5517986Z [00:04:24.202]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.5518498Z [00:04:24.202]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.5519354Z [00:04:24.202]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.5520002Z [00:04:24.202]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.5520802Z [00:04:24.202]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.5521676Z [00:04:24.202]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.5522338Z [00:04:24.202]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.5522761Z [00:04:24.202]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.5523195Z [00:04:24.202]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.5523626Z [00:04:24.202]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.5524067Z [00:04:24.202]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.5524544Z [00:04:24.202]➜  EOF
2025-08-20T22:42:42.5527414Z [00:04:24.202]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1761/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/open=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/open;$WORK/b1761=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/open -lang=go1.22 -complete -installsuffix shared -buildid Ug_9GX0V_ISuX-2BeT9v/Ug_9GX0V_ISuX-2BeT9v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1761/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/open/open.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/open/response.go
2025-08-20T22:42:42.5540011Z [00:04:24.206]➜  go tool buildid -w $WORK/b1759/_pkg_.a # internal
2025-08-20T22:42:42.5572841Z [00:04:24.210]➜  cp $WORK/b1759/_pkg_.a /root/.cache/go-build/ef/ef4efcf86bf3d08864c041c8380668ad9234938a300b8d873fb059f6da7da940-d # internal
2025-08-20T22:42:42.5580662Z [00:04:24.210]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream
2025-08-20T22:42:42.5581333Z [00:04:24.211]➜  mkdir -p $WORK/b1762/
2025-08-20T22:42:42.5585284Z [00:04:24.211]➜  cat >/tmp/go-build3998081543/b1762/importcfg << 'EOF' # internal
2025-08-20T22:42:42.5585917Z [00:04:24.211]➜  # import config
2025-08-20T22:42:42.5586268Z [00:04:24.211]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.5587053Z [00:04:24.211]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.5587563Z [00:04:24.211]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.5587981Z [00:04:24.211]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.5588608Z [00:04:24.211]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.5589614Z [00:04:24.211]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.5590180Z [00:04:24.211]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.5590604Z [00:04:24.211]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.5591039Z [00:04:24.211]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.5591466Z [00:04:24.211]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.5591899Z [00:04:24.211]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.5592219Z [00:04:24.211]➜  EOF
2025-08-20T22:42:42.5597671Z [00:04:24.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1762/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/promotedatastream=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/promotedatastream;$WORK/b1762=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream -lang=go1.22 -complete -installsuffix shared -buildid rJMFmnlQ2KKMzOyyAomC/rJMFmnlQ2KKMzOyyAomC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1762/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/promotedatastream/promote_data_stream.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/promotedatastream/response.go
2025-08-20T22:42:42.5629517Z [00:04:24.215]➜  go tool buildid -w $WORK/b1760/_pkg_.a # internal
2025-08-20T22:42:42.5650646Z [00:04:24.217]➜  cp $WORK/b1760/_pkg_.a /root/.cache/go-build/44/449a940ca8222c185440c95c45bb4300e05b2bda4f8a4f9e2d09c23d7bb24952-d # internal
2025-08-20T22:42:42.5657441Z [00:04:24.218]➜  go tool buildid -w $WORK/b1757/_pkg_.a # internal
2025-08-20T22:42:42.5663494Z [00:04:24.219]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias
2025-08-20T22:42:42.5667505Z [00:04:24.219]➜  mkdir -p $WORK/b1763/
2025-08-20T22:42:42.5673818Z [00:04:24.220]➜  cp $WORK/b1757/_pkg_.a /root/.cache/go-build/ab/ab9dae9bed12426218bff8aad8f77182194d4abaf4c5d58e7b2dbfde3a7f4a2c-d # internal
2025-08-20T22:42:42.5678610Z [00:04:24.220]➜  cat >/tmp/go-build3998081543/b1763/importcfg << 'EOF' # internal
2025-08-20T22:42:42.5678993Z [00:04:24.220]➜  # import config
2025-08-20T22:42:42.5679333Z [00:04:24.220]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.5679766Z [00:04:24.220]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.5680231Z [00:04:24.220]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.5680673Z [00:04:24.220]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.5681086Z [00:04:24.220]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.5681716Z [00:04:24.220]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.5682525Z [00:04:24.220]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.5683091Z [00:04:24.220]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.5683507Z [00:04:24.220]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.5683936Z [00:04:24.220]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.5684364Z [00:04:24.220]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.5685020Z [00:04:24.220]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.5685678Z [00:04:24.220]➜  EOF
2025-08-20T22:42:42.5688878Z [00:04:24.220]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1763/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putalias=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putalias;$WORK/b1763=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias -lang=go1.22 -complete -installsuffix shared -buildid rU8gdmZyw9GyQMQ5YUyZ/rU8gdmZyw9GyQMQ5YUyZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1763/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putalias/put_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putalias/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putalias/response.go
2025-08-20T22:42:42.5691971Z [00:04:24.220]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle
2025-08-20T22:42:42.5703793Z [00:04:24.220]➜  mkdir -p $WORK/b1764/
2025-08-20T22:42:42.5704741Z [00:04:24.221]➜  cat >/tmp/go-build3998081543/b1764/importcfg << 'EOF' # internal
2025-08-20T22:42:42.5705141Z [00:04:24.221]➜  # import config
2025-08-20T22:42:42.5705620Z [00:04:24.221]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.5706386Z [00:04:24.221]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.5706931Z [00:04:24.221]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.5707451Z [00:04:24.221]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.5707867Z [00:04:24.221]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.5708497Z [00:04:24.221]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.5709294Z [00:04:24.221]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.5710154Z [00:04:24.221]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.5710805Z [00:04:24.221]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.5711233Z [00:04:24.221]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.5711672Z [00:04:24.221]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.5712096Z [00:04:24.221]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.5712522Z [00:04:24.221]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.5712834Z [00:04:24.221]➜  EOF
2025-08-20T22:42:42.5716418Z [00:04:24.221]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1764/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putdatalifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putdatalifecycle;$WORK/b1764=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle -lang=go1.22 -complete -installsuffix shared -buildid vERq8lpjCgXF8-YFSaV7/vERq8lpjCgXF8-YFSaV7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1764/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putdatalifecycle/put_data_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putdatalifecycle/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putdatalifecycle/response.go
2025-08-20T22:42:42.6178404Z [00:04:24.270]➜  go tool buildid -w $WORK/b1762/_pkg_.a # internal
2025-08-20T22:42:42.6193209Z [00:04:24.272]➜  cp $WORK/b1762/_pkg_.a /root/.cache/go-build/95/95fa50120c12457dcdde35dbadab90adf2fe0b36b8b6240a0fae55d92d5d678c-d # internal
2025-08-20T22:42:42.6216754Z [00:04:24.274]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate
2025-08-20T22:42:42.6217307Z [00:04:24.274]➜  mkdir -p $WORK/b1765/
2025-08-20T22:42:42.6222776Z [00:04:24.275]➜  cat >/tmp/go-build3998081543/b1765/importcfg << 'EOF' # internal
2025-08-20T22:42:42.6223222Z [00:04:24.275]➜  # import config
2025-08-20T22:42:42.6223589Z [00:04:24.275]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.6224376Z [00:04:24.275]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.6224841Z [00:04:24.275]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.6225287Z [00:04:24.275]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.6225875Z [00:04:24.275]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.6226518Z [00:04:24.275]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.6227324Z [00:04:24.275]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.6227885Z [00:04:24.275]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.6228307Z [00:04:24.275]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.6228739Z [00:04:24.275]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.6229401Z [00:04:24.275]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.6229935Z [00:04:24.275]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.6230311Z [00:04:24.275]➜  EOF
2025-08-20T22:42:42.6233759Z [00:04:24.275]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1765/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putindextemplate;$WORK/b1765=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate -lang=go1.22 -complete -installsuffix shared -buildid bf0zbA15mhUl4q-YrYR5/bf0zbA15mhUl4q-YrYR5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1765/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putindextemplate/put_index_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putindextemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putindextemplate/response.go
2025-08-20T22:42:42.6377011Z [00:04:24.290]➜  go tool buildid -w $WORK/b1761/_pkg_.a # internal
2025-08-20T22:42:42.6416218Z [00:04:24.291]➜  cp $WORK/b1761/_pkg_.a /root/.cache/go-build/c9/c995275edc39a98a8ed827a4c9121bebd8e8f881a1cdeca86052fc1d90a26b56-d # internal
2025-08-20T22:42:42.6429384Z [00:04:24.295]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping
2025-08-20T22:42:42.6430335Z [00:04:24.295]➜  mkdir -p $WORK/b1766/
2025-08-20T22:42:42.6439419Z [00:04:24.296]➜  cat >/tmp/go-build3998081543/b1766/importcfg << 'EOF' # internal
2025-08-20T22:42:42.6439867Z [00:04:24.296]➜  # import config
2025-08-20T22:42:42.6440217Z [00:04:24.296]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.6440646Z [00:04:24.296]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.6441119Z [00:04:24.296]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.6441586Z [00:04:24.296]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.6441998Z [00:04:24.296]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.6442634Z [00:04:24.296]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.6443425Z [00:04:24.296]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.6444590Z [00:04:24.296]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build3998081543/b1402/_pkg_.a
2025-08-20T22:42:42.6445755Z [00:04:24.296]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.6456840Z [00:04:24.296]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.6457633Z [00:04:24.296]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.6458083Z [00:04:24.296]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.6458512Z [00:04:24.296]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.6458937Z [00:04:24.296]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.6459252Z [00:04:24.296]➜  EOF
2025-08-20T22:42:42.6462637Z [00:04:24.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1766/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putmapping=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putmapping;$WORK/b1766=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping -lang=go1.22 -complete -installsuffix shared -buildid 7wNlXsd3LmkxD__BAXV6/7wNlXsd3LmkxD__BAXV6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1766/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putmapping/put_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putmapping/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putmapping/response.go
2025-08-20T22:42:42.6472049Z [00:04:24.300]➜  go tool buildid -w $WORK/b1764/_pkg_.a # internal
2025-08-20T22:42:42.6486341Z [00:04:24.301]➜  cp $WORK/b1764/_pkg_.a /root/.cache/go-build/d8/d824824d3aaa5403e777ceed59c62ac0764db7b977acc184b29604fdb1324aa7-d # internal
2025-08-20T22:42:42.6515080Z [00:04:24.304]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings
2025-08-20T22:42:42.6518283Z [00:04:24.304]➜  mkdir -p $WORK/b1767/
2025-08-20T22:42:42.6521893Z [00:04:24.305]➜  cat >/tmp/go-build3998081543/b1767/importcfg << 'EOF' # internal
2025-08-20T22:42:42.6522268Z [00:04:24.305]➜  # import config
2025-08-20T22:42:42.6522609Z [00:04:24.305]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.6523101Z [00:04:24.305]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.6523558Z [00:04:24.305]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.6524008Z [00:04:24.305]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.6526704Z [00:04:24.305]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.6527427Z [00:04:24.305]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.6528230Z [00:04:24.305]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.6529085Z [00:04:24.305]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.6530047Z [00:04:24.305]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build3998081543/b1449/_pkg_.a
2025-08-20T22:42:42.6530732Z [00:04:24.305]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.6531146Z [00:04:24.305]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.6531574Z [00:04:24.305]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.6531998Z [00:04:24.305]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.6532422Z [00:04:24.305]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.6533019Z [00:04:24.305]➜  EOF
2025-08-20T22:42:42.6536793Z [00:04:24.305]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1767/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putsettings=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putsettings;$WORK/b1767=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings -lang=go1.22 -complete -installsuffix shared -buildid MYklplP9_08Afle4rrEk/MYklplP9_08Afle4rrEk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1767/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putsettings/put_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putsettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/putsettings/response.go
2025-08-20T22:42:42.6558269Z [00:04:24.308]➜  go tool buildid -w $WORK/b1763/_pkg_.a # internal
2025-08-20T22:42:42.6573661Z [00:04:24.310]➜  cp $WORK/b1763/_pkg_.a /root/.cache/go-build/f2/f25069162909cbc37f7747683f62066dd95bb04c47ffecbca320f47713dde2c0-d # internal
2025-08-20T22:42:42.6596134Z [00:04:24.312]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate
2025-08-20T22:42:42.6596748Z [00:04:24.312]➜  mkdir -p $WORK/b1768/
2025-08-20T22:42:42.6611921Z [00:04:24.313]➜  cat >/tmp/go-build3998081543/b1768/importcfg << 'EOF' # internal
2025-08-20T22:42:42.6613089Z [00:04:24.313]➜  # import config
2025-08-20T22:42:42.6613857Z [00:04:24.313]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.6614533Z [00:04:24.313]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.6617368Z [00:04:24.313]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.6617840Z [00:04:24.313]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.6618260Z [00:04:24.313]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.6618899Z [00:04:24.313]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.6619693Z [00:04:24.314]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.6620261Z [00:04:24.314]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.6620689Z [00:04:24.314]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.6621145Z [00:04:24.314]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.6621572Z [00:04:24.314]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.6622003Z [00:04:24.314]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.6622322Z [00:04:24.314]➜  EOF
2025-08-20T22:42:42.6630237Z [00:04:24.315]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1768/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/puttemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/puttemplate;$WORK/b1768=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate -lang=go1.22 -complete -installsuffix shared -buildid 9Vu6VTUmJij35QGcbmw7/9Vu6VTUmJij35QGcbmw7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1768/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/puttemplate/put_template.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/puttemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/puttemplate/response.go
2025-08-20T22:42:42.7326483Z [00:04:24.385]➜  go tool buildid -w $WORK/b1765/_pkg_.a # internal
2025-08-20T22:42:42.7341464Z [00:04:24.386]➜  cp $WORK/b1765/_pkg_.a /root/.cache/go-build/bb/bbe9433da43b0819ff162cf8e44dfdf94ca2845d13c1d9bb61f0bde204f59c36-d # internal
2025-08-20T22:42:42.7349670Z [00:04:24.387]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery
2025-08-20T22:42:42.7351793Z [00:04:24.387]➜  mkdir -p $WORK/b1769/
2025-08-20T22:42:42.7359193Z [00:04:24.388]➜  cat >/tmp/go-build3998081543/b1769/importcfg << 'EOF' # internal
2025-08-20T22:42:42.7362703Z [00:04:24.389]➜  # import config
2025-08-20T22:42:42.7363572Z [00:04:24.389]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.7364418Z [00:04:24.389]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.7364884Z [00:04:24.389]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.7365304Z [00:04:24.389]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.7366148Z [00:04:24.389]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.7366946Z [00:04:24.389]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.7367521Z [00:04:24.389]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.7367939Z [00:04:24.389]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.7368368Z [00:04:24.389]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.7368795Z [00:04:24.389]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.7369461Z [00:04:24.389]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.7369877Z [00:04:24.389]➜  EOF
2025-08-20T22:42:42.7372712Z [00:04:24.389]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1769/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/recovery=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/recovery;$WORK/b1769=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery -lang=go1.22 -complete -installsuffix shared -buildid z80WE0uSuZl1Hz1jSsx6/z80WE0uSuZl1Hz1jSsx6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1769/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/recovery/recovery.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/recovery/response.go
2025-08-20T22:42:42.7375197Z [00:04:24.390]➜  go tool buildid -w $WORK/b1767/_pkg_.a # internal
2025-08-20T22:42:42.7391580Z [00:04:24.392]➜  cp $WORK/b1767/_pkg_.a /root/.cache/go-build/bf/bfb7d3d35df3b93f143ad89e1146b77273bce63d8974173394a03b850968f8f5-d # internal
2025-08-20T22:42:42.7404574Z [00:04:24.393]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh
2025-08-20T22:42:42.7406173Z [00:04:24.393]➜  mkdir -p $WORK/b1770/
2025-08-20T22:42:42.7422253Z [00:04:24.394]➜  cat >/tmp/go-build3998081543/b1770/importcfg << 'EOF' # internal
2025-08-20T22:42:42.7422653Z [00:04:24.394]➜  # import config
2025-08-20T22:42:42.7423002Z [00:04:24.394]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.7423482Z [00:04:24.394]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.7423933Z [00:04:24.394]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.7424351Z [00:04:24.394]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.7424995Z [00:04:24.394]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.7426039Z [00:04:24.394]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.7426909Z [00:04:24.394]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.7427571Z [00:04:24.394]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.7427994Z [00:04:24.394]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.7428734Z [00:04:24.394]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.7429241Z [00:04:24.394]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.7429671Z [00:04:24.394]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.7429984Z [00:04:24.394]➜  EOF
2025-08-20T22:42:42.7432748Z [00:04:24.394]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1770/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/refresh=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/refresh;$WORK/b1770=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh -lang=go1.22 -complete -installsuffix shared -buildid SvivfKj6FEZ5MtallImC/SvivfKj6FEZ5MtallImC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1770/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/refresh/refresh.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/refresh/response.go
2025-08-20T22:42:42.7530590Z [00:04:24.405]➜  go tool buildid -w $WORK/b1768/_pkg_.a # internal
2025-08-20T22:42:42.7551262Z [00:04:24.407]➜  cp $WORK/b1768/_pkg_.a /root/.cache/go-build/a9/a9025ae5de75223e5b0adaf8bcdf9f3a50d688918f5b6a8a19341ff1f4b77406-d # internal
2025-08-20T22:42:42.7560745Z [00:04:24.408]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers
2025-08-20T22:42:42.7563728Z [00:04:24.408]➜  mkdir -p $WORK/b1771/
2025-08-20T22:42:42.7572302Z [00:04:24.410]➜  cat >/tmp/go-build3998081543/b1771/importcfg << 'EOF' # internal
2025-08-20T22:42:42.7575166Z [00:04:24.410]➜  # import config
2025-08-20T22:42:42.7578430Z [00:04:24.410]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.7578901Z [00:04:24.410]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.7579353Z [00:04:24.410]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.7579786Z [00:04:24.410]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.7580417Z [00:04:24.410]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.7581207Z [00:04:24.410]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.7582064Z [00:04:24.410]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.7582734Z [00:04:24.410]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.7583156Z [00:04:24.410]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.7583604Z [00:04:24.410]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.7584029Z [00:04:24.410]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.7584462Z [00:04:24.410]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.7584778Z [00:04:24.410]➜  EOF
2025-08-20T22:42:42.7588132Z [00:04:24.410]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1771/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/reloadsearchanalyzers=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/reloadsearchanalyzers;$WORK/b1771=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers -lang=go1.22 -complete -installsuffix shared -buildid BBEu7IO7EDTqKW27PSbY/BBEu7IO7EDTqKW27PSbY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1771/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/reloadsearchanalyzers/reload_search_analyzers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/reloadsearchanalyzers/response.go
2025-08-20T22:42:42.8040290Z [00:04:24.456]➜  go tool buildid -w $WORK/b1769/_pkg_.a # internal
2025-08-20T22:42:42.8051620Z [00:04:24.457]➜  cp $WORK/b1769/_pkg_.a /root/.cache/go-build/d9/d9c5f14967e7f47169d509dc2b5fa1c462dad0d80364c7127253d51d468d4277-d # internal
2025-08-20T22:42:42.8064962Z [00:04:24.459]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster
2025-08-20T22:42:42.8066353Z [00:04:24.459]➜  mkdir -p $WORK/b1772/
2025-08-20T22:42:42.8067420Z [00:04:24.459]➜  cat >/tmp/go-build3998081543/b1772/importcfg << 'EOF' # internal
2025-08-20T22:42:42.8067820Z [00:04:24.459]➜  # import config
2025-08-20T22:42:42.8068182Z [00:04:24.459]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.8068643Z [00:04:24.459]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.8069476Z [00:04:24.459]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.8069904Z [00:04:24.459]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.8071109Z [00:04:24.459]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.8071974Z [00:04:24.459]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.8072851Z [00:04:24.459]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.8073510Z [00:04:24.459]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.8074390Z [00:04:24.459]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.8074897Z [00:04:24.459]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.8075332Z [00:04:24.459]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.8075968Z [00:04:24.459]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.8076292Z [00:04:24.459]➜  EOF
2025-08-20T22:42:42.8079260Z [00:04:24.459]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1772/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/resolvecluster=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/resolvecluster;$WORK/b1772=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster -lang=go1.22 -complete -installsuffix shared -buildid oXiTshqKLJpNS3tFAgih/oXiTshqKLJpNS3tFAgih -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1772/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/resolvecluster/resolve_cluster.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/resolvecluster/response.go
2025-08-20T22:42:42.8110211Z [00:04:24.463]➜  go tool buildid -w $WORK/b1770/_pkg_.a # internal
2025-08-20T22:42:42.8121228Z [00:04:24.464]➜  go tool buildid -w $WORK/b1766/_pkg_.a # internal
2025-08-20T22:42:42.8123596Z [00:04:24.465]➜  cp $WORK/b1770/_pkg_.a /root/.cache/go-build/fc/fc8f14c614b1e57bee1bd3ced151f1c36acafd1641d1459415edc275780479e1-d # internal
2025-08-20T22:42:42.8136093Z [00:04:24.466]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex
2025-08-20T22:42:42.8136730Z [00:04:24.466]➜  mkdir -p $WORK/b1773/
2025-08-20T22:42:42.8137305Z [00:04:24.466]➜  cat >/tmp/go-build3998081543/b1773/importcfg << 'EOF' # internal
2025-08-20T22:42:42.8138063Z [00:04:24.466]➜  # import config
2025-08-20T22:42:42.8138776Z [00:04:24.466]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.8139254Z [00:04:24.466]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.8139714Z [00:04:24.466]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.8140129Z [00:04:24.466]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.8140761Z [00:04:24.466]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.8141729Z [00:04:24.466]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.8142672Z [00:04:24.466]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.8143326Z [00:04:24.466]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.8143748Z [00:04:24.466]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.8144206Z [00:04:24.466]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.8144642Z [00:04:24.466]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.8145070Z [00:04:24.466]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.8145572Z [00:04:24.466]➜  EOF
2025-08-20T22:42:42.8148718Z [00:04:24.466]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1773/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/resolveindex=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/resolveindex;$WORK/b1773=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex -lang=go1.22 -complete -installsuffix shared -buildid O3vjbYXiGsuafCzJWt7S/O3vjbYXiGsuafCzJWt7S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1773/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/resolveindex/resolve_index.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/resolveindex/response.go
2025-08-20T22:42:42.8151734Z [00:04:24.467]➜  cp $WORK/b1766/_pkg_.a /root/.cache/go-build/b2/b2f9bf1c8fb7052e76b1328645278b0cd320da30f52ff4e623d13568c0522414-d # internal
2025-08-20T22:42:42.8163730Z [00:04:24.469]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover
2025-08-20T22:42:42.8164207Z [00:04:24.469]➜  mkdir -p $WORK/b1774/
2025-08-20T22:42:42.8165197Z [00:04:24.469]➜  cat >/tmp/go-build3998081543/b1774/importcfg << 'EOF' # internal
2025-08-20T22:42:42.8166045Z [00:04:24.469]➜  # import config
2025-08-20T22:42:42.8167019Z [00:04:24.469]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.8167466Z [00:04:24.469]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.8167922Z [00:04:24.469]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.8168386Z [00:04:24.469]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.8168815Z [00:04:24.469]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.8169444Z [00:04:24.469]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.8170255Z [00:04:24.469]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.8170822Z [00:04:24.469]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.8171248Z [00:04:24.469]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.8171678Z [00:04:24.469]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.8172105Z [00:04:24.469]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.8172533Z [00:04:24.469]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.8173163Z [00:04:24.469]➜  EOF
2025-08-20T22:42:42.8181154Z [00:04:24.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1774/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/rollover=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/rollover;$WORK/b1774=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover -lang=go1.22 -complete -installsuffix shared -buildid ZAi-engQ4sLtze-uSZbZ/ZAi-engQ4sLtze-uSZbZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1774/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/rollover/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/rollover/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/rollover/rollover.go
2025-08-20T22:42:42.8225290Z [00:04:24.475]➜  go tool buildid -w $WORK/b1771/_pkg_.a # internal
2025-08-20T22:42:42.8260627Z [00:04:24.478]➜  cp $WORK/b1771/_pkg_.a /root/.cache/go-build/78/78f3c96363941f6d68e4d2fc4a5fff1064a03ee445618b1fc5f673b170b68ced-d # internal
2025-08-20T22:42:42.8261977Z [00:04:24.478]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments
2025-08-20T22:42:42.8262409Z [00:04:24.478]➜  mkdir -p $WORK/b1775/
2025-08-20T22:42:42.8262794Z [00:04:24.478]➜  cat >/tmp/go-build3998081543/b1775/importcfg << 'EOF' # internal
2025-08-20T22:42:42.8263148Z [00:04:24.478]➜  # import config
2025-08-20T22:42:42.8263496Z [00:04:24.478]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.8263965Z [00:04:24.478]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.8264416Z [00:04:24.478]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.8264835Z [00:04:24.478]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.8266417Z [00:04:24.478]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.8267705Z [00:04:24.478]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.8268654Z [00:04:24.478]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.8269308Z [00:04:24.478]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.8269731Z [00:04:24.478]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.8270202Z [00:04:24.478]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.8270635Z [00:04:24.478]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.8271062Z [00:04:24.478]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.8271382Z [00:04:24.478]➜  EOF
2025-08-20T22:42:42.8274162Z [00:04:24.478]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1775/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/segments=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/segments;$WORK/b1775=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments -lang=go1.22 -complete -installsuffix shared -buildid 8WdjQpDmoQzZeDIZm3_A/8WdjQpDmoQzZeDIZm3_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1775/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/segments/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/segments/segments.go
2025-08-20T22:42:42.8811275Z [00:04:24.533]➜  go tool buildid -w $WORK/b1773/_pkg_.a # internal
2025-08-20T22:42:42.8838367Z [00:04:24.535]➜  cp $WORK/b1773/_pkg_.a /root/.cache/go-build/f2/f29308f211c464d32d2912dbb9e2ab4fe283a1197f17792d54cff4c9d9bf641d-d # internal
2025-08-20T22:42:42.8839119Z [00:04:24.536]➜  go tool buildid -w $WORK/b1772/_pkg_.a # internal
2025-08-20T22:42:42.8839987Z [00:04:24.536]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores
2025-08-20T22:42:42.8845519Z [00:04:24.537]➜  mkdir -p $WORK/b1776/
2025-08-20T22:42:42.8848685Z [00:04:24.537]➜  cat >/tmp/go-build3998081543/b1776/importcfg << 'EOF' # internal
2025-08-20T22:42:42.8849770Z [00:04:24.537]➜  # import config
2025-08-20T22:42:42.8852902Z [00:04:24.537]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.8853891Z [00:04:24.537]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.8854856Z [00:04:24.537]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.8856062Z [00:04:24.537]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.8856946Z [00:04:24.537]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.8861829Z [00:04:24.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.8862851Z [00:04:24.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.8864046Z [00:04:24.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build3998081543/b1777/_pkg_.a
2025-08-20T22:42:42.8864709Z [00:04:24.538]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.8865130Z [00:04:24.538]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.8865760Z [00:04:24.538]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.8866195Z [00:04:24.538]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.8866622Z [00:04:24.538]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.8866941Z [00:04:24.538]➜  EOF
2025-08-20T22:42:42.8875533Z [00:04:24.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1776/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/shardstores=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/shardstores;$WORK/b1776=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores -lang=go1.22 -complete -installsuffix shared -buildid zPalbdRT6FgxAVm-c_zl/zPalbdRT6FgxAVm-c_zl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1776/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/shardstores/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/shardstores/shard_stores.go
2025-08-20T22:42:42.8881625Z [00:04:24.540]➜  cp $WORK/b1772/_pkg_.a /root/.cache/go-build/7d/7dd8f7d8aa1f1bfebbd9ca22ece14fbc601363ae9517a34b618e81698d9360ff-d # internal
2025-08-20T22:42:42.8882465Z [00:04:24.540]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink
2025-08-20T22:42:42.8884674Z [00:04:24.540]➜  mkdir -p $WORK/b1778/
2025-08-20T22:42:42.8885309Z [00:04:24.541]➜  cat >/tmp/go-build3998081543/b1778/importcfg << 'EOF' # internal
2025-08-20T22:42:42.8886193Z [00:04:24.541]➜  # import config
2025-08-20T22:42:42.8886701Z [00:04:24.541]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.8887422Z [00:04:24.541]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.8888218Z [00:04:24.541]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.8888878Z [00:04:24.541]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.8889497Z [00:04:24.541]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.8890315Z [00:04:24.541]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.8896712Z [00:04:24.541]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.8898107Z [00:04:24.541]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.8898934Z [00:04:24.541]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.8899674Z [00:04:24.541]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.8900539Z [00:04:24.541]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.8901343Z [00:04:24.541]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.8901812Z [00:04:24.541]➜  EOF
2025-08-20T22:42:42.8905312Z [00:04:24.541]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1778/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/shrink=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/shrink;$WORK/b1778=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink -lang=go1.22 -complete -installsuffix shared -buildid pWYGtUDvbCDwPsIRa5oP/pWYGtUDvbCDwPsIRa5oP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1778/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/shrink/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/shrink/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/shrink/shrink.go
2025-08-20T22:42:42.8939720Z [00:04:24.546]➜  go tool buildid -w $WORK/b1775/_pkg_.a # internal
2025-08-20T22:42:42.8951030Z [00:04:24.547]➜  cp $WORK/b1775/_pkg_.a /root/.cache/go-build/c7/c76e5ccf1a945bef55ad1b471cdaf04f28bca8a8854a04d0f88ec04c2c9d7fc2-d # internal
2025-08-20T22:42:42.8962354Z [00:04:24.548]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate
2025-08-20T22:42:42.8963668Z [00:04:24.548]➜  mkdir -p $WORK/b1779/
2025-08-20T22:42:42.8965532Z [00:04:24.548]➜  cat >/tmp/go-build3998081543/b1779/importcfg << 'EOF' # internal
2025-08-20T22:42:42.8966158Z [00:04:24.548]➜  # import config
2025-08-20T22:42:42.8966931Z [00:04:24.548]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.8968163Z [00:04:24.548]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.8970094Z [00:04:24.548]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.8970520Z [00:04:24.548]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.8971150Z [00:04:24.548]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.8972013Z [00:04:24.548]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.8972583Z [00:04:24.548]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.8973000Z [00:04:24.548]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.8973433Z [00:04:24.548]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.8976931Z [00:04:24.548]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.8977428Z [00:04:24.548]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.8977745Z [00:04:24.548]➜  EOF
2025-08-20T22:42:42.8980890Z [00:04:24.548]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1779/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/simulateindextemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/simulateindextemplate;$WORK/b1779=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate -lang=go1.22 -complete -installsuffix shared -buildid O6namzKOhC2PG1ivf3g3/O6namzKOhC2PG1ivf3g3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1779/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/simulateindextemplate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/simulateindextemplate/simulate_index_template.go
2025-08-20T22:42:42.9025128Z [00:04:24.555]➜  go tool buildid -w $WORK/b1774/_pkg_.a # internal
2025-08-20T22:42:42.9042979Z [00:04:24.557]➜  cp $WORK/b1774/_pkg_.a /root/.cache/go-build/79/7962878587b81500bfd4c38a7eeb3478c7f336d29e32d42a8a84e5be2413c9b2-d # internal
2025-08-20T22:42:42.9056123Z [00:04:24.558]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate
2025-08-20T22:42:42.9058010Z [00:04:24.558]➜  mkdir -p $WORK/b1780/
2025-08-20T22:42:42.9065167Z [00:04:24.559]➜  cat >/tmp/go-build3998081543/b1780/importcfg << 'EOF' # internal
2025-08-20T22:42:42.9066963Z [00:04:24.559]➜  # import config
2025-08-20T22:42:42.9067558Z [00:04:24.559]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.9068223Z [00:04:24.559]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.9068710Z [00:04:24.559]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.9069160Z [00:04:24.559]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.9069599Z [00:04:24.559]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.9070236Z [00:04:24.559]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.9071033Z [00:04:24.559]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.9071614Z [00:04:24.559]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.9072038Z [00:04:24.559]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.9072471Z [00:04:24.559]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.9072897Z [00:04:24.559]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.9073323Z [00:04:24.559]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.9073642Z [00:04:24.559]➜  EOF
2025-08-20T22:42:42.9077454Z [00:04:24.559]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1780/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/simulatetemplate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/simulatetemplate;$WORK/b1780=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate -lang=go1.22 -complete -installsuffix shared -buildid KvlZ-Vjwxxu3tu507fXK/KvlZ-Vjwxxu3tu507fXK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1780/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/simulatetemplate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/simulatetemplate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/simulatetemplate/simulate_template.go
2025-08-20T22:42:42.9602324Z [00:04:24.612]➜  go tool buildid -w $WORK/b1776/_pkg_.a # internal
2025-08-20T22:42:42.9610352Z [00:04:24.613]➜  cp $WORK/b1776/_pkg_.a /root/.cache/go-build/a5/a501637b87c03ad412df466f132c885211188766e5ac4f7374548f1524454c2d-d # internal
2025-08-20T22:42:42.9622546Z [00:04:24.615]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/split
2025-08-20T22:42:42.9628338Z [00:04:24.615]➜  mkdir -p $WORK/b1781/
2025-08-20T22:42:42.9635842Z [00:04:24.616]➜  cat >/tmp/go-build3998081543/b1781/importcfg << 'EOF' # internal
2025-08-20T22:42:42.9637133Z [00:04:24.616]➜  # import config
2025-08-20T22:42:42.9637962Z [00:04:24.616]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:42.9638470Z [00:04:24.616]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.9638930Z [00:04:24.616]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.9639381Z [00:04:24.616]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.9639804Z [00:04:24.616]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.9640843Z [00:04:24.616]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.9641658Z [00:04:24.616]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.9642230Z [00:04:24.616]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.9642650Z [00:04:24.616]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.9643085Z [00:04:24.616]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.9643647Z [00:04:24.616]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.9644184Z [00:04:24.616]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.9644504Z [00:04:24.616]➜  EOF
2025-08-20T22:42:42.9647896Z [00:04:24.616]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1781/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/split=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/split;$WORK/b1781=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/split -lang=go1.22 -complete -installsuffix shared -buildid q-zPPAPai98l4q87CqUx/q-zPPAPai98l4q87CqUx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1781/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/split/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/split/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/split/split.go
2025-08-20T22:42:42.9714180Z [00:04:24.624]➜  go tool buildid -w $WORK/b1778/_pkg_.a # internal
2025-08-20T22:42:42.9730503Z [00:04:24.625]➜  cp $WORK/b1778/_pkg_.a /root/.cache/go-build/65/658593175941c3e4992cba451d8a38c99c826f17dff0019214867d80978598dc-d # internal
2025-08-20T22:42:42.9742445Z [00:04:24.627]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats
2025-08-20T22:42:42.9743998Z [00:04:24.627]➜  mkdir -p $WORK/b1782/
2025-08-20T22:42:42.9754359Z [00:04:24.628]➜  cat >/tmp/go-build3998081543/b1782/importcfg << 'EOF' # internal
2025-08-20T22:42:42.9755774Z [00:04:24.628]➜  # import config
2025-08-20T22:42:42.9757675Z [00:04:24.628]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.9758219Z [00:04:24.628]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.9758672Z [00:04:24.628]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.9759105Z [00:04:24.628]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.9759736Z [00:04:24.628]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.9760525Z [00:04:24.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.9761390Z [00:04:24.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.9762365Z [00:04:24.628]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3998081543/b1607/_pkg_.a
2025-08-20T22:42:42.9762974Z [00:04:24.628]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.9763395Z [00:04:24.628]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.9763827Z [00:04:24.628]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.9764259Z [00:04:24.628]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.9764683Z [00:04:24.628]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.9765001Z [00:04:24.628]➜  EOF
2025-08-20T22:42:42.9773193Z [00:04:24.629]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1782/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/stats;$WORK/b1782=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats -lang=go1.22 -complete -installsuffix shared -buildid pxDcm3qBCKZxALvfVIp5/pxDcm3qBCKZxALvfVIp5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1782/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/stats/stats.go
2025-08-20T22:42:42.9796212Z [00:04:24.631]➜  go tool buildid -w $WORK/b1779/_pkg_.a # internal
2025-08-20T22:42:42.9797037Z [00:04:24.632]➜  cp $WORK/b1779/_pkg_.a /root/.cache/go-build/da/da1db755e9467fedef5ad964321cb75ac176868b17b3956b14936b5f322f8521-d # internal
2025-08-20T22:42:42.9830872Z [00:04:24.635]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze
2025-08-20T22:42:42.9831288Z [00:04:24.635]➜  mkdir -p $WORK/b1783/
2025-08-20T22:42:42.9831687Z [00:04:24.635]➜  cat >/tmp/go-build3998081543/b1783/importcfg << 'EOF' # internal
2025-08-20T22:42:42.9832062Z [00:04:24.635]➜  # import config
2025-08-20T22:42:42.9832408Z [00:04:24.635]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:42.9832867Z [00:04:24.635]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:42.9833307Z [00:04:24.635]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:42.9833722Z [00:04:24.635]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:42.9834360Z [00:04:24.635]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:42.9835153Z [00:04:24.635]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:42.9836274Z [00:04:24.635]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:42.9837274Z [00:04:24.635]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:42.9837792Z [00:04:24.635]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:42.9838292Z [00:04:24.635]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:42.9838718Z [00:04:24.635]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:42.9839144Z [00:04:24.635]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:42.9839456Z [00:04:24.635]➜  EOF
2025-08-20T22:42:42.9842245Z [00:04:24.635]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1783/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/unfreeze=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/unfreeze;$WORK/b1783=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze -lang=go1.22 -complete -installsuffix shared -buildid ycRf-McJmoP7hgkwGimf/ycRf-McJmoP7hgkwGimf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1783/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/unfreeze/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/unfreeze/unfreeze.go
2025-08-20T22:42:43.0060378Z [00:04:24.657]➜  go tool buildid -w $WORK/b1780/_pkg_.a # internal
2025-08-20T22:42:43.0061119Z [00:04:24.658]➜  cp $WORK/b1780/_pkg_.a /root/.cache/go-build/c8/c8ad77c8666ec9785b53ac122e6381d507dc240e437e0024d3827b580c03377b-d # internal
2025-08-20T22:42:43.0072926Z [00:04:24.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases
2025-08-20T22:42:43.0078910Z [00:04:24.660]➜  mkdir -p $WORK/b1784/
2025-08-20T22:42:43.0090879Z [00:04:24.661]➜  cat >/tmp/go-build3998081543/b1784/importcfg << 'EOF' # internal
2025-08-20T22:42:43.0094972Z [00:04:24.662]➜  # import config
2025-08-20T22:42:43.0099678Z [00:04:24.662]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.0105271Z [00:04:24.662]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.0105995Z [00:04:24.662]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.0106449Z [00:04:24.663]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.0106870Z [00:04:24.663]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.0107506Z [00:04:24.663]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.0108583Z [00:04:24.663]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.0109212Z [00:04:24.663]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.0109630Z [00:04:24.663]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.0110060Z [00:04:24.663]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.0110503Z [00:04:24.663]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.0110938Z [00:04:24.663]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.0111253Z [00:04:24.663]➜  EOF
2025-08-20T22:42:43.0114581Z [00:04:24.663]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1784/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/updatealiases=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/updatealiases;$WORK/b1784=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases -lang=go1.22 -complete -installsuffix shared -buildid oeGC37o8ku5ltlSfzxhJ/oeGC37o8ku5ltlSfzxhJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1784/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/updatealiases/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/updatealiases/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/updatealiases/update_aliases.go
2025-08-20T22:42:43.0367625Z [00:04:24.689]➜  go tool buildid -w $WORK/b1781/_pkg_.a # internal
2025-08-20T22:42:43.0380327Z [00:04:24.690]➜  cp $WORK/b1781/_pkg_.a /root/.cache/go-build/6b/6b368aad9e3b3ebe45f19971374cf8e5de6ee30ba9e83eba3f7a22242d757322-d # internal
2025-08-20T22:42:43.0410699Z [00:04:24.693]➜  github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery
2025-08-20T22:42:43.0412802Z [00:04:24.694]➜  mkdir -p $WORK/b1785/
2025-08-20T22:42:43.0415027Z [00:04:24.694]➜  cat >/tmp/go-build3998081543/b1785/importcfg << 'EOF' # internal
2025-08-20T22:42:43.0415837Z [00:04:24.694]➜  # import config
2025-08-20T22:42:43.0416363Z [00:04:24.694]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.0417973Z [00:04:24.694]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.0418596Z [00:04:24.694]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.0419476Z [00:04:24.694]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.0421699Z [00:04:24.694]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.0422352Z [00:04:24.694]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.0423147Z [00:04:24.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.0424020Z [00:04:24.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:43.0424933Z [00:04:24.694]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:42:43.0425806Z [00:04:24.694]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.0426232Z [00:04:24.694]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.0427082Z [00:04:24.694]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.0427517Z [00:04:24.694]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.0427943Z [00:04:24.694]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.0428261Z [00:04:24.694]➜  EOF
2025-08-20T22:42:43.0448222Z [00:04:24.696]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1785/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/validatequery=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/validatequery;$WORK/b1785=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery -lang=go1.22 -complete -installsuffix shared -buildid CbRh7d6HVyzSaF2rHWv_/CbRh7d6HVyzSaF2rHWv_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1785/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/validatequery/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/validatequery/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/indices/validatequery/validate_query.go
2025-08-20T22:42:43.0661257Z [00:04:24.718]➜  go tool buildid -w $WORK/b1783/_pkg_.a # internal
2025-08-20T22:42:43.0687671Z [00:04:24.721]➜  go tool buildid -w $WORK/b1782/_pkg_.a # internal
2025-08-20T22:42:43.0688454Z [00:04:24.721]➜  cp $WORK/b1783/_pkg_.a /root/.cache/go-build/70/704f992fbb0e5512af65213e1fa8807d76101b96c5a70e67e1c113483da7ed1e-d # internal
2025-08-20T22:42:43.0694715Z [00:04:24.722]➜  cp $WORK/b1782/_pkg_.a /root/.cache/go-build/2a/2ad5a3dbeedd7080d0d6b7c0434185d150ea6e0e530617f09c70da7460a1022f-d # internal
2025-08-20T22:42:43.0700956Z [00:04:24.722]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/get
2025-08-20T22:42:43.0702162Z [00:04:24.722]➜  mkdir -p $WORK/b1787/
2025-08-20T22:42:43.0702652Z [00:04:24.723]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete
2025-08-20T22:42:43.0703546Z [00:04:24.723]➜  mkdir -p $WORK/b1786/
2025-08-20T22:42:43.0730507Z [00:04:24.725]➜  cat >/tmp/go-build3998081543/b1786/importcfg << 'EOF' # internal
2025-08-20T22:42:43.0731648Z [00:04:24.725]➜  # import config
2025-08-20T22:42:43.0732727Z [00:04:24.725]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.0733192Z [00:04:24.725]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.0733662Z [00:04:24.725]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.0734078Z [00:04:24.725]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.0734707Z [00:04:24.725]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.0735650Z [00:04:24.725]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.0736306Z [00:04:24.725]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.0736737Z [00:04:24.725]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.0737170Z [00:04:24.725]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.0737596Z [00:04:24.725]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.0738025Z [00:04:24.725]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.0738338Z [00:04:24.725]➜  EOF
2025-08-20T22:42:43.0741388Z [00:04:24.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1786/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/delete;$WORK/b1786=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete -lang=go1.22 -complete -installsuffix shared -buildid rCIP2ojrqCW7yrFUFPA_/rCIP2ojrqCW7yrFUFPA_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1786/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/delete/response.go
2025-08-20T22:42:43.0744059Z [00:04:24.725]➜  cat >/tmp/go-build3998081543/b1787/importcfg << 'EOF' # internal
2025-08-20T22:42:43.0744412Z [00:04:24.725]➜  # import config
2025-08-20T22:42:43.0744751Z [00:04:24.725]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.0745203Z [00:04:24.725]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.0746029Z [00:04:24.725]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.0746451Z [00:04:24.725]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.0747075Z [00:04:24.725]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.0748136Z [00:04:24.725]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.0748707Z [00:04:24.725]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.0749130Z [00:04:24.725]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.0749560Z [00:04:24.725]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.0749999Z [00:04:24.725]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.0750436Z [00:04:24.725]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.0750753Z [00:04:24.725]➜  EOF
2025-08-20T22:42:43.0753596Z [00:04:24.725]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1787/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/get;$WORK/b1787=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/get -lang=go1.22 -complete -installsuffix shared -buildid HUU5d6aFIz7ylJqwZHHI/HUU5d6aFIz7ylJqwZHHI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1787/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/get/response.go
2025-08-20T22:42:43.0791859Z [00:04:24.731]➜  go tool buildid -w $WORK/b1784/_pkg_.a # internal
2025-08-20T22:42:43.0803423Z [00:04:24.733]➜  cp $WORK/b1784/_pkg_.a /root/.cache/go-build/49/4915c0374ea5153df77aee11517b21a480bb92bbf2e7a1e2f176587f8fa89eb6-d # internal
2025-08-20T22:42:43.0817656Z [00:04:24.734]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference
2025-08-20T22:42:43.0818129Z [00:04:24.734]➜  mkdir -p $WORK/b1788/
2025-08-20T22:42:43.0818514Z [00:04:24.734]➜  cat >/tmp/go-build3998081543/b1788/importcfg << 'EOF' # internal
2025-08-20T22:42:43.0818889Z [00:04:24.734]➜  # import config
2025-08-20T22:42:43.0819243Z [00:04:24.734]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.0819670Z [00:04:24.734]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.0820121Z [00:04:24.734]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.0820566Z [00:04:24.734]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.0820980Z [00:04:24.734]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.0821903Z [00:04:24.734]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.0822797Z [00:04:24.734]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.0823363Z [00:04:24.734]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.0823781Z [00:04:24.734]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.0824448Z [00:04:24.734]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.0824880Z [00:04:24.734]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.0825311Z [00:04:24.734]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.0826220Z [00:04:24.734]➜  EOF
2025-08-20T22:42:43.0829506Z [00:04:24.734]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1788/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/inference=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/inference;$WORK/b1788=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference -lang=go1.22 -complete -installsuffix shared -buildid vREpqcbMWs9KjfYcrvkR/vREpqcbMWs9KjfYcrvkR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1788/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/inference/inference.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/inference/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/inference/response.go
2025-08-20T22:42:43.1205240Z [00:04:24.773]➜  go tool buildid -w $WORK/b1785/_pkg_.a # internal
2025-08-20T22:42:43.1221832Z [00:04:24.774]➜  cp $WORK/b1785/_pkg_.a /root/.cache/go-build/01/01c8f7774e9d03d2f7f48ad8ac65e44233a188ebac302a17f2b3aae8ded097f7-d # internal
2025-08-20T22:42:43.1261660Z [00:04:24.778]➜  github.com/elastic/go-elasticsearch/v8/typedapi/inference/put
2025-08-20T22:42:43.1280100Z [00:04:24.778]➜  mkdir -p $WORK/b1789/
2025-08-20T22:42:43.1280572Z [00:04:24.779]➜  cat >/tmp/go-build3998081543/b1789/importcfg << 'EOF' # internal
2025-08-20T22:42:43.1280931Z [00:04:24.779]➜  # import config
2025-08-20T22:42:43.1281276Z [00:04:24.779]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.1281707Z [00:04:24.779]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.1282501Z [00:04:24.779]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.1283025Z [00:04:24.779]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.1283442Z [00:04:24.779]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.1284074Z [00:04:24.779]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.1284872Z [00:04:24.779]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.1289905Z [00:04:24.779]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3998081543/b1531/_pkg_.a
2025-08-20T22:42:43.1290646Z [00:04:24.779]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.1291072Z [00:04:24.779]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.1291532Z [00:04:24.779]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.1291965Z [00:04:24.779]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.1292390Z [00:04:24.779]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.1292705Z [00:04:24.779]➜  EOF
2025-08-20T22:42:43.1296256Z [00:04:24.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1789/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/put=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/put;$WORK/b1789=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/inference/put -lang=go1.22 -complete -installsuffix shared -buildid m1G3X6Yte0PW3aoM7MNr/m1G3X6Yte0PW3aoM7MNr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1789/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/put/put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/put/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/inference/put/response.go
2025-08-20T22:42:43.1452554Z [00:04:24.797]➜  go tool buildid -w $WORK/b1786/_pkg_.a # internal
2025-08-20T22:42:43.1463650Z [00:04:24.799]➜  cp $WORK/b1786/_pkg_.a /root/.cache/go-build/5e/5e167ba023992ab767f1232d622cfa5a2182105f9d8ea4e904f4725b1ffac37d-d # internal
2025-08-20T22:42:43.1485680Z [00:04:24.801]➜  go tool buildid -w $WORK/b1787/_pkg_.a # internal
2025-08-20T22:42:43.1498216Z [00:04:24.802]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase
2025-08-20T22:42:43.1498703Z [00:04:24.802]➜  mkdir -p $WORK/b1790/
2025-08-20T22:42:43.1499332Z [00:04:24.802]➜  cp $WORK/b1787/_pkg_.a /root/.cache/go-build/c6/c6fd9316df9700d22be20f3dc77d9471a1e8d958abf53e7d499c46cca832024c-d # internal
2025-08-20T22:42:43.1509362Z [00:04:24.803]➜  cat >/tmp/go-build3998081543/b1790/importcfg << 'EOF' # internal
2025-08-20T22:42:43.1510148Z [00:04:24.803]➜  # import config
2025-08-20T22:42:43.1510633Z [00:04:24.803]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.1511154Z [00:04:24.803]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.1511606Z [00:04:24.803]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.1512025Z [00:04:24.803]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.1512682Z [00:04:24.803]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.1513475Z [00:04:24.803]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.1514041Z [00:04:24.803]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.1524865Z [00:04:24.803]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.1525437Z [00:04:24.803]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.1526456Z [00:04:24.803]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.1527390Z [00:04:24.803]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.1527719Z [00:04:24.803]➜  EOF
2025-08-20T22:42:43.1528014Z [00:04:24.803]➜  go tool buildid -w $WORK/b1788/_pkg_.a # internal
2025-08-20T22:42:43.1528482Z [00:04:24.804]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline
2025-08-20T22:42:43.1528886Z [00:04:24.804]➜  mkdir -p $WORK/b1791/
2025-08-20T22:42:43.1531522Z [00:04:24.804]➜  cat >/tmp/go-build3998081543/b1791/importcfg << 'EOF' # internal
2025-08-20T22:42:43.1531879Z [00:04:24.804]➜  # import config
2025-08-20T22:42:43.1532226Z [00:04:24.804]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.1532681Z [00:04:24.804]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.1533125Z [00:04:24.804]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.1533558Z [00:04:24.804]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.1540965Z [00:04:24.804]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.1544075Z [00:04:24.804]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.1544727Z [00:04:24.804]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.1545532Z [00:04:24.804]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.1546084Z [00:04:24.804]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.1546519Z [00:04:24.804]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.1546947Z [00:04:24.804]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.1547265Z [00:04:24.804]➜  EOF
2025-08-20T22:42:43.1550436Z [00:04:24.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1791/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/deletepipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/deletepipeline;$WORK/b1791=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline -lang=go1.22 -complete -installsuffix shared -buildid FcOLCixg4LSzMkzg-E-G/FcOLCixg4LSzMkzg-E-G -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1791/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/deletepipeline/delete_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/deletepipeline/response.go
2025-08-20T22:42:43.1556196Z [00:04:24.805]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1790/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/deletegeoipdatabase=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/deletegeoipdatabase;$WORK/b1790=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase -lang=go1.22 -complete -installsuffix shared -buildid uWABmGJVTYOrapVHXSks/uWABmGJVTYOrapVHXSks -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1790/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/deletegeoipdatabase/delete_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/deletegeoipdatabase/response.go
2025-08-20T22:42:43.1559323Z [00:04:24.806]➜  cp $WORK/b1788/_pkg_.a /root/.cache/go-build/e6/e6f99e5f9a30d66b8c9ce4a7941557d514039087a92c1f64295bd2caf12af4df-d # internal
2025-08-20T22:42:43.1560022Z [00:04:24.807]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats
2025-08-20T22:42:43.1560401Z [00:04:24.807]➜  mkdir -p $WORK/b1792/
2025-08-20T22:42:43.1560776Z [00:04:24.808]➜  cat >/tmp/go-build3998081543/b1792/importcfg << 'EOF' # internal
2025-08-20T22:42:43.1561132Z [00:04:24.808]➜  # import config
2025-08-20T22:42:43.1561483Z [00:04:24.808]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.1561937Z [00:04:24.808]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.1562385Z [00:04:24.808]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.1562797Z [00:04:24.808]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.1563427Z [00:04:24.808]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.1564217Z [00:04:24.808]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.1564783Z [00:04:24.808]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.1565206Z [00:04:24.808]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.1566109Z [00:04:24.808]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.1566565Z [00:04:24.808]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.1566994Z [00:04:24.808]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.1567308Z [00:04:24.808]➜  EOF
2025-08-20T22:42:43.1570315Z [00:04:24.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1792/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/geoipstats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/geoipstats;$WORK/b1792=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats -lang=go1.22 -complete -installsuffix shared -buildid wtoh2S1K6teJHl78WK17/wtoh2S1K6teJHl78WK17 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1792/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/geoipstats/geo_ip_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/geoipstats/response.go
2025-08-20T22:42:43.2153977Z [00:04:24.868]➜  go tool buildid -w $WORK/b1790/_pkg_.a # internal
2025-08-20T22:42:43.2166686Z [00:04:24.869]➜  go tool buildid -w $WORK/b1791/_pkg_.a # internal
2025-08-20T22:42:43.2177526Z [00:04:24.870]➜  go tool buildid -w $WORK/b1789/_pkg_.a # internal
2025-08-20T22:42:43.2178288Z [00:04:24.870]➜  cp $WORK/b1791/_pkg_.a /root/.cache/go-build/39/39afced65447bc579e4ee9d823858737dc43c4f5b94f6f870a3bb071d6409abf-d # internal
2025-08-20T22:42:43.2185967Z [00:04:24.871]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase
2025-08-20T22:42:43.2186420Z [00:04:24.871]➜  mkdir -p $WORK/b1793/
2025-08-20T22:42:43.2215218Z [00:04:24.874]➜  go tool buildid -w $WORK/b1792/_pkg_.a # internal
2025-08-20T22:42:43.2236893Z [00:04:24.876]➜  cp $WORK/b1789/_pkg_.a /root/.cache/go-build/0a/0a785f284ff343876710575089dee554da7cf854c1b73c8535b826ec8a9bc29c-d # internal
2025-08-20T22:42:43.2239984Z [00:04:24.876]➜  cat >/tmp/go-build3998081543/b1793/importcfg << 'EOF' # internal
2025-08-20T22:42:43.2242003Z [00:04:24.876]➜  # import config
2025-08-20T22:42:43.2243663Z [00:04:24.876]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.2244317Z [00:04:24.876]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.2244777Z [00:04:24.876]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.2245203Z [00:04:24.876]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.2252050Z [00:04:24.876]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.2253155Z [00:04:24.876]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.2253845Z [00:04:24.876]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.2254269Z [00:04:24.876]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.2254724Z [00:04:24.876]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.2255159Z [00:04:24.876]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.2255865Z [00:04:24.876]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.2256195Z [00:04:24.876]➜  EOF
2025-08-20T22:42:43.2260377Z [00:04:24.876]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1793/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/getgeoipdatabase=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/getgeoipdatabase;$WORK/b1793=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase -lang=go1.22 -complete -installsuffix shared -buildid AeJEA7OXRYXPRlLZ2Luy/AeJEA7OXRYXPRlLZ2Luy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1793/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/getgeoipdatabase/get_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/getgeoipdatabase/response.go
2025-08-20T22:42:43.2271279Z [00:04:24.876]➜  cp $WORK/b1790/_pkg_.a /root/.cache/go-build/e5/e51dbba8431c82f4ae26e9c2be0120a872112663ed4878dcb453758cfacfd83a-d # internal
2025-08-20T22:42:43.2272708Z [00:04:24.877]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline
2025-08-20T22:42:43.2273126Z [00:04:24.877]➜  mkdir -p $WORK/b1794/
2025-08-20T22:42:43.2274061Z [00:04:24.877]➜  cp $WORK/b1792/_pkg_.a /root/.cache/go-build/3d/3d922945888960bfc1306e6a9b3f17037f1e7983caf9ec4e796ca9ba45f461d1-d # internal
2025-08-20T22:42:43.2274781Z [00:04:24.877]➜  cat >/tmp/go-build3998081543/b1794/importcfg << 'EOF' # internal
2025-08-20T22:42:43.2275132Z [00:04:24.877]➜  # import config
2025-08-20T22:42:43.2275675Z [00:04:24.877]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.2276193Z [00:04:24.877]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.2276863Z [00:04:24.877]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.2277285Z [00:04:24.877]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.2277911Z [00:04:24.877]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.2278699Z [00:04:24.877]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.2279271Z [00:04:24.877]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.2279693Z [00:04:24.877]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.2280125Z [00:04:24.877]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.2280552Z [00:04:24.877]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.2280983Z [00:04:24.877]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.2281492Z [00:04:24.877]➜  EOF
2025-08-20T22:42:43.2284427Z [00:04:24.877]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1794/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/getpipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/getpipeline;$WORK/b1794=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline -lang=go1.22 -complete -installsuffix shared -buildid bpLzDPnUYQqv32TAl0pT/bpLzDPnUYQqv32TAl0pT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1794/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/getpipeline/get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/getpipeline/response.go
2025-08-20T22:42:43.2287246Z [00:04:24.877]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok
2025-08-20T22:42:43.2287641Z [00:04:24.877]➜  mkdir -p $WORK/b1795/
2025-08-20T22:42:43.2288020Z [00:04:24.878]➜  cat >/tmp/go-build3998081543/b1795/importcfg << 'EOF' # internal
2025-08-20T22:42:43.2288370Z [00:04:24.878]➜  # import config
2025-08-20T22:42:43.2288711Z [00:04:24.878]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.2289161Z [00:04:24.878]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.2289604Z [00:04:24.878]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.2290021Z [00:04:24.878]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.2290653Z [00:04:24.878]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.2291444Z [00:04:24.878]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.2292010Z [00:04:24.878]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.2292436Z [00:04:24.878]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.2292877Z [00:04:24.878]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.2293305Z [00:04:24.878]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.2293733Z [00:04:24.878]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.2294047Z [00:04:24.878]➜  EOF
2025-08-20T22:42:43.2298139Z [00:04:24.878]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1795/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/processorgrok=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/processorgrok;$WORK/b1795=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok -lang=go1.22 -complete -installsuffix shared -buildid VsGVoQOuej_5rMfE4p3u/VsGVoQOuej_5rMfE4p3u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1795/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/processorgrok/processor_grok.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/processorgrok/response.go
2025-08-20T22:42:43.2301463Z [00:04:24.878]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase
2025-08-20T22:42:43.2302072Z [00:04:24.878]➜  mkdir -p $WORK/b1796/
2025-08-20T22:42:43.2302460Z [00:04:24.879]➜  cat >/tmp/go-build3998081543/b1796/importcfg << 'EOF' # internal
2025-08-20T22:42:43.2303257Z [00:04:24.879]➜  # import config
2025-08-20T22:42:43.2303843Z [00:04:24.879]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.2304479Z [00:04:24.879]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.2304994Z [00:04:24.879]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.2305829Z [00:04:24.879]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.2306375Z [00:04:24.879]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.2307604Z [00:04:24.879]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.2308728Z [00:04:24.879]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.2309503Z [00:04:24.879]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.2309984Z [00:04:24.879]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.2310648Z [00:04:24.879]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.2311287Z [00:04:24.879]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.2311917Z [00:04:24.879]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.2312247Z [00:04:24.879]➜  EOF
2025-08-20T22:42:43.2316290Z [00:04:24.879]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1796/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putgeoipdatabase=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putgeoipdatabase;$WORK/b1796=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase -lang=go1.22 -complete -installsuffix shared -buildid 0ZU1qMzQLWwV1GmJryVp/0ZU1qMzQLWwV1GmJryVp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1796/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putgeoipdatabase/put_geoip_database.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putgeoipdatabase/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putgeoipdatabase/response.go
2025-08-20T22:42:43.2922590Z [00:04:24.945]➜  go tool buildid -w $WORK/b1793/_pkg_.a # internal
2025-08-20T22:42:43.2924690Z [00:04:24.945]➜  cp $WORK/b1793/_pkg_.a /root/.cache/go-build/ca/ca3246b563e735d54bd406fe430961bf314f13195da5aa6645277673c7743d3d-d # internal
2025-08-20T22:42:43.2933085Z [00:04:24.946]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline
2025-08-20T22:42:43.2933916Z [00:04:24.946]➜  mkdir -p $WORK/b1797/
2025-08-20T22:42:43.2946394Z [00:04:24.947]➜  go tool buildid -w $WORK/b1795/_pkg_.a # internal
2025-08-20T22:42:43.2947152Z [00:04:24.947]➜  cat >/tmp/go-build3998081543/b1797/importcfg << 'EOF' # internal
2025-08-20T22:42:43.2947829Z [00:04:24.947]➜  # import config
2025-08-20T22:42:43.2948669Z [00:04:24.947]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.2949456Z [00:04:24.947]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.2949983Z [00:04:24.947]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.2950440Z [00:04:24.947]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.2950858Z [00:04:24.947]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.2951695Z [00:04:24.947]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.2952503Z [00:04:24.947]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.2953073Z [00:04:24.947]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.2953495Z [00:04:24.947]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.2953929Z [00:04:24.947]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.2954364Z [00:04:24.947]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.2954796Z [00:04:24.947]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.2955114Z [00:04:24.947]➜  EOF
2025-08-20T22:42:43.2959506Z [00:04:24.947]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1797/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putpipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putpipeline;$WORK/b1797=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline -lang=go1.22 -complete -installsuffix shared -buildid hRFjzRK5YOWc6k52d7q7/hRFjzRK5YOWc6k52d7q7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1797/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putpipeline/put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putpipeline/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/putpipeline/response.go
2025-08-20T22:42:43.2962583Z [00:04:24.947]➜  go tool buildid -w $WORK/b1794/_pkg_.a # internal
2025-08-20T22:42:43.2968800Z [00:04:24.949]➜  cp $WORK/b1795/_pkg_.a /root/.cache/go-build/be/be68eb855f63075befc6a3d7a5aa67fb4c627978752432361aed001422bbff34-d # internal
2025-08-20T22:42:43.2973076Z [00:04:24.950]➜  cp $WORK/b1794/_pkg_.a /root/.cache/go-build/3a/3a943ec8dc7dbc9b0dc388c3656f31ec565c1293c3233b4e59972626bc531a9e-d # internal
2025-08-20T22:42:43.2992068Z [00:04:24.951]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate
2025-08-20T22:42:43.2992967Z [00:04:24.951]➜  mkdir -p $WORK/b1798/
2025-08-20T22:42:43.2994589Z [00:04:24.952]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/delete
2025-08-20T22:42:43.2995066Z [00:04:24.952]➜  mkdir -p $WORK/b1799/
2025-08-20T22:42:43.3055919Z [00:04:24.957]➜  cat >/tmp/go-build3998081543/b1798/importcfg << 'EOF' # internal
2025-08-20T22:42:43.3056354Z [00:04:24.957]➜  # import config
2025-08-20T22:42:43.3056703Z [00:04:24.957]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.3057133Z [00:04:24.957]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.3057589Z [00:04:24.957]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.3058190Z [00:04:24.957]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.3058930Z [00:04:24.957]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.3059582Z [00:04:24.957]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.3060378Z [00:04:24.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.3061237Z [00:04:24.957]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.3062345Z [00:04:24.957]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.3063068Z [00:04:24.957]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.3063767Z [00:04:24.957]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.3064492Z [00:04:24.957]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.3064984Z [00:04:24.957]➜  EOF
2025-08-20T22:42:43.3065717Z [00:04:24.957]➜  cat >/tmp/go-build3998081543/b1799/importcfg << 'EOF' # internal
2025-08-20T22:42:43.3066417Z [00:04:24.957]➜  # import config
2025-08-20T22:42:43.3067001Z [00:04:24.957]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.3067609Z [00:04:24.957]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.3068201Z [00:04:24.957]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.3070181Z [00:04:24.957]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.3070951Z [00:04:24.957]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.3071756Z [00:04:24.957]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.3072326Z [00:04:24.957]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.3072749Z [00:04:24.957]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.3073881Z [00:04:24.957]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.3074377Z [00:04:24.957]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.3074809Z [00:04:24.957]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.3075131Z [00:04:24.957]➜  EOF
2025-08-20T22:42:43.3078668Z [00:04:24.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1798/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/simulate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/simulate;$WORK/b1798=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate -lang=go1.22 -complete -installsuffix shared -buildid nAASxwUAYxSI6zNwg5pg/nAASxwUAYxSI6zNwg5pg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1798/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/simulate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/simulate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ingest/simulate/simulate.go
2025-08-20T22:42:43.3083876Z [00:04:24.957]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1799/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/delete;$WORK/b1799=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/delete -lang=go1.22 -complete -installsuffix shared -buildid M8Zc1qZQvipLOcWuM-rB/M8Zc1qZQvipLOcWuM-rB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1799/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/delete/response.go
2025-08-20T22:42:43.3087474Z [00:04:24.961]➜  go tool buildid -w $WORK/b1796/_pkg_.a # internal
2025-08-20T22:42:43.3112253Z [00:04:24.964]➜  cp $WORK/b1796/_pkg_.a /root/.cache/go-build/9d/9d8af6452bfcb55e25abd5c1b709be9ecf219a5198a54ad1a2c98b683fb64a88-d # internal
2025-08-20T22:42:43.3126953Z [00:04:24.965]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/get
2025-08-20T22:42:43.3127381Z [00:04:24.965]➜  mkdir -p $WORK/b1800/
2025-08-20T22:42:43.3136843Z [00:04:24.966]➜  cat >/tmp/go-build3998081543/b1800/importcfg << 'EOF' # internal
2025-08-20T22:42:43.3137394Z [00:04:24.966]➜  # import config
2025-08-20T22:42:43.3138633Z [00:04:24.966]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.3139964Z [00:04:24.966]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.3140725Z [00:04:24.966]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.3141198Z [00:04:24.966]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.3142036Z [00:04:24.966]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.3143061Z [00:04:24.966]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.3143851Z [00:04:24.966]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.3144453Z [00:04:24.966]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.3144897Z [00:04:24.966]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.3145439Z [00:04:24.966]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.3145937Z [00:04:24.966]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.3146258Z [00:04:24.966]➜  EOF
2025-08-20T22:42:43.3149738Z [00:04:24.966]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1800/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/get;$WORK/b1800=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/get -lang=go1.22 -complete -installsuffix shared -buildid mpYhlC2k1p10m8zDyeZa/mpYhlC2k1p10m8zDyeZa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1800/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/get/response.go
2025-08-20T22:42:43.3692576Z [00:04:25.021]➜  go tool buildid -w $WORK/b1797/_pkg_.a # internal
2025-08-20T22:42:43.3713754Z [00:04:25.024]➜  cp $WORK/b1797/_pkg_.a /root/.cache/go-build/6e/6ee22e8efda835b55b4bf0eefa3c14ee17ef0be7cf7c3918d6eb31cdae9e28dc-d # internal
2025-08-20T22:42:43.3736685Z [00:04:25.026]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus
2025-08-20T22:42:43.3738060Z [00:04:25.026]➜  mkdir -p $WORK/b1801/
2025-08-20T22:42:43.3748784Z [00:04:25.027]➜  cat >/tmp/go-build3998081543/b1801/importcfg << 'EOF' # internal
2025-08-20T22:42:43.3750006Z [00:04:25.027]➜  # import config
2025-08-20T22:42:43.3750443Z [00:04:25.027]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.3750957Z [00:04:25.027]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.3751407Z [00:04:25.027]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.3751825Z [00:04:25.027]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.3752468Z [00:04:25.027]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.3753257Z [00:04:25.027]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.3753823Z [00:04:25.027]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.3754235Z [00:04:25.027]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.3755069Z [00:04:25.027]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.3755714Z [00:04:25.027]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.3756200Z [00:04:25.027]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.3756519Z [00:04:25.027]➜  EOF
2025-08-20T22:42:43.3759628Z [00:04:25.027]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1801/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/getbasicstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/getbasicstatus;$WORK/b1801=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus -lang=go1.22 -complete -installsuffix shared -buildid ffKGy9ZJ8s9kQ1ua4tM8/ffKGy9ZJ8s9kQ1ua4tM8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1801/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/getbasicstatus/get_basic_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/getbasicstatus/response.go
2025-08-20T22:42:43.3784049Z [00:04:25.030]➜  go tool buildid -w $WORK/b1800/_pkg_.a # internal
2025-08-20T22:42:43.3785202Z [00:04:25.030]➜  cp $WORK/b1800/_pkg_.a /root/.cache/go-build/34/34767a498c9b8984ab5824b844c7b0b86d59f9b98ffd84b401fe2454bcc2057c-d # internal
2025-08-20T22:42:43.3813044Z [00:04:25.033]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus
2025-08-20T22:42:43.3814586Z [00:04:25.033]➜  mkdir -p $WORK/b1802/
2025-08-20T22:42:43.3816162Z [00:04:25.033]➜  cat >/tmp/go-build3998081543/b1802/importcfg << 'EOF' # internal
2025-08-20T22:42:43.3816530Z [00:04:25.033]➜  # import config
2025-08-20T22:42:43.3818694Z [00:04:25.033]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.3819204Z [00:04:25.033]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.3819662Z [00:04:25.033]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.3820960Z [00:04:25.033]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.3821694Z [00:04:25.033]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.3822485Z [00:04:25.033]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.3823057Z [00:04:25.033]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.3823481Z [00:04:25.033]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.3823916Z [00:04:25.033]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.3824345Z [00:04:25.033]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.3824783Z [00:04:25.033]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.3825106Z [00:04:25.033]➜  EOF
2025-08-20T22:42:43.3828464Z [00:04:25.033]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1802/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/gettrialstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/gettrialstatus;$WORK/b1802=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus -lang=go1.22 -complete -installsuffix shared -buildid OY5VYpxL-DKxyBiIqcqi/OY5VYpxL-DKxyBiIqcqi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1802/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/gettrialstatus/get_trial_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/gettrialstatus/response.go
2025-08-20T22:42:43.3847114Z [00:04:25.037]➜  go tool buildid -w $WORK/b1798/_pkg_.a # internal
2025-08-20T22:42:43.3864805Z [00:04:25.039]➜  cp $WORK/b1798/_pkg_.a /root/.cache/go-build/bb/bbafbe8efa28a6b693ec0c38eef290faca6e1a0cc32145e59d773cbb87922ad8-d # internal
2025-08-20T22:42:43.3871402Z [00:04:25.039]➜  go tool buildid -w $WORK/b1799/_pkg_.a # internal
2025-08-20T22:42:43.3885083Z [00:04:25.041]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/post
2025-08-20T22:42:43.3886144Z [00:04:25.041]➜  mkdir -p $WORK/b1803/
2025-08-20T22:42:43.3886824Z [00:04:25.041]➜  cat >/tmp/go-build3998081543/b1803/importcfg << 'EOF' # internal
2025-08-20T22:42:43.3887459Z [00:04:25.041]➜  # import config
2025-08-20T22:42:43.3888013Z [00:04:25.041]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.3889144Z [00:04:25.041]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.3890369Z [00:04:25.041]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.3890903Z [00:04:25.041]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.3891332Z [00:04:25.041]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.3891985Z [00:04:25.041]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.3892792Z [00:04:25.041]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.3893649Z [00:04:25.041]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build3998081543/b1464/_pkg_.a
2025-08-20T22:42:43.3894292Z [00:04:25.041]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.3894723Z [00:04:25.041]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.3895155Z [00:04:25.041]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.3895853Z [00:04:25.041]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.3896287Z [00:04:25.041]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.3896603Z [00:04:25.041]➜  EOF
2025-08-20T22:42:43.3897833Z [00:04:25.041]➜  cp $WORK/b1799/_pkg_.a /root/.cache/go-build/9e/9e853c217c09f93110e2a7ce0449e1f6cb0af3dee53c88dbb93b037878f2fe5a-d # internal
2025-08-20T22:42:43.3901261Z [00:04:25.041]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1803/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/post=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/post;$WORK/b1803=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/post -lang=go1.22 -complete -installsuffix shared -buildid OP4HHp8TYD1UHVW40Egk/OP4HHp8TYD1UHVW40Egk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1803/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/post/post.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/post/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/post/response.go
2025-08-20T22:42:43.3914571Z [00:04:25.043]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic
2025-08-20T22:42:43.3915042Z [00:04:25.044]➜  mkdir -p $WORK/b1804/
2025-08-20T22:42:43.3930150Z [00:04:25.045]➜  cat >/tmp/go-build3998081543/b1804/importcfg << 'EOF' # internal
2025-08-20T22:42:43.3930544Z [00:04:25.045]➜  # import config
2025-08-20T22:42:43.3930888Z [00:04:25.045]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.3931314Z [00:04:25.045]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.3931786Z [00:04:25.045]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.3932235Z [00:04:25.045]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.3932649Z [00:04:25.045]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.3933274Z [00:04:25.045]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.3934526Z [00:04:25.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.3935763Z [00:04:25.045]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3998081543/b1465/_pkg_.a
2025-08-20T22:42:43.3936496Z [00:04:25.045]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.3936920Z [00:04:25.045]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.3937352Z [00:04:25.045]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.3937994Z [00:04:25.045]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.3938491Z [00:04:25.045]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.3938814Z [00:04:25.045]➜  EOF
2025-08-20T22:42:43.3941906Z [00:04:25.045]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1804/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/poststartbasic=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/poststartbasic;$WORK/b1804=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic -lang=go1.22 -complete -installsuffix shared -buildid 4euQtbo28CSB1EPbLmuI/4euQtbo28CSB1EPbLmuI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1804/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/poststartbasic/post_start_basic.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/poststartbasic/response.go
2025-08-20T22:42:43.4314856Z [00:04:25.084]➜  go tool buildid -w $WORK/b1801/_pkg_.a # internal
2025-08-20T22:42:43.4326476Z [00:04:25.085]➜  cp $WORK/b1801/_pkg_.a /root/.cache/go-build/06/06e64eb1f0e777f16978707326aa753a51cc27810c9229c5ccd76082d702d49b-d # internal
2025-08-20T22:42:43.4350685Z [00:04:25.087]➜  github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial
2025-08-20T22:42:43.4351248Z [00:04:25.087]➜  mkdir -p $WORK/b1805/
2025-08-20T22:42:43.4361208Z [00:04:25.088]➜  cat >/tmp/go-build3998081543/b1805/importcfg << 'EOF' # internal
2025-08-20T22:42:43.4363710Z [00:04:25.088]➜  # import config
2025-08-20T22:42:43.4367964Z [00:04:25.088]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.4368468Z [00:04:25.088]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.4368921Z [00:04:25.088]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.4369360Z [00:04:25.088]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.4369993Z [00:04:25.088]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.4370780Z [00:04:25.088]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.4371620Z [00:04:25.088]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3998081543/b1465/_pkg_.a
2025-08-20T22:42:43.4372278Z [00:04:25.088]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.4372699Z [00:04:25.088]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.4373129Z [00:04:25.088]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.4373554Z [00:04:25.088]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.4373985Z [00:04:25.088]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.4374307Z [00:04:25.088]➜  EOF
2025-08-20T22:42:43.4377393Z [00:04:25.088]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1805/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/poststarttrial=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/poststarttrial;$WORK/b1805=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial -lang=go1.22 -complete -installsuffix shared -buildid uxDOE0mq1zsL7-gfTN-8/uxDOE0mq1zsL7-gfTN-8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1805/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/poststarttrial/post_start_trial.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/license/poststarttrial/response.go
2025-08-20T22:42:43.4509902Z [00:04:25.103]➜  go tool buildid -w $WORK/b1803/_pkg_.a # internal
2025-08-20T22:42:43.4515128Z [00:04:25.104]➜  go tool buildid -w $WORK/b1802/_pkg_.a # internal
2025-08-20T22:42:43.4530784Z [00:04:25.105]➜  cp $WORK/b1803/_pkg_.a /root/.cache/go-build/a9/a98301cd21bd4ca58b7b35e140a370315740eb32fe63f92fc2cf98cdae8c90f1-d # internal
2025-08-20T22:42:43.4534709Z [00:04:25.106]➜  cp $WORK/b1802/_pkg_.a /root/.cache/go-build/2a/2a47fb6ce72821516457dc0d78191e2e4b223ce8d8a87acc3dd07a750bc60c5a-d # internal
2025-08-20T22:42:43.4535733Z [00:04:25.106]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline
2025-08-20T22:42:43.4538179Z [00:04:25.106]➜  mkdir -p $WORK/b1807/
2025-08-20T22:42:43.4556518Z [00:04:25.106]➜  cat >/tmp/go-build3998081543/b1807/importcfg << 'EOF' # internal
2025-08-20T22:42:43.4557514Z [00:04:25.106]➜  # import config
2025-08-20T22:42:43.4558328Z [00:04:25.106]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.4559349Z [00:04:25.106]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.4559848Z [00:04:25.106]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.4560288Z [00:04:25.106]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.4560926Z [00:04:25.106]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.4561721Z [00:04:25.106]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.4562292Z [00:04:25.106]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.4563198Z [00:04:25.106]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.4563695Z [00:04:25.106]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.4564124Z [00:04:25.106]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.4564551Z [00:04:25.106]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.4564868Z [00:04:25.106]➜  EOF
2025-08-20T22:42:43.4565241Z [00:04:25.106]➜  github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline
2025-08-20T22:42:43.4565836Z [00:04:25.106]➜  mkdir -p $WORK/b1808/
2025-08-20T22:42:43.4568755Z [00:04:25.106]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1807/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/getpipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/getpipeline;$WORK/b1807=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline -lang=go1.22 -complete -installsuffix shared -buildid nyk58R90IJEx-7vdsez1/nyk58R90IJEx-7vdsez1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1807/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/getpipeline/get_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/getpipeline/response.go
2025-08-20T22:42:43.4571385Z [00:04:25.107]➜  cat >/tmp/go-build3998081543/b1808/importcfg << 'EOF' # internal
2025-08-20T22:42:43.4571747Z [00:04:25.107]➜  # import config
2025-08-20T22:42:43.4572081Z [00:04:25.107]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.4572502Z [00:04:25.107]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.4572953Z [00:04:25.107]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.4573395Z [00:04:25.107]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.4574044Z [00:04:25.107]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.4574673Z [00:04:25.107]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.4575891Z [00:04:25.107]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.4576530Z [00:04:25.107]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.4577103Z [00:04:25.107]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.4577628Z [00:04:25.107]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.4578055Z [00:04:25.107]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.4578485Z [00:04:25.107]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.4578799Z [00:04:25.107]➜  EOF
2025-08-20T22:42:43.4581659Z [00:04:25.107]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1808/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/putpipeline=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/putpipeline;$WORK/b1808=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline -lang=go1.22 -complete -installsuffix shared -buildid 8Yp-8P1T4IyaKSs5JwUU/8Yp-8P1T4IyaKSs5JwUU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1808/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/putpipeline/put_pipeline.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/logstash/putpipeline/request.go
2025-08-20T22:42:43.4756936Z [00:04:25.128]➜  go tool buildid -w $WORK/b1804/_pkg_.a # internal
2025-08-20T22:42:43.4776071Z [00:04:25.130]➜  cp $WORK/b1804/_pkg_.a /root/.cache/go-build/7d/7d98c506866ff192ca98b74ec4818797d7021b4899fef2308eb8cec1540c6376-d # internal
2025-08-20T22:42:43.4809200Z [00:04:25.133]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations
2025-08-20T22:42:43.4810133Z [00:04:25.133]➜  mkdir -p $WORK/b1809/
2025-08-20T22:42:43.4821972Z [00:04:25.133]➜  cat >/tmp/go-build3998081543/b1809/importcfg << 'EOF' # internal
2025-08-20T22:42:43.4822636Z [00:04:25.133]➜  # import config
2025-08-20T22:42:43.4823270Z [00:04:25.133]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.4823872Z [00:04:25.133]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.4825079Z [00:04:25.133]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.4825662Z [00:04:25.133]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.4826300Z [00:04:25.133]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.4827088Z [00:04:25.133]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.4827684Z [00:04:25.133]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.4828102Z [00:04:25.133]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.4828536Z [00:04:25.133]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.4828967Z [00:04:25.133]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.4829417Z [00:04:25.133]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.4829740Z [00:04:25.133]➜  EOF
2025-08-20T22:42:43.4832665Z [00:04:25.133]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1809/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/deprecations=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/deprecations;$WORK/b1809=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations -lang=go1.22 -complete -installsuffix shared -buildid _UVjKKQvMrz4DO4jOXko/_UVjKKQvMrz4DO4jOXko -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1809/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/deprecations/deprecations.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/deprecations/response.go
2025-08-20T22:42:43.5030766Z [00:04:25.155]➜  go tool buildid -w $WORK/b1805/_pkg_.a # internal
2025-08-20T22:42:43.5049275Z [00:04:25.157]➜  cp $WORK/b1805/_pkg_.a /root/.cache/go-build/95/950142ecfe48afbc149a8551835e4441980aabfba415c77c8a068cec9b4573d3-d # internal
2025-08-20T22:42:43.5091110Z [00:04:25.161]➜  go tool buildid -w $WORK/b1808/_pkg_.a # internal
2025-08-20T22:42:43.5108812Z [00:04:25.163]➜  cp $WORK/b1808/_pkg_.a /root/.cache/go-build/87/87d93ade9d85d7eaafdcc7052ed9eb06442485650e72b285b83c1e1f1a0398be-d # internal
2025-08-20T22:42:43.5110206Z [00:04:25.163]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus
2025-08-20T22:42:43.5113057Z [00:04:25.163]➜  mkdir -p $WORK/b1810/
2025-08-20T22:42:43.5114149Z [00:04:25.163]➜  cat >/tmp/go-build3998081543/b1810/importcfg << 'EOF' # internal
2025-08-20T22:42:43.5114518Z [00:04:25.163]➜  # import config
2025-08-20T22:42:43.5114866Z [00:04:25.163]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.5115320Z [00:04:25.163]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.5115994Z [00:04:25.163]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.5116430Z [00:04:25.163]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.5117070Z [00:04:25.163]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.5117859Z [00:04:25.163]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.5118720Z [00:04:25.163]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build3998081543/b1471/_pkg_.a
2025-08-20T22:42:43.5119879Z [00:04:25.163]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.5120361Z [00:04:25.163]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.5120838Z [00:04:25.163]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.5121269Z [00:04:25.163]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.5121704Z [00:04:25.163]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.5122016Z [00:04:25.163]➜  EOF
2025-08-20T22:42:43.5125244Z [00:04:25.163]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1810/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/getfeatureupgradestatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/getfeatureupgradestatus;$WORK/b1810=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus -lang=go1.22 -complete -installsuffix shared -buildid GdrTkPUBYkXvMrMXml1X/GdrTkPUBYkXvMrMXml1X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1810/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/getfeatureupgradestatus/get_feature_upgrade_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/getfeatureupgradestatus/response.go
2025-08-20T22:42:43.5138969Z [00:04:25.166]➜  github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade
2025-08-20T22:42:43.5139479Z [00:04:25.166]➜  mkdir -p $WORK/b1811/
2025-08-20T22:42:43.5146912Z [00:04:25.167]➜  cat >/tmp/go-build3998081543/b1811/importcfg << 'EOF' # internal
2025-08-20T22:42:43.5147508Z [00:04:25.167]➜  # import config
2025-08-20T22:42:43.5147964Z [00:04:25.167]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.5148505Z [00:04:25.167]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.5149374Z [00:04:25.167]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.5149915Z [00:04:25.167]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.5150652Z [00:04:25.167]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.5151553Z [00:04:25.167]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.5152368Z [00:04:25.167]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.5152952Z [00:04:25.167]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.5153482Z [00:04:25.167]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.5154048Z [00:04:25.167]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.5154577Z [00:04:25.167]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.5155022Z [00:04:25.167]➜  EOF
2025-08-20T22:42:43.5158458Z [00:04:25.167]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1811/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/postfeatureupgrade=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/postfeatureupgrade;$WORK/b1811=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade -lang=go1.22 -complete -installsuffix shared -buildid XaBWkr4wMPLxWchdO6c6/XaBWkr4wMPLxWchdO6c6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1811/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/postfeatureupgrade/post_feature_upgrade.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/migration/postfeatureupgrade/response.go
2025-08-20T22:42:43.5216611Z [00:04:25.174]➜  go tool buildid -w $WORK/b1807/_pkg_.a # internal
2025-08-20T22:42:43.5233553Z [00:04:25.175]➜  cp $WORK/b1807/_pkg_.a /root/.cache/go-build/23/23535e85f07a63b833798fed6a5213065a3e1f2e56120e7f18478adbeee9d147-d # internal
2025-08-20T22:42:43.5245738Z [00:04:25.177]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache
2025-08-20T22:42:43.5246479Z [00:04:25.177]➜  mkdir -p $WORK/b1812/
2025-08-20T22:42:43.5249596Z [00:04:25.177]➜  cat >/tmp/go-build3998081543/b1812/importcfg << 'EOF' # internal
2025-08-20T22:42:43.5251956Z [00:04:25.177]➜  # import config
2025-08-20T22:42:43.5252325Z [00:04:25.177]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.5252794Z [00:04:25.177]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.5253237Z [00:04:25.177]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.5253654Z [00:04:25.177]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.5254281Z [00:04:25.177]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.5255112Z [00:04:25.177]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.5255819Z [00:04:25.177]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.5256246Z [00:04:25.177]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.5256680Z [00:04:25.177]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.5257112Z [00:04:25.177]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.5257538Z [00:04:25.177]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.5257852Z [00:04:25.177]➜  EOF
2025-08-20T22:42:43.5261534Z [00:04:25.177]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1812/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/cleartrainedmodeldeploymentcache=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/cleartrainedmodeldeploymentcache;$WORK/b1812=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache -lang=go1.22 -complete -installsuffix shared -buildid VSM5QwNRE42r5i2z_qG7/VSM5QwNRE42r5i2z_qG7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1812/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/cleartrainedmodeldeploymentcache/clear_trained_model_deployment_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/cleartrainedmodeldeploymentcache/response.go
2025-08-20T22:42:43.5672412Z [00:04:25.219]➜  go tool buildid -w $WORK/b1809/_pkg_.a # internal
2025-08-20T22:42:43.5681729Z [00:04:25.221]➜  cp $WORK/b1809/_pkg_.a /root/.cache/go-build/b7/b725e4fe1c94d2165f055deec7eda7644ea1a35b186f37a204651f0740c87b75-d # internal
2025-08-20T22:42:43.5717519Z [00:04:25.224]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob
2025-08-20T22:42:43.5718239Z [00:04:25.224]➜  mkdir -p $WORK/b1813/
2025-08-20T22:42:43.5728589Z [00:04:25.225]➜  cat >/tmp/go-build3998081543/b1813/importcfg << 'EOF' # internal
2025-08-20T22:42:43.5729025Z [00:04:25.225]➜  # import config
2025-08-20T22:42:43.5729372Z [00:04:25.225]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.5729807Z [00:04:25.225]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.5730261Z [00:04:25.225]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.5730717Z [00:04:25.225]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.5731130Z [00:04:25.225]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.5731754Z [00:04:25.225]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.5732546Z [00:04:25.225]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.5733598Z [00:04:25.225]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.5734100Z [00:04:25.225]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.5734532Z [00:04:25.225]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.5734959Z [00:04:25.225]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.5735648Z [00:04:25.225]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.5736028Z [00:04:25.225]➜  EOF
2025-08-20T22:42:43.5739072Z [00:04:25.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1813/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/closejob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/closejob;$WORK/b1813=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob -lang=go1.22 -complete -installsuffix shared -buildid w0PHIffQXOWnVE0RbAJx/w0PHIffQXOWnVE0RbAJx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1813/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/closejob/close_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/closejob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/closejob/response.go
2025-08-20T22:42:43.5756007Z [00:04:25.228]➜  go tool buildid -w $WORK/b1810/_pkg_.a # internal
2025-08-20T22:42:43.5767368Z [00:04:25.229]➜  cp $WORK/b1810/_pkg_.a /root/.cache/go-build/17/17c7c438d0d57977e7b045491fa8268d137028bf62aeac919e16686402fcb267-d # internal
2025-08-20T22:42:43.5794186Z [00:04:25.232]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar
2025-08-20T22:42:43.5800111Z [00:04:25.232]➜  mkdir -p $WORK/b1814/
2025-08-20T22:42:43.5805033Z [00:04:25.232]➜  cat >/tmp/go-build3998081543/b1814/importcfg << 'EOF' # internal
2025-08-20T22:42:43.5806068Z [00:04:25.232]➜  # import config
2025-08-20T22:42:43.5806784Z [00:04:25.232]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.5807258Z [00:04:25.232]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.5807706Z [00:04:25.232]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.5808121Z [00:04:25.232]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.5808749Z [00:04:25.232]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.5809546Z [00:04:25.232]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.5810115Z [00:04:25.232]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.5810539Z [00:04:25.232]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.5810978Z [00:04:25.232]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.5811617Z [00:04:25.232]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.5812049Z [00:04:25.232]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.5812365Z [00:04:25.232]➜  EOF
2025-08-20T22:42:43.5815182Z [00:04:25.232]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1814/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendar=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendar;$WORK/b1814=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar -lang=go1.22 -complete -installsuffix shared -buildid 68-t2Ln41WrmjaNZetsa/68-t2Ln41WrmjaNZetsa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1814/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendar/delete_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendar/response.go
2025-08-20T22:42:43.5817904Z [00:04:25.232]➜  go tool buildid -w $WORK/b1811/_pkg_.a # internal
2025-08-20T22:42:43.5819554Z [00:04:25.233]➜  cp $WORK/b1811/_pkg_.a /root/.cache/go-build/cd/cd041e40f3aa880206c9df4f01c9cd098faa016dc5603cdfcf5366663da0b475-d # internal
2025-08-20T22:42:43.5846411Z [00:04:25.236]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent
2025-08-20T22:42:43.5846955Z [00:04:25.236]➜  mkdir -p $WORK/b1815/
2025-08-20T22:42:43.5847350Z [00:04:25.236]➜  cat >/tmp/go-build3998081543/b1815/importcfg << 'EOF' # internal
2025-08-20T22:42:43.5847719Z [00:04:25.236]➜  # import config
2025-08-20T22:42:43.5848065Z [00:04:25.236]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.5848521Z [00:04:25.236]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.5848970Z [00:04:25.236]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.5849385Z [00:04:25.236]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.5850036Z [00:04:25.237]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.5850824Z [00:04:25.237]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.5851391Z [00:04:25.237]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.5851815Z [00:04:25.237]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.5852575Z [00:04:25.237]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.5853074Z [00:04:25.237]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.5853505Z [00:04:25.237]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.5853821Z [00:04:25.237]➜  EOF
2025-08-20T22:42:43.5856995Z [00:04:25.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1815/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendarevent=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendarevent;$WORK/b1815=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent -lang=go1.22 -complete -installsuffix shared -buildid gro9CdKOeHH2vYmcrD3A/gro9CdKOeHH2vYmcrD3A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1815/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendarevent/delete_calendar_event.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendarevent/response.go
2025-08-20T22:42:43.5952202Z [00:04:25.247]➜  go tool buildid -w $WORK/b1812/_pkg_.a # internal
2025-08-20T22:42:43.5991647Z [00:04:25.251]➜  cp $WORK/b1812/_pkg_.a /root/.cache/go-build/32/32a14fc91a8ec5e5db98aca7659d104d82c63b123748160934e2e5855b9f227a-d # internal
2025-08-20T22:42:43.6002731Z [00:04:25.253]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob
2025-08-20T22:42:43.6007695Z [00:04:25.253]➜  mkdir -p $WORK/b1816/
2025-08-20T22:42:43.6016447Z [00:04:25.254]➜  cat >/tmp/go-build3998081543/b1816/importcfg << 'EOF' # internal
2025-08-20T22:42:43.6017012Z [00:04:25.254]➜  # import config
2025-08-20T22:42:43.6018292Z [00:04:25.254]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.6021808Z [00:04:25.254]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.6022661Z [00:04:25.254]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.6023441Z [00:04:25.254]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.6024179Z [00:04:25.254]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.6024945Z [00:04:25.254]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.6025971Z [00:04:25.254]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.6027233Z [00:04:25.254]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.6027897Z [00:04:25.254]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.6028549Z [00:04:25.254]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.6029666Z [00:04:25.254]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.6030101Z [00:04:25.254]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.6030431Z [00:04:25.254]➜  EOF
2025-08-20T22:42:43.6033343Z [00:04:25.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1816/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendarjob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendarjob;$WORK/b1816=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob -lang=go1.22 -complete -installsuffix shared -buildid ltcxas68hXie0SjFyJHj/ltcxas68hXie0SjFyJHj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1816/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendarjob/delete_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletecalendarjob/response.go
2025-08-20T22:42:43.6483891Z [00:04:25.300]➜  go tool buildid -w $WORK/b1814/_pkg_.a # internal
2025-08-20T22:42:43.6498476Z [00:04:25.302]➜  cp $WORK/b1814/_pkg_.a /root/.cache/go-build/60/60acaa41ab16d5d1391304ee12c34bb7994aa7612e1ba8d7e49472742a5cedbb-d # internal
2025-08-20T22:42:43.6541653Z [00:04:25.306]➜  go tool buildid -w $WORK/b1813/_pkg_.a # internal
2025-08-20T22:42:43.6554887Z [00:04:25.308]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed
2025-08-20T22:42:43.6556981Z [00:04:25.308]➜  mkdir -p $WORK/b1817/
2025-08-20T22:42:43.6557870Z [00:04:25.308]➜  cp $WORK/b1813/_pkg_.a /root/.cache/go-build/67/67f32963261002466b97bff84aa36f4da396ecef5618fefbdb78d8bda914b522-d # internal
2025-08-20T22:42:43.6559304Z [00:04:25.308]➜  cat >/tmp/go-build3998081543/b1817/importcfg << 'EOF' # internal
2025-08-20T22:42:43.6560454Z [00:04:25.308]➜  # import config
2025-08-20T22:42:43.6562793Z [00:04:25.308]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.6567394Z [00:04:25.308]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.6570313Z [00:04:25.308]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.6570825Z [00:04:25.308]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.6571465Z [00:04:25.308]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.6572263Z [00:04:25.308]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.6572834Z [00:04:25.308]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.6573560Z [00:04:25.308]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.6574099Z [00:04:25.308]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.6574595Z [00:04:25.308]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.6575026Z [00:04:25.308]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.6578804Z [00:04:25.308]➜  EOF
2025-08-20T22:42:43.6581832Z [00:04:25.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1817/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletedatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletedatafeed;$WORK/b1817=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed -lang=go1.22 -complete -installsuffix shared -buildid 4kIpjxl2uFDAEkvkY9nC/4kIpjxl2uFDAEkvkY9nC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1817/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletedatafeed/delete_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletedatafeed/response.go
2025-08-20T22:42:43.6584513Z [00:04:25.309]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics
2025-08-20T22:42:43.6584934Z [00:04:25.309]➜  mkdir -p $WORK/b1818/
2025-08-20T22:42:43.6585310Z [00:04:25.309]➜  cat >/tmp/go-build3998081543/b1818/importcfg << 'EOF' # internal
2025-08-20T22:42:43.6586984Z [00:04:25.309]➜  # import config
2025-08-20T22:42:43.6587513Z [00:04:25.309]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.6588120Z [00:04:25.309]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.6588609Z [00:04:25.309]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.6589033Z [00:04:25.309]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.6589684Z [00:04:25.309]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.6590471Z [00:04:25.309]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.6591032Z [00:04:25.309]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.6591451Z [00:04:25.309]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.6591882Z [00:04:25.309]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.6592616Z [00:04:25.309]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.6593116Z [00:04:25.309]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.6593431Z [00:04:25.309]➜  EOF
2025-08-20T22:42:43.6598638Z [00:04:25.309]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1818/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletedataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletedataframeanalytics;$WORK/b1818=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid _iI2BZuaCE-CUCxYdwrL/_iI2BZuaCE-CUCxYdwrL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1818/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletedataframeanalytics/delete_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletedataframeanalytics/response.go
2025-08-20T22:42:43.6608153Z [00:04:25.312]➜  go tool buildid -w $WORK/b1815/_pkg_.a # internal
2025-08-20T22:42:43.6614046Z [00:04:25.314]➜  cp $WORK/b1815/_pkg_.a /root/.cache/go-build/7f/7fbe0854f52fb1db9f7b9929c5def2c0a477ec1b5ac6e6111610c885d46f2410-d # internal
2025-08-20T22:42:43.6642572Z [00:04:25.316]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata
2025-08-20T22:42:43.6643603Z [00:04:25.317]➜  mkdir -p $WORK/b1819/
2025-08-20T22:42:43.6644392Z [00:04:25.317]➜  cat >/tmp/go-build3998081543/b1819/importcfg << 'EOF' # internal
2025-08-20T22:42:43.6644932Z [00:04:25.317]➜  # import config
2025-08-20T22:42:43.6646584Z [00:04:25.317]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.6647028Z [00:04:25.317]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.6647489Z [00:04:25.317]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.6647949Z [00:04:25.317]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.6648366Z [00:04:25.317]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.6666219Z [00:04:25.317]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.6668454Z [00:04:25.317]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.6669079Z [00:04:25.317]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.6669504Z [00:04:25.317]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.6669940Z [00:04:25.317]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.6670367Z [00:04:25.317]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.6670797Z [00:04:25.317]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.6671117Z [00:04:25.317]➜  EOF
2025-08-20T22:42:43.6674445Z [00:04:25.317]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1819/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deleteexpireddata=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deleteexpireddata;$WORK/b1819=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata -lang=go1.22 -complete -installsuffix shared -buildid TRf8bhbkgHIW6KfTVxDU/TRf8bhbkgHIW6KfTVxDU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1819/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deleteexpireddata/delete_expired_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deleteexpireddata/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deleteexpireddata/response.go
2025-08-20T22:42:43.6700305Z [00:04:25.322]➜  go tool buildid -w $WORK/b1816/_pkg_.a # internal
2025-08-20T22:42:43.6713974Z [00:04:25.324]➜  cp $WORK/b1816/_pkg_.a /root/.cache/go-build/c2/c25cb7b190e2efbcbf2fff4bc76c6cbb8ac8b51853d31d4ff8c762cf29dbd2b6-d # internal
2025-08-20T22:42:43.6720480Z [00:04:25.324]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter
2025-08-20T22:42:43.6720891Z [00:04:25.324]➜  mkdir -p $WORK/b1820/
2025-08-20T22:42:43.6724783Z [00:04:25.325]➜  cat >/tmp/go-build3998081543/b1820/importcfg << 'EOF' # internal
2025-08-20T22:42:43.6727722Z [00:04:25.325]➜  # import config
2025-08-20T22:42:43.6728091Z [00:04:25.325]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.6728548Z [00:04:25.325]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.6728996Z [00:04:25.325]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.6729410Z [00:04:25.325]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.6730052Z [00:04:25.325]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.6730837Z [00:04:25.325]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.6731405Z [00:04:25.325]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.6731825Z [00:04:25.325]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.6732263Z [00:04:25.325]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.6733047Z [00:04:25.325]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.6733578Z [00:04:25.325]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.6733895Z [00:04:25.325]➜  EOF
2025-08-20T22:42:43.6736823Z [00:04:25.325]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1820/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletefilter=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletefilter;$WORK/b1820=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter -lang=go1.22 -complete -installsuffix shared -buildid NDkjxwXZQXWHeeJrt4gg/NDkjxwXZQXWHeeJrt4gg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1820/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletefilter/delete_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletefilter/response.go
2025-08-20T22:42:43.7244020Z [00:04:25.376]➜  go tool buildid -w $WORK/b1817/_pkg_.a # internal
2025-08-20T22:42:43.7262358Z [00:04:25.377]➜  cp $WORK/b1817/_pkg_.a /root/.cache/go-build/be/be4781059442ec5b29e629ab178379b67260c76996b35dc3357cff3c06344399-d # internal
2025-08-20T22:42:43.7269651Z [00:04:25.379]➜  go tool buildid -w $WORK/b1818/_pkg_.a # internal
2025-08-20T22:42:43.7272823Z [00:04:25.379]➜  cp $WORK/b1818/_pkg_.a /root/.cache/go-build/56/56feebc46ff30da0f0ee4e476e628c806eb224e5443405344a0eabbc58dfd674-d # internal
2025-08-20T22:42:43.7285312Z [00:04:25.380]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob
2025-08-20T22:42:43.7286036Z [00:04:25.380]➜  mkdir -p $WORK/b1822/
2025-08-20T22:42:43.7286436Z [00:04:25.381]➜  cat >/tmp/go-build3998081543/b1822/importcfg << 'EOF' # internal
2025-08-20T22:42:43.7286790Z [00:04:25.381]➜  # import config
2025-08-20T22:42:43.7287141Z [00:04:25.381]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.7287623Z [00:04:25.381]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.7296373Z [00:04:25.381]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.7296809Z [00:04:25.381]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.7297443Z [00:04:25.381]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.7298518Z [00:04:25.381]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.7299153Z [00:04:25.381]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.7299574Z [00:04:25.381]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.7300009Z [00:04:25.381]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.7300438Z [00:04:25.381]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.7301072Z [00:04:25.381]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.7301396Z [00:04:25.381]➜  EOF
2025-08-20T22:42:43.7304128Z [00:04:25.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1822/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletejob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletejob;$WORK/b1822=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob -lang=go1.22 -complete -installsuffix shared -buildid CT9fLBSiFef07JyPvKMD/CT9fLBSiFef07JyPvKMD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1822/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletejob/delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletejob/response.go
2025-08-20T22:42:43.7317816Z [00:04:25.381]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast
2025-08-20T22:42:43.7318626Z [00:04:25.381]➜  mkdir -p $WORK/b1821/
2025-08-20T22:42:43.7319123Z [00:04:25.382]➜  cat >/tmp/go-build3998081543/b1821/importcfg << 'EOF' # internal
2025-08-20T22:42:43.7319527Z [00:04:25.382]➜  # import config
2025-08-20T22:42:43.7319881Z [00:04:25.382]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.7320338Z [00:04:25.382]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.7320786Z [00:04:25.382]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.7321208Z [00:04:25.382]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.7321839Z [00:04:25.382]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.7322626Z [00:04:25.382]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.7323192Z [00:04:25.382]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.7323624Z [00:04:25.382]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.7324056Z [00:04:25.382]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.7324484Z [00:04:25.382]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.7324913Z [00:04:25.382]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.7325232Z [00:04:25.382]➜  EOF
2025-08-20T22:42:43.7328238Z [00:04:25.382]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1821/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deleteforecast=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deleteforecast;$WORK/b1821=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast -lang=go1.22 -complete -installsuffix shared -buildid 9NSM3unIQcvuxVX8sN3x/9NSM3unIQcvuxVX8sN3x -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1821/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deleteforecast/delete_forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deleteforecast/response.go
2025-08-20T22:42:43.7399621Z [00:04:25.392]➜  go tool buildid -w $WORK/b1819/_pkg_.a # internal
2025-08-20T22:42:43.7411370Z [00:04:25.393]➜  cp $WORK/b1819/_pkg_.a /root/.cache/go-build/ac/ac6ad39d44ffdf483afc124fb2b3a3415a7d482c57d14115cfe832442679064a-d # internal
2025-08-20T22:42:43.7422688Z [00:04:25.394]➜  go tool buildid -w $WORK/b1820/_pkg_.a # internal
2025-08-20T22:42:43.7433762Z [00:04:25.396]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot
2025-08-20T22:42:43.7438219Z [00:04:25.396]➜  mkdir -p $WORK/b1823/
2025-08-20T22:42:43.7438873Z [00:04:25.396]➜  cp $WORK/b1820/_pkg_.a /root/.cache/go-build/e0/e0579f9216649eba53867910922bfffc0b9d1627c27b4daf1152e003771c7b9d-d # internal
2025-08-20T22:42:43.7439534Z [00:04:25.396]➜  cat >/tmp/go-build3998081543/b1823/importcfg << 'EOF' # internal
2025-08-20T22:42:43.7440198Z [00:04:25.396]➜  # import config
2025-08-20T22:42:43.7440560Z [00:04:25.396]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.7441016Z [00:04:25.396]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.7441463Z [00:04:25.396]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.7441875Z [00:04:25.396]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.7442504Z [00:04:25.396]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.7443290Z [00:04:25.396]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.7443852Z [00:04:25.396]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.7444272Z [00:04:25.396]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.7444968Z [00:04:25.396]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.7449207Z [00:04:25.396]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.7449788Z [00:04:25.396]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.7450116Z [00:04:25.396]➜  EOF
2025-08-20T22:42:43.7453100Z [00:04:25.396]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1823/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletemodelsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletemodelsnapshot;$WORK/b1823=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot -lang=go1.22 -complete -installsuffix shared -buildid ty8cVWZNL5ebWht3yDoA/ty8cVWZNL5ebWht3yDoA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1823/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletemodelsnapshot/delete_model_snapshot.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletemodelsnapshot/response.go
2025-08-20T22:42:43.7458086Z [00:04:25.397]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel
2025-08-20T22:42:43.7458498Z [00:04:25.397]➜  mkdir -p $WORK/b1824/
2025-08-20T22:42:43.7458884Z [00:04:25.397]➜  cat >/tmp/go-build3998081543/b1824/importcfg << 'EOF' # internal
2025-08-20T22:42:43.7459248Z [00:04:25.397]➜  # import config
2025-08-20T22:42:43.7473431Z [00:04:25.397]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.7474339Z [00:04:25.397]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.7474985Z [00:04:25.397]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.7475658Z [00:04:25.397]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.7476468Z [00:04:25.397]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.7477528Z [00:04:25.397]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.7478268Z [00:04:25.397]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.7478887Z [00:04:25.397]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.7479364Z [00:04:25.397]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.7479860Z [00:04:25.397]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.7480559Z [00:04:25.397]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.7480933Z [00:04:25.397]➜  EOF
2025-08-20T22:42:43.7483881Z [00:04:25.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1824/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletetrainedmodel=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletetrainedmodel;$WORK/b1824=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel -lang=go1.22 -complete -installsuffix shared -buildid 4a8qmbmxxqgy6KaIKlEB/4a8qmbmxxqgy6KaIKlEB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1824/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletetrainedmodel/delete_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletetrainedmodel/response.go
2025-08-20T22:42:43.7989297Z [00:04:25.448]➜  go tool buildid -w $WORK/b1822/_pkg_.a # internal
2025-08-20T22:42:43.7994281Z [00:04:25.452]➜  cp $WORK/b1822/_pkg_.a /root/.cache/go-build/f6/f63f10250521abcf1c1f452a0d9ee099f751ca3ae8d74e71303318fb53c013e8-d # internal
2025-08-20T22:42:43.7999539Z [00:04:25.452]➜  go tool buildid -w $WORK/b1821/_pkg_.a # internal
2025-08-20T22:42:43.8042851Z [00:04:25.457]➜  cp $WORK/b1821/_pkg_.a /root/.cache/go-build/16/16dbbd42cd150b0844932aaa620a88c92a86803614acf5895846faaeb7006217-d # internal
2025-08-20T22:42:43.8046677Z [00:04:25.457]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias
2025-08-20T22:42:43.8047197Z [00:04:25.457]➜  mkdir -p $WORK/b1825/
2025-08-20T22:42:43.8047581Z [00:04:25.457]➜  cat >/tmp/go-build3998081543/b1825/importcfg << 'EOF' # internal
2025-08-20T22:42:43.8047938Z [00:04:25.457]➜  # import config
2025-08-20T22:42:43.8048285Z [00:04:25.457]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.8048752Z [00:04:25.457]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.8049198Z [00:04:25.457]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.8049612Z [00:04:25.457]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.8050247Z [00:04:25.457]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.8051040Z [00:04:25.457]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.8052734Z [00:04:25.457]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.8053170Z [00:04:25.457]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.8053608Z [00:04:25.457]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.8054037Z [00:04:25.457]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.8054468Z [00:04:25.457]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.8054790Z [00:04:25.457]➜  EOF
2025-08-20T22:42:43.8058124Z [00:04:25.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1825/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletetrainedmodelalias=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletetrainedmodelalias;$WORK/b1825=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias -lang=go1.22 -complete -installsuffix shared -buildid NEbg4fVWuCwBvU1k9nbB/NEbg4fVWuCwBvU1k9nbB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1825/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletetrainedmodelalias/delete_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/deletetrainedmodelalias/response.go
2025-08-20T22:42:43.8061247Z [00:04:25.457]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory
2025-08-20T22:42:43.8061763Z [00:04:25.457]➜  mkdir -p $WORK/b1826/
2025-08-20T22:42:43.8062232Z [00:04:25.457]➜  cat >/tmp/go-build3998081543/b1826/importcfg << 'EOF' # internal
2025-08-20T22:42:43.8062581Z [00:04:25.457]➜  # import config
2025-08-20T22:42:43.8062922Z [00:04:25.457]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.8063345Z [00:04:25.457]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.8063814Z [00:04:25.457]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.8064265Z [00:04:25.457]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.8064675Z [00:04:25.457]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.8065301Z [00:04:25.457]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.8066298Z [00:04:25.457]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.8066868Z [00:04:25.457]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.8067287Z [00:04:25.457]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.8067721Z [00:04:25.457]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.8068152Z [00:04:25.457]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.8068832Z [00:04:25.457]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.8069228Z [00:04:25.457]➜  EOF
2025-08-20T22:42:43.8072704Z [00:04:25.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1826/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/estimatemodelmemory=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/estimatemodelmemory;$WORK/b1826=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory -lang=go1.22 -complete -installsuffix shared -buildid 0WjJZIy7XJ4-J9sEUE0o/0WjJZIy7XJ4-J9sEUE0o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1826/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/estimatemodelmemory/estimate_model_memory.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/estimatemodelmemory/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/estimatemodelmemory/response.go
2025-08-20T22:42:43.8126604Z [00:04:25.465]➜  go tool buildid -w $WORK/b1823/_pkg_.a # internal
2025-08-20T22:42:43.8147290Z [00:04:25.467]➜  cp $WORK/b1823/_pkg_.a /root/.cache/go-build/b0/b01facf57345917614e2dd3b6530fc5ec43471a05ce7765c62f7272f6c875046-d # internal
2025-08-20T22:42:43.8155821Z [00:04:25.468]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe
2025-08-20T22:42:43.8156857Z [00:04:25.468]➜  mkdir -p $WORK/b1827/
2025-08-20T22:42:43.8157300Z [00:04:25.468]➜  cat >/tmp/go-build3998081543/b1827/importcfg << 'EOF' # internal
2025-08-20T22:42:43.8157682Z [00:04:25.468]➜  # import config
2025-08-20T22:42:43.8158023Z [00:04:25.468]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.8158477Z [00:04:25.468]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.8158935Z [00:04:25.468]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.8159382Z [00:04:25.468]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.8160147Z [00:04:25.468]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.8160785Z [00:04:25.468]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.8161579Z [00:04:25.468]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.8162145Z [00:04:25.468]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.8162684Z [00:04:25.468]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.8163199Z [00:04:25.468]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.8165869Z [00:04:25.468]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.8166376Z [00:04:25.468]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.8166697Z [00:04:25.468]➜  EOF
2025-08-20T22:42:43.8170030Z [00:04:25.468]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1827/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/evaluatedataframe=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/evaluatedataframe;$WORK/b1827=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe -lang=go1.22 -complete -installsuffix shared -buildid 7WhZ59J__ougNXoDeMJe/7WhZ59J__ougNXoDeMJe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1827/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/evaluatedataframe/evaluate_data_frame.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/evaluatedataframe/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/evaluatedataframe/response.go
2025-08-20T22:42:43.8172967Z [00:04:25.469]➜  go tool buildid -w $WORK/b1824/_pkg_.a # internal
2025-08-20T22:42:43.8184925Z [00:04:25.471]➜  cp $WORK/b1824/_pkg_.a /root/.cache/go-build/42/42578cf7a846cc77aa31aeb951d52e9f0a225ee4977723e256b261e8d9d1a56e-d # internal
2025-08-20T22:42:43.8203143Z [00:04:25.473]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics
2025-08-20T22:42:43.8203693Z [00:04:25.473]➜  mkdir -p $WORK/b1828/
2025-08-20T22:42:43.8208390Z [00:04:25.473]➜  cat >/tmp/go-build3998081543/b1828/importcfg << 'EOF' # internal
2025-08-20T22:42:43.8208787Z [00:04:25.473]➜  # import config
2025-08-20T22:42:43.8209141Z [00:04:25.473]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.8209587Z [00:04:25.473]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.8210045Z [00:04:25.473]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.8210487Z [00:04:25.473]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.8210903Z [00:04:25.473]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.8211542Z [00:04:25.473]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.8212346Z [00:04:25.473]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.8212911Z [00:04:25.473]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.8213331Z [00:04:25.473]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.8213765Z [00:04:25.473]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.8214199Z [00:04:25.473]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.8214630Z [00:04:25.473]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.8214950Z [00:04:25.473]➜  EOF
2025-08-20T22:42:43.8220781Z [00:04:25.474]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1828/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/explaindataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/explaindataframeanalytics;$WORK/b1828=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid DxibmYXN2JMQW2hTzCtj/DxibmYXN2JMQW2hTzCtj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1828/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/explaindataframeanalytics/explain_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/explaindataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/explaindataframeanalytics/response.go
2025-08-20T22:42:43.8750619Z [00:04:25.527]➜  go tool buildid -w $WORK/b1826/_pkg_.a # internal
2025-08-20T22:42:43.8764422Z [00:04:25.529]➜  cp $WORK/b1826/_pkg_.a /root/.cache/go-build/fb/fba2699db75ab69c691d9bf6cd58e37a6c0280ddf47bc65b5a0261f816f0188f-d # internal
2025-08-20T22:42:43.8777235Z [00:04:25.530]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob
2025-08-20T22:42:43.8778516Z [00:04:25.530]➜  mkdir -p $WORK/b1829/
2025-08-20T22:42:43.8788645Z [00:04:25.531]➜  cat >/tmp/go-build3998081543/b1829/importcfg << 'EOF' # internal
2025-08-20T22:42:43.8789468Z [00:04:25.531]➜  # import config
2025-08-20T22:42:43.8790203Z [00:04:25.531]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.8790818Z [00:04:25.531]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.8792019Z [00:04:25.531]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.8792540Z [00:04:25.531]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.8792980Z [00:04:25.531]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.8793627Z [00:04:25.531]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.8794929Z [00:04:25.531]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.8795752Z [00:04:25.531]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.8796199Z [00:04:25.531]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.8796639Z [00:04:25.531]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.8797067Z [00:04:25.531]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.8797504Z [00:04:25.531]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.8797821Z [00:04:25.531]➜  EOF
2025-08-20T22:42:43.8800873Z [00:04:25.532]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1829/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/flushjob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/flushjob;$WORK/b1829=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob -lang=go1.22 -complete -installsuffix shared -buildid XU244ogJ9UZQDkyJ5Fpg/XU244ogJ9UZQDkyJ5Fpg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1829/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/flushjob/flush_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/flushjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/flushjob/response.go
2025-08-20T22:42:43.8824226Z [00:04:25.535]➜  go tool buildid -w $WORK/b1825/_pkg_.a # internal
2025-08-20T22:42:43.8838666Z [00:04:25.536]➜  cp $WORK/b1825/_pkg_.a /root/.cache/go-build/f0/f0f9ba6e94b55e5f63838bb6550e085a94e5fcda19af906f409a38fa7f94e2ef-d # internal
2025-08-20T22:42:43.8848151Z [00:04:25.537]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast
2025-08-20T22:42:43.8848716Z [00:04:25.537]➜  mkdir -p $WORK/b1830/
2025-08-20T22:42:43.8859983Z [00:04:25.538]➜  cat >/tmp/go-build3998081543/b1830/importcfg << 'EOF' # internal
2025-08-20T22:42:43.8861246Z [00:04:25.538]➜  # import config
2025-08-20T22:42:43.8862092Z [00:04:25.538]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.8862576Z [00:04:25.538]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.8863042Z [00:04:25.538]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.8863497Z [00:04:25.538]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.8864212Z [00:04:25.538]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.8864908Z [00:04:25.538]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.8865877Z [00:04:25.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.8866504Z [00:04:25.538]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.8866946Z [00:04:25.538]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.8867385Z [00:04:25.538]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.8867813Z [00:04:25.538]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.8868239Z [00:04:25.538]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.8868552Z [00:04:25.538]➜  EOF
2025-08-20T22:42:43.8871787Z [00:04:25.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1830/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/forecast=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/forecast;$WORK/b1830=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast -lang=go1.22 -complete -installsuffix shared -buildid 4KTMyfflrdxiq8mgewpC/4KTMyfflrdxiq8mgewpC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1830/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/forecast/forecast.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/forecast/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/forecast/response.go
2025-08-20T22:42:43.8968523Z [00:04:25.547]➜  go tool buildid -w $WORK/b1828/_pkg_.a # internal
2025-08-20T22:42:43.8970082Z [00:04:25.549]➜  go tool buildid -w $WORK/b1827/_pkg_.a # internal
2025-08-20T22:42:43.8986913Z [00:04:25.551]➜  cp $WORK/b1827/_pkg_.a /root/.cache/go-build/c4/c49d07364419482635ba3a584d6eea87a98d13028590e3afe093307bb6c478cd-d # internal
2025-08-20T22:42:43.9002804Z [00:04:25.553]➜  cp $WORK/b1828/_pkg_.a /root/.cache/go-build/2c/2c296d2b15f3da93393062f54ea3062f132599651a0959bbabaa0b209ee823e4-d # internal
2025-08-20T22:42:43.9051671Z [00:04:25.558]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets
2025-08-20T22:42:43.9056469Z [00:04:25.558]➜  mkdir -p $WORK/b1831/
2025-08-20T22:42:43.9070479Z [00:04:25.558]➜  cat >/tmp/go-build3998081543/b1831/importcfg << 'EOF' # internal
2025-08-20T22:42:43.9070925Z [00:04:25.558]➜  # import config
2025-08-20T22:42:43.9071278Z [00:04:25.558]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.9071708Z [00:04:25.558]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.9072161Z [00:04:25.558]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.9072604Z [00:04:25.558]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.9073026Z [00:04:25.558]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.9073659Z [00:04:25.558]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.9074451Z [00:04:25.558]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.9075014Z [00:04:25.558]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.9075927Z [00:04:25.558]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.9076369Z [00:04:25.558]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.9077119Z [00:04:25.558]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.9077552Z [00:04:25.558]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.9077869Z [00:04:25.558]➜  EOF
2025-08-20T22:42:43.9089141Z [00:04:25.558]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1831/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getbuckets=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getbuckets;$WORK/b1831=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets -lang=go1.22 -complete -installsuffix shared -buildid VkEdYVAdBOeB22bkKoMD/VkEdYVAdBOeB22bkKoMD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1831/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getbuckets/get_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getbuckets/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getbuckets/response.go
2025-08-20T22:42:43.9092626Z [00:04:25.561]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents
2025-08-20T22:42:43.9093037Z [00:04:25.561]➜  mkdir -p $WORK/b1832/
2025-08-20T22:42:43.9099489Z [00:04:25.562]➜  cat >/tmp/go-build3998081543/b1832/importcfg << 'EOF' # internal
2025-08-20T22:42:43.9099888Z [00:04:25.562]➜  # import config
2025-08-20T22:42:43.9100234Z [00:04:25.562]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.9100693Z [00:04:25.562]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.9101134Z [00:04:25.562]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.9101553Z [00:04:25.562]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.9102603Z [00:04:25.562]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.9103459Z [00:04:25.562]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.9104024Z [00:04:25.562]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.9104442Z [00:04:25.562]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.9104883Z [00:04:25.562]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.9105311Z [00:04:25.562]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.9105942Z [00:04:25.562]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.9106264Z [00:04:25.562]➜  EOF
2025-08-20T22:42:43.9109164Z [00:04:25.562]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1832/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcalendarevents=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcalendarevents;$WORK/b1832=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents -lang=go1.22 -complete -installsuffix shared -buildid LFgXknK5pRsJsXIUA5sl/LFgXknK5pRsJsXIUA5sl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1832/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcalendarevents/get_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcalendarevents/response.go
2025-08-20T22:42:43.9507194Z [00:04:25.603]➜  go tool buildid -w $WORK/b1830/_pkg_.a # internal
2025-08-20T22:42:43.9517376Z [00:04:25.604]➜  cp $WORK/b1830/_pkg_.a /root/.cache/go-build/5c/5cdf868990dbd39a9c5556d032aa49986e89cec74c95ddfdfc5c3db985d1cd0b-d # internal
2025-08-20T22:42:43.9578920Z [00:04:25.610]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars
2025-08-20T22:42:43.9579686Z [00:04:25.610]➜  mkdir -p $WORK/b1833/
2025-08-20T22:42:43.9580075Z [00:04:25.610]➜  cat >/tmp/go-build3998081543/b1833/importcfg << 'EOF' # internal
2025-08-20T22:42:43.9580430Z [00:04:25.610]➜  # import config
2025-08-20T22:42:43.9580771Z [00:04:25.610]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.9581198Z [00:04:25.610]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.9581651Z [00:04:25.610]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.9582221Z [00:04:25.610]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.9582722Z [00:04:25.610]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.9583361Z [00:04:25.610]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.9584161Z [00:04:25.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.9584749Z [00:04:25.610]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.9585167Z [00:04:25.610]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.9585909Z [00:04:25.610]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.9586346Z [00:04:25.610]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.9586772Z [00:04:25.610]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.9587097Z [00:04:25.610]➜  EOF
2025-08-20T22:42:43.9590445Z [00:04:25.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1833/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcalendars=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcalendars;$WORK/b1833=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars -lang=go1.22 -complete -installsuffix shared -buildid 1iyjXOBrNLGc7cvWF8m9/1iyjXOBrNLGc7cvWF8m9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1833/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcalendars/get_calendars.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcalendars/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcalendars/response.go
2025-08-20T22:42:43.9742524Z [00:04:25.626]➜  go tool buildid -w $WORK/b1829/_pkg_.a # internal
2025-08-20T22:42:43.9778469Z [00:04:25.630]➜  go tool buildid -w $WORK/b1832/_pkg_.a # internal
2025-08-20T22:42:43.9792021Z [00:04:25.631]➜  cp $WORK/b1832/_pkg_.a /root/.cache/go-build/33/3374f1aabad6ac2224c9a527519764ea9b22b35b2e60b8a515c8d186ea532ce5-d # internal
2025-08-20T22:42:43.9816248Z [00:04:25.633]➜  cp $WORK/b1829/_pkg_.a /root/.cache/go-build/28/289ebf0e2760f49c1305a813ce2e852503c3db5e480b84df5dd1f65581a3d548-d # internal
2025-08-20T22:42:43.9822109Z [00:04:25.634]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories
2025-08-20T22:42:43.9822541Z [00:04:25.634]➜  mkdir -p $WORK/b1834/
2025-08-20T22:42:43.9830485Z [00:04:25.635]➜  cat >/tmp/go-build3998081543/b1834/importcfg << 'EOF' # internal
2025-08-20T22:42:43.9831514Z [00:04:25.636]➜  # import config
2025-08-20T22:42:43.9832757Z [00:04:25.636]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:43.9834898Z [00:04:25.636]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.9835586Z [00:04:25.636]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.9836107Z [00:04:25.636]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.9836534Z [00:04:25.636]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.9837170Z [00:04:25.636]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.9837961Z [00:04:25.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.9838953Z [00:04:25.636]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.9839376Z [00:04:25.636]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.9839809Z [00:04:25.636]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.9842812Z [00:04:25.636]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.9860333Z [00:04:25.636]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.9860825Z [00:04:25.636]➜  EOF
2025-08-20T22:42:43.9864041Z [00:04:25.636]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1834/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcategories=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcategories;$WORK/b1834=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories -lang=go1.22 -complete -installsuffix shared -buildid wLV6T25IjFvDiKTJBLev/wLV6T25IjFvDiKTJBLev -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1834/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcategories/get_categories.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcategories/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getcategories/response.go
2025-08-20T22:42:43.9867198Z [00:04:25.637]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds
2025-08-20T22:42:43.9867580Z [00:04:25.637]➜  mkdir -p $WORK/b1835/
2025-08-20T22:42:43.9867951Z [00:04:25.637]➜  cat >/tmp/go-build3998081543/b1835/importcfg << 'EOF' # internal
2025-08-20T22:42:43.9868305Z [00:04:25.637]➜  # import config
2025-08-20T22:42:43.9868648Z [00:04:25.637]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:43.9869099Z [00:04:25.637]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:43.9869918Z [00:04:25.637]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:43.9870398Z [00:04:25.637]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:43.9871032Z [00:04:25.637]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:43.9871816Z [00:04:25.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:43.9872383Z [00:04:25.637]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:43.9872801Z [00:04:25.637]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:43.9873231Z [00:04:25.637]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:43.9873650Z [00:04:25.637]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:43.9874100Z [00:04:25.637]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:43.9874424Z [00:04:25.637]➜  EOF
2025-08-20T22:42:43.9879522Z [00:04:25.640]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1835/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdatafeeds=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdatafeeds;$WORK/b1835=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds -lang=go1.22 -complete -installsuffix shared -buildid EaOUZ88HMQS_ubnn1o80/EaOUZ88HMQS_ubnn1o80 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1835/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdatafeeds/get_datafeeds.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdatafeeds/response.go
2025-08-20T22:42:44.0150749Z [00:04:25.667]➜  go tool buildid -w $WORK/b1831/_pkg_.a # internal
2025-08-20T22:42:44.0156475Z [00:04:25.668]➜  cp $WORK/b1831/_pkg_.a /root/.cache/go-build/7f/7fdb05e49ec4ac336f12e85e418e942b5a04008a82ac0ed46d99c535ecb61c26-d # internal
2025-08-20T22:42:44.0181312Z [00:04:25.669]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats
2025-08-20T22:42:44.0181758Z [00:04:25.669]➜  mkdir -p $WORK/b1836/
2025-08-20T22:42:44.0182146Z [00:04:25.669]➜  cat >/tmp/go-build3998081543/b1836/importcfg << 'EOF' # internal
2025-08-20T22:42:44.0182503Z [00:04:25.669]➜  # import config
2025-08-20T22:42:44.0182849Z [00:04:25.669]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.0183665Z [00:04:25.669]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.0184222Z [00:04:25.669]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.0184646Z [00:04:25.669]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.0185280Z [00:04:25.669]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.0186288Z [00:04:25.669]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.0186862Z [00:04:25.669]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.0187282Z [00:04:25.669]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.0187713Z [00:04:25.669]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.0188139Z [00:04:25.669]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.0188571Z [00:04:25.669]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.0188888Z [00:04:25.669]➜  EOF
2025-08-20T22:42:44.0191942Z [00:04:25.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1836/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdatafeedstats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdatafeedstats;$WORK/b1836=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats -lang=go1.22 -complete -installsuffix shared -buildid N1rIEDEz2BdfiADfB3bC/N1rIEDEz2BdfiADfB3bC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1836/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdatafeedstats/get_datafeed_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdatafeedstats/response.go
2025-08-20T22:42:44.0200547Z [00:04:25.672]➜  go tool buildid -w $WORK/b1833/_pkg_.a # internal
2025-08-20T22:42:44.0216589Z [00:04:25.674]➜  cp $WORK/b1833/_pkg_.a /root/.cache/go-build/7a/7ad99d5b23dcdae5a30522a5702c77b2b4c2a31ffc5b4d6eb508fc999ae1003e-d # internal
2025-08-20T22:42:44.0231936Z [00:04:25.675]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics
2025-08-20T22:42:44.0232451Z [00:04:25.675]➜  mkdir -p $WORK/b1837/
2025-08-20T22:42:44.0232841Z [00:04:25.675]➜  cat >/tmp/go-build3998081543/b1837/importcfg << 'EOF' # internal
2025-08-20T22:42:44.0233236Z [00:04:25.675]➜  # import config
2025-08-20T22:42:44.0233596Z [00:04:25.675]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.0234052Z [00:04:25.675]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.0234503Z [00:04:25.675]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.0234919Z [00:04:25.675]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.0237308Z [00:04:25.675]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.0239313Z [00:04:25.675]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.0243526Z [00:04:25.676]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.0243967Z [00:04:25.676]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.0244398Z [00:04:25.676]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.0248215Z [00:04:25.676]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.0248665Z [00:04:25.676]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.0248983Z [00:04:25.676]➜  EOF
2025-08-20T22:42:44.0252268Z [00:04:25.676]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1837/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdataframeanalytics;$WORK/b1837=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid 55xUYzs3ZJcbmsz3IFlN/55xUYzs3ZJcbmsz3IFlN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1837/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdataframeanalytics/get_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdataframeanalytics/response.go
2025-08-20T22:42:44.0759728Z [00:04:25.728]➜  go tool buildid -w $WORK/b1835/_pkg_.a # internal
2025-08-20T22:42:44.0761076Z [00:04:25.728]➜  cp $WORK/b1835/_pkg_.a /root/.cache/go-build/34/3472a107bf87b5e1e192b6c66f54ec8717f9ed7466d570fde7bc8b893b75f9e5-d # internal
2025-08-20T22:42:44.0779421Z [00:04:25.730]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats
2025-08-20T22:42:44.0788432Z [00:04:25.731]➜  mkdir -p $WORK/b1838/
2025-08-20T22:42:44.0795636Z [00:04:25.732]➜  cat >/tmp/go-build3998081543/b1838/importcfg << 'EOF' # internal
2025-08-20T22:42:44.0796443Z [00:04:25.732]➜  # import config
2025-08-20T22:42:44.0797036Z [00:04:25.732]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.0797650Z [00:04:25.732]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.0798858Z [00:04:25.732]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.0799626Z [00:04:25.732]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.0800371Z [00:04:25.732]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.0801290Z [00:04:25.732]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.0801862Z [00:04:25.732]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.0802288Z [00:04:25.732]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.0802722Z [00:04:25.732]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.0803150Z [00:04:25.732]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.0803575Z [00:04:25.732]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.0803892Z [00:04:25.732]➜  EOF
2025-08-20T22:42:44.0807229Z [00:04:25.732]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1838/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdataframeanalyticsstats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdataframeanalyticsstats;$WORK/b1838=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats -lang=go1.22 -complete -installsuffix shared -buildid -YbXXl4qa4ggrQEk_GMy/-YbXXl4qa4ggrQEk_GMy -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1838/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdataframeanalyticsstats/get_data_frame_analytics_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getdataframeanalyticsstats/response.go
2025-08-20T22:42:44.0825120Z [00:04:25.735]➜  go tool buildid -w $WORK/b1836/_pkg_.a # internal
2025-08-20T22:42:44.0849005Z [00:04:25.737]➜  go tool buildid -w $WORK/b1834/_pkg_.a # internal
2025-08-20T22:42:44.0867382Z [00:04:25.739]➜  cp $WORK/b1836/_pkg_.a /root/.cache/go-build/3c/3c07c3063cd66451721bfd60452f1bd3201d8e7042e1be31582e4ac5edb451c8-d # internal
2025-08-20T22:42:44.0868378Z [00:04:25.739]➜  cp $WORK/b1834/_pkg_.a /root/.cache/go-build/27/272d89f43850a681f77e21568d83962b244918d65c8bc8afd714fbdc29a2c4c5-d # internal
2025-08-20T22:42:44.0879790Z [00:04:25.740]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters
2025-08-20T22:42:44.0880708Z [00:04:25.740]➜  mkdir -p $WORK/b1839/
2025-08-20T22:42:44.0886125Z [00:04:25.741]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers
2025-08-20T22:42:44.0887251Z [00:04:25.741]➜  mkdir -p $WORK/b1840/
2025-08-20T22:42:44.0888747Z [00:04:25.741]➜  cat >/tmp/go-build3998081543/b1840/importcfg << 'EOF' # internal
2025-08-20T22:42:44.0889106Z [00:04:25.741]➜  # import config
2025-08-20T22:42:44.0889453Z [00:04:25.741]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.0889885Z [00:04:25.741]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.0890362Z [00:04:25.741]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.0890814Z [00:04:25.741]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.0891231Z [00:04:25.741]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.0891865Z [00:04:25.741]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.0892669Z [00:04:25.741]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.0893240Z [00:04:25.741]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.0893670Z [00:04:25.741]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.0894105Z [00:04:25.741]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.0894534Z [00:04:25.741]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.0895281Z [00:04:25.741]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.0895935Z [00:04:25.741]➜  EOF
2025-08-20T22:42:44.0896313Z [00:04:25.741]➜  cat >/tmp/go-build3998081543/b1839/importcfg << 'EOF' # internal
2025-08-20T22:42:44.0896666Z [00:04:25.741]➜  # import config
2025-08-20T22:42:44.0897137Z [00:04:25.741]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.0897604Z [00:04:25.741]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.0898062Z [00:04:25.741]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.0898476Z [00:04:25.741]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.0899104Z [00:04:25.741]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.0899894Z [00:04:25.741]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.0900473Z [00:04:25.741]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.0900892Z [00:04:25.741]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.0901323Z [00:04:25.741]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.0901749Z [00:04:25.741]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.0902176Z [00:04:25.741]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.0902669Z [00:04:25.741]➜  EOF
2025-08-20T22:42:44.0912166Z [00:04:25.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1840/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getinfluencers=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getinfluencers;$WORK/b1840=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers -lang=go1.22 -complete -installsuffix shared -buildid mBI_bES8yR6gR_CG1vRp/mBI_bES8yR6gR_CG1vRp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1840/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getinfluencers/get_influencers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getinfluencers/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getinfluencers/response.go
2025-08-20T22:42:44.0917982Z [00:04:25.741]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1839/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getfilters=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getfilters;$WORK/b1839=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters -lang=go1.22 -complete -installsuffix shared -buildid 0fyGwXvl4pnCQxPctfvs/0fyGwXvl4pnCQxPctfvs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1839/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getfilters/get_filters.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getfilters/response.go
2025-08-20T22:42:44.1016985Z [00:04:25.752]➜  go tool buildid -w $WORK/b1837/_pkg_.a # internal
2025-08-20T22:42:44.1020712Z [00:04:25.754]➜  cp $WORK/b1837/_pkg_.a /root/.cache/go-build/f9/f9d71afef0de2445999a569e82d7a11805bf15e435881cd6ee9f06366dd3b5a6-d # internal
2025-08-20T22:42:44.1049017Z [00:04:25.755]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs
2025-08-20T22:42:44.1051908Z [00:04:25.755]➜  mkdir -p $WORK/b1841/
2025-08-20T22:42:44.1059132Z [00:04:25.758]➜  cat >/tmp/go-build3998081543/b1841/importcfg << 'EOF' # internal
2025-08-20T22:42:44.1067362Z [00:04:25.758]➜  # import config
2025-08-20T22:42:44.1067732Z [00:04:25.758]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.1068195Z [00:04:25.758]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.1068668Z [00:04:25.758]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.1069473Z [00:04:25.758]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.1070149Z [00:04:25.758]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.1070946Z [00:04:25.758]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.1071513Z [00:04:25.758]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.1071942Z [00:04:25.758]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.1072374Z [00:04:25.758]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.1072801Z [00:04:25.758]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.1073231Z [00:04:25.758]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.1073555Z [00:04:25.758]➜  EOF
2025-08-20T22:42:44.1076743Z [00:04:25.758]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1841/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getjobs=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getjobs;$WORK/b1841=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs -lang=go1.22 -complete -installsuffix shared -buildid M9lt_DFHTMuB4efhRL2t/M9lt_DFHTMuB4efhRL2t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1841/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getjobs/get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getjobs/response.go
2025-08-20T22:42:44.1530486Z [00:04:25.805]➜  go tool buildid -w $WORK/b1838/_pkg_.a # internal
2025-08-20T22:42:44.1550762Z [00:04:25.807]➜  cp $WORK/b1838/_pkg_.a /root/.cache/go-build/6c/6ce057af8e6c7aba26af7d4baddfaa958c7a53127b2f5575bb994b464edc1823-d # internal
2025-08-20T22:42:44.1554562Z [00:04:25.807]➜  go tool buildid -w $WORK/b1839/_pkg_.a # internal
2025-08-20T22:42:44.1563580Z [00:04:25.809]➜  cp $WORK/b1839/_pkg_.a /root/.cache/go-build/8b/8b4b18563ace1d104f2c12156bed351359d1011205842e909baa25773b1c395e-d # internal
2025-08-20T22:42:44.1570511Z [00:04:25.809]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats
2025-08-20T22:42:44.1578731Z [00:04:25.809]➜  mkdir -p $WORK/b1843/
2025-08-20T22:42:44.1581009Z [00:04:25.810]➜  cat >/tmp/go-build3998081543/b1843/importcfg << 'EOF' # internal
2025-08-20T22:42:44.1582006Z [00:04:25.810]➜  # import config
2025-08-20T22:42:44.1582456Z [00:04:25.810]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.1582937Z [00:04:25.810]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.1583387Z [00:04:25.810]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.1583808Z [00:04:25.810]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.1584936Z [00:04:25.810]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.1585901Z [00:04:25.810]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.1586474Z [00:04:25.810]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.1586893Z [00:04:25.810]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.1587331Z [00:04:25.810]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.1587764Z [00:04:25.810]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.1588193Z [00:04:25.810]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.1588512Z [00:04:25.810]➜  EOF
2025-08-20T22:42:44.1591557Z [00:04:25.810]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1843/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmemorystats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmemorystats;$WORK/b1843=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats -lang=go1.22 -complete -installsuffix shared -buildid 36pDtyMFa9SXtZ2OjkrH/36pDtyMFa9SXtZ2OjkrH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1843/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmemorystats/get_memory_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmemorystats/response.go
2025-08-20T22:42:44.1594227Z [00:04:25.810]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats
2025-08-20T22:42:44.1594602Z [00:04:25.810]➜  mkdir -p $WORK/b1842/
2025-08-20T22:42:44.1594999Z [00:04:25.811]➜  cat >/tmp/go-build3998081543/b1842/importcfg << 'EOF' # internal
2025-08-20T22:42:44.1595521Z [00:04:25.811]➜  # import config
2025-08-20T22:42:44.1595966Z [00:04:25.811]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.1596436Z [00:04:25.811]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.1596880Z [00:04:25.811]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.1597292Z [00:04:25.811]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.1597921Z [00:04:25.811]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.1598944Z [00:04:25.811]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.1599556Z [00:04:25.811]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.1599977Z [00:04:25.811]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.1600408Z [00:04:25.811]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.1600836Z [00:04:25.811]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.1601450Z [00:04:25.811]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.1601808Z [00:04:25.811]➜  EOF
2025-08-20T22:42:44.1604523Z [00:04:25.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1842/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getjobstats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getjobstats;$WORK/b1842=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats -lang=go1.22 -complete -installsuffix shared -buildid HlX4o-rbo6WsPpjRMLWP/HlX4o-rbo6WsPpjRMLWP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1842/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getjobstats/get_job_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getjobstats/response.go
2025-08-20T22:42:44.1608539Z [00:04:25.813]➜  go tool buildid -w $WORK/b1840/_pkg_.a # internal
2025-08-20T22:42:44.1623100Z [00:04:25.815]➜  cp $WORK/b1840/_pkg_.a /root/.cache/go-build/7a/7a899788b24f6d6167480c5164ebf883a323c3a692c9c1b351fea63d8fd54a86-d # internal
2025-08-20T22:42:44.1636464Z [00:04:25.816]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots
2025-08-20T22:42:44.1637398Z [00:04:25.816]➜  mkdir -p $WORK/b1844/
2025-08-20T22:42:44.1646722Z [00:04:25.817]➜  cat >/tmp/go-build3998081543/b1844/importcfg << 'EOF' # internal
2025-08-20T22:42:44.1648457Z [00:04:25.817]➜  # import config
2025-08-20T22:42:44.1649140Z [00:04:25.817]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.1649638Z [00:04:25.817]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.1650153Z [00:04:25.817]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.1650603Z [00:04:25.817]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.1651019Z [00:04:25.817]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.1651674Z [00:04:25.817]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.1652484Z [00:04:25.817]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.1653051Z [00:04:25.817]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.1653472Z [00:04:25.817]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.1653909Z [00:04:25.817]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.1654337Z [00:04:25.817]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.1655033Z [00:04:25.817]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.1655570Z [00:04:25.817]➜  EOF
2025-08-20T22:42:44.1659448Z [00:04:25.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1844/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmodelsnapshots=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmodelsnapshots;$WORK/b1844=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots -lang=go1.22 -complete -installsuffix shared -buildid AyHxMGQn9lqkF_HnfP5m/AyHxMGQn9lqkF_HnfP5m -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1844/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmodelsnapshots/get_model_snapshots.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmodelsnapshots/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmodelsnapshots/response.go
2025-08-20T22:42:44.1963097Z [00:04:25.848]➜  go tool buildid -w $WORK/b1841/_pkg_.a # internal
2025-08-20T22:42:44.1979804Z [00:04:25.850]➜  cp $WORK/b1841/_pkg_.a /root/.cache/go-build/fc/fc69f567d421130c60414104e046c5cb8248bb7c4af7b9128937a2715ad61bda-d # internal
2025-08-20T22:42:44.2044665Z [00:04:25.856]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats
2025-08-20T22:42:44.2045452Z [00:04:25.857]➜  mkdir -p $WORK/b1845/
2025-08-20T22:42:44.2045929Z [00:04:25.857]➜  cat >/tmp/go-build3998081543/b1845/importcfg << 'EOF' # internal
2025-08-20T22:42:44.2067512Z [00:04:25.857]➜  # import config
2025-08-20T22:42:44.2068554Z [00:04:25.859]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.2069620Z [00:04:25.859]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.2070145Z [00:04:25.859]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.2070570Z [00:04:25.859]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.2071212Z [00:04:25.859]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.2072012Z [00:04:25.859]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.2073091Z [00:04:25.859]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.2073576Z [00:04:25.859]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.2074010Z [00:04:25.859]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.2074445Z [00:04:25.859]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.2074870Z [00:04:25.859]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.2075196Z [00:04:25.859]➜  EOF
2025-08-20T22:42:44.2078618Z [00:04:25.859]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1845/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmodelsnapshotupgradestats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmodelsnapshotupgradestats;$WORK/b1845=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats -lang=go1.22 -complete -installsuffix shared -buildid g6gGSv1Czdt4NR-JprZm/g6gGSv1Czdt4NR-JprZm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1845/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmodelsnapshotupgradestats/get_model_snapshot_upgrade_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getmodelsnapshotupgradestats/response.go
2025-08-20T22:42:44.2255942Z [00:04:25.878]➜  go tool buildid -w $WORK/b1843/_pkg_.a # internal
2025-08-20T22:42:44.2271886Z [00:04:25.880]➜  cp $WORK/b1843/_pkg_.a /root/.cache/go-build/17/17d2781fe68e9faf9d9432567eb8817aee8ed602f6b13822aaf1ea0f7518a2a2-d # internal
2025-08-20T22:42:44.2289288Z [00:04:25.881]➜  go tool buildid -w $WORK/b1842/_pkg_.a # internal
2025-08-20T22:42:44.2309147Z [00:04:25.883]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets
2025-08-20T22:42:44.2309624Z [00:04:25.883]➜  mkdir -p $WORK/b1846/
2025-08-20T22:42:44.2310233Z [00:04:25.883]➜  cat >/tmp/go-build3998081543/b1846/importcfg << 'EOF' # internal
2025-08-20T22:42:44.2310756Z [00:04:25.883]➜  # import config
2025-08-20T22:42:44.2311224Z [00:04:25.883]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.2311775Z [00:04:25.883]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.2312359Z [00:04:25.883]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.2312976Z [00:04:25.883]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.2313832Z [00:04:25.883]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.2314663Z [00:04:25.883]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.2315844Z [00:04:25.883]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.2316570Z [00:04:25.883]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.2317346Z [00:04:25.883]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.2317950Z [00:04:25.883]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.2318530Z [00:04:25.883]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.2319114Z [00:04:25.883]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.2319605Z [00:04:25.883]➜  EOF
2025-08-20T22:42:44.2323211Z [00:04:25.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1846/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getoverallbuckets=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getoverallbuckets;$WORK/b1846=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets -lang=go1.22 -complete -installsuffix shared -buildid v9G-oBDHt7TlPY2ibr2i/v9G-oBDHt7TlPY2ibr2i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1846/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getoverallbuckets/get_overall_buckets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getoverallbuckets/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getoverallbuckets/response.go
2025-08-20T22:42:44.2333147Z [00:04:25.886]➜  cp $WORK/b1842/_pkg_.a /root/.cache/go-build/13/133ad70524040cd1c9753c6453e00b0ff7ef0d2c8e0c0ce94361210b03c89d35-d # internal
2025-08-20T22:42:44.2374804Z [00:04:25.889]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords
2025-08-20T22:42:44.2375311Z [00:04:25.889]➜  mkdir -p $WORK/b1847/
2025-08-20T22:42:44.2375855Z [00:04:25.889]➜  cat >/tmp/go-build3998081543/b1847/importcfg << 'EOF' # internal
2025-08-20T22:42:44.2376212Z [00:04:25.889]➜  # import config
2025-08-20T22:42:44.2376552Z [00:04:25.889]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.2376990Z [00:04:25.889]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.2377458Z [00:04:25.889]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.2377904Z [00:04:25.889]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.2378318Z [00:04:25.889]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.2378992Z [00:04:25.889]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.2379789Z [00:04:25.889]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.2380357Z [00:04:25.889]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.2380774Z [00:04:25.889]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.2381208Z [00:04:25.889]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.2381641Z [00:04:25.889]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.2382079Z [00:04:25.889]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.2382396Z [00:04:25.889]➜  EOF
2025-08-20T22:42:44.2386001Z [00:04:25.889]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1847/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getrecords=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getrecords;$WORK/b1847=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords -lang=go1.22 -complete -installsuffix shared -buildid tE_-iMRtwdI4MTgqCWc3/tE_-iMRtwdI4MTgqCWc3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1847/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getrecords/get_records.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getrecords/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/getrecords/response.go
2025-08-20T22:42:44.2535846Z [00:04:25.906]➜  go tool buildid -w $WORK/b1844/_pkg_.a # internal
2025-08-20T22:42:44.2572248Z [00:04:25.910]➜  cp $WORK/b1844/_pkg_.a /root/.cache/go-build/e3/e3ca89dab66c026af79a4fbd726083953ea52e6d0b63d48cd7e6bd450417194e-d # internal
2025-08-20T22:42:44.2607348Z [00:04:25.913]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels
2025-08-20T22:42:44.2610244Z [00:04:25.913]➜  mkdir -p $WORK/b1848/
2025-08-20T22:42:44.2612616Z [00:04:25.914]➜  cat >/tmp/go-build3998081543/b1848/importcfg << 'EOF' # internal
2025-08-20T22:42:44.2616430Z [00:04:25.914]➜  # import config
2025-08-20T22:42:44.2616851Z [00:04:25.914]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.2617314Z [00:04:25.914]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.2617763Z [00:04:25.914]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.2618181Z [00:04:25.914]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.2619348Z [00:04:25.914]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.2620212Z [00:04:25.914]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.2621040Z [00:04:25.914]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build3998081543/b1849/_pkg_.a
2025-08-20T22:42:44.2621667Z [00:04:25.914]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.2622092Z [00:04:25.914]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.2622526Z [00:04:25.914]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.2622956Z [00:04:25.914]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.2623379Z [00:04:25.914]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.2623707Z [00:04:25.914]➜  EOF
2025-08-20T22:42:44.2626741Z [00:04:25.914]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1848/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/gettrainedmodels=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/gettrainedmodels;$WORK/b1848=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels -lang=go1.22 -complete -installsuffix shared -buildid B22u6eyCUTZEgOCOvMih/B22u6eyCUTZEgOCOvMih -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1848/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/gettrainedmodels/get_trained_models.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/gettrainedmodels/response.go
2025-08-20T22:42:44.2727437Z [00:04:25.925]➜  go tool buildid -w $WORK/b1845/_pkg_.a # internal
2025-08-20T22:42:44.2739976Z [00:04:25.926]➜  cp $WORK/b1845/_pkg_.a /root/.cache/go-build/3c/3cda3a396426456f42c58aff6359a5044f8eefeac0750b75beaa8ccf9fa9975e-d # internal
2025-08-20T22:42:44.2789307Z [00:04:25.930]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats
2025-08-20T22:42:44.2793863Z [00:04:25.932]➜  mkdir -p $WORK/b1850/
2025-08-20T22:42:44.2796390Z [00:04:25.932]➜  cat >/tmp/go-build3998081543/b1850/importcfg << 'EOF' # internal
2025-08-20T22:42:44.2796760Z [00:04:25.932]➜  # import config
2025-08-20T22:42:44.2797107Z [00:04:25.932]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.2797818Z [00:04:25.932]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.2798327Z [00:04:25.932]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.2798744Z [00:04:25.932]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.2799373Z [00:04:25.932]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.2800332Z [00:04:25.932]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.2800906Z [00:04:25.932]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.2801326Z [00:04:25.932]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.2801762Z [00:04:25.932]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.2802187Z [00:04:25.932]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.2802618Z [00:04:25.932]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.2802931Z [00:04:25.932]➜  EOF
2025-08-20T22:42:44.2810969Z [00:04:25.932]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1850/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/gettrainedmodelsstats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/gettrainedmodelsstats;$WORK/b1850=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats -lang=go1.22 -complete -installsuffix shared -buildid dg_jVlrlf8wCRpoOXggK/dg_jVlrlf8wCRpoOXggK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1850/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/gettrainedmodelsstats/get_trained_models_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/gettrainedmodelsstats/response.go
2025-08-20T22:42:44.3005312Z [00:04:25.953]➜  go tool buildid -w $WORK/b1846/_pkg_.a # internal
2025-08-20T22:42:44.3036458Z [00:04:25.956]➜  cp $WORK/b1846/_pkg_.a /root/.cache/go-build/07/0723dc2641beb7386f8b4a9a41952a09c0269c9f22706394fb75406e6dae4f2e-d # internal
2025-08-20T22:42:44.3050804Z [00:04:25.957]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel
2025-08-20T22:42:44.3052758Z [00:04:25.957]➜  mkdir -p $WORK/b1851/
2025-08-20T22:42:44.3053182Z [00:04:25.957]➜  cat >/tmp/go-build3998081543/b1851/importcfg << 'EOF' # internal
2025-08-20T22:42:44.3053572Z [00:04:25.957]➜  # import config
2025-08-20T22:42:44.3053922Z [00:04:25.957]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.3054347Z [00:04:25.957]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.3054799Z [00:04:25.957]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.3055245Z [00:04:25.958]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.3060044Z [00:04:25.958]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.3060694Z [00:04:25.958]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.3061487Z [00:04:25.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.3062050Z [00:04:25.958]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
﻿2025-08-20T22:42:44.3064792Z [00:04:25.958]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.3065255Z [00:04:25.958]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.3095623Z [00:04:25.958]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.3096416Z [00:04:25.958]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.3096754Z [00:04:25.958]➜  EOF
2025-08-20T22:42:44.3100425Z [00:04:25.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1851/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/infertrainedmodel=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/infertrainedmodel;$WORK/b1851=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel -lang=go1.22 -complete -installsuffix shared -buildid BgUhiCeCB60lTgfcyKjm/BgUhiCeCB60lTgfcyKjm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1851/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/infertrainedmodel/infer_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/infertrainedmodel/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/infertrainedmodel/response.go
2025-08-20T22:42:44.3295316Z [00:04:25.982]➜  go tool buildid -w $WORK/b1847/_pkg_.a # internal
2025-08-20T22:42:44.3343613Z [00:04:25.987]➜  cp $WORK/b1847/_pkg_.a /root/.cache/go-build/a3/a32397aab45870ee370ff813afd7e4c3f4bd189dee8821673be0fc4ae6882916-d # internal
2025-08-20T22:42:44.3404427Z [00:04:25.993]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/info
2025-08-20T22:42:44.3405192Z [00:04:25.993]➜  mkdir -p $WORK/b1852/
2025-08-20T22:42:44.3420319Z [00:04:25.994]➜  cat >/tmp/go-build3998081543/b1852/importcfg << 'EOF' # internal
2025-08-20T22:42:44.3421120Z [00:04:25.994]➜  # import config
2025-08-20T22:42:44.3421797Z [00:04:25.994]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.3423180Z [00:04:25.994]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.3423965Z [00:04:25.994]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.3424455Z [00:04:25.994]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.3425086Z [00:04:25.994]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.3426057Z [00:04:25.994]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.3426632Z [00:04:25.994]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.3427054Z [00:04:25.994]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.3427485Z [00:04:25.994]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.3427911Z [00:04:25.994]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.3428354Z [00:04:25.994]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.3428682Z [00:04:25.994]➜  EOF
2025-08-20T22:42:44.3431262Z [00:04:25.994]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1852/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/info=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/info;$WORK/b1852=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/info -lang=go1.22 -complete -installsuffix shared -buildid FGA1tyrYaXBWNOy-nCvo/FGA1tyrYaXBWNOy-nCvo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1852/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/info/response.go
2025-08-20T22:42:44.3521336Z [00:04:26.004]➜  go tool buildid -w $WORK/b1848/_pkg_.a # internal
2025-08-20T22:42:44.3541402Z [00:04:26.006]➜  cp $WORK/b1848/_pkg_.a /root/.cache/go-build/e0/e0073f2817466971cc6fc83b430cf616360b8f145afebeb9d95985a0cbd66ee2-d # internal
2025-08-20T22:42:44.3576027Z [00:04:26.010]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob
2025-08-20T22:42:44.3576441Z [00:04:26.010]➜  mkdir -p $WORK/b1853/
2025-08-20T22:42:44.3583900Z [00:04:26.011]➜  cat >/tmp/go-build3998081543/b1853/importcfg << 'EOF' # internal
2025-08-20T22:42:44.3584764Z [00:04:26.011]➜  # import config
2025-08-20T22:42:44.3585164Z [00:04:26.011]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.3586041Z [00:04:26.011]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.3586559Z [00:04:26.011]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.3587009Z [00:04:26.011]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.3587423Z [00:04:26.011]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.3588050Z [00:04:26.011]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.3588871Z [00:04:26.011]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.3589440Z [00:04:26.011]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.3589862Z [00:04:26.011]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.3590293Z [00:04:26.011]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.3590730Z [00:04:26.011]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.3591158Z [00:04:26.011]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.3591478Z [00:04:26.011]➜  EOF
2025-08-20T22:42:44.3594623Z [00:04:26.011]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1853/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/openjob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/openjob;$WORK/b1853=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob -lang=go1.22 -complete -installsuffix shared -buildid HakLCHkUWBMibj3Apnsh/HakLCHkUWBMibj3Apnsh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1853/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/openjob/open_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/openjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/openjob/response.go
2025-08-20T22:42:44.3650152Z [00:04:26.017]➜  go tool buildid -w $WORK/b1850/_pkg_.a # internal
2025-08-20T22:42:44.3657319Z [00:04:26.018]➜  cp $WORK/b1850/_pkg_.a /root/.cache/go-build/5c/5c36db32946d596f931dc30fa0f01b5321e89598ef4e853617b4d6945593275e-d # internal
2025-08-20T22:42:44.3676288Z [00:04:26.020]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents
2025-08-20T22:42:44.3676728Z [00:04:26.020]➜  mkdir -p $WORK/b1854/
2025-08-20T22:42:44.3677146Z [00:04:26.020]➜  cat >/tmp/go-build3998081543/b1854/importcfg << 'EOF' # internal
2025-08-20T22:42:44.3677500Z [00:04:26.020]➜  # import config
2025-08-20T22:42:44.3677841Z [00:04:26.020]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.3678265Z [00:04:26.020]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.3678712Z [00:04:26.020]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.3679164Z [00:04:26.020]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.3679577Z [00:04:26.020]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.3680206Z [00:04:26.020]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.3680996Z [00:04:26.020]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.3681892Z [00:04:26.020]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.3682320Z [00:04:26.020]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.3682753Z [00:04:26.020]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.3683181Z [00:04:26.020]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.3683609Z [00:04:26.020]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.3684237Z [00:04:26.020]➜  EOF
2025-08-20T22:42:44.3687947Z [00:04:26.020]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1854/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postcalendarevents=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postcalendarevents;$WORK/b1854=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents -lang=go1.22 -complete -installsuffix shared -buildid f_k12QPzuUja1HzszWS7/f_k12QPzuUja1HzszWS7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1854/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postcalendarevents/post_calendar_events.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postcalendarevents/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postcalendarevents/response.go
2025-08-20T22:42:44.3697574Z [00:04:26.022]➜  go tool buildid -w $WORK/b1851/_pkg_.a # internal
2025-08-20T22:42:44.3700543Z [00:04:26.022]➜  cp $WORK/b1851/_pkg_.a /root/.cache/go-build/93/93fc46a3ef4e5f8a7e8329829ca494d8fb46da4421f403415d9f148301eb3090-d # internal
2025-08-20T22:42:44.3708019Z [00:04:26.023]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata
2025-08-20T22:42:44.3719403Z [00:04:26.023]➜  mkdir -p $WORK/b1855/
2025-08-20T22:42:44.3720365Z [00:04:26.024]➜  cat >/tmp/go-build3998081543/b1855/importcfg << 'EOF' # internal
2025-08-20T22:42:44.3720759Z [00:04:26.024]➜  # import config
2025-08-20T22:42:44.3721557Z [00:04:26.024]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.3722106Z [00:04:26.024]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.3722624Z [00:04:26.024]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.3723071Z [00:04:26.024]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.3723483Z [00:04:26.024]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.3724116Z [00:04:26.024]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.3724913Z [00:04:26.024]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.3725731Z [00:04:26.024]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.3726212Z [00:04:26.024]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.3726655Z [00:04:26.024]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.3727086Z [00:04:26.024]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.3727516Z [00:04:26.024]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.3727830Z [00:04:26.024]➜  EOF
2025-08-20T22:42:44.3730850Z [00:04:26.024]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1855/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postdata=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postdata;$WORK/b1855=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata -lang=go1.22 -complete -installsuffix shared -buildid _TV4lvcXtkgYozOv9qgk/_TV4lvcXtkgYozOv9qgk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1855/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postdata/post_data.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postdata/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/postdata/response.go
2025-08-20T22:42:44.4126965Z [00:04:26.064]➜  go tool buildid -w $WORK/b1852/_pkg_.a # internal
2025-08-20T22:42:44.4131036Z [00:04:26.065]➜  cp $WORK/b1852/_pkg_.a /root/.cache/go-build/6b/6b76ed5930fb4809ca7405a5d435c54fcb99c0f292105769f02a89e719a7d695-d # internal
2025-08-20T22:42:44.4147542Z [00:04:26.067]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed
2025-08-20T22:42:44.4150388Z [00:04:26.067]➜  mkdir -p $WORK/b1856/
2025-08-20T22:42:44.4176846Z [00:04:26.069]➜  cat >/tmp/go-build3998081543/b1856/importcfg << 'EOF' # internal
2025-08-20T22:42:44.4177399Z [00:04:26.069]➜  # import config
2025-08-20T22:42:44.4177854Z [00:04:26.069]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.4178378Z [00:04:26.069]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.4178951Z [00:04:26.069]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.4179516Z [00:04:26.069]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.4180019Z [00:04:26.069]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.4180777Z [00:04:26.069]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.4181714Z [00:04:26.069]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.4182434Z [00:04:26.069]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.4182976Z [00:04:26.069]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.4183524Z [00:04:26.069]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.4184034Z [00:04:26.069]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.4184598Z [00:04:26.069]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.4185504Z [00:04:26.069]➜  EOF
2025-08-20T22:42:44.4204322Z [00:04:26.072]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1856/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdatafeed;$WORK/b1856=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed -lang=go1.22 -complete -installsuffix shared -buildid aiY1tVlBLJ3jZyuHcPW7/aiY1tVlBLJ3jZyuHcPW7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1856/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdatafeed/preview_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdatafeed/response.go
2025-08-20T22:42:44.4263481Z [00:04:26.079]➜  go tool buildid -w $WORK/b1853/_pkg_.a # internal
2025-08-20T22:42:44.4273773Z [00:04:26.080]➜  cp $WORK/b1853/_pkg_.a /root/.cache/go-build/a2/a215d0f3045a50d4194045c6cb3d3697e790b2fc7e71ba916b44a876790b9b1a-d # internal
2025-08-20T22:42:44.4285738Z [00:04:26.081]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics
2025-08-20T22:42:44.4286259Z [00:04:26.081]➜  mkdir -p $WORK/b1857/
2025-08-20T22:42:44.4288131Z [00:04:26.081]➜  cat >/tmp/go-build3998081543/b1857/importcfg << 'EOF' # internal
2025-08-20T22:42:44.4288543Z [00:04:26.081]➜  # import config
2025-08-20T22:42:44.4288885Z [00:04:26.081]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.4289312Z [00:04:26.081]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.4289765Z [00:04:26.081]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.4290209Z [00:04:26.081]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.4290930Z [00:04:26.081]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.4291566Z [00:04:26.081]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.4292356Z [00:04:26.081]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.4292922Z [00:04:26.081]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.4293464Z [00:04:26.081]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.4293956Z [00:04:26.081]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.4294384Z [00:04:26.081]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.4294810Z [00:04:26.081]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.4295751Z [00:04:26.081]➜  EOF
2025-08-20T22:42:44.4307469Z [00:04:26.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1857/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdataframeanalytics;$WORK/b1857=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid 0hd70N1t8zHZ4l-FloY4/0hd70N1t8zHZ4l-FloY4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1857/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdataframeanalytics/preview_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/previewdataframeanalytics/response.go
2025-08-20T22:42:44.4351664Z [00:04:26.088]➜  go tool buildid -w $WORK/b1854/_pkg_.a # internal
2025-08-20T22:42:44.4363889Z [00:04:26.089]➜  cp $WORK/b1854/_pkg_.a /root/.cache/go-build/a0/a06fa388bb6c7c2de95cd70b484711b5fb429b10fb6cb6b7f022778b761201ed-d # internal
2025-08-20T22:42:44.4370276Z [00:04:26.089]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar
2025-08-20T22:42:44.4370697Z [00:04:26.089]➜  mkdir -p $WORK/b1858/
2025-08-20T22:42:44.4373516Z [00:04:26.090]➜  cat >/tmp/go-build3998081543/b1858/importcfg << 'EOF' # internal
2025-08-20T22:42:44.4373892Z [00:04:26.090]➜  # import config
2025-08-20T22:42:44.4374232Z [00:04:26.090]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.4374682Z [00:04:26.090]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.4375139Z [00:04:26.090]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.4375967Z [00:04:26.090]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.4376385Z [00:04:26.090]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.4377031Z [00:04:26.090]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.4377836Z [00:04:26.090]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.4378401Z [00:04:26.090]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.4379063Z [00:04:26.090]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.4379556Z [00:04:26.090]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.4380000Z [00:04:26.090]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.4380427Z [00:04:26.090]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.4380744Z [00:04:26.090]➜  EOF
2025-08-20T22:42:44.4384627Z [00:04:26.090]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1858/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putcalendar=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putcalendar;$WORK/b1858=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar -lang=go1.22 -complete -installsuffix shared -buildid xFa9FkGRX0Gde2rd7IJf/xFa9FkGRX0Gde2rd7IJf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1858/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putcalendar/put_calendar.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putcalendar/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putcalendar/response.go
2025-08-20T22:42:44.4394216Z [00:04:26.092]➜  go tool buildid -w $WORK/b1855/_pkg_.a # internal
2025-08-20T22:42:44.4411728Z [00:04:26.094]➜  cp $WORK/b1855/_pkg_.a /root/.cache/go-build/8d/8d01ede634e714f32fbb7d817c6aae8552f2d873eaab5f8807af61a63ea40009-d # internal
2025-08-20T22:42:44.4420825Z [00:04:26.094]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob
2025-08-20T22:42:44.4426982Z [00:04:26.095]➜  mkdir -p $WORK/b1859/
2025-08-20T22:42:44.4427422Z [00:04:26.095]➜  cat >/tmp/go-build3998081543/b1859/importcfg << 'EOF' # internal
2025-08-20T22:42:44.4427783Z [00:04:26.095]➜  # import config
2025-08-20T22:42:44.4428125Z [00:04:26.095]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.4428553Z [00:04:26.095]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.4429006Z [00:04:26.095]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.4429463Z [00:04:26.095]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.4429879Z [00:04:26.095]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.4430515Z [00:04:26.095]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.4431307Z [00:04:26.095]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.4432280Z [00:04:26.095]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.4432761Z [00:04:26.095]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.4433193Z [00:04:26.095]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.4433619Z [00:04:26.095]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.4434050Z [00:04:26.095]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.4434369Z [00:04:26.095]➜  EOF
2025-08-20T22:42:44.4439109Z [00:04:26.096]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1859/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putcalendarjob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putcalendarjob;$WORK/b1859=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob -lang=go1.22 -complete -installsuffix shared -buildid va0s0J-T78Ev8o0y940b/va0s0J-T78Ev8o0y940b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1859/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putcalendarjob/put_calendar_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putcalendarjob/response.go
2025-08-20T22:42:44.5006671Z [00:04:26.153]➜  go tool buildid -w $WORK/b1857/_pkg_.a # internal
2025-08-20T22:42:44.5029335Z [00:04:26.155]➜  cp $WORK/b1857/_pkg_.a /root/.cache/go-build/fe/fe0ef1be3e67048d0b3bdc9449b7af2e80419a23beb23f2a16bb2ab6b88a9f35-d # internal
2025-08-20T22:42:44.5050857Z [00:04:26.157]➜  go tool buildid -w $WORK/b1856/_pkg_.a # internal
2025-08-20T22:42:44.5052155Z [00:04:26.157]➜  go tool buildid -w $WORK/b1858/_pkg_.a # internal
2025-08-20T22:42:44.5052897Z [00:04:26.157]➜  cp $WORK/b1858/_pkg_.a /root/.cache/go-build/c9/c9866ebbb4c890de3dbf4178b71b64a4a15f9daa1ea573bd39ba32570881d60e-d # internal
2025-08-20T22:42:44.5064546Z [00:04:26.159]➜  cp $WORK/b1856/_pkg_.a /root/.cache/go-build/bb/bb7f2dbee5865efe5696b3963217480da8343b21a9656d1b33e97c86f61df819-d # internal
2025-08-20T22:42:44.5065860Z [00:04:26.159]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed
2025-08-20T22:42:44.5066378Z [00:04:26.159]➜  mkdir -p $WORK/b1860/
2025-08-20T22:42:44.5072132Z [00:04:26.160]➜  cat >/tmp/go-build3998081543/b1860/importcfg << 'EOF' # internal
2025-08-20T22:42:44.5073278Z [00:04:26.160]➜  # import config
2025-08-20T22:42:44.5073635Z [00:04:26.160]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.5074321Z [00:04:26.160]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.5079519Z [00:04:26.160]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.5080464Z [00:04:26.160]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.5081937Z [00:04:26.160]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.5082796Z [00:04:26.160]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.5083912Z [00:04:26.160]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.5085566Z [00:04:26.160]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:44.5086785Z [00:04:26.160]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.5088968Z [00:04:26.160]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.5090195Z [00:04:26.160]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.5093205Z [00:04:26.160]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.5093708Z [00:04:26.160]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.5094029Z [00:04:26.160]➜  EOF
2025-08-20T22:42:44.5094716Z [00:04:26.160]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics
2025-08-20T22:42:44.5095250Z [00:04:26.160]➜  mkdir -p $WORK/b1861/
2025-08-20T22:42:44.5098641Z [00:04:26.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1860/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdatafeed;$WORK/b1860=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed -lang=go1.22 -complete -installsuffix shared -buildid UcF-amiIMqh7qfHN6RZZ/UcF-amiIMqh7qfHN6RZZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1860/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdatafeed/put_datafeed.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdatafeed/response.go
2025-08-20T22:42:44.5101466Z [00:04:26.160]➜  cat >/tmp/go-build3998081543/b1861/importcfg << 'EOF' # internal
2025-08-20T22:42:44.5101823Z [00:04:26.160]➜  # import config
2025-08-20T22:42:44.5102159Z [00:04:26.160]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.5102583Z [00:04:26.160]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.5103033Z [00:04:26.160]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.5103508Z [00:04:26.160]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.5103924Z [00:04:26.160]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.5104553Z [00:04:26.160]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.5105425Z [00:04:26.160]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.5106216Z [00:04:26.160]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.5106644Z [00:04:26.160]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.5107077Z [00:04:26.160]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.5107505Z [00:04:26.160]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.5107931Z [00:04:26.160]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.5108244Z [00:04:26.160]➜  EOF
2025-08-20T22:42:44.5111797Z [00:04:26.160]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1861/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdataframeanalytics;$WORK/b1861=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid xVGMGyG6IEcwlfp95dG2/xVGMGyG6IEcwlfp95dG2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1861/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdataframeanalytics/put_data_frame_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putdataframeanalytics/response.go
2025-08-20T22:42:44.5114987Z [00:04:26.162]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter
2025-08-20T22:42:44.5117752Z [00:04:26.162]➜  mkdir -p $WORK/b1862/
2025-08-20T22:42:44.5118139Z [00:04:26.162]➜  cat >/tmp/go-build3998081543/b1862/importcfg << 'EOF' # internal
2025-08-20T22:42:44.5118709Z [00:04:26.162]➜  # import config
2025-08-20T22:42:44.5119216Z [00:04:26.162]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.5119716Z [00:04:26.162]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.5120352Z [00:04:26.162]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.5121377Z [00:04:26.162]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.5121910Z [00:04:26.162]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.5122716Z [00:04:26.162]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.5123836Z [00:04:26.162]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.5124657Z [00:04:26.162]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.5125274Z [00:04:26.162]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.5126100Z [00:04:26.162]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.5126571Z [00:04:26.162]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.5127166Z [00:04:26.162]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.5127677Z [00:04:26.162]➜  EOF
2025-08-20T22:42:44.5131116Z [00:04:26.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1862/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putfilter=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putfilter;$WORK/b1862=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter -lang=go1.22 -complete -installsuffix shared -buildid 8KmTeqh1-as_vtwI2pgm/8KmTeqh1-as_vtwI2pgm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1862/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putfilter/put_filter.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putfilter/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putfilter/response.go
2025-08-20T22:42:44.5294388Z [00:04:26.182]➜  go tool buildid -w $WORK/b1859/_pkg_.a # internal
2025-08-20T22:42:44.5295814Z [00:04:26.182]➜  cp $WORK/b1859/_pkg_.a /root/.cache/go-build/75/7588de207181002d6c8c4ba8f943577b103dcea184258d195f20392542b2fc48-d # internal
2025-08-20T22:42:44.5306837Z [00:04:26.183]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob
2025-08-20T22:42:44.5307289Z [00:04:26.183]➜  mkdir -p $WORK/b1863/
2025-08-20T22:42:44.5311196Z [00:04:26.184]➜  cat >/tmp/go-build3998081543/b1863/importcfg << 'EOF' # internal
2025-08-20T22:42:44.5315829Z [00:04:26.184]➜  # import config
2025-08-20T22:42:44.5316529Z [00:04:26.184]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.5317027Z [00:04:26.184]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.5317488Z [00:04:26.184]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.5317930Z [00:04:26.184]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.5318344Z [00:04:26.184]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.5319031Z [00:04:26.184]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.5319826Z [00:04:26.184]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.5320685Z [00:04:26.184]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:44.5321347Z [00:04:26.184]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.5321765Z [00:04:26.184]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.5322199Z [00:04:26.184]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.5322627Z [00:04:26.184]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.5323059Z [00:04:26.184]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.5323589Z [00:04:26.184]➜  EOF
2025-08-20T22:42:44.5326825Z [00:04:26.184]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1863/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putjob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putjob;$WORK/b1863=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob -lang=go1.22 -complete -installsuffix shared -buildid 5OZFtBQfpUJJkmgZomlH/5OZFtBQfpUJJkmgZomlH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1863/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putjob/put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/putjob/response.go
2025-08-20T22:42:44.5858844Z [00:04:26.237]➜  go tool buildid -w $WORK/b1862/_pkg_.a # internal
2025-08-20T22:42:44.5864755Z [00:04:26.239]➜  cp $WORK/b1862/_pkg_.a /root/.cache/go-build/9c/9ce2ea8647dc68adc778d943203d8a3e9b66aec7d66f3593909af5cddb59c881-d # internal
2025-08-20T22:42:44.5878778Z [00:04:26.240]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel
2025-08-20T22:42:44.5901890Z [00:04:26.241]➜  mkdir -p $WORK/b1864/
2025-08-20T22:42:44.5902375Z [00:04:26.241]➜  cat >/tmp/go-build3998081543/b1864/importcfg << 'EOF' # internal
2025-08-20T22:42:44.5902733Z [00:04:26.241]➜  # import config
2025-08-20T22:42:44.5903075Z [00:04:26.241]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.5903532Z [00:04:26.241]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.5903986Z [00:04:26.241]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.5904430Z [00:04:26.241]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.5904850Z [00:04:26.241]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.5905644Z [00:04:26.241]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.5906816Z [00:04:26.241]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.5907687Z [00:04:26.241]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build3998081543/b1541/_pkg_.a
2025-08-20T22:42:44.5908347Z [00:04:26.241]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.5908887Z [00:04:26.241]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.5909380Z [00:04:26.241]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.5909807Z [00:04:26.241]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.5910233Z [00:04:26.241]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.5910549Z [00:04:26.241]➜  EOF
2025-08-20T22:42:44.5913836Z [00:04:26.241]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1864/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodel=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodel;$WORK/b1864=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel -lang=go1.22 -complete -installsuffix shared -buildid OSm2uSeMKxgt6oBPqGrG/OSm2uSeMKxgt6oBPqGrG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1864/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodel/put_trained_model.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodel/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodel/response.go
2025-08-20T22:42:44.5954780Z [00:04:26.248]➜  go tool buildid -w $WORK/b1861/_pkg_.a # internal
2025-08-20T22:42:44.5997595Z [00:04:26.252]➜  cp $WORK/b1861/_pkg_.a /root/.cache/go-build/6c/6cf2802ec15ede23151e48dc702aa08d879d681162fc0159ec95926b7b4379d0-d # internal
2025-08-20T22:42:44.6024140Z [00:04:26.255]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias
2025-08-20T22:42:44.6025180Z [00:04:26.255]➜  mkdir -p $WORK/b1865/
2025-08-20T22:42:44.6027186Z [00:04:26.255]➜  cat >/tmp/go-build3998081543/b1865/importcfg << 'EOF' # internal
2025-08-20T22:42:44.6027548Z [00:04:26.255]➜  # import config
2025-08-20T22:42:44.6027898Z [00:04:26.255]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.6028370Z [00:04:26.255]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.6028821Z [00:04:26.255]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.6029240Z [00:04:26.255]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.6029887Z [00:04:26.255]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.6030701Z [00:04:26.255]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.6031276Z [00:04:26.255]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.6031699Z [00:04:26.255]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.6032128Z [00:04:26.255]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.6032562Z [00:04:26.255]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.6032999Z [00:04:26.255]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.6033322Z [00:04:26.255]➜  EOF
2025-08-20T22:42:44.6036464Z [00:04:26.255]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1865/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodelalias=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodelalias;$WORK/b1865=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias -lang=go1.22 -complete -installsuffix shared -buildid rnElcWeV6RaNepUxHReZ/rnElcWeV6RaNepUxHReZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1865/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodelalias/put_trained_model_alias.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodelalias/response.go
2025-08-20T22:42:44.6136604Z [00:04:26.265]➜  go tool buildid -w $WORK/b1860/_pkg_.a # internal
2025-08-20T22:42:44.6141493Z [00:04:26.266]➜  cp $WORK/b1860/_pkg_.a /root/.cache/go-build/76/760f809f8d377438e278bcb3e3cacb960549e71ce79e0af2722ca33ffb767703-d # internal
2025-08-20T22:42:44.6151300Z [00:04:26.267]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart
2025-08-20T22:42:44.6152540Z [00:04:26.268]➜  mkdir -p $WORK/b1866/
2025-08-20T22:42:44.6159557Z [00:04:26.268]➜  cat >/tmp/go-build3998081543/b1866/importcfg << 'EOF' # internal
2025-08-20T22:42:44.6159980Z [00:04:26.268]➜  # import config
2025-08-20T22:42:44.6160337Z [00:04:26.268]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.6160766Z [00:04:26.268]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.6161217Z [00:04:26.268]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.6161664Z [00:04:26.268]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.6162079Z [00:04:26.268]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.6162722Z [00:04:26.268]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.6163513Z [00:04:26.268]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.6164082Z [00:04:26.268]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.6164509Z [00:04:26.268]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.6165529Z [00:04:26.268]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.6166053Z [00:04:26.268]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.6166487Z [00:04:26.268]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.6166809Z [00:04:26.268]➜  EOF
2025-08-20T22:42:44.6176810Z [00:04:26.270]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1866/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodeldefinitionpart=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodeldefinitionpart;$WORK/b1866=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart -lang=go1.22 -complete -installsuffix shared -buildid wVHlmIA8Mp7byn-5p7Ny/wVHlmIA8Mp7byn-5p7Ny -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1866/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodeldefinitionpart/put_trained_model_definition_part.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodeldefinitionpart/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodeldefinitionpart/response.go
2025-08-20T22:42:44.6386103Z [00:04:26.291]➜  go tool buildid -w $WORK/b1863/_pkg_.a # internal
2025-08-20T22:42:44.6439544Z [00:04:26.296]➜  cp $WORK/b1863/_pkg_.a /root/.cache/go-build/48/48481c2d969831dfcbf79f5dbbb311c97fa5db920ca94ad55a646e4454c141ac-d # internal
2025-08-20T22:42:44.6452390Z [00:04:26.298]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary
2025-08-20T22:42:44.6452866Z [00:04:26.298]➜  mkdir -p $WORK/b1867/
2025-08-20T22:42:44.6457672Z [00:04:26.298]➜  cat >/tmp/go-build3998081543/b1867/importcfg << 'EOF' # internal
2025-08-20T22:42:44.6458069Z [00:04:26.298]➜  # import config
2025-08-20T22:42:44.6458788Z [00:04:26.298]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.6459232Z [00:04:26.298]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.6459704Z [00:04:26.298]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.6460562Z [00:04:26.298]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.6461203Z [00:04:26.298]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.6462125Z [00:04:26.298]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.6463533Z [00:04:26.298]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.6464106Z [00:04:26.298]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.6464530Z [00:04:26.298]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.6465175Z [00:04:26.298]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.6465795Z [00:04:26.298]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.6466229Z [00:04:26.298]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.6466548Z [00:04:26.298]➜  EOF
2025-08-20T22:42:44.6470252Z [00:04:26.298]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1867/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodelvocabulary=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodelvocabulary;$WORK/b1867=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary -lang=go1.22 -complete -installsuffix shared -buildid 11Cg-EgB-RrfT8S4wwf6/11Cg-EgB-RrfT8S4wwf6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1867/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodelvocabulary/put_trained_model_vocabulary.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodelvocabulary/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/puttrainedmodelvocabulary/response.go
2025-08-20T22:42:44.6803552Z [00:04:26.333]➜  go tool buildid -w $WORK/b1864/_pkg_.a # internal
2025-08-20T22:42:44.6819043Z [00:04:26.334]➜  go tool buildid -w $WORK/b1866/_pkg_.a # internal
2025-08-20T22:42:44.6820852Z [00:04:26.334]➜  cp $WORK/b1864/_pkg_.a /root/.cache/go-build/9c/9ccdacbcdf4aae5855b39c9e1b89da32ec19e8a44e23c2909bfe843c90132d94-d # internal
2025-08-20T22:42:44.6826724Z [00:04:26.335]➜  cp $WORK/b1866/_pkg_.a /root/.cache/go-build/27/27de1e65a3da053904ea855fdbec6d511bd73606bd73225cf03795254faa5977-d # internal
2025-08-20T22:42:44.6827365Z [00:04:26.335]➜  go tool buildid -w $WORK/b1865/_pkg_.a # internal
2025-08-20T22:42:44.6836458Z [00:04:26.336]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot
2025-08-20T22:42:44.6837729Z [00:04:26.336]➜  mkdir -p $WORK/b1869/
2025-08-20T22:42:44.6840452Z [00:04:26.336]➜  cp $WORK/b1865/_pkg_.a /root/.cache/go-build/6c/6cb07b2856084d6549ca8ae8dfc73cd1e4f4c130276291c28a03b14bc92841a4-d # internal
2025-08-20T22:42:44.6844935Z [00:04:26.337]➜  cat >/tmp/go-build3998081543/b1869/importcfg << 'EOF' # internal
2025-08-20T22:42:44.6847754Z [00:04:26.337]➜  # import config
2025-08-20T22:42:44.6849295Z [00:04:26.337]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.6850597Z [00:04:26.337]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.6851807Z [00:04:26.337]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.6855875Z [00:04:26.337]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.6856391Z [00:04:26.337]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.6857120Z [00:04:26.337]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.6863651Z [00:04:26.337]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.6864237Z [00:04:26.337]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.6864657Z [00:04:26.337]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.6865093Z [00:04:26.337]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.6865941Z [00:04:26.337]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.6866393Z [00:04:26.337]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.6866708Z [00:04:26.337]➜  EOF
2025-08-20T22:42:44.6867036Z [00:04:26.337]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob
2025-08-20T22:42:44.6867408Z [00:04:26.337]➜  mkdir -p $WORK/b1868/
2025-08-20T22:42:44.6876510Z [00:04:26.337]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1869/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/revertmodelsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/revertmodelsnapshot;$WORK/b1869=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot -lang=go1.22 -complete -installsuffix shared -buildid fa_KpS2c3waKF_barn8K/fa_KpS2c3waKF_barn8K -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1869/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/revertmodelsnapshot/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/revertmodelsnapshot/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/revertmodelsnapshot/revert_model_snapshot.go
2025-08-20T22:42:44.6881439Z [00:04:26.337]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode
2025-08-20T22:42:44.6881836Z [00:04:26.337]➜  mkdir -p $WORK/b1870/
2025-08-20T22:42:44.6882247Z [00:04:26.338]➜  cat >/tmp/go-build3998081543/b1870/importcfg << 'EOF' # internal
2025-08-20T22:42:44.6882857Z [00:04:26.338]➜  # import config
2025-08-20T22:42:44.6883268Z [00:04:26.338]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.6883720Z [00:04:26.338]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.6884160Z [00:04:26.338]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.6884571Z [00:04:26.338]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.6885204Z [00:04:26.338]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.6886582Z [00:04:26.338]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.6887367Z [00:04:26.338]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.6887834Z [00:04:26.338]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.6888548Z [00:04:26.338]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.6889157Z [00:04:26.338]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.6889767Z [00:04:26.338]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.6890094Z [00:04:26.338]➜  EOF
2025-08-20T22:42:44.6890622Z [00:04:26.338]➜  cat >/tmp/go-build3998081543/b1868/importcfg << 'EOF' # internal
2025-08-20T22:42:44.6891116Z [00:04:26.338]➜  # import config
2025-08-20T22:42:44.6891853Z [00:04:26.338]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.6892433Z [00:04:26.338]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.6893076Z [00:04:26.338]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.6893695Z [00:04:26.338]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.6894552Z [00:04:26.338]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.6895430Z [00:04:26.338]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.6896060Z [00:04:26.338]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.6896482Z [00:04:26.338]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.6896911Z [00:04:26.338]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.6897346Z [00:04:26.338]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.6897770Z [00:04:26.338]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.6898085Z [00:04:26.338]➜  EOF
2025-08-20T22:42:44.6901546Z [00:04:26.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1868/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/resetjob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/resetjob;$WORK/b1868=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob -lang=go1.22 -complete -installsuffix shared -buildid DMkkaHFwGTUS7JAHO5Ot/DMkkaHFwGTUS7JAHO5Ot -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1868/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/resetjob/reset_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/resetjob/response.go
2025-08-20T22:42:44.6906903Z [00:04:26.338]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1870/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/setupgrademode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/setupgrademode;$WORK/b1870=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode -lang=go1.22 -complete -installsuffix shared -buildid x2KRUu4-gHUXUvzlyJra/x2KRUu4-gHUXUvzlyJra -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1870/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/setupgrademode/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/setupgrademode/set_upgrade_mode.go
2025-08-20T22:42:44.7190285Z [00:04:26.371]➜  go tool buildid -w $WORK/b1867/_pkg_.a # internal
2025-08-20T22:42:44.7199694Z [00:04:26.372]➜  cp $WORK/b1867/_pkg_.a /root/.cache/go-build/47/47a1d664407af260133ebc6f89a439cb81457dd03283bac4e33ae3204911d180-d # internal
2025-08-20T22:42:44.7301396Z [00:04:26.382]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed
2025-08-20T22:42:44.7316921Z [00:04:26.382]➜  mkdir -p $WORK/b1871/
2025-08-20T22:42:44.7328329Z [00:04:26.385]➜  cat >/tmp/go-build3998081543/b1871/importcfg << 'EOF' # internal
2025-08-20T22:42:44.7330195Z [00:04:26.385]➜  # import config
2025-08-20T22:42:44.7330741Z [00:04:26.385]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.7331500Z [00:04:26.385]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.7332072Z [00:04:26.385]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.7332770Z [00:04:26.385]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.7333270Z [00:04:26.385]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.7334399Z [00:04:26.385]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.7335564Z [00:04:26.385]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.7336245Z [00:04:26.385]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.7336672Z [00:04:26.385]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.7337106Z [00:04:26.385]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.7337759Z [00:04:26.385]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.7338200Z [00:04:26.385]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.7338518Z [00:04:26.385]➜  EOF
2025-08-20T22:42:44.7341879Z [00:04:26.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1871/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/startdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/startdatafeed;$WORK/b1871=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed -lang=go1.22 -complete -installsuffix shared -buildid z6T-CLMelGhK3ZZ0kwMF/z6T-CLMelGhK3ZZ0kwMF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1871/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/startdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/startdatafeed/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/startdatafeed/start_datafeed.go
2025-08-20T22:42:44.7505557Z [00:04:26.403]➜  go tool buildid -w $WORK/b1869/_pkg_.a # internal
2025-08-20T22:42:44.7506149Z [00:04:26.403]➜  go tool buildid -w $WORK/b1870/_pkg_.a # internal
2025-08-20T22:42:44.7524572Z [00:04:26.404]➜  go tool buildid -w $WORK/b1868/_pkg_.a # internal
2025-08-20T22:42:44.7525300Z [00:04:26.405]➜  cp $WORK/b1870/_pkg_.a /root/.cache/go-build/6d/6dfe31cffb2a038ac72e6ce261598e2389fc12abf4a8ed13c16c7ea0f319fc4f-d # internal
2025-08-20T22:42:44.7530237Z [00:04:26.405]➜  cp $WORK/b1869/_pkg_.a /root/.cache/go-build/4d/4d1520652853b14a7a1bce2e5ccb950fad72cf499f6fa9abdd5da1dce01f1fbb-d # internal
2025-08-20T22:42:44.7531199Z [00:04:26.405]➜  cp $WORK/b1868/_pkg_.a /root/.cache/go-build/b8/b8b55772a29383ba09fe4284b8b26f97c4afec1947d4ae20135832a14672a654-d # internal
2025-08-20T22:42:44.7536488Z [00:04:26.405]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics
2025-08-20T22:42:44.7538397Z [00:04:26.405]➜  mkdir -p $WORK/b1872/
2025-08-20T22:42:44.7540310Z [00:04:26.405]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment
2025-08-20T22:42:44.7540878Z [00:04:26.405]➜  mkdir -p $WORK/b1873/
2025-08-20T22:42:44.7541257Z [00:04:26.406]➜  cat >/tmp/go-build3998081543/b1872/importcfg << 'EOF' # internal
2025-08-20T22:42:44.7541607Z [00:04:26.406]➜  # import config
2025-08-20T22:42:44.7545000Z [00:04:26.406]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.7545547Z [00:04:26.406]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.7546079Z [00:04:26.406]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.7550154Z [00:04:26.406]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.7550835Z [00:04:26.406]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.7551630Z [00:04:26.406]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.7552217Z [00:04:26.406]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.7552635Z [00:04:26.406]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.7553067Z [00:04:26.406]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.7553499Z [00:04:26.406]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.7554191Z [00:04:26.406]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.7554569Z [00:04:26.406]➜  EOF
2025-08-20T22:42:44.7557829Z [00:04:26.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1872/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/startdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/startdataframeanalytics;$WORK/b1872=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid DEJuM9TrguuseRmEXB2V/DEJuM9TrguuseRmEXB2V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1872/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/startdataframeanalytics/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/startdataframeanalytics/start_data_frame_analytics.go
2025-08-20T22:42:44.7560818Z [00:04:26.406]➜  cat >/tmp/go-build3998081543/b1873/importcfg << 'EOF' # internal
2025-08-20T22:42:44.7561175Z [00:04:26.406]➜  # import config
2025-08-20T22:42:44.7561514Z [00:04:26.406]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.7561967Z [00:04:26.406]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.7562411Z [00:04:26.406]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.7562819Z [00:04:26.406]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.7563749Z [00:04:26.406]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.7564606Z [00:04:26.406]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.7565653Z [00:04:26.406]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build3998081543/b1394/_pkg_.a
2025-08-20T22:42:44.7566714Z [00:04:26.406]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build3998081543/b1542/_pkg_.a
2025-08-20T22:42:44.7567372Z [00:04:26.406]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.7567790Z [00:04:26.406]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.7568223Z [00:04:26.406]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.7568648Z [00:04:26.406]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.7569087Z [00:04:26.406]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.7569404Z [00:04:26.406]➜  EOF
2025-08-20T22:42:44.7572590Z [00:04:26.406]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1873/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/starttrainedmodeldeployment=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/starttrainedmodeldeployment;$WORK/b1873=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment -lang=go1.22 -complete -installsuffix shared -buildid d839pOk7aHoJWGDF1nzY/d839pOk7aHoJWGDF1nzY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1873/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/starttrainedmodeldeployment/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/starttrainedmodeldeployment/start_trained_model_deployment.go
2025-08-20T22:42:44.7575627Z [00:04:26.407]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed
2025-08-20T22:42:44.7576065Z [00:04:26.407]➜  mkdir -p $WORK/b1874/
2025-08-20T22:42:44.7576435Z [00:04:26.407]➜  cat >/tmp/go-build3998081543/b1874/importcfg << 'EOF' # internal
2025-08-20T22:42:44.7576781Z [00:04:26.407]➜  # import config
2025-08-20T22:42:44.7577117Z [00:04:26.407]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.7577730Z [00:04:26.407]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.7578243Z [00:04:26.407]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.7578690Z [00:04:26.407]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.7579103Z [00:04:26.407]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.7579727Z [00:04:26.407]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.7580677Z [00:04:26.407]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.7581245Z [00:04:26.407]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.7581661Z [00:04:26.407]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.7582086Z [00:04:26.407]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.7582519Z [00:04:26.407]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.7582943Z [00:04:26.407]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.7583258Z [00:04:26.407]➜  EOF
2025-08-20T22:42:44.7586695Z [00:04:26.407]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1874/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stopdatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stopdatafeed;$WORK/b1874=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed -lang=go1.22 -complete -installsuffix shared -buildid 4fZWdDG9OJznU8Gy39Yx/4fZWdDG9OJznU8Gy39Yx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1874/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stopdatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stopdatafeed/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stopdatafeed/stop_datafeed.go
2025-08-20T22:42:44.8093294Z [00:04:26.462]➜  go tool buildid -w $WORK/b1871/_pkg_.a # internal
2025-08-20T22:42:44.8121555Z [00:04:26.464]➜  cp $WORK/b1871/_pkg_.a /root/.cache/go-build/69/69052a76a011f81c051969a727d9799b72ccbb1117af9cd3454980d2b7b5eef3-d # internal
2025-08-20T22:42:44.8142732Z [00:04:26.467]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics
2025-08-20T22:42:44.8149861Z [00:04:26.467]➜  mkdir -p $WORK/b1875/
2025-08-20T22:42:44.8161271Z [00:04:26.468]➜  cat >/tmp/go-build3998081543/b1875/importcfg << 'EOF' # internal
2025-08-20T22:42:44.8162408Z [00:04:26.469]➜  # import config
2025-08-20T22:42:44.8163296Z [00:04:26.469]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.8163807Z [00:04:26.469]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.8164261Z [00:04:26.469]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.8164709Z [00:04:26.469]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.8165484Z [00:04:26.469]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.8166338Z [00:04:26.469]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.8166904Z [00:04:26.469]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.8167339Z [00:04:26.469]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.8167774Z [00:04:26.469]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.8168202Z [00:04:26.469]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.8168629Z [00:04:26.469]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.8168945Z [00:04:26.469]➜  EOF
2025-08-20T22:42:44.8175863Z [00:04:26.470]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1875/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stopdataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stopdataframeanalytics;$WORK/b1875=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid JicvqcrpEjM3fSypHMtX/JicvqcrpEjM3fSypHMtX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1875/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stopdataframeanalytics/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stopdataframeanalytics/stop_data_frame_analytics.go
2025-08-20T22:42:44.8302228Z [00:04:26.483]➜  go tool buildid -w $WORK/b1874/_pkg_.a # internal
2025-08-20T22:42:44.8317207Z [00:04:26.484]➜  cp $WORK/b1874/_pkg_.a /root/.cache/go-build/6b/6b65ccabe66342b5ba35e12ee46b656c5990bb7d08b12ebd4fb6f06f3e4816f0-d # internal
2025-08-20T22:42:44.8326355Z [00:04:26.485]➜  go tool buildid -w $WORK/b1872/_pkg_.a # internal
2025-08-20T22:42:44.8337124Z [00:04:26.486]➜  cp $WORK/b1872/_pkg_.a /root/.cache/go-build/6a/6af14eedbdab9979a8c5e3a3ae7ceef8b28c5cdd412ffd0c5d92b3a5cdb623ad-d # internal
2025-08-20T22:42:44.8345480Z [00:04:26.487]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment
2025-08-20T22:42:44.8346008Z [00:04:26.487]➜  mkdir -p $WORK/b1876/
2025-08-20T22:42:44.8346398Z [00:04:26.487]➜  cat >/tmp/go-build3998081543/b1876/importcfg << 'EOF' # internal
2025-08-20T22:42:44.8347149Z [00:04:26.487]➜  # import config
2025-08-20T22:42:44.8347613Z [00:04:26.487]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.8348103Z [00:04:26.487]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.8348547Z [00:04:26.487]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.8348959Z [00:04:26.487]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.8349596Z [00:04:26.487]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.8350385Z [00:04:26.487]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.8356694Z [00:04:26.487]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.8357148Z [00:04:26.487]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.8357612Z [00:04:26.487]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.8358076Z [00:04:26.487]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.8358510Z [00:04:26.487]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.8358829Z [00:04:26.487]➜  EOF
2025-08-20T22:42:44.8362202Z [00:04:26.487]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1876/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stoptrainedmodeldeployment=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stoptrainedmodeldeployment;$WORK/b1876=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment -lang=go1.22 -complete -installsuffix shared -buildid lEO6vbFNqyUIkshK4EVa/lEO6vbFNqyUIkshK4EVa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1876/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stoptrainedmodeldeployment/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/stoptrainedmodeldeployment/stop_trained_model_deployment.go
2025-08-20T22:42:44.8371806Z [00:04:26.487]➜  go tool buildid -w $WORK/b1873/_pkg_.a # internal
2025-08-20T22:42:44.8372435Z [00:04:26.488]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed
2025-08-20T22:42:44.8372824Z [00:04:26.488]➜  mkdir -p $WORK/b1877/
2025-08-20T22:42:44.8373779Z [00:04:26.488]➜  cp $WORK/b1873/_pkg_.a /root/.cache/go-build/10/10ac51c18e4a956e420f5fd57e94787150e4780818136ee6584d5de0ff1105c1-d # internal
2025-08-20T22:42:44.8374473Z [00:04:26.488]➜  cat >/tmp/go-build3998081543/b1877/importcfg << 'EOF' # internal
2025-08-20T22:42:44.8374824Z [00:04:26.488]➜  # import config
2025-08-20T22:42:44.8375159Z [00:04:26.488]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.8375880Z [00:04:26.488]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.8376593Z [00:04:26.488]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.8377050Z [00:04:26.488]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.8377464Z [00:04:26.488]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.8378091Z [00:04:26.488]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.8378883Z [00:04:26.488]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.8379734Z [00:04:26.488]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:44.8380410Z [00:04:26.488]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.8380837Z [00:04:26.488]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.8381268Z [00:04:26.488]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.8382014Z [00:04:26.488]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.8382534Z [00:04:26.488]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.8382905Z [00:04:26.488]➜  EOF
2025-08-20T22:42:44.8396763Z [00:04:26.488]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1877/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedatafeed=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedatafeed;$WORK/b1877=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed -lang=go1.22 -complete -installsuffix shared -buildid ZNRHWTV03Jy-a--gPi2d/ZNRHWTV03Jy-a--gPi2d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1877/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedatafeed/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedatafeed/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedatafeed/update_datafeed.go
2025-08-20T22:42:44.8400045Z [00:04:26.489]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics
2025-08-20T22:42:44.8400494Z [00:04:26.489]➜  mkdir -p $WORK/b1878/
2025-08-20T22:42:44.8400872Z [00:04:26.489]➜  cat >/tmp/go-build3998081543/b1878/importcfg << 'EOF' # internal
2025-08-20T22:42:44.8401226Z [00:04:26.489]➜  # import config
2025-08-20T22:42:44.8401569Z [00:04:26.489]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.8402019Z [00:04:26.489]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.8402476Z [00:04:26.489]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.8402920Z [00:04:26.489]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.8403330Z [00:04:26.489]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.8404400Z [00:04:26.489]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.8405197Z [00:04:26.489]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.8406075Z [00:04:26.489]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.8406501Z [00:04:26.489]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.8407074Z [00:04:26.489]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.8407610Z [00:04:26.489]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.8408043Z [00:04:26.489]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.8408358Z [00:04:26.489]➜  EOF
2025-08-20T22:42:44.8411918Z [00:04:26.489]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1878/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedataframeanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedataframeanalytics;$WORK/b1878=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics -lang=go1.22 -complete -installsuffix shared -buildid xGt323DBg6UD6m3i57ML/xGt323DBg6UD6m3i57ML -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1878/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedataframeanalytics/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedataframeanalytics/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatedataframeanalytics/update_data_frame_analytics.go
2025-08-20T22:42:44.8820022Z [00:04:26.534]➜  go tool buildid -w $WORK/b1875/_pkg_.a # internal
2025-08-20T22:42:44.8847062Z [00:04:26.536]➜  cp $WORK/b1875/_pkg_.a /root/.cache/go-build/4a/4adacfb8fca2240609ca90138746aec632b837538a635c0ef7a29677e5a205e4-d # internal
2025-08-20T22:42:44.8870329Z [00:04:26.539]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter
2025-08-20T22:42:44.8873277Z [00:04:26.540]➜  mkdir -p $WORK/b1879/
2025-08-20T22:42:44.8889291Z [00:04:26.541]➜  cat >/tmp/go-build3998081543/b1879/importcfg << 'EOF' # internal
2025-08-20T22:42:44.8889753Z [00:04:26.541]➜  # import config
2025-08-20T22:42:44.8890102Z [00:04:26.541]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.8890534Z [00:04:26.541]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.8891010Z [00:04:26.541]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.8891457Z [00:04:26.541]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.8891875Z [00:04:26.541]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.8892509Z [00:04:26.541]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.8893327Z [00:04:26.541]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.8893894Z [00:04:26.541]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.8894312Z [00:04:26.541]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.8903525Z [00:04:26.541]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.8904039Z [00:04:26.541]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.8904484Z [00:04:26.541]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.8904799Z [00:04:26.541]➜  EOF
2025-08-20T22:42:44.8908107Z [00:04:26.542]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1879/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatefilter=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatefilter;$WORK/b1879=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter -lang=go1.22 -complete -installsuffix shared -buildid na4YXdbubWI9dL2d9jWa/na4YXdbubWI9dL2d9jWa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1879/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatefilter/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatefilter/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatefilter/update_filter.go
2025-08-20T22:42:44.9018400Z [00:04:26.554]➜  go tool buildid -w $WORK/b1876/_pkg_.a # internal
2025-08-20T22:42:44.9033374Z [00:04:26.555]➜  cp $WORK/b1876/_pkg_.a /root/.cache/go-build/09/099b2a4c742861dff93ff36b5634afb32f8563ebbbb75ffbaae3b14a4c122cb7-d # internal
2025-08-20T22:42:44.9103021Z [00:04:26.563]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob
2025-08-20T22:42:44.9104113Z [00:04:26.563]➜  mkdir -p $WORK/b1880/
2025-08-20T22:42:44.9109443Z [00:04:26.563]➜  cat >/tmp/go-build3998081543/b1880/importcfg << 'EOF' # internal
2025-08-20T22:42:44.9110780Z [00:04:26.563]➜  # import config
2025-08-20T22:42:44.9112701Z [00:04:26.563]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.9113211Z [00:04:26.563]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.9113669Z [00:04:26.563]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.9114113Z [00:04:26.563]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.9114536Z [00:04:26.563]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.9115171Z [00:04:26.563]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.9116120Z [00:04:26.563]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.9116696Z [00:04:26.563]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.9117500Z [00:04:26.563]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.9118031Z [00:04:26.563]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.9118543Z [00:04:26.563]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.9118969Z [00:04:26.563]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.9119287Z [00:04:26.563]➜  EOF
2025-08-20T22:42:44.9122436Z [00:04:26.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1880/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatejob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatejob;$WORK/b1880=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob -lang=go1.22 -complete -installsuffix shared -buildid dGAAvu88pU-JD9BmRInx/dGAAvu88pU-JD9BmRInx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1880/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatejob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatejob/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatejob/update_job.go
2025-08-20T22:42:44.9186912Z [00:04:26.570]➜  go tool buildid -w $WORK/b1878/_pkg_.a # internal
2025-08-20T22:42:44.9200244Z [00:04:26.572]➜  cp $WORK/b1878/_pkg_.a /root/.cache/go-build/bf/bffa4cda4ecf02f3f334b0afdf19f13bcb0cd8c386259a6f95a7b721e624b455-d # internal
2025-08-20T22:42:44.9220208Z [00:04:26.574]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot
2025-08-20T22:42:44.9227640Z [00:04:26.575]➜  mkdir -p $WORK/b1881/
2025-08-20T22:42:44.9232845Z [00:04:26.576]➜  cat >/tmp/go-build3998081543/b1881/importcfg << 'EOF' # internal
2025-08-20T22:42:44.9234905Z [00:04:26.576]➜  # import config
2025-08-20T22:42:44.9235918Z [00:04:26.576]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.9236799Z [00:04:26.576]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.9237278Z [00:04:26.576]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.9237727Z [00:04:26.576]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.9238145Z [00:04:26.576]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.9238912Z [00:04:26.576]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.9239810Z [00:04:26.576]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.9240385Z [00:04:26.576]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.9240806Z [00:04:26.576]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.9241238Z [00:04:26.576]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.9241680Z [00:04:26.576]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.9242113Z [00:04:26.576]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.9242425Z [00:04:26.576]➜  EOF
2025-08-20T22:42:44.9245992Z [00:04:26.576]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1881/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatemodelsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatemodelsnapshot;$WORK/b1881=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot -lang=go1.22 -complete -installsuffix shared -buildid RmbRyx0LKVShXryMoHh8/RmbRyx0LKVShXryMoHh8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1881/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatemodelsnapshot/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatemodelsnapshot/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatemodelsnapshot/update_model_snapshot.go
2025-08-20T22:42:44.9316092Z [00:04:26.584]➜  go tool buildid -w $WORK/b1877/_pkg_.a # internal
2025-08-20T22:42:44.9336842Z [00:04:26.586]➜  cp $WORK/b1877/_pkg_.a /root/.cache/go-build/10/10d74ee5d54fe25e0f10a2ddf90234d1bcf07f390587f7e5fec678e9973a79fd-d # internal
2025-08-20T22:42:44.9359129Z [00:04:26.588]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment
2025-08-20T22:42:44.9360875Z [00:04:26.588]➜  mkdir -p $WORK/b1882/
2025-08-20T22:42:44.9366411Z [00:04:26.589]➜  cat >/tmp/go-build3998081543/b1882/importcfg << 'EOF' # internal
2025-08-20T22:42:44.9367545Z [00:04:26.589]➜  # import config
2025-08-20T22:42:44.9368339Z [00:04:26.589]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:44.9369037Z [00:04:26.589]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.9370635Z [00:04:26.589]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.9371108Z [00:04:26.589]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.9371530Z [00:04:26.589]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.9372164Z [00:04:26.589]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.9372965Z [00:04:26.589]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.9373539Z [00:04:26.589]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.9373962Z [00:04:26.589]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.9374399Z [00:04:26.589]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.9374826Z [00:04:26.589]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.9375826Z [00:04:26.589]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.9376176Z [00:04:26.589]➜  EOF
2025-08-20T22:42:44.9380054Z [00:04:26.589]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1882/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatetrainedmodeldeployment=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatetrainedmodeldeployment;$WORK/b1882=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment -lang=go1.22 -complete -installsuffix shared -buildid SHT3BiU-QaQ2PDsMyTVa/SHT3BiU-QaQ2PDsMyTVa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1882/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatetrainedmodeldeployment/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatetrainedmodeldeployment/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/updatetrainedmodeldeployment/update_trained_model_deployment.go
2025-08-20T22:42:44.9515736Z [00:04:26.604]➜  go tool buildid -w $WORK/b1879/_pkg_.a # internal
2025-08-20T22:42:44.9532862Z [00:04:26.606]➜  cp $WORK/b1879/_pkg_.a /root/.cache/go-build/d5/d511bd8d980cbeb91ffe95a2dc20b167ff58c29e08d02873ce3d045f202f8140-d # internal
2025-08-20T22:42:44.9543308Z [00:04:26.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot
2025-08-20T22:42:44.9546595Z [00:04:26.607]➜  mkdir -p $WORK/b1883/
2025-08-20T22:42:44.9554736Z [00:04:26.608]➜  cat >/tmp/go-build3998081543/b1883/importcfg << 'EOF' # internal
2025-08-20T22:42:44.9555136Z [00:04:26.608]➜  # import config
2025-08-20T22:42:44.9555667Z [00:04:26.608]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:44.9556144Z [00:04:26.608]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:44.9556590Z [00:04:26.608]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:44.9557386Z [00:04:26.608]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:44.9558235Z [00:04:26.608]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:44.9559094Z [00:04:26.608]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:44.9559678Z [00:04:26.608]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:44.9560104Z [00:04:26.608]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:44.9560534Z [00:04:26.608]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:44.9560962Z [00:04:26.608]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:44.9561388Z [00:04:26.608]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:44.9561705Z [00:04:26.608]➜  EOF
2025-08-20T22:42:44.9566294Z [00:04:26.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1883/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/upgradejobsnapshot=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/upgradejobsnapshot;$WORK/b1883=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot -lang=go1.22 -complete -installsuffix shared -buildid dIZB5MwZfqxQ_YG21QT6/dIZB5MwZfqxQ_YG21QT6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1883/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/upgradejobsnapshot/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/upgradejobsnapshot/upgrade_job_snapshot.go
2025-08-20T22:42:44.9985815Z [00:04:26.651]➜  go tool buildid -w $WORK/b1881/_pkg_.a # internal
2025-08-20T22:42:45.0022065Z [00:04:26.654]➜  cp $WORK/b1881/_pkg_.a /root/.cache/go-build/d4/d4b708d3e22f186e3a191ac80788a6e8462d850561d4bbd2abc5540094ec7457-d # internal
2025-08-20T22:42:45.0038306Z [00:04:26.656]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate
2025-08-20T22:42:45.0038875Z [00:04:26.656]➜  mkdir -p $WORK/b1884/
2025-08-20T22:42:45.0039367Z [00:04:26.656]➜  cat >/tmp/go-build3998081543/b1884/importcfg << 'EOF' # internal
2025-08-20T22:42:45.0039816Z [00:04:26.656]➜  # import config
2025-08-20T22:42:45.0040234Z [00:04:26.656]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.0040745Z [00:04:26.656]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.0041587Z [00:04:26.656]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.0042173Z [00:04:26.656]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.0043020Z [00:04:26.656]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.0043671Z [00:04:26.656]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.0044614Z [00:04:26.656]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.0045479Z [00:04:26.656]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.0046035Z [00:04:26.656]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.0046549Z [00:04:26.656]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.0047110Z [00:04:26.656]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.0047664Z [00:04:26.656]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.0048069Z [00:04:26.656]➜  EOF
2025-08-20T22:42:45.0051374Z [00:04:26.656]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1884/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validate;$WORK/b1884=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate -lang=go1.22 -complete -installsuffix shared -buildid 1C_0CaJUXpJylBa-1FFX/1C_0CaJUXpJylBa-1FFX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1884/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validate/validate.go
2025-08-20T22:42:45.0054288Z [00:04:26.657]➜  go tool buildid -w $WORK/b1882/_pkg_.a # internal
2025-08-20T22:42:45.0064979Z [00:04:26.659]➜  cp $WORK/b1882/_pkg_.a /root/.cache/go-build/6d/6dd202296c35026932d5c1cf36129b4c33aa0f0ca2598a8f3b44b5e590e55ead-d # internal
2025-08-20T22:42:45.0081815Z [00:04:26.660]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector
2025-08-20T22:42:45.0083111Z [00:04:26.660]➜  mkdir -p $WORK/b1885/
2025-08-20T22:42:45.0083523Z [00:04:26.660]➜  cat >/tmp/go-build3998081543/b1885/importcfg << 'EOF' # internal
2025-08-20T22:42:45.0083895Z [00:04:26.660]➜  # import config
2025-08-20T22:42:45.0084236Z [00:04:26.660]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.0084661Z [00:04:26.660]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.0085111Z [00:04:26.660]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.0085736Z [00:04:26.660]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.0086150Z [00:04:26.660]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.0086782Z [00:04:26.660]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.0087567Z [00:04:26.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.0092238Z [00:04:26.660]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build3998081543/b1406/_pkg_.a
2025-08-20T22:42:45.0093267Z [00:04:26.660]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.0093702Z [00:04:26.660]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.0094140Z [00:04:26.660]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.0094564Z [00:04:26.660]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.0094990Z [00:04:26.660]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.0095544Z [00:04:26.660]➜  EOF
2025-08-20T22:42:45.0098925Z [00:04:26.660]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1885/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validatedetector=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validatedetector;$WORK/b1885=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector -lang=go1.22 -complete -installsuffix shared -buildid aZKabJvlE4kTJaj7PZEf/aZKabJvlE4kTJaj7PZEf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1885/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validatedetector/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validatedetector/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ml/validatedetector/validate_detector.go
2025-08-20T22:42:45.0251830Z [00:04:26.677]➜  go tool buildid -w $WORK/b1880/_pkg_.a # internal
2025-08-20T22:42:45.0298379Z [00:04:26.682]➜  cp $WORK/b1880/_pkg_.a /root/.cache/go-build/55/55aaaedb640a46382bc626e7f6630ef6995fb2a4d4d2da15c29368f0b71d964d-d # internal
2025-08-20T22:42:45.0315610Z [00:04:26.684]➜  github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk
2025-08-20T22:42:45.0321663Z [00:04:26.684]➜  mkdir -p $WORK/b1886/
2025-08-20T22:42:45.0332883Z [00:04:26.686]➜  cat >/tmp/go-build3998081543/b1886/importcfg << 'EOF' # internal
2025-08-20T22:42:45.0333593Z [00:04:26.686]➜  # import config
2025-08-20T22:42:45.0333940Z [00:04:26.686]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.0334503Z [00:04:26.686]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.0335027Z [00:04:26.686]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.0335605Z [00:04:26.686]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.0336035Z [00:04:26.686]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.0336680Z [00:04:26.686]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.0337473Z [00:04:26.686]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.0338079Z [00:04:26.686]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.0338501Z [00:04:26.686]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.0338942Z [00:04:26.686]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.0339377Z [00:04:26.686]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.0339806Z [00:04:26.686]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.0340121Z [00:04:26.686]➜  EOF
2025-08-20T22:42:45.0343652Z [00:04:26.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1886/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/monitoring/bulk=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/monitoring/bulk;$WORK/b1886=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk -lang=go1.22 -complete -installsuffix shared -buildid KGeAt0K6TeE5pTnsGINk/KGeAt0K6TeE5pTnsGINk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1886/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/monitoring/bulk/bulk.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/monitoring/bulk/helpers.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/monitoring/bulk/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/monitoring/bulk/response.go
2025-08-20T22:42:45.0371105Z [00:04:26.689]➜  go tool buildid -w $WORK/b1883/_pkg_.a # internal
2025-08-20T22:42:45.0383560Z [00:04:26.691]➜  cp $WORK/b1883/_pkg_.a /root/.cache/go-build/6e/6e2d207cc3cd7c4cb94f5601e59b381524669c0c039b7873c8a1588229840fd3-d # internal
2025-08-20T22:42:45.0448104Z [00:04:26.697]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive
2025-08-20T22:42:45.0449262Z [00:04:26.697]➜  mkdir -p $WORK/b1887/
2025-08-20T22:42:45.0450126Z [00:04:26.697]➜  cat >/tmp/go-build3998081543/b1887/importcfg << 'EOF' # internal
2025-08-20T22:42:45.0450532Z [00:04:26.697]➜  # import config
2025-08-20T22:42:45.0450892Z [00:04:26.697]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.0451396Z [00:04:26.697]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.0451852Z [00:04:26.697]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.0452266Z [00:04:26.697]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.0452890Z [00:04:26.697]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.0453684Z [00:04:26.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.0454246Z [00:04:26.697]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.0454663Z [00:04:26.697]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.0455093Z [00:04:26.697]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.0455697Z [00:04:26.697]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.0456496Z [00:04:26.697]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.0456910Z [00:04:26.697]➜  EOF
2025-08-20T22:42:45.0460359Z [00:04:26.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1887/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/clearrepositoriesmeteringarchive=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/clearrepositoriesmeteringarchive;$WORK/b1887=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive -lang=go1.22 -complete -installsuffix shared -buildid LG-vgHT0VU-tfkGGANdT/LG-vgHT0VU-tfkGGANdT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1887/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/clearrepositoriesmeteringarchive/clear_repositories_metering_archive.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/clearrepositoriesmeteringarchive/response.go
2025-08-20T22:42:45.0675691Z [00:04:26.720]➜  go tool buildid -w $WORK/b1884/_pkg_.a # internal
2025-08-20T22:42:45.0687167Z [00:04:26.721]➜  cp $WORK/b1884/_pkg_.a /root/.cache/go-build/6f/6f06b544f2dab0eeaecec5ed1ddc3eb9075437872225112d48bf7aa8166d9d6e-d # internal
2025-08-20T22:42:45.0695037Z [00:04:26.722]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo
2025-08-20T22:42:45.0695644Z [00:04:26.722]➜  mkdir -p $WORK/b1888/
2025-08-20T22:42:45.0699376Z [00:04:26.722]➜  cat >/tmp/go-build3998081543/b1888/importcfg << 'EOF' # internal
2025-08-20T22:42:45.0699739Z [00:04:26.722]➜  # import config
2025-08-20T22:42:45.0700092Z [00:04:26.722]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.0700551Z [00:04:26.722]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.0700998Z [00:04:26.722]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.0701758Z [00:04:26.722]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.0702394Z [00:04:26.722]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.0703184Z [00:04:26.722]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.0703751Z [00:04:26.722]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.0704301Z [00:04:26.722]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.0704783Z [00:04:26.722]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.0705210Z [00:04:26.722]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.0705796Z [00:04:26.722]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.0706119Z [00:04:26.722]➜  EOF
2025-08-20T22:42:45.0709689Z [00:04:26.722]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1888/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/getrepositoriesmeteringinfo=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/getrepositoriesmeteringinfo;$WORK/b1888=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo -lang=go1.22 -complete -installsuffix shared -buildid M90MsEk1n5DkhVFONH90/M90MsEk1n5DkhVFONH90 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1888/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/getrepositoriesmeteringinfo/get_repositories_metering_info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/getrepositoriesmeteringinfo/response.go
2025-08-20T22:42:45.0800259Z [00:04:26.732]➜  go tool buildid -w $WORK/b1885/_pkg_.a # internal
2025-08-20T22:42:45.0813987Z [00:04:26.734]➜  cp $WORK/b1885/_pkg_.a /root/.cache/go-build/de/de5d01d99bb7a54db1e222b4455444f3e39e0c854f2fa6798a2959e08f352962-d # internal
2025-08-20T22:42:45.0837016Z [00:04:26.735]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads
2025-08-20T22:42:45.0840363Z [00:04:26.735]➜  mkdir -p $WORK/b1889/
2025-08-20T22:42:45.0840815Z [00:04:26.735]➜  cat >/tmp/go-build3998081543/b1889/importcfg << 'EOF' # internal
2025-08-20T22:42:45.0841171Z [00:04:26.735]➜  # import config
2025-08-20T22:42:45.0841525Z [00:04:26.735]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.0841990Z [00:04:26.735]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.0842438Z [00:04:26.735]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.0842853Z [00:04:26.735]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.0843484Z [00:04:26.735]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.0844275Z [00:04:26.735]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.0845132Z [00:04:26.735]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build3998081543/b1890/_pkg_.a
2025-08-20T22:42:45.0845971Z [00:04:26.735]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.0846404Z [00:04:26.735]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.0846833Z [00:04:26.735]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.0847265Z [00:04:26.735]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.0847693Z [00:04:26.735]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.0848007Z [00:04:26.735]➜  EOF
2025-08-20T22:42:45.0850786Z [00:04:26.735]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1889/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/hotthreads=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/hotthreads;$WORK/b1889=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads -lang=go1.22 -complete -installsuffix shared -buildid mmCbm-ORokZDrzaajDWe/mmCbm-ORokZDrzaajDWe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1889/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/hotthreads/hot_threads.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/hotthreads/response.go
2025-08-20T22:42:45.1236276Z [00:04:26.776]➜  go tool buildid -w $WORK/b1887/_pkg_.a # internal
2025-08-20T22:42:45.1249590Z [00:04:26.777]➜  cp $WORK/b1887/_pkg_.a /root/.cache/go-build/17/17d76b8c45cdb8bb5209c897aa4512833a9e5956195aa5ae3ec988be5e9eef2f-d # internal
2025-08-20T22:42:45.1268342Z [00:04:26.779]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info
2025-08-20T22:42:45.1269276Z [00:04:26.779]➜  mkdir -p $WORK/b1891/
2025-08-20T22:42:45.1274447Z [00:04:26.780]➜  cat >/tmp/go-build3998081543/b1891/importcfg << 'EOF' # internal
2025-08-20T22:42:45.1274825Z [00:04:26.780]➜  # import config
2025-08-20T22:42:45.1275192Z [00:04:26.780]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.1278218Z [00:04:26.780]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.1278694Z [00:04:26.780]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.1279112Z [00:04:26.780]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.1279753Z [00:04:26.780]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.1280545Z [00:04:26.780]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.1281109Z [00:04:26.780]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.1281527Z [00:04:26.780]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.1282288Z [00:04:26.780]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.1282815Z [00:04:26.780]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.1283308Z [00:04:26.780]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.1283625Z [00:04:26.780]➜  EOF
2025-08-20T22:42:45.1286492Z [00:04:26.780]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1891/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/info=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/info;$WORK/b1891=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info -lang=go1.22 -complete -installsuffix shared -buildid dtcqqgsQrdvrXHSUhHcT/dtcqqgsQrdvrXHSUhHcT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1891/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/info/response.go
2025-08-20T22:42:45.1411627Z [00:04:26.793]➜  go tool buildid -w $WORK/b1886/_pkg_.a # internal
2025-08-20T22:42:45.1412183Z [00:04:26.793]➜  go tool buildid -w $WORK/b1888/_pkg_.a # internal
2025-08-20T22:42:45.1423631Z [00:04:26.794]➜  cp $WORK/b1888/_pkg_.a /root/.cache/go-build/78/78ad7a723aed2cd7be724292207d279d9eca33f922cf054cff6cdc20d1b3f8da-d # internal
2025-08-20T22:42:45.1428655Z [00:04:26.795]➜  cp $WORK/b1886/_pkg_.a /root/.cache/go-build/38/384b4beefc4951ff2dd89f9989d3c46296e3007bda97e6ab2aa516b6c378a8b5-d # internal
2025-08-20T22:42:45.1431675Z [00:04:26.796]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings
2025-08-20T22:42:45.1432127Z [00:04:26.796]➜  mkdir -p $WORK/b1892/
2025-08-20T22:42:45.1436234Z [00:04:26.796]➜  cat >/tmp/go-build3998081543/b1892/importcfg << 'EOF' # internal
2025-08-20T22:42:45.1437774Z [00:04:26.796]➜  # import config
2025-08-20T22:42:45.1439237Z [00:04:26.796]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.1439693Z [00:04:26.796]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.1440153Z [00:04:26.796]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.1440599Z [00:04:26.796]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.1443700Z [00:04:26.796]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.1445095Z [00:04:26.796]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.1446038Z [00:04:26.796]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.1446611Z [00:04:26.796]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.1447036Z [00:04:26.796]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.1447490Z [00:04:26.796]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.1447922Z [00:04:26.796]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.1448348Z [00:04:26.796]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.1448664Z [00:04:26.796]➜  EOF
2025-08-20T22:42:45.1452314Z [00:04:26.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1892/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/reloadsecuresettings=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/reloadsecuresettings;$WORK/b1892=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings -lang=go1.22 -complete -installsuffix shared -buildid w4sHWqJs2_-6kygWMJia/w4sHWqJs2_-6kygWMJia -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1892/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/reloadsecuresettings/reload_secure_settings.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/reloadsecuresettings/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/reloadsecuresettings/response.go
2025-08-20T22:42:45.1463270Z [00:04:26.797]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats
2025-08-20T22:42:45.1463749Z [00:04:26.797]➜  mkdir -p $WORK/b1893/
2025-08-20T22:42:45.1464133Z [00:04:26.797]➜  cat >/tmp/go-build3998081543/b1893/importcfg << 'EOF' # internal
2025-08-20T22:42:45.1464480Z [00:04:26.797]➜  # import config
2025-08-20T22:42:45.1464831Z [00:04:26.797]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.1465285Z [00:04:26.797]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.1465957Z [00:04:26.797]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.1466375Z [00:04:26.797]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.1467020Z [00:04:26.797]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.1470895Z [00:04:26.797]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.1471724Z [00:04:26.797]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3998081543/b1607/_pkg_.a
2025-08-20T22:42:45.1472331Z [00:04:26.797]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.1472755Z [00:04:26.797]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.1473182Z [00:04:26.797]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.1473611Z [00:04:26.797]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.1474038Z [00:04:26.797]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.1474354Z [00:04:26.797]➜  EOF
2025-08-20T22:42:45.1477677Z [00:04:26.797]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1893/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/stats;$WORK/b1893=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats -lang=go1.22 -complete -installsuffix shared -buildid 3ivYICmPvLtOZIlM6Xll/3ivYICmPvLtOZIlM6Xll -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1893/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/stats/stats.go
2025-08-20T22:42:45.1480141Z [00:04:26.799]➜  go tool buildid -w $WORK/b1889/_pkg_.a # internal
2025-08-20T22:42:45.1486929Z [00:04:26.801]➜  cp $WORK/b1889/_pkg_.a /root/.cache/go-build/f6/f6303372f07a7a561b9ae1c99b547a97fd76c05dc15d5fe8fcf293b483961740-d # internal
2025-08-20T22:42:45.1508713Z [00:04:26.803]➜  github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage
2025-08-20T22:42:45.1509834Z [00:04:26.803]➜  mkdir -p $WORK/b1894/
2025-08-20T22:42:45.1510321Z [00:04:26.803]➜  cat >/tmp/go-build3998081543/b1894/importcfg << 'EOF' # internal
2025-08-20T22:42:45.1510674Z [00:04:26.803]➜  # import config
2025-08-20T22:42:45.1511015Z [00:04:26.803]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.1511466Z [00:04:26.803]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.1511914Z [00:04:26.803]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.1512326Z [00:04:26.803]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.1512951Z [00:04:26.803]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.1513738Z [00:04:26.803]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.1514316Z [00:04:26.803]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.1515048Z [00:04:26.803]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.1515734Z [00:04:26.803]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.1516238Z [00:04:26.803]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.1516669Z [00:04:26.803]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.1516983Z [00:04:26.803]➜  EOF
2025-08-20T22:42:45.1519626Z [00:04:26.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1894/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/usage=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/usage;$WORK/b1894=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage -lang=go1.22 -complete -installsuffix shared -buildid IV-g2ThoOFYccP2NsnSx/IV-g2ThoOFYccP2NsnSx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1894/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/usage/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/nodes/usage/usage.go
2025-08-20T22:42:45.2075692Z [00:04:26.860]➜  go tool buildid -w $WORK/b1891/_pkg_.a # internal
2025-08-20T22:42:45.2092831Z [00:04:26.862]➜  cp $WORK/b1891/_pkg_.a /root/.cache/go-build/4f/4f169b051f9525fa48fbb68dc332cfe22374c4b9fb10053e86a8bee0c5a85bb5-d # internal
2025-08-20T22:42:45.2110843Z [00:04:26.863]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule
2025-08-20T22:42:45.2112051Z [00:04:26.864]➜  mkdir -p $WORK/b1899/
2025-08-20T22:42:45.2142946Z [00:04:26.867]➜  cat >/tmp/go-build3998081543/b1899/importcfg << 'EOF' # internal
2025-08-20T22:42:45.2143732Z [00:04:26.867]➜  # import config
2025-08-20T22:42:45.2144894Z [00:04:26.867]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.2145567Z [00:04:26.867]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.2146409Z [00:04:26.867]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.2146845Z [00:04:26.867]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.2147478Z [00:04:26.867]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.2148269Z [00:04:26.867]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.2148841Z [00:04:26.867]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.2149260Z [00:04:26.867]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.2149687Z [00:04:26.867]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.2150123Z [00:04:26.867]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.2150554Z [00:04:26.867]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.2151127Z [00:04:26.867]➜  EOF
2025-08-20T22:42:45.2154066Z [00:04:26.867]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1899/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/deleterule=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/deleterule;$WORK/b1899=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule -lang=go1.22 -complete -installsuffix shared -buildid IUDIMhbuxOA0xyB618PI/IUDIMhbuxOA0xyB618PI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1899/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/deleterule/delete_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/deleterule/response.go
2025-08-20T22:42:45.2176133Z [00:04:26.870]➜  go tool buildid -w $WORK/b1892/_pkg_.a # internal
2025-08-20T22:42:45.2194689Z [00:04:26.872]➜  cp $WORK/b1892/_pkg_.a /root/.cache/go-build/94/940ec4d8457c0433611d1d7982ec4850683b203a8d4ab56b856495c8f4bd32d7-d # internal
2025-08-20T22:42:45.2205827Z [00:04:26.873]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset
2025-08-20T22:42:45.2208109Z [00:04:26.873]➜  mkdir -p $WORK/b1900/
2025-08-20T22:42:45.2213334Z [00:04:26.874]➜  cat >/tmp/go-build3998081543/b1900/importcfg << 'EOF' # internal
2025-08-20T22:42:45.2213877Z [00:04:26.874]➜  # import config
2025-08-20T22:42:45.2214255Z [00:04:26.874]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.2216745Z [00:04:26.874]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.2217289Z [00:04:26.874]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.2217711Z [00:04:26.874]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.2218342Z [00:04:26.874]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.2219168Z [00:04:26.874]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.2219738Z [00:04:26.874]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.2220164Z [00:04:26.874]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.2220594Z [00:04:26.874]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.2221335Z [00:04:26.874]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.2221828Z [00:04:26.874]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.2222145Z [00:04:26.874]➜  EOF
2025-08-20T22:42:45.2229199Z [00:04:26.874]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1900/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/deleteruleset=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/deleteruleset;$WORK/b1900=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset -lang=go1.22 -complete -installsuffix shared -buildid taHVJI8KC27JBuhP0SxF/taHVJI8KC27JBuhP0SxF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1900/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/deleteruleset/delete_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/deleteruleset/response.go
2025-08-20T22:42:45.2255136Z [00:04:26.878]➜  go tool buildid -w $WORK/b1894/_pkg_.a # internal
2025-08-20T22:42:45.2263103Z [00:04:26.879]➜  cp $WORK/b1894/_pkg_.a /root/.cache/go-build/0d/0def8e378b7eb411923dfe125d66275aa6dc311d246987949fde81b402124dc8-d # internal
2025-08-20T22:42:45.2287125Z [00:04:26.880]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule
2025-08-20T22:42:45.2287564Z [00:04:26.880]➜  mkdir -p $WORK/b1901/
2025-08-20T22:42:45.2287946Z [00:04:26.880]➜  cat >/tmp/go-build3998081543/b1901/importcfg << 'EOF' # internal
2025-08-20T22:42:45.2288720Z [00:04:26.880]➜  # import config
2025-08-20T22:42:45.2289084Z [00:04:26.880]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.2289542Z [00:04:26.880]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.2289990Z [00:04:26.880]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.2290407Z [00:04:26.880]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.2291040Z [00:04:26.880]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.2291832Z [00:04:26.880]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.2292685Z [00:04:26.880]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3998081543/b1493/_pkg_.a
2025-08-20T22:42:45.2293342Z [00:04:26.880]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.2293902Z [00:04:26.880]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.2294403Z [00:04:26.880]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.2294834Z [00:04:26.880]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.2295263Z [00:04:26.880]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.2295948Z [00:04:26.880]➜  EOF
2025-08-20T22:42:45.2298785Z [00:04:26.880]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1901/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/getrule=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/getrule;$WORK/b1901=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule -lang=go1.22 -complete -installsuffix shared -buildid BkGBBZwhco2D0pznV6iu/BkGBBZwhco2D0pznV6iu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1901/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/getrule/get_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/getrule/response.go
2025-08-20T22:42:45.2603514Z [00:04:26.913]➜  go tool buildid -w $WORK/b1893/_pkg_.a # internal
2025-08-20T22:42:45.2629354Z [00:04:26.915]➜  cp $WORK/b1893/_pkg_.a /root/.cache/go-build/cd/cdb7410f7c307af2ff8236727c6532c37d584063bee87d621c7f1dcdbf7e2499-d # internal
2025-08-20T22:42:45.2651411Z [00:04:26.917]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset
2025-08-20T22:42:45.2651936Z [00:04:26.917]➜  mkdir -p $WORK/b1902/
2025-08-20T22:42:45.2670540Z [00:04:26.919]➜  cat >/tmp/go-build3998081543/b1902/importcfg << 'EOF' # internal
2025-08-20T22:42:45.2671416Z [00:04:26.919]➜  # import config
2025-08-20T22:42:45.2671819Z [00:04:26.919]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.2672618Z [00:04:26.919]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.2673085Z [00:04:26.919]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.2673503Z [00:04:26.919]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.2674134Z [00:04:26.919]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.2674934Z [00:04:26.919]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.2675748Z [00:04:26.919]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.2676235Z [00:04:26.919]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.2676671Z [00:04:26.919]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.2677100Z [00:04:26.919]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.2677816Z [00:04:26.919]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.2678146Z [00:04:26.919]➜  EOF
2025-08-20T22:42:45.2686217Z [00:04:26.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1902/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/getruleset=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/getruleset;$WORK/b1902=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset -lang=go1.22 -complete -installsuffix shared -buildid wNXQwAkKqleLq4ayY4nJ/wNXQwAkKqleLq4ayY4nJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1902/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/getruleset/get_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/getruleset/response.go
2025-08-20T22:42:45.2807898Z [00:04:26.933]➜  go tool buildid -w $WORK/b1899/_pkg_.a # internal
2025-08-20T22:42:45.2820678Z [00:04:26.934]➜  cp $WORK/b1899/_pkg_.a /root/.cache/go-build/4d/4dcf8691a6d42f3fc0a918ebf73db3f146c75424aad5b66b28184f734677f11e-d # internal
2025-08-20T22:42:45.2837266Z [00:04:26.936]➜  go tool buildid -w $WORK/b1900/_pkg_.a # internal
2025-08-20T22:42:45.2838518Z [00:04:26.936]➜  cp $WORK/b1900/_pkg_.a /root/.cache/go-build/de/de3de158d9805c4d2132e5e96146871f8c431d7fd9caa7247d88d315497b004b-d # internal
2025-08-20T22:42:45.2853016Z [00:04:26.938]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets
2025-08-20T22:42:45.2853671Z [00:04:26.938]➜  mkdir -p $WORK/b1903/
2025-08-20T22:42:45.2854189Z [00:04:26.938]➜  cat >/tmp/go-build3998081543/b1903/importcfg << 'EOF' # internal
2025-08-20T22:42:45.2854706Z [00:04:26.938]➜  # import config
2025-08-20T22:42:45.2855190Z [00:04:26.938]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.2863867Z [00:04:26.938]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.2864367Z [00:04:26.938]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.2864811Z [00:04:26.938]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.2865701Z [00:04:26.938]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.2866545Z [00:04:26.938]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.2867415Z [00:04:26.938]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.2867901Z [00:04:26.938]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.2868337Z [00:04:26.938]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.2868772Z [00:04:26.938]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.2869200Z [00:04:26.938]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.2869680Z [00:04:26.938]➜  EOF
2025-08-20T22:42:45.2872652Z [00:04:26.938]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1903/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/listrulesets=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/listrulesets;$WORK/b1903=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets -lang=go1.22 -complete -installsuffix shared -buildid N6k1lg94LADSBTyq6aWg/N6k1lg94LADSBTyq6aWg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1903/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/listrulesets/list_rulesets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/listrulesets/response.go
2025-08-20T22:42:45.2879698Z [00:04:26.939]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule
2025-08-20T22:42:45.2886292Z [00:04:26.941]➜  mkdir -p $WORK/b1904/
2025-08-20T22:42:45.2888524Z [00:04:26.941]➜  cat >/tmp/go-build3998081543/b1904/importcfg << 'EOF' # internal
2025-08-20T22:42:45.2890318Z [00:04:26.941]➜  # import config
2025-08-20T22:42:45.2890915Z [00:04:26.941]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.2891419Z [00:04:26.941]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.2891876Z [00:04:26.941]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.2892323Z [00:04:26.941]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.2892746Z [00:04:26.941]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.2893379Z [00:04:26.941]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.2894227Z [00:04:26.941]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.2895083Z [00:04:26.941]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3998081543/b1493/_pkg_.a
2025-08-20T22:42:45.2896214Z [00:04:26.941]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:45.2896835Z [00:04:26.941]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.2897256Z [00:04:26.941]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.2897695Z [00:04:26.941]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.2898124Z [00:04:26.941]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.2898558Z [00:04:26.941]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.2898878Z [00:04:26.941]➜  EOF
2025-08-20T22:42:45.2902311Z [00:04:26.941]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1904/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putrule=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putrule;$WORK/b1904=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule -lang=go1.22 -complete -installsuffix shared -buildid lCClF6LdmZbLzPPn2ehw/lCClF6LdmZbLzPPn2ehw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1904/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putrule/put_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putrule/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putrule/response.go
2025-08-20T22:42:45.3026148Z [00:04:26.955]➜  go tool buildid -w $WORK/b1901/_pkg_.a # internal
2025-08-20T22:42:45.3037492Z [00:04:26.956]➜  cp $WORK/b1901/_pkg_.a /root/.cache/go-build/b7/b7a2621006fdec446e8fbae841290da4fdec0ccf88de31ee458ede6d71a19417-d # internal
2025-08-20T22:42:45.3048993Z [00:04:26.957]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset
2025-08-20T22:42:45.3054557Z [00:04:26.957]➜  mkdir -p $WORK/b1905/
2025-08-20T22:42:45.3059339Z [00:04:26.958]➜  cat >/tmp/go-build3998081543/b1905/importcfg << 'EOF' # internal
2025-08-20T22:42:45.3059712Z [00:04:26.958]➜  # import config
2025-08-20T22:42:45.3060055Z [00:04:26.958]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.3060483Z [00:04:26.958]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.3087428Z [00:04:26.958]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.3087898Z [00:04:26.958]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.3088316Z [00:04:26.958]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.3088946Z [00:04:26.958]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.3089734Z [00:04:26.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.3091060Z [00:04:26.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:45.3091755Z [00:04:26.958]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.3092177Z [00:04:26.958]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.3092611Z [00:04:26.958]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.3093047Z [00:04:26.958]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.3093473Z [00:04:26.958]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.3093790Z [00:04:26.958]➜  EOF
2025-08-20T22:42:45.3099170Z [00:04:26.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1905/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putruleset=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putruleset;$WORK/b1905=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset -lang=go1.22 -complete -installsuffix shared -buildid mcut5WdNZh0BTgXm4SQJ/mcut5WdNZh0BTgXm4SQJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1905/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putruleset/put_ruleset.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putruleset/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/putruleset/response.go
2025-08-20T22:42:45.3293477Z [00:04:26.981]➜  go tool buildid -w $WORK/b1902/_pkg_.a # internal
2025-08-20T22:42:45.3304231Z [00:04:26.983]➜  cp $WORK/b1902/_pkg_.a /root/.cache/go-build/f1/f1fb3f40c8d77e5631b79bf016f7c4bbe8b617007b5fb4832b2b5ec531cdd129-d # internal
2025-08-20T22:42:45.3331414Z [00:04:26.985]➜  github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test
2025-08-20T22:42:45.3331976Z [00:04:26.985]➜  mkdir -p $WORK/b1906/
2025-08-20T22:42:45.3343439Z [00:04:26.987]➜  cat >/tmp/go-build3998081543/b1906/importcfg << 'EOF' # internal
2025-08-20T22:42:45.3344602Z [00:04:26.987]➜  # import config
2025-08-20T22:42:45.3345648Z [00:04:26.987]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.3346197Z [00:04:26.987]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.3346662Z [00:04:26.987]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.3347479Z [00:04:26.987]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.3347951Z [00:04:26.987]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.3348589Z [00:04:26.987]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.3349383Z [00:04:26.987]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.3350147Z [00:04:26.987]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.3350576Z [00:04:26.987]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.3351007Z [00:04:26.987]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.3351435Z [00:04:26.987]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.3351861Z [00:04:26.987]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.3352182Z [00:04:26.987]➜  EOF
2025-08-20T22:42:45.3359472Z [00:04:26.988]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1906/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/test=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/test;$WORK/b1906=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test -lang=go1.22 -complete -installsuffix shared -buildid acl7Bve9RY51bF1xE7h1/acl7Bve9RY51bF1xE7h1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1906/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/test/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/test/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/queryrules/test/test.go
2025-08-20T22:42:45.3507229Z [00:04:27.003]➜  go tool buildid -w $WORK/b1903/_pkg_.a # internal
2025-08-20T22:42:45.3517575Z [00:04:27.004]➜  cp $WORK/b1903/_pkg_.a /root/.cache/go-build/26/269415f0c42576b2333a502367d9b1c238a1dd732641a3cc6cb1dde22c940ebb-d # internal
2025-08-20T22:42:45.3526290Z [00:04:27.005]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob
2025-08-20T22:42:45.3526904Z [00:04:27.005]➜  mkdir -p $WORK/b1907/
2025-08-20T22:42:45.3541108Z [00:04:27.006]➜  cat >/tmp/go-build3998081543/b1907/importcfg << 'EOF' # internal
2025-08-20T22:42:45.3541753Z [00:04:27.006]➜  # import config
2025-08-20T22:42:45.3542247Z [00:04:27.006]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.3542862Z [00:04:27.006]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.3543438Z [00:04:27.006]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.3543953Z [00:04:27.006]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.3544686Z [00:04:27.006]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.3545736Z [00:04:27.006]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.3546457Z [00:04:27.006]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.3546991Z [00:04:27.006]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.3547537Z [00:04:27.006]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.3548121Z [00:04:27.006]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.3548698Z [00:04:27.006]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.3549141Z [00:04:27.006]➜  EOF
2025-08-20T22:42:45.3552243Z [00:04:27.007]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1907/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/deletejob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/deletejob;$WORK/b1907=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob -lang=go1.22 -complete -installsuffix shared -buildid ayeJOYcTxjkxNB1O0I7J/ayeJOYcTxjkxNB1O0I7J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1907/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/deletejob/delete_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/deletejob/response.go
2025-08-20T22:42:45.3734703Z [00:04:27.026]➜  go tool buildid -w $WORK/b1904/_pkg_.a # internal
2025-08-20T22:42:45.3741140Z [00:04:27.026]➜  go tool buildid -w $WORK/b1905/_pkg_.a # internal
2025-08-20T22:42:45.3758131Z [00:04:27.028]➜  cp $WORK/b1904/_pkg_.a /root/.cache/go-build/2e/2e512270bfa7fbfc6c6a4a609cbbeceb2a3a48c1c72d7f37bc6059f1bce30c8f-d # internal
2025-08-20T22:42:45.3759319Z [00:04:27.028]➜  cp $WORK/b1905/_pkg_.a /root/.cache/go-build/08/085fa02c2d2d58a53dd2050de0e66a9cef6d780358865c781423fff2dec30723-d # internal
2025-08-20T22:42:45.3766502Z [00:04:27.029]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs
2025-08-20T22:42:45.3769842Z [00:04:27.029]➜  mkdir -p $WORK/b1908/
2025-08-20T22:42:45.3771244Z [00:04:27.029]➜  cat >/tmp/go-build3998081543/b1908/importcfg << 'EOF' # internal
2025-08-20T22:42:45.3771639Z [00:04:27.029]➜  # import config
2025-08-20T22:42:45.3771993Z [00:04:27.029]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.3772862Z [00:04:27.029]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.3773426Z [00:04:27.029]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.3773901Z [00:04:27.029]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.3774536Z [00:04:27.029]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.3775650Z [00:04:27.029]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.3776294Z [00:04:27.029]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.3776723Z [00:04:27.029]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.3777154Z [00:04:27.029]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.3777578Z [00:04:27.029]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.3778016Z [00:04:27.029]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.3778331Z [00:04:27.029]➜  EOF
2025-08-20T22:42:45.3781082Z [00:04:27.030]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1908/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getjobs=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getjobs;$WORK/b1908=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs -lang=go1.22 -complete -installsuffix shared -buildid _1AIRddJvNGVnWtvCxYJ/_1AIRddJvNGVnWtvCxYJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1908/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getjobs/get_jobs.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getjobs/response.go
2025-08-20T22:42:45.3789129Z [00:04:27.031]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps
2025-08-20T22:42:45.3790034Z [00:04:27.031]➜  mkdir -p $WORK/b1909/
2025-08-20T22:42:45.3802743Z [00:04:27.031]➜  cat >/tmp/go-build3998081543/b1909/importcfg << 'EOF' # internal
2025-08-20T22:42:45.3805190Z [00:04:27.031]➜  # import config
2025-08-20T22:42:45.3806227Z [00:04:27.031]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.3806739Z [00:04:27.031]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.3807198Z [00:04:27.031]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.3807907Z [00:04:27.031]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.3808641Z [00:04:27.031]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.3809436Z [00:04:27.031]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.3810002Z [00:04:27.031]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.3810440Z [00:04:27.031]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.3810877Z [00:04:27.031]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.3811305Z [00:04:27.031]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.3811733Z [00:04:27.032]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.3812050Z [00:04:27.032]➜  EOF
2025-08-20T22:42:45.3815089Z [00:04:27.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1909/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getrollupcaps=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getrollupcaps;$WORK/b1909=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps -lang=go1.22 -complete -installsuffix shared -buildid HLEgbyZkQiNKSBJBA6ZB/HLEgbyZkQiNKSBJBA6ZB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1909/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getrollupcaps/get_rollup_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getrollupcaps/response.go
2025-08-20T22:42:45.4117096Z [00:04:27.063]➜  go tool buildid -w $WORK/b1906/_pkg_.a # internal
2025-08-20T22:42:45.4123389Z [00:04:27.065]➜  cp $WORK/b1906/_pkg_.a /root/.cache/go-build/05/05ea1ead1935532f029f3bae633cbf83311896e929c58f14319c8d412d5c0823-d # internal
2025-08-20T22:42:45.4133676Z [00:04:27.066]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps
2025-08-20T22:42:45.4134592Z [00:04:27.066]➜  mkdir -p $WORK/b1910/
2025-08-20T22:42:45.4142271Z [00:04:27.067]➜  cat >/tmp/go-build3998081543/b1910/importcfg << 'EOF' # internal
2025-08-20T22:42:45.4144073Z [00:04:27.067]➜  # import config
2025-08-20T22:42:45.4144432Z [00:04:27.067]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.4144895Z [00:04:27.067]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.4145473Z [00:04:27.067]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.4145974Z [00:04:27.067]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.4146608Z [00:04:27.067]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.4147403Z [00:04:27.067]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.4148008Z [00:04:27.067]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.4148428Z [00:04:27.067]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.4148860Z [00:04:27.067]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.4149287Z [00:04:27.067]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.4149711Z [00:04:27.067]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.4150398Z [00:04:27.067]➜  EOF
2025-08-20T22:42:45.4153576Z [00:04:27.067]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1910/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getrollupindexcaps=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getrollupindexcaps;$WORK/b1910=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps -lang=go1.22 -complete -installsuffix shared -buildid xsns-3G_E9GT743wxR_i/xsns-3G_E9GT743wxR_i -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1910/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getrollupindexcaps/get_rollup_index_caps.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/getrollupindexcaps/response.go
2025-08-20T22:42:45.4242519Z [00:04:27.076]➜  go tool buildid -w $WORK/b1907/_pkg_.a # internal
2025-08-20T22:42:45.4258398Z [00:04:27.078]➜  cp $WORK/b1907/_pkg_.a /root/.cache/go-build/c0/c072c2cf2cfa2a90da80e34bafaa7090dbd9c90eb3770261916dde04baa5d5af-d # internal
2025-08-20T22:42:45.4290079Z [00:04:27.081]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob
2025-08-20T22:42:45.4292172Z [00:04:27.081]➜  mkdir -p $WORK/b1911/
2025-08-20T22:42:45.4294402Z [00:04:27.081]➜  cat >/tmp/go-build3998081543/b1911/importcfg << 'EOF' # internal
2025-08-20T22:42:45.4294925Z [00:04:27.081]➜  # import config
2025-08-20T22:42:45.4295823Z [00:04:27.081]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.4296525Z [00:04:27.081]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.4297029Z [00:04:27.081]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.4297640Z [00:04:27.081]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.4298159Z [00:04:27.081]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.4299284Z [00:04:27.081]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.4300328Z [00:04:27.081]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.4301062Z [00:04:27.081]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.4301622Z [00:04:27.081]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.4302146Z [00:04:27.081]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.4302685Z [00:04:27.081]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.4303251Z [00:04:27.081]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.4303699Z [00:04:27.081]➜  EOF
2025-08-20T22:42:45.4332298Z [00:04:27.081]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1911/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/putjob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/putjob;$WORK/b1911=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob -lang=go1.22 -complete -installsuffix shared -buildid 6oRL9wixPxUKmDTjzHQT/6oRL9wixPxUKmDTjzHQT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1911/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/putjob/put_job.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/putjob/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/putjob/response.go
2025-08-20T22:42:45.4339989Z [00:04:27.086]➜  go tool buildid -w $WORK/b1909/_pkg_.a # internal
2025-08-20T22:42:45.4363190Z [00:04:27.089]➜  cp $WORK/b1909/_pkg_.a /root/.cache/go-build/9f/9f608f1d46c8b90c591be8a0e97692363835e489e70c28e28bc197b3560d9d40-d # internal
2025-08-20T22:42:45.4373189Z [00:04:27.090]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch
2025-08-20T22:42:45.4375726Z [00:04:27.090]➜  mkdir -p $WORK/b1912/
2025-08-20T22:42:45.4384723Z [00:04:27.091]➜  cat >/tmp/go-build3998081543/b1912/importcfg << 'EOF' # internal
2025-08-20T22:42:45.4385743Z [00:04:27.091]➜  # import config
2025-08-20T22:42:45.4386246Z [00:04:27.091]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.4386881Z [00:04:27.091]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.4387837Z [00:04:27.091]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.4388638Z [00:04:27.091]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.4389162Z [00:04:27.091]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.4389821Z [00:04:27.091]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.4390616Z [00:04:27.091]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.4391194Z [00:04:27.091]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.4391617Z [00:04:27.091]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.4392048Z [00:04:27.091]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.4392475Z [00:04:27.091]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.4392904Z [00:04:27.091]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.4393226Z [00:04:27.091]➜  EOF
2025-08-20T22:42:45.4396914Z [00:04:27.091]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1912/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/rollupsearch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/rollupsearch;$WORK/b1912=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch -lang=go1.22 -complete -installsuffix shared -buildid 8poKjL8UmcyFqG_Z9jpr/8poKjL8UmcyFqG_Z9jpr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1912/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/rollupsearch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/rollupsearch/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/rollupsearch/rollup_search.go
2025-08-20T22:42:45.4533142Z [00:04:27.106]➜  go tool buildid -w $WORK/b1908/_pkg_.a # internal
2025-08-20T22:42:45.4545186Z [00:04:27.107]➜  cp $WORK/b1908/_pkg_.a /root/.cache/go-build/1b/1ba6b484eaa90d102bfee6e4530ebc5f4119a428b8d414219d216c67ec2192c3-d # internal
2025-08-20T22:42:45.4551285Z [00:04:27.107]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob
2025-08-20T22:42:45.4552535Z [00:04:27.108]➜  mkdir -p $WORK/b1913/
2025-08-20T22:42:45.4562179Z [00:04:27.109]➜  cat >/tmp/go-build3998081543/b1913/importcfg << 'EOF' # internal
2025-08-20T22:42:45.4562640Z [00:04:27.109]➜  # import config
2025-08-20T22:42:45.4564026Z [00:04:27.109]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.4564488Z [00:04:27.109]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.4564952Z [00:04:27.109]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.4565544Z [00:04:27.109]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.4566282Z [00:04:27.109]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.4567085Z [00:04:27.109]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.4567656Z [00:04:27.109]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.4568075Z [00:04:27.109]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.4568867Z [00:04:27.109]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.4569304Z [00:04:27.109]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.4569730Z [00:04:27.109]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.4570042Z [00:04:27.109]➜  EOF
2025-08-20T22:42:45.4573008Z [00:04:27.109]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1913/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/startjob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/startjob;$WORK/b1913=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob -lang=go1.22 -complete -installsuffix shared -buildid S41JOlTvU23dGlLRcSRJ/S41JOlTvU23dGlLRcSRJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1913/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/startjob/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/startjob/start_job.go
2025-08-20T22:42:45.4862159Z [00:04:27.138]➜  go tool buildid -w $WORK/b1910/_pkg_.a # internal
2025-08-20T22:42:45.4862974Z [00:04:27.138]➜  cp $WORK/b1910/_pkg_.a /root/.cache/go-build/2b/2b9ca26b2001dfb8ff1b41cd608a648366940bd754cd0b7faa1604849d14bc20-d # internal
2025-08-20T22:42:45.4924658Z [00:04:27.145]➜  github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob
2025-08-20T22:42:45.4925138Z [00:04:27.145]➜  mkdir -p $WORK/b1914/
2025-08-20T22:42:45.4925704Z [00:04:27.145]➜  cat >/tmp/go-build3998081543/b1914/importcfg << 'EOF' # internal
2025-08-20T22:42:45.4926064Z [00:04:27.145]➜  # import config
2025-08-20T22:42:45.4926408Z [00:04:27.145]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.4926866Z [00:04:27.145]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.4927311Z [00:04:27.145]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.4927748Z [00:04:27.145]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.4928854Z [00:04:27.145]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.4929722Z [00:04:27.145]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.4930297Z [00:04:27.145]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.4930718Z [00:04:27.145]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.4931156Z [00:04:27.145]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.4931582Z [00:04:27.145]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.4932007Z [00:04:27.145]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.4932325Z [00:04:27.145]➜  EOF
2025-08-20T22:42:45.4935083Z [00:04:27.145]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1914/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/stopjob=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/stopjob;$WORK/b1914=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob -lang=go1.22 -complete -installsuffix shared -buildid NwzHbN3gGcxZLoBpUXmf/NwzHbN3gGcxZLoBpUXmf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1914/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/stopjob/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/rollup/stopjob/stop_job.go
2025-08-20T22:42:45.5093098Z [00:04:27.160]➜  go tool buildid -w $WORK/b1911/_pkg_.a # internal
2025-08-20T22:42:45.5094887Z [00:04:27.162]➜  cp $WORK/b1911/_pkg_.a /root/.cache/go-build/b3/b39635216f20ce301bd9ea166f4dfb5b4184fb2ca626cd48c32bf5651067f9c8-d # internal
2025-08-20T22:42:45.5128465Z [00:04:27.165]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats
2025-08-20T22:42:45.5130068Z [00:04:27.165]➜  mkdir -p $WORK/b1915/
2025-08-20T22:42:45.5130561Z [00:04:27.165]➜  cat >/tmp/go-build3998081543/b1915/importcfg << 'EOF' # internal
2025-08-20T22:42:45.5130926Z [00:04:27.165]➜  # import config
2025-08-20T22:42:45.5131285Z [00:04:27.165]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.5132256Z [00:04:27.165]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.5132960Z [00:04:27.165]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.5133815Z [00:04:27.165]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.5134818Z [00:04:27.165]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.5135923Z [00:04:27.165]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.5136692Z [00:04:27.165]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.5137292Z [00:04:27.165]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.5137758Z [00:04:27.165]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.5138411Z [00:04:27.165]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.5139006Z [00:04:27.165]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.5139370Z [00:04:27.165]➜  EOF
2025-08-20T22:42:45.5142771Z [00:04:27.165]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1915/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/cachestats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/cachestats;$WORK/b1915=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats -lang=go1.22 -complete -installsuffix shared -buildid WINhRK97u2oXqsLB-UMh/WINhRK97u2oXqsLB-UMh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1915/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/cachestats/cache_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/cachestats/response.go
2025-08-20T22:42:45.5158126Z [00:04:27.168]➜  go tool buildid -w $WORK/b1913/_pkg_.a # internal
2025-08-20T22:42:45.5170265Z [00:04:27.169]➜  cp $WORK/b1913/_pkg_.a /root/.cache/go-build/f3/f3a848f4868a80cec4955916920a15aa10999f698df2141d589a4b2aa8c890dd-d # internal
2025-08-20T22:42:45.5178273Z [00:04:27.170]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache
2025-08-20T22:42:45.5178761Z [00:04:27.170]➜  mkdir -p $WORK/b1916/
2025-08-20T22:42:45.5185090Z [00:04:27.171]➜  cat >/tmp/go-build3998081543/b1916/importcfg << 'EOF' # internal
2025-08-20T22:42:45.5186218Z [00:04:27.171]➜  # import config
2025-08-20T22:42:45.5186578Z [00:04:27.171]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.5187062Z [00:04:27.171]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.5187518Z [00:04:27.171]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.5187966Z [00:04:27.171]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.5188598Z [00:04:27.171]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.5189393Z [00:04:27.171]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.5190254Z [00:04:27.171]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:42:45.5190901Z [00:04:27.171]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.5191325Z [00:04:27.171]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.5192146Z [00:04:27.171]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.5192584Z [00:04:27.171]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.5193013Z [00:04:27.171]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.5193351Z [00:04:27.171]➜  EOF
2025-08-20T22:42:45.5199589Z [00:04:27.172]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1916/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/clearcache=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/clearcache;$WORK/b1916=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache -lang=go1.22 -complete -installsuffix shared -buildid YOe9GX36FqCV1LwYH8D3/YOe9GX36FqCV1LwYH8D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1916/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/clearcache/clear_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/clearcache/response.go
2025-08-20T22:42:45.5570703Z [00:04:27.209]➜  go tool buildid -w $WORK/b1914/_pkg_.a # internal
2025-08-20T22:42:45.5588336Z [00:04:27.210]➜  cp $WORK/b1914/_pkg_.a /root/.cache/go-build/28/281ae9dc2510b0721d17c4a6f2d0c54797c733917d733bf954426b971603fd7a-d # internal
2025-08-20T22:42:45.5660909Z [00:04:27.218]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount
2025-08-20T22:42:45.5661569Z [00:04:27.218]➜  mkdir -p $WORK/b1917/
2025-08-20T22:42:45.5664983Z [00:04:27.219]➜  cat >/tmp/go-build3998081543/b1917/importcfg << 'EOF' # internal
2025-08-20T22:42:45.5665704Z [00:04:27.219]➜  # import config
2025-08-20T22:42:45.5666427Z [00:04:27.219]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.5667160Z [00:04:27.219]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.5668178Z [00:04:27.219]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.5669492Z [00:04:27.219]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.5669977Z [00:04:27.219]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.5670614Z [00:04:27.219]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.5671407Z [00:04:27.219]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.5671986Z [00:04:27.219]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.5672412Z [00:04:27.219]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.5672844Z [00:04:27.219]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.5673276Z [00:04:27.219]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.5673717Z [00:04:27.219]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.5674035Z [00:04:27.219]➜  EOF
2025-08-20T22:42:45.5677629Z [00:04:27.219]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1917/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/mount=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/mount;$WORK/b1917=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount -lang=go1.22 -complete -installsuffix shared -buildid SNQgHa0sLpBkgcb75ztY/SNQgHa0sLpBkgcb75ztY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1917/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/mount/mount.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/mount/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/mount/response.go
2025-08-20T22:42:45.5820844Z [00:04:27.234]➜  go tool buildid -w $WORK/b1916/_pkg_.a # internal
2025-08-20T22:42:45.5832248Z [00:04:27.235]➜  cp $WORK/b1916/_pkg_.a /root/.cache/go-build/da/da088661404d6b2647340a41b3ff2a7c1659d365ad2231333136d4095f56c786-d # internal
2025-08-20T22:42:45.5845806Z [00:04:27.236]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats
2025-08-20T22:42:45.5846335Z [00:04:27.236]➜  mkdir -p $WORK/b1918/
2025-08-20T22:42:45.5846719Z [00:04:27.237]➜  cat >/tmp/go-build3998081543/b1918/importcfg << 'EOF' # internal
2025-08-20T22:42:45.5847313Z [00:04:27.237]➜  # import config
2025-08-20T22:42:45.5847723Z [00:04:27.237]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.5848181Z [00:04:27.237]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.5848625Z [00:04:27.237]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.5849038Z [00:04:27.237]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.5849697Z [00:04:27.237]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.5850488Z [00:04:27.237]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.5851328Z [00:04:27.237]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build3998081543/b1919/_pkg_.a
2025-08-20T22:42:45.5851961Z [00:04:27.237]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.5852381Z [00:04:27.237]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.5852812Z [00:04:27.237]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.5853239Z [00:04:27.237]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.5853665Z [00:04:27.237]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.5854190Z [00:04:27.237]➜  EOF
2025-08-20T22:42:45.5857449Z [00:04:27.237]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1918/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/stats;$WORK/b1918=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats -lang=go1.22 -complete -installsuffix shared -buildid bj2SoFs8yrrITx40b_jX/bj2SoFs8yrrITx40b_jX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1918/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchablesnapshots/stats/stats.go
2025-08-20T22:42:45.5886452Z [00:04:27.241]➜  go tool buildid -w $WORK/b1915/_pkg_.a # internal
2025-08-20T22:42:45.5898499Z [00:04:27.242]➜  cp $WORK/b1915/_pkg_.a /root/.cache/go-build/6d/6d220de9b34deadb13480d17577ae3ec2d532144da270a541254432e79d55776-d # internal
2025-08-20T22:42:45.5907974Z [00:04:27.243]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete
2025-08-20T22:42:45.5918264Z [00:04:27.243]➜  mkdir -p $WORK/b1920/
2025-08-20T22:42:45.5919446Z [00:04:27.244]➜  cat >/tmp/go-build3998081543/b1920/importcfg << 'EOF' # internal
2025-08-20T22:42:45.5921194Z [00:04:27.244]➜  # import config
2025-08-20T22:42:45.5921710Z [00:04:27.244]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.5922192Z [00:04:27.244]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.5922643Z [00:04:27.244]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.5923059Z [00:04:27.244]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.5923693Z [00:04:27.244]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.5924845Z [00:04:27.244]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.5925829Z [00:04:27.244]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.5926329Z [00:04:27.244]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.5926767Z [00:04:27.244]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.5927194Z [00:04:27.244]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.5927806Z [00:04:27.244]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.5928180Z [00:04:27.244]➜  EOF
2025-08-20T22:42:45.5931177Z [00:04:27.244]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1920/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/delete;$WORK/b1920=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete -lang=go1.22 -complete -installsuffix shared -buildid ucnR_87zzIIuZYOl7trP/ucnR_87zzIIuZYOl7trP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1920/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/delete/response.go
2025-08-20T22:42:45.6420387Z [00:04:27.294]➜  go tool buildid -w $WORK/b1917/_pkg_.a # internal
2025-08-20T22:42:45.6432804Z [00:04:27.294]➜  go tool buildid -w $WORK/b1918/_pkg_.a # internal
2025-08-20T22:42:45.6436145Z [00:04:27.296]➜  cp $WORK/b1917/_pkg_.a /root/.cache/go-build/44/44620ed157bd70463291679868fbb392294452121bafb38bdc31a49135010c2f-d # internal
2025-08-20T22:42:45.6439459Z [00:04:27.296]➜  cp $WORK/b1918/_pkg_.a /root/.cache/go-build/1d/1d37fbcbf20397d5beb45e52c3f59f5e68ac2faf2b77e87d7b9e39a654599053-d # internal
2025-08-20T22:42:45.6444302Z [00:04:27.296]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics
2025-08-20T22:42:45.6447446Z [00:04:27.297]➜  mkdir -p $WORK/b1921/
2025-08-20T22:42:45.6450041Z [00:04:27.297]➜  cat >/tmp/go-build3998081543/b1921/importcfg << 'EOF' # internal
2025-08-20T22:42:45.6454236Z [00:04:27.297]➜  # import config
2025-08-20T22:42:45.6456107Z [00:04:27.297]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.6458354Z [00:04:27.297]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.6458948Z [00:04:27.297]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.6460405Z [00:04:27.297]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.6462084Z [00:04:27.297]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.6464107Z [00:04:27.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.6464989Z [00:04:27.297]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.6466528Z [00:04:27.297]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.6467196Z [00:04:27.297]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.6467783Z [00:04:27.297]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.6468289Z [00:04:27.297]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.6469639Z [00:04:27.297]➜  EOF
2025-08-20T22:42:45.6470230Z [00:04:27.297]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get
2025-08-20T22:42:45.6470808Z [00:04:27.297]➜  mkdir -p $WORK/b1922/
2025-08-20T22:42:45.6471276Z [00:04:27.297]➜  cat >/tmp/go-build3998081543/b1922/importcfg << 'EOF' # internal
2025-08-20T22:42:45.6471871Z [00:04:27.297]➜  # import config
2025-08-20T22:42:45.6473174Z [00:04:27.297]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.6474204Z [00:04:27.297]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.6474915Z [00:04:27.297]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.6476387Z [00:04:27.297]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.6477131Z [00:04:27.297]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.6479097Z [00:04:27.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.6479807Z [00:04:27.297]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.6480232Z [00:04:27.297]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.6480665Z [00:04:27.297]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.6481093Z [00:04:27.297]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.6481537Z [00:04:27.297]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.6481858Z [00:04:27.297]➜  EOF
2025-08-20T22:42:45.6484750Z [00:04:27.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1922/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/get;$WORK/b1922=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get -lang=go1.22 -complete -installsuffix shared -buildid 6BNsQLFIDfsu3YJTQF1u/6BNsQLFIDfsu3YJTQF1u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1922/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/get/response.go
2025-08-20T22:42:45.6490788Z [00:04:27.300]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1921/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/deletebehavioralanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/deletebehavioralanalytics;$WORK/b1921=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics -lang=go1.22 -complete -installsuffix shared -buildid z0FmM-GCcDd6KeFURlYI/z0FmM-GCcDd6KeFURlYI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1921/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/deletebehavioralanalytics/delete_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/deletebehavioralanalytics/response.go
2025-08-20T22:42:45.6724462Z [00:04:27.325]➜  go tool buildid -w $WORK/b1920/_pkg_.a # internal
2025-08-20T22:42:45.6737470Z [00:04:27.326]➜  cp $WORK/b1920/_pkg_.a /root/.cache/go-build/79/797042b79494209ec1bc61194696c87a1c972a14b86833de7b23a555fb6969fa-d # internal
2025-08-20T22:42:45.6746722Z [00:04:27.327]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics
2025-08-20T22:42:45.6747226Z [00:04:27.327]➜  mkdir -p $WORK/b1923/
2025-08-20T22:42:45.6750147Z [00:04:27.327]➜  cat >/tmp/go-build3998081543/b1923/importcfg << 'EOF' # internal
2025-08-20T22:42:45.6750523Z [00:04:27.327]➜  # import config
2025-08-20T22:42:45.6750915Z [00:04:27.327]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.6751592Z [00:04:27.327]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.6752164Z [00:04:27.327]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.6752683Z [00:04:27.327]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.6753413Z [00:04:27.327]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.6754720Z [00:04:27.327]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.6755608Z [00:04:27.328]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.6756109Z [00:04:27.328]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.6783674Z [00:04:27.328]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.6784198Z [00:04:27.328]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.6784939Z [00:04:27.328]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.6785317Z [00:04:27.328]➜  EOF
2025-08-20T22:42:45.6788899Z [00:04:27.328]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1923/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/getbehavioralanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/getbehavioralanalytics;$WORK/b1923=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics -lang=go1.22 -complete -installsuffix shared -buildid VPmOIs3kpUy5jmfpPsCw/VPmOIs3kpUy5jmfpPsCw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1923/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/getbehavioralanalytics/get_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/getbehavioralanalytics/response.go
2025-08-20T22:42:45.6902837Z [00:04:27.342]➜  go tool buildid -w $WORK/b1912/_pkg_.a # internal
2025-08-20T22:42:45.6934689Z [00:04:27.345]➜  cp $WORK/b1912/_pkg_.a /root/.cache/go-build/b3/b3def885ee3c97677edf2df6dddbca751e32d9ccdb330cd3053a1608c26b4b7a-d # internal
2025-08-20T22:42:45.6945939Z [00:04:27.347]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list
2025-08-20T22:42:45.6946958Z [00:04:27.347]➜  mkdir -p $WORK/b1924/
2025-08-20T22:42:45.6950526Z [00:04:27.347]➜  cat >/tmp/go-build3998081543/b1924/importcfg << 'EOF' # internal
2025-08-20T22:42:45.6951342Z [00:04:27.347]➜  # import config
2025-08-20T22:42:45.6951804Z [00:04:27.347]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.6952269Z [00:04:27.347]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.6952719Z [00:04:27.347]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.6953149Z [00:04:27.347]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.6953778Z [00:04:27.347]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.6954568Z [00:04:27.347]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.6955133Z [00:04:27.347]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.6955762Z [00:04:27.347]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.6956205Z [00:04:27.347]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.6956631Z [00:04:27.347]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.6957059Z [00:04:27.347]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.6957375Z [00:04:27.347]➜  EOF
2025-08-20T22:42:45.6960295Z [00:04:27.348]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1924/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/list=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/list;$WORK/b1924=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list -lang=go1.22 -complete -installsuffix shared -buildid 56FhFkFz-5VSfh7pKpH7/56FhFkFz-5VSfh7pKpH7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1924/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/list/response.go
2025-08-20T22:42:45.7036797Z [00:04:27.355]➜  go tool buildid -w $WORK/b1921/_pkg_.a # internal
2025-08-20T22:42:45.7039512Z [00:04:27.356]➜  cp $WORK/b1921/_pkg_.a /root/.cache/go-build/54/54aefa95ac9711bec948d8815b93531285dedffc531894fc96e853d141926635-d # internal
2025-08-20T22:42:45.7056155Z [00:04:27.358]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put
2025-08-20T22:42:45.7061573Z [00:04:27.359]➜  mkdir -p $WORK/b1925/
2025-08-20T22:42:45.7062299Z [00:04:27.359]➜  cat >/tmp/go-build3998081543/b1925/importcfg << 'EOF' # internal
2025-08-20T22:42:45.7063151Z [00:04:27.359]➜  # import config
2025-08-20T22:42:45.7063550Z [00:04:27.359]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.7063988Z [00:04:27.359]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.7064876Z [00:04:27.359]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.7065620Z [00:04:27.359]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.7066142Z [00:04:27.359]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.7066778Z [00:04:27.359]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.7067573Z [00:04:27.359]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.7068388Z [00:04:27.359]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:45.7069001Z [00:04:27.359]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.7069447Z [00:04:27.359]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.7069894Z [00:04:27.359]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.7070504Z [00:04:27.359]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.7071010Z [00:04:27.359]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.7071328Z [00:04:27.359]➜  EOF
2025-08-20T22:42:45.7074621Z [00:04:27.359]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1925/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/put=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/put;$WORK/b1925=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put -lang=go1.22 -complete -installsuffix shared -buildid km6-L6Xy6wv2HvB1m0ZU/km6-L6Xy6wv2HvB1m0ZU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1925/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/put/put.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/put/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/put/response.go
2025-08-20T22:42:45.7282303Z [00:04:27.381]➜  go tool buildid -w $WORK/b1922/_pkg_.a # internal
2025-08-20T22:42:45.7297564Z [00:04:27.382]➜  cp $WORK/b1922/_pkg_.a /root/.cache/go-build/b7/b7c398e876e1da409c4a203bb282d7f8058defd23cfed394cc73d83f1db4fb3f-d # internal
2025-08-20T22:42:45.7314812Z [00:04:27.384]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics
2025-08-20T22:42:45.7317618Z [00:04:27.384]➜  mkdir -p $WORK/b1926/
2025-08-20T22:42:45.7326196Z [00:04:27.385]➜  cat >/tmp/go-build3998081543/b1926/importcfg << 'EOF' # internal
2025-08-20T22:42:45.7336827Z [00:04:27.385]➜  # import config
2025-08-20T22:42:45.7337466Z [00:04:27.385]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.7338089Z [00:04:27.385]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.7339010Z [00:04:27.385]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.7339560Z [00:04:27.385]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.7340325Z [00:04:27.385]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.7341247Z [00:04:27.385]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.7342008Z [00:04:27.385]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.7342533Z [00:04:27.385]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.7343107Z [00:04:27.385]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.7343644Z [00:04:27.385]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.7344167Z [00:04:27.385]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.7344831Z [00:04:27.385]➜  EOF
2025-08-20T22:42:45.7348591Z [00:04:27.385]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1926/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/putbehavioralanalytics=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/putbehavioralanalytics;$WORK/b1926=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics -lang=go1.22 -complete -installsuffix shared -buildid IxuaBOw4tAK64lZKMgo7/IxuaBOw4tAK64lZKMgo7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1926/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/putbehavioralanalytics/put_behavioral_analytics.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/putbehavioralanalytics/response.go
2025-08-20T22:42:45.7364136Z [00:04:27.389]➜  go tool buildid -w $WORK/b1923/_pkg_.a # internal
2025-08-20T22:42:45.7380041Z [00:04:27.390]➜  cp $WORK/b1923/_pkg_.a /root/.cache/go-build/26/26fc16d883659790c73064b3d35599323c1b88e780d3d62f42691497000dee8b-d # internal
2025-08-20T22:42:45.7430824Z [00:04:27.395]➜  github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search
2025-08-20T22:42:45.7431391Z [00:04:27.395]➜  mkdir -p $WORK/b1927/
2025-08-20T22:42:45.7431782Z [00:04:27.395]➜  cat >/tmp/go-build3998081543/b1927/importcfg << 'EOF' # internal
2025-08-20T22:42:45.7432134Z [00:04:27.395]➜  # import config
2025-08-20T22:42:45.7432494Z [00:04:27.395]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.7432920Z [00:04:27.395]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.7433372Z [00:04:27.395]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.7433816Z [00:04:27.395]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.7434231Z [00:04:27.395]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.7434885Z [00:04:27.395]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.7435860Z [00:04:27.395]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.7436435Z [00:04:27.395]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.7436858Z [00:04:27.395]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.7437587Z [00:04:27.395]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.7438083Z [00:04:27.395]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.7438511Z [00:04:27.395]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.7438827Z [00:04:27.395]➜  EOF
2025-08-20T22:42:45.7442223Z [00:04:27.395]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1927/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/search=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/search;$WORK/b1927=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search -lang=go1.22 -complete -installsuffix shared -buildid x5p2NboZh6TDrf1Fq2t0/x5p2NboZh6TDrf1Fq2t0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1927/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/search/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/search/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/searchapplication/search/search.go
2025-08-20T22:42:45.7596034Z [00:04:27.412]➜  go tool buildid -w $WORK/b1924/_pkg_.a # internal
2025-08-20T22:42:45.7609375Z [00:04:27.413]➜  cp $WORK/b1924/_pkg_.a /root/.cache/go-build/c3/c3d5269ac373c0bbb33fa42a3c1f75951377b522f67d49fada0cd70fa8bbf9a6-d # internal
2025-08-20T22:42:45.7633579Z [00:04:27.416]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile
2025-08-20T22:42:45.7634121Z [00:04:27.416]➜  mkdir -p $WORK/b1928/
2025-08-20T22:42:45.7639247Z [00:04:27.416]➜  cat >/tmp/go-build3998081543/b1928/importcfg << 'EOF' # internal
2025-08-20T22:42:45.7639632Z [00:04:27.416]➜  # import config
2025-08-20T22:42:45.7639994Z [00:04:27.416]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.7640442Z [00:04:27.416]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.7640899Z [00:04:27.416]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.7641344Z [00:04:27.416]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.7641756Z [00:04:27.416]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.7642565Z [00:04:27.416]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.7643952Z [00:04:27.416]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.7645099Z [00:04:27.416]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build3998081543/b1929/_pkg_.a
2025-08-20T22:42:45.7645937Z [00:04:27.416]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.7646365Z [00:04:27.416]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.7646807Z [00:04:27.416]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.7647236Z [00:04:27.416]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.7647662Z [00:04:27.416]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.7647978Z [00:04:27.416]➜  EOF
2025-08-20T22:42:45.7651814Z [00:04:27.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1928/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/activateuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/activateuserprofile;$WORK/b1928=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile -lang=go1.22 -complete -installsuffix shared -buildid F7BLuh0nWi70nxc5Lg_w/F7BLuh0nWi70nxc5Lg_w -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1928/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/activateuserprofile/activate_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/activateuserprofile/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/activateuserprofile/response.go
2025-08-20T22:42:45.7782756Z [00:04:27.431]➜  go tool buildid -w $WORK/b1925/_pkg_.a # internal
2025-08-20T22:42:45.7791776Z [00:04:27.432]➜  cp $WORK/b1925/_pkg_.a /root/.cache/go-build/95/9516af42161abd487466a4104a400cae70f2b9deb8984ebdd2fa51a8f473ae65-d # internal
2025-08-20T22:42:45.7813509Z [00:04:27.434]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate
2025-08-20T22:42:45.7814466Z [00:04:27.434]➜  mkdir -p $WORK/b1930/
2025-08-20T22:42:45.7820995Z [00:04:27.434]➜  cat >/tmp/go-build3998081543/b1930/importcfg << 'EOF' # internal
2025-08-20T22:42:45.7821428Z [00:04:27.434]➜  # import config
2025-08-20T22:42:45.7821784Z [00:04:27.434]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.7822261Z [00:04:27.434]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.7822709Z [00:04:27.434]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.7823122Z [00:04:27.434]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.7823750Z [00:04:27.434]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.7824873Z [00:04:27.434]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.7825671Z [00:04:27.434]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.7826161Z [00:04:27.434]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.7826595Z [00:04:27.434]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.7827019Z [00:04:27.434]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.7827454Z [00:04:27.434]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.7827771Z [00:04:27.434]➜  EOF
2025-08-20T22:42:45.7830831Z [00:04:27.435]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1930/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/authenticate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/authenticate;$WORK/b1930=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate -lang=go1.22 -complete -installsuffix shared -buildid oR5Fl5t_N8uErZni65gd/oR5Fl5t_N8uErZni65gd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1930/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/authenticate/authenticate.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/authenticate/response.go
2025-08-20T22:42:45.7979337Z [00:04:27.450]➜  go tool buildid -w $WORK/b1926/_pkg_.a # internal
2025-08-20T22:42:45.7991210Z [00:04:27.451]➜  cp $WORK/b1926/_pkg_.a /root/.cache/go-build/81/8109896df6f72c1f934210d7bc84517427408e22197789be07d1fd1174dc50bc-d # internal
2025-08-20T22:42:45.8000648Z [00:04:27.452]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole
2025-08-20T22:42:45.8001489Z [00:04:27.453]➜  mkdir -p $WORK/b1931/
2025-08-20T22:42:45.8020208Z [00:04:27.454]➜  cat >/tmp/go-build3998081543/b1931/importcfg << 'EOF' # internal
2025-08-20T22:42:45.8020794Z [00:04:27.454]➜  # import config
2025-08-20T22:42:45.8021263Z [00:04:27.454]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.8021817Z [00:04:27.454]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.8022362Z [00:04:27.454]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.8022911Z [00:04:27.454]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.8023426Z [00:04:27.454]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.8024479Z [00:04:27.454]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.8027515Z [00:04:27.454]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.8032934Z [00:04:27.454]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:45.8033816Z [00:04:27.454]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.8034248Z [00:04:27.454]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.8034682Z [00:04:27.454]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.8035111Z [00:04:27.454]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.8035752Z [00:04:27.454]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.8036079Z [00:04:27.454]➜  EOF
2025-08-20T22:42:45.8039656Z [00:04:27.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1931/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkdeleterole=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkdeleterole;$WORK/b1931=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole -lang=go1.22 -complete -installsuffix shared -buildid JTTNF1ZX39SZyT1GSqhX/JTTNF1ZX39SZyT1GSqhX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1931/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkdeleterole/bulk_delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkdeleterole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkdeleterole/response.go
2025-08-20T22:42:45.8356929Z [00:04:27.488]➜  go tool buildid -w $WORK/b1928/_pkg_.a # internal
2025-08-20T22:42:45.8370243Z [00:04:27.489]➜  cp $WORK/b1928/_pkg_.a /root/.cache/go-build/21/21666e72d21fee0906e8cdfed12a30f0df8313236c5849d7bb89aa067c3083d5-d # internal
2025-08-20T22:42:45.8414301Z [00:04:27.494]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole
2025-08-20T22:42:45.8417464Z [00:04:27.494]➜  mkdir -p $WORK/b1932/
2025-08-20T22:42:45.8438002Z [00:04:27.496]➜  cat >/tmp/go-build3998081543/b1932/importcfg << 'EOF' # internal
2025-08-20T22:42:45.8439214Z [00:04:27.496]➜  # import config
2025-08-20T22:42:45.8440013Z [00:04:27.496]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.8440987Z [00:04:27.496]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.8441499Z [00:04:27.496]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.8441953Z [00:04:27.496]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.8442374Z [00:04:27.496]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.8443021Z [00:04:27.496]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.8443810Z [00:04:27.496]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.8444631Z [00:04:27.496]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:45.8445262Z [00:04:27.496]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.8445884Z [00:04:27.496]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.8446321Z [00:04:27.496]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.8446746Z [00:04:27.496]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.8447173Z [00:04:27.496]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.8447486Z [00:04:27.496]➜  EOF
2025-08-20T22:42:45.8451044Z [00:04:27.496]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1932/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkputrole=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkputrole;$WORK/b1932=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole -lang=go1.22 -complete -installsuffix shared -buildid CMcww1EGCUlzTzFLZ-E3/CMcww1EGCUlzTzFLZ-E3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1932/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkputrole/bulk_put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkputrole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/bulkputrole/response.go
2025-08-20T22:42:45.8575692Z [00:04:27.510]➜  go tool buildid -w $WORK/b1930/_pkg_.a # internal
2025-08-20T22:42:45.8582871Z [00:04:27.511]➜  go tool buildid -w $WORK/b1931/_pkg_.a # internal
2025-08-20T22:42:45.8586603Z [00:04:27.511]➜  cp $WORK/b1930/_pkg_.a /root/.cache/go-build/98/98191210ce36551f4df6bdcc133b54cc5a0ecd8d8a3d84163b6eaacc4e02f49a-d # internal
2025-08-20T22:42:45.8595999Z [00:04:27.512]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword
2025-08-20T22:42:45.8596659Z [00:04:27.512]➜  mkdir -p $WORK/b1934/
2025-08-20T22:42:45.8602434Z [00:04:27.513]➜  cat >/tmp/go-build3998081543/b1934/importcfg << 'EOF' # internal
2025-08-20T22:42:45.8603221Z [00:04:27.513]➜  # import config
2025-08-20T22:42:45.8605786Z [00:04:27.513]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.8606325Z [00:04:27.513]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.8606786Z [00:04:27.513]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.8607234Z [00:04:27.513]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.8607660Z [00:04:27.513]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.8608292Z [00:04:27.513]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.8609075Z [00:04:27.513]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.8609903Z [00:04:27.513]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:45.8610543Z [00:04:27.513]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.8610963Z [00:04:27.513]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.8611395Z [00:04:27.513]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.8611824Z [00:04:27.513]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.8612258Z [00:04:27.513]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.8612579Z [00:04:27.513]➜  EOF
2025-08-20T22:42:45.8616390Z [00:04:27.513]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1934/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/changepassword=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/changepassword;$WORK/b1934=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword -lang=go1.22 -complete -installsuffix shared -buildid d9FDqPFirx6vYmcDyfK_/d9FDqPFirx6vYmcDyfK_ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1934/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/changepassword/change_password.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/changepassword/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/changepassword/response.go
2025-08-20T22:42:45.8633188Z [00:04:27.515]➜  cp $WORK/b1931/_pkg_.a /root/.cache/go-build/68/68bf9bd95c89dfe6bec2d97568798b1280198aecf96b23b20aa7528e05691888-d # internal
2025-08-20T22:42:45.8649089Z [00:04:27.517]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache
2025-08-20T22:42:45.8652275Z [00:04:27.517]➜  mkdir -p $WORK/b1935/
2025-08-20T22:42:45.8658934Z [00:04:27.518]➜  cat >/tmp/go-build3998081543/b1935/importcfg << 'EOF' # internal
2025-08-20T22:42:45.8663780Z [00:04:27.518]➜  # import config
2025-08-20T22:42:45.8664164Z [00:04:27.519]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.8664643Z [00:04:27.519]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.8665086Z [00:04:27.519]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.8665691Z [00:04:27.519]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.8666351Z [00:04:27.519]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.8667140Z [00:04:27.519]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.8667705Z [00:04:27.519]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.8668121Z [00:04:27.519]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.8668551Z [00:04:27.519]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.8669316Z [00:04:27.519]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.8669839Z [00:04:27.519]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.8670210Z [00:04:27.519]➜  EOF
2025-08-20T22:42:45.8673207Z [00:04:27.519]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1935/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearapikeycache=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearapikeycache;$WORK/b1935=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache -lang=go1.22 -complete -installsuffix shared -buildid _YREAbirk59QfgtsOWq5/_YREAbirk59QfgtsOWq5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1935/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearapikeycache/clear_api_key_cache.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearapikeycache/response.go
2025-08-20T22:42:45.9153006Z [00:04:27.567]➜  go tool buildid -w $WORK/b1932/_pkg_.a # internal
2025-08-20T22:42:45.9162141Z [00:04:27.568]➜  cp $WORK/b1932/_pkg_.a /root/.cache/go-build/11/11e6bb8d37c822176a84a59cdd6a159bb40a9af7cb2f27c169ffaa465229131b-d # internal
2025-08-20T22:42:45.9171942Z [00:04:27.569]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges
2025-08-20T22:42:45.9178691Z [00:04:27.570]➜  mkdir -p $WORK/b1936/
2025-08-20T22:42:45.9179137Z [00:04:27.570]➜  cat >/tmp/go-build3998081543/b1936/importcfg << 'EOF' # internal
2025-08-20T22:42:45.9179503Z [00:04:27.570]➜  # import config
2025-08-20T22:42:45.9179852Z [00:04:27.570]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.9180308Z [00:04:27.570]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.9180754Z [00:04:27.570]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.9181195Z [00:04:27.570]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.9181832Z [00:04:27.570]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.9182627Z [00:04:27.570]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.9183197Z [00:04:27.570]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.9183905Z [00:04:27.570]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.9184405Z [00:04:27.570]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.9184832Z [00:04:27.570]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.9185259Z [00:04:27.570]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.9185763Z [00:04:27.570]➜  EOF
2025-08-20T22:42:45.9188968Z [00:04:27.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1936/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedprivileges;$WORK/b1936=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges -lang=go1.22 -complete -installsuffix shared -buildid Vcv_9FKmGI_grv6F7EmB/Vcv_9FKmGI_grv6F7EmB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1936/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedprivileges/clear_cached_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedprivileges/response.go
2025-08-20T22:42:45.9291346Z [00:04:27.579]➜  go tool buildid -w $WORK/b1934/_pkg_.a # internal
2025-08-20T22:42:45.9292485Z [00:04:27.582]➜  cp $WORK/b1934/_pkg_.a /root/.cache/go-build/dd/dd50dc326f20015a0e4234a8655a41f0475cebe825d8383cc33b4da21d8fe4e1-d # internal
2025-08-20T22:42:45.9304406Z [00:04:27.583]➜  go tool buildid -w $WORK/b1935/_pkg_.a # internal
2025-08-20T22:42:45.9318158Z [00:04:27.584]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms
2025-08-20T22:42:45.9318797Z [00:04:27.584]➜  mkdir -p $WORK/b1937/
2025-08-20T22:42:45.9323851Z [00:04:27.585]➜  cp $WORK/b1935/_pkg_.a /root/.cache/go-build/c9/c9c5b5828f25752fd029380dad4dfb838b959acb4710c72020e4499252943ef9-d # internal
2025-08-20T22:42:45.9326831Z [00:04:27.585]➜  cat >/tmp/go-build3998081543/b1937/importcfg << 'EOF' # internal
2025-08-20T22:42:45.9327773Z [00:04:27.585]➜  # import config
2025-08-20T22:42:45.9328391Z [00:04:27.585]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.9329981Z [00:04:27.585]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.9330574Z [00:04:27.585]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.9331080Z [00:04:27.585]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.9337447Z [00:04:27.585]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.9338250Z [00:04:27.585]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.9338815Z [00:04:27.585]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.9339239Z [00:04:27.585]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.9339679Z [00:04:27.585]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.9340107Z [00:04:27.585]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.9340537Z [00:04:27.585]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.9340853Z [00:04:27.585]➜  EOF
2025-08-20T22:42:45.9344207Z [00:04:27.586]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1937/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedrealms=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedrealms;$WORK/b1937=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms -lang=go1.22 -complete -installsuffix shared -buildid tDEVxDBP9k79bpKdGGpe/tDEVxDBP9k79bpKdGGpe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1937/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedrealms/clear_cached_realms.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedrealms/response.go
2025-08-20T22:42:45.9367298Z [00:04:27.588]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles
2025-08-20T22:42:45.9367956Z [00:04:27.588]➜  mkdir -p $WORK/b1938/
2025-08-20T22:42:45.9368356Z [00:04:27.588]➜  cat >/tmp/go-build3998081543/b1938/importcfg << 'EOF' # internal
2025-08-20T22:42:45.9368734Z [00:04:27.588]➜  # import config
2025-08-20T22:42:45.9371304Z [00:04:27.588]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.9371865Z [00:04:27.588]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.9372725Z [00:04:27.588]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.9373177Z [00:04:27.588]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.9373826Z [00:04:27.588]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.9374615Z [00:04:27.588]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.9375185Z [00:04:27.588]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.9375935Z [00:04:27.588]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.9376373Z [00:04:27.588]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.9377158Z [00:04:27.588]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.9377688Z [00:04:27.588]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.9378057Z [00:04:27.588]➜  EOF
2025-08-20T22:42:45.9381091Z [00:04:27.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1938/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedroles=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedroles;$WORK/b1938=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles -lang=go1.22 -complete -installsuffix shared -buildid lw-XaW59uuA-cZGw4QFe/lw-XaW59uuA-cZGw4QFe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1938/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedroles/clear_cached_roles.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedroles/response.go
2025-08-20T22:42:45.9875184Z [00:04:27.640]➜  go tool buildid -w $WORK/b1936/_pkg_.a # internal
2025-08-20T22:42:45.9884975Z [00:04:27.641]➜  cp $WORK/b1936/_pkg_.a /root/.cache/go-build/7c/7c43e711831f0fc29cbd6ec5bf52fc04478c83f81a2f9bd618968df0b1249325-d # internal
2025-08-20T22:42:45.9890953Z [00:04:27.641]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens
2025-08-20T22:42:45.9891524Z [00:04:27.641]➜  mkdir -p $WORK/b1939/
2025-08-20T22:42:45.9893715Z [00:04:27.642]➜  cat >/tmp/go-build3998081543/b1939/importcfg << 'EOF' # internal
2025-08-20T22:42:45.9894127Z [00:04:27.642]➜  # import config
2025-08-20T22:42:45.9894484Z [00:04:27.642]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.9894945Z [00:04:27.642]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.9895506Z [00:04:27.642]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.9896257Z [00:04:27.642]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.9896904Z [00:04:27.642]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.9897698Z [00:04:27.642]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.9898266Z [00:04:27.642]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.9898823Z [00:04:27.642]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.9899311Z [00:04:27.642]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.9899743Z [00:04:27.642]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.9900170Z [00:04:27.642]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.9900488Z [00:04:27.642]➜  EOF
2025-08-20T22:42:45.9906270Z [00:04:27.642]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1939/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedservicetokens=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedservicetokens;$WORK/b1939=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens -lang=go1.22 -complete -installsuffix shared -buildid n0x2KUdp7zaCh1OTpVZl/n0x2KUdp7zaCh1OTpVZl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1939/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedservicetokens/clear_cached_service_tokens.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/clearcachedservicetokens/response.go
2025-08-20T22:42:45.9937119Z [00:04:27.646]➜  go tool buildid -w $WORK/b1937/_pkg_.a # internal
2025-08-20T22:42:45.9956853Z [00:04:27.648]➜  cp $WORK/b1937/_pkg_.a /root/.cache/go-build/47/472a282cf3e182b2da8d8b7db83292cb178cd68bd3892df3fdb99394399468de-d # internal
2025-08-20T22:42:45.9988319Z [00:04:27.651]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey
2025-08-20T22:42:45.9988908Z [00:04:27.651]➜  mkdir -p $WORK/b1940/
2025-08-20T22:42:45.9989306Z [00:04:27.651]➜  cat >/tmp/go-build3998081543/b1940/importcfg << 'EOF' # internal
2025-08-20T22:42:45.9989660Z [00:04:27.651]➜  # import config
2025-08-20T22:42:45.9990005Z [00:04:27.651]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:45.9990443Z [00:04:27.651]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:45.9990899Z [00:04:27.651]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:45.9991343Z [00:04:27.651]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:45.9991776Z [00:04:27.651]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:45.9992406Z [00:04:27.651]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:45.9993216Z [00:04:27.651]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:45.9994044Z [00:04:27.651]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:45.9994664Z [00:04:27.651]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:45.9995082Z [00:04:27.651]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:45.9995843Z [00:04:27.651]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:45.9996293Z [00:04:27.651]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:45.9996724Z [00:04:27.651]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:45.9997038Z [00:04:27.651]➜  EOF
2025-08-20T22:42:46.0000609Z [00:04:27.651]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1940/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createapikey;$WORK/b1940=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey -lang=go1.22 -complete -installsuffix shared -buildid UvqEvRM8tMSxiKJPPnno/UvqEvRM8tMSxiKJPPnno -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1940/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createapikey/create_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createapikey/response.go
2025-08-20T22:42:46.0015169Z [00:04:27.654]➜  go tool buildid -w $WORK/b1927/_pkg_.a # internal
2025-08-20T22:42:46.0057508Z [00:04:27.658]➜  cp $WORK/b1927/_pkg_.a /root/.cache/go-build/f6/f6a82dc94c5d52c7ac000c95f8ae813d44a7dad4b83d751f7c8766504e0683cd-d # internal
2025-08-20T22:42:46.0081730Z [00:04:27.661]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey
2025-08-20T22:42:46.0082432Z [00:04:27.661]➜  mkdir -p $WORK/b1941/
2025-08-20T22:42:46.0082847Z [00:04:27.661]➜  cat >/tmp/go-build3998081543/b1941/importcfg << 'EOF' # internal
2025-08-20T22:42:46.0083204Z [00:04:27.661]➜  # import config
2025-08-20T22:42:46.0083552Z [00:04:27.661]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.0084008Z [00:04:27.661]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.0084463Z [00:04:27.661]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.0084909Z [00:04:27.661]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.0085323Z [00:04:27.661]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.0086159Z [00:04:27.661]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.0087478Z [00:04:27.661]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.0088106Z [00:04:27.661]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.0088525Z [00:04:27.661]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.0088959Z [00:04:27.661]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.0089401Z [00:04:27.661]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.0089829Z [00:04:27.661]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.0090147Z [00:04:27.661]➜  EOF
2025-08-20T22:42:46.0093867Z [00:04:27.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1941/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createcrossclusterapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createcrossclusterapikey;$WORK/b1941=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey -lang=go1.22 -complete -installsuffix shared -buildid M5-IoHutIW6EYikw1loh/M5-IoHutIW6EYikw1loh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1941/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createcrossclusterapikey/create_cross_cluster_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createcrossclusterapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createcrossclusterapikey/response.go
2025-08-20T22:42:46.0143898Z [00:04:27.667]➜  go tool buildid -w $WORK/b1938/_pkg_.a # internal
2025-08-20T22:42:46.0154979Z [00:04:27.668]➜  cp $WORK/b1938/_pkg_.a /root/.cache/go-build/d7/d7c41e9992a714589d11657f6e8f84cdac54399c95ad29c972e9fd5fd83b907f-d # internal
2025-08-20T22:42:46.0183074Z [00:04:27.671]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken
2025-08-20T22:42:46.0189617Z [00:04:27.671]➜  mkdir -p $WORK/b1942/
2025-08-20T22:42:46.0191517Z [00:04:27.671]➜  cat >/tmp/go-build3998081543/b1942/importcfg << 'EOF' # internal
2025-08-20T22:42:46.0191898Z [00:04:27.671]➜  # import config
2025-08-20T22:42:46.0192282Z [00:04:27.671]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.0192744Z [00:04:27.671]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.0193494Z [00:04:27.671]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.0193980Z [00:04:27.671]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.0194616Z [00:04:27.671]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.0199578Z [00:04:27.671]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.0200567Z [00:04:27.671]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.0201197Z [00:04:27.671]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.0201620Z [00:04:27.671]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.0202050Z [00:04:27.671]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.0202489Z [00:04:27.671]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.0202917Z [00:04:27.671]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.0203235Z [00:04:27.671]➜  EOF
2025-08-20T22:42:46.0206661Z [00:04:27.671]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1942/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createservicetoken=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createservicetoken;$WORK/b1942=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken -lang=go1.22 -complete -installsuffix shared -buildid BRPjdVE0eJ8fq2mvC5OJ/BRPjdVE0eJ8fq2mvC5OJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1942/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createservicetoken/create_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/createservicetoken/response.go
2025-08-20T22:42:46.0679619Z [00:04:27.720]➜  go tool buildid -w $WORK/b1939/_pkg_.a # internal
2025-08-20T22:42:46.0690604Z [00:04:27.721]➜  cp $WORK/b1939/_pkg_.a /root/.cache/go-build/f8/f8bad8890ff462420589c52d2ebe08490e6b0fc8f85c0ebfc764831a064ffa46-d # internal
2025-08-20T22:42:46.0699499Z [00:04:27.722]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges
2025-08-20T22:42:46.0702613Z [00:04:27.723]➜  mkdir -p $WORK/b1943/
2025-08-20T22:42:46.0718345Z [00:04:27.724]➜  cat >/tmp/go-build3998081543/b1943/importcfg << 'EOF' # internal
2025-08-20T22:42:46.0722343Z [00:04:27.724]➜  # import config
2025-08-20T22:42:46.0729778Z [00:04:27.724]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.0730258Z [00:04:27.724]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.0730710Z [00:04:27.724]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.0731126Z [00:04:27.724]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.0731766Z [00:04:27.724]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.0732555Z [00:04:27.724]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.0733381Z [00:04:27.724]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.0734265Z [00:04:27.724]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.0734697Z [00:04:27.724]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.0735129Z [00:04:27.724]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.0735697Z [00:04:27.724]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.0736131Z [00:04:27.724]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.0736445Z [00:04:27.724]➜  EOF
2025-08-20T22:42:46.0739591Z [00:04:27.724]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1943/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteprivileges;$WORK/b1943=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges -lang=go1.22 -complete -installsuffix shared -buildid A_8EN8EPt-7TgbiKdvdG/A_8EN8EPt-7TgbiKdvdG -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1943/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteprivileges/delete_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteprivileges/response.go
2025-08-20T22:42:46.0861110Z [00:04:27.738]➜  go tool buildid -w $WORK/b1940/_pkg_.a # internal
2025-08-20T22:42:46.0871153Z [00:04:27.738]➜  go tool buildid -w $WORK/b1942/_pkg_.a # internal
2025-08-20T22:42:46.0871891Z [00:04:27.739]➜  go tool buildid -w $WORK/b1941/_pkg_.a # internal
2025-08-20T22:42:46.0872749Z [00:04:27.739]➜  cp $WORK/b1942/_pkg_.a /root/.cache/go-build/60/60ec783de46075a8552fc158e8bd4ccc6751d203b37efb131077a6c401e48f72-d # internal
2025-08-20T22:42:46.0874241Z [00:04:27.740]➜  cp $WORK/b1940/_pkg_.a /root/.cache/go-build/a6/a6a27c725f0c46f7dec3a1309364790c5bc2da83ddf3b84e0e5eae4a9085125a-d # internal
2025-08-20T22:42:46.0875879Z [00:04:27.740]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole
2025-08-20T22:42:46.0880335Z [00:04:27.740]➜  mkdir -p $WORK/b1944/
2025-08-20T22:42:46.0884913Z [00:04:27.741]➜  cat >/tmp/go-build3998081543/b1944/importcfg << 'EOF' # internal
2025-08-20T22:42:46.0886395Z [00:04:27.741]➜  # import config
2025-08-20T22:42:46.0887163Z [00:04:27.741]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.0888471Z [00:04:27.741]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.0888942Z [00:04:27.741]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.0889362Z [00:04:27.741]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.0889998Z [00:04:27.741]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.0890790Z [00:04:27.741]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.0891639Z [00:04:27.741]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.0892259Z [00:04:27.741]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.0892679Z [00:04:27.741]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.0893113Z [00:04:27.741]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.0893544Z [00:04:27.741]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.0893973Z [00:04:27.741]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.0894289Z [00:04:27.741]➜  EOF
2025-08-20T22:42:46.0899282Z [00:04:27.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1944/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleterole=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleterole;$WORK/b1944=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole -lang=go1.22 -complete -installsuffix shared -buildid w5g3Ut6Z-lIJjXaBU9jD/w5g3Ut6Z-lIJjXaBU9jD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1944/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleterole/delete_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleterole/response.go
2025-08-20T22:42:46.0903771Z [00:04:27.742]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping
2025-08-20T22:42:46.0904599Z [00:04:27.742]➜  mkdir -p $WORK/b1945/
2025-08-20T22:42:46.0906480Z [00:04:27.742]➜  cp $WORK/b1941/_pkg_.a /root/.cache/go-build/fa/fa82ee971e01d4ed1a2a8a1918db6524d9464f1ba28c84daf7519324aa7b1366-d # internal
2025-08-20T22:42:46.0907486Z [00:04:27.742]➜  cat >/tmp/go-build3998081543/b1945/importcfg << 'EOF' # internal
2025-08-20T22:42:46.0908634Z [00:04:27.742]➜  # import config
2025-08-20T22:42:46.0909045Z [00:04:27.742]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.0909520Z [00:04:27.742]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.0909970Z [00:04:27.742]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.0910384Z [00:04:27.742]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.0911014Z [00:04:27.742]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.0911815Z [00:04:27.742]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.0912665Z [00:04:27.742]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.0913284Z [00:04:27.742]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.0913702Z [00:04:27.742]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.0914624Z [00:04:27.742]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.0915154Z [00:04:27.742]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.0915864Z [00:04:27.742]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.0916187Z [00:04:27.742]➜  EOF
2025-08-20T22:42:46.0919311Z [00:04:27.742]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1945/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleterolemapping=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleterolemapping;$WORK/b1945=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping -lang=go1.22 -complete -installsuffix shared -buildid NUPmf4q-Ufmnhb7Ynqet/NUPmf4q-Ufmnhb7Ynqet -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1945/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleterolemapping/delete_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleterolemapping/response.go
2025-08-20T22:42:46.0924543Z [00:04:27.743]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken
2025-08-20T22:42:46.0925215Z [00:04:27.743]➜  mkdir -p $WORK/b1946/
2025-08-20T22:42:46.0925921Z [00:04:27.743]➜  cat >/tmp/go-build3998081543/b1946/importcfg << 'EOF' # internal
2025-08-20T22:42:46.0926472Z [00:04:27.743]➜  # import config
2025-08-20T22:42:46.0926870Z [00:04:27.743]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.0927526Z [00:04:27.743]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.0928192Z [00:04:27.743]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.0928787Z [00:04:27.743]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.0930259Z [00:04:27.743]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.0931357Z [00:04:27.743]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.0932643Z [00:04:27.743]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.0933535Z [00:04:27.743]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.0934325Z [00:04:27.743]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.0935063Z [00:04:27.743]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.0935825Z [00:04:27.743]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.0936513Z [00:04:27.743]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.0936902Z [00:04:27.743]➜  EOF
2025-08-20T22:42:46.0940994Z [00:04:27.743]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1946/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteservicetoken=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteservicetoken;$WORK/b1946=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken -lang=go1.22 -complete -installsuffix shared -buildid t56iyLj0F9FEbAgX03mu/t56iyLj0F9FEbAgX03mu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1946/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteservicetoken/delete_service_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteservicetoken/response.go
2025-08-20T22:42:46.1426997Z [00:04:27.794]➜  go tool buildid -w $WORK/b1943/_pkg_.a # internal
2025-08-20T22:42:46.1432311Z [00:04:27.796]➜  cp $WORK/b1943/_pkg_.a /root/.cache/go-build/1c/1c75a7314a9f696317bc5f866e81fb031150c3ff12443af15932e5496eaa1e70-d # internal
2025-08-20T22:42:46.1492597Z [00:04:27.801]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser
2025-08-20T22:42:46.1493993Z [00:04:27.802]➜  mkdir -p $WORK/b1947/
2025-08-20T22:42:46.1496234Z [00:04:27.802]➜  cat >/tmp/go-build3998081543/b1947/importcfg << 'EOF' # internal
2025-08-20T22:42:46.1505019Z [00:04:27.802]➜  # import config
2025-08-20T22:42:46.1505543Z [00:04:27.802]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.1506083Z [00:04:27.802]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.1506539Z [00:04:27.802]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.1506958Z [00:04:27.802]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.1507611Z [00:04:27.802]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.1508402Z [00:04:27.802]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.1509260Z [00:04:27.802]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.1509890Z [00:04:27.802]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.1510305Z [00:04:27.802]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.1510740Z [00:04:27.802]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.1511172Z [00:04:27.802]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.1511600Z [00:04:27.802]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.1511914Z [00:04:27.802]➜  EOF
2025-08-20T22:42:46.1514887Z [00:04:27.803]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1947/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteuser=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteuser;$WORK/b1947=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser -lang=go1.22 -complete -installsuffix shared -buildid TbisSAt_zbjHnJ1gLlZ4/TbisSAt_zbjHnJ1gLlZ4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1947/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteuser/delete_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/deleteuser/response.go
2025-08-20T22:42:46.1527435Z [00:04:27.805]➜  go tool buildid -w $WORK/b1944/_pkg_.a # internal
2025-08-20T22:42:46.1549773Z [00:04:27.807]➜  cp $WORK/b1944/_pkg_.a /root/.cache/go-build/59/591282b07df26f1d6e6d9a36850b6f3db4d50326c5c3dd306ff6f18f21c13ffd-d # internal
2025-08-20T22:42:46.1550512Z [00:04:27.807]➜  go tool buildid -w $WORK/b1945/_pkg_.a # internal
2025-08-20T22:42:46.1556548Z [00:04:27.808]➜  cp $WORK/b1945/_pkg_.a /root/.cache/go-build/d5/d5039c39fd3346a04295f4a0d43ab059521acb14e13332d6a3e2e319923febc0-d # internal
2025-08-20T22:42:46.1560080Z [00:04:27.808]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser
2025-08-20T22:42:46.1560496Z [00:04:27.808]➜  mkdir -p $WORK/b1948/
2025-08-20T22:42:46.1564642Z [00:04:27.809]➜  cat >/tmp/go-build3998081543/b1948/importcfg << 'EOF' # internal
2025-08-20T22:42:46.1567301Z [00:04:27.809]➜  # import config
2025-08-20T22:42:46.1567932Z [00:04:27.809]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.1568723Z [00:04:27.809]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.1569362Z [00:04:27.809]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.1569994Z [00:04:27.809]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.1571267Z [00:04:27.809]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.1583622Z [00:04:27.809]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.1585088Z [00:04:27.809]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.1586414Z [00:04:27.809]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.1586903Z [00:04:27.809]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.1587364Z [00:04:27.809]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.1587796Z [00:04:27.809]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.1588225Z [00:04:27.809]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.1588536Z [00:04:27.809]➜  EOF
2025-08-20T22:42:46.1591435Z [00:04:27.809]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1948/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/disableuser=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/disableuser;$WORK/b1948=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser -lang=go1.22 -complete -installsuffix shared -buildid 0MQkl7CMsqXeuhWE6Rog/0MQkl7CMsqXeuhWE6Rog -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1948/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/disableuser/disable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/disableuser/response.go
2025-08-20T22:42:46.1594123Z [00:04:27.810]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile
2025-08-20T22:42:46.1594543Z [00:04:27.811]➜  mkdir -p $WORK/b1949/
2025-08-20T22:42:46.1594915Z [00:04:27.811]➜  cat >/tmp/go-build3998081543/b1949/importcfg << 'EOF' # internal
2025-08-20T22:42:46.1595270Z [00:04:27.811]➜  # import config
2025-08-20T22:42:46.1595955Z [00:04:27.811]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.1596769Z [00:04:27.811]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.1597225Z [00:04:27.811]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.1597641Z [00:04:27.811]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.1598270Z [00:04:27.811]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.1599192Z [00:04:27.811]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.1600148Z [00:04:27.811]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.1600769Z [00:04:27.811]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.1601193Z [00:04:27.811]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.1601634Z [00:04:27.811]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.1602061Z [00:04:27.811]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.1602491Z [00:04:27.811]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.1602809Z [00:04:27.811]➜  EOF
2025-08-20T22:42:46.1606249Z [00:04:27.811]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1949/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/disableuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/disableuserprofile;$WORK/b1949=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile -lang=go1.22 -complete -installsuffix shared -buildid 9mi6GFZWr_ociuSfhl2N/9mi6GFZWr_ociuSfhl2N -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1949/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/disableuserprofile/disable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/disableuserprofile/response.go
2025-08-20T22:42:46.1643729Z [00:04:27.817]➜  go tool buildid -w $WORK/b1946/_pkg_.a # internal
2025-08-20T22:42:46.1663090Z [00:04:27.819]➜  cp $WORK/b1946/_pkg_.a /root/.cache/go-build/07/0727b6352a46bf539dfe1e460a02891a761232af4edfc580acb6b00fde479a21-d # internal
2025-08-20T22:42:46.1667891Z [00:04:27.819]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser
2025-08-20T22:42:46.1672343Z [00:04:27.820]➜  mkdir -p $WORK/b1950/
2025-08-20T22:42:46.1684081Z [00:04:27.820]➜  cat >/tmp/go-build3998081543/b1950/importcfg << 'EOF' # internal
2025-08-20T22:42:46.1686866Z [00:04:27.820]➜  # import config
2025-08-20T22:42:46.1687331Z [00:04:27.820]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.1687806Z [00:04:27.820]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.1688297Z [00:04:27.820]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.1688726Z [00:04:27.820]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.1689365Z [00:04:27.820]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.1690159Z [00:04:27.820]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.1691030Z [00:04:27.820]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.1691653Z [00:04:27.820]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.1692077Z [00:04:27.820]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.1692507Z [00:04:27.820]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.1692933Z [00:04:27.820]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.1693687Z [00:04:27.820]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.1694013Z [00:04:27.820]➜  EOF
2025-08-20T22:42:46.1698279Z [00:04:27.821]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1950/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enableuser=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enableuser;$WORK/b1950=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser -lang=go1.22 -complete -installsuffix shared -buildid ef9sWLNd_pj05U1--WLf/ef9sWLNd_pj05U1--WLf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1950/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enableuser/enable_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enableuser/response.go
2025-08-20T22:42:46.2233640Z [00:04:27.875]➜  go tool buildid -w $WORK/b1947/_pkg_.a # internal
2025-08-20T22:42:46.2240860Z [00:04:27.876]➜  go tool buildid -w $WORK/b1949/_pkg_.a # internal
2025-08-20T22:42:46.2261911Z [00:04:27.878]➜  cp $WORK/b1949/_pkg_.a /root/.cache/go-build/78/78e64eaa9058d85a3ecf1849a9a5ace85d5dae7f73a18d60922284ca1a151b7a-d # internal
2025-08-20T22:42:46.2271968Z [00:04:27.879]➜  cp $WORK/b1947/_pkg_.a /root/.cache/go-build/95/95c01e634d84a878e6eeb366462cd17518f469b34802b0c03353c50510ebd05d-d # internal
2025-08-20T22:42:46.2272632Z [00:04:27.879]➜  go tool buildid -w $WORK/b1950/_pkg_.a # internal
2025-08-20T22:42:46.2291920Z [00:04:27.881]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile
2025-08-20T22:42:46.2294827Z [00:04:27.881]➜  mkdir -p $WORK/b1951/
2025-08-20T22:42:46.2297893Z [00:04:27.881]➜  cat >/tmp/go-build3998081543/b1951/importcfg << 'EOF' # internal
2025-08-20T22:42:46.2298635Z [00:04:27.881]➜  # import config
2025-08-20T22:42:46.2299383Z [00:04:27.881]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.2300439Z [00:04:27.881]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.2301150Z [00:04:27.881]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.2303324Z [00:04:27.881]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.2303970Z [00:04:27.881]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.2304769Z [00:04:27.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.2305734Z [00:04:27.881]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.2306424Z [00:04:27.881]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.2306850Z [00:04:27.881]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.2307282Z [00:04:27.881]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.2307723Z [00:04:27.881]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.2308153Z [00:04:27.881]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.2308465Z [00:04:27.881]➜  EOF
2025-08-20T22:42:46.2311489Z [00:04:27.881]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1951/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enableuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enableuserprofile;$WORK/b1951=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile -lang=go1.22 -complete -installsuffix shared -buildid p_K_LptgH1q2CKgW4x_A/p_K_LptgH1q2CKgW4x_A -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1951/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enableuserprofile/enable_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enableuserprofile/response.go
2025-08-20T22:42:46.2314486Z [00:04:27.882]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana
2025-08-20T22:42:46.2314889Z [00:04:27.882]➜  mkdir -p $WORK/b1952/
2025-08-20T22:42:46.2315266Z [00:04:27.882]➜  cat >/tmp/go-build3998081543/b1952/importcfg << 'EOF' # internal
2025-08-20T22:42:46.2322013Z [00:04:27.882]➜  # import config
2025-08-20T22:42:46.2322362Z [00:04:27.882]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.2323019Z [00:04:27.882]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.2323572Z [00:04:27.882]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.2323981Z [00:04:27.882]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.2324610Z [00:04:27.882]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.2325562Z [00:04:27.882]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.2326188Z [00:04:27.882]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.2326613Z [00:04:27.882]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.2327044Z [00:04:27.882]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.2327466Z [00:04:27.882]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.2327894Z [00:04:27.882]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.2328212Z [00:04:27.882]➜  EOF
2025-08-20T22:42:46.2331319Z [00:04:27.882]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1952/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enrollkibana=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enrollkibana;$WORK/b1952=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana -lang=go1.22 -complete -installsuffix shared -buildid -FtH4HkyW9e36fA5bH0b/-FtH4HkyW9e36fA5bH0b -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1952/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enrollkibana/enroll_kibana.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enrollkibana/response.go
2025-08-20T22:42:46.2334317Z [00:04:27.882]➜  cp $WORK/b1950/_pkg_.a /root/.cache/go-build/ec/ec45831c46d41e697349caf2137a3044579406de3c97d9e83cf4a8f64dbbbc8b-d # internal
2025-08-20T22:42:46.2334924Z [00:04:27.882]➜  go tool buildid -w $WORK/b1948/_pkg_.a # internal
2025-08-20T22:42:46.2354477Z [00:04:27.886]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode
2025-08-20T22:42:46.2355155Z [00:04:27.886]➜  mkdir -p $WORK/b1953/
2025-08-20T22:42:46.2355725Z [00:04:27.887]➜  cat >/tmp/go-build3998081543/b1953/importcfg << 'EOF' # internal
2025-08-20T22:42:46.2356114Z [00:04:27.887]➜  # import config
2025-08-20T22:42:46.2356475Z [00:04:27.887]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.2356933Z [00:04:27.887]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.2357383Z [00:04:27.887]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.2357797Z [00:04:27.887]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.2358741Z [00:04:27.887]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.2359587Z [00:04:27.887]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.2360154Z [00:04:27.887]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.2360573Z [00:04:27.887]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.2361158Z [00:04:27.887]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.2361590Z [00:04:27.887]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.2362023Z [00:04:27.887]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.2362340Z [00:04:27.887]➜  EOF
2025-08-20T22:42:46.2365201Z [00:04:27.887]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1953/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enrollnode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enrollnode;$WORK/b1953=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode -lang=go1.22 -complete -installsuffix shared -buildid 1m3eE6rGmYqfNwiXojml/1m3eE6rGmYqfNwiXojml -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1953/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enrollnode/enroll_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/enrollnode/response.go
2025-08-20T22:42:46.2368326Z [00:04:27.887]➜  cp $WORK/b1948/_pkg_.a /root/.cache/go-build/24/247ff3b6dfcf513df0a02ccc0272f1b44e685edb292b0daf3cab79b3ca1ea71c-d # internal
2025-08-20T22:42:46.2383193Z [00:04:27.891]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey
2025-08-20T22:42:46.2387152Z [00:04:27.891]➜  mkdir -p $WORK/b1954/
2025-08-20T22:42:46.2389354Z [00:04:27.891]➜  cat >/tmp/go-build3998081543/b1954/importcfg << 'EOF' # internal
2025-08-20T22:42:46.2389746Z [00:04:27.891]➜  # import config
2025-08-20T22:42:46.2390095Z [00:04:27.891]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.2390549Z [00:04:27.891]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.2390993Z [00:04:27.891]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.2391406Z [00:04:27.891]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.2392052Z [00:04:27.891]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.2393032Z [00:04:27.891]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.2393664Z [00:04:27.891]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.2394084Z [00:04:27.891]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.2394515Z [00:04:27.891]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.2394940Z [00:04:27.891]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.2395546Z [00:04:27.891]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.2395961Z [00:04:27.891]➜  EOF
2025-08-20T22:42:46.2398928Z [00:04:27.891]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1954/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getapikey;$WORK/b1954=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey -lang=go1.22 -complete -installsuffix shared -buildid dl0rjklisWMLenQaRznw/dl0rjklisWMLenQaRznw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1954/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getapikey/get_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getapikey/response.go
2025-08-20T22:42:46.2997071Z [00:04:27.952]➜  go tool buildid -w $WORK/b1953/_pkg_.a # internal
2025-08-20T22:42:46.3029443Z [00:04:27.955]➜  go tool buildid -w $WORK/b1951/_pkg_.a # internal
2025-08-20T22:42:46.3058264Z [00:04:27.958]➜  cp $WORK/b1953/_pkg_.a /root/.cache/go-build/8e/8e4df5374e7d1921c249cd53135ac448d57b71ebb3f89f19f6d410236305c8cb-d # internal
2025-08-20T22:42:46.3061107Z [00:04:27.958]➜  cp $WORK/b1951/_pkg_.a /root/.cache/go-build/ff/ff3166f56effc54992b7ca7761fde4f5342e43f0f30a4458639a19d3173253e5-d # internal
2025-08-20T22:42:46.3064504Z [00:04:27.958]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges
2025-08-20T22:42:46.3064994Z [00:04:27.958]➜  mkdir -p $WORK/b1955/
2025-08-20T22:42:46.3065498Z [00:04:27.958]➜  cat >/tmp/go-build3998081543/b1955/importcfg << 'EOF' # internal
2025-08-20T22:42:46.3065920Z [00:04:27.958]➜  # import config
2025-08-20T22:42:46.3066296Z [00:04:27.958]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.3066725Z [00:04:27.958]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.3067183Z [00:04:27.958]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.3067627Z [00:04:27.958]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.3068042Z [00:04:27.958]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.3068979Z [00:04:27.958]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.3069785Z [00:04:27.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.3070654Z [00:04:27.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3998081543/b1377/_pkg_.a
2025-08-20T22:42:46.3071647Z [00:04:27.958]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build3998081543/b1497/_pkg_.a
2025-08-20T22:42:46.3072363Z [00:04:27.958]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.3072785Z [00:04:27.958]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.3073217Z [00:04:27.958]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.3073647Z [00:04:27.958]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.3074087Z [00:04:27.958]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.3074550Z [00:04:27.958]➜  EOF
2025-08-20T22:42:46.3077841Z [00:04:27.958]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1955/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getbuiltinprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getbuiltinprivileges;$WORK/b1955=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges -lang=go1.22 -complete -installsuffix shared -buildid YTWbw_bpBYODyECohCbI/YTWbw_bpBYODyECohCbI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1955/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getbuiltinprivileges/get_builtin_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getbuiltinprivileges/response.go
2025-08-20T22:42:46.3081616Z [00:04:27.961]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges
2025-08-20T22:42:46.3082023Z [00:04:27.961]➜  mkdir -p $WORK/b1956/
2025-08-20T22:42:46.3085960Z [00:04:27.961]➜  cat >/tmp/go-build3998081543/b1956/importcfg << 'EOF' # internal
2025-08-20T22:42:46.3089933Z [00:04:27.961]➜  # import config
2025-08-20T22:42:46.3090310Z [00:04:27.961]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.3090775Z [00:04:27.961]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.3091485Z [00:04:27.961]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.3091971Z [00:04:27.961]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.3092605Z [00:04:27.961]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.3093433Z [00:04:27.961]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.3094208Z [00:04:27.961]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.3094635Z [00:04:27.961]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.3095066Z [00:04:27.961]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.3095643Z [00:04:27.961]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.3096138Z [00:04:27.961]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.3096460Z [00:04:27.961]➜  EOF
2025-08-20T22:42:46.3099391Z [00:04:27.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1956/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getprivileges;$WORK/b1956=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges -lang=go1.22 -complete -installsuffix shared -buildid r2nRmRAPJ07uFnNQDSwB/r2nRmRAPJ07uFnNQDSwB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1956/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getprivileges/get_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getprivileges/response.go
2025-08-20T22:42:46.3161689Z [00:04:27.968]➜  go tool buildid -w $WORK/b1952/_pkg_.a # internal
2025-08-20T22:42:46.3174271Z [00:04:27.970]➜  cp $WORK/b1952/_pkg_.a /root/.cache/go-build/96/96b2fbd10c408e19a2ecdcb1bbd654bbd0f9c18a67f76a020da56ae94bdd9d7a-d # internal
2025-08-20T22:42:46.3183463Z [00:04:27.971]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole
2025-08-20T22:42:46.3183925Z [00:04:27.971]➜  mkdir -p $WORK/b1957/
2025-08-20T22:42:46.3184311Z [00:04:27.971]➜  cat >/tmp/go-build3998081543/b1957/importcfg << 'EOF' # internal
2025-08-20T22:42:46.3184668Z [00:04:27.971]➜  # import config
2025-08-20T22:42:46.3185013Z [00:04:27.971]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.3185907Z [00:04:27.971]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.3186427Z [00:04:27.971]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.3186850Z [00:04:27.971]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.3187483Z [00:04:27.971]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.3188284Z [00:04:27.971]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.3188850Z [00:04:27.971]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.3189269Z [00:04:27.971]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.3189706Z [00:04:27.971]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.3190136Z [00:04:27.971]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.3190576Z [00:04:27.971]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.3190900Z [00:04:27.971]➜  EOF
2025-08-20T22:42:46.3193847Z [00:04:27.971]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1957/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getrole=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getrole;$WORK/b1957=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole -lang=go1.22 -complete -installsuffix shared -buildid YOpTpJM0I6wUBHEmJ1d5/YOpTpJM0I6wUBHEmJ1d5 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1957/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getrole/get_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getrole/response.go
2025-08-20T22:42:46.3254030Z [00:04:27.978]➜  go tool buildid -w $WORK/b1954/_pkg_.a # internal
2025-08-20T22:42:46.3270978Z [00:04:27.979]➜  cp $WORK/b1954/_pkg_.a /root/.cache/go-build/f0/f0b1ee52fefe9c98594a723567059e3d7cdd3ea1071142ad8b27811b78e7225f-d # internal
2025-08-20T22:42:46.3284790Z [00:04:27.981]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping
2025-08-20T22:42:46.3294118Z [00:04:27.981]➜  mkdir -p $WORK/b1958/
2025-08-20T22:42:46.3298667Z [00:04:27.982]➜  cat >/tmp/go-build3998081543/b1958/importcfg << 'EOF' # internal
2025-08-20T22:42:46.3299085Z [00:04:27.982]➜  # import config
2025-08-20T22:42:46.3314258Z [00:04:27.984]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.3314779Z [00:04:27.984]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.3315233Z [00:04:27.984]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.3315875Z [00:04:27.984]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.3316517Z [00:04:27.984]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.3317783Z [00:04:27.984]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.3318409Z [00:04:27.984]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.3318829Z [00:04:27.984]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.3319260Z [00:04:27.984]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.3319693Z [00:04:27.984]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.3320122Z [00:04:27.984]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.3320436Z [00:04:27.984]➜  EOF
2025-08-20T22:42:46.3323435Z [00:04:27.984]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1958/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getrolemapping=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getrolemapping;$WORK/b1958=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping -lang=go1.22 -complete -installsuffix shared -buildid CRaJVgdybFZQI9hi_n4S/CRaJVgdybFZQI9hi_n4S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1958/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getrolemapping/get_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getrolemapping/response.go
2025-08-20T22:42:46.3717621Z [00:04:28.024]➜  go tool buildid -w $WORK/b1955/_pkg_.a # internal
2025-08-20T22:42:46.3751582Z [00:04:28.027]➜  cp $WORK/b1955/_pkg_.a /root/.cache/go-build/ce/cee00ff1fa9a4a3dd0c7f4db506aaec888fd30e0a84a61728183d812c281f645-d # internal
2025-08-20T22:42:46.3779454Z [00:04:28.030]➜  go tool buildid -w $WORK/b1956/_pkg_.a # internal
2025-08-20T22:42:46.3780433Z [00:04:28.030]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts
2025-08-20T22:42:46.3781376Z [00:04:28.030]➜  mkdir -p $WORK/b1959/
2025-08-20T22:42:46.3783121Z [00:04:28.031]➜  cat >/tmp/go-build3998081543/b1959/importcfg << 'EOF' # internal
2025-08-20T22:42:46.3783509Z [00:04:28.031]➜  # import config
2025-08-20T22:42:46.3783862Z [00:04:28.031]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.3784520Z [00:04:28.031]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.3785254Z [00:04:28.031]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.3786318Z [00:04:28.031]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.3786961Z [00:04:28.031]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.3787757Z [00:04:28.031]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.3788538Z [00:04:28.031]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.3788968Z [00:04:28.031]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.3789401Z [00:04:28.031]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.3789826Z [00:04:28.031]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.3790254Z [00:04:28.031]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.3790572Z [00:04:28.031]➜  EOF
2025-08-20T22:42:46.3793774Z [00:04:28.031]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1959/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getserviceaccounts=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getserviceaccounts;$WORK/b1959=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts -lang=go1.22 -complete -installsuffix shared -buildid ss9fIiMTBzcC-3K7UnCq/ss9fIiMTBzcC-3K7UnCq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1959/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getserviceaccounts/get_service_accounts.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getserviceaccounts/response.go
2025-08-20T22:42:46.3807244Z [00:04:28.033]➜  cp $WORK/b1956/_pkg_.a /root/.cache/go-build/cb/cb1a8d4435cdd0e33bcbc81030476979061e63b1ef2da6e3a073ee3772302323-d # internal
2025-08-20T22:42:46.3873551Z [00:04:28.040]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials
2025-08-20T22:42:46.3874208Z [00:04:28.040]➜  mkdir -p $WORK/b1960/
2025-08-20T22:42:46.3886665Z [00:04:28.040]➜  cat >/tmp/go-build3998081543/b1960/importcfg << 'EOF' # internal
2025-08-20T22:42:46.3887058Z [00:04:28.040]➜  # import config
2025-08-20T22:42:46.3887414Z [00:04:28.040]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.3887907Z [00:04:28.040]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.3888411Z [00:04:28.040]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.3888835Z [00:04:28.040]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.3889464Z [00:04:28.040]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.3890257Z [00:04:28.040]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.3898743Z [00:04:28.042]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.3899332Z [00:04:28.042]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.3899877Z [00:04:28.042]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.3900438Z [00:04:28.042]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.3901082Z [00:04:28.042]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.3901541Z [00:04:28.042]➜  EOF
2025-08-20T22:42:46.3905131Z [00:04:28.042]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1960/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getservicecredentials=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getservicecredentials;$WORK/b1960=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials -lang=go1.22 -complete -installsuffix shared -buildid C9Ui__PLwXs3OyYL5TJh/C9Ui__PLwXs3OyYL5TJh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1960/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getservicecredentials/get_service_credentials.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getservicecredentials/response.go
2025-08-20T22:42:46.3916648Z [00:04:28.044]➜  go tool buildid -w $WORK/b1957/_pkg_.a # internal
2025-08-20T22:42:46.3939907Z [00:04:28.046]➜  cp $WORK/b1957/_pkg_.a /root/.cache/go-build/fa/fa4b7c8b1e876b2c2d686f194b8bbcffaf2a27ac115a0b536e2fdf25ef215cb5-d # internal
2025-08-20T22:42:46.3950176Z [00:04:28.047]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken
2025-08-20T22:42:46.3954781Z [00:04:28.047]➜  mkdir -p $WORK/b1962/
2025-08-20T22:42:46.3959663Z [00:04:28.048]➜  cat >/tmp/go-build3998081543/b1962/importcfg << 'EOF' # internal
2025-08-20T22:42:46.3960637Z [00:04:28.048]➜  # import config
2025-08-20T22:42:46.3961500Z [00:04:28.048]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.3961977Z [00:04:28.048]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.3962437Z [00:04:28.048]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.3962888Z [00:04:28.048]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.3963308Z [00:04:28.048]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.3964444Z [00:04:28.048]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.3965306Z [00:04:28.048]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.3966639Z [00:04:28.048]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build3998081543/b1963/_pkg_.a
2025-08-20T22:42:46.3967332Z [00:04:28.048]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.3967754Z [00:04:28.049]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.3968186Z [00:04:28.049]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.3968657Z [00:04:28.049]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.3969086Z [00:04:28.049]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.3969416Z [00:04:28.049]➜  EOF
2025-08-20T22:42:46.3972611Z [00:04:28.049]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1962/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/gettoken=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/gettoken;$WORK/b1962=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken -lang=go1.22 -complete -installsuffix shared -buildid SZpwsqem37rqVC8qDrwk/SZpwsqem37rqVC8qDrwk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1962/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/gettoken/get_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/gettoken/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/gettoken/response.go
2025-08-20T22:42:46.4007734Z [00:04:28.053]➜  go tool buildid -w $WORK/b1958/_pkg_.a # internal
2025-08-20T22:42:46.4017207Z [00:04:28.054]➜  cp $WORK/b1958/_pkg_.a /root/.cache/go-build/d7/d7cedb7e1bc21ae6a124fc3c96bbb4ecead2507494c3a2bcb3963e622e4211c1-d # internal
2025-08-20T22:42:46.4032012Z [00:04:28.056]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser
2025-08-20T22:42:46.4037547Z [00:04:28.056]➜  mkdir -p $WORK/b1964/
2025-08-20T22:42:46.4044185Z [00:04:28.057]➜  cat >/tmp/go-build3998081543/b1964/importcfg << 'EOF' # internal
2025-08-20T22:42:46.4044563Z [00:04:28.057]➜  # import config
2025-08-20T22:42:46.4045199Z [00:04:28.057]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.4045856Z [00:04:28.057]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.4046303Z [00:04:28.057]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.4046719Z [00:04:28.057]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.4047350Z [00:04:28.057]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.4048379Z [00:04:28.057]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.4048952Z [00:04:28.057]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.4049367Z [00:04:28.057]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.4049796Z [00:04:28.057]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.4050233Z [00:04:28.057]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.4050663Z [00:04:28.057]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.4051636Z [00:04:28.057]➜  EOF
2025-08-20T22:42:46.4054899Z [00:04:28.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1964/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuser=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuser;$WORK/b1964=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser -lang=go1.22 -complete -installsuffix shared -buildid koKy5vSkaXU49wp89Zry/koKy5vSkaXU49wp89Zry -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1964/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuser/get_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuser/response.go
2025-08-20T22:42:46.4540461Z [00:04:28.106]➜  go tool buildid -w $WORK/b1960/_pkg_.a # internal
2025-08-20T22:42:46.4562746Z [00:04:28.109]➜  cp $WORK/b1960/_pkg_.a /root/.cache/go-build/42/42ece710157730295f89d7ef37dc19665225868d2e8ba606d1568137aa7ed7cb-d # internal
2025-08-20T22:42:46.4579544Z [00:04:28.109]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges
2025-08-20T22:42:46.4580187Z [00:04:28.110]➜  mkdir -p $WORK/b1965/
2025-08-20T22:42:46.4580586Z [00:04:28.110]➜  cat >/tmp/go-build3998081543/b1965/importcfg << 'EOF' # internal
2025-08-20T22:42:46.4580978Z [00:04:28.110]➜  # import config
2025-08-20T22:42:46.4581334Z [00:04:28.110]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.4581792Z [00:04:28.110]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.4582237Z [00:04:28.110]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.4582651Z [00:04:28.110]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.4583287Z [00:04:28.110]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.4584076Z [00:04:28.110]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.4584639Z [00:04:28.110]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.4585057Z [00:04:28.110]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.4585949Z [00:04:28.110]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.4586388Z [00:04:28.110]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.4600421Z [00:04:28.112]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.4601219Z [00:04:28.112]➜  EOF
2025-08-20T22:42:46.4604759Z [00:04:28.112]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1965/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuserprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuserprivileges;$WORK/b1965=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges -lang=go1.22 -complete -installsuffix shared -buildid FMaX2AyF9CUD3rFsg3l0/FMaX2AyF9CUD3rFsg3l0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1965/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuserprivileges/get_user_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuserprivileges/response.go
2025-08-20T22:42:46.4611796Z [00:04:28.114]➜  go tool buildid -w $WORK/b1959/_pkg_.a # internal
2025-08-20T22:42:46.4642035Z [00:04:28.116]➜  cp $WORK/b1959/_pkg_.a /root/.cache/go-build/85/857532f58305fea65f2a9e307ab42e1ed0a38893ae915b724cb679f14be5a377-d # internal
2025-08-20T22:42:46.4649424Z [00:04:28.117]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile
2025-08-20T22:42:46.4649892Z [00:04:28.117]➜  mkdir -p $WORK/b1966/
2025-08-20T22:42:46.4658830Z [00:04:28.118]➜  cat >/tmp/go-build3998081543/b1966/importcfg << 'EOF' # internal
2025-08-20T22:42:46.4672643Z [00:04:28.118]➜  # import config
2025-08-20T22:42:46.4673108Z [00:04:28.118]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.4674560Z [00:04:28.118]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.4675566Z [00:04:28.118]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.4676181Z [00:04:28.118]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.4676883Z [00:04:28.118]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.4677682Z [00:04:28.118]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.4678262Z [00:04:28.118]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.4678680Z [00:04:28.118]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.4679111Z [00:04:28.118]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.4679543Z [00:04:28.118]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.4679971Z [00:04:28.118]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.4680301Z [00:04:28.118]➜  EOF
2025-08-20T22:42:46.4683528Z [00:04:28.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1966/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuserprofile;$WORK/b1966=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile -lang=go1.22 -complete -installsuffix shared -buildid nR-r1wCAftH7jZm_Fp2P/nR-r1wCAftH7jZm_Fp2P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1966/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuserprofile/get_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/getuserprofile/response.go
2025-08-20T22:42:46.4686639Z [00:04:28.120]➜  go tool buildid -w $WORK/b1962/_pkg_.a # internal
2025-08-20T22:42:46.4689857Z [00:04:28.121]➜  cp $WORK/b1962/_pkg_.a /root/.cache/go-build/6e/6e6ad2b11b5ea9eaeef08de2ec2bc12d477bb6d903472db7a08de837280085a3-d # internal
2025-08-20T22:42:46.4703280Z [00:04:28.122]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey
2025-08-20T22:42:46.4703725Z [00:04:28.122]➜  mkdir -p $WORK/b1967/
2025-08-20T22:42:46.4714095Z [00:04:28.123]➜  cat >/tmp/go-build3998081543/b1967/importcfg << 'EOF' # internal
2025-08-20T22:42:46.4714506Z [00:04:28.124]➜  # import config
2025-08-20T22:42:46.4714847Z [00:04:28.124]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.4715747Z [00:04:28.124]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.4716289Z [00:04:28.124]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.4716740Z [00:04:28.124]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.4717156Z [00:04:28.124]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.4717788Z [00:04:28.124]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.4718600Z [00:04:28.124]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.4719469Z [00:04:28.124]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build3998081543/b1968/_pkg_.a
2025-08-20T22:42:46.4720119Z [00:04:28.124]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.4720547Z [00:04:28.124]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.4720980Z [00:04:28.124]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.4721408Z [00:04:28.124]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.4721836Z [00:04:28.124]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.4722144Z [00:04:28.124]➜  EOF
2025-08-20T22:42:46.4725775Z [00:04:28.124]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1967/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/grantapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/grantapikey;$WORK/b1967=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey -lang=go1.22 -complete -installsuffix shared -buildid ACwni15-54qk9P1xSP5Y/ACwni15-54qk9P1xSP5Y -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1967/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/grantapikey/grant_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/grantapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/grantapikey/response.go
2025-08-20T22:42:46.4748129Z [00:04:28.127]➜  go tool buildid -w $WORK/b1964/_pkg_.a # internal
2025-08-20T22:42:46.4762640Z [00:04:28.129]➜  cp $WORK/b1964/_pkg_.a /root/.cache/go-build/0c/0c9f7c7f083debdee038027e339c66fdf5855d1f1f2801a6a55823cc042d2147-d # internal
2025-08-20T22:42:46.4774399Z [00:04:28.130]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges
2025-08-20T22:42:46.4774867Z [00:04:28.130]➜  mkdir -p $WORK/b1969/
2025-08-20T22:42:46.4779923Z [00:04:28.130]➜  cat >/tmp/go-build3998081543/b1969/importcfg << 'EOF' # internal
2025-08-20T22:42:46.4780477Z [00:04:28.130]➜  # import config
2025-08-20T22:42:46.4780902Z [00:04:28.130]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.4781614Z [00:04:28.130]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.4782329Z [00:04:28.130]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.4782942Z [00:04:28.130]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.4783441Z [00:04:28.130]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.4784125Z [00:04:28.130]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.4785289Z [00:04:28.130]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.4786348Z [00:04:28.130]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3998081543/b1377/_pkg_.a
2025-08-20T22:42:46.4787008Z [00:04:28.130]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.4787432Z [00:04:28.130]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.4787996Z [00:04:28.130]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.4788508Z [00:04:28.130]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.4788943Z [00:04:28.130]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.4789265Z [00:04:28.130]➜  EOF
2025-08-20T22:42:46.4792604Z [00:04:28.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1969/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivileges;$WORK/b1969=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges -lang=go1.22 -complete -installsuffix shared -buildid 1_FLDxAOjQCXHLJKUZ_h/1_FLDxAOjQCXHLJKUZ_h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1969/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivileges/has_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivileges/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivileges/response.go
2025-08-20T22:42:46.5291241Z [00:04:28.181]➜  go tool buildid -w $WORK/b1965/_pkg_.a # internal
2025-08-20T22:42:46.5297577Z [00:04:28.182]➜  go tool buildid -w $WORK/b1966/_pkg_.a # internal
2025-08-20T22:42:46.5305637Z [00:04:28.183]➜  cp $WORK/b1966/_pkg_.a /root/.cache/go-build/c2/c27e18971d0bf3228c9f929f2724fda822c9e2b9e521741a0239e95c8e09c573-d # internal
2025-08-20T22:42:46.5324196Z [00:04:28.185]➜  cp $WORK/b1965/_pkg_.a /root/.cache/go-build/b7/b759c40a630f20551d113087f527e86f1429d3aa332374dcf6f713870877ea1f-d # internal
2025-08-20T22:42:46.5332308Z [00:04:28.186]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile
2025-08-20T22:42:46.5338953Z [00:04:28.186]➜  mkdir -p $WORK/b1970/
2025-08-20T22:42:46.5342298Z [00:04:28.187]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey
2025-08-20T22:42:46.5342734Z [00:04:28.187]➜  mkdir -p $WORK/b1971/
2025-08-20T22:42:46.5347935Z [00:04:28.187]➜  cat >/tmp/go-build3998081543/b1971/importcfg << 'EOF' # internal
2025-08-20T22:42:46.5348790Z [00:04:28.187]➜  # import config
2025-08-20T22:42:46.5351718Z [00:04:28.187]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.5352967Z [00:04:28.187]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.5353792Z [00:04:28.187]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.5354373Z [00:04:28.187]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.5355735Z [00:04:28.187]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.5356753Z [00:04:28.187]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.5357796Z [00:04:28.187]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.5369278Z [00:04:28.187]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.5369726Z [00:04:28.187]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.5370220Z [00:04:28.187]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.5370989Z [00:04:28.187]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.5371434Z [00:04:28.187]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.5371751Z [00:04:28.187]➜  EOF
2025-08-20T22:42:46.5375325Z [00:04:28.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1971/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidateapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidateapikey;$WORK/b1971=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey -lang=go1.22 -complete -installsuffix shared -buildid bwtFuxHRaoYyp-0sA4QA/bwtFuxHRaoYyp-0sA4QA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1971/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidateapikey/invalidate_api_key.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidateapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidateapikey/response.go
2025-08-20T22:42:46.5378595Z [00:04:28.188]➜  cat >/tmp/go-build3998081543/b1970/importcfg << 'EOF' # internal
2025-08-20T22:42:46.5378946Z [00:04:28.188]➜  # import config
2025-08-20T22:42:46.5379281Z [00:04:28.188]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.5379712Z [00:04:28.188]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.5380166Z [00:04:28.188]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.5380610Z [00:04:28.188]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.5381021Z [00:04:28.188]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.5381645Z [00:04:28.188]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.5382429Z [00:04:28.188]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.5383281Z [00:04:28.188]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.5383759Z [00:04:28.188]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.5384191Z [00:04:28.188]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.5384618Z [00:04:28.188]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.5385053Z [00:04:28.188]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.5385578Z [00:04:28.188]➜  EOF
2025-08-20T22:42:46.5389377Z [00:04:28.188]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1970/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivilegesuserprofile=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivilegesuserprofile;$WORK/b1970=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile -lang=go1.22 -complete -installsuffix shared -buildid 0IXZSbMnpa5cSKQQqy47/0IXZSbMnpa5cSKQQqy47 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1970/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivilegesuserprofile/has_privileges_user_profile.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivilegesuserprofile/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/hasprivilegesuserprofile/response.go
2025-08-20T22:42:46.5468163Z [00:04:28.199]➜  go tool buildid -w $WORK/b1969/_pkg_.a # internal
2025-08-20T22:42:46.5479125Z [00:04:28.200]➜  cp $WORK/b1969/_pkg_.a /root/.cache/go-build/3b/3bd03d900e2535d90c3af78807499318724fbbb575075123510e57677b7b4237-d # internal
2025-08-20T22:42:46.5507570Z [00:04:28.203]➜  go tool buildid -w $WORK/b1967/_pkg_.a # internal
2025-08-20T22:42:46.5520875Z [00:04:28.204]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken
2025-08-20T22:42:46.5528964Z [00:04:28.204]➜  mkdir -p $WORK/b1972/
2025-08-20T22:42:46.5531666Z [00:04:28.205]➜  cat >/tmp/go-build3998081543/b1972/importcfg << 'EOF' # internal
2025-08-20T22:42:46.5532030Z [00:04:28.205]➜  # import config
2025-08-20T22:42:46.5532375Z [00:04:28.205]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.5532804Z [00:04:28.205]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.5533611Z [00:04:28.205]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.5534118Z [00:04:28.205]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.5534536Z [00:04:28.205]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.5535165Z [00:04:28.205]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.5543504Z [00:04:28.205]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.5544122Z [00:04:28.205]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.5544548Z [00:04:28.205]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.5544982Z [00:04:28.205]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.5545547Z [00:04:28.205]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.5559694Z [00:04:28.205]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.5560207Z [00:04:28.205]➜  EOF
2025-08-20T22:42:46.5563872Z [00:04:28.205]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1972/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidatetoken=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidatetoken;$WORK/b1972=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken -lang=go1.22 -complete -installsuffix shared -buildid Xpz9hBJdIpOqrTniDBk7/Xpz9hBJdIpOqrTniDBk7 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1972/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidatetoken/invalidate_token.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidatetoken/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/invalidatetoken/response.go
2025-08-20T22:42:46.5567486Z [00:04:28.206]➜  cp $WORK/b1967/_pkg_.a /root/.cache/go-build/e7/e70f0c69796b00d471cc3e9ad9d3dadd14eee3e2c24e87d0fab1f84c7c4dc10b-d # internal
2025-08-20T22:42:46.5568202Z [00:04:28.207]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges
2025-08-20T22:42:46.5568605Z [00:04:28.207]➜  mkdir -p $WORK/b1976/
2025-08-20T22:42:46.5568976Z [00:04:28.208]➜  cat >/tmp/go-build3998081543/b1976/importcfg << 'EOF' # internal
2025-08-20T22:42:46.5569332Z [00:04:28.208]➜  # import config
2025-08-20T22:42:46.5569666Z [00:04:28.208]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.5570095Z [00:04:28.208]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.5570547Z [00:04:28.208]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.5570997Z [00:04:28.208]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.5571407Z [00:04:28.208]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.5572036Z [00:04:28.208]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.5572819Z [00:04:28.208]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.5573689Z [00:04:28.208]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.5574540Z [00:04:28.208]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.5574963Z [00:04:28.208]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.5575505Z [00:04:28.208]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.5575970Z [00:04:28.208]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.5576403Z [00:04:28.208]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.5576716Z [00:04:28.208]➜  EOF
2025-08-20T22:42:46.5580166Z [00:04:28.208]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1976/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putprivileges=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putprivileges;$WORK/b1976=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges -lang=go1.22 -complete -installsuffix shared -buildid Cbo0lKcVRe_Ih764jtcU/Cbo0lKcVRe_Ih764jtcU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1976/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putprivileges/put_privileges.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putprivileges/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putprivileges/response.go
2025-08-20T22:42:46.5997034Z [00:04:28.250]➜  go tool buildid -w $WORK/b1970/_pkg_.a # internal
2025-08-20T22:42:46.5999536Z [00:04:28.252]➜  cp $WORK/b1970/_pkg_.a /root/.cache/go-build/81/810f57fca9f6d4b6fb9cccc4d7d529e8745ce021597152f22cfb04ae6e14956c-d # internal
2025-08-20T22:42:46.6036932Z [00:04:28.256]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole
2025-08-20T22:42:46.6038379Z [00:04:28.256]➜  mkdir -p $WORK/b1977/
2025-08-20T22:42:46.6061533Z [00:04:28.257]➜  cat >/tmp/go-build3998081543/b1977/importcfg << 'EOF' # internal
2025-08-20T22:42:46.6062508Z [00:04:28.257]➜  # import config
2025-08-20T22:42:46.6062864Z [00:04:28.257]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.6063421Z [00:04:28.257]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.6063940Z [00:04:28.257]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.6064386Z [00:04:28.257]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.6064800Z [00:04:28.257]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.6065742Z [00:04:28.257]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.6066607Z [00:04:28.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.6067478Z [00:04:28.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3998081543/b1377/_pkg_.a
2025-08-20T22:42:46.6068410Z [00:04:28.257]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.6069025Z [00:04:28.257]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.6069448Z [00:04:28.257]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.6069876Z [00:04:28.257]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.6070302Z [00:04:28.257]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.6070734Z [00:04:28.257]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.6071069Z [00:04:28.257]➜  EOF
2025-08-20T22:42:46.6075444Z [00:04:28.257]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1977/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrole=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrole;$WORK/b1977=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole -lang=go1.22 -complete -installsuffix shared -buildid -TDoBIgoBTm_WzNuSDBk/-TDoBIgoBTm_WzNuSDBk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1977/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrole/put_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrole/response.go
2025-08-20T22:42:46.6171730Z [00:04:28.269]➜  go tool buildid -w $WORK/b1976/_pkg_.a # internal
2025-08-20T22:42:46.6181303Z [00:04:28.270]➜  cp $WORK/b1976/_pkg_.a /root/.cache/go-build/5e/5e7187523b6de0d1d7e81b8f2a1a3a904a85f0e534b37061dfacdd67c8ae3353-d # internal
2025-08-20T22:42:46.6184579Z [00:04:28.271]➜  go tool buildid -w $WORK/b1972/_pkg_.a # internal
2025-08-20T22:42:46.6202139Z [00:04:28.272]➜  cp $WORK/b1972/_pkg_.a /root/.cache/go-build/d7/d728ef4e72e03bcf5021e04cd4cd1cc50c8b27c88238b6a8594ccb5d3e0d1462-d # internal
2025-08-20T22:42:46.6210241Z [00:04:28.272]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping
2025-08-20T22:42:46.6210687Z [00:04:28.273]➜  mkdir -p $WORK/b1978/
2025-08-20T22:42:46.6213912Z [00:04:28.273]➜  cat >/tmp/go-build3998081543/b1978/importcfg << 'EOF' # internal
2025-08-20T22:42:46.6214273Z [00:04:28.273]➜  # import config
2025-08-20T22:42:46.6214616Z [00:04:28.273]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.6217321Z [00:04:28.273]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.6217781Z [00:04:28.273]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.6218226Z [00:04:28.273]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.6218639Z [00:04:28.273]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.6219267Z [00:04:28.273]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.6221102Z [00:04:28.273]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.6222271Z [00:04:28.273]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.6222966Z [00:04:28.273]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.6223399Z [00:04:28.273]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.6223881Z [00:04:28.273]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.6224312Z [00:04:28.273]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.6224741Z [00:04:28.273]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.6225060Z [00:04:28.273]➜  EOF
2025-08-20T22:42:46.6238121Z [00:04:28.273]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1978/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrolemapping=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrolemapping;$WORK/b1978=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping -lang=go1.22 -complete -installsuffix shared -buildid I1QbdZB7H0HrObsRk7zf/I1QbdZB7H0HrObsRk7zf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1978/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrolemapping/put_role_mapping.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrolemapping/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putrolemapping/response.go
2025-08-20T22:42:46.6244983Z [00:04:28.277]➜  go tool buildid -w $WORK/b1971/_pkg_.a # internal
2025-08-20T22:42:46.6246509Z [00:04:28.277]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser
2025-08-20T22:42:46.6247198Z [00:04:28.277]➜  mkdir -p $WORK/b1979/
2025-08-20T22:42:46.6247583Z [00:04:28.277]➜  cat >/tmp/go-build3998081543/b1979/importcfg << 'EOF' # internal
2025-08-20T22:42:46.6247933Z [00:04:28.277]➜  # import config
2025-08-20T22:42:46.6248268Z [00:04:28.277]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.6248697Z [00:04:28.277]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.6249150Z [00:04:28.277]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.6249720Z [00:04:28.277]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.6250202Z [00:04:28.277]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.6250830Z [00:04:28.277]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.6251620Z [00:04:28.277]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.6252462Z [00:04:28.277]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.6253080Z [00:04:28.277]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.6253499Z [00:04:28.277]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.6253930Z [00:04:28.277]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.6254359Z [00:04:28.277]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.6254787Z [00:04:28.277]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.6255099Z [00:04:28.277]➜  EOF
2025-08-20T22:42:46.6258645Z [00:04:28.277]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1979/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putuser=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putuser;$WORK/b1979=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser -lang=go1.22 -complete -installsuffix shared -buildid f41sY3HQk_eXpMNasQc4/f41sY3HQk_eXpMNasQc4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1979/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putuser/put_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putuser/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/putuser/response.go
2025-08-20T22:42:46.6261835Z [00:04:28.277]➜  cp $WORK/b1971/_pkg_.a /root/.cache/go-build/0f/0f88d2d063ec7d8ffb76af9f276e73ffd66c95b2ddc6eea920080091fd95eda7-d # internal
2025-08-20T22:42:46.6269875Z [00:04:28.279]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys
2025-08-20T22:42:46.6270569Z [00:04:28.279]➜  mkdir -p $WORK/b1980/
2025-08-20T22:42:46.6278727Z [00:04:28.280]➜  cat >/tmp/go-build3998081543/b1980/importcfg << 'EOF' # internal
2025-08-20T22:42:46.6279999Z [00:04:28.280]➜  # import config
2025-08-20T22:42:46.6280362Z [00:04:28.280]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.6280794Z [00:04:28.280]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.6281244Z [00:04:28.280]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.6281689Z [00:04:28.280]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.6282109Z [00:04:28.280]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.6282734Z [00:04:28.280]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.6283521Z [00:04:28.280]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.6284089Z [00:04:28.280]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.6284837Z [00:04:28.280]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.6285278Z [00:04:28.280]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.6285976Z [00:04:28.280]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.6286411Z [00:04:28.280]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.6286725Z [00:04:28.280]➜  EOF
2025-08-20T22:42:46.6290195Z [00:04:28.280]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1980/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryapikeys=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryapikeys;$WORK/b1980=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys -lang=go1.22 -complete -installsuffix shared -buildid IyNYxm_fOO2pIpr-TJ9J/IyNYxm_fOO2pIpr-TJ9J -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1980/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryapikeys/query_api_keys.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryapikeys/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryapikeys/response.go
2025-08-20T22:42:46.6723543Z [00:04:28.324]➜  go tool buildid -w $WORK/b1977/_pkg_.a # internal
2025-08-20T22:42:46.6735015Z [00:04:28.326]➜  cp $WORK/b1977/_pkg_.a /root/.cache/go-build/88/88e91c959ab23662fad143f088bbfb4e1e77617790a8fbc883583267446fc8c3-d # internal
2025-08-20T22:42:46.6761574Z [00:04:28.328]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole
2025-08-20T22:42:46.6762603Z [00:04:28.328]➜  mkdir -p $WORK/b1981/
2025-08-20T22:42:46.6765167Z [00:04:28.328]➜  cat >/tmp/go-build3998081543/b1981/importcfg << 'EOF' # internal
2025-08-20T22:42:46.6765877Z [00:04:28.328]➜  # import config
2025-08-20T22:42:46.6768632Z [00:04:28.328]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.6769449Z [00:04:28.328]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.6770011Z [00:04:28.328]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.6770580Z [00:04:28.328]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.6771005Z [00:04:28.328]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.6771652Z [00:04:28.328]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.6772451Z [00:04:28.328]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.6773019Z [00:04:28.328]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.6773437Z [00:04:28.328]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.6773869Z [00:04:28.328]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.6774319Z [00:04:28.328]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.6774751Z [00:04:28.328]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.6775070Z [00:04:28.328]➜  EOF
2025-08-20T22:42:46.6778520Z [00:04:28.329]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1981/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryrole=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryrole;$WORK/b1981=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole -lang=go1.22 -complete -installsuffix shared -buildid kkacpOADp-SsXO5AXaTV/kkacpOADp-SsXO5AXaTV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1981/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryrole/query_role.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryrole/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryrole/response.go
2025-08-20T22:42:46.6980491Z [00:04:28.350]➜  go tool buildid -w $WORK/b1978/_pkg_.a # internal
2025-08-20T22:42:46.7029939Z [00:04:28.355]➜  cp $WORK/b1978/_pkg_.a /root/.cache/go-build/7c/7cf7384b3bb6a0f859e54aae2e182f1f828fa79c60a88606905570911112c337-d # internal
2025-08-20T22:42:46.7074351Z [00:04:28.360]➜  go tool buildid -w $WORK/b1979/_pkg_.a # internal
2025-08-20T22:42:46.7082544Z [00:04:28.360]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser
2025-08-20T22:42:46.7083052Z [00:04:28.360]➜  mkdir -p $WORK/b1982/
2025-08-20T22:42:46.7087767Z [00:04:28.361]➜  cat >/tmp/go-build3998081543/b1982/importcfg << 'EOF' # internal
2025-08-20T22:42:46.7090235Z [00:04:28.361]➜  # import config
2025-08-20T22:42:46.7090969Z [00:04:28.361]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.7091677Z [00:04:28.361]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.7092559Z [00:04:28.361]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.7093059Z [00:04:28.361]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.7093477Z [00:04:28.361]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.7094113Z [00:04:28.361]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.7094915Z [00:04:28.361]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.7095663Z [00:04:28.361]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.7096105Z [00:04:28.361]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.7096537Z [00:04:28.361]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.7096966Z [00:04:28.361]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.7097754Z [00:04:28.361]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.7098174Z [00:04:28.361]➜  EOF
2025-08-20T22:42:46.7101459Z [00:04:28.361]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1982/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryuser=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryuser;$WORK/b1982=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser -lang=go1.22 -complete -installsuffix shared -buildid 0RMSN9YNh5e3Nd6R7eC9/0RMSN9YNh5e3Nd6R7eC9 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1982/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryuser/query_user.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryuser/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/queryuser/response.go
2025-08-20T22:42:46.7104611Z [00:04:28.363]➜  cp $WORK/b1979/_pkg_.a /root/.cache/go-build/f4/f4cc68f63ae19c7d91fd43e1a0560466063bd3b08f226c91f3ea7d19351cd981-d # internal
2025-08-20T22:42:46.7122526Z [00:04:28.365]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate
2025-08-20T22:42:46.7123842Z [00:04:28.365]➜  mkdir -p $WORK/b1983/
2025-08-20T22:42:46.7127487Z [00:04:28.365]➜  cat >/tmp/go-build3998081543/b1983/importcfg << 'EOF' # internal
2025-08-20T22:42:46.7127888Z [00:04:28.365]➜  # import config
2025-08-20T22:42:46.7128251Z [00:04:28.365]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.7128685Z [00:04:28.365]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.7129140Z [00:04:28.365]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.7129582Z [00:04:28.365]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.7129994Z [00:04:28.365]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.7130969Z [00:04:28.365]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.7131763Z [00:04:28.365]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.7132331Z [00:04:28.365]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.7132747Z [00:04:28.365]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.7133287Z [00:04:28.365]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.7133822Z [00:04:28.365]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.7134250Z [00:04:28.365]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.7134568Z [00:04:28.365]➜  EOF
2025-08-20T22:42:46.7138207Z [00:04:28.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1983/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlauthenticate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlauthenticate;$WORK/b1983=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate -lang=go1.22 -complete -installsuffix shared -buildid EZgxw4fgVy5Il9vXl6LK/EZgxw4fgVy5Il9vXl6LK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1983/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlauthenticate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlauthenticate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlauthenticate/saml_authenticate.go
2025-08-20T22:42:46.7411037Z [00:04:28.393]➜  go tool buildid -w $WORK/b1980/_pkg_.a # internal
2025-08-20T22:42:46.7428204Z [00:04:28.395]➜  cp $WORK/b1980/_pkg_.a /root/.cache/go-build/21/21cdc089744f52a5298eed85dcab8dd069a3978b7a05fad00af7bc014e0210c3-d # internal
2025-08-20T22:42:46.7437944Z [00:04:28.396]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate
2025-08-20T22:42:46.7441449Z [00:04:28.396]➜  mkdir -p $WORK/b1985/
2025-08-20T22:42:46.7444162Z [00:04:28.397]➜  cat >/tmp/go-build3998081543/b1985/importcfg << 'EOF' # internal
2025-08-20T22:42:46.7444528Z [00:04:28.397]➜  # import config
2025-08-20T22:42:46.7444869Z [00:04:28.397]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.7445493Z [00:04:28.397]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.7446011Z [00:04:28.397]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.7446457Z [00:04:28.397]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.7446871Z [00:04:28.397]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.7447501Z [00:04:28.397]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.7448308Z [00:04:28.397]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.7448873Z [00:04:28.397]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.7449291Z [00:04:28.397]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.7449720Z [00:04:28.397]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.7450400Z [00:04:28.397]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.7450926Z [00:04:28.397]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.7451243Z [00:04:28.397]➜  EOF
2025-08-20T22:42:46.7459075Z [00:04:28.398]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1985/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlinvalidate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlinvalidate;$WORK/b1985=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate -lang=go1.22 -complete -installsuffix shared -buildid NA7pp4bUAzEiHZx6EslK/NA7pp4bUAzEiHZx6EslK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1985/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlinvalidate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlinvalidate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlinvalidate/saml_invalidate.go
2025-08-20T22:42:46.7578434Z [00:04:28.409]➜  go tool buildid -w $WORK/b1981/_pkg_.a # internal
2025-08-20T22:42:46.7580306Z [00:04:28.410]➜  cp $WORK/b1981/_pkg_.a /root/.cache/go-build/76/76b8106402f92302627559e24df3779873e3110869b8d8f2410b1705865f562c-d # internal
2025-08-20T22:42:46.7637926Z [00:04:28.416]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout
2025-08-20T22:42:46.7642792Z [00:04:28.416]➜  mkdir -p $WORK/b1986/
2025-08-20T22:42:46.7647786Z [00:04:28.417]➜  cat >/tmp/go-build3998081543/b1986/importcfg << 'EOF' # internal
2025-08-20T22:42:46.7648156Z [00:04:28.417]➜  # import config
2025-08-20T22:42:46.7648499Z [00:04:28.417]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.7648929Z [00:04:28.417]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.7649385Z [00:04:28.417]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.7649841Z [00:04:28.417]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.7650253Z [00:04:28.417]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.7650892Z [00:04:28.417]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.7651686Z [00:04:28.417]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.7652269Z [00:04:28.417]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.7652901Z [00:04:28.417]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.7653407Z [00:04:28.417]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.7653838Z [00:04:28.417]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.7654268Z [00:04:28.417]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.7654592Z [00:04:28.417]➜  EOF
2025-08-20T22:42:46.7658032Z [00:04:28.417]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1986/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samllogout=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samllogout;$WORK/b1986=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout -lang=go1.22 -complete -installsuffix shared -buildid aup5faYtwkt9EgoRdjRJ/aup5faYtwkt9EgoRdjRJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1986/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samllogout/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samllogout/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samllogout/saml_logout.go
2025-08-20T22:42:46.7822431Z [00:04:28.435]➜  go tool buildid -w $WORK/b1983/_pkg_.a # internal
2025-08-20T22:42:46.7843370Z [00:04:28.437]➜  cp $WORK/b1983/_pkg_.a /root/.cache/go-build/e4/e4958d7ad3c0f5c763ac78850f2a67a19f718ff232ea136fb0bab890ea31d738-d # internal
2025-08-20T22:42:46.7882519Z [00:04:28.441]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication
2025-08-20T22:42:46.7885209Z [00:04:28.441]➜  mkdir -p $WORK/b1987/
2025-08-20T22:42:46.7886778Z [00:04:28.441]➜  cat >/tmp/go-build3998081543/b1987/importcfg << 'EOF' # internal
2025-08-20T22:42:46.7887685Z [00:04:28.441]➜  # import config
2025-08-20T22:42:46.7888048Z [00:04:28.441]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.7888482Z [00:04:28.441]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.7888938Z [00:04:28.441]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.7889383Z [00:04:28.441]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.7889806Z [00:04:28.441]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.7890437Z [00:04:28.441]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.7891224Z [00:04:28.441]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.7891791Z [00:04:28.441]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.7892437Z [00:04:28.441]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.7892876Z [00:04:28.441]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.7893304Z [00:04:28.441]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.7893733Z [00:04:28.441]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.7894049Z [00:04:28.441]➜  EOF
2025-08-20T22:42:46.7898096Z [00:04:28.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1987/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlprepareauthentication=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlprepareauthentication;$WORK/b1987=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication -lang=go1.22 -complete -installsuffix shared -buildid UmMhyGJW2_LXgF70Nxsn/UmMhyGJW2_LXgF70Nxsn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1987/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlprepareauthentication/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlprepareauthentication/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlprepareauthentication/saml_prepare_authentication.go
2025-08-20T22:42:46.7919734Z [00:04:28.444]➜  go tool buildid -w $WORK/b1982/_pkg_.a # internal
2025-08-20T22:42:46.7936457Z [00:04:28.446]➜  cp $WORK/b1982/_pkg_.a /root/.cache/go-build/63/6383ed70bb5de6848acc9531d0657acb174d55855feccc8e4586f14ae0943568-d # internal
2025-08-20T22:42:46.7969868Z [00:04:28.449]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata
2025-08-20T22:42:46.7970393Z [00:04:28.449]➜  mkdir -p $WORK/b1988/
2025-08-20T22:42:46.7974260Z [00:04:28.450]➜  cat >/tmp/go-build3998081543/b1988/importcfg << 'EOF' # internal
2025-08-20T22:42:46.7975271Z [00:04:28.450]➜  # import config
2025-08-20T22:42:46.7975791Z [00:04:28.450]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.7976261Z [00:04:28.450]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.7976710Z [00:04:28.450]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.7977125Z [00:04:28.450]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.7977758Z [00:04:28.450]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.7978831Z [00:04:28.450]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.7979478Z [00:04:28.450]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.7979903Z [00:04:28.450]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.7980337Z [00:04:28.450]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.7980928Z [00:04:28.450]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.7981365Z [00:04:28.450]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.7981686Z [00:04:28.450]➜  EOF
2025-08-20T22:42:46.7985026Z [00:04:28.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1988/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlserviceprovidermetadata=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlserviceprovidermetadata;$WORK/b1988=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata -lang=go1.22 -complete -installsuffix shared -buildid b-P2kYyi6jWFpMQbsqYK/b-P2kYyi6jWFpMQbsqYK -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1988/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlserviceprovidermetadata/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/samlserviceprovidermetadata/saml_service_provider_metadata.go
2025-08-20T22:42:46.8063011Z [00:04:28.458]➜  go tool buildid -w $WORK/b1985/_pkg_.a # internal
2025-08-20T22:42:46.8066036Z [00:04:28.459]➜  cp $WORK/b1985/_pkg_.a /root/.cache/go-build/71/7184baca1628293c0c82414e31139ba7f1a5ce0452a13889ae24038e5cf255f0-d # internal
2025-08-20T22:42:46.8086290Z [00:04:28.461]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles
2025-08-20T22:42:46.8086808Z [00:04:28.461]➜  mkdir -p $WORK/b1989/
2025-08-20T22:42:46.8092219Z [00:04:28.461]➜  cat >/tmp/go-build3998081543/b1989/importcfg << 'EOF' # internal
2025-08-20T22:42:46.8092610Z [00:04:28.461]➜  # import config
2025-08-20T22:42:46.8093544Z [00:04:28.461]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.8094139Z [00:04:28.461]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.8094600Z [00:04:28.461]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.8095066Z [00:04:28.461]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.8095870Z [00:04:28.461]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.8096585Z [00:04:28.461]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.8097373Z [00:04:28.461]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.8097943Z [00:04:28.461]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.8098361Z [00:04:28.461]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.8098789Z [00:04:28.461]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.8099215Z [00:04:28.461]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.8099642Z [00:04:28.461]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.8099966Z [00:04:28.461]➜  EOF
2025-08-20T22:42:46.8103661Z [00:04:28.462]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1989/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/suggestuserprofiles=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/suggestuserprofiles;$WORK/b1989=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles -lang=go1.22 -complete -installsuffix shared -buildid dD4ndh3BvLY-7u5nICwP/dD4ndh3BvLY-7u5nICwP -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1989/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/suggestuserprofiles/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/suggestuserprofiles/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/suggestuserprofiles/suggest_user_profiles.go
2025-08-20T22:42:46.8428239Z [00:04:28.495]➜  go tool buildid -w $WORK/b1986/_pkg_.a # internal
2025-08-20T22:42:46.8449065Z [00:04:28.497]➜  cp $WORK/b1986/_pkg_.a /root/.cache/go-build/f0/f0ac1765853b5cd04186310ffce1986d42c7af153c1bf2e3c24602c1e1a144d2-d # internal
2025-08-20T22:42:46.8477919Z [00:04:28.500]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey
2025-08-20T22:42:46.8485916Z [00:04:28.501]➜  go tool buildid -w $WORK/b1987/_pkg_.a # internal
2025-08-20T22:42:46.8493050Z [00:04:28.502]➜  mkdir -p $WORK/b1990/
2025-08-20T22:42:46.8508167Z [00:04:28.502]➜  cat >/tmp/go-build3998081543/b1990/importcfg << 'EOF' # internal
2025-08-20T22:42:46.8508554Z [00:04:28.502]➜  # import config
2025-08-20T22:42:46.8508900Z [00:04:28.502]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.8509334Z [00:04:28.502]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.8509788Z [00:04:28.502]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.8510574Z [00:04:28.502]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.8511093Z [00:04:28.502]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.8511766Z [00:04:28.502]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.8512560Z [00:04:28.502]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.8513133Z [00:04:28.502]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.8513553Z [00:04:28.502]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.8513984Z [00:04:28.502]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.8514413Z [00:04:28.502]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.8514840Z [00:04:28.502]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.8515168Z [00:04:28.502]➜  EOF
2025-08-20T22:42:46.8518738Z [00:04:28.502]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1990/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateapikey;$WORK/b1990=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey -lang=go1.22 -complete -installsuffix shared -buildid XD7Gd1q8AAF_vrbSHDov/XD7Gd1q8AAF_vrbSHDov -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1990/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateapikey/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateapikey/update_api_key.go
2025-08-20T22:42:46.8546315Z [00:04:28.507]➜  cp $WORK/b1987/_pkg_.a /root/.cache/go-build/8d/8d0fae84433391f5953e0314d62faa6e20886dab609c402ce33834ff5b3c0a50-d # internal
2025-08-20T22:42:46.8563832Z [00:04:28.508]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey
2025-08-20T22:42:46.8571153Z [00:04:28.509]➜  mkdir -p $WORK/b1991/
2025-08-20T22:42:46.8575301Z [00:04:28.510]➜  cat >/tmp/go-build3998081543/b1991/importcfg << 'EOF' # internal
2025-08-20T22:42:46.8577519Z [00:04:28.510]➜  # import config
2025-08-20T22:42:46.8577883Z [00:04:28.510]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.8578561Z [00:04:28.510]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.8579082Z [00:04:28.510]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.8579534Z [00:04:28.510]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.8579950Z [00:04:28.510]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.8580581Z [00:04:28.510]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.8581584Z [00:04:28.510]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.8582154Z [00:04:28.510]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.8582575Z [00:04:28.510]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.8583010Z [00:04:28.510]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.8583448Z [00:04:28.510]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.8583877Z [00:04:28.510]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.8584194Z [00:04:28.510]➜  EOF
2025-08-20T22:42:46.8588207Z [00:04:28.510]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1991/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updatecrossclusterapikey=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updatecrossclusterapikey;$WORK/b1991=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey -lang=go1.22 -complete -installsuffix shared -buildid p0pJ711vpvBqKHVnUeQN/p0pJ711vpvBqKHVnUeQN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1991/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updatecrossclusterapikey/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updatecrossclusterapikey/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updatecrossclusterapikey/update_cross_cluster_api_key.go
2025-08-20T22:42:46.8750876Z [00:04:28.527]➜  go tool buildid -w $WORK/b1988/_pkg_.a # internal
2025-08-20T22:42:46.8761645Z [00:04:28.529]➜  cp $WORK/b1988/_pkg_.a /root/.cache/go-build/a7/a753125eac12eda42ef51b877da42fec7995b0907254da8f4a82ba1bd87b9a64-d # internal
2025-08-20T22:42:46.8782825Z [00:04:28.531]➜  github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata
2025-08-20T22:42:46.8783345Z [00:04:28.531]➜  mkdir -p $WORK/b1993/
2025-08-20T22:42:46.8783733Z [00:04:28.531]➜  cat >/tmp/go-build3998081543/b1993/importcfg << 'EOF' # internal
2025-08-20T22:42:46.8784085Z [00:04:28.531]➜  # import config
2025-08-20T22:42:46.8784432Z [00:04:28.531]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.8784871Z [00:04:28.531]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.8785332Z [00:04:28.531]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.8786053Z [00:04:28.531]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.8786475Z [00:04:28.531]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.8787103Z [00:04:28.531]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.8787914Z [00:04:28.531]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.8788741Z [00:04:28.531]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:42:46.8789362Z [00:04:28.531]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.8789779Z [00:04:28.531]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.8790486Z [00:04:28.531]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.8791025Z [00:04:28.531]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.8791456Z [00:04:28.531]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.8791774Z [00:04:28.531]➜  EOF
2025-08-20T22:42:46.8795612Z [00:04:28.531]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1993/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateuserprofiledata=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateuserprofiledata;$WORK/b1993=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata -lang=go1.22 -complete -installsuffix shared -buildid vzsOqK88HaM35xAFNXE6/vzsOqK88HaM35xAFNXE6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1993/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateuserprofiledata/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateuserprofiledata/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/security/updateuserprofiledata/update_user_profile_data.go
2025-08-20T22:42:46.8819236Z [00:04:28.534]➜  go tool buildid -w $WORK/b1989/_pkg_.a # internal
2025-08-20T22:42:46.8840674Z [00:04:28.536]➜  cp $WORK/b1989/_pkg_.a /root/.cache/go-build/65/65abbabe258cf87d24afb52972b67aad0280f10e7761756ecb760629a706b07d-d # internal
2025-08-20T22:42:46.8849718Z [00:04:28.537]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode
2025-08-20T22:42:46.8852451Z [00:04:28.538]➜  mkdir -p $WORK/b1994/
2025-08-20T22:42:46.8852972Z [00:04:28.538]➜  cat >/tmp/go-build3998081543/b1994/importcfg << 'EOF' # internal
2025-08-20T22:42:46.8853331Z [00:04:28.538]➜  # import config
2025-08-20T22:42:46.8853677Z [00:04:28.538]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.8854146Z [00:04:28.538]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.8854589Z [00:04:28.538]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.8855008Z [00:04:28.538]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.8855755Z [00:04:28.538]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.8856617Z [00:04:28.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.8857453Z [00:04:28.538]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:42:46.8858078Z [00:04:28.538]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.8858499Z [00:04:28.538]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.8858938Z [00:04:28.538]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.8859365Z [00:04:28.538]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.8859791Z [00:04:28.538]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.8860106Z [00:04:28.538]➜  EOF
2025-08-20T22:42:46.8863227Z [00:04:28.538]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1994/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/deletenode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/deletenode;$WORK/b1994=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode -lang=go1.22 -complete -installsuffix shared -buildid 4rKIYoM1qYkV7rkD2lzr/4rKIYoM1qYkV7rkD2lzr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1994/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/deletenode/delete_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/deletenode/response.go
2025-08-20T22:42:46.9099354Z [00:04:28.562]➜  go tool buildid -w $WORK/b1990/_pkg_.a # internal
2025-08-20T22:42:46.9111942Z [00:04:28.563]➜  cp $WORK/b1990/_pkg_.a /root/.cache/go-build/16/169dcfce876a3f5f28ee88ac00960ddad45e8004c1e1658ee63dc3d74fb09da6-d # internal
2025-08-20T22:42:46.9117285Z [00:04:28.564]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode
2025-08-20T22:42:46.9121863Z [00:04:28.565]➜  mkdir -p $WORK/b1995/
2025-08-20T22:42:46.9131311Z [00:04:28.565]➜  cat >/tmp/go-build3998081543/b1995/importcfg << 'EOF' # internal
2025-08-20T22:42:46.9131933Z [00:04:28.566]➜  # import config
2025-08-20T22:42:46.9132314Z [00:04:28.566]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.9133949Z [00:04:28.566]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.9134438Z [00:04:28.566]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.9134873Z [00:04:28.566]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.9137247Z [00:04:28.566]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.9138195Z [00:04:28.566]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.9139042Z [00:04:28.566]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:42:46.9139971Z [00:04:28.566]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.9140530Z [00:04:28.566]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.9141070Z [00:04:28.566]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.9141499Z [00:04:28.566]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.9141925Z [00:04:28.566]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.9142248Z [00:04:28.566]➜  EOF
2025-08-20T22:42:46.9149516Z [00:04:28.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1995/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/getnode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/getnode;$WORK/b1995=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode -lang=go1.22 -complete -installsuffix shared -buildid VyA166IrNzTe6F_YCSve/VyA166IrNzTe6F_YCSve -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1995/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/getnode/get_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/getnode/response.go
2025-08-20T22:42:46.9430395Z [00:04:28.595]➜  go tool buildid -w $WORK/b1991/_pkg_.a # internal
2025-08-20T22:42:46.9444776Z [00:04:28.597]➜  cp $WORK/b1991/_pkg_.a /root/.cache/go-build/9d/9d83511c8cb906f7e53d51c8df13b9b7f0dab1894d9765c7ed58854b0ba943cb-d # internal
2025-08-20T22:42:46.9457623Z [00:04:28.598]➜  github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode
2025-08-20T22:42:46.9461715Z [00:04:28.599]➜  mkdir -p $WORK/b1996/
2025-08-20T22:42:46.9468013Z [00:04:28.599]➜  cat >/tmp/go-build3998081543/b1996/importcfg << 'EOF' # internal
2025-08-20T22:42:46.9469659Z [00:04:28.599]➜  # import config
2025-08-20T22:42:46.9470050Z [00:04:28.599]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:46.9470525Z [00:04:28.599]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.9470989Z [00:04:28.599]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.9471437Z [00:04:28.599]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.9471858Z [00:04:28.599]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.9472755Z [00:04:28.599]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.9473620Z [00:04:28.599]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.9474450Z [00:04:28.599]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:42:46.9475320Z [00:04:28.599]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build3998081543/b1997/_pkg_.a
2025-08-20T22:42:46.9476585Z [00:04:28.599]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.9477009Z [00:04:28.599]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.9477442Z [00:04:28.599]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.9477869Z [00:04:28.599]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.9478294Z [00:04:28.599]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.9478616Z [00:04:28.599]➜  EOF
2025-08-20T22:42:46.9500152Z [00:04:28.601]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1996/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/putnode=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/putnode;$WORK/b1996=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode -lang=go1.22 -complete -installsuffix shared -buildid AGIVnl96ndnABpzZNjR0/AGIVnl96ndnABpzZNjR0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1996/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/putnode/put_node.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/putnode/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/shutdown/putnode/response.go
2025-08-20T22:42:46.9517253Z [00:04:28.604]➜  go tool buildid -w $WORK/b1994/_pkg_.a # internal
2025-08-20T22:42:46.9528698Z [00:04:28.605]➜  cp $WORK/b1994/_pkg_.a /root/.cache/go-build/c5/c5aacfacf1ceff79f8d3033b87121ccebb63c498eee4de16ae49765d7e841d37-d # internal
2025-08-20T22:42:46.9536842Z [00:04:28.606]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle
2025-08-20T22:42:46.9541344Z [00:04:28.606]➜  mkdir -p $WORK/b1998/
2025-08-20T22:42:46.9541884Z [00:04:28.606]➜  cat >/tmp/go-build3998081543/b1998/importcfg << 'EOF' # internal
2025-08-20T22:42:46.9542272Z [00:04:28.606]➜  # import config
2025-08-20T22:42:46.9542621Z [00:04:28.606]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.9543091Z [00:04:28.606]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.9543540Z [00:04:28.606]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.9543956Z [00:04:28.606]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.9544592Z [00:04:28.606]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.9545494Z [00:04:28.606]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.9546124Z [00:04:28.606]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.9546545Z [00:04:28.606]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.9546977Z [00:04:28.606]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.9547732Z [00:04:28.606]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.9548165Z [00:04:28.606]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.9548481Z [00:04:28.606]➜  EOF
2025-08-20T22:42:46.9554020Z [00:04:28.606]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1998/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/deletelifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/deletelifecycle;$WORK/b1998=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle -lang=go1.22 -complete -installsuffix shared -buildid wDri4k7Lwtqiy0Qt6j8U/wDri4k7Lwtqiy0Qt6j8U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1998/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/deletelifecycle/delete_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/deletelifecycle/response.go
2025-08-20T22:42:46.9558561Z [00:04:28.608]➜  go tool buildid -w $WORK/b1993/_pkg_.a # internal
2025-08-20T22:42:46.9574443Z [00:04:28.610]➜  cp $WORK/b1993/_pkg_.a /root/.cache/go-build/63/6361f467ff33e94afca42d009f9b697e42bdc3ae3d74be6bae44e289997be4e6-d # internal
2025-08-20T22:42:46.9587023Z [00:04:28.611]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle
2025-08-20T22:42:46.9590167Z [00:04:28.611]➜  mkdir -p $WORK/b1999/
2025-08-20T22:42:46.9590612Z [00:04:28.611]➜  cat >/tmp/go-build3998081543/b1999/importcfg << 'EOF' # internal
2025-08-20T22:42:46.9590969Z [00:04:28.611]➜  # import config
2025-08-20T22:42:46.9591316Z [00:04:28.611]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:46.9591769Z [00:04:28.611]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:46.9592216Z [00:04:28.611]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:46.9594968Z [00:04:28.611]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:46.9595994Z [00:04:28.611]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:46.9596855Z [00:04:28.611]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:46.9597425Z [00:04:28.611]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:46.9597852Z [00:04:28.611]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:46.9598289Z [00:04:28.611]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:46.9598709Z [00:04:28.611]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:46.9599167Z [00:04:28.611]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:46.9599481Z [00:04:28.611]➜  EOF
2025-08-20T22:42:46.9602993Z [00:04:28.611]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1999/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/executelifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/executelifecycle;$WORK/b1999=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle -lang=go1.22 -complete -installsuffix shared -buildid Bxffh5HV9LuTsZFo94Mf/Bxffh5HV9LuTsZFo94Mf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1999/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/executelifecycle/execute_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/executelifecycle/response.go
2025-08-20T22:42:47.0111481Z [00:04:28.663]➜  go tool buildid -w $WORK/b1995/_pkg_.a # internal
2025-08-20T22:42:47.0125103Z [00:04:28.665]➜  cp $WORK/b1995/_pkg_.a /root/.cache/go-build/e5/e54a5b8857ddaa6407347c3b01526fa838098c0e28052357097d4ee3da2499b2-d # internal
2025-08-20T22:42:47.0133556Z [00:04:28.666]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention
2025-08-20T22:42:47.0138457Z [00:04:28.666]➜  mkdir -p $WORK/b2000/
2025-08-20T22:42:47.0139048Z [00:04:28.666]➜  cat >/tmp/go-build3998081543/b2000/importcfg << 'EOF' # internal
2025-08-20T22:42:47.0139409Z [00:04:28.666]➜  # import config
2025-08-20T22:42:47.0140430Z [00:04:28.666]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.0141571Z [00:04:28.666]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.0142223Z [00:04:28.666]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.0142753Z [00:04:28.666]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.0143388Z [00:04:28.666]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.0144177Z [00:04:28.666]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.0144761Z [00:04:28.666]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.0145185Z [00:04:28.666]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.0145825Z [00:04:28.666]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.0146259Z [00:04:28.666]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.0146692Z [00:04:28.666]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.0147003Z [00:04:28.666]➜  EOF
2025-08-20T22:42:47.0150204Z [00:04:28.666]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2000/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/executeretention=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/executeretention;$WORK/b2000=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention -lang=go1.22 -complete -installsuffix shared -buildid Z8UDuiM26qvA9RIhwC86/Z8UDuiM26qvA9RIhwC86 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2000/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/executeretention/execute_retention.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/executeretention/response.go
2025-08-20T22:42:47.0222804Z [00:04:28.674]➜  go tool buildid -w $WORK/b1998/_pkg_.a # internal
2025-08-20T22:42:47.0254354Z [00:04:28.678]➜  cp $WORK/b1998/_pkg_.a /root/.cache/go-build/d1/d1361ea7df0f513a283884daff14ab6411f58fa2f3dff2b08f2839aec51663b0-d # internal
2025-08-20T22:42:47.0255758Z [00:04:28.678]➜  go tool buildid -w $WORK/b1996/_pkg_.a # internal
2025-08-20T22:42:47.0266243Z [00:04:28.679]➜  cp $WORK/b1996/_pkg_.a /root/.cache/go-build/35/35a8fa29f6ca0e021b310adccd2c56e336a39d721fc03a2349b9fba471f3a89c-d # internal
2025-08-20T22:42:47.0267269Z [00:04:28.679]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle
2025-08-20T22:42:47.0270648Z [00:04:28.679]➜  mkdir -p $WORK/b2001/
2025-08-20T22:42:47.0271208Z [00:04:28.679]➜  cat >/tmp/go-build3998081543/b2001/importcfg << 'EOF' # internal
2025-08-20T22:42:47.0271583Z [00:04:28.679]➜  # import config
2025-08-20T22:42:47.0271933Z [00:04:28.679]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.0272393Z [00:04:28.679]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.0272840Z [00:04:28.679]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.0273267Z [00:04:28.679]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.0273900Z [00:04:28.679]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.0274695Z [00:04:28.679]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.0275264Z [00:04:28.679]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.0276150Z [00:04:28.679]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.0276594Z [00:04:28.679]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.0277024Z [00:04:28.679]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.0277493Z [00:04:28.679]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.0277811Z [00:04:28.679]➜  EOF
2025-08-20T22:42:47.0280759Z [00:04:28.679]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2001/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getlifecycle;$WORK/b2001=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle -lang=go1.22 -complete -installsuffix shared -buildid BSrqNH4fHu0tBqrpWZBc/BSrqNH4fHu0tBqrpWZBc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2001/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getlifecycle/get_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getlifecycle/response.go
2025-08-20T22:42:47.0284679Z [00:04:28.680]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats
2025-08-20T22:42:47.0285058Z [00:04:28.680]➜  mkdir -p $WORK/b2002/
2025-08-20T22:42:47.0290256Z [00:04:28.681]➜  cat >/tmp/go-build3998081543/b2002/importcfg << 'EOF' # internal
2025-08-20T22:42:47.0290617Z [00:04:28.681]➜  # import config
2025-08-20T22:42:47.0290972Z [00:04:28.681]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.0291427Z [00:04:28.681]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.0291871Z [00:04:28.681]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.0292282Z [00:04:28.681]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.0292913Z [00:04:28.681]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.0294046Z [00:04:28.681]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.0294669Z [00:04:28.681]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.0295083Z [00:04:28.681]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.0295847Z [00:04:28.681]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.0296300Z [00:04:28.681]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.0296730Z [00:04:28.681]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.0297053Z [00:04:28.681]➜  EOF
2025-08-20T22:42:47.0299716Z [00:04:28.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2002/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getstats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getstats;$WORK/b2002=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats -lang=go1.22 -complete -installsuffix shared -buildid rtKg5iTNgp8g6WoNoF7s/rtKg5iTNgp8g6WoNoF7s -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2002/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getstats/get_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getstats/response.go
2025-08-20T22:42:47.0320101Z [00:04:28.684]➜  go tool buildid -w $WORK/b1999/_pkg_.a # internal
2025-08-20T22:42:47.0332272Z [00:04:28.685]➜  cp $WORK/b1999/_pkg_.a /root/.cache/go-build/e7/e752de6bc713e6151e9f7a49629bd3e53de065e61c722df62a9949e20ae62e07-d # internal
2025-08-20T22:42:47.0342111Z [00:04:28.686]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus
2025-08-20T22:42:47.0347764Z [00:04:28.686]➜  mkdir -p $WORK/b2003/
2025-08-20T22:42:47.0348274Z [00:04:28.687]➜  cat >/tmp/go-build3998081543/b2003/importcfg << 'EOF' # internal
2025-08-20T22:42:47.0348899Z [00:04:28.687]➜  # import config
2025-08-20T22:42:47.0349271Z [00:04:28.687]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.0349729Z [00:04:28.687]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.0350175Z [00:04:28.687]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.0350590Z [00:04:28.687]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.0351351Z [00:04:28.687]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.0352210Z [00:04:28.687]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.0353107Z [00:04:28.687]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3998081543/b1466/_pkg_.a
2025-08-20T22:42:47.0353790Z [00:04:28.687]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.0354222Z [00:04:28.687]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.0354661Z [00:04:28.687]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.0355092Z [00:04:28.687]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.0355761Z [00:04:28.687]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.0356096Z [00:04:28.687]➜  EOF
2025-08-20T22:42:47.0358958Z [00:04:28.687]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2003/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getstatus;$WORK/b2003=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus -lang=go1.22 -complete -installsuffix shared -buildid 3mnpo29JPNvA0wT2zJjR/3mnpo29JPNvA0wT2zJjR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2003/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getstatus/get_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/getstatus/response.go
2025-08-20T22:42:47.0928600Z [00:04:28.745]➜  go tool buildid -w $WORK/b2000/_pkg_.a # internal
2025-08-20T22:42:47.0929440Z [00:04:28.745]➜  cp $WORK/b2000/_pkg_.a /root/.cache/go-build/8a/8ac120deb0d1f08ab74ffb2eda97e2a75e673978024fe9254cf1b39ce7bd77e6-d # internal
2025-08-20T22:42:47.0932076Z [00:04:28.745]➜  go tool buildid -w $WORK/b2001/_pkg_.a # internal
2025-08-20T22:42:47.0943758Z [00:04:28.746]➜  go tool buildid -w $WORK/b2003/_pkg_.a # internal
2025-08-20T22:42:47.0944326Z [00:04:28.747]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle
2025-08-20T22:42:47.0948693Z [00:04:28.747]➜  mkdir -p $WORK/b2004/
2025-08-20T22:42:47.0949960Z [00:04:28.747]➜  cat >/tmp/go-build3998081543/b2004/importcfg << 'EOF' # internal
2025-08-20T22:42:47.0950456Z [00:04:28.747]➜  # import config
2025-08-20T22:42:47.0951008Z [00:04:28.747]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.0951598Z [00:04:28.747]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.0952132Z [00:04:28.747]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.0952750Z [00:04:28.747]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.0953362Z [00:04:28.747]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.0954130Z [00:04:28.747]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.0955101Z [00:04:28.747]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.0956027Z [00:04:28.747]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.0956882Z [00:04:28.747]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.0957884Z [00:04:28.747]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.0960071Z [00:04:28.747]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.0961825Z [00:04:28.747]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.0963917Z [00:04:28.747]➜  EOF
2025-08-20T22:42:47.0974739Z [00:04:28.747]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2004/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/putlifecycle=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/putlifecycle;$WORK/b2004=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle -lang=go1.22 -complete -installsuffix shared -buildid xVz_JeczHdGwjJHJynD8/xVz_JeczHdGwjJHJynD8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2004/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/putlifecycle/put_lifecycle.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/putlifecycle/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/putlifecycle/response.go
2025-08-20T22:42:47.0978102Z [00:04:28.747]➜  cp $WORK/b2001/_pkg_.a /root/.cache/go-build/2d/2db5da21119bbaea55d35de5d7559c5bf2d67830b4a027f762b0576d86baaef7-d # internal
2025-08-20T22:42:47.0978727Z [00:04:28.747]➜  go tool buildid -w $WORK/b2002/_pkg_.a # internal
2025-08-20T22:42:47.0979394Z [00:04:28.747]➜  cp $WORK/b2003/_pkg_.a /root/.cache/go-build/1d/1d28db6185ab121a7be63532831c6ddc3917bd17eedfebe3347e934b03b8d51a-d # internal
2025-08-20T22:42:47.0980036Z [00:04:28.748]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop
2025-08-20T22:42:47.0980397Z [00:04:28.748]➜  mkdir -p $WORK/b2006/
2025-08-20T22:42:47.0983376Z [00:04:28.748]➜  cp $WORK/b2002/_pkg_.a /root/.cache/go-build/9f/9fb554b074345158587289cfa3ee0fe9aff930d2ed37b293c169ec0d70f982da-d # internal
2025-08-20T22:42:47.0984490Z [00:04:28.749]➜  cat >/tmp/go-build3998081543/b2006/importcfg << 'EOF' # internal
2025-08-20T22:42:47.0984846Z [00:04:28.749]➜  # import config
2025-08-20T22:42:47.0985311Z [00:04:28.749]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.0986016Z [00:04:28.749]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.0986465Z [00:04:28.749]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.0987426Z [00:04:28.749]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.0988108Z [00:04:28.749]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.0988903Z [00:04:28.749]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.0989470Z [00:04:28.749]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.0990177Z [00:04:28.749]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.0990975Z [00:04:28.749]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.0991419Z [00:04:28.749]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.0991849Z [00:04:28.749]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.0992165Z [00:04:28.749]➜  EOF
2025-08-20T22:42:47.0996495Z [00:04:28.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2006/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/stop=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/stop;$WORK/b2006=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop -lang=go1.22 -complete -installsuffix shared -buildid I6byM20TxJIUBquRbnFO/I6byM20TxJIUBquRbnFO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2006/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/stop/stop.go
2025-08-20T22:42:47.0999166Z [00:04:28.749]➜  github.com/elastic/go-elasticsearch/v8/typedapi/slm/start
2025-08-20T22:42:47.0999531Z [00:04:28.749]➜  mkdir -p $WORK/b2005/
2025-08-20T22:42:47.0999940Z [00:04:28.749]➜  cat >/tmp/go-build3998081543/b2005/importcfg << 'EOF' # internal
2025-08-20T22:42:47.1000290Z [00:04:28.749]➜  # import config
2025-08-20T22:42:47.1000628Z [00:04:28.749]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.1001209Z [00:04:28.749]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.1001728Z [00:04:28.749]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.1002148Z [00:04:28.749]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.1002768Z [00:04:28.749]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.1003871Z [00:04:28.749]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.1004446Z [00:04:28.749]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.1004866Z [00:04:28.749]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.1005298Z [00:04:28.749]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.1005900Z [00:04:28.749]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.1006335Z [00:04:28.749]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.1006654Z [00:04:28.749]➜  EOF
2025-08-20T22:42:47.1009385Z [00:04:28.749]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2005/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/start=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/start;$WORK/b2005=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/slm/start -lang=go1.22 -complete -installsuffix shared -buildid 32m7yf6ospdb3ONBGugJ/32m7yf6ospdb3ONBGugJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2005/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/slm/start/start.go
2025-08-20T22:42:47.1011916Z [00:04:28.750]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository
2025-08-20T22:42:47.1012321Z [00:04:28.750]➜  mkdir -p $WORK/b2007/
2025-08-20T22:42:47.1012697Z [00:04:28.750]➜  cat >/tmp/go-build3998081543/b2007/importcfg << 'EOF' # internal
2025-08-20T22:42:47.1013040Z [00:04:28.750]➜  # import config
2025-08-20T22:42:47.1013379Z [00:04:28.750]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.1013832Z [00:04:28.750]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.1014276Z [00:04:28.750]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.1014698Z [00:04:28.750]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.1015326Z [00:04:28.750]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.1016342Z [00:04:28.750]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.1016913Z [00:04:28.750]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.1017336Z [00:04:28.750]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.1017766Z [00:04:28.750]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.1018192Z [00:04:28.750]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.1018616Z [00:04:28.750]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.1018932Z [00:04:28.750]➜  EOF
2025-08-20T22:42:47.1022294Z [00:04:28.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2007/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/cleanuprepository=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/cleanuprepository;$WORK/b2007=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository -lang=go1.22 -complete -installsuffix shared -buildid rh8NZOa75J0BmP1jHtcI/rh8NZOa75J0BmP1jHtcI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2007/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/cleanuprepository/cleanup_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/cleanuprepository/response.go
2025-08-20T22:42:47.1628299Z [00:04:28.815]➜  go tool buildid -w $WORK/b2005/_pkg_.a # internal
2025-08-20T22:42:47.1631322Z [00:04:28.815]➜  cp $WORK/b2005/_pkg_.a /root/.cache/go-build/32/32f47f5fab42e8fdf898e0bc5855d5b1712a70ba2a0895c4c9ff719d2f685bd2-d # internal
2025-08-20T22:42:47.1632004Z [00:04:28.815]➜  go tool buildid -w $WORK/b2006/_pkg_.a # internal
2025-08-20T22:42:47.1647520Z [00:04:28.817]➜  go tool buildid -w $WORK/b2007/_pkg_.a # internal
2025-08-20T22:42:47.1651412Z [00:04:28.817]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone
2025-08-20T22:42:47.1651820Z [00:04:28.817]➜  mkdir -p $WORK/b2008/
2025-08-20T22:42:47.1652438Z [00:04:28.817]➜  cp $WORK/b2006/_pkg_.a /root/.cache/go-build/c6/c68aa4f06a60d382d8337d5b9218b9272b6977e13fb70c0942fa979af95203c7-d # internal
2025-08-20T22:42:47.1653106Z [00:04:28.817]➜  cat >/tmp/go-build3998081543/b2008/importcfg << 'EOF' # internal
2025-08-20T22:42:47.1653457Z [00:04:28.817]➜  # import config
2025-08-20T22:42:47.1653796Z [00:04:28.817]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.1654223Z [00:04:28.817]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.1654694Z [00:04:28.817]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.1655574Z [00:04:28.817]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.1656164Z [00:04:28.817]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.1656871Z [00:04:28.817]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.1657666Z [00:04:28.817]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.1658239Z [00:04:28.817]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.1658709Z [00:04:28.817]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.1659148Z [00:04:28.817]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.1659576Z [00:04:28.817]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.1660005Z [00:04:28.817]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.1660327Z [00:04:28.817]➜  EOF
2025-08-20T22:42:47.1663465Z [00:04:28.817]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2008/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/clone=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/clone;$WORK/b2008=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone -lang=go1.22 -complete -installsuffix shared -buildid 3WnC8OAh6PdRIOqPWFsu/3WnC8OAh6PdRIOqPWFsu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2008/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/clone/clone.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/clone/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/clone/response.go
2025-08-20T22:42:47.1677626Z [00:04:28.818]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create
2025-08-20T22:42:47.1678436Z [00:04:28.818]➜  mkdir -p $WORK/b2009/
2025-08-20T22:42:47.1679073Z [00:04:28.818]➜  cp $WORK/b2007/_pkg_.a /root/.cache/go-build/35/35c4cfaaf88570436b82903c8df9f6983ed4a67dee02b5dcd17eb2926d970583-d # internal
2025-08-20T22:42:47.1679735Z [00:04:28.818]➜  cat >/tmp/go-build3998081543/b2009/importcfg << 'EOF' # internal
2025-08-20T22:42:47.1680086Z [00:04:28.818]➜  # import config
2025-08-20T22:42:47.1680423Z [00:04:28.818]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.1680986Z [00:04:28.818]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.1681517Z [00:04:28.818]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.1681966Z [00:04:28.818]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.1682377Z [00:04:28.818]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.1683024Z [00:04:28.818]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.1683828Z [00:04:28.818]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.1684397Z [00:04:28.818]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.1684812Z [00:04:28.818]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.1685245Z [00:04:28.818]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.1685997Z [00:04:28.818]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.1686433Z [00:04:28.818]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.1686752Z [00:04:28.818]➜  EOF
2025-08-20T22:42:47.1690066Z [00:04:28.818]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2009/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/create=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/create;$WORK/b2009=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create -lang=go1.22 -complete -installsuffix shared -buildid epwjZvTEPNdMxa2CbJVJ/epwjZvTEPNdMxa2CbJVJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2009/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/create/create.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/create/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/create/response.go
2025-08-20T22:42:47.1693088Z [00:04:28.819]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository
2025-08-20T22:42:47.1693498Z [00:04:28.819]➜  mkdir -p $WORK/b2010/
2025-08-20T22:42:47.1693874Z [00:04:28.819]➜  cat >/tmp/go-build3998081543/b2010/importcfg << 'EOF' # internal
2025-08-20T22:42:47.1694219Z [00:04:28.819]➜  # import config
2025-08-20T22:42:47.1694548Z [00:04:28.819]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.1694981Z [00:04:28.819]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.1695683Z [00:04:28.819]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.1696204Z [00:04:28.819]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.1696620Z [00:04:28.819]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.1697256Z [00:04:28.819]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.1698045Z [00:04:28.819]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.1698611Z [00:04:28.819]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.1699029Z [00:04:28.819]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.1699461Z [00:04:28.819]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.1700143Z [00:04:28.819]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.1700583Z [00:04:28.819]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.1700904Z [00:04:28.819]➜  EOF
2025-08-20T22:42:47.1704463Z [00:04:28.819]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2010/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/createrepository=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/createrepository;$WORK/b2010=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository -lang=go1.22 -complete -installsuffix shared -buildid Moa0-9OZkM4BK1mzn_LH/Moa0-9OZkM4BK1mzn_LH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2010/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/createrepository/create_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/createrepository/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/createrepository/response.go
2025-08-20T22:42:47.1738676Z [00:04:28.826]➜  go tool buildid -w $WORK/b2004/_pkg_.a # internal
2025-08-20T22:42:47.1752691Z [00:04:28.828]➜  cp $WORK/b2004/_pkg_.a /root/.cache/go-build/c0/c08ea2b74ab36f6b3b7ebf00c2e17d8b3c22e864f1156bdef6b9b7c592a8f8a7-d # internal
2025-08-20T22:42:47.1763016Z [00:04:28.829]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete
2025-08-20T22:42:47.1763469Z [00:04:28.829]➜  mkdir -p $WORK/b2011/
2025-08-20T22:42:47.1763935Z [00:04:28.829]➜  cat >/tmp/go-build3998081543/b2011/importcfg << 'EOF' # internal
2025-08-20T22:42:47.1764284Z [00:04:28.829]➜  # import config
2025-08-20T22:42:47.1764630Z [00:04:28.829]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.1765084Z [00:04:28.829]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.1766126Z [00:04:28.829]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.1766671Z [00:04:28.829]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.1767380Z [00:04:28.829]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.1768190Z [00:04:28.829]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.1768762Z [00:04:28.829]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.1779917Z [00:04:28.829]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.1780531Z [00:04:28.829]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.1780970Z [00:04:28.829]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.1781678Z [00:04:28.829]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.1782110Z [00:04:28.829]➜  EOF
2025-08-20T22:42:47.1785246Z [00:04:28.829]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2011/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/delete=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/delete;$WORK/b2011=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete -lang=go1.22 -complete -installsuffix shared -buildid Fn1zD9t8PeowBlNefFOj/Fn1zD9t8PeowBlNefFOj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2011/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/delete/delete.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/delete/response.go
2025-08-20T22:42:47.2386266Z [00:04:28.891]➜  go tool buildid -w $WORK/b2008/_pkg_.a # internal
2025-08-20T22:42:47.2390596Z [00:04:28.891]➜  go tool buildid -w $WORK/b2010/_pkg_.a # internal
2025-08-20T22:42:47.2402567Z [00:04:28.893]➜  cp $WORK/b2010/_pkg_.a /root/.cache/go-build/8c/8c939c9fdea10fbae668337ce36bdb64c9e0ffc9111501f552c1866f4a616565-d # internal
2025-08-20T22:42:47.2408435Z [00:04:28.893]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository
2025-08-20T22:42:47.2417767Z [00:04:28.894]➜  mkdir -p $WORK/b2012/
2025-08-20T22:42:47.2419440Z [00:04:28.894]➜  cat >/tmp/go-build3998081543/b2012/importcfg << 'EOF' # internal
2025-08-20T22:42:47.2420703Z [00:04:28.894]➜  # import config
2025-08-20T22:42:47.2421299Z [00:04:28.894]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.2421828Z [00:04:28.894]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.2425133Z [00:04:28.894]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.2426243Z [00:04:28.894]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.2426979Z [00:04:28.894]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.2427825Z [00:04:28.894]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.2428395Z [00:04:28.894]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.2428814Z [00:04:28.894]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.2429242Z [00:04:28.894]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.2429677Z [00:04:28.894]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.2430106Z [00:04:28.894]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.2430420Z [00:04:28.894]➜  EOF
2025-08-20T22:42:47.2433676Z [00:04:28.894]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2012/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/deleterepository=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/deleterepository;$WORK/b2012=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository -lang=go1.22 -complete -installsuffix shared -buildid s4HOISoEJnb-s2Fhbic1/s4HOISoEJnb-s2Fhbic1 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2012/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/deleterepository/delete_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/deleterepository/response.go
2025-08-20T22:42:47.2441353Z [00:04:28.895]➜  cp $WORK/b2008/_pkg_.a /root/.cache/go-build/73/731d668013a63436fd57440c7a3b533a0815109a9b73ba53d46b8c6c0ce71652-d # internal
2025-08-20T22:42:47.2443712Z [00:04:28.897]➜  go tool buildid -w $WORK/b2011/_pkg_.a # internal
2025-08-20T22:42:47.2448775Z [00:04:28.897]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get
2025-08-20T22:42:47.2449254Z [00:04:28.897]➜  mkdir -p $WORK/b2013/
2025-08-20T22:42:47.2449647Z [00:04:28.897]➜  cat >/tmp/go-build3998081543/b2013/importcfg << 'EOF' # internal
2025-08-20T22:42:47.2450024Z [00:04:28.897]➜  # import config
2025-08-20T22:42:47.2450368Z [00:04:28.897]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.2450816Z [00:04:28.897]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.2453581Z [00:04:28.898]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.2454243Z [00:04:28.898]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.2456251Z [00:04:28.898]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.2457134Z [00:04:28.898]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.2457985Z [00:04:28.898]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build3998081543/b2014/_pkg_.a
2025-08-20T22:42:47.2459234Z [00:04:28.898]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build3998081543/b1521/_pkg_.a
2025-08-20T22:42:47.2459870Z [00:04:28.898]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.2460290Z [00:04:28.898]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.2460724Z [00:04:28.898]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.2461177Z [00:04:28.898]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.2461727Z [00:04:28.898]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.2462097Z [00:04:28.898]➜  EOF
2025-08-20T22:42:47.2477276Z [00:04:28.898]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2013/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/get;$WORK/b2013=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get -lang=go1.22 -complete -installsuffix shared -buildid 5rGZ4Gq2qW-dkM5UVP6e/5rGZ4Gq2qW-dkM5UVP6e -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2013/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/get/response.go
2025-08-20T22:42:47.2480348Z [00:04:28.898]➜  cp $WORK/b2011/_pkg_.a /root/.cache/go-build/9d/9d3c889fb4f6cb1d1f19c2e68a229068fa149e5d23a08d793aafbb0cb872023d-d # internal
2025-08-20T22:42:47.2481674Z [00:04:28.900]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository
2025-08-20T22:42:47.2482093Z [00:04:28.900]➜  mkdir -p $WORK/b2015/
2025-08-20T22:42:47.2482474Z [00:04:28.900]➜  cat >/tmp/go-build3998081543/b2015/importcfg << 'EOF' # internal
2025-08-20T22:42:47.2482821Z [00:04:28.900]➜  # import config
2025-08-20T22:42:47.2483156Z [00:04:28.900]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.2483596Z [00:04:28.900]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.2484246Z [00:04:28.900]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.2484796Z [00:04:28.900]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.2485210Z [00:04:28.900]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.2486108Z [00:04:28.900]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.2486900Z [00:04:28.900]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.2487467Z [00:04:28.900]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.2487884Z [00:04:28.900]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.2488316Z [00:04:28.900]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.2488747Z [00:04:28.900]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.2489179Z [00:04:28.900]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.2489497Z [00:04:28.900]➜  EOF
2025-08-20T22:42:47.2492595Z [00:04:28.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2015/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/getrepository=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/getrepository;$WORK/b2015=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository -lang=go1.22 -complete -installsuffix shared -buildid hI0Sst62noYJ2bQVr7yn/hI0Sst62noYJ2bQVr7yn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2015/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/getrepository/get_repository.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/getrepository/response.go
2025-08-20T22:42:47.2642355Z [00:04:28.916]➜  go tool buildid -w $WORK/b2009/_pkg_.a # internal
2025-08-20T22:42:47.2659828Z [00:04:28.918]➜  cp $WORK/b2009/_pkg_.a /root/.cache/go-build/c3/c39ab2d2a4ffbb87267fcb662af2bb01a8ca1f739bec3c4c41f19f2bab48d4d4-d # internal
2025-08-20T22:42:47.2669504Z [00:04:28.919]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity
2025-08-20T22:42:47.2670069Z [00:04:28.919]➜  mkdir -p $WORK/b2016/
2025-08-20T22:42:47.2672549Z [00:04:28.920]➜  cat >/tmp/go-build3998081543/b2016/importcfg << 'EOF' # internal
2025-08-20T22:42:47.2673616Z [00:04:28.920]➜  # import config
2025-08-20T22:42:47.2674401Z [00:04:28.920]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.2676148Z [00:04:28.920]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.2677064Z [00:04:28.920]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.2678057Z [00:04:28.920]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.2679105Z [00:04:28.920]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.2680471Z [00:04:28.920]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.2681065Z [00:04:28.920]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.2681490Z [00:04:28.920]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.2681927Z [00:04:28.920]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.2682357Z [00:04:28.920]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.2682781Z [00:04:28.920]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.2683097Z [00:04:28.920]➜  EOF
2025-08-20T22:42:47.2686751Z [00:04:28.920]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2016/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/repositoryverifyintegrity=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/repositoryverifyintegrity;$WORK/b2016=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity -lang=go1.22 -complete -installsuffix shared -buildid 5lXHZ0ZArJfqizf1p1Xx/5lXHZ0ZArJfqizf1p1Xx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2016/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/repositoryverifyintegrity/repository_verify_integrity.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/repositoryverifyintegrity/response.go
2025-08-20T22:42:47.3048485Z [00:04:28.957]➜  go tool buildid -w $WORK/b2012/_pkg_.a # internal
2025-08-20T22:42:47.3051796Z [00:04:28.957]➜  cp $WORK/b2012/_pkg_.a /root/.cache/go-build/dd/dd57fb28467e6c200913b8d5eb4320ad5b32c5eb7c24aee5111d89c093693d6c-d # internal
2025-08-20T22:42:47.3076749Z [00:04:28.960]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore
2025-08-20T22:42:47.3079168Z [00:04:28.960]➜  mkdir -p $WORK/b2017/
2025-08-20T22:42:47.3082842Z [00:04:28.961]➜  cat >/tmp/go-build3998081543/b2017/importcfg << 'EOF' # internal
2025-08-20T22:42:47.3087027Z [00:04:28.961]➜  # import config
2025-08-20T22:42:47.3089192Z [00:04:28.961]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.3090001Z [00:04:28.961]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.3091026Z [00:04:28.961]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.3092088Z [00:04:28.961]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.3092579Z [00:04:28.961]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.3093220Z [00:04:28.961]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.3094247Z [00:04:28.961]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.3094818Z [00:04:28.961]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.3095236Z [00:04:28.961]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.3095856Z [00:04:28.961]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.3096287Z [00:04:28.961]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.3096724Z [00:04:28.961]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.3097041Z [00:04:28.961]➜  EOF
2025-08-20T22:42:47.3100218Z [00:04:28.961]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2017/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/restore=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/restore;$WORK/b2017=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore -lang=go1.22 -complete -installsuffix shared -buildid e-QFtqjn5ZgME92lYt64/e-QFtqjn5ZgME92lYt64 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2017/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/restore/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/restore/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/restore/restore.go
2025-08-20T22:42:47.3191999Z [00:04:28.971]➜  go tool buildid -w $WORK/b2015/_pkg_.a # internal
2025-08-20T22:42:47.3203509Z [00:04:28.973]➜  cp $WORK/b2015/_pkg_.a /root/.cache/go-build/88/88194da52a897d37a5b4c45e0929efaba88598d7b809ad66252a594a405eb5a2-d # internal
2025-08-20T22:42:47.3224020Z [00:04:28.975]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status
2025-08-20T22:42:47.3226958Z [00:04:28.975]➜  mkdir -p $WORK/b2018/
2025-08-20T22:42:47.3230318Z [00:04:28.975]➜  cat >/tmp/go-build3998081543/b2018/importcfg << 'EOF' # internal
2025-08-20T22:42:47.3233197Z [00:04:28.975]➜  # import config
2025-08-20T22:42:47.3236065Z [00:04:28.975]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.3236840Z [00:04:28.975]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.3245733Z [00:04:28.975]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.3246480Z [00:04:28.975]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.3247585Z [00:04:28.975]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.3248898Z [00:04:28.975]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.3249480Z [00:04:28.975]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.3249902Z [00:04:28.975]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.3250351Z [00:04:28.975]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.3250784Z [00:04:28.975]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.3251214Z [00:04:28.975]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.3251531Z [00:04:28.975]➜  EOF
2025-08-20T22:42:47.3258864Z [00:04:28.978]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2018/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/status=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/status;$WORK/b2018=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status -lang=go1.22 -complete -installsuffix shared -buildid aD_SM5GdCjxWOqU-AoHL/aD_SM5GdCjxWOqU-AoHL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2018/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/status/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/status/status.go
2025-08-20T22:42:47.3262790Z [00:04:28.979]➜  go tool buildid -w $WORK/b2013/_pkg_.a # internal
2025-08-20T22:42:47.3274245Z [00:04:28.980]➜  cp $WORK/b2013/_pkg_.a /root/.cache/go-build/3d/3dc23b2b968fb9acdf2219822835b53a472d5d6cb78673d54b85adb998fd4e98-d # internal
2025-08-20T22:42:47.3329999Z [00:04:28.985]➜  github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository
2025-08-20T22:42:47.3331595Z [00:04:28.985]➜  mkdir -p $WORK/b2019/
2025-08-20T22:42:47.3338739Z [00:04:28.986]➜  cat >/tmp/go-build3998081543/b2019/importcfg << 'EOF' # internal
2025-08-20T22:42:47.3339137Z [00:04:28.986]➜  # import config
2025-08-20T22:42:47.3339489Z [00:04:28.986]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.3339945Z [00:04:28.986]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.3340394Z [00:04:28.986]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.3341086Z [00:04:28.986]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.3341820Z [00:04:28.986]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.3342700Z [00:04:28.986]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.3343275Z [00:04:28.986]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.3343702Z [00:04:28.986]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.3344139Z [00:04:28.986]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.3344568Z [00:04:28.986]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.3344996Z [00:04:28.986]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.3345310Z [00:04:28.986]➜  EOF
2025-08-20T22:42:47.3348637Z [00:04:28.986]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2019/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/verifyrepository=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/verifyrepository;$WORK/b2019=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository -lang=go1.22 -complete -installsuffix shared -buildid oAMLyNcMeCNC6gAOUcO0/oAMLyNcMeCNC6gAOUcO0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2019/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/verifyrepository/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/snapshot/verifyrepository/verify_repository.go
2025-08-20T22:42:47.3502683Z [00:04:29.002]➜  go tool buildid -w $WORK/b2016/_pkg_.a # internal
2025-08-20T22:42:47.3539785Z [00:04:29.006]➜  cp $WORK/b2016/_pkg_.a /root/.cache/go-build/3d/3d211b644180a3fc7b19a36a0d587633a96f073326b5c42600c3f36e82f5fa5f-d # internal
2025-08-20T22:42:47.3608686Z [00:04:29.012]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor
2025-08-20T22:42:47.3617747Z [00:04:29.012]➜  mkdir -p $WORK/b2020/
2025-08-20T22:42:47.3618160Z [00:04:29.012]➜  cat >/tmp/go-build3998081543/b2020/importcfg << 'EOF' # internal
2025-08-20T22:42:47.3618515Z [00:04:29.012]➜  # import config
2025-08-20T22:42:47.3618856Z [00:04:29.012]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.3619553Z [00:04:29.012]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.3620074Z [00:04:29.012]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.3620525Z [00:04:29.012]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.3620942Z [00:04:29.012]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.3621575Z [00:04:29.012]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.3622596Z [00:04:29.012]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.3623175Z [00:04:29.012]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.3623593Z [00:04:29.012]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.3624030Z [00:04:29.012]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.3624461Z [00:04:29.012]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.3624889Z [00:04:29.012]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.3625205Z [00:04:29.012]➜  EOF
2025-08-20T22:42:47.3629555Z [00:04:29.012]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2020/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/clearcursor=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/clearcursor;$WORK/b2020=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor -lang=go1.22 -complete -installsuffix shared -buildid QPpKmFDG3C9trEvsF7yi/QPpKmFDG3C9trEvsF7yi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2020/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/clearcursor/clear_cursor.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/clearcursor/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/clearcursor/response.go
2025-08-20T22:42:47.3937333Z [00:04:29.046]➜  go tool buildid -w $WORK/b2018/_pkg_.a # internal
2025-08-20T22:42:47.3948752Z [00:04:29.047]➜  cp $WORK/b2018/_pkg_.a /root/.cache/go-build/3e/3e237b80532905cadd12ec3e4b65cd9d5c857744cdcd554a86ae74986cafb31c-d # internal
2025-08-20T22:42:47.3977495Z [00:04:29.048]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync
2025-08-20T22:42:47.3980199Z [00:04:29.048]➜  mkdir -p $WORK/b2021/
2025-08-20T22:42:47.3981588Z [00:04:29.050]➜  cat >/tmp/go-build3998081543/b2021/importcfg << 'EOF' # internal
2025-08-20T22:42:47.3982332Z [00:04:29.050]➜  # import config
2025-08-20T22:42:47.3983114Z [00:04:29.050]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.3983874Z [00:04:29.050]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.3984589Z [00:04:29.050]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.3985703Z [00:04:29.050]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.3986657Z [00:04:29.050]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.3987617Z [00:04:29.050]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.3988505Z [00:04:29.050]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.3989623Z [00:04:29.050]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.3990074Z [00:04:29.050]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.3990509Z [00:04:29.050]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.3990941Z [00:04:29.050]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.3991259Z [00:04:29.050]➜  EOF
2025-08-20T22:42:47.3994234Z [00:04:29.051]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2021/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/deleteasync=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/deleteasync;$WORK/b2021=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync -lang=go1.22 -complete -installsuffix shared -buildid PX_S9Ew6MgGPghSucpsu/PX_S9Ew6MgGPghSucpsu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2021/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/deleteasync/delete_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/deleteasync/response.go
2025-08-20T22:42:47.3998101Z [00:04:29.052]➜  go tool buildid -w $WORK/b2019/_pkg_.a # internal
2025-08-20T22:42:47.4004021Z [00:04:29.053]➜  cp $WORK/b2019/_pkg_.a /root/.cache/go-build/57/57241075c5f96575e4769f02a17528973b13f6e45c836816f23c8b3b24d8db30-d # internal
2025-08-20T22:42:47.4019320Z [00:04:29.054]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync
2025-08-20T22:42:47.4021662Z [00:04:29.054]➜  mkdir -p $WORK/b2022/
2025-08-20T22:42:47.4038017Z [00:04:29.056]➜  cat >/tmp/go-build3998081543/b2022/importcfg << 'EOF' # internal
2025-08-20T22:42:47.4039853Z [00:04:29.056]➜  # import config
2025-08-20T22:42:47.4040460Z [00:04:29.056]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.4041547Z [00:04:29.056]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.4042292Z [00:04:29.056]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.4042807Z [00:04:29.056]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.4043513Z [00:04:29.056]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.4044308Z [00:04:29.056]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.4044873Z [00:04:29.056]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.4045297Z [00:04:29.056]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.4045971Z [00:04:29.056]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.4046399Z [00:04:29.056]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.4046830Z [00:04:29.056]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.4047159Z [00:04:29.056]➜  EOF
2025-08-20T22:42:47.4049833Z [00:04:29.056]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2022/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/getasync=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/getasync;$WORK/b2022=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync -lang=go1.22 -complete -installsuffix shared -buildid 98kL-OqfRz28HGhX4dQe/98kL-OqfRz28HGhX4dQe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2022/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/getasync/get_async.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/getasync/response.go
2025-08-20T22:42:47.4216145Z [00:04:29.074]➜  go tool buildid -w $WORK/b2017/_pkg_.a # internal
2025-08-20T22:42:47.4233987Z [00:04:29.076]➜  cp $WORK/b2017/_pkg_.a /root/.cache/go-build/5d/5d631cb946cff48cad5247969c88f5061c55dcf5c7d6455637818578e25bdd38-d # internal
2025-08-20T22:42:47.4250737Z [00:04:29.077]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus
2025-08-20T22:42:47.4251227Z [00:04:29.077]➜  mkdir -p $WORK/b2023/
2025-08-20T22:42:47.4251610Z [00:04:29.077]➜  cat >/tmp/go-build3998081543/b2023/importcfg << 'EOF' # internal
2025-08-20T22:42:47.4251961Z [00:04:29.077]➜  # import config
2025-08-20T22:42:47.4252310Z [00:04:29.077]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.4252768Z [00:04:29.077]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.4253535Z [00:04:29.077]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.4254010Z [00:04:29.077]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.4254647Z [00:04:29.077]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.4255602Z [00:04:29.077]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.4256383Z [00:04:29.077]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.4256814Z [00:04:29.077]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.4257247Z [00:04:29.077]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.4257672Z [00:04:29.077]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.4258096Z [00:04:29.077]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.4258416Z [00:04:29.077]➜  EOF
2025-08-20T22:42:47.4261365Z [00:04:29.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2023/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/getasyncstatus=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/getasyncstatus;$WORK/b2023=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus -lang=go1.22 -complete -installsuffix shared -buildid Y_3e-r4AmAPxdzBjXnNg/Y_3e-r4AmAPxdzBjXnNg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2023/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/getasyncstatus/get_async_status.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/getasyncstatus/response.go
2025-08-20T22:42:47.4302948Z [00:04:29.083]➜  go tool buildid -w $WORK/b2020/_pkg_.a # internal
2025-08-20T22:42:47.4335833Z [00:04:29.086]➜  cp $WORK/b2020/_pkg_.a /root/.cache/go-build/7e/7e0a8277fb4bc33313d299f2b9d146c1dadee0026a53f73237aab97f6f2fdd2e-d # internal
2025-08-20T22:42:47.4336720Z [00:04:29.086]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/query
2025-08-20T22:42:47.4337203Z [00:04:29.086]➜  mkdir -p $WORK/b2024/
2025-08-20T22:42:47.4337705Z [00:04:29.086]➜  cat >/tmp/go-build3998081543/b2024/importcfg << 'EOF' # internal
2025-08-20T22:42:47.4338174Z [00:04:29.086]➜  # import config
2025-08-20T22:42:47.4338670Z [00:04:29.086]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.4339242Z [00:04:29.086]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.4339836Z [00:04:29.086]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.4340407Z [00:04:29.086]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.4340954Z [00:04:29.086]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.4341714Z [00:04:29.086]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.4342655Z [00:04:29.086]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.4343597Z [00:04:29.086]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build3998081543/b2025/_pkg_.a
2025-08-20T22:42:47.4344324Z [00:04:29.086]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.4344869Z [00:04:29.086]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.4345507Z [00:04:29.086]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.4346064Z [00:04:29.086]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.4346635Z [00:04:29.086]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.4347072Z [00:04:29.086]➜  EOF
2025-08-20T22:42:47.4350538Z [00:04:29.086]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2024/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/query=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/query;$WORK/b2024=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/query -lang=go1.22 -complete -installsuffix shared -buildid DQuj7EIA6sb7grOiXNzQ/DQuj7EIA6sb7grOiXNzQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2024/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/query/query.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/query/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/query/response.go
2025-08-20T22:42:47.4537785Z [00:04:29.106]➜  go tool buildid -w $WORK/b2021/_pkg_.a # internal
2025-08-20T22:42:47.4552524Z [00:04:29.107]➜  cp $WORK/b2021/_pkg_.a /root/.cache/go-build/2a/2a7b5cae5073d688ecb3494486cfe784a4c2cc6636567df24dc413e8224bcf6c-d # internal
2025-08-20T22:42:47.4626382Z [00:04:29.113]➜  github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate
2025-08-20T22:42:47.4626895Z [00:04:29.113]➜  mkdir -p $WORK/b2026/
2025-08-20T22:42:47.4627282Z [00:04:29.114]➜  cat >/tmp/go-build3998081543/b2026/importcfg << 'EOF' # internal
2025-08-20T22:42:47.4627631Z [00:04:29.114]➜  # import config
2025-08-20T22:42:47.4627970Z [00:04:29.114]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.4628399Z [00:04:29.114]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.4629225Z [00:04:29.114]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.4629774Z [00:04:29.114]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.4630244Z [00:04:29.114]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.4630876Z [00:04:29.114]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.4631677Z [00:04:29.114]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.4632241Z [00:04:29.114]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.4632661Z [00:04:29.114]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.4633112Z [00:04:29.114]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.4633540Z [00:04:29.114]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.4633978Z [00:04:29.114]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.4634303Z [00:04:29.114]➜  EOF
2025-08-20T22:42:47.4637589Z [00:04:29.114]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2026/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/translate=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/translate;$WORK/b2026=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate -lang=go1.22 -complete -installsuffix shared -buildid rcGsNeIx9GSiUr51LYBT/rcGsNeIx9GSiUr51LYBT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2026/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/translate/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/translate/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/sql/translate/translate.go
2025-08-20T22:42:47.4745771Z [00:04:29.127]➜  go tool buildid -w $WORK/b2022/_pkg_.a # internal
2025-08-20T22:42:47.4771990Z [00:04:29.129]➜  cp $WORK/b2022/_pkg_.a /root/.cache/go-build/d9/d962be6ce8763f72f0c233e3f475acedeefd3754a90269557ec11bf1d5aeec10-d # internal
2025-08-20T22:42:47.4787451Z [00:04:29.131]➜  github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates
2025-08-20T22:42:47.4790128Z [00:04:29.131]➜  mkdir -p $WORK/b2027/
2025-08-20T22:42:47.4791031Z [00:04:29.131]➜  cat >/tmp/go-build3998081543/b2027/importcfg << 'EOF' # internal
2025-08-20T22:42:47.4792221Z [00:04:29.131]➜  # import config
2025-08-20T22:42:47.4792693Z [00:04:29.131]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.4793165Z [00:04:29.131]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.4793615Z [00:04:29.131]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.4794031Z [00:04:29.131]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.4794693Z [00:04:29.131]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.4795620Z [00:04:29.131]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.4796249Z [00:04:29.131]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.4796667Z [00:04:29.131]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.4797109Z [00:04:29.131]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.4797534Z [00:04:29.131]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.4797962Z [00:04:29.131]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.4798273Z [00:04:29.131]➜  EOF
2025-08-20T22:42:47.4801276Z [00:04:29.131]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2027/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ssl/certificates=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ssl/certificates;$WORK/b2027=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates -lang=go1.22 -complete -installsuffix shared -buildid kU53eS1iJPaTPka9FksZ/kU53eS1iJPaTPka9FksZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2027/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ssl/certificates/certificates.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/ssl/certificates/response.go
2025-08-20T22:42:47.4912620Z [00:04:29.144]➜  go tool buildid -w $WORK/b2023/_pkg_.a # internal
2025-08-20T22:42:47.4931270Z [00:04:29.145]➜  cp $WORK/b2023/_pkg_.a /root/.cache/go-build/9f/9fa42290a3a70750d3786b0beb471faaeefae03f5a0b9cc3c8186390b9dc44ae-d # internal
2025-08-20T22:42:47.4949436Z [00:04:29.147]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym
2025-08-20T22:42:47.4956711Z [00:04:29.148]➜  mkdir -p $WORK/b2028/
2025-08-20T22:42:47.4967065Z [00:04:29.149]➜  cat >/tmp/go-build3998081543/b2028/importcfg << 'EOF' # internal
2025-08-20T22:42:47.4970766Z [00:04:29.149]➜  # import config
2025-08-20T22:42:47.4971600Z [00:04:29.149]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.4973037Z [00:04:29.149]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.4973819Z [00:04:29.149]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.4974504Z [00:04:29.149]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.4975425Z [00:04:29.149]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.4976304Z [00:04:29.149]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.4976885Z [00:04:29.149]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.4977737Z [00:04:29.149]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.4978189Z [00:04:29.149]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.4978617Z [00:04:29.149]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.4979047Z [00:04:29.149]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.4979365Z [00:04:29.149]➜  EOF
2025-08-20T22:42:47.4996551Z [00:04:29.150]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2028/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/deletesynonym=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/deletesynonym;$WORK/b2028=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym -lang=go1.22 -complete -installsuffix shared -buildid iYKiyQmnJ9UHbKsZwWsW/iYKiyQmnJ9UHbKsZwWsW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2028/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/deletesynonym/delete_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/deletesynonym/response.go
2025-08-20T22:42:47.5418355Z [00:04:29.194]➜  go tool buildid -w $WORK/b2027/_pkg_.a # internal
2025-08-20T22:42:47.5428460Z [00:04:29.195]➜  cp $WORK/b2027/_pkg_.a /root/.cache/go-build/8b/8b734a70e5a128be7c34bf0faa05deb2c9165917945d25666c4bbc64fe37ad65-d # internal
2025-08-20T22:42:47.5441108Z [00:04:29.196]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule
2025-08-20T22:42:47.5441789Z [00:04:29.197]➜  mkdir -p $WORK/b2029/
2025-08-20T22:42:47.5442697Z [00:04:29.197]➜  cat >/tmp/go-build3998081543/b2029/importcfg << 'EOF' # internal
2025-08-20T22:42:47.5443387Z [00:04:29.197]➜  # import config
2025-08-20T22:42:47.5443744Z [00:04:29.197]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.5444207Z [00:04:29.197]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.5445104Z [00:04:29.197]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.5445824Z [00:04:29.197]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.5446469Z [00:04:29.197]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.5447258Z [00:04:29.197]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.5448087Z [00:04:29.197]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:47.5448702Z [00:04:29.197]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.5449123Z [00:04:29.197]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.5449560Z [00:04:29.197]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.5453564Z [00:04:29.197]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.5454031Z [00:04:29.197]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.5454350Z [00:04:29.197]➜  EOF
2025-08-20T22:42:47.5457507Z [00:04:29.197]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2029/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/deletesynonymrule=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/deletesynonymrule;$WORK/b2029=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule -lang=go1.22 -complete -installsuffix shared -buildid 8ontHy4E62--xU0h1xVd/8ontHy4E62--xU0h1xVd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2029/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/deletesynonymrule/delete_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/deletesynonymrule/response.go
2025-08-20T22:42:47.5492316Z [00:04:29.201]➜  go tool buildid -w $WORK/b2024/_pkg_.a # internal
2025-08-20T22:42:47.5511565Z [00:04:29.203]➜  cp $WORK/b2024/_pkg_.a /root/.cache/go-build/3d/3d498a033cd4611bdb9b29a08396415a98d704be9a51211e73598344b639f221-d # internal
2025-08-20T22:42:47.5537121Z [00:04:29.206]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym
2025-08-20T22:42:47.5537734Z [00:04:29.206]➜  mkdir -p $WORK/b2030/
2025-08-20T22:42:47.5540763Z [00:04:29.206]➜  cat >/tmp/go-build3998081543/b2030/importcfg << 'EOF' # internal
2025-08-20T22:42:47.5541188Z [00:04:29.206]➜  # import config
2025-08-20T22:42:47.5541538Z [00:04:29.206]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.5542174Z [00:04:29.206]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.5542632Z [00:04:29.206]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.5543232Z [00:04:29.206]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.5544012Z [00:04:29.206]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.5544928Z [00:04:29.206]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.5545693Z [00:04:29.206]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.5546174Z [00:04:29.207]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.5546743Z [00:04:29.207]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.5547293Z [00:04:29.207]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.5551369Z [00:04:29.207]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.5551807Z [00:04:29.207]➜  EOF
2025-08-20T22:42:47.5586902Z [00:04:29.211]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2030/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonym=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonym;$WORK/b2030=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym -lang=go1.22 -complete -installsuffix shared -buildid ZuNIfSsclKvue3WhwpHn/ZuNIfSsclKvue3WhwpHn -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2030/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonym/get_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonym/response.go
2025-08-20T22:42:47.5590524Z [00:04:29.211]➜  go tool buildid -w $WORK/b2026/_pkg_.a # internal
2025-08-20T22:42:47.5591217Z [00:04:29.211]➜  cp $WORK/b2026/_pkg_.a /root/.cache/go-build/9f/9f86b75bdf3df26cc86fcd6d97a440ecd49c39476e7aeabcc319e08b00ba6e44-d # internal
2025-08-20T22:42:47.5623258Z [00:04:29.214]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule
2025-08-20T22:42:47.5625616Z [00:04:29.214]➜  mkdir -p $WORK/b2031/
2025-08-20T22:42:47.5627338Z [00:04:29.215]➜  cat >/tmp/go-build3998081543/b2031/importcfg << 'EOF' # internal
2025-08-20T22:42:47.5627780Z [00:04:29.215]➜  # import config
2025-08-20T22:42:47.5628133Z [00:04:29.215]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.5628589Z [00:04:29.215]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.5629046Z [00:04:29.215]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.5629462Z [00:04:29.215]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.5630090Z [00:04:29.215]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.5630884Z [00:04:29.215]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.5631795Z [00:04:29.215]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.5632234Z [00:04:29.215]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.5632667Z [00:04:29.215]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.5633095Z [00:04:29.215]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.5633523Z [00:04:29.215]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.5633841Z [00:04:29.215]➜  EOF
2025-08-20T22:42:47.5637163Z [00:04:29.215]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2031/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonymrule=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonymrule;$WORK/b2031=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule -lang=go1.22 -complete -installsuffix shared -buildid fDI-y8oHmNw6kvzy1IW8/fDI-y8oHmNw6kvzy1IW8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2031/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonymrule/get_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonymrule/response.go
2025-08-20T22:42:47.5705866Z [00:04:29.222]➜  go tool buildid -w $WORK/b2028/_pkg_.a # internal
2025-08-20T22:42:47.5706775Z [00:04:29.223]➜  cp $WORK/b2028/_pkg_.a /root/.cache/go-build/3e/3eed62cf2ebe91c73b38cbbf01b054235360b4415c5ef9e01137937c44125d4c-d # internal
2025-08-20T22:42:47.5717191Z [00:04:29.224]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets
2025-08-20T22:42:47.5720313Z [00:04:29.224]➜  mkdir -p $WORK/b2032/
2025-08-20T22:42:47.5724773Z [00:04:29.224]➜  cat >/tmp/go-build3998081543/b2032/importcfg << 'EOF' # internal
2025-08-20T22:42:47.5725677Z [00:04:29.224]➜  # import config
2025-08-20T22:42:47.5726064Z [00:04:29.224]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.5726922Z [00:04:29.224]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.5727482Z [00:04:29.224]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.5730198Z [00:04:29.224]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.5730850Z [00:04:29.224]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.5731654Z [00:04:29.224]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.5732223Z [00:04:29.224]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.5732641Z [00:04:29.224]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.5733076Z [00:04:29.224]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.5733510Z [00:04:29.224]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.5733958Z [00:04:29.224]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.5734282Z [00:04:29.224]➜  EOF
2025-08-20T22:42:47.5737425Z [00:04:29.225]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2032/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonymssets=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonymssets;$WORK/b2032=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets -lang=go1.22 -complete -installsuffix shared -buildid bOll1XtAO74_PNCpAM9P/bOll1XtAO74_PNCpAM9P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2032/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonymssets/get_synonyms_sets.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/getsynonymssets/response.go
2025-08-20T22:42:47.6170048Z [00:04:29.269]➜  go tool buildid -w $WORK/b2030/_pkg_.a # internal
2025-08-20T22:42:47.6180969Z [00:04:29.270]➜  cp $WORK/b2030/_pkg_.a /root/.cache/go-build/29/292814b83da4cb477124ccd4b99b14b4fa8994cd2e6ac3d1e9520c6ead64a8b1-d # internal
2025-08-20T22:42:47.6209345Z [00:04:29.273]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym
2025-08-20T22:42:47.6214145Z [00:04:29.274]➜  mkdir -p $WORK/b2033/
2025-08-20T22:42:47.6214543Z [00:04:29.274]➜  cat >/tmp/go-build3998081543/b2033/importcfg << 'EOF' # internal
2025-08-20T22:42:47.6214903Z [00:04:29.274]➜  # import config
2025-08-20T22:42:47.6226277Z [00:04:29.274]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.6226940Z [00:04:29.274]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.6227410Z [00:04:29.274]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.6227864Z [00:04:29.274]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.6228303Z [00:04:29.274]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.6228943Z [00:04:29.274]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.6229736Z [00:04:29.274]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.6230553Z [00:04:29.274]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:47.6231175Z [00:04:29.274]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.6231593Z [00:04:29.274]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.6232024Z [00:04:29.274]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.6232450Z [00:04:29.274]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.6232880Z [00:04:29.274]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.6233437Z [00:04:29.274]➜  EOF
2025-08-20T22:42:47.6237079Z [00:04:29.274]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2033/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonym=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonym;$WORK/b2033=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym -lang=go1.22 -complete -installsuffix shared -buildid KYSlnjikqMEEegtYhEa6/KYSlnjikqMEEegtYhEa6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2033/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonym/put_synonym.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonym/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonym/response.go
2025-08-20T22:42:47.6266403Z [00:04:29.278]➜  go tool buildid -w $WORK/b2029/_pkg_.a # internal
2025-08-20T22:42:47.6267182Z [00:04:29.279]➜  cp $WORK/b2029/_pkg_.a /root/.cache/go-build/cc/cca7915e67207a042278a592c57aae7be143a617cd4443b4d4e698a430c35b99-d # internal
2025-08-20T22:42:47.6298574Z [00:04:29.282]➜  github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule
2025-08-20T22:42:47.6304674Z [00:04:29.283]➜  mkdir -p $WORK/b2034/
2025-08-20T22:42:47.6305081Z [00:04:29.283]➜  cat >/tmp/go-build3998081543/b2034/importcfg << 'EOF' # internal
2025-08-20T22:42:47.6305566Z [00:04:29.283]➜  # import config
2025-08-20T22:42:47.6305950Z [00:04:29.283]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.6306380Z [00:04:29.283]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.6306834Z [00:04:29.283]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.6307278Z [00:04:29.283]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.6307930Z [00:04:29.283]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.6308951Z [00:04:29.283]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.6309748Z [00:04:29.283]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.6310564Z [00:04:29.283]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:42:47.6311308Z [00:04:29.283]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.6311802Z [00:04:29.283]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.6312235Z [00:04:29.283]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.6312660Z [00:04:29.283]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.6313088Z [00:04:29.283]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.6313420Z [00:04:29.283]➜  EOF
2025-08-20T22:42:47.6317215Z [00:04:29.283]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2034/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonymrule=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonymrule;$WORK/b2034=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule -lang=go1.22 -complete -installsuffix shared -buildid YHTFdbI9kFRUbg8k5aKf/YHTFdbI9kFRUbg8k5aKf -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2034/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonymrule/put_synonym_rule.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonymrule/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/synonyms/putsynonymrule/response.go
2025-08-20T22:42:47.6348270Z [00:04:29.287]➜  go tool buildid -w $WORK/b2031/_pkg_.a # internal
2025-08-20T22:42:47.6359013Z [00:04:29.288]➜  cp $WORK/b2031/_pkg_.a /root/.cache/go-build/f7/f7ea99b091922daeec97f719e07e0f63160fee7a1d3c18b93fe2a55ab5a4e0f0-d # internal
2025-08-20T22:42:47.6386501Z [00:04:29.291]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel
2025-08-20T22:42:47.6387669Z [00:04:29.291]➜  mkdir -p $WORK/b2035/
2025-08-20T22:42:47.6388110Z [00:04:29.291]➜  cat >/tmp/go-build3998081543/b2035/importcfg << 'EOF' # internal
2025-08-20T22:42:47.6388490Z [00:04:29.291]➜  # import config
2025-08-20T22:42:47.6388852Z [00:04:29.291]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.6389283Z [00:04:29.291]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.6389742Z [00:04:29.291]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.6390191Z [00:04:29.291]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.6390605Z [00:04:29.291]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.6391261Z [00:04:29.291]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.6392057Z [00:04:29.291]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.6392627Z [00:04:29.291]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.6393046Z [00:04:29.291]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.6393488Z [00:04:29.291]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.6393919Z [00:04:29.291]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.6394348Z [00:04:29.291]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.6394668Z [00:04:29.291]➜  EOF
2025-08-20T22:42:47.6397817Z [00:04:29.291]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2035/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/cancel=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/cancel;$WORK/b2035=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel -lang=go1.22 -complete -installsuffix shared -buildid DdSjHGw_l6d-QV6gCL0U/DdSjHGw_l6d-QV6gCL0U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2035/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/cancel/cancel.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/cancel/response.go
2025-08-20T22:42:47.6400367Z [00:04:29.292]➜  go tool buildid -w $WORK/b2032/_pkg_.a # internal
2025-08-20T22:42:47.6423348Z [00:04:29.295]➜  cp $WORK/b2032/_pkg_.a /root/.cache/go-build/f0/f04ab6a3b479c1bedad3f0bb5410b431d51480b21eb0f3cf6462d863ea6d35f4-d # internal
2025-08-20T22:42:47.6432236Z [00:04:29.296]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get
2025-08-20T22:42:47.6433017Z [00:04:29.296]➜  mkdir -p $WORK/b2036/
2025-08-20T22:42:47.6444517Z [00:04:29.297]➜  cat >/tmp/go-build3998081543/b2036/importcfg << 'EOF' # internal
2025-08-20T22:42:47.6444888Z [00:04:29.297]➜  # import config
2025-08-20T22:42:47.6445232Z [00:04:29.297]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.6446012Z [00:04:29.297]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.6446596Z [00:04:29.297]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.6447440Z [00:04:29.297]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.6448083Z [00:04:29.297]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.6448880Z [00:04:29.297]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.6449446Z [00:04:29.297]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.6450215Z [00:04:29.297]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.6450750Z [00:04:29.297]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.6451256Z [00:04:29.297]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.6451684Z [00:04:29.297]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.6451999Z [00:04:29.297]➜  EOF
2025-08-20T22:42:47.6454592Z [00:04:29.297]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2036/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/get=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/get;$WORK/b2036=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get -lang=go1.22 -complete -installsuffix shared -buildid wtzoQnH1mf8QFpxObT9u/wtzoQnH1mf8QFpxObT9u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2036/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/get/get.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/get/response.go
2025-08-20T22:42:47.6948691Z [00:04:29.346]➜  go tool buildid -w $WORK/b2034/_pkg_.a # internal
2025-08-20T22:42:47.6952100Z [00:04:29.347]➜  cp $WORK/b2034/_pkg_.a /root/.cache/go-build/b2/b231ae11f2d50a78188119feb080f5d259e7f670a959b2d04f388496751de055-d # internal
2025-08-20T22:42:47.6981405Z [00:04:29.350]➜  github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list
2025-08-20T22:42:47.6982363Z [00:04:29.350]➜  mkdir -p $WORK/b2037/
2025-08-20T22:42:47.6983199Z [00:04:29.350]➜  cat >/tmp/go-build3998081543/b2037/importcfg << 'EOF' # internal
2025-08-20T22:42:47.6984055Z [00:04:29.350]➜  # import config
2025-08-20T22:42:47.6984459Z [00:04:29.350]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.6984902Z [00:04:29.350]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.6985516Z [00:04:29.350]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.6986342Z [00:04:29.350]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.6986767Z [00:04:29.350]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.6987406Z [00:04:29.350]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.6988203Z [00:04:29.350]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.6989169Z [00:04:29.350]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build3998081543/b2038/_pkg_.a
2025-08-20T22:42:47.6989848Z [00:04:29.350]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.6990271Z [00:04:29.350]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.6990703Z [00:04:29.350]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.6991146Z [00:04:29.350]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.6991581Z [00:04:29.350]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.6991898Z [00:04:29.350]➜  EOF
2025-08-20T22:42:47.6994530Z [00:04:29.350]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2037/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/list=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/list;$WORK/b2037=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list -lang=go1.22 -complete -installsuffix shared -buildid cRnpvr-V3rk3p3Wj6wMM/cRnpvr-V3rk3p3Wj6wMM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2037/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/list/list.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/tasks/list/response.go
2025-08-20T22:42:47.7078593Z [00:04:29.360]➜  go tool buildid -w $WORK/b2033/_pkg_.a # internal
2025-08-20T22:42:47.7085634Z [00:04:29.361]➜  cp $WORK/b2033/_pkg_.a /root/.cache/go-build/73/738de806eaee110d51e28db1a721d6a5621320da44e3a770a1745a859d7ecb1f-d # internal
2025-08-20T22:42:47.7118551Z [00:04:29.364]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure
2025-08-20T22:42:47.7119035Z [00:04:29.364]➜  mkdir -p $WORK/b2041/
2025-08-20T22:42:47.7126058Z [00:04:29.365]➜  cat >/tmp/go-build3998081543/b2041/importcfg << 'EOF' # internal
2025-08-20T22:42:47.7126791Z [00:04:29.365]➜  # import config
2025-08-20T22:42:47.7127458Z [00:04:29.365]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.7128346Z [00:04:29.365]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.7128843Z [00:04:29.365]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.7129295Z [00:04:29.365]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.7129747Z [00:04:29.365]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.7130384Z [00:04:29.365]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.7131178Z [00:04:29.365]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.7131742Z [00:04:29.365]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.7132168Z [00:04:29.365]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.7132604Z [00:04:29.365]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.7133026Z [00:04:29.365]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.7133453Z [00:04:29.365]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.7133772Z [00:04:29.365]➜  EOF
2025-08-20T22:42:47.7137707Z [00:04:29.365]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2041/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findstructure=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findstructure;$WORK/b2041=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure -lang=go1.22 -complete -installsuffix shared -buildid B-PQfyuS7jGCAcj-q6wi/B-PQfyuS7jGCAcj-q6wi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2041/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findstructure/find_structure.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findstructure/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/findstructure/response.go
2025-08-20T22:42:47.7199091Z [00:04:29.372]➜  go tool buildid -w $WORK/b2035/_pkg_.a # internal
2025-08-20T22:42:47.7203625Z [00:04:29.373]➜  go tool buildid -w $WORK/b2036/_pkg_.a # internal
2025-08-20T22:42:47.7212638Z [00:04:29.374]➜  cp $WORK/b2035/_pkg_.a /root/.cache/go-build/21/2105938e1dafffb495872a0e09f138fa2621537da5e1d323d1b979a243fd8a1b-d # internal
2025-08-20T22:42:47.7215664Z [00:04:29.374]➜  cp $WORK/b2036/_pkg_.a /root/.cache/go-build/21/212b753afcfea8b587f342b0dcadf9ea8c80e46fd6ab2127cb71c7df3d50c173-d # internal
2025-08-20T22:42:47.7226792Z [00:04:29.375]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform
2025-08-20T22:42:47.7227256Z [00:04:29.375]➜  mkdir -p $WORK/b2043/
2025-08-20T22:42:47.7227661Z [00:04:29.375]➜  cat >/tmp/go-build3998081543/b2043/importcfg << 'EOF' # internal
2025-08-20T22:42:47.7233292Z [00:04:29.375]➜  # import config
2025-08-20T22:42:47.7235766Z [00:04:29.375]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.7236350Z [00:04:29.375]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.7236806Z [00:04:29.375]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.7237573Z [00:04:29.375]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.7238354Z [00:04:29.375]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.7239250Z [00:04:29.375]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.7239817Z [00:04:29.375]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.7240244Z [00:04:29.375]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.7240700Z [00:04:29.375]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.7241127Z [00:04:29.375]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.7241555Z [00:04:29.375]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.7241868Z [00:04:29.375]➜  EOF
2025-08-20T22:42:47.7242269Z [00:04:29.375]➜  github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern
2025-08-20T22:42:47.7242705Z [00:04:29.375]➜  mkdir -p $WORK/b2042/
2025-08-20T22:42:47.7243111Z [00:04:29.375]➜  cat >/tmp/go-build3998081543/b2042/importcfg << 'EOF' # internal
2025-08-20T22:42:47.7243458Z [00:04:29.375]➜  # import config
2025-08-20T22:42:47.7243790Z [00:04:29.375]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.7244218Z [00:04:29.375]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.7244675Z [00:04:29.375]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.7245119Z [00:04:29.375]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.7252267Z [00:04:29.375]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.7252925Z [00:04:29.375]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.7253953Z [00:04:29.375]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.7254531Z [00:04:29.375]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.7254950Z [00:04:29.375]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.7255569Z [00:04:29.375]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.7256062Z [00:04:29.375]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.7256614Z [00:04:29.375]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.7256986Z [00:04:29.375]➜  EOF
2025-08-20T22:42:47.7260005Z [00:04:29.376]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2043/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/deletetransform=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/deletetransform;$WORK/b2043=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform -lang=go1.22 -complete -installsuffix shared -buildid n1hQzJHWe9J0I-BL0jGS/n1hQzJHWe9J0I-BL0jGS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2043/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/deletetransform/delete_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/deletetransform/response.go
2025-08-20T22:42:47.7266114Z [00:04:29.377]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2042/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/testgrokpattern=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/testgrokpattern;$WORK/b2042=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern -lang=go1.22 -complete -installsuffix shared -buildid dBuPI19pepQ-sEawPc4I/dBuPI19pepQ-sEawPc4I -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2042/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/testgrokpattern/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/testgrokpattern/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/textstructure/testgrokpattern/test_grok_pattern.go
2025-08-20T22:42:47.7861978Z [00:04:29.438]➜  go tool buildid -w $WORK/b2037/_pkg_.a # internal
2025-08-20T22:42:47.7866265Z [00:04:29.439]➜  cp $WORK/b2037/_pkg_.a /root/.cache/go-build/15/1525560ec73f0849f69a3ad1073b450cfed6bba1644b500505e177f3d0cce338-d # internal
2025-08-20T22:42:47.7882272Z [00:04:29.440]➜  go tool buildid -w $WORK/b2042/_pkg_.a # internal
2025-08-20T22:42:47.7882830Z [00:04:29.440]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform
2025-08-20T22:42:47.7883244Z [00:04:29.440]➜  mkdir -p $WORK/b2045/
2025-08-20T22:42:47.7885716Z [00:04:29.441]➜  cp $WORK/b2042/_pkg_.a /root/.cache/go-build/e1/e10df231fbbde9cfc2915a4f7ae4ecc9fd8e05780fb9307d78884c872ec46a29-d # internal
2025-08-20T22:42:47.7886729Z [00:04:29.441]➜  cat >/tmp/go-build3998081543/b2045/importcfg << 'EOF' # internal
2025-08-20T22:42:47.7887815Z [00:04:29.441]➜  # import config
2025-08-20T22:42:47.7888172Z [00:04:29.441]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.7888631Z [00:04:29.441]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.7889079Z [00:04:29.441]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.7889508Z [00:04:29.441]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.7890137Z [00:04:29.441]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.7890928Z [00:04:29.441]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.7891495Z [00:04:29.441]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.7892251Z [00:04:29.441]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.7892698Z [00:04:29.441]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.7893129Z [00:04:29.441]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.7893553Z [00:04:29.441]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.7893869Z [00:04:29.441]➜  EOF
2025-08-20T22:42:47.7897112Z [00:04:29.441]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2045/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/gettransform=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/gettransform;$WORK/b2045=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform -lang=go1.22 -complete -installsuffix shared -buildid Tkf9DEkhCS5o0GHQWiL0/Tkf9DEkhCS5o0GHQWiL0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2045/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/gettransform/get_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/gettransform/response.go
2025-08-20T22:42:47.7903632Z [00:04:29.442]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats
2025-08-20T22:42:47.7904065Z [00:04:29.443]➜  mkdir -p $WORK/b2046/
2025-08-20T22:42:47.7904443Z [00:04:29.443]➜  cat >/tmp/go-build3998081543/b2046/importcfg << 'EOF' # internal
2025-08-20T22:42:47.7904813Z [00:04:29.443]➜  # import config
2025-08-20T22:42:47.7905155Z [00:04:29.443]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.7905769Z [00:04:29.443]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.7906217Z [00:04:29.443]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.7913364Z [00:04:29.443]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.7914293Z [00:04:29.443]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.7915125Z [00:04:29.443]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.7915855Z [00:04:29.443]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.7916283Z [00:04:29.443]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.7916718Z [00:04:29.443]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.7917146Z [00:04:29.443]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.7917571Z [00:04:29.443]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.7917924Z [00:04:29.443]➜  EOF
2025-08-20T22:42:47.7921108Z [00:04:29.443]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2046/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/gettransformstats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/gettransformstats;$WORK/b2046=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats -lang=go1.22 -complete -installsuffix shared -buildid iUBvlHvR31O3B5TfLXro/iUBvlHvR31O3B5TfLXro -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2046/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/gettransformstats/get_transform_stats.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/gettransformstats/response.go
2025-08-20T22:42:47.7957689Z [00:04:29.447]➜  go tool buildid -w $WORK/b2043/_pkg_.a # internal
2025-08-20T22:42:47.7958404Z [00:04:29.448]➜  cp $WORK/b2043/_pkg_.a /root/.cache/go-build/24/247d8cb67690031c8a4d54c0d8810db89a27a71a147c48bdff4c50392dd3ab9c-d # internal
2025-08-20T22:42:47.7996861Z [00:04:29.450]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform
2025-08-20T22:42:47.7997657Z [00:04:29.450]➜  mkdir -p $WORK/b2047/
2025-08-20T22:42:47.7998055Z [00:04:29.450]➜  cat >/tmp/go-build3998081543/b2047/importcfg << 'EOF' # internal
2025-08-20T22:42:47.7998409Z [00:04:29.450]➜  # import config
2025-08-20T22:42:47.7998746Z [00:04:29.450]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.7999174Z [00:04:29.450]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.7999631Z [00:04:29.450]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.8000076Z [00:04:29.450]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.8000487Z [00:04:29.450]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.8001113Z [00:04:29.450]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.8001904Z [00:04:29.450]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.8002683Z [00:04:29.450]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.8003104Z [00:04:29.450]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.8003540Z [00:04:29.450]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.8003966Z [00:04:29.450]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.8004769Z [00:04:29.450]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.8005217Z [00:04:29.450]➜  EOF
2025-08-20T22:42:47.8009102Z [00:04:29.450]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2047/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/previewtransform=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/previewtransform;$WORK/b2047=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform -lang=go1.22 -complete -installsuffix shared -buildid VtY1_ngGvanRoIraQGhi/VtY1_ngGvanRoIraQGhi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2047/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/previewtransform/preview_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/previewtransform/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/previewtransform/response.go
2025-08-20T22:42:47.8017857Z [00:04:29.454]➜  go tool buildid -w $WORK/b2041/_pkg_.a # internal
2025-08-20T22:42:47.8018753Z [00:04:29.454]➜  cp $WORK/b2041/_pkg_.a /root/.cache/go-build/46/4609c7577b9b0aa2044de77a53304e4b5bf76fff07c1d4512e21597f3bf72318-d # internal
2025-08-20T22:42:47.8032848Z [00:04:29.456]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform
2025-08-20T22:42:47.8041757Z [00:04:29.456]➜  mkdir -p $WORK/b2048/
2025-08-20T22:42:47.8042523Z [00:04:29.457]➜  cat >/tmp/go-build3998081543/b2048/importcfg << 'EOF' # internal
2025-08-20T22:42:47.8042943Z [00:04:29.457]➜  # import config
2025-08-20T22:42:47.8043298Z [00:04:29.457]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.8043750Z [00:04:29.457]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.8044205Z [00:04:29.457]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.8044651Z [00:04:29.457]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.8045323Z [00:04:29.457]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.8046897Z [00:04:29.457]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.8047703Z [00:04:29.457]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.8048270Z [00:04:29.457]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.8048930Z [00:04:29.457]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.8049372Z [00:04:29.457]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.8049801Z [00:04:29.457]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.8050225Z [00:04:29.457]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.8050541Z [00:04:29.457]➜  EOF
2025-08-20T22:42:47.8053881Z [00:04:29.457]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2048/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/puttransform=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/puttransform;$WORK/b2048=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform -lang=go1.22 -complete -installsuffix shared -buildid kZ9C_0uLKCbJ1VRyISCZ/kZ9C_0uLKCbJ1VRyISCZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2048/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/puttransform/put_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/puttransform/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/puttransform/response.go
2025-08-20T22:42:47.8492119Z [00:04:29.501]➜  go tool buildid -w $WORK/b2046/_pkg_.a # internal
2025-08-20T22:42:47.8506226Z [00:04:29.503]➜  cp $WORK/b2046/_pkg_.a /root/.cache/go-build/24/24338ff2229f7ca3c6306e044502201c1a548a25658e841730fa6e753c4081e6-d # internal
2025-08-20T22:42:47.8533747Z [00:04:29.506]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform
2025-08-20T22:42:47.8534221Z [00:04:29.506]➜  mkdir -p $WORK/b2049/
2025-08-20T22:42:47.8540588Z [00:04:29.506]➜  cat >/tmp/go-build3998081543/b2049/importcfg << 'EOF' # internal
2025-08-20T22:42:47.8541033Z [00:04:29.506]➜  # import config
2025-08-20T22:42:47.8541425Z [00:04:29.506]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.8542121Z [00:04:29.506]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.8542673Z [00:04:29.506]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.8543097Z [00:04:29.506]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.8543729Z [00:04:29.506]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.8544529Z [00:04:29.506]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.8545092Z [00:04:29.506]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.8545661Z [00:04:29.506]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.8546105Z [00:04:29.506]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.8546552Z [00:04:29.506]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.8546986Z [00:04:29.506]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.8547303Z [00:04:29.506]➜  EOF
2025-08-20T22:42:47.8570236Z [00:04:29.506]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2049/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/resettransform=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/resettransform;$WORK/b2049=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform -lang=go1.22 -complete -installsuffix shared -buildid dPtwyY-j3kkxAj7RIng0/dPtwyY-j3kkxAj7RIng0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2049/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/resettransform/reset_transform.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/resettransform/response.go
2025-08-20T22:42:47.8670127Z [00:04:29.519]➜  go tool buildid -w $WORK/b2045/_pkg_.a # internal
2025-08-20T22:42:47.8712980Z [00:04:29.523]➜  cp $WORK/b2045/_pkg_.a /root/.cache/go-build/27/279597b356e43b7eba149c57fe4116add0fd3192355e86f64314e34e87d23712-d # internal
2025-08-20T22:42:47.8713893Z [00:04:29.523]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform
2025-08-20T22:42:47.8714967Z [00:04:29.523]➜  mkdir -p $WORK/b2050/
2025-08-20T22:42:47.8717876Z [00:04:29.524]➜  cat >/tmp/go-build3998081543/b2050/importcfg << 'EOF' # internal
2025-08-20T22:42:47.8718247Z [00:04:29.524]➜  # import config
2025-08-20T22:42:47.8718599Z [00:04:29.524]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.8719056Z [00:04:29.524]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.8719502Z [00:04:29.524]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.8719919Z [00:04:29.524]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.8720993Z [00:04:29.524]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.8721843Z [00:04:29.524]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.8722411Z [00:04:29.524]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.8722832Z [00:04:29.524]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.8723272Z [00:04:29.524]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.8723703Z [00:04:29.524]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.8724131Z [00:04:29.524]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.8724447Z [00:04:29.524]➜  EOF
2025-08-20T22:42:47.8727794Z [00:04:29.524]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2050/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/schedulenowtransform=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/schedulenowtransform;$WORK/b2050=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform -lang=go1.22 -complete -installsuffix shared -buildid 8hLw3mhSENG8J2gOyjGO/8hLw3mhSENG8J2gOyjGO -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2050/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/schedulenowtransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/schedulenowtransform/schedule_now_transform.go
2025-08-20T22:42:47.8860051Z [00:04:29.538]➜  go tool buildid -w $WORK/b2048/_pkg_.a # internal
2025-08-20T22:42:47.8882973Z [00:04:29.541]➜  cp $WORK/b2048/_pkg_.a /root/.cache/go-build/b8/b8ce3d3b8861cb6bd29cb999508664c5d5110462d9e69345381253bf7cc88832-d # internal
2025-08-20T22:42:47.8888950Z [00:04:29.541]➜  go tool buildid -w $WORK/b2047/_pkg_.a # internal
2025-08-20T22:42:47.8897266Z [00:04:29.542]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform
2025-08-20T22:42:47.8902799Z [00:04:29.543]➜  mkdir -p $WORK/b2051/
2025-08-20T22:42:47.8904298Z [00:04:29.543]➜  cp $WORK/b2047/_pkg_.a /root/.cache/go-build/f3/f32cb9156597d060838079b0063641cbd9add83eadce9b5f862198c74950b329-d # internal
2025-08-20T22:42:47.8912219Z [00:04:29.544]➜  cat >/tmp/go-build3998081543/b2051/importcfg << 'EOF' # internal
2025-08-20T22:42:47.8913121Z [00:04:29.544]➜  # import config
2025-08-20T22:42:47.8913595Z [00:04:29.544]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.8914062Z [00:04:29.544]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.8914510Z [00:04:29.544]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.8914929Z [00:04:29.544]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.8915861Z [00:04:29.544]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.8916675Z [00:04:29.544]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.8917242Z [00:04:29.544]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.8917667Z [00:04:29.544]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.8918107Z [00:04:29.544]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.8918533Z [00:04:29.544]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.8918960Z [00:04:29.544]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.8919272Z [00:04:29.544]➜  EOF
2025-08-20T22:42:47.8923863Z [00:04:29.544]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2051/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/starttransform=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/starttransform;$WORK/b2051=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform -lang=go1.22 -complete -installsuffix shared -buildid TkzUFF_SzU_6f6nWQdeA/TkzUFF_SzU_6f6nWQdeA -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2051/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/starttransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/starttransform/start_transform.go
2025-08-20T22:42:47.8930569Z [00:04:29.545]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform
2025-08-20T22:42:47.8931195Z [00:04:29.545]➜  mkdir -p $WORK/b2052/
2025-08-20T22:42:47.8931594Z [00:04:29.545]➜  cat >/tmp/go-build3998081543/b2052/importcfg << 'EOF' # internal
2025-08-20T22:42:47.8931944Z [00:04:29.545]➜  # import config
2025-08-20T22:42:47.8932397Z [00:04:29.545]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.8932967Z [00:04:29.545]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.8933544Z [00:04:29.545]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.8934058Z [00:04:29.545]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.8934783Z [00:04:29.545]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.8940355Z [00:04:29.545]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.8940978Z [00:04:29.545]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.8941400Z [00:04:29.545]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.8941829Z [00:04:29.545]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.8942254Z [00:04:29.545]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.8942705Z [00:04:29.545]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.8943024Z [00:04:29.545]➜  EOF
2025-08-20T22:42:47.8946368Z [00:04:29.545]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2052/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/stoptransform=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/stoptransform;$WORK/b2052=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform -lang=go1.22 -complete -installsuffix shared -buildid dYyfobPSJ3I4pHeesoTT/dYyfobPSJ3I4pHeesoTT -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2052/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/stoptransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/stoptransform/stop_transform.go
2025-08-20T22:42:47.9497544Z [00:04:29.602]➜  go tool buildid -w $WORK/b2051/_pkg_.a # internal
2025-08-20T22:42:47.9510723Z [00:04:29.603]➜  go tool buildid -w $WORK/b2050/_pkg_.a # internal
2025-08-20T22:42:47.9528392Z [00:04:29.605]➜  cp $WORK/b2050/_pkg_.a /root/.cache/go-build/6c/6cb0fa5a3c74f4615d1ce6bd3fa72fb89860859c8372154c2ad78f0b19dee4da-d # internal
2025-08-20T22:42:47.9536639Z [00:04:29.606]➜  go tool buildid -w $WORK/b2049/_pkg_.a # internal
2025-08-20T22:42:47.9547949Z [00:04:29.607]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform
2025-08-20T22:42:47.9549006Z [00:04:29.607]➜  mkdir -p $WORK/b2053/
2025-08-20T22:42:47.9549682Z [00:04:29.607]➜  cp $WORK/b2049/_pkg_.a /root/.cache/go-build/ce/cef879568a2b1c73a413592b902367c3744b5256700c4876fb577b14c2315a97-d # internal
2025-08-20T22:42:47.9550870Z [00:04:29.607]➜  cp $WORK/b2051/_pkg_.a /root/.cache/go-build/a1/a1897906578e4e922461110f75cf2fa4f8c57e78542349920cddd2782806f89c-d # internal
2025-08-20T22:42:47.9551528Z [00:04:29.607]➜  cat >/tmp/go-build3998081543/b2053/importcfg << 'EOF' # internal
2025-08-20T22:42:47.9552259Z [00:04:29.607]➜  # import config
2025-08-20T22:42:47.9552711Z [00:04:29.607]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:47.9553215Z [00:04:29.607]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.9553670Z [00:04:29.607]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.9554116Z [00:04:29.607]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.9556111Z [00:04:29.607]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.9556932Z [00:04:29.607]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.9557762Z [00:04:29.607]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.9558337Z [00:04:29.607]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.9558778Z [00:04:29.607]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.9559220Z [00:04:29.607]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.9559649Z [00:04:29.607]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.9560125Z [00:04:29.607]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.9560454Z [00:04:29.607]➜  EOF
2025-08-20T22:42:47.9564191Z [00:04:29.607]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2053/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/updatetransform=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/updatetransform;$WORK/b2053=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform -lang=go1.22 -complete -installsuffix shared -buildid MWxkE6tbYD-cqyWPEId6/MWxkE6tbYD-cqyWPEId6 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2053/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/updatetransform/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/updatetransform/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/updatetransform/update_transform.go
2025-08-20T22:42:47.9567878Z [00:04:29.608]➜  github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms
2025-08-20T22:42:47.9568303Z [00:04:29.608]➜  mkdir -p $WORK/b2054/
2025-08-20T22:42:47.9569004Z [00:04:29.608]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch
2025-08-20T22:42:47.9569444Z [00:04:29.608]➜  mkdir -p $WORK/b2055/
2025-08-20T22:42:47.9569817Z [00:04:29.609]➜  cat >/tmp/go-build3998081543/b2054/importcfg << 'EOF' # internal
2025-08-20T22:42:47.9570163Z [00:04:29.609]➜  # import config
2025-08-20T22:42:47.9570504Z [00:04:29.609]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.9571186Z [00:04:29.609]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.9571646Z [00:04:29.609]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.9572063Z [00:04:29.609]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.9572697Z [00:04:29.609]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.9573489Z [00:04:29.609]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.9574056Z [00:04:29.609]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.9574476Z [00:04:29.609]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.9574910Z [00:04:29.609]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.9575737Z [00:04:29.609]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.9576562Z [00:04:29.609]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.9576883Z [00:04:29.609]➜  EOF
2025-08-20T22:42:47.9580045Z [00:04:29.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2054/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/upgradetransforms=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/upgradetransforms;$WORK/b2054=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms -lang=go1.22 -complete -installsuffix shared -buildid cCRrz7jcJbruAz2w_FD2/cCRrz7jcJbruAz2w_FD2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2054/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/upgradetransforms/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/transform/upgradetransforms/upgrade_transforms.go
2025-08-20T22:42:47.9582935Z [00:04:29.610]➜  cat >/tmp/go-build3998081543/b2055/importcfg << 'EOF' # internal
2025-08-20T22:42:47.9583299Z [00:04:29.610]➜  # import config
2025-08-20T22:42:47.9583647Z [00:04:29.610]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.9584100Z [00:04:29.610]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.9584550Z [00:04:29.610]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.9584961Z [00:04:29.610]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.9585748Z [00:04:29.610]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.9586630Z [00:04:29.610]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.9587204Z [00:04:29.610]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.9587619Z [00:04:29.610]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.9588058Z [00:04:29.610]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.9588487Z [00:04:29.610]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.9588908Z [00:04:29.610]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.9589226Z [00:04:29.610]➜  EOF
2025-08-20T22:42:47.9593864Z [00:04:29.610]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2055/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/ackwatch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/ackwatch;$WORK/b2055=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch -lang=go1.22 -complete -installsuffix shared -buildid sP3Aqaqn2Y70Kg31tVAb/sP3Aqaqn2Y70Kg31tVAb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2055/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/ackwatch/ack_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/ackwatch/response.go
2025-08-20T22:42:47.9629556Z [00:04:29.615]➜  go tool buildid -w $WORK/b2052/_pkg_.a # internal
2025-08-20T22:42:47.9642540Z [00:04:29.617]➜  cp $WORK/b2052/_pkg_.a /root/.cache/go-build/00/00b27315c4bc2ba429018144ce4f2708b0c4bc42dfb2fe3716f7645678ccea29-d # internal
2025-08-20T22:42:47.9657339Z [00:04:29.618]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch
2025-08-20T22:42:47.9658975Z [00:04:29.618]➜  mkdir -p $WORK/b2056/
2025-08-20T22:42:47.9661484Z [00:04:29.618]➜  cat >/tmp/go-build3998081543/b2056/importcfg << 'EOF' # internal
2025-08-20T22:42:47.9661862Z [00:04:29.619]➜  # import config
2025-08-20T22:42:47.9662213Z [00:04:29.619]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:47.9662672Z [00:04:29.619]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:47.9663119Z [00:04:29.619]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:47.9663869Z [00:04:29.619]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:47.9664652Z [00:04:29.619]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:47.9665710Z [00:04:29.619]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:47.9666374Z [00:04:29.619]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:47.9666812Z [00:04:29.619]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:47.9667245Z [00:04:29.619]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:47.9667673Z [00:04:29.619]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:47.9668098Z [00:04:29.619]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:47.9668417Z [00:04:29.619]➜  EOF
2025-08-20T22:42:47.9673150Z [00:04:29.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2056/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/activatewatch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/activatewatch;$WORK/b2056=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch -lang=go1.22 -complete -installsuffix shared -buildid Y0NgKQgmEkEM1u3gt2sR/Y0NgKQgmEkEM1u3gt2sR -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2056/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/activatewatch/activate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/activatewatch/response.go
2025-08-20T22:42:48.0243619Z [00:04:29.677]➜  go tool buildid -w $WORK/b2054/_pkg_.a # internal
2025-08-20T22:42:48.0258308Z [00:04:29.678]➜  cp $WORK/b2054/_pkg_.a /root/.cache/go-build/32/32ce9ca8aaaf24d1052ecd31f5526b04c7ede9f620ec7f7da8cbb6d126e783ac-d # internal
2025-08-20T22:42:48.0267373Z [00:04:29.679]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch
2025-08-20T22:42:48.0267835Z [00:04:29.679]➜  mkdir -p $WORK/b2057/
2025-08-20T22:42:48.0271199Z [00:04:29.680]➜  cat >/tmp/go-build3998081543/b2057/importcfg << 'EOF' # internal
2025-08-20T22:42:48.0271595Z [00:04:29.680]➜  # import config
2025-08-20T22:42:48.0271946Z [00:04:29.680]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.0272407Z [00:04:29.680]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.0273122Z [00:04:29.680]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.0273607Z [00:04:29.680]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.0274245Z [00:04:29.680]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.0275033Z [00:04:29.680]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.0275864Z [00:04:29.680]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.0276305Z [00:04:29.680]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.0276738Z [00:04:29.680]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.0277163Z [00:04:29.680]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.0277588Z [00:04:29.680]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.0277911Z [00:04:29.680]➜  EOF
2025-08-20T22:42:48.0288242Z [00:04:29.681]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2057/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/deactivatewatch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/deactivatewatch;$WORK/b2057=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch -lang=go1.22 -complete -installsuffix shared -buildid x96YdD2WjxKqX697g1Ak/x96YdD2WjxKqX697g1Ak -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2057/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/deactivatewatch/deactivate_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/deactivatewatch/response.go
2025-08-20T22:42:48.0296787Z [00:04:29.682]➜  go tool buildid -w $WORK/b2055/_pkg_.a # internal
2025-08-20T22:42:48.0314769Z [00:04:29.684]➜  cp $WORK/b2055/_pkg_.a /root/.cache/go-build/3b/3beb8bf6d9b88f3299bd5de25eca279b66f23af41bf412169088336d257c9d9b-d # internal
2025-08-20T22:42:48.0323671Z [00:04:29.685]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch
2025-08-20T22:42:48.0324489Z [00:04:29.685]➜  mkdir -p $WORK/b2058/
2025-08-20T22:42:48.0339907Z [00:04:29.686]➜  cat >/tmp/go-build3998081543/b2058/importcfg << 'EOF' # internal
2025-08-20T22:42:48.0340454Z [00:04:29.686]➜  # import config
2025-08-20T22:42:48.0340828Z [00:04:29.686]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.0341293Z [00:04:29.686]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.0341735Z [00:04:29.686]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.0342147Z [00:04:29.686]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.0342775Z [00:04:29.686]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.0343569Z [00:04:29.686]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.0344130Z [00:04:29.686]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.0344552Z [00:04:29.686]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.0344983Z [00:04:29.686]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.0345915Z [00:04:29.686]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.0346357Z [00:04:29.686]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.0346675Z [00:04:29.686]➜  EOF
2025-08-20T22:42:48.0349693Z [00:04:29.686]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2058/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/deletewatch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/deletewatch;$WORK/b2058=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch -lang=go1.22 -complete -installsuffix shared -buildid wZB3NzQCJbgKkgbOUABr/wZB3NzQCJbgKkgbOUABr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2058/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/deletewatch/delete_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/deletewatch/response.go
2025-08-20T22:42:48.0357187Z [00:04:29.688]➜  go tool buildid -w $WORK/b2056/_pkg_.a # internal
2025-08-20T22:42:48.0366988Z [00:04:29.689]➜  cp $WORK/b2056/_pkg_.a /root/.cache/go-build/7a/7a3e2b31bb4578374b19e431f626c2dfbd762124072436f4cd78178e271c04ec-d # internal
2025-08-20T22:42:48.0385292Z [00:04:29.691]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch
2025-08-20T22:42:48.0388735Z [00:04:29.691]➜  mkdir -p $WORK/b2059/
2025-08-20T22:42:48.0398169Z [00:04:29.692]➜  cat >/tmp/go-build3998081543/b2059/importcfg << 'EOF' # internal
2025-08-20T22:42:48.0401875Z [00:04:29.692]➜  # import config
2025-08-20T22:42:48.0402228Z [00:04:29.692]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:48.0402657Z [00:04:29.692]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.0403108Z [00:04:29.692]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.0403551Z [00:04:29.692]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.0404265Z [00:04:29.692]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.0405002Z [00:04:29.692]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.0406101Z [00:04:29.692]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.0406988Z [00:04:29.692]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build3998081543/b2060/_pkg_.a
2025-08-20T22:42:48.0407667Z [00:04:29.692]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.0408091Z [00:04:29.692]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.0408524Z [00:04:29.692]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.0408949Z [00:04:29.692]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.0409385Z [00:04:29.692]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.0409701Z [00:04:29.692]➜  EOF
2025-08-20T22:42:48.0412966Z [00:04:29.692]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2059/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/executewatch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/executewatch;$WORK/b2059=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch -lang=go1.22 -complete -installsuffix shared -buildid 5yH_ke0p4kMZbptIAiTZ/5yH_ke0p4kMZbptIAiTZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2059/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/executewatch/execute_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/executewatch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/executewatch/response.go
2025-08-20T22:42:48.0422798Z [00:04:29.695]➜  go tool buildid -w $WORK/b2053/_pkg_.a # internal
2025-08-20T22:42:48.0430036Z [00:04:29.695]➜  cp $WORK/b2053/_pkg_.a /root/.cache/go-build/04/04883eaf19d54cefeda28c4f14603f113dbec29266c2412016e716a4eb919121-d # internal
2025-08-20T22:42:48.0438695Z [00:04:29.696]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch
2025-08-20T22:42:48.0439277Z [00:04:29.696]➜  mkdir -p $WORK/b2062/
2025-08-20T22:42:48.0443936Z [00:04:29.697]➜  cat >/tmp/go-build3998081543/b2062/importcfg << 'EOF' # internal
2025-08-20T22:42:48.0447053Z [00:04:29.697]➜  # import config
2025-08-20T22:42:48.0447535Z [00:04:29.697]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.0448002Z [00:04:29.697]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.0448455Z [00:04:29.697]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.0448869Z [00:04:29.697]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.0449524Z [00:04:29.697]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.0450324Z [00:04:29.697]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.0450892Z [00:04:29.697]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.0451314Z [00:04:29.697]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.0451752Z [00:04:29.697]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.0452184Z [00:04:29.697]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.0452613Z [00:04:29.697]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.0452931Z [00:04:29.697]➜  EOF
2025-08-20T22:42:48.0456283Z [00:04:29.697]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2062/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/getwatch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/getwatch;$WORK/b2062=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch -lang=go1.22 -complete -installsuffix shared -buildid -RVYSwx-dqWnnsIm_q9U/-RVYSwx-dqWnnsIm_q9U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2062/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/getwatch/get_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/getwatch/response.go
2025-08-20T22:42:48.1056070Z [00:04:29.758]➜  go tool buildid -w $WORK/b2057/_pkg_.a # internal
2025-08-20T22:42:48.1094092Z [00:04:29.762]➜  cp $WORK/b2057/_pkg_.a /root/.cache/go-build/ff/ff55c4dd9fb933bc06525e113ab8ecb56fba7b03069d1c62506b51b8023cd8ba-d # internal
2025-08-20T22:42:48.1094833Z [00:04:29.762]➜  go tool buildid -w $WORK/b2062/_pkg_.a # internal
2025-08-20T22:42:48.1108120Z [00:04:29.763]➜  cp $WORK/b2062/_pkg_.a /root/.cache/go-build/86/868006caedb0f7a75ce4636e9fc6db845f1d0986357014765c69a71fbc759094-d # internal
2025-08-20T22:42:48.1119111Z [00:04:29.764]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch
2025-08-20T22:42:48.1119710Z [00:04:29.764]➜  mkdir -p $WORK/b2063/
2025-08-20T22:42:48.1120116Z [00:04:29.764]➜  cat >/tmp/go-build3998081543/b2063/importcfg << 'EOF' # internal
2025-08-20T22:42:48.1122256Z [00:04:29.765]➜  # import config
2025-08-20T22:42:48.1123911Z [00:04:29.765]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:48.1124499Z [00:04:29.765]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.1125026Z [00:04:29.765]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.1125724Z [00:04:29.765]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.1126212Z [00:04:29.765]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.1126853Z [00:04:29.765]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.1128022Z [00:04:29.765]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.1128594Z [00:04:29.765]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.1129012Z [00:04:29.765]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.1129443Z [00:04:29.765]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.1130015Z [00:04:29.765]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.1130503Z [00:04:29.765]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.1130820Z [00:04:29.765]➜  EOF
2025-08-20T22:42:48.1138215Z [00:04:29.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2063/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/putwatch=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/putwatch;$WORK/b2063=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch -lang=go1.22 -complete -installsuffix shared -buildid L3t-F7Lmvix6DF6MGHPa/L3t-F7Lmvix6DF6MGHPa -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2063/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/putwatch/put_watch.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/putwatch/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/putwatch/response.go
2025-08-20T22:42:48.1148179Z [00:04:29.765]➜  go tool buildid -w $WORK/b2058/_pkg_.a # internal
2025-08-20T22:42:48.1148671Z [00:04:29.765]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches
2025-08-20T22:42:48.1149072Z [00:04:29.765]➜  mkdir -p $WORK/b2064/
2025-08-20T22:42:48.1149451Z [00:04:29.765]➜  cat >/tmp/go-build3998081543/b2064/importcfg << 'EOF' # internal
2025-08-20T22:42:48.1150135Z [00:04:29.765]➜  # import config
2025-08-20T22:42:48.1150584Z [00:04:29.765]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:48.1151071Z [00:04:29.765]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.1151523Z [00:04:29.765]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.1151973Z [00:04:29.765]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.1152386Z [00:04:29.765]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.1153022Z [00:04:29.765]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.1153806Z [00:04:29.765]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.1154370Z [00:04:29.765]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.1154783Z [00:04:29.765]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.1155227Z [00:04:29.765]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.1157275Z [00:04:29.765]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.1157856Z [00:04:29.765]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.1158176Z [00:04:29.765]➜  EOF
2025-08-20T22:42:48.1161458Z [00:04:29.765]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2064/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/querywatches=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/querywatches;$WORK/b2064=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches -lang=go1.22 -complete -installsuffix shared -buildid XWqBxlOa2a1pTKHAZZBX/XWqBxlOa2a1pTKHAZZBX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2064/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/querywatches/query_watches.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/querywatches/request.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/querywatches/response.go
2025-08-20T22:42:48.1167373Z [00:04:29.769]➜  go tool buildid -w $WORK/b2059/_pkg_.a # internal
2025-08-20T22:42:48.1173220Z [00:04:29.770]➜  cp $WORK/b2058/_pkg_.a /root/.cache/go-build/6f/6febe6f8160f5ad8dcc534e457b7dc694497788749690cffba86efd2facae30f-d # internal
2025-08-20T22:42:48.1174483Z [00:04:29.770]➜  cp $WORK/b2059/_pkg_.a /root/.cache/go-build/cc/cca3c326bf8fa00e8349dba4d81cd7dd3e647b41b1f95fa4a7e69bb48f1433cf-d # internal
2025-08-20T22:42:48.1183119Z [00:04:29.771]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats
2025-08-20T22:42:48.1183528Z [00:04:29.771]➜  mkdir -p $WORK/b2066/
2025-08-20T22:42:48.1183907Z [00:04:29.771]➜  cat >/tmp/go-build3998081543/b2066/importcfg << 'EOF' # internal
2025-08-20T22:42:48.1184275Z [00:04:29.771]➜  # import config
2025-08-20T22:42:48.1184616Z [00:04:29.771]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.1185077Z [00:04:29.771]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.1185824Z [00:04:29.771]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.1186262Z [00:04:29.771]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.1186901Z [00:04:29.771]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.1187696Z [00:04:29.771]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.1188258Z [00:04:29.771]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.1188673Z [00:04:29.771]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.1189105Z [00:04:29.771]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.1189872Z [00:04:29.771]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.1190391Z [00:04:29.771]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.1190753Z [00:04:29.771]➜  EOF
2025-08-20T22:42:48.1193428Z [00:04:29.771]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2066/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/stats=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/stats;$WORK/b2066=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats -lang=go1.22 -complete -installsuffix shared -buildid 00P5JPEICtTK7-EEbz_u/00P5JPEICtTK7-EEbz_u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2066/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/stats/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/stats/stats.go
2025-08-20T22:42:48.1200349Z [00:04:29.772]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start
2025-08-20T22:42:48.1200799Z [00:04:29.772]➜  mkdir -p $WORK/b2065/
2025-08-20T22:42:48.1201200Z [00:04:29.772]➜  cat >/tmp/go-build3998081543/b2065/importcfg << 'EOF' # internal
2025-08-20T22:42:48.1201547Z [00:04:29.772]➜  # import config
2025-08-20T22:42:48.1201887Z [00:04:29.772]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.1202338Z [00:04:29.772]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.1202786Z [00:04:29.772]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.1203201Z [00:04:29.772]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.1203825Z [00:04:29.772]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.1204603Z [00:04:29.772]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.1205766Z [00:04:29.772]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.1206217Z [00:04:29.772]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.1206653Z [00:04:29.772]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.1207077Z [00:04:29.772]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.1207505Z [00:04:29.772]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.1207962Z [00:04:29.772]➜  EOF
2025-08-20T22:42:48.1210672Z [00:04:29.772]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2065/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/start=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/start;$WORK/b2065=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start -lang=go1.22 -complete -installsuffix shared -buildid m_-90AToOhOQ0k7jW8xm/m_-90AToOhOQ0k7jW8xm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2065/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/start/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/start/start.go
2025-08-20T22:42:48.1833545Z [00:04:29.836]➜  go tool buildid -w $WORK/b2065/_pkg_.a # internal
2025-08-20T22:42:48.1847903Z [00:04:29.837]➜  cp $WORK/b2065/_pkg_.a /root/.cache/go-build/e9/e960b7b0a35d90427e905540f84f8413c9dbe24d50f3dd5ba2c50423fdfe7e04-d # internal
2025-08-20T22:42:48.1857282Z [00:04:29.838]➜  github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop
2025-08-20T22:42:48.1858124Z [00:04:29.838]➜  mkdir -p $WORK/b2067/
2025-08-20T22:42:48.1893393Z [00:04:29.842]➜  cat >/tmp/go-build3998081543/b2067/importcfg << 'EOF' # internal
2025-08-20T22:42:48.1894586Z [00:04:29.842]➜  # import config
2025-08-20T22:42:48.1895203Z [00:04:29.842]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.1896373Z [00:04:29.842]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.1897258Z [00:04:29.842]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.1898650Z [00:04:29.842]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.1899301Z [00:04:29.842]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.1900101Z [00:04:29.842]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.1900674Z [00:04:29.842]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.1901092Z [00:04:29.842]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.1901521Z [00:04:29.842]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.1901952Z [00:04:29.842]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.1902391Z [00:04:29.842]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.1902715Z [00:04:29.842]➜  EOF
2025-08-20T22:42:48.1905562Z [00:04:29.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2067/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/stop=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/stop;$WORK/b2067=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop -lang=go1.22 -complete -installsuffix shared -buildid 405YOzQjUg0cqB5ivo4S/405YOzQjUg0cqB5ivo4S -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2067/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/stop/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/watcher/stop/stop.go
2025-08-20T22:42:48.1908842Z [00:04:29.843]➜  go tool buildid -w $WORK/b2066/_pkg_.a # internal
2025-08-20T22:42:48.1921575Z [00:04:29.844]➜  go tool buildid -w $WORK/b2064/_pkg_.a # internal
2025-08-20T22:42:48.1932488Z [00:04:29.845]➜  cp $WORK/b2066/_pkg_.a /root/.cache/go-build/cf/cf433551707cd5084940ec10e2d70fe27c3889b9d6cb5a435174b92b04e01d1f-d # internal
2025-08-20T22:42:48.1938152Z [00:04:29.846]➜  cp $WORK/b2064/_pkg_.a /root/.cache/go-build/4c/4c9da8c5fa8095a2a33119d1527e1c577c0ffd5947829b486b2754bb8d185e59-d # internal
2025-08-20T22:42:48.1945678Z [00:04:29.847]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage
2025-08-20T22:42:48.1946391Z [00:04:29.847]➜  mkdir -p $WORK/b2071/
2025-08-20T22:42:48.1946785Z [00:04:29.847]➜  go tool buildid -w $WORK/b2063/_pkg_.a # internal
2025-08-20T22:42:48.1949349Z [00:04:29.847]➜  cat >/tmp/go-build3998081543/b2071/importcfg << 'EOF' # internal
2025-08-20T22:42:48.1949944Z [00:04:29.847]➜  # import config
2025-08-20T22:42:48.1950447Z [00:04:29.847]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.1951841Z [00:04:29.847]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.1952781Z [00:04:29.847]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.1953411Z [00:04:29.847]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.1954349Z [00:04:29.847]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.1955638Z [00:04:29.847]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.1956601Z [00:04:29.847]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.1957696Z [00:04:29.847]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.1958136Z [00:04:29.847]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.1958567Z [00:04:29.847]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.1958995Z [00:04:29.847]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.1959639Z [00:04:29.847]➜  EOF
2025-08-20T22:42:48.1962404Z [00:04:29.847]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2071/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/xpack/usage=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/xpack/usage;$WORK/b2071=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage -lang=go1.22 -complete -installsuffix shared -buildid Np3Pd08t9p0RqSLas0Pi/Np3Pd08t9p0RqSLas0Pi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2071/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/xpack/usage/response.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/xpack/usage/usage.go
2025-08-20T22:42:48.1964899Z [00:04:29.847]➜  github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info
2025-08-20T22:42:48.1965261Z [00:04:29.848]➜  mkdir -p $WORK/b2069/
2025-08-20T22:42:48.1971480Z [00:04:29.848]➜  cat >/tmp/go-build3998081543/b2069/importcfg << 'EOF' # internal
2025-08-20T22:42:48.1971846Z [00:04:29.848]➜  # import config
2025-08-20T22:42:48.1972202Z [00:04:29.848]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.1972656Z [00:04:29.848]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.1973101Z [00:04:29.848]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.1973516Z [00:04:29.848]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.1974153Z [00:04:29.848]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.1974940Z [00:04:29.848]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:42:48.1976062Z [00:04:29.848]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build3998081543/b2070/_pkg_.a
2025-08-20T22:42:48.1976995Z [00:04:29.848]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.1977422Z [00:04:29.848]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.1977853Z [00:04:29.848]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.1978277Z [00:04:29.848]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.1978701Z [00:04:29.848]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.1979017Z [00:04:29.848]➜  EOF
2025-08-20T22:42:48.1981742Z [00:04:29.849]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2069/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/xpack/info=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/xpack/info;$WORK/b2069=>" -p github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info -lang=go1.22 -complete -installsuffix shared -buildid E9wwEz01XuJF262mP_qt/E9wwEz01XuJF262mP_qt -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2069/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/xpack/info/info.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/xpack/info/response.go
2025-08-20T22:42:48.1984411Z [00:04:29.849]➜  cp $WORK/b2063/_pkg_.a /root/.cache/go-build/db/db9aea6a137e8b725ebebc0c15ee988088fefbf9007c7b9b57a4638d162c8cdd-d # internal
2025-08-20T22:42:48.2098143Z [00:04:29.862]➜  github.com/apache/arrow/go/v15/arrow/compute/internal/kernels
2025-08-20T22:42:48.2105952Z [00:04:29.862]➜  mkdir -p $WORK/b2220/
2025-08-20T22:42:48.2106284Z [00:04:29.862]➜  echo -n > $WORK/b2220/go_asm.h # internal
2025-08-20T22:42:48.2106792Z [00:04:29.862]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels
2025-08-20T22:42:48.2108895Z [00:04:29.862]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v15/arrow/compute/internal/kernels -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels=>github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels;$WORK/b2220=>" -I $WORK/b2220/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -gensymabis -o $WORK/b2220/symabis ./cast_numeric_neon_arm64.s
2025-08-20T22:42:48.2175465Z [00:04:29.870]➜  cat >/tmp/go-build3998081543/b2220/importcfg << 'EOF' # internal
2025-08-20T22:42:48.2179354Z [00:04:29.870]➜  # import config
2025-08-20T22:42:48.2179731Z [00:04:29.870]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:48.2180170Z [00:04:29.870]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.2180694Z [00:04:29.870]➜  packagefile github.com/JohnCGriffin/overflow=/tmp/go-build3998081543/b2221/_pkg_.a
2025-08-20T22:42:48.2181316Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:42:48.2181974Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow/array=/tmp/go-build3998081543/b817/_pkg_.a
2025-08-20T22:42:48.2182684Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:42:48.2183398Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow/compute/exec=/tmp/go-build3998081543/b2218/_pkg_.a
2025-08-20T22:42:48.2184115Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal128=/tmp/go-build3998081543/b813/_pkg_.a
2025-08-20T22:42:48.2184829Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal256=/tmp/go-build3998081543/b814/_pkg_.a
2025-08-20T22:42:48.2192067Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow/float16=/tmp/go-build3998081543/b815/_pkg_.a
2025-08-20T22:42:48.2194014Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:42:48.2194760Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:42:48.2196329Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/arrow/scalar=/tmp/go-build3998081543/b2219/_pkg_.a
2025-08-20T22:42:48.2197056Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/internal/bitutils=/tmp/go-build3998081543/b819/_pkg_.a
2025-08-20T22:42:48.2197772Z [00:04:29.870]➜  packagefile github.com/apache/arrow/go/v15/internal/hashing=/tmp/go-build3998081543/b821/_pkg_.a
2025-08-20T22:42:48.2198415Z [00:04:29.870]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:42:48.2199111Z [00:04:29.870]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:42:48.2199641Z [00:04:29.870]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:48.2200070Z [00:04:29.870]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:48.2200499Z [00:04:29.870]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:48.2200916Z [00:04:29.870]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.2201350Z [00:04:29.870]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:48.2201797Z [00:04:29.870]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:48.2202132Z [00:04:29.870]➜  EOF
2025-08-20T22:42:48.2202409Z [00:04:29.870]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:48.2216298Z [00:04:29.870]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2220/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels=>github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels;$WORK/b2220=>" -p github.com/apache/arrow/go/v15/arrow/compute/internal/kernels -lang=go1.20 -installsuffix shared -buildid C9zSW0Nt9kCpyd6Fv107/C9zSW0Nt9kCpyd6Fv107 -goversion go1.25.0 -symabis $WORK/b2220/symabis -c=4 -shared -nolocalimports -importcfg $WORK/b2220/importcfg -pack -asmhdr $WORK/b2220/go_asm.h /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/base_arithmetic.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/basic_arithmetic_noasm.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/boolean_cast.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/cast.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/cast_numeric.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/cast_numeric_neon_arm64.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/cast_temporal.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/compareoperator_string.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/constant_factor.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/helpers.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/numeric_cast.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/rounding.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/roundmode_string.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/scalar_arithmetic.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/scalar_boolean.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/scalar_comparison_noasm.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/scalar_comparisons.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/string_casts.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/types.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/vector_hash.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/vector_run_end_encode.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels/vector_selection.go
2025-08-20T22:42:48.2512621Z [00:04:29.902]➜  go tool buildid -w $WORK/b2067/_pkg_.a # internal
2025-08-20T22:42:48.2516318Z [00:04:29.904]➜  cp $WORK/b2067/_pkg_.a /root/.cache/go-build/24/2467336b3d5a909e0abb674599256005b7bffe8577f785b9567ee4c41a0a04d7-d # internal
2025-08-20T22:42:48.2541214Z [00:04:29.906]➜  github.com/gabriel-vasile/mimetype/internal/magic
2025-08-20T22:42:48.2542081Z [00:04:29.906]➜  mkdir -p $WORK/b2224/
2025-08-20T22:42:48.2572008Z [00:04:29.909]➜  cat >/tmp/go-build3998081543/b2224/importcfg << 'EOF' # internal
2025-08-20T22:42:48.2572450Z [00:04:29.909]➜  # import config
2025-08-20T22:42:48.2572797Z [00:04:29.909]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:48.2573258Z [00:04:29.909]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:48.2573710Z [00:04:29.909]➜  packagefile debug/macho=/tmp/go-build3998081543/b2225/_pkg_.a
2025-08-20T22:42:48.2574185Z [00:04:29.909]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:48.2574661Z [00:04:29.909]➜  packagefile encoding/csv=/tmp/go-build3998081543/b303/_pkg_.a
2025-08-20T22:42:48.2575103Z [00:04:29.909]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.2575666Z [00:04:29.909]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.2576280Z [00:04:29.910]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3998081543/b2223/_pkg_.a
2025-08-20T22:42:48.2577027Z [00:04:29.910]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build3998081543/b2227/_pkg_.a
2025-08-20T22:42:48.2577578Z [00:04:29.910]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.2579824Z [00:04:29.910]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.2580851Z [00:04:29.910]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:48.2582491Z [00:04:29.910]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:48.2582974Z [00:04:29.910]➜  EOF
2025-08-20T22:42:48.2590047Z [00:04:29.910]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2224/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic=>github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic;$WORK/b2224=>" -p github.com/gabriel-vasile/mimetype/internal/magic -lang=go1.20 -complete -installsuffix shared -buildid PSaVKl8fXBK52X04LfsJ/PSaVKl8fXBK52X04LfsJ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2224/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/archive.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/audio.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/binary.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/database.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/document.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/font.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/ftyp.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/geo.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/image.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/magic.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/ms_office.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/ogg.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/text.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/text_csv.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/video.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/internal/magic/zip.go
2025-08-20T22:42:48.2690001Z [00:04:29.921]➜  go tool buildid -w $WORK/b2069/_pkg_.a # internal
2025-08-20T22:42:48.2695314Z [00:04:29.921]➜  cp $WORK/b2069/_pkg_.a /root/.cache/go-build/19/19ea9b62d24aba20e920f5de7f69edfb0fb52e6055590b531c94777ecf367e41-d # internal
2025-08-20T22:42:48.2696114Z [00:04:29.921]➜  github.com/sirupsen/logrus
2025-08-20T22:42:48.2696407Z [00:04:29.921]➜  mkdir -p $WORK/b2228/
2025-08-20T22:42:48.2697042Z [00:04:29.921]➜  go tool buildid -w $WORK/b2071/_pkg_.a # internal
2025-08-20T22:42:48.2697536Z [00:04:29.921]➜  cat >/tmp/go-build3998081543/b2228/importcfg << 'EOF' # internal
2025-08-20T22:42:48.2697889Z [00:04:29.921]➜  # import config
2025-08-20T22:42:48.2698233Z [00:04:29.921]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:48.2698656Z [00:04:29.921]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:48.2699100Z [00:04:29.921]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.2699561Z [00:04:29.922]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.2699998Z [00:04:29.922]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.2700466Z [00:04:29.922]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:42:48.2700927Z [00:04:29.922]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.2701335Z [00:04:29.922]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:48.2701737Z [00:04:29.922]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:48.2702152Z [00:04:29.922]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:48.2702584Z [00:04:29.922]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:48.2703003Z [00:04:29.922]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:48.2703657Z [00:04:29.922]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.2704210Z [00:04:29.922]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.2704741Z [00:04:29.922]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:48.2705183Z [00:04:29.922]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:48.2705849Z [00:04:29.922]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:48.2706300Z [00:04:29.922]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:48.2706632Z [00:04:29.922]➜  EOF
2025-08-20T22:42:48.2711582Z [00:04:29.922]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2228/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3=>github.com/sirupsen/logrus@v1.9.3;$WORK/b2228=>" -p github.com/sirupsen/logrus -lang=go1.13 -complete -installsuffix shared -buildid G7cHsGZs7c9Pdf2m8TOw/G7cHsGZs7c9Pdf2m8TOw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2228/importcfg -pack /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/alt_exit.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/buffer_pool.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/doc.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/entry.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/exported.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/hooks.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/json_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logger.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/logrus.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_notappengine.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/terminal_check_unix.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/text_formatter.go /root/go/pkg/mod/github.com/sirupsen/logrus@v1.9.3/writer.go
2025-08-20T22:42:48.2716681Z [00:04:29.922]➜  cp $WORK/b2071/_pkg_.a /root/.cache/go-build/ad/adebd367ae868253b233e90fa50f355f6721ad814ec5df8741fc6fa9b7ab3690-d # internal
2025-08-20T22:42:48.2729276Z [00:04:29.925]➜  github.com/elastic/go-elasticsearch/v8/typedapi
2025-08-20T22:42:48.2729682Z [00:04:29.925]➜  mkdir -p $WORK/b1356/
2025-08-20T22:42:48.2748030Z [00:04:29.926]➜  cat >/tmp/go-build3998081543/b1356/importcfg << 'EOF' # internal
2025-08-20T22:42:48.2748916Z [00:04:29.926]➜  # import config
2025-08-20T22:42:48.2749762Z [00:04:29.926]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.2751170Z [00:04:29.926]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:48.2752331Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build3998081543/b1357/_pkg_.a
2025-08-20T22:42:48.2753852Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build3998081543/b1551/_pkg_.a
2025-08-20T22:42:48.2757181Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build3998081543/b1552/_pkg_.a
2025-08-20T22:42:48.2758208Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build3998081543/b1553/_pkg_.a
2025-08-20T22:42:48.2759172Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build3998081543/b1554/_pkg_.a
2025-08-20T22:42:48.2760191Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build3998081543/b1555/_pkg_.a
2025-08-20T22:42:48.2761190Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build3998081543/b1556/_pkg_.a
2025-08-20T22:42:48.2762180Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build3998081543/b1557/_pkg_.a
2025-08-20T22:42:48.2763313Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build3998081543/b1558/_pkg_.a
2025-08-20T22:42:48.2764233Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build3998081543/b1559/_pkg_.a
2025-08-20T22:42:48.2765052Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build3998081543/b1560/_pkg_.a
2025-08-20T22:42:48.2766195Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build3998081543/b1562/_pkg_.a
2025-08-20T22:42:48.2767050Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build3998081543/b1563/_pkg_.a
2025-08-20T22:42:48.2767855Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build3998081543/b1564/_pkg_.a
2025-08-20T22:42:48.2768674Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build3998081543/b1565/_pkg_.a
2025-08-20T22:42:48.2769463Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build3998081543/b1567/_pkg_.a
2025-08-20T22:42:48.2770252Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build3998081543/b1568/_pkg_.a
2025-08-20T22:42:48.2771189Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build3998081543/b1569/_pkg_.a
2025-08-20T22:42:48.2772080Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build3998081543/b1570/_pkg_.a
2025-08-20T22:42:48.2772966Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build3998081543/b1571/_pkg_.a
2025-08-20T22:42:48.2773819Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build3998081543/b1572/_pkg_.a
2025-08-20T22:42:48.2774881Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build3998081543/b1573/_pkg_.a
2025-08-20T22:42:48.2775889Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build3998081543/b1574/_pkg_.a
2025-08-20T22:42:48.2776714Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build3998081543/b1575/_pkg_.a
2025-08-20T22:42:48.2777542Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build3998081543/b1576/_pkg_.a
2025-08-20T22:42:48.2778368Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build3998081543/b1577/_pkg_.a
2025-08-20T22:42:48.2779174Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build3998081543/b1578/_pkg_.a
2025-08-20T22:42:48.2780177Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build3998081543/b1579/_pkg_.a
2025-08-20T22:42:48.2781003Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build3998081543/b1580/_pkg_.a
2025-08-20T22:42:48.2781799Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build3998081543/b1581/_pkg_.a
2025-08-20T22:42:48.2782616Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build3998081543/b1582/_pkg_.a
2025-08-20T22:42:48.2783421Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build3998081543/b1583/_pkg_.a
2025-08-20T22:42:48.2784226Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build3998081543/b1584/_pkg_.a
2025-08-20T22:42:48.2785053Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build3998081543/b1585/_pkg_.a
2025-08-20T22:42:48.2795327Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build3998081543/b1586/_pkg_.a
2025-08-20T22:42:48.2796803Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build3998081543/b1587/_pkg_.a
2025-08-20T22:42:48.2798042Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build3998081543/b1588/_pkg_.a
2025-08-20T22:42:48.2799059Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build3998081543/b1589/_pkg_.a
2025-08-20T22:42:48.2800301Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build3998081543/b1590/_pkg_.a
2025-08-20T22:42:48.2801423Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build3998081543/b1591/_pkg_.a
2025-08-20T22:42:48.2802521Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build3998081543/b1592/_pkg_.a
2025-08-20T22:42:48.2803517Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build3998081543/b1593/_pkg_.a
2025-08-20T22:42:48.2804406Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build3998081543/b1594/_pkg_.a
2025-08-20T22:42:48.2805902Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build3998081543/b1595/_pkg_.a
2025-08-20T22:42:48.2806936Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build3998081543/b1596/_pkg_.a
2025-08-20T22:42:48.2807839Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build3998081543/b1597/_pkg_.a
2025-08-20T22:42:48.2809067Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build3998081543/b1598/_pkg_.a
2025-08-20T22:42:48.2809881Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build3998081543/b1599/_pkg_.a
2025-08-20T22:42:48.2810752Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build3998081543/b1600/_pkg_.a
2025-08-20T22:42:48.2811869Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build3998081543/b1601/_pkg_.a
2025-08-20T22:42:48.2812948Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build3998081543/b1602/_pkg_.a
2025-08-20T22:42:48.2813952Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build3998081543/b1603/_pkg_.a
2025-08-20T22:42:48.2815116Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build3998081543/b1604/_pkg_.a
2025-08-20T22:42:48.2816313Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build3998081543/b1605/_pkg_.a
2025-08-20T22:42:48.2817172Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build3998081543/b1606/_pkg_.a
2025-08-20T22:42:48.2817996Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build3998081543/b1609/_pkg_.a
2025-08-20T22:42:48.2818843Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build3998081543/b1610/_pkg_.a
2025-08-20T22:42:48.2819796Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build3998081543/b1611/_pkg_.a
2025-08-20T22:42:48.2820808Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build3998081543/b1612/_pkg_.a
2025-08-20T22:42:48.2821844Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build3998081543/b1613/_pkg_.a
2025-08-20T22:42:48.2822783Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build3998081543/b1614/_pkg_.a
2025-08-20T22:42:48.2823639Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build3998081543/b1615/_pkg_.a
2025-08-20T22:42:48.2824466Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build3998081543/b1616/_pkg_.a
2025-08-20T22:42:48.2825654Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build3998081543/b1617/_pkg_.a
2025-08-20T22:42:48.2826561Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build3998081543/b1618/_pkg_.a
2025-08-20T22:42:48.2827432Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build3998081543/b1619/_pkg_.a
2025-08-20T22:42:48.2828259Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build3998081543/b1620/_pkg_.a
2025-08-20T22:42:48.2829323Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build3998081543/b1621/_pkg_.a
2025-08-20T22:42:48.2830658Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build3998081543/b1622/_pkg_.a
2025-08-20T22:42:48.2831759Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build3998081543/b1623/_pkg_.a
2025-08-20T22:42:48.2832986Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build3998081543/b1624/_pkg_.a
2025-08-20T22:42:48.2834364Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build3998081543/b1625/_pkg_.a
2025-08-20T22:42:48.2835669Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build3998081543/b1626/_pkg_.a
2025-08-20T22:42:48.2836780Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build3998081543/b1627/_pkg_.a
2025-08-20T22:42:48.2838080Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build3998081543/b1628/_pkg_.a
2025-08-20T22:42:48.2839394Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build3998081543/b1629/_pkg_.a
2025-08-20T22:42:48.2840476Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build3998081543/b1630/_pkg_.a
2025-08-20T22:42:48.2841852Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build3998081543/b1631/_pkg_.a
2025-08-20T22:42:48.2843084Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build3998081543/b1632/_pkg_.a
2025-08-20T22:42:48.2844217Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build3998081543/b1633/_pkg_.a
2025-08-20T22:42:48.2845404Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build3998081543/b1634/_pkg_.a
2025-08-20T22:42:48.2846382Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build3998081543/b1635/_pkg_.a
2025-08-20T22:42:48.2847357Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build3998081543/b1636/_pkg_.a
2025-08-20T22:42:48.2848471Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build3998081543/b1637/_pkg_.a
2025-08-20T22:42:48.2849441Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build3998081543/b1638/_pkg_.a
2025-08-20T22:42:48.2850332Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build3998081543/b1639/_pkg_.a
2025-08-20T22:42:48.2851592Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build3998081543/b1640/_pkg_.a
2025-08-20T22:42:48.2852730Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build3998081543/b1641/_pkg_.a
2025-08-20T22:42:48.2853671Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build3998081543/b1642/_pkg_.a
2025-08-20T22:42:48.2854599Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build3998081543/b1643/_pkg_.a
2025-08-20T22:42:48.2855548Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build3998081543/b1644/_pkg_.a
2025-08-20T22:42:48.2856435Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build3998081543/b1646/_pkg_.a
2025-08-20T22:42:48.2857462Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build3998081543/b1647/_pkg_.a
2025-08-20T22:42:48.2858403Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build3998081543/b1648/_pkg_.a
2025-08-20T22:42:48.2859205Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build3998081543/b1649/_pkg_.a
2025-08-20T22:42:48.2860009Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build3998081543/b1650/_pkg_.a
2025-08-20T22:42:48.2861036Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build3998081543/b1651/_pkg_.a
2025-08-20T22:42:48.2861958Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build3998081543/b1653/_pkg_.a
2025-08-20T22:42:48.2862863Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build3998081543/b1654/_pkg_.a
2025-08-20T22:42:48.2863695Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build3998081543/b1655/_pkg_.a
2025-08-20T22:42:48.2864526Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build3998081543/b1656/_pkg_.a
2025-08-20T22:42:48.2865483Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build3998081543/b1657/_pkg_.a
2025-08-20T22:42:48.2866650Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build3998081543/b1658/_pkg_.a
2025-08-20T22:42:48.2867524Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build3998081543/b1659/_pkg_.a
2025-08-20T22:42:48.2868336Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build3998081543/b1660/_pkg_.a
2025-08-20T22:42:48.2869206Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build3998081543/b1661/_pkg_.a
2025-08-20T22:42:48.2870103Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build3998081543/b1662/_pkg_.a
2025-08-20T22:42:48.2870967Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build3998081543/b1663/_pkg_.a
2025-08-20T22:42:48.2871816Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build3998081543/b1664/_pkg_.a
2025-08-20T22:42:48.2872642Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build3998081543/b1665/_pkg_.a
2025-08-20T22:42:48.2873434Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build3998081543/b1666/_pkg_.a
2025-08-20T22:42:48.2874243Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build3998081543/b1667/_pkg_.a
2025-08-20T22:42:48.2875044Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build3998081543/b1668/_pkg_.a
2025-08-20T22:42:48.2876012Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build3998081543/b1669/_pkg_.a
2025-08-20T22:42:48.2876867Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build3998081543/b1670/_pkg_.a
2025-08-20T22:42:48.2877747Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build3998081543/b1671/_pkg_.a
2025-08-20T22:42:48.2878615Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build3998081543/b1672/_pkg_.a
2025-08-20T22:42:48.2879448Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build3998081543/b1673/_pkg_.a
2025-08-20T22:42:48.2880401Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build3998081543/b1674/_pkg_.a
2025-08-20T22:42:48.2881296Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build3998081543/b1675/_pkg_.a
2025-08-20T22:42:48.2882112Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build3998081543/b1676/_pkg_.a
2025-08-20T22:42:48.2883125Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build3998081543/b1677/_pkg_.a
2025-08-20T22:42:48.2884044Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build3998081543/b1678/_pkg_.a
2025-08-20T22:42:48.2885312Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build3998081543/b1679/_pkg_.a
2025-08-20T22:42:48.2886321Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build3998081543/b1680/_pkg_.a
2025-08-20T22:42:48.2887126Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build3998081543/b1681/_pkg_.a
2025-08-20T22:42:48.2887941Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build3998081543/b1682/_pkg_.a
2025-08-20T22:42:48.2888779Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build3998081543/b1685/_pkg_.a
2025-08-20T22:42:48.2889939Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build3998081543/b1686/_pkg_.a
2025-08-20T22:42:48.2890847Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build3998081543/b1687/_pkg_.a
2025-08-20T22:42:48.2891682Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build3998081543/b1688/_pkg_.a
2025-08-20T22:42:48.2892507Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build3998081543/b1689/_pkg_.a
2025-08-20T22:42:48.2893341Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build3998081543/b1690/_pkg_.a
2025-08-20T22:42:48.2894251Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build3998081543/b1691/_pkg_.a
2025-08-20T22:42:48.2895249Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build3998081543/b1692/_pkg_.a
2025-08-20T22:42:48.2896421Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build3998081543/b1693/_pkg_.a
2025-08-20T22:42:48.2897442Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build3998081543/b1694/_pkg_.a
2025-08-20T22:42:48.2898376Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build3998081543/b1695/_pkg_.a
2025-08-20T22:42:48.2899251Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build3998081543/b1696/_pkg_.a
2025-08-20T22:42:48.2900117Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build3998081543/b1697/_pkg_.a
2025-08-20T22:42:48.2900976Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build3998081543/b1698/_pkg_.a
2025-08-20T22:42:48.2901801Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build3998081543/b1699/_pkg_.a
2025-08-20T22:42:48.2902610Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build3998081543/b1700/_pkg_.a
2025-08-20T22:42:48.2903821Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build3998081543/b1701/_pkg_.a
2025-08-20T22:42:48.2904722Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build3998081543/b1702/_pkg_.a
2025-08-20T22:42:48.2905609Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build3998081543/b1703/_pkg_.a
2025-08-20T22:42:48.2906570Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build3998081543/b1705/_pkg_.a
2025-08-20T22:42:48.2907421Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build3998081543/b1706/_pkg_.a
2025-08-20T22:42:48.2908263Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build3998081543/b1708/_pkg_.a
2025-08-20T22:42:48.2909154Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build3998081543/b1709/_pkg_.a
2025-08-20T22:42:48.2910056Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build3998081543/b1710/_pkg_.a
2025-08-20T22:42:48.2910911Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build3998081543/b1711/_pkg_.a
2025-08-20T22:42:48.2911743Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build3998081543/b1712/_pkg_.a
2025-08-20T22:42:48.2912849Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build3998081543/b1713/_pkg_.a
2025-08-20T22:42:48.2913766Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build3998081543/b1714/_pkg_.a
2025-08-20T22:42:48.2914617Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build3998081543/b1715/_pkg_.a
2025-08-20T22:42:48.2915746Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build3998081543/b1716/_pkg_.a
2025-08-20T22:42:48.2916682Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build3998081543/b1717/_pkg_.a
2025-08-20T22:42:48.2917513Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build3998081543/b1718/_pkg_.a
2025-08-20T22:42:48.2918382Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build3998081543/b1719/_pkg_.a
2025-08-20T22:42:48.2919239Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build3998081543/b1720/_pkg_.a
2025-08-20T22:42:48.2920073Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build3998081543/b1721/_pkg_.a
2025-08-20T22:42:48.2920921Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build3998081543/b1722/_pkg_.a
2025-08-20T22:42:48.2921734Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build3998081543/b1723/_pkg_.a
2025-08-20T22:42:48.2922521Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build3998081543/b1724/_pkg_.a
2025-08-20T22:42:48.2923298Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build3998081543/b1725/_pkg_.a
2025-08-20T22:42:48.2924124Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build3998081543/b1726/_pkg_.a
2025-08-20T22:42:48.2924963Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build3998081543/b1727/_pkg_.a
2025-08-20T22:42:48.2926117Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build3998081543/b1728/_pkg_.a
2025-08-20T22:42:48.2927018Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build3998081543/b1729/_pkg_.a
2025-08-20T22:42:48.2927835Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build3998081543/b1730/_pkg_.a
2025-08-20T22:42:48.2928657Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build3998081543/b1731/_pkg_.a
2025-08-20T22:42:48.2929671Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build3998081543/b1732/_pkg_.a
2025-08-20T22:42:48.2930586Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build3998081543/b1733/_pkg_.a
2025-08-20T22:42:48.2931452Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build3998081543/b1734/_pkg_.a
2025-08-20T22:42:48.2932303Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build3998081543/b1735/_pkg_.a
2025-08-20T22:42:48.2933212Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build3998081543/b1736/_pkg_.a
2025-08-20T22:42:48.2934138Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build3998081543/b1737/_pkg_.a
2025-08-20T22:42:48.2935272Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build3998081543/b1738/_pkg_.a
2025-08-20T22:42:48.2936341Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build3998081543/b1739/_pkg_.a
2025-08-20T22:42:48.2937217Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build3998081543/b1740/_pkg_.a
2025-08-20T22:42:48.2938075Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build3998081543/b1741/_pkg_.a
2025-08-20T22:42:48.2938967Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build3998081543/b1742/_pkg_.a
2025-08-20T22:42:48.2939817Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build3998081543/b1743/_pkg_.a
2025-08-20T22:42:48.2940731Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build3998081543/b1744/_pkg_.a
2025-08-20T22:42:48.2941656Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build3998081543/b1745/_pkg_.a
2025-08-20T22:42:48.2942579Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build3998081543/b1746/_pkg_.a
2025-08-20T22:42:48.2943509Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build3998081543/b1747/_pkg_.a
2025-08-20T22:42:48.2944369Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build3998081543/b1748/_pkg_.a
2025-08-20T22:42:48.2945213Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build3998081543/b1749/_pkg_.a
2025-08-20T22:42:48.2946169Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build3998081543/b1750/_pkg_.a
2025-08-20T22:42:48.2947013Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build3998081543/b1751/_pkg_.a
2025-08-20T22:42:48.2947894Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build3998081543/b1752/_pkg_.a
2025-08-20T22:42:48.2948919Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build3998081543/b1753/_pkg_.a
2025-08-20T22:42:48.2949880Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build3998081543/b1754/_pkg_.a
2025-08-20T22:42:48.2950801Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build3998081543/b1755/_pkg_.a
2025-08-20T22:42:48.2951695Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build3998081543/b1756/_pkg_.a
2025-08-20T22:42:48.2952761Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build3998081543/b1757/_pkg_.a
2025-08-20T22:42:48.2953628Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build3998081543/b1758/_pkg_.a
2025-08-20T22:42:48.2954534Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build3998081543/b1759/_pkg_.a
2025-08-20T22:42:48.2955572Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build3998081543/b1760/_pkg_.a
2025-08-20T22:42:48.2956489Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build3998081543/b1761/_pkg_.a
2025-08-20T22:42:48.2957360Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build3998081543/b1762/_pkg_.a
2025-08-20T22:42:48.2958456Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build3998081543/b1763/_pkg_.a
2025-08-20T22:42:48.2959396Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build3998081543/b1764/_pkg_.a
2025-08-20T22:42:48.2960308Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build3998081543/b1765/_pkg_.a
2025-08-20T22:42:48.2961203Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build3998081543/b1766/_pkg_.a
2025-08-20T22:42:48.2962069Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build3998081543/b1767/_pkg_.a
2025-08-20T22:42:48.2962939Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build3998081543/b1768/_pkg_.a
2025-08-20T22:42:48.2963808Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build3998081543/b1769/_pkg_.a
2025-08-20T22:42:48.2964649Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build3998081543/b1770/_pkg_.a
2025-08-20T22:42:48.2965642Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build3998081543/b1771/_pkg_.a
2025-08-20T22:42:48.2966639Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build3998081543/b1772/_pkg_.a
2025-08-20T22:42:48.2967527Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build3998081543/b1773/_pkg_.a
2025-08-20T22:42:48.2968385Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build3998081543/b1774/_pkg_.a
2025-08-20T22:42:48.2969444Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build3998081543/b1775/_pkg_.a
2025-08-20T22:42:48.2972358Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build3998081543/b1776/_pkg_.a
2025-08-20T22:42:48.2973211Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build3998081543/b1778/_pkg_.a
2025-08-20T22:42:48.2974212Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build3998081543/b1779/_pkg_.a
2025-08-20T22:42:48.2975216Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build3998081543/b1780/_pkg_.a
2025-08-20T22:42:48.2976233Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build3998081543/b1781/_pkg_.a
2025-08-20T22:42:48.2977058Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build3998081543/b1782/_pkg_.a
2025-08-20T22:42:48.2977899Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build3998081543/b1783/_pkg_.a
2025-08-20T22:42:48.2978766Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build3998081543/b1784/_pkg_.a
2025-08-20T22:42:48.2979658Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build3998081543/b1785/_pkg_.a
2025-08-20T22:42:48.2980520Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build3998081543/b1786/_pkg_.a
2025-08-20T22:42:48.2981349Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build3998081543/b1787/_pkg_.a
2025-08-20T22:42:48.2982190Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build3998081543/b1788/_pkg_.a
2025-08-20T22:42:48.2983265Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build3998081543/b1789/_pkg_.a
2025-08-20T22:42:48.2984203Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build3998081543/b1790/_pkg_.a
2025-08-20T22:42:48.2985112Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build3998081543/b1791/_pkg_.a
2025-08-20T22:42:48.2986164Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build3998081543/b1792/_pkg_.a
2025-08-20T22:42:48.2987055Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build3998081543/b1793/_pkg_.a
2025-08-20T22:42:48.2987939Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build3998081543/b1794/_pkg_.a
2025-08-20T22:42:48.2988823Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build3998081543/b1795/_pkg_.a
2025-08-20T22:42:48.2989716Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build3998081543/b1796/_pkg_.a
2025-08-20T22:42:48.2990597Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build3998081543/b1797/_pkg_.a
2025-08-20T22:42:48.2991448Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build3998081543/b1798/_pkg_.a
2025-08-20T22:42:48.2992276Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build3998081543/b1799/_pkg_.a
2025-08-20T22:42:48.2993086Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build3998081543/b1800/_pkg_.a
2025-08-20T22:42:48.2994116Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build3998081543/b1801/_pkg_.a
2025-08-20T22:42:48.2995018Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build3998081543/b1802/_pkg_.a
2025-08-20T22:42:48.2996019Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build3998081543/b1803/_pkg_.a
2025-08-20T22:42:48.2996969Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build3998081543/b1804/_pkg_.a
2025-08-20T22:42:48.2997922Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build3998081543/b1805/_pkg_.a
2025-08-20T22:42:48.2998823Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build3998081543/b1806/_pkg_.a
2025-08-20T22:42:48.2999719Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build3998081543/b1807/_pkg_.a
2025-08-20T22:42:48.3000614Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build3998081543/b1808/_pkg_.a
2025-08-20T22:42:48.3001502Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build3998081543/b1809/_pkg_.a
2025-08-20T22:42:48.3002459Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build3998081543/b1810/_pkg_.a
2025-08-20T22:42:48.3003433Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build3998081543/b1811/_pkg_.a
2025-08-20T22:42:48.3004879Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build3998081543/b1812/_pkg_.a
2025-08-20T22:42:48.3005924Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build3998081543/b1813/_pkg_.a
2025-08-20T22:42:48.3007039Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build3998081543/b1814/_pkg_.a
2025-08-20T22:42:48.3007980Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build3998081543/b1815/_pkg_.a
2025-08-20T22:42:48.3008871Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build3998081543/b1816/_pkg_.a
2025-08-20T22:42:48.3009740Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build3998081543/b1817/_pkg_.a
2025-08-20T22:42:48.3010643Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build3998081543/b1818/_pkg_.a
2025-08-20T22:42:48.3011553Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build3998081543/b1819/_pkg_.a
2025-08-20T22:42:48.3012421Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build3998081543/b1820/_pkg_.a
2025-08-20T22:42:48.3013271Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build3998081543/b1821/_pkg_.a
2025-08-20T22:42:48.3014102Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build3998081543/b1822/_pkg_.a
2025-08-20T22:42:48.3014964Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build3998081543/b1823/_pkg_.a
2025-08-20T22:42:48.3016037Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build3998081543/b1824/_pkg_.a
2025-08-20T22:42:48.3016957Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build3998081543/b1825/_pkg_.a
2025-08-20T22:42:48.3018093Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build3998081543/b1826/_pkg_.a
2025-08-20T22:42:48.3018983Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build3998081543/b1827/_pkg_.a
2025-08-20T22:42:48.3019901Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build3998081543/b1828/_pkg_.a
2025-08-20T22:42:48.3020851Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build3998081543/b1829/_pkg_.a
2025-08-20T22:42:48.3021725Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build3998081543/b1830/_pkg_.a
2025-08-20T22:42:48.3022537Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build3998081543/b1831/_pkg_.a
2025-08-20T22:42:48.3023394Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build3998081543/b1832/_pkg_.a
2025-08-20T22:42:48.3024254Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build3998081543/b1833/_pkg_.a
2025-08-20T22:42:48.3025098Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build3998081543/b1834/_pkg_.a
2025-08-20T22:42:48.3026101Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build3998081543/b1835/_pkg_.a
2025-08-20T22:42:48.3026966Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build3998081543/b1836/_pkg_.a
2025-08-20T22:42:48.3027866Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build3998081543/b1837/_pkg_.a
2025-08-20T22:42:48.3028809Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build3998081543/b1838/_pkg_.a
2025-08-20T22:42:48.3029993Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build3998081543/b1839/_pkg_.a
2025-08-20T22:42:48.3030887Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build3998081543/b1840/_pkg_.a
2025-08-20T22:42:48.3031713Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build3998081543/b1841/_pkg_.a
2025-08-20T22:42:48.3032535Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build3998081543/b1842/_pkg_.a
2025-08-20T22:42:48.3033378Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build3998081543/b1843/_pkg_.a
2025-08-20T22:42:48.3034244Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build3998081543/b1844/_pkg_.a
2025-08-20T22:42:48.3035192Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build3998081543/b1845/_pkg_.a
2025-08-20T22:42:48.3036273Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build3998081543/b1846/_pkg_.a
2025-08-20T22:42:48.3037124Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build3998081543/b1847/_pkg_.a
2025-08-20T22:42:48.3037975Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build3998081543/b1848/_pkg_.a
2025-08-20T22:42:48.3038914Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build3998081543/b1850/_pkg_.a
2025-08-20T22:42:48.3039826Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build3998081543/b1851/_pkg_.a
2025-08-20T22:42:48.3040834Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build3998081543/b1852/_pkg_.a
2025-08-20T22:42:48.3041626Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build3998081543/b1853/_pkg_.a
2025-08-20T22:42:48.3042474Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build3998081543/b1854/_pkg_.a
2025-08-20T22:42:48.3043399Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build3998081543/b1855/_pkg_.a
2025-08-20T22:42:48.3044293Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build3998081543/b1856/_pkg_.a
2025-08-20T22:42:48.3045208Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build3998081543/b1857/_pkg_.a
2025-08-20T22:42:48.3047243Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build3998081543/b1858/_pkg_.a
2025-08-20T22:42:48.3048124Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build3998081543/b1859/_pkg_.a
2025-08-20T22:42:48.3048964Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build3998081543/b1860/_pkg_.a
2025-08-20T22:42:48.3049845Z [00:04:29.926]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build3998081543/b1861/_pkg_.a
2025-08-20T22:42:48.3050707Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build3998081543/b1862/_pkg_.a
2025-08-20T22:42:48.3051509Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build3998081543/b1863/_pkg_.a
2025-08-20T22:42:48.3052338Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build3998081543/b1864/_pkg_.a
2025-08-20T22:42:48.3053527Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build3998081543/b1865/_pkg_.a
2025-08-20T22:42:48.3054552Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build3998081543/b1866/_pkg_.a
2025-08-20T22:42:48.3055656Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build3998081543/b1867/_pkg_.a
2025-08-20T22:42:48.3056628Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build3998081543/b1868/_pkg_.a
2025-08-20T22:42:48.3057492Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build3998081543/b1869/_pkg_.a
2025-08-20T22:42:48.3058368Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build3998081543/b1870/_pkg_.a
2025-08-20T22:42:48.3059231Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build3998081543/b1871/_pkg_.a
2025-08-20T22:42:48.3060123Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build3998081543/b1872/_pkg_.a
2025-08-20T22:42:48.3061077Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build3998081543/b1873/_pkg_.a
2025-08-20T22:42:48.3061985Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build3998081543/b1874/_pkg_.a
2025-08-20T22:42:48.3062871Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build3998081543/b1875/_pkg_.a
2025-08-20T22:42:48.3063818Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build3998081543/b1876/_pkg_.a
2025-08-20T22:42:48.3064911Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build3998081543/b1877/_pkg_.a
2025-08-20T22:42:48.3065955Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build3998081543/b1878/_pkg_.a
2025-08-20T22:42:48.3066883Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build3998081543/b1879/_pkg_.a
2025-08-20T22:42:48.3067797Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build3998081543/b1880/_pkg_.a
2025-08-20T22:42:48.3068730Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build3998081543/b1881/_pkg_.a
2025-08-20T22:42:48.3069678Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build3998081543/b1882/_pkg_.a
2025-08-20T22:42:48.3070622Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build3998081543/b1883/_pkg_.a
2025-08-20T22:42:48.3071474Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build3998081543/b1884/_pkg_.a
2025-08-20T22:42:48.3072315Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build3998081543/b1885/_pkg_.a
2025-08-20T22:42:48.3073176Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build3998081543/b1886/_pkg_.a
2025-08-20T22:42:48.3074125Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build3998081543/b1887/_pkg_.a
2025-08-20T22:42:48.3075146Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build3998081543/b1888/_pkg_.a
2025-08-20T22:42:48.3076312Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build3998081543/b1889/_pkg_.a
2025-08-20T22:42:48.3077218Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build3998081543/b1891/_pkg_.a
2025-08-20T22:42:48.3078154Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build3998081543/b1892/_pkg_.a
2025-08-20T22:42:48.3079025Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build3998081543/b1893/_pkg_.a
2025-08-20T22:42:48.3079827Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build3998081543/b1894/_pkg_.a
2025-08-20T22:42:48.3080671Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build3998081543/b1895/_pkg_.a
2025-08-20T22:42:48.3081557Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build3998081543/b1896/_pkg_.a
2025-08-20T22:42:48.3082436Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build3998081543/b1897/_pkg_.a
2025-08-20T22:42:48.3083325Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build3998081543/b1898/_pkg_.a
2025-08-20T22:42:48.3084221Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build3998081543/b1899/_pkg_.a
2025-08-20T22:42:48.3085130Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build3998081543/b1900/_pkg_.a
2025-08-20T22:42:48.3086189Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build3998081543/b1901/_pkg_.a
2025-08-20T22:42:48.3087070Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build3998081543/b1902/_pkg_.a
2025-08-20T22:42:48.3088170Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build3998081543/b1903/_pkg_.a
2025-08-20T22:42:48.3089054Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build3998081543/b1904/_pkg_.a
2025-08-20T22:42:48.3089928Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build3998081543/b1905/_pkg_.a
2025-08-20T22:42:48.3090863Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build3998081543/b1906/_pkg_.a
2025-08-20T22:42:48.3091773Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build3998081543/b1907/_pkg_.a
2025-08-20T22:42:48.3092612Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build3998081543/b1908/_pkg_.a
2025-08-20T22:42:48.3093481Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build3998081543/b1909/_pkg_.a
2025-08-20T22:42:48.3094390Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build3998081543/b1910/_pkg_.a
2025-08-20T22:42:48.3095259Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build3998081543/b1911/_pkg_.a
2025-08-20T22:42:48.3096280Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build3998081543/b1912/_pkg_.a
2025-08-20T22:42:48.3097137Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build3998081543/b1913/_pkg_.a
2025-08-20T22:42:48.3097972Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build3998081543/b1914/_pkg_.a
2025-08-20T22:42:48.3098877Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build3998081543/b1915/_pkg_.a
2025-08-20T22:42:48.3100076Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build3998081543/b1916/_pkg_.a
2025-08-20T22:42:48.3101081Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build3998081543/b1917/_pkg_.a
2025-08-20T22:42:48.3102013Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build3998081543/b1918/_pkg_.a
2025-08-20T22:42:48.3102931Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build3998081543/b1920/_pkg_.a
2025-08-20T22:42:48.3103960Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build3998081543/b1921/_pkg_.a
2025-08-20T22:42:48.3105234Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build3998081543/b1922/_pkg_.a
2025-08-20T22:42:48.3106369Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build3998081543/b1923/_pkg_.a
2025-08-20T22:42:48.3107350Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build3998081543/b1924/_pkg_.a
2025-08-20T22:42:48.3108253Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build3998081543/b1925/_pkg_.a
2025-08-20T22:42:48.3109233Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build3998081543/b1926/_pkg_.a
2025-08-20T22:42:48.3110213Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build3998081543/b1927/_pkg_.a
2025-08-20T22:42:48.3111381Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build3998081543/b1928/_pkg_.a
2025-08-20T22:42:48.3112300Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build3998081543/b1930/_pkg_.a
2025-08-20T22:42:48.3113196Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build3998081543/b1931/_pkg_.a
2025-08-20T22:42:48.3114168Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build3998081543/b1932/_pkg_.a
2025-08-20T22:42:48.3115137Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build3998081543/b1933/_pkg_.a
2025-08-20T22:42:48.3116248Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build3998081543/b1934/_pkg_.a
2025-08-20T22:42:48.3117184Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build3998081543/b1935/_pkg_.a
2025-08-20T22:42:48.3118142Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build3998081543/b1936/_pkg_.a
2025-08-20T22:42:48.3119090Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build3998081543/b1937/_pkg_.a
2025-08-20T22:42:48.3120018Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build3998081543/b1938/_pkg_.a
2025-08-20T22:42:48.3120977Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build3998081543/b1939/_pkg_.a
2025-08-20T22:42:48.3121916Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build3998081543/b1940/_pkg_.a
2025-08-20T22:42:48.3123066Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build3998081543/b1941/_pkg_.a
2025-08-20T22:42:48.3124108Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build3998081543/b1942/_pkg_.a
2025-08-20T22:42:48.3125111Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build3998081543/b1943/_pkg_.a
2025-08-20T22:42:48.3126161Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build3998081543/b1944/_pkg_.a
2025-08-20T22:42:48.3127076Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build3998081543/b1945/_pkg_.a
2025-08-20T22:42:48.3128015Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build3998081543/b1946/_pkg_.a
2025-08-20T22:42:48.3128924Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build3998081543/b1947/_pkg_.a
2025-08-20T22:42:48.3129807Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build3998081543/b1948/_pkg_.a
2025-08-20T22:42:48.3130722Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build3998081543/b1949/_pkg_.a
2025-08-20T22:42:48.3131631Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build3998081543/b1950/_pkg_.a
2025-08-20T22:42:48.3132536Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build3998081543/b1951/_pkg_.a
2025-08-20T22:42:48.3133441Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build3998081543/b1952/_pkg_.a
2025-08-20T22:42:48.3134621Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build3998081543/b1953/_pkg_.a
2025-08-20T22:42:48.3135589Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build3998081543/b1954/_pkg_.a
2025-08-20T22:42:48.3136564Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build3998081543/b1955/_pkg_.a
2025-08-20T22:42:48.3137584Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build3998081543/b1956/_pkg_.a
2025-08-20T22:42:48.3138531Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build3998081543/b1957/_pkg_.a
2025-08-20T22:42:48.3139455Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build3998081543/b1958/_pkg_.a
2025-08-20T22:42:48.3140376Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build3998081543/b1959/_pkg_.a
2025-08-20T22:42:48.3141347Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build3998081543/b1960/_pkg_.a
2025-08-20T22:42:48.3142267Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build3998081543/b1961/_pkg_.a
2025-08-20T22:42:48.3143137Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build3998081543/b1962/_pkg_.a
2025-08-20T22:42:48.3143986Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build3998081543/b1964/_pkg_.a
2025-08-20T22:42:48.3144878Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build3998081543/b1965/_pkg_.a
2025-08-20T22:42:48.3145943Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build3998081543/b1966/_pkg_.a
2025-08-20T22:42:48.3147067Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build3998081543/b1967/_pkg_.a
2025-08-20T22:42:48.3148017Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build3998081543/b1969/_pkg_.a
2025-08-20T22:42:48.3148981Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build3998081543/b1970/_pkg_.a
2025-08-20T22:42:48.3149941Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build3998081543/b1971/_pkg_.a
2025-08-20T22:42:48.3150858Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build3998081543/b1972/_pkg_.a
2025-08-20T22:42:48.3151774Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build3998081543/b1973/_pkg_.a
2025-08-20T22:42:48.3152680Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build3998081543/b1974/_pkg_.a
2025-08-20T22:42:48.3153618Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build3998081543/b1975/_pkg_.a
2025-08-20T22:42:48.3154574Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build3998081543/b1976/_pkg_.a
2025-08-20T22:42:48.3155578Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build3998081543/b1977/_pkg_.a
2025-08-20T22:42:48.3156524Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build3998081543/b1978/_pkg_.a
2025-08-20T22:42:48.3157408Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build3998081543/b1979/_pkg_.a
2025-08-20T22:42:48.3158464Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build3998081543/b1980/_pkg_.a
2025-08-20T22:42:48.3159344Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build3998081543/b1981/_pkg_.a
2025-08-20T22:42:48.3160206Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build3998081543/b1982/_pkg_.a
2025-08-20T22:42:48.3161183Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build3998081543/b1983/_pkg_.a
2025-08-20T22:42:48.3162190Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build3998081543/b1984/_pkg_.a
2025-08-20T22:42:48.3163111Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build3998081543/b1985/_pkg_.a
2025-08-20T22:42:48.3164006Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build3998081543/b1986/_pkg_.a
2025-08-20T22:42:48.3164948Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build3998081543/b1987/_pkg_.a
2025-08-20T22:42:48.3166126Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build3998081543/b1988/_pkg_.a
2025-08-20T22:42:48.3167122Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build3998081543/b1989/_pkg_.a
2025-08-20T22:42:48.3168040Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build3998081543/b1990/_pkg_.a
2025-08-20T22:42:48.3168984Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build3998081543/b1991/_pkg_.a
2025-08-20T22:42:48.3170167Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build3998081543/b1992/_pkg_.a
2025-08-20T22:42:48.3171171Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build3998081543/b1993/_pkg_.a
2025-08-20T22:42:48.3172090Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build3998081543/b1994/_pkg_.a
2025-08-20T22:42:48.3172952Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build3998081543/b1995/_pkg_.a
2025-08-20T22:42:48.3173794Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build3998081543/b1996/_pkg_.a
2025-08-20T22:42:48.3174649Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build3998081543/b1998/_pkg_.a
2025-08-20T22:42:48.3175649Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build3998081543/b1999/_pkg_.a
2025-08-20T22:42:48.3176589Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build3998081543/b2000/_pkg_.a
2025-08-20T22:42:48.3177448Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build3998081543/b2001/_pkg_.a
2025-08-20T22:42:48.3178274Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build3998081543/b2002/_pkg_.a
2025-08-20T22:42:48.3179094Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build3998081543/b2003/_pkg_.a
2025-08-20T22:42:48.3179929Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build3998081543/b2004/_pkg_.a
2025-08-20T22:42:48.3180914Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build3998081543/b2005/_pkg_.a
2025-08-20T22:42:48.3181702Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build3998081543/b2006/_pkg_.a
2025-08-20T22:42:48.3182571Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build3998081543/b2007/_pkg_.a
2025-08-20T22:42:48.3183516Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build3998081543/b2008/_pkg_.a
2025-08-20T22:42:48.3184421Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build3998081543/b2009/_pkg_.a
2025-08-20T22:42:48.3185313Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build3998081543/b2010/_pkg_.a
2025-08-20T22:42:48.3186349Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build3998081543/b2011/_pkg_.a
2025-08-20T22:42:48.3187244Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build3998081543/b2012/_pkg_.a
2025-08-20T22:42:48.3188110Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build3998081543/b2013/_pkg_.a
2025-08-20T22:42:48.3188968Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build3998081543/b2015/_pkg_.a
2025-08-20T22:42:48.3189925Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build3998081543/b2016/_pkg_.a
2025-08-20T22:42:48.3190844Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build3998081543/b2017/_pkg_.a
2025-08-20T22:42:48.3191684Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build3998081543/b2018/_pkg_.a
2025-08-20T22:42:48.3192796Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build3998081543/b2019/_pkg_.a
2025-08-20T22:42:48.3193739Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build3998081543/b2020/_pkg_.a
2025-08-20T22:42:48.3194572Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build3998081543/b2021/_pkg_.a
2025-08-20T22:42:48.3195489Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build3998081543/b2022/_pkg_.a
2025-08-20T22:42:48.3196390Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build3998081543/b2023/_pkg_.a
2025-08-20T22:42:48.3197214Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build3998081543/b2024/_pkg_.a
2025-08-20T22:42:48.3198022Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build3998081543/b2026/_pkg_.a
2025-08-20T22:42:48.3198857Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build3998081543/b2027/_pkg_.a
2025-08-20T22:42:48.3199727Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build3998081543/b2028/_pkg_.a
2025-08-20T22:42:48.3200651Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build3998081543/b2029/_pkg_.a
2025-08-20T22:42:48.3201549Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build3998081543/b2030/_pkg_.a
2025-08-20T22:42:48.3202437Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build3998081543/b2031/_pkg_.a
2025-08-20T22:42:48.3203349Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build3998081543/b2032/_pkg_.a
2025-08-20T22:42:48.3204435Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build3998081543/b2033/_pkg_.a
2025-08-20T22:42:48.3205328Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build3998081543/b2034/_pkg_.a
2025-08-20T22:42:48.3206846Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build3998081543/b2035/_pkg_.a
2025-08-20T22:42:48.3207719Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build3998081543/b2036/_pkg_.a
2025-08-20T22:42:48.3208509Z [00:04:29.927]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build3998081543/b2037/_pkg_.a
2025-08-20T22:42:48.3209403Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build3998081543/b2039/_pkg_.a
2025-08-20T22:42:48.3210453Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build3998081543/b2040/_pkg_.a
2025-08-20T22:42:48.3211430Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build3998081543/b2041/_pkg_.a
2025-08-20T22:42:48.3212381Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build3998081543/b2042/_pkg_.a
2025-08-20T22:42:48.3213322Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build3998081543/b2043/_pkg_.a
2025-08-20T22:42:48.3214229Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build3998081543/b2044/_pkg_.a
2025-08-20T22:42:48.3215122Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build3998081543/b2045/_pkg_.a
2025-08-20T22:42:48.3216414Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build3998081543/b2046/_pkg_.a
2025-08-20T22:42:48.3217452Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build3998081543/b2047/_pkg_.a
2025-08-20T22:42:48.3218367Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build3998081543/b2048/_pkg_.a
2025-08-20T22:42:48.3219278Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build3998081543/b2049/_pkg_.a
2025-08-20T22:42:48.3220220Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build3998081543/b2050/_pkg_.a
2025-08-20T22:42:48.3221162Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build3998081543/b2051/_pkg_.a
2025-08-20T22:42:48.3222078Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build3998081543/b2052/_pkg_.a
2025-08-20T22:42:48.3222995Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build3998081543/b2053/_pkg_.a
2025-08-20T22:42:48.3223927Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build3998081543/b2054/_pkg_.a
2025-08-20T22:42:48.3224819Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build3998081543/b2055/_pkg_.a
2025-08-20T22:42:48.3225786Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build3998081543/b2056/_pkg_.a
2025-08-20T22:42:48.3226726Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build3998081543/b2057/_pkg_.a
2025-08-20T22:42:48.3227826Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build3998081543/b2058/_pkg_.a
2025-08-20T22:42:48.3228698Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build3998081543/b2059/_pkg_.a
2025-08-20T22:42:48.3229568Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build3998081543/b2061/_pkg_.a
2025-08-20T22:42:48.3230503Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build3998081543/b2062/_pkg_.a
2025-08-20T22:42:48.3231406Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build3998081543/b2063/_pkg_.a
2025-08-20T22:42:48.3232270Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build3998081543/b2064/_pkg_.a
2025-08-20T22:42:48.3233119Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build3998081543/b2065/_pkg_.a
2025-08-20T22:42:48.3233937Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build3998081543/b2066/_pkg_.a
2025-08-20T22:42:48.3234748Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build3998081543/b2067/_pkg_.a
2025-08-20T22:42:48.3235699Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build3998081543/b2068/_pkg_.a
2025-08-20T22:42:48.3236601Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build3998081543/b2069/_pkg_.a
2025-08-20T22:42:48.3237403Z [00:04:29.931]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build3998081543/b2071/_pkg_.a
2025-08-20T22:42:48.3238010Z [00:04:29.931]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.3238491Z [00:04:29.931]➜  EOF
2025-08-20T22:42:48.3241034Z [00:04:29.931]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1356/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi=>github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi;$WORK/b1356=>" -p github.com/elastic/go-elasticsearch/v8/typedapi -lang=go1.22 -complete -installsuffix shared -buildid JC-NcfxEijI2Op3gBd_-/JC-NcfxEijI2Op3gBd_- -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1356/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/api._.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/typedapi/typedclient.request.go
2025-08-20T22:42:48.4358133Z [00:04:30.088]➜  go tool buildid -w $WORK/b2228/_pkg_.a # internal
2025-08-20T22:42:48.4388060Z [00:04:30.091]➜  cp $WORK/b2228/_pkg_.a /root/.cache/go-build/4e/4e68a6f9ce5cd52af7fff4c7559bff7d7a23ab8afbe647c62c17d3de07cb5b71-d # internal
2025-08-20T22:42:48.4409837Z [00:04:30.093]➜  golang.org/x/crypto/ocsp
2025-08-20T22:42:48.4410672Z [00:04:30.093]➜  mkdir -p $WORK/b2229/
2025-08-20T22:42:48.4413772Z [00:04:30.094]➜  cat >/tmp/go-build3998081543/b2229/importcfg << 'EOF' # internal
2025-08-20T22:42:48.4414428Z [00:04:30.094]➜  # import config
2025-08-20T22:42:48.4414803Z [00:04:30.094]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:48.4415265Z [00:04:30.094]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:42:48.4416220Z [00:04:30.094]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:42:48.4416767Z [00:04:30.094]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:48.4417228Z [00:04:30.094]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:42:48.4417683Z [00:04:30.094]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:48.4418147Z [00:04:30.094]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:48.4418904Z [00:04:30.094]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:48.4419379Z [00:04:30.094]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:48.4419855Z [00:04:30.094]➜  packagefile crypto/x509/pkix=/tmp/go-build3998081543/b169/_pkg_.a
2025-08-20T22:42:48.4420335Z [00:04:30.094]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:42:48.4420780Z [00:04:30.094]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.4421203Z [00:04:30.094]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.4421622Z [00:04:30.094]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:48.4422049Z [00:04:30.094]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.4422467Z [00:04:30.094]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:48.4423006Z [00:04:30.094]➜  EOF
2025-08-20T22:42:48.4426870Z [00:04:30.094]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2229/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ocsp=>golang.org/x/crypto@v0.39.0/ocsp;$WORK/b2229=>" -p golang.org/x/crypto/ocsp -lang=go1.23 -complete -installsuffix shared -buildid 4ldtzkCGq_8PyclEYata/4ldtzkCGq_8PyclEYata -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2229/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/ocsp/ocsp.go
2025-08-20T22:42:48.4668555Z [00:04:30.116]➜  go tool buildid -w $WORK/b2224/_pkg_.a # internal
2025-08-20T22:42:48.4671041Z [00:04:30.117]➜  cp $WORK/b2224/_pkg_.a /root/.cache/go-build/12/1228928ee7c6694494f6ee8408e53174352bf856c162adee9bb00b648edabf18-d # internal
2025-08-20T22:42:48.4672454Z [00:04:30.118]➜  github.com/gabriel-vasile/mimetype
2025-08-20T22:42:48.4673096Z [00:04:30.118]➜  mkdir -p $WORK/b2222/
2025-08-20T22:42:48.4673547Z [00:04:30.118]➜  cat >/tmp/go-build3998081543/b2222/importcfg << 'EOF' # internal
2025-08-20T22:42:48.4673930Z [00:04:30.118]➜  # import config
2025-08-20T22:42:48.4674743Z [00:04:30.118]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3998081543/b2223/_pkg_.a
2025-08-20T22:42:48.4675682Z [00:04:30.118]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build3998081543/b2224/_pkg_.a
2025-08-20T22:42:48.4676299Z [00:04:30.118]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.4676706Z [00:04:30.118]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:42:48.4677118Z [00:04:30.118]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:48.4677525Z [00:04:30.118]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:48.4677958Z [00:04:30.118]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:48.4678289Z [00:04:30.118]➜  EOF
2025-08-20T22:42:48.4680674Z [00:04:30.118]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2222/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7=>github.com/gabriel-vasile/mimetype@v1.4.7;$WORK/b2222=>" -p github.com/gabriel-vasile/mimetype -lang=go1.20 -complete -installsuffix shared -buildid g8uCbZMqC4cjVbRF6OdZ/g8uCbZMqC4cjVbRF6OdZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2222/importcfg -pack /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/mime.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/mimetype.go /root/go/pkg/mod/github.com/gabriel-vasile/mimetype@v1.4.7/tree.go
2025-08-20T22:42:48.4992035Z [00:04:30.151]➜  go tool buildid -w $WORK/b2229/_pkg_.a # internal
2025-08-20T22:42:48.5035096Z [00:04:30.156]➜  cp $WORK/b2229/_pkg_.a /root/.cache/go-build/ae/aef49bce1b7356c04463192f24957860c4219cf2604789267310ff11901c2a41-d # internal
2025-08-20T22:42:48.5091974Z [00:04:30.162]➜  github.com/timeplus-io/proton-go-driver/v2/contributors
2025-08-20T22:42:48.5092564Z [00:04:30.162]➜  mkdir -p $WORK/b2231/
2025-08-20T22:42:48.5100221Z [00:04:30.162]➜  cat >/tmp/go-build3998081543/b2231/importcfg << 'EOF' # internal
2025-08-20T22:42:48.5100742Z [00:04:30.162]➜  # import config
2025-08-20T22:42:48.5101201Z [00:04:30.162]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:42:48.5101718Z [00:04:30.162]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.5102122Z [00:04:30.162]➜  EOF
2025-08-20T22:42:48.5102553Z [00:04:30.162]➜  cat >/tmp/go-build3998081543/b2231/embedcfg << 'EOF' # internal
2025-08-20T22:42:48.5102966Z [00:04:30.162]➜  {
2025-08-20T22:42:48.5103203Z [00:04:30.162]➜  	"Patterns": {
2025-08-20T22:42:48.5103518Z [00:04:30.162]➜  		"list": [
2025-08-20T22:42:48.5103827Z [00:04:30.162]➜  			"list"
2025-08-20T22:42:48.5104115Z [00:04:30.162]➜  		]
2025-08-20T22:42:48.5104418Z [00:04:30.162]➜  	},
2025-08-20T22:42:48.5104707Z [00:04:30.162]➜  	"Files": {
2025-08-20T22:42:48.5105275Z [00:04:30.162]➜  		"list": "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/contributors/list"
2025-08-20T22:42:48.5106292Z [00:04:30.162]➜  	}
2025-08-20T22:42:48.5106577Z [00:04:30.162]➜  }EOF
2025-08-20T22:42:48.5108978Z [00:04:30.162]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2231/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/contributors=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/contributors;$WORK/b2231=>" -p github.com/timeplus-io/proton-go-driver/v2/contributors -lang=go1.18 -complete -installsuffix shared -buildid jzT3Copj7f5zkxVWu_T0/jzT3Copj7f5zkxVWu_T0 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2231/importcfg -embedcfg $WORK/b2231/embedcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/contributors/contributors.go
2025-08-20T22:42:48.5310094Z [00:04:30.183]➜  go tool buildid -w $WORK/b2231/_pkg_.a # internal
2025-08-20T22:42:48.5314618Z [00:04:30.184]➜  cp $WORK/b2231/_pkg_.a /root/.cache/go-build/d6/d625a595b854ac664e3b39b7be4d20af92f4694867c5d55ac098fd49c0e9c073-d # internal
2025-08-20T22:42:48.5340864Z [00:04:30.186]➜  github.com/timeplus-io/proton-go-driver/v2/lib/binary
2025-08-20T22:42:48.5345020Z [00:04:30.186]➜  mkdir -p $WORK/b2234/
2025-08-20T22:42:48.5351359Z [00:04:30.187]➜  cat >/tmp/go-build3998081543/b2234/importcfg << 'EOF' # internal
2025-08-20T22:42:48.5351750Z [00:04:30.187]➜  # import config
2025-08-20T22:42:48.5352138Z [00:04:30.187]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:48.5352585Z [00:04:30.187]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.5353010Z [00:04:30.187]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:48.5353430Z [00:04:30.187]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:48.5353748Z [00:04:30.187]➜  EOF
2025-08-20T22:42:48.5357268Z [00:04:30.187]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2234/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/binary=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/binary;$WORK/b2234=>" -p github.com/timeplus-io/proton-go-driver/v2/lib/binary -lang=go1.18 -complete -installsuffix shared -buildid y_ex08yqXVrFVoFKjNmZ/y_ex08yqXVrFVoFKjNmZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2234/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/binary/decoder.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/binary/encoder.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/binary/string.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/binary/string_unsafe.go
2025-08-20T22:42:48.5599615Z [00:04:30.211]➜  go tool buildid -w $WORK/b2234/_pkg_.a # internal
2025-08-20T22:42:48.5603050Z [00:04:30.212]➜  cp $WORK/b2234/_pkg_.a /root/.cache/go-build/c4/c4ba06f103e0581a007da47781dfa8742c52a371c58e18f809b19796032b0433-d # internal
2025-08-20T22:42:48.5612530Z [00:04:30.213]➜  github.com/timeplus-io/proton-go-driver/v2/lib/timezone
2025-08-20T22:42:48.5613770Z [00:04:30.213]➜  mkdir -p $WORK/b2235/
2025-08-20T22:42:48.5614606Z [00:04:30.214]➜  cat >/tmp/go-build3998081543/b2235/importcfg << 'EOF' # internal
2025-08-20T22:42:48.5615186Z [00:04:30.214]➜  # import config
2025-08-20T22:42:48.5615948Z [00:04:30.214]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:48.5616663Z [00:04:30.214]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:48.5617561Z [00:04:30.214]➜  EOF
2025-08-20T22:42:48.5619856Z [00:04:30.214]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2235/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/timezone=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/timezone;$WORK/b2235=>" -p github.com/timeplus-io/proton-go-driver/v2/lib/timezone -lang=go1.18 -complete -installsuffix shared -buildid QJuHcdnNXH_dzSZxMsVX/QJuHcdnNXH_dzSZxMsVX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2235/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/timezone/timezone.go
2025-08-20T22:42:48.5739852Z [00:04:30.226]➜  go tool buildid -w $WORK/b2235/_pkg_.a # internal
2025-08-20T22:42:48.5748823Z [00:04:30.227]➜  cp $WORK/b2235/_pkg_.a /root/.cache/go-build/bc/bc00418f81dd9db7bcfe0aef82af0e25bf3e928fb0f28fc7f1deb64930258ed6-d # internal
2025-08-20T22:42:48.5759984Z [00:04:30.228]➜  github.com/timeplus-io/proton-go-driver/v2/types
2025-08-20T22:42:48.5762613Z [00:04:30.228]➜  mkdir -p $WORK/b2236/
2025-08-20T22:42:48.5764039Z [00:04:30.229]➜  cat >/tmp/go-build3998081543/b2236/importcfg << 'EOF' # internal
2025-08-20T22:42:48.5764423Z [00:04:30.229]➜  # import config
2025-08-20T22:42:48.5764761Z [00:04:30.229]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.5765174Z [00:04:30.229]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:48.5765626Z [00:04:30.229]➜  EOF
2025-08-20T22:42:48.5768280Z [00:04:30.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2236/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/types=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/types;$WORK/b2236=>" -p github.com/timeplus-io/proton-go-driver/v2/types -lang=go1.18 -complete -installsuffix shared -buildid ZD9y4b_ivMIIzAI_q32v/ZD9y4b_ivMIIzAI_q32v -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2236/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/types/date.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/types/datetime.go
2025-08-20T22:42:48.6471887Z [00:04:30.299]➜  go tool buildid -w $WORK/b2222/_pkg_.a # internal
2025-08-20T22:42:48.6488460Z [00:04:30.301]➜  cp $WORK/b2222/_pkg_.a /root/.cache/go-build/96/961a51212ef24254ffb90c183445ca9ed762e0ead804801b3f35d1c667d9b2ab-d # internal
2025-08-20T22:42:48.6520436Z [00:04:30.304]➜  go tool buildid -w $WORK/b2236/_pkg_.a # internal
2025-08-20T22:42:48.6526002Z [00:04:30.305]➜  github.com/timeplus-io/proton-go-driver/v2/lib/cityhash102
2025-08-20T22:42:48.6528213Z [00:04:30.305]➜  mkdir -p $WORK/b2239/
2025-08-20T22:42:48.6530466Z [00:04:30.305]➜  cat >/tmp/go-build3998081543/b2239/importcfg << 'EOF' # internal
2025-08-20T22:42:48.6530953Z [00:04:30.305]➜  # import config
2025-08-20T22:42:48.6532952Z [00:04:30.305]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:48.6533428Z [00:04:30.305]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:48.6533743Z [00:04:30.305]➜  EOF
2025-08-20T22:42:48.6537043Z [00:04:30.306]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2239/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/cityhash102=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/cityhash102;$WORK/b2239=>" -p github.com/timeplus-io/proton-go-driver/v2/lib/cityhash102 -lang=go1.18 -complete -installsuffix shared -buildid B4HPHC7HYrFt_ETY39xv/B4HPHC7HYrFt_ETY39xv -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2239/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/cityhash102/city64.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/cityhash102/cityhash.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/cityhash102/doc.go
2025-08-20T22:42:48.6592506Z [00:04:30.311]➜  cp $WORK/b2236/_pkg_.a /root/.cache/go-build/86/86e743167f9d0b7c659a4a9b5781193f55fc4106a227bccf3326d590d044dfac-d # internal
2025-08-20T22:42:48.6718519Z [00:04:30.323]➜  github.com/timeplus-io/proton-go-driver/v2/lib/column
2025-08-20T22:42:48.6718974Z [00:04:30.324]➜  mkdir -p $WORK/b2233/
2025-08-20T22:42:48.6719360Z [00:04:30.324]➜  cat >/tmp/go-build3998081543/b2233/importcfg << 'EOF' # internal
2025-08-20T22:42:48.6719717Z [00:04:30.324]➜  # import config
2025-08-20T22:42:48.6720076Z [00:04:30.324]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:42:48.6720513Z [00:04:30.324]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.6721381Z [00:04:30.324]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.6721979Z [00:04:30.324]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:42:48.6722583Z [00:04:30.324]➜  packagefile github.com/paulmach/orb=/tmp/go-build3998081543/b1062/_pkg_.a
2025-08-20T22:42:48.6723160Z [00:04:30.324]➜  packagefile github.com/shopspring/decimal=/tmp/go-build3998081543/b652/_pkg_.a
2025-08-20T22:42:48.6723850Z [00:04:30.324]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/binary=/tmp/go-build3998081543/b2234/_pkg_.a
2025-08-20T22:42:48.6724611Z [00:04:30.324]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/timezone=/tmp/go-build3998081543/b2235/_pkg_.a
2025-08-20T22:42:48.6725508Z [00:04:30.324]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/types=/tmp/go-build3998081543/b2236/_pkg_.a
2025-08-20T22:42:48.6726127Z [00:04:30.324]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:48.6726565Z [00:04:30.324]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:48.6727046Z [00:04:30.324]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:48.6727469Z [00:04:30.324]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:48.6727889Z [00:04:30.324]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:48.6728306Z [00:04:30.324]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.6728741Z [00:04:30.324]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.6729159Z [00:04:30.324]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:48.6729473Z [00:04:30.324]➜  EOF
2025-08-20T22:42:48.6743071Z [00:04:30.324]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2233/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column;$WORK/b2233=>" -p github.com/timeplus-io/proton-go-driver/v2/lib/column -lang=go1.18 -complete -installsuffix shared -buildid _ds1Bk9uyCKUcHtrGIvs/_ds1Bk9uyCKUcHtrGIvs -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2233/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/array.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/bigint.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/bool.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/column.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/column_gen.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/column_unsafe_gen.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/date.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/date32.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/date_helpers.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/datetime.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/datetime64.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/decimal.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/enum.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/enum16.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/enum8.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/fixed_string.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/geo_multi_polygon.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/geo_point.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/geo_polygon.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/geo_ring.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/interval.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/ipv4.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/ipv6.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/json.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/json_helpers.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/lowcardinality.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/map.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/nested.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/nothing.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/nullable.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/simple_aggregate_function.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/string.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/tuple.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/column/uuid.go
2025-08-20T22:42:48.7332645Z [00:04:30.385]➜  go tool buildid -w $WORK/b2239/_pkg_.a # internal
2025-08-20T22:42:48.7341558Z [00:04:30.386]➜  cp $WORK/b2239/_pkg_.a /root/.cache/go-build/8c/8c5940e6304f000b86814121e807273cabb21e6aaa3fa56f099d01f8e5cdc189-d # internal
2025-08-20T22:42:48.7391185Z [00:04:30.391]➜  github.com/timeplus-io/proton-go-driver/v2/lib/compress
2025-08-20T22:42:48.7391661Z [00:04:30.391]➜  mkdir -p $WORK/b2238/
2025-08-20T22:42:48.7392048Z [00:04:30.391]➜  cat >/tmp/go-build3998081543/b2238/importcfg << 'EOF' # internal
2025-08-20T22:42:48.7392405Z [00:04:30.391]➜  # import config
2025-08-20T22:42:48.7392781Z [00:04:30.391]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:48.7393250Z [00:04:30.391]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.7393909Z [00:04:30.391]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3998081543/b405/_pkg_.a
2025-08-20T22:42:48.7394597Z [00:04:30.391]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/cityhash102=/tmp/go-build3998081543/b2239/_pkg_.a
2025-08-20T22:42:48.7395177Z [00:04:30.391]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.7395706Z [00:04:30.391]➜  EOF
2025-08-20T22:42:48.7399025Z [00:04:30.391]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2238/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/compress=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/compress;$WORK/b2238=>" -p github.com/timeplus-io/proton-go-driver/v2/lib/compress -lang=go1.18 -complete -installsuffix shared -buildid 9qtbiaTLV7fIgRQt8ICX/9qtbiaTLV7fIgRQt8ICX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2238/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/compress/compress.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/compress/compress_reader.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/compress/compress_writer.go
2025-08-20T22:42:48.7603682Z [00:04:30.412]➜  go tool buildid -w $WORK/b2238/_pkg_.a # internal
2025-08-20T22:42:48.7608494Z [00:04:30.413]➜  cp $WORK/b2238/_pkg_.a /root/.cache/go-build/8c/8cc31f54f56813073101233bf36f1aec581c3039f5037595b42c9284579f8625-d # internal
2025-08-20T22:42:48.7619099Z [00:04:30.414]➜  github.com/timeplus-io/proton-go-driver/v2/lib/io
2025-08-20T22:42:48.7642563Z [00:04:30.414]➜  mkdir -p $WORK/b2241/
2025-08-20T22:42:48.7642984Z [00:04:30.414]➜  cat >/tmp/go-build3998081543/b2241/importcfg << 'EOF' # internal
2025-08-20T22:42:48.7643342Z [00:04:30.414]➜  # import config
2025-08-20T22:42:48.7643685Z [00:04:30.414]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:48.7644702Z [00:04:30.414]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/compress=/tmp/go-build3998081543/b2238/_pkg_.a
2025-08-20T22:42:48.7645519Z [00:04:30.414]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.7645927Z [00:04:30.414]➜  EOF
2025-08-20T22:42:48.7648034Z [00:04:30.414]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2241/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/io=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/io;$WORK/b2241=>" -p github.com/timeplus-io/proton-go-driver/v2/lib/io -lang=go1.18 -complete -installsuffix shared -buildid EYMBfQCUtkbfJFsYN-0o/EYMBfQCUtkbfJFsYN-0o -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2241/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/io/stream.go
2025-08-20T22:42:48.7772120Z [00:04:30.429]➜  go tool buildid -w $WORK/b2241/_pkg_.a # internal
2025-08-20T22:42:48.7778723Z [00:04:30.430]➜  cp $WORK/b2241/_pkg_.a /root/.cache/go-build/fd/fde7288121f2a9120f96b254474f4c3cc05ef6016d8923316586d54861281c7a-d # internal
2025-08-20T22:42:48.7779923Z [00:04:30.430]➜  github.com/pierrec/lz4/internal/xxh32
2025-08-20T22:42:48.7780249Z [00:04:30.430]➜  mkdir -p $WORK/b2244/
2025-08-20T22:42:48.7783369Z [00:04:30.431]➜  cat >/tmp/go-build3998081543/b2244/importcfg << 'EOF' # internal
2025-08-20T22:42:48.7783744Z [00:04:30.431]➜  # import config
2025-08-20T22:42:48.7784114Z [00:04:30.431]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:48.7784470Z [00:04:30.431]➜  EOF
2025-08-20T22:42:48.7809314Z [00:04:30.431]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2244/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/internal/xxh32=>github.com/pierrec/lz4@v2.6.1+incompatible/internal/xxh32;$WORK/b2244=>" -p github.com/pierrec/lz4/internal/xxh32 -lang=go1.16 -complete -installsuffix shared -buildid jlHtysDvYvgfWfpjxEjp/jlHtysDvYvgfWfpjxEjp -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2244/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/internal/xxh32/xxh32zero.go
2025-08-20T22:42:48.8021981Z [00:04:30.454]➜  go tool buildid -w $WORK/b2244/_pkg_.a # internal
2025-08-20T22:42:48.8035332Z [00:04:30.456]➜  cp $WORK/b2244/_pkg_.a /root/.cache/go-build/e8/e859f38542d375da5161a4074bca0154e1e39b42157268cc529c1fbaf492be53-d # internal
2025-08-20T22:42:48.8036154Z [00:04:30.456]➜  github.com/pierrec/lz4
2025-08-20T22:42:48.8036570Z [00:04:30.456]➜  mkdir -p $WORK/b2243/
2025-08-20T22:42:48.8037408Z [00:04:30.456]➜  cat >/tmp/go-build3998081543/b2243/importcfg << 'EOF' # internal
2025-08-20T22:42:48.8037985Z [00:04:30.456]➜  # import config
2025-08-20T22:42:48.8038459Z [00:04:30.456]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:48.8039060Z [00:04:30.456]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.8039573Z [00:04:30.456]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.8040469Z [00:04:30.456]➜  packagefile github.com/pierrec/lz4/internal/xxh32=/tmp/go-build3998081543/b2244/_pkg_.a
2025-08-20T22:42:48.8041129Z [00:04:30.456]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.8041685Z [00:04:30.456]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:48.8042254Z [00:04:30.456]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:48.8042765Z [00:04:30.456]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:48.8043294Z [00:04:30.456]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:48.8043846Z [00:04:30.456]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:42:48.8044381Z [00:04:30.456]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.8044889Z [00:04:30.456]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:48.8045326Z [00:04:30.456]➜  EOF
2025-08-20T22:42:48.8050140Z [00:04:30.456]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2243/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible=>github.com/pierrec/lz4@v2.6.1+incompatible;$WORK/b2243=>" -p github.com/pierrec/lz4 -lang=go1.16 -complete -installsuffix shared -buildid bRH3tj0ojtsn5ACd0Rud/bRH3tj0ojtsn5ACd0Rud -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2243/importcfg -pack /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/block.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/debug_stub.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/decode_other.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/errors.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/lz4.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/lz4_go1.10.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/reader.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/reader_legacy.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/writer.go /root/go/pkg/mod/github.com/pierrec/lz4@v2.6.1+incompatible/writer_legacy.go
2025-08-20T22:42:48.8756665Z [00:04:30.528]➜  go tool buildid -w $WORK/b2243/_pkg_.a # internal
2025-08-20T22:42:48.8770057Z [00:04:30.529]➜  cp $WORK/b2243/_pkg_.a /root/.cache/go-build/22/22dbf2387eaf38fc039a86235e48485356c330065e4a9297b9487d734225f51d-d # internal
2025-08-20T22:42:48.8797829Z [00:04:30.532]➜  github.com/trinodb/trino-go-client/trino
2025-08-20T22:42:48.8798210Z [00:04:30.532]➜  mkdir -p $WORK/b2242/
2025-08-20T22:42:48.8804096Z [00:04:30.533]➜  cat >/tmp/go-build3998081543/b2242/importcfg << 'EOF' # internal
2025-08-20T22:42:48.8811451Z [00:04:30.533]➜  # import config
2025-08-20T22:42:48.8811809Z [00:04:30.533]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:48.8812243Z [00:04:30.533]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:48.8812689Z [00:04:30.533]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:48.8813184Z [00:04:30.533]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:48.8813656Z [00:04:30.533]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:48.8814158Z [00:04:30.533]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:48.8814657Z [00:04:30.533]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:48.8815589Z [00:04:30.533]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:48.8816159Z [00:04:30.533]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:48.8816610Z [00:04:30.533]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:48.8817031Z [00:04:30.533]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:48.8817568Z [00:04:30.533]➜  packagefile github.com/jcmturner/gokrb5/v8/client=/tmp/go-build3998081543/b2118/_pkg_.a
2025-08-20T22:42:48.8818400Z [00:04:30.533]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3998081543/b2119/_pkg_.a
2025-08-20T22:42:48.8819044Z [00:04:30.533]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3998081543/b2126/_pkg_.a
2025-08-20T22:42:48.8819687Z [00:04:30.533]➜  packagefile github.com/jcmturner/gokrb5/v8/spnego=/tmp/go-build3998081543/b2155/_pkg_.a
2025-08-20T22:42:48.8820375Z [00:04:30.533]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:42:48.8820958Z [00:04:30.533]➜  packagefile github.com/pierrec/lz4=/tmp/go-build3998081543/b2243/_pkg_.a
2025-08-20T22:42:48.8821423Z [00:04:30.533]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:48.8821826Z [00:04:30.533]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:48.8822234Z [00:04:30.533]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:48.8822656Z [00:04:30.533]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:48.8823276Z [00:04:30.533]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:48.8823785Z [00:04:30.533]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:48.8824254Z [00:04:30.533]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:48.8824679Z [00:04:30.533]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:48.8825091Z [00:04:30.533]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:48.8833367Z [00:04:30.533]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:48.8833829Z [00:04:30.533]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:48.8834256Z [00:04:30.533]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:48.8834664Z [00:04:30.533]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:48.8835080Z [00:04:30.533]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:48.8835535Z [00:04:30.533]➜  EOF
2025-08-20T22:42:48.8837803Z [00:04:30.533]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2242/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/trinodb/trino-go-client@v0.328.0/trino=>github.com/trinodb/trino-go-client@v0.328.0/trino;$WORK/b2242=>" -p github.com/trinodb/trino-go-client/trino -lang=go1.22 -complete -installsuffix shared -buildid 1T41X1kA1_pgCw8e_4mL/1T41X1kA1_pgCw8e_4mL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2242/importcfg -pack /root/go/pkg/mod/github.com/trinodb/trino-go-client@v0.328.0/trino/serial.go /root/go/pkg/mod/github.com/trinodb/trino-go-client@v0.328.0/trino/trino.go
2025-08-20T22:42:49.1891721Z [00:04:30.841]➜  go tool buildid -w $WORK/b2233/_pkg_.a # internal
2025-08-20T22:42:49.1964948Z [00:04:30.849]➜  go tool buildid -w $WORK/b2242/_pkg_.a # internal
2025-08-20T22:42:49.2008043Z [00:04:30.853]➜  cp $WORK/b2233/_pkg_.a /root/.cache/go-build/a4/a4ee1464c156f7c52bd855575591988095f685df5425a98e80bed88b329726b6-d # internal
2025-08-20T22:42:49.2034681Z [00:04:30.856]➜  cp $WORK/b2242/_pkg_.a /root/.cache/go-build/dc/dc3c799ac2aa9cd94db6b57cb6de755cf2725b857472aa6ebad2382b3847d8d9-d # internal
2025-08-20T22:42:49.2079698Z [00:04:30.860]➜  github.com/xo/dburl
2025-08-20T22:42:49.2082025Z [00:04:30.860]➜  mkdir -p $WORK/b2245/
2025-08-20T22:42:49.2088812Z [00:04:30.861]➜  cat >/tmp/go-build3998081543/b2245/importcfg << 'EOF' # internal
2025-08-20T22:42:49.2089734Z [00:04:30.861]➜  # import config
2025-08-20T22:42:49.2090727Z [00:04:30.861]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:49.2091758Z [00:04:30.861]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.2092225Z [00:04:30.861]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:49.2092650Z [00:04:30.861]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:49.2093066Z [00:04:30.861]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:49.2093513Z [00:04:30.861]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:49.2093948Z [00:04:30.861]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:49.2094267Z [00:04:30.861]➜  EOF
2025-08-20T22:42:49.2096749Z [00:04:30.861]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2245/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xo/dburl@v0.3.0=>github.com/xo/dburl@v0.3.0;$WORK/b2245=>" -p github.com/xo/dburl -lang=go1.15 -complete -installsuffix shared -buildid veMla4ESLkFIVIGJ7leb/veMla4ESLkFIVIGJ7leb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2245/importcfg -pack /root/go/pkg/mod/github.com/xo/dburl@v0.3.0/dburl.go /root/go/pkg/mod/github.com/xo/dburl@v0.3.0/dsn.go /root/go/pkg/mod/github.com/xo/dburl@v0.3.0/scheme.go /root/go/pkg/mod/github.com/xo/dburl@v0.3.0/url.go /root/go/pkg/mod/github.com/xo/dburl@v0.3.0/util.go
2025-08-20T22:42:49.2127113Z [00:04:30.865]➜  github.com/timeplus-io/proton-go-driver/v2/lib/proto
2025-08-20T22:42:49.2128044Z [00:04:30.865]➜  mkdir -p $WORK/b2237/
2025-08-20T22:42:49.2128575Z [00:04:30.865]➜  cat >/tmp/go-build3998081543/b2237/importcfg << 'EOF' # internal
2025-08-20T22:42:49.2128997Z [00:04:30.865]➜  # import config
2025-08-20T22:42:49.2129342Z [00:04:30.865]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.2129758Z [00:04:30.865]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.2130364Z [00:04:30.865]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/binary=/tmp/go-build3998081543/b2234/_pkg_.a
2025-08-20T22:42:49.2131115Z [00:04:30.865]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/column=/tmp/go-build3998081543/b2233/_pkg_.a
2025-08-20T22:42:49.2131871Z [00:04:30.865]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/timezone=/tmp/go-build3998081543/b2235/_pkg_.a
2025-08-20T22:42:49.2132542Z [00:04:30.865]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:42:49.2133038Z [00:04:30.865]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:49.2133456Z [00:04:30.865]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:49.2133872Z [00:04:30.865]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:49.2134180Z [00:04:30.865]➜  EOF
2025-08-20T22:42:49.2138780Z [00:04:30.865]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2237/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto;$WORK/b2237=>" -p github.com/timeplus-io/proton-go-driver/v2/lib/proto -lang=go1.18 -complete -installsuffix shared -buildid atQu90rVZVYzfhm5Fp_u/atQu90rVZVYzfhm5Fp_u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2237/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto/block.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto/const.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto/exception.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto/handshake.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto/profile_info.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto/progress.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto/query.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/proto/table_columns.go
2025-08-20T22:42:49.2726520Z [00:04:30.925]➜  go tool buildid -w $WORK/b2237/_pkg_.a # internal
2025-08-20T22:42:49.2803167Z [00:04:30.932]➜  cp $WORK/b2237/_pkg_.a /root/.cache/go-build/f2/f2d853a2452bce1a5d7febf228fa342156c6ce7ed71a2e1c713802f4be405bd2-d # internal
2025-08-20T22:42:49.2809580Z [00:04:30.933]➜  github.com/timeplus-io/proton-go-driver/v2/external
2025-08-20T22:42:49.2809996Z [00:04:30.933]➜  mkdir -p $WORK/b2232/
2025-08-20T22:42:49.2812399Z [00:04:30.933]➜  cat >/tmp/go-build3998081543/b2232/importcfg << 'EOF' # internal
2025-08-20T22:42:49.2812759Z [00:04:30.933]➜  # import config
2025-08-20T22:42:49.2813295Z [00:04:30.933]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/column=/tmp/go-build3998081543/b2233/_pkg_.a
2025-08-20T22:42:49.2814048Z [00:04:30.933]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/proto=/tmp/go-build3998081543/b2237/_pkg_.a
2025-08-20T22:42:49.2814518Z [00:04:30.933]➜  EOF
2025-08-20T22:42:49.2816753Z [00:04:30.933]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2232/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/external=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/external;$WORK/b2232=>" -p github.com/timeplus-io/proton-go-driver/v2/external -lang=go1.18 -complete -installsuffix shared -buildid f5BAfJqeCc6n6J5-6pWQ/f5BAfJqeCc6n6J5-6pWQ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2232/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/external/external.go
2025-08-20T22:42:49.3099520Z [00:04:30.961]➜  go tool buildid -w $WORK/b2232/_pkg_.a # internal
2025-08-20T22:42:49.3100338Z [00:04:30.962]➜  cp $WORK/b2232/_pkg_.a /root/.cache/go-build/a6/a64377d368555e4c37694015ba7eb42b51e8ac4fef542e00d5030aef9e0e4913-d # internal
2025-08-20T22:42:49.3101227Z [00:04:30.962]➜  github.com/timeplus-io/proton-go-driver/v2/lib/driver
2025-08-20T22:42:49.3101601Z [00:04:30.962]➜  mkdir -p $WORK/b2240/
2025-08-20T22:42:49.3105028Z [00:04:30.963]➜  cat >/tmp/go-build3998081543/b2240/importcfg << 'EOF' # internal
2025-08-20T22:42:49.3107819Z [00:04:30.963]➜  # import config
2025-08-20T22:42:49.3108181Z [00:04:30.963]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:49.3108789Z [00:04:30.963]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/proto=/tmp/go-build3998081543/b2237/_pkg_.a
2025-08-20T22:42:49.3109368Z [00:04:30.963]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:49.3109713Z [00:04:30.963]➜  EOF
2025-08-20T22:42:49.3111883Z [00:04:30.963]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2240/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/driver=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/driver;$WORK/b2240=>" -p github.com/timeplus-io/proton-go-driver/v2/lib/driver -lang=go1.18 -complete -installsuffix shared -buildid EmmpSoPHXc5Dxux5XiAS/EmmpSoPHXc5Dxux5XiAS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2240/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/lib/driver/driver.go
2025-08-20T22:42:49.3139763Z [00:04:30.966]➜  go tool buildid -w $WORK/b2245/_pkg_.a # internal
2025-08-20T22:42:49.3158591Z [00:04:30.968]➜  cp $WORK/b2245/_pkg_.a /root/.cache/go-build/07/07a3a9207aca09372cf165f36588bfeda1edf4bca7d5262a6d5aa1c50266bba6-d # internal
2025-08-20T22:42:49.3164072Z [00:04:30.969]➜  golang.org/x/crypto/scrypt
2025-08-20T22:42:49.3167284Z [00:04:30.969]➜  mkdir -p $WORK/b2247/
2025-08-20T22:42:49.3169588Z [00:04:30.969]➜  cat >/tmp/go-build3998081543/b2247/importcfg << 'EOF' # internal
2025-08-20T22:42:49.3169989Z [00:04:30.969]➜  # import config
2025-08-20T22:42:49.3170362Z [00:04:30.969]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:49.3172102Z [00:04:30.969]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:49.3172569Z [00:04:30.969]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.3173282Z [00:04:30.969]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3998081543/b285/_pkg_.a
2025-08-20T22:42:49.3173885Z [00:04:30.969]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:49.3174215Z [00:04:30.969]➜  EOF
2025-08-20T22:42:49.3176182Z [00:04:30.970]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2247/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/crypto@v0.39.0/scrypt=>golang.org/x/crypto@v0.39.0/scrypt;$WORK/b2247=>" -p golang.org/x/crypto/scrypt -lang=go1.23 -complete -installsuffix shared -buildid UftzhJsB4qRYHo8M3RbB/UftzhJsB4qRYHo8M3RbB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2247/importcfg -pack /root/go/pkg/mod/golang.org/x/crypto@v0.39.0/scrypt/scrypt.go
2025-08-20T22:42:49.3360271Z [00:04:30.988]➜  go tool buildid -w $WORK/b2247/_pkg_.a # internal
2025-08-20T22:42:49.3370847Z [00:04:30.989]➜  cp $WORK/b2247/_pkg_.a /root/.cache/go-build/8e/8e2e7ba15549e5b26703cb9ca6287671040220b91091d6c8ec272a0d7b30ffc8-d # internal
2025-08-20T22:42:49.3374568Z [00:04:30.990]➜  go tool buildid -w $WORK/b2240/_pkg_.a # internal
2025-08-20T22:42:49.3385318Z [00:04:30.991]➜  cp $WORK/b2240/_pkg_.a /root/.cache/go-build/53/53cc23b61183bf903ce53d9fd57c106f7247940d797d511a117d501e0dd322f6-d # internal
2025-08-20T22:42:49.3388701Z [00:04:30.991]➜  github.com/youmark/pkcs8
2025-08-20T22:42:49.3389823Z [00:04:30.991]➜  mkdir -p $WORK/b2246/
2025-08-20T22:42:49.3394928Z [00:04:30.992]➜  cat >/tmp/go-build3998081543/b2246/importcfg << 'EOF' # internal
2025-08-20T22:42:49.3397108Z [00:04:30.992]➜  # import config
2025-08-20T22:42:49.3398936Z [00:04:30.992]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:49.3399729Z [00:04:30.992]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:49.3400436Z [00:04:30.992]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:49.3401173Z [00:04:30.992]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:49.3402262Z [00:04:30.992]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:42:49.3402973Z [00:04:30.992]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:42:49.3404079Z [00:04:30.992]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:49.3404774Z [00:04:30.992]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:42:49.3405872Z [00:04:30.992]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:49.3406663Z [00:04:30.992]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:49.3407390Z [00:04:30.992]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:49.3408330Z [00:04:30.992]➜  packagefile crypto/x509/pkix=/tmp/go-build3998081543/b169/_pkg_.a
2025-08-20T22:42:49.3409070Z [00:04:30.992]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:42:49.3409760Z [00:04:30.992]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.3410543Z [00:04:30.992]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.3411357Z [00:04:30.992]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3998081543/b285/_pkg_.a
2025-08-20T22:42:49.3412714Z [00:04:30.992]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3998081543/b2247/_pkg_.a
2025-08-20T22:42:49.3413201Z [00:04:30.992]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:49.3413805Z [00:04:30.992]➜  EOF
2025-08-20T22:42:49.3421884Z [00:04:30.992]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2246/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a=>github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a;$WORK/b2246=>" -p github.com/youmark/pkcs8 -lang=go1.12 -complete -installsuffix shared -buildid hHSRSbLJrUbniTLZ2Pmw/hHSRSbLJrUbniTLZ2Pmw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2246/importcfg -pack /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a/cipher.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a/cipher_3des.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a/cipher_aes.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a/kdf_pbkdf2.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a/kdf_scrypt.go /root/go/pkg/mod/github.com/youmark/pkcs8@v0.0.0-20201027041543-1326539a0a0a/pkcs8.go
2025-08-20T22:42:49.3491187Z [00:04:31.001]➜  github.com/timeplus-io/proton-go-driver/v2
2025-08-20T22:42:49.3492595Z [00:04:31.001]➜  mkdir -p $WORK/b2230/
2025-08-20T22:42:49.3493311Z [00:04:31.001]➜  cat >/tmp/go-build3998081543/b2230/importcfg << 'EOF' # internal
2025-08-20T22:42:49.3494119Z [00:04:31.001]➜  # import config
2025-08-20T22:42:49.3494833Z [00:04:31.001]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:49.3496950Z [00:04:31.001]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:49.3497682Z [00:04:31.001]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:49.3498415Z [00:04:31.001]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:49.3499152Z [00:04:31.001]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.3500580Z [00:04:31.001]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.3501756Z [00:04:31.001]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/contributors=/tmp/go-build3998081543/b2231/_pkg_.a
2025-08-20T22:42:49.3503132Z [00:04:31.001]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/external=/tmp/go-build3998081543/b2232/_pkg_.a
2025-08-20T22:42:49.3504202Z [00:04:31.001]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/binary=/tmp/go-build3998081543/b2234/_pkg_.a
2025-08-20T22:42:49.3505160Z [00:04:31.001]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/column=/tmp/go-build3998081543/b2233/_pkg_.a
2025-08-20T22:42:49.3527317Z [00:04:31.001]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/compress=/tmp/go-build3998081543/b2238/_pkg_.a
2025-08-20T22:42:49.3528174Z [00:04:31.001]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/driver=/tmp/go-build3998081543/b2240/_pkg_.a
2025-08-20T22:42:49.3528924Z [00:04:31.001]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/io=/tmp/go-build3998081543/b2241/_pkg_.a
2025-08-20T22:42:49.3529688Z [00:04:31.001]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/proto=/tmp/go-build3998081543/b2237/_pkg_.a
2025-08-20T22:42:49.3530354Z [00:04:31.001]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:42:49.3530847Z [00:04:31.001]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:49.3531252Z [00:04:31.001]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:49.3531668Z [00:04:31.001]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:49.3532087Z [00:04:31.002]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:49.3532500Z [00:04:31.002]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:49.3532915Z [00:04:31.002]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:49.3533338Z [00:04:31.002]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:49.3534124Z [00:04:31.002]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:49.3534567Z [00:04:31.002]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:49.3535015Z [00:04:31.002]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:49.3537584Z [00:04:31.002]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:49.3538075Z [00:04:31.002]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:49.3538389Z [00:04:31.002]➜  EOF
2025-08-20T22:42:49.3546726Z [00:04:31.002]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2230/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19=>github.com/timeplus-io/proton-go-driver/v2@v2.0.19;$WORK/b2230=>" -p github.com/timeplus-io/proton-go-driver/v2 -lang=go1.18 -complete -installsuffix shared -buildid lagEaaf0gQi3UJOeKDmX/lagEaaf0gQi3UJOeKDmX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2230/importcfg -pack /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/bind.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/clickhouse.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/clickhouse_options.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/clickhouse_rows.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/clickhouse_rows_column_type.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/clickhouse_std.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_async_insert.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_batch.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_check.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_exec.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_handshake.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_logs.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_ping.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_process.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_profile_events.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_query.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/conn_send_query.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/context.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/scan.go /root/go/pkg/mod/github.com/timeplus-io/proton-go-driver/v2@v2.0.19/struct_map.go
2025-08-20T22:42:49.4002566Z [00:04:31.052]➜  go tool buildid -w $WORK/b2246/_pkg_.a # internal
2025-08-20T22:42:49.4032954Z [00:04:31.055]➜  cp $WORK/b2246/_pkg_.a /root/.cache/go-build/57/57fd56da952fdac11a4f5ed337ed288eb82d3e1434d5f14064268f087894ca4a-d # internal
2025-08-20T22:42:49.4039689Z [00:04:31.056]➜  go.mongodb.org/mongo-driver/mongo/address
2025-08-20T22:42:49.4040821Z [00:04:31.057]➜  mkdir -p $WORK/b2250/
2025-08-20T22:42:49.4049399Z [00:04:31.057]➜  cat >/tmp/go-build3998081543/b2250/importcfg << 'EOF' # internal
2025-08-20T22:42:49.4050260Z [00:04:31.057]➜  # import config
2025-08-20T22:42:49.4050864Z [00:04:31.057]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:49.4052241Z [00:04:31.057]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:49.4052576Z [00:04:31.057]➜  EOF
2025-08-20T22:42:49.4054563Z [00:04:31.057]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2250/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/address=>go.mongodb.org/mongo-driver@v1.14.0/mongo/address;$WORK/b2250=>" -p go.mongodb.org/mongo-driver/mongo/address -lang=go1.18 -complete -installsuffix shared -buildid -pDx3tBrnGM0wzvmeofl/-pDx3tBrnGM0wzvmeofl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2250/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/address/addr.go
2025-08-20T22:42:49.4195273Z [00:04:31.072]➜  go tool buildid -w $WORK/b2250/_pkg_.a # internal
2025-08-20T22:42:49.4198574Z [00:04:31.072]➜  cp $WORK/b2250/_pkg_.a /root/.cache/go-build/f0/f00459ffa7870b0a2ce5e54a83a3d8916d82e3be5f377ec501b1e3912838bb6e-d # internal
2025-08-20T22:42:49.4199216Z [00:04:31.072]➜  go.mongodb.org/mongo-driver/internal/bsonutil
2025-08-20T22:42:49.4203089Z [00:04:31.073]➜  mkdir -p $WORK/b2252/
2025-08-20T22:42:49.4204354Z [00:04:31.073]➜  cat >/tmp/go-build3998081543/b2252/importcfg << 'EOF' # internal
2025-08-20T22:42:49.4204928Z [00:04:31.073]➜  # import config
2025-08-20T22:42:49.4207901Z [00:04:31.073]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.4208429Z [00:04:31.073]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:49.4208825Z [00:04:31.073]➜  EOF
2025-08-20T22:42:49.4210888Z [00:04:31.073]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2252/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/bsonutil=>go.mongodb.org/mongo-driver@v1.14.0/internal/bsonutil;$WORK/b2252=>" -p go.mongodb.org/mongo-driver/internal/bsonutil -lang=go1.18 -complete -installsuffix shared -buildid 3Gnt1QuOVv9KIDymkVcN/3Gnt1QuOVv9KIDymkVcN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2252/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/bsonutil/bsonutil.go
2025-08-20T22:42:49.5320065Z [00:04:31.184]➜  go tool buildid -w $WORK/b2252/_pkg_.a # internal
2025-08-20T22:42:49.5384005Z [00:04:31.191]➜  cp $WORK/b2252/_pkg_.a /root/.cache/go-build/d3/d3bd0548399ba30934c1c69b18d80fcb86174d785a98fe6c929dd20f67058757-d # internal
2025-08-20T22:42:49.5418436Z [00:04:31.194]➜  go.mongodb.org/mongo-driver/tag
2025-08-20T22:42:49.5419598Z [00:04:31.194]➜  mkdir -p $WORK/b2256/
2025-08-20T22:42:49.5428337Z [00:04:31.195]➜  cat >/tmp/go-build3998081543/b2256/importcfg << 'EOF' # internal
2025-08-20T22:42:49.5429537Z [00:04:31.195]➜  # import config
2025-08-20T22:42:49.5430425Z [00:04:31.195]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:49.5431456Z [00:04:31.195]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.5431809Z [00:04:31.195]➜  EOF
2025-08-20T22:42:49.5433650Z [00:04:31.195]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2256/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/tag=>go.mongodb.org/mongo-driver@v1.14.0/tag;$WORK/b2256=>" -p go.mongodb.org/mongo-driver/tag -lang=go1.18 -complete -installsuffix shared -buildid RJ8TGyRsKXAIeLixY5Qb/RJ8TGyRsKXAIeLixY5Qb -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2256/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/tag/tag.go
2025-08-20T22:42:49.5668457Z [00:04:31.219]➜  go tool buildid -w $WORK/b2256/_pkg_.a # internal
2025-08-20T22:42:49.5671928Z [00:04:31.220]➜  cp $WORK/b2256/_pkg_.a /root/.cache/go-build/19/192b26ebe802c0d40fb8868d9e697e860c5d2742ad186f875b14dcd7c2d9e284-d # internal
2025-08-20T22:42:49.5686206Z [00:04:31.221]➜  go.mongodb.org/mongo-driver/mongo/readpref
2025-08-20T22:42:49.5686981Z [00:04:31.221]➜  mkdir -p $WORK/b2255/
2025-08-20T22:42:49.5711213Z [00:04:31.223]➜  cat >/tmp/go-build3998081543/b2255/importcfg << 'EOF' # internal
2025-08-20T22:42:49.5711734Z [00:04:31.224]➜  # import config
2025-08-20T22:42:49.5712108Z [00:04:31.224]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:49.5712550Z [00:04:31.224]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.5712979Z [00:04:31.224]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.5713487Z [00:04:31.224]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3998081543/b2256/_pkg_.a
2025-08-20T22:42:49.5713992Z [00:04:31.224]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:49.5714420Z [00:04:31.224]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:49.5715077Z [00:04:31.224]➜  EOF
2025-08-20T22:42:49.5718227Z [00:04:31.224]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2255/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/readpref=>go.mongodb.org/mongo-driver@v1.14.0/mongo/readpref;$WORK/b2255=>" -p go.mongodb.org/mongo-driver/mongo/readpref -lang=go1.18 -complete -installsuffix shared -buildid DguuTMXD1H3Aa7zaAs48/DguuTMXD1H3Aa7zaAs48 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2255/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/readpref/mode.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/readpref/options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/readpref/readpref.go
2025-08-20T22:42:49.5749486Z [00:04:31.227]➜  go tool buildid -w $WORK/b2230/_pkg_.a # internal
2025-08-20T22:42:49.5826462Z [00:04:31.235]➜  cp $WORK/b2230/_pkg_.a /root/.cache/go-build/29/297276b5a02f1a0c7cc3df615c43b356b0a3cd4715a5c32acd5c6732597dbeee-d # internal
2025-08-20T22:42:49.5839925Z [00:04:31.236]➜  go.mongodb.org/mongo-driver/internal/codecutil
2025-08-20T22:42:49.5840480Z [00:04:31.236]➜  mkdir -p $WORK/b2257/
2025-08-20T22:42:49.5859321Z [00:04:31.238]➜  cat >/tmp/go-build3998081543/b2257/importcfg << 'EOF' # internal
2025-08-20T22:42:49.5859852Z [00:04:31.238]➜  # import config
2025-08-20T22:42:49.5860305Z [00:04:31.238]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:49.5860881Z [00:04:31.238]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.5861442Z [00:04:31.238]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.5862090Z [00:04:31.238]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:49.5862833Z [00:04:31.238]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:49.5863466Z [00:04:31.238]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:49.5864366Z [00:04:31.238]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:49.5864890Z [00:04:31.238]➜  EOF
2025-08-20T22:42:49.5873059Z [00:04:31.239]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2257/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/codecutil=>go.mongodb.org/mongo-driver@v1.14.0/internal/codecutil;$WORK/b2257=>" -p go.mongodb.org/mongo-driver/internal/codecutil -lang=go1.18 -complete -installsuffix shared -buildid LHEjOpZd2_frV41u7h9p/LHEjOpZd2_frV41u7h9p -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2257/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/codecutil/encoding.go
2025-08-20T22:42:49.5959367Z [00:04:31.248]➜  go tool buildid -w $WORK/b2255/_pkg_.a # internal
2025-08-20T22:42:49.5965714Z [00:04:31.249]➜  cp $WORK/b2255/_pkg_.a /root/.cache/go-build/3c/3c1bd1609e998f2c3ec5463f4f42253c7751d23e745ad4795bac59daef3c983a-d # internal
2025-08-20T22:42:49.6000324Z [00:04:31.252]➜  go.mongodb.org/mongo-driver/mongo/description
2025-08-20T22:42:49.6000817Z [00:04:31.252]➜  mkdir -p $WORK/b2251/
2025-08-20T22:42:49.6001926Z [00:04:31.252]➜  cat >/tmp/go-build3998081543/b2251/importcfg << 'EOF' # internal
2025-08-20T22:42:49.6002950Z [00:04:31.252]➜  # import config
2025-08-20T22:42:49.6003995Z [00:04:31.252]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:49.6004462Z [00:04:31.252]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.6004899Z [00:04:31.252]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.6005612Z [00:04:31.252]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:49.6006319Z [00:04:31.252]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:49.6007010Z [00:04:31.252]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3998081543/b2252/_pkg_.a
2025-08-20T22:42:49.6008100Z [00:04:31.253]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3998081543/b2253/_pkg_.a
2025-08-20T22:42:49.6008797Z [00:04:31.253]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3998081543/b2254/_pkg_.a
2025-08-20T22:42:49.6009472Z [00:04:31.253]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3998081543/b2250/_pkg_.a
2025-08-20T22:42:49.6010262Z [00:04:31.253]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3998081543/b2255/_pkg_.a
2025-08-20T22:42:49.6010946Z [00:04:31.253]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3998081543/b2256/_pkg_.a
2025-08-20T22:42:49.6011441Z [00:04:31.253]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:49.6011850Z [00:04:31.253]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:49.6012158Z [00:04:31.253]➜  EOF
2025-08-20T22:42:49.6018319Z [00:04:31.254]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2251/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/description=>go.mongodb.org/mongo-driver@v1.14.0/mongo/description;$WORK/b2251=>" -p go.mongodb.org/mongo-driver/mongo/description -lang=go1.18 -complete -installsuffix shared -buildid ax1LII8cH1UuytVo4GGX/ax1LII8cH1UuytVo4GGX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2251/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/description/description.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/description/server.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/description/server_kind.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/description/server_selector.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/description/topology.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/description/topology_kind.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/description/topology_version.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/description/version_range.go
2025-08-20T22:42:49.6852206Z [00:04:31.337]➜  go tool buildid -w $WORK/b2257/_pkg_.a # internal
2025-08-20T22:42:49.6875689Z [00:04:31.340]➜  cp $WORK/b2257/_pkg_.a /root/.cache/go-build/7b/7bfd0ac0662e7491698e992e84195c59a9712bad9beb931eb22caaa01d29945f-d # internal
2025-08-20T22:42:49.6890510Z [00:04:31.341]➜  go.mongodb.org/mongo-driver/internal/csfle
2025-08-20T22:42:49.6894326Z [00:04:31.342]➜  mkdir -p $WORK/b2258/
2025-08-20T22:42:49.6904020Z [00:04:31.342]➜  cat >/tmp/go-build3998081543/b2258/importcfg << 'EOF' # internal
2025-08-20T22:42:49.6904402Z [00:04:31.342]➜  # import config
2025-08-20T22:42:49.6904747Z [00:04:31.342]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.6905168Z [00:04:31.342]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.6905899Z [00:04:31.342]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:49.6906366Z [00:04:31.342]➜  EOF
2025-08-20T22:42:49.6908363Z [00:04:31.342]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2258/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/csfle=>go.mongodb.org/mongo-driver@v1.14.0/internal/csfle;$WORK/b2258=>" -p go.mongodb.org/mongo-driver/internal/csfle -lang=go1.18 -complete -installsuffix shared -buildid 8sU23A8Rakls3XYXfzxj/8sU23A8Rakls3XYXfzxj -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2258/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/csfle/csfle.go
2025-08-20T22:42:49.7172462Z [00:04:31.369]➜  go tool buildid -w $WORK/b2258/_pkg_.a # internal
2025-08-20T22:42:49.7176452Z [00:04:31.370]➜  cp $WORK/b2258/_pkg_.a /root/.cache/go-build/ea/eade7f3d6495b6a28da8d085d4a3bd115a807a57fa9d909e6c5675020f5b182e-d # internal
2025-08-20T22:42:49.7205899Z [00:04:31.373]➜  go.mongodb.org/mongo-driver/internal/csot
2025-08-20T22:42:49.7207313Z [00:04:31.373]➜  mkdir -p $WORK/b2259/
2025-08-20T22:42:49.7208057Z [00:04:31.373]➜  cat >/tmp/go-build3998081543/b2259/importcfg << 'EOF' # internal
2025-08-20T22:42:49.7208763Z [00:04:31.373]➜  # import config
2025-08-20T22:42:49.7209660Z [00:04:31.373]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:49.7210137Z [00:04:31.373]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:49.7210457Z [00:04:31.373]➜  EOF
2025-08-20T22:42:49.7212721Z [00:04:31.373]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2259/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/csot=>go.mongodb.org/mongo-driver@v1.14.0/internal/csot;$WORK/b2259=>" -p go.mongodb.org/mongo-driver/internal/csot -lang=go1.18 -complete -installsuffix shared -buildid ruXPqOWRynAAC-HxHSor/ruXPqOWRynAAC-HxHSor -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2259/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/csot/csot.go
2025-08-20T22:42:49.7420431Z [00:04:31.394]➜  go tool buildid -w $WORK/b2259/_pkg_.a # internal
2025-08-20T22:42:49.7426502Z [00:04:31.395]➜  cp $WORK/b2259/_pkg_.a /root/.cache/go-build/00/008256805b80d40ed2bec525d0035f9ab47fa8f685a97b484280deba43d03656-d # internal
2025-08-20T22:42:49.7434415Z [00:04:31.396]➜  go.mongodb.org/mongo-driver/internal/httputil
2025-08-20T22:42:49.7434864Z [00:04:31.396]➜  mkdir -p $WORK/b2260/
2025-08-20T22:42:49.7440719Z [00:04:31.396]➜  cat >/tmp/go-build3998081543/b2260/importcfg << 'EOF' # internal
2025-08-20T22:42:49.7441238Z [00:04:31.396]➜  # import config
2025-08-20T22:42:49.7441669Z [00:04:31.397]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:49.7442028Z [00:04:31.397]➜  EOF
2025-08-20T22:42:49.7445175Z [00:04:31.397]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2260/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/httputil=>go.mongodb.org/mongo-driver@v1.14.0/internal/httputil;$WORK/b2260=>" -p go.mongodb.org/mongo-driver/internal/httputil -lang=go1.18 -complete -installsuffix shared -buildid bVbN1X2eTXrqT39vptTL/bVbN1X2eTXrqT39vptTL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2260/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/httputil/httputil.go
2025-08-20T22:42:49.7643310Z [00:04:31.416]➜  go tool buildid -w $WORK/b2260/_pkg_.a # internal
2025-08-20T22:42:49.7644054Z [00:04:31.417]➜  cp $WORK/b2260/_pkg_.a /root/.cache/go-build/32/32d3d9d5ee39629762d5732c966c024e765164a150fb3c5fd0f2f20ddc384c9c-d # internal
2025-08-20T22:42:49.7665502Z [00:04:31.419]➜  go.mongodb.org/mongo-driver/internal/logger
2025-08-20T22:42:49.7667748Z [00:04:31.419]➜  mkdir -p $WORK/b2261/
2025-08-20T22:42:49.7678313Z [00:04:31.420]➜  cat >/tmp/go-build3998081543/b2261/importcfg << 'EOF' # internal
2025-08-20T22:42:49.7679494Z [00:04:31.420]➜  # import config
2025-08-20T22:42:49.7680538Z [00:04:31.420]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:49.7682244Z [00:04:31.420]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:49.7683086Z [00:04:31.420]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.7683875Z [00:04:31.420]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:49.7684747Z [00:04:31.420]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:49.7685609Z [00:04:31.420]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:49.7686667Z [00:04:31.420]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:49.7687165Z [00:04:31.420]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:49.7687597Z [00:04:31.420]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:49.7688018Z [00:04:31.421]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:49.7688327Z [00:04:31.421]➜  EOF
2025-08-20T22:42:49.7691796Z [00:04:31.421]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2261/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/logger=>go.mongodb.org/mongo-driver@v1.14.0/internal/logger;$WORK/b2261=>" -p go.mongodb.org/mongo-driver/internal/logger -lang=go1.18 -complete -installsuffix shared -buildid 03tIXlP2CKTXJjDqA_16/03tIXlP2CKTXJjDqA_16 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2261/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/logger/component.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/logger/context.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/logger/io_sink.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/logger/level.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/logger/logger.go
2025-08-20T22:42:49.8058393Z [00:04:31.458]➜  go tool buildid -w $WORK/b2251/_pkg_.a # internal
2025-08-20T22:42:49.8109737Z [00:04:31.463]➜  cp $WORK/b2251/_pkg_.a /root/.cache/go-build/ab/abbe32e9fea00ef7d034463a2d70e6d838ea83c338e948a6fe22d2d076c08cb1-d # internal
2025-08-20T22:42:49.8110482Z [00:04:31.463]➜  go.mongodb.org/mongo-driver/event
2025-08-20T22:42:49.8110803Z [00:04:31.463]➜  mkdir -p $WORK/b2249/
2025-08-20T22:42:49.8114875Z [00:04:31.464]➜  cat >/tmp/go-build3998081543/b2249/importcfg << 'EOF' # internal
2025-08-20T22:42:49.8116079Z [00:04:31.464]➜  # import config
2025-08-20T22:42:49.8116911Z [00:04:31.464]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:49.8117490Z [00:04:31.464]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:49.8118353Z [00:04:31.464]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:49.8120167Z [00:04:31.464]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3998081543/b2250/_pkg_.a
2025-08-20T22:42:49.8120871Z [00:04:31.464]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3998081543/b2251/_pkg_.a
2025-08-20T22:42:49.8121839Z [00:04:31.464]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:49.8122265Z [00:04:31.464]➜  EOF
2025-08-20T22:42:49.8124473Z [00:04:31.464]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2249/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/event=>go.mongodb.org/mongo-driver@v1.14.0/event;$WORK/b2249=>" -p go.mongodb.org/mongo-driver/event -lang=go1.18 -complete -installsuffix shared -buildid v5qBdurRxP6hoIcW4yFx/v5qBdurRxP6hoIcW4yFx -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2249/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/event/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/event/monitoring.go
2025-08-20T22:42:49.8198925Z [00:04:31.472]➜  go tool buildid -w $WORK/b2261/_pkg_.a # internal
2025-08-20T22:42:49.8211659Z [00:04:31.473]➜  cp $WORK/b2261/_pkg_.a /root/.cache/go-build/87/87c2f593b2633273a1f5c33bd3e362bfd2ad460e0a1dbbbc89b59454433d3cfb-d # internal
2025-08-20T22:42:49.8258132Z [00:04:31.478]➜  go.mongodb.org/mongo-driver/internal/rand
2025-08-20T22:42:49.8259933Z [00:04:31.478]➜  mkdir -p $WORK/b2264/
2025-08-20T22:42:49.8265295Z [00:04:31.479]➜  cat >/tmp/go-build3998081543/b2264/importcfg << 'EOF' # internal
2025-08-20T22:42:49.8266882Z [00:04:31.479]➜  # import config
2025-08-20T22:42:49.8268316Z [00:04:31.479]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:49.8269798Z [00:04:31.479]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:49.8270296Z [00:04:31.479]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:49.8270782Z [00:04:31.479]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:49.8271215Z [00:04:31.479]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:49.8271526Z [00:04:31.479]➜  EOF
2025-08-20T22:42:49.8274922Z [00:04:31.479]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2264/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/rand=>go.mongodb.org/mongo-driver@v1.14.0/internal/rand;$WORK/b2264=>" -p go.mongodb.org/mongo-driver/internal/rand -lang=go1.18 -complete -installsuffix shared -buildid bBewFWrI9NCRrYDygI7X/bBewFWrI9NCRrYDygI7X -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2264/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/rand/bits.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/rand/exp.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/rand/normal.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/rand/rand.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/rand/rng.go
2025-08-20T22:42:49.8748195Z [00:04:31.527]➜  go tool buildid -w $WORK/b2264/_pkg_.a # internal
2025-08-20T22:42:49.8760138Z [00:04:31.528]➜  cp $WORK/b2264/_pkg_.a /root/.cache/go-build/b6/b63c177a96e9ba9b024820a7277411a2be628e95ccfd43d878a63346a92d86d3-d # internal
2025-08-20T22:42:49.8779290Z [00:04:31.530]➜  go.mongodb.org/mongo-driver/internal/randutil
2025-08-20T22:42:49.8780417Z [00:04:31.530]➜  mkdir -p $WORK/b2263/
2025-08-20T22:42:49.8780881Z [00:04:31.530]➜  cat >/tmp/go-build3998081543/b2263/importcfg << 'EOF' # internal
2025-08-20T22:42:49.8781244Z [00:04:31.530]➜  # import config
2025-08-20T22:42:49.8781611Z [00:04:31.530]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:49.8782052Z [00:04:31.530]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.8782617Z [00:04:31.530]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build3998081543/b2264/_pkg_.a
2025-08-20T22:42:49.8783142Z [00:04:31.530]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:49.8783450Z [00:04:31.530]➜  EOF
2025-08-20T22:42:49.8787446Z [00:04:31.530]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2263/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/randutil=>go.mongodb.org/mongo-driver@v1.14.0/internal/randutil;$WORK/b2263=>" -p go.mongodb.org/mongo-driver/internal/randutil -lang=go1.18 -complete -installsuffix shared -buildid Xa1tzSrYqpRRKiT99t7U/Xa1tzSrYqpRRKiT99t7U -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2263/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/randutil/randutil.go
2025-08-20T22:42:49.9019874Z [00:04:31.554]➜  go tool buildid -w $WORK/b2263/_pkg_.a # internal
2025-08-20T22:42:49.9047003Z [00:04:31.556]➜  cp $WORK/b2263/_pkg_.a /root/.cache/go-build/69/69e7eed799f7fdac19663684be49ab82007cdd743a889dcd8c5f401b3dd84195-d # internal
2025-08-20T22:42:49.9047780Z [00:04:31.556]➜  go.mongodb.org/mongo-driver/internal/uuid
2025-08-20T22:42:49.9048108Z [00:04:31.556]➜  mkdir -p $WORK/b2262/
2025-08-20T22:42:49.9048496Z [00:04:31.556]➜  cat >/tmp/go-build3998081543/b2262/importcfg << 'EOF' # internal
2025-08-20T22:42:49.9048857Z [00:04:31.556]➜  # import config
2025-08-20T22:42:49.9049224Z [00:04:31.556]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:49.9049849Z [00:04:31.556]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3998081543/b2263/_pkg_.a
2025-08-20T22:42:49.9050390Z [00:04:31.556]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:49.9050696Z [00:04:31.556]➜  EOF
2025-08-20T22:42:49.9052970Z [00:04:31.556]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2262/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/uuid=>go.mongodb.org/mongo-driver@v1.14.0/internal/uuid;$WORK/b2262=>" -p go.mongodb.org/mongo-driver/internal/uuid -lang=go1.18 -complete -installsuffix shared -buildid yx_Es7GQtEq-hwGZ34se/yx_Es7GQtEq-hwGZ34se -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2262/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/uuid/uuid.go
2025-08-20T22:42:49.9091075Z [00:04:31.561]➜  go tool buildid -w $WORK/b2249/_pkg_.a # internal
2025-08-20T22:42:49.9108755Z [00:04:31.563]➜  cp $WORK/b2249/_pkg_.a /root/.cache/go-build/ce/ce4fae6c7d08ebb2833d7678835fedddf1439a8e70d9724503003e85361527a1-d # internal
2025-08-20T22:42:49.9113459Z [00:04:31.564]➜  go.mongodb.org/mongo-driver/mongo/readconcern
2025-08-20T22:42:49.9113864Z [00:04:31.564]➜  mkdir -p $WORK/b2266/
2025-08-20T22:42:49.9121629Z [00:04:31.565]➜  cat >/tmp/go-build3998081543/b2266/importcfg << 'EOF' # internal
2025-08-20T22:42:49.9122013Z [00:04:31.565]➜  # import config
2025-08-20T22:42:49.9122367Z [00:04:31.565]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.9122949Z [00:04:31.565]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:42:49.9123623Z [00:04:31.565]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:49.9124060Z [00:04:31.565]➜  EOF
2025-08-20T22:42:49.9169116Z [00:04:31.567]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2266/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/readconcern=>go.mongodb.org/mongo-driver@v1.14.0/mongo/readconcern;$WORK/b2266=>" -p go.mongodb.org/mongo-driver/mongo/readconcern -lang=go1.18 -complete -installsuffix shared -buildid i4Qt9Ucfn1Z5kr5nYVhW/i4Qt9Ucfn1Z5kr5nYVhW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2266/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/readconcern/readconcern.go
2025-08-20T22:42:49.9345778Z [00:04:31.587]➜  go tool buildid -w $WORK/b2262/_pkg_.a # internal
2025-08-20T22:42:49.9353419Z [00:04:31.587]➜  cp $WORK/b2262/_pkg_.a /root/.cache/go-build/75/7526db2ffed0f03ef320187424440c53233f3e66c37051b98631b831f7e7d7bf-d # internal
2025-08-20T22:42:49.9371562Z [00:04:31.589]➜  go.mongodb.org/mongo-driver/mongo/writeconcern
2025-08-20T22:42:49.9371951Z [00:04:31.589]➜  mkdir -p $WORK/b2267/
2025-08-20T22:42:49.9375528Z [00:04:31.590]➜  cat >/tmp/go-build3998081543/b2267/importcfg << 'EOF' # internal
2025-08-20T22:42:49.9375987Z [00:04:31.590]➜  # import config
2025-08-20T22:42:49.9379681Z [00:04:31.590]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:49.9381034Z [00:04:31.590]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:49.9381630Z [00:04:31.590]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:49.9382267Z [00:04:31.590]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:42:49.9385461Z [00:04:31.590]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:49.9386063Z [00:04:31.590]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:49.9386375Z [00:04:31.590]➜  EOF
2025-08-20T22:42:49.9388461Z [00:04:31.590]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2267/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/writeconcern=>go.mongodb.org/mongo-driver@v1.14.0/mongo/writeconcern;$WORK/b2267=>" -p go.mongodb.org/mongo-driver/mongo/writeconcern -lang=go1.18 -complete -installsuffix shared -buildid MX5L-UXSQs19A2dGF7tk/MX5L-UXSQs19A2dGF7tk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2267/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/writeconcern/writeconcern.go
2025-08-20T22:42:49.9390348Z [00:04:31.590]➜  go tool buildid -w $WORK/b2266/_pkg_.a # internal
2025-08-20T22:42:49.9391194Z [00:04:31.591]➜  cp $WORK/b2266/_pkg_.a /root/.cache/go-build/8b/8b4148340b57f6def4bd429e32bb387423f0b1547309e3569bc24cf575e5456d-d # internal
2025-08-20T22:42:49.9397835Z [00:04:31.592]➜  go.mongodb.org/mongo-driver/internal/driverutil
2025-08-20T22:42:49.9398367Z [00:04:31.592]➜  mkdir -p $WORK/b2269/
2025-08-20T22:42:49.9402993Z [00:04:31.592]➜  cat >/tmp/go-build3998081543/b2269/importcfg << 'EOF' # internal
2025-08-20T22:42:49.9405130Z [00:04:31.592]➜  # import config
2025-08-20T22:42:49.9405583Z [00:04:31.592]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:49.9406314Z [00:04:31.592]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:49.9406642Z [00:04:31.592]➜  EOF
2025-08-20T22:42:49.9435129Z [00:04:31.596]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2269/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/driverutil=>go.mongodb.org/mongo-driver@v1.14.0/internal/driverutil;$WORK/b2269=>" -p go.mongodb.org/mongo-driver/internal/driverutil -lang=go1.18 -complete -installsuffix shared -buildid OQolFk8GM68IN8yZ29D3/OQolFk8GM68IN8yZ29D3 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2269/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/driverutil/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/driverutil/operation.go
2025-08-20T22:42:49.9600488Z [00:04:31.612]➜  go tool buildid -w $WORK/b2269/_pkg_.a # internal
2025-08-20T22:42:49.9602625Z [00:04:31.613]➜  cp $WORK/b2269/_pkg_.a /root/.cache/go-build/39/395915c81a0467cba132c72e43afe76459a61dbce22e64df3d550c0e9285814f-d # internal
2025-08-20T22:42:49.9612956Z [00:04:31.614]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options
2025-08-20T22:42:49.9613813Z [00:04:31.614]➜  mkdir -p $WORK/b2271/
2025-08-20T22:42:49.9619257Z [00:04:31.614]➜  cat >/tmp/go-build3998081543/b2271/importcfg << 'EOF' # internal
2025-08-20T22:42:49.9620104Z [00:04:31.614]➜  # import config
2025-08-20T22:42:49.9620594Z [00:04:31.614]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:49.9621298Z [00:04:31.614]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:49.9621852Z [00:04:31.614]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:49.9622174Z [00:04:31.614]➜  EOF
2025-08-20T22:42:49.9630709Z [00:04:31.615]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2271/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt/options=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt/options;$WORK/b2271=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options -lang=go1.18 -complete -installsuffix shared -buildid FqCqHFyFQl2hQHG187a4/FqCqHFyFQl2hQHG187a4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2271/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt/options/mongocrypt_context_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt/options/mongocrypt_options.go
2025-08-20T22:42:49.9993555Z [00:04:31.651]➜  go tool buildid -w $WORK/b2271/_pkg_.a # internal
2025-08-20T22:42:49.9994319Z [00:04:31.651]➜  cp $WORK/b2271/_pkg_.a /root/.cache/go-build/d4/d41f3ac8db2ae0ba299c50b3f992d1aac3a776e2cf39d01af17dd823d52a4b1c-d # internal
2025-08-20T22:42:50.0027300Z [00:04:31.655]➜  go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt
2025-08-20T22:42:50.0027759Z [00:04:31.655]➜  mkdir -p $WORK/b2270/
2025-08-20T22:42:50.0028161Z [00:04:31.655]➜  cat >/tmp/go-build3998081543/b2270/importcfg << 'EOF' # internal
2025-08-20T22:42:50.0028528Z [00:04:31.655]➜  # import config
2025-08-20T22:42:50.0028877Z [00:04:31.655]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:50.0029450Z [00:04:31.655]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:50.0030556Z [00:04:31.655]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3998081543/b2271/_pkg_.a
2025-08-20T22:42:50.0031114Z [00:04:31.655]➜  EOF
2025-08-20T22:42:50.0034918Z [00:04:31.655]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2270/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt;$WORK/b2270=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt -lang=go1.18 -complete -installsuffix shared -buildid 9K-u_lUpLP87dfj-eMvu/9K-u_lUpLP87dfj-eMvu -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2270/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt/errors_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt/mongocrypt_context_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt/mongocrypt_kms_context_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt/mongocrypt_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/mongocrypt/state.go
2025-08-20T22:42:50.0252336Z [00:04:31.677]➜  go tool buildid -w $WORK/b2267/_pkg_.a # internal
2025-08-20T22:42:50.0279375Z [00:04:31.680]➜  cp $WORK/b2267/_pkg_.a /root/.cache/go-build/f1/f18b2fbc83bf2d4b8a534ddbc0222895b10e16071f27e31757832c74552f9f3e-d # internal
2025-08-20T22:42:50.0327870Z [00:04:31.685]➜  go.mongodb.org/mongo-driver/x/mongo/driver/session
2025-08-20T22:42:50.0328641Z [00:04:31.685]➜  mkdir -p $WORK/b2272/
2025-08-20T22:42:50.0329044Z [00:04:31.685]➜  cat >/tmp/go-build3998081543/b2272/importcfg << 'EOF' # internal
2025-08-20T22:42:50.0329405Z [00:04:31.685]➜  # import config
2025-08-20T22:42:50.0329754Z [00:04:31.685]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:50.0330182Z [00:04:31.685]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.0330703Z [00:04:31.685]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:50.0331356Z [00:04:31.685]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:50.0332022Z [00:04:31.685]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3998081543/b2262/_pkg_.a
2025-08-20T22:42:50.0332683Z [00:04:31.685]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3998081543/b2250/_pkg_.a
2025-08-20T22:42:50.0333377Z [00:04:31.685]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3998081543/b2251/_pkg_.a
2025-08-20T22:42:50.0334224Z [00:04:31.685]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3998081543/b2266/_pkg_.a
2025-08-20T22:42:50.0334985Z [00:04:31.685]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3998081543/b2255/_pkg_.a
2025-08-20T22:42:50.0336019Z [00:04:31.685]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3998081543/b2267/_pkg_.a
2025-08-20T22:42:50.0337057Z [00:04:31.685]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:50.0364643Z [00:04:31.685]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:50.0365659Z [00:04:31.685]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:50.0366183Z [00:04:31.685]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:50.0366524Z [00:04:31.685]➜  EOF
2025-08-20T22:42:50.0370331Z [00:04:31.685]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2272/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/session=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/session;$WORK/b2272=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/session -lang=go1.18 -complete -installsuffix shared -buildid 0GwQj_Y6BvXcRQ2is6Gr/0GwQj_Y6BvXcRQ2is6Gr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2272/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/session/client_session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/session/cluster_clock.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/session/options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/session/server_session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/session/session_pool.go
2025-08-20T22:42:50.0373468Z [00:04:31.685]➜  go tool buildid -w $WORK/b2270/_pkg_.a # internal
2025-08-20T22:42:50.0374362Z [00:04:31.688]➜  cp $WORK/b2270/_pkg_.a /root/.cache/go-build/c1/c1a95b0e880ff1d2788af0538753b73e4fbf682168841ca16e2ea224dfb2e79c-d # internal
2025-08-20T22:42:50.0374993Z [00:04:31.688]➜  go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage
2025-08-20T22:42:50.0375472Z [00:04:31.688]➜  mkdir -p $WORK/b2273/
2025-08-20T22:42:50.0375921Z [00:04:31.688]➜  cat >/tmp/go-build3998081543/b2273/importcfg << 'EOF' # internal
2025-08-20T22:42:50.0376276Z [00:04:31.688]➜  # import config
2025-08-20T22:42:50.0376622Z [00:04:31.688]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:50.0377181Z [00:04:31.688]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:50.0377726Z [00:04:31.688]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:50.0378168Z [00:04:31.688]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:50.0378753Z [00:04:31.688]➜  EOF
2025-08-20T22:42:50.0381043Z [00:04:31.688]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2273/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/wiremessage=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/wiremessage;$WORK/b2273=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage -lang=go1.18 -complete -installsuffix shared -buildid z-TaV3fHKYGamTIFrHU4/z-TaV3fHKYGamTIFrHU4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2273/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/wiremessage/wiremessage.go
2025-08-20T22:42:50.1081228Z [00:04:31.760]➜  go tool buildid -w $WORK/b2273/_pkg_.a # internal
2025-08-20T22:42:50.1090677Z [00:04:31.761]➜  cp $WORK/b2273/_pkg_.a /root/.cache/go-build/03/03ec0fab4f86216435c1ce81c246db7f7667ffc6ddeb9df935bfe0e3f83d6b07-d # internal
2025-08-20T22:42:50.1120183Z [00:04:31.764]➜  go.mongodb.org/mongo-driver/x/mongo/driver/dns
2025-08-20T22:42:50.1124844Z [00:04:31.765]➜  mkdir -p $WORK/b2275/
2025-08-20T22:42:50.1127204Z [00:04:31.765]➜  cat >/tmp/go-build3998081543/b2275/importcfg << 'EOF' # internal
2025-08-20T22:42:50.1128809Z [00:04:31.765]➜  # import config
2025-08-20T22:42:50.1132042Z [00:04:31.765]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.1133199Z [00:04:31.765]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.1135780Z [00:04:31.766]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:50.1136325Z [00:04:31.766]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:50.1136764Z [00:04:31.766]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:50.1137082Z [00:04:31.766]➜  EOF
2025-08-20T22:42:50.1139129Z [00:04:31.766]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2275/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/dns=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/dns;$WORK/b2275=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/dns -lang=go1.18 -complete -installsuffix shared -buildid 5oXGYzcsTZFsoS3o4rpe/5oXGYzcsTZFsoS3o4rpe -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2275/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/dns/dns.go
2025-08-20T22:42:50.1602200Z [00:04:31.812]➜  go tool buildid -w $WORK/b2275/_pkg_.a # internal
2025-08-20T22:42:50.1606212Z [00:04:31.813]➜  cp $WORK/b2275/_pkg_.a /root/.cache/go-build/d7/d7bb8833df5562dd2ec7a2cbb5c1c88c28ccbfdaf0dc8483c89329896af659f2-d # internal
2025-08-20T22:42:50.1611445Z [00:04:31.813]➜  go.mongodb.org/mongo-driver/x/mongo/driver/connstring
2025-08-20T22:42:50.1612442Z [00:04:31.814]➜  mkdir -p $WORK/b2274/
2025-08-20T22:42:50.1615224Z [00:04:31.814]➜  cat >/tmp/go-build3998081543/b2274/importcfg << 'EOF' # internal
2025-08-20T22:42:50.1616906Z [00:04:31.814]➜  # import config
2025-08-20T22:42:50.1617772Z [00:04:31.814]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.1618598Z [00:04:31.814]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.1619273Z [00:04:31.814]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3998081543/b2263/_pkg_.a
2025-08-20T22:42:50.1627015Z [00:04:31.814]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3998081543/b2267/_pkg_.a
2025-08-20T22:42:50.1628138Z [00:04:31.814]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3998081543/b2275/_pkg_.a
2025-08-20T22:42:50.1629180Z [00:04:31.814]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3998081543/b2273/_pkg_.a
2025-08-20T22:42:50.1630184Z [00:04:31.814]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:50.1631412Z [00:04:31.814]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:50.1631849Z [00:04:31.814]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:50.1632576Z [00:04:31.814]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:50.1633106Z [00:04:31.814]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:50.1633477Z [00:04:31.814]➜  EOF
2025-08-20T22:42:50.1640597Z [00:04:31.816]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2274/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/connstring=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/connstring;$WORK/b2274=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/connstring -lang=go1.18 -complete -installsuffix shared -buildid _S59_GsvdYtrp6-c1Sqw/_S59_GsvdYtrp6-c1Sqw -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2274/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/connstring/connstring.go
2025-08-20T22:42:50.1754810Z [00:04:31.828]➜  go tool buildid -w $WORK/b2272/_pkg_.a # internal
2025-08-20T22:42:50.1789269Z [00:04:31.831]➜  cp $WORK/b2272/_pkg_.a /root/.cache/go-build/98/98dd07075bb3e3eb19df89301dc518fc7dd7943148fbb4b53dcb2cb647fb1e0b-d # internal
2025-08-20T22:42:50.1862335Z [00:04:31.838]➜  go.mongodb.org/mongo-driver/x/mongo/driver
2025-08-20T22:42:50.1862772Z [00:04:31.838]➜  mkdir -p $WORK/b2268/
2025-08-20T22:42:50.1874167Z [00:04:31.840]➜  cat >/tmp/go-build3998081543/b2268/importcfg << 'EOF' # internal
2025-08-20T22:42:50.1877419Z [00:04:31.840]➜  # import config
2025-08-20T22:42:50.1877865Z [00:04:31.840]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:50.1878353Z [00:04:31.840]➜  packagefile compress/zlib=/tmp/go-build3998081543/b390/_pkg_.a
2025-08-20T22:42:50.1878804Z [00:04:31.840]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:50.1879249Z [00:04:31.840]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:50.1879684Z [00:04:31.840]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.1880104Z [00:04:31.840]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.1880606Z [00:04:31.840]➜  packagefile github.com/golang/snappy=/tmp/go-build3998081543/b395/_pkg_.a
2025-08-20T22:42:50.1881203Z [00:04:31.840]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:42:50.1881808Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:50.1882438Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:42:50.1883409Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:50.1884130Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3998081543/b2249/_pkg_.a
2025-08-20T22:42:50.1884796Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3998081543/b2257/_pkg_.a
2025-08-20T22:42:50.1885629Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3998081543/b2259/_pkg_.a
2025-08-20T22:42:50.1886515Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3998081543/b2269/_pkg_.a
2025-08-20T22:42:50.1887217Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3998081543/b2253/_pkg_.a
2025-08-20T22:42:50.1887902Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3998081543/b2261/_pkg_.a
2025-08-20T22:42:50.1888575Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3998081543/b2250/_pkg_.a
2025-08-20T22:42:50.1889249Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3998081543/b2251/_pkg_.a
2025-08-20T22:42:50.1889934Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3998081543/b2266/_pkg_.a
2025-08-20T22:42:50.1890611Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3998081543/b2255/_pkg_.a
2025-08-20T22:42:50.1891646Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3998081543/b2267/_pkg_.a
2025-08-20T22:42:50.1892444Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:50.1893170Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3998081543/b2270/_pkg_.a
2025-08-20T22:42:50.1893973Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3998081543/b2271/_pkg_.a
2025-08-20T22:42:50.1894746Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3998081543/b2272/_pkg_.a
2025-08-20T22:42:50.1899952Z [00:04:31.840]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3998081543/b2273/_pkg_.a
2025-08-20T22:42:50.1900746Z [00:04:31.840]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:50.1901330Z [00:04:31.840]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:50.1901781Z [00:04:31.840]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:50.1902432Z [00:04:31.840]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:50.1903013Z [00:04:31.840]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:50.1903555Z [00:04:31.840]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:50.1904055Z [00:04:31.840]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:50.1904553Z [00:04:31.840]➜  EOF
2025-08-20T22:42:50.1909893Z [00:04:31.840]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2268/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver;$WORK/b2268=>" -p go.mongodb.org/mongo-driver/x/mongo/driver -lang=go1.18 -complete -installsuffix shared -buildid 2V84ftw3HjA-G64YQ1Sd/2V84ftw3HjA-G64YQ1Sd -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2268/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/batch_cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/batches.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/compression.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/crypt.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/driver.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/legacy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation_exhaust.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/serverapioptions.go
2025-08-20T22:42:50.2655083Z [00:04:31.917]➜  go tool buildid -w $WORK/b2274/_pkg_.a # internal
2025-08-20T22:42:50.2656344Z [00:04:31.918]➜  cp $WORK/b2274/_pkg_.a /root/.cache/go-build/79/795de33e0504b057afc8c7dde414159fd02cadfe72108a4c181e253013e86e0c-d # internal
2025-08-20T22:42:50.2685506Z [00:04:31.921]➜  github.com/montanaflynn/stats
2025-08-20T22:42:50.2691242Z [00:04:31.921]➜  mkdir -p $WORK/b2279/
2025-08-20T22:42:50.2699854Z [00:04:31.921]➜  cat >/tmp/go-build3998081543/b2279/importcfg << 'EOF' # internal
2025-08-20T22:42:50.2700249Z [00:04:31.921]➜  # import config
2025-08-20T22:42:50.2717829Z [00:04:31.921]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:50.2719404Z [00:04:31.921]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:50.2720260Z [00:04:31.921]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:50.2720698Z [00:04:31.921]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:50.2721129Z [00:04:31.921]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:50.2721582Z [00:04:31.921]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:50.2722483Z [00:04:31.921]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:50.2722967Z [00:04:31.921]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:50.2723280Z [00:04:31.921]➜  EOF
2025-08-20T22:42:50.2732063Z [00:04:31.921]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2279/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0=>github.com/montanaflynn/stats@v0.7.0;$WORK/b2279=>" -p github.com/montanaflynn/stats -lang=go1.13 -complete -installsuffix shared -buildid GICwo_U2icPqpp4yc3ku/GICwo_U2icPqpp4yc3ku -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2279/importcfg -pack /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/correlation.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/cumulative_sum.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/data.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/deviation.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/distances.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/doc.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/entropy.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/errors.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/geometric_distribution.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/legacy.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/load.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/max.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/mean.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/median.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/min.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/mode.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/norm.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/outlier.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/percentile.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/quartile.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/ranksum.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/regression.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/round.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/sample.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/sigmoid.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/softmax.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/sum.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/util.go /root/go/pkg/mod/github.com/montanaflynn/stats@v0.7.0/variance.go
2025-08-20T22:42:50.3117790Z [00:04:31.964]➜  go tool buildid -w $WORK/b1356/_pkg_.a # internal
2025-08-20T22:42:50.3235143Z [00:04:31.976]➜  cp $WORK/b1356/_pkg_.a /root/.cache/go-build/99/99f262165a169b238b6e38cfa0283909c7ce50639b476a849b78fcbcbd82f4f3-d # internal
2025-08-20T22:42:50.3263361Z [00:04:31.979]➜  github.com/elastic/go-elasticsearch/v8
2025-08-20T22:42:50.3264425Z [00:04:31.979]➜  mkdir -p $WORK/b1351/
2025-08-20T22:42:50.3266056Z [00:04:31.979]➜  cat >/tmp/go-build3998081543/b1351/importcfg << 'EOF' # internal
2025-08-20T22:42:50.3278664Z [00:04:31.980]➜  # import config
2025-08-20T22:42:50.3279121Z [00:04:31.980]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:50.3279620Z [00:04:31.980]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.3280048Z [00:04:31.980]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.3280691Z [00:04:31.980]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:42:50.3281547Z [00:04:31.980]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build3998081543/b1353/_pkg_.a
2025-08-20T22:42:50.3282332Z [00:04:31.980]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build3998081543/b1354/_pkg_.a
2025-08-20T22:42:50.3283077Z [00:04:31.980]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build3998081543/b1355/_pkg_.a
2025-08-20T22:42:50.3284178Z [00:04:31.980]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build3998081543/b1356/_pkg_.a
2025-08-20T22:42:50.3284923Z [00:04:31.980]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:42:50.3285646Z [00:04:31.980]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:50.3286162Z [00:04:31.980]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:50.3286589Z [00:04:31.980]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:50.3287002Z [00:04:31.980]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:50.3287427Z [00:04:31.980]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:50.3287856Z [00:04:31.980]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:50.3288284Z [00:04:31.980]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:50.3288715Z [00:04:31.980]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:50.3289135Z [00:04:31.980]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:50.3289445Z [00:04:31.980]➜  EOF
2025-08-20T22:42:50.3291671Z [00:04:31.980]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b1351/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0=>github.com/elastic/go-elasticsearch/v8@v8.17.0;$WORK/b1351=>" -p github.com/elastic/go-elasticsearch/v8 -lang=go1.22 -complete -installsuffix shared -buildid gEPoU-E3qHZrRehctd49/gEPoU-E3qHZrRehctd49 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b1351/importcfg -pack /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/doc.go /root/go/pkg/mod/github.com/elastic/go-elasticsearch/v8@v8.17.0/elasticsearch.go
2025-08-20T22:42:50.3923523Z [00:04:32.044]➜  go tool buildid -w $WORK/b2279/_pkg_.a # internal
2025-08-20T22:42:50.3944438Z [00:04:32.046]➜  cp $WORK/b2279/_pkg_.a /root/.cache/go-build/9a/9acc6c3733d589224e1a3e88c8d3ec89e61cf0c0947eebaef625d8d6e0498d1a-d # internal
2025-08-20T22:42:50.3954921Z [00:04:32.047]➜  github.com/xdg-go/pbkdf2
2025-08-20T22:42:50.3955251Z [00:04:32.047]➜  mkdir -p $WORK/b2282/
2025-08-20T22:42:50.3955816Z [00:04:32.047]➜  cat >/tmp/go-build3998081543/b2282/importcfg << 'EOF' # internal
2025-08-20T22:42:50.3956179Z [00:04:32.047]➜  # import config
2025-08-20T22:42:50.3956547Z [00:04:32.047]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:50.3957289Z [00:04:32.047]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:50.3957823Z [00:04:32.047]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:50.3958136Z [00:04:32.047]➜  EOF
2025-08-20T22:42:50.3959823Z [00:04:32.047]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2282/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0=>github.com/xdg-go/pbkdf2@v1.0.0;$WORK/b2282=>" -p github.com/xdg-go/pbkdf2 -lang=go1.9 -complete -installsuffix shared -buildid afmipf4_SOcGZrYSPndD/afmipf4_SOcGZrYSPndD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2282/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/pbkdf2@v1.0.0/pbkdf2.go
2025-08-20T22:42:50.4115879Z [00:04:32.064]➜  go tool buildid -w $WORK/b2282/_pkg_.a # internal
2025-08-20T22:42:50.4124691Z [00:04:32.064]➜  cp $WORK/b2282/_pkg_.a /root/.cache/go-build/d8/d8d41f36ee26d4692ee33d120c25b35cbda3ad6e0ef93a6e880d95bfc2448f82-d # internal
2025-08-20T22:42:50.4125543Z [00:04:32.064]➜  github.com/xdg-go/stringprep
2025-08-20T22:42:50.4125903Z [00:04:32.065]➜  mkdir -p $WORK/b2283/
2025-08-20T22:42:50.4126292Z [00:04:32.065]➜  cat >/tmp/go-build3998081543/b2283/importcfg << 'EOF' # internal
2025-08-20T22:42:50.4126649Z [00:04:32.065]➜  # import config
2025-08-20T22:42:50.4139375Z [00:04:32.066]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.4139946Z [00:04:32.066]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3998081543/b218/_pkg_.a
2025-08-20T22:42:50.4140861Z [00:04:32.066]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:50.4141275Z [00:04:32.066]➜  EOF
2025-08-20T22:42:50.4144602Z [00:04:32.066]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2283/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4=>github.com/xdg-go/stringprep@v1.0.4;$WORK/b2283=>" -p github.com/xdg-go/stringprep -lang=go1.11 -complete -installsuffix shared -buildid 4ne2r9i7ra_Z0Wsxia1u/4ne2r9i7ra_Z0Wsxia1u -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2283/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/bidi.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/doc.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/error.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/map.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/profile.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/saslprep.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/set.go /root/go/pkg/mod/github.com/xdg-go/stringprep@v1.0.4/tables.go
2025-08-20T22:42:50.5602006Z [00:04:32.213]➜  go tool buildid -w $WORK/b2268/_pkg_.a # internal
2025-08-20T22:42:50.5751238Z [00:04:32.227]➜  cp $WORK/b2268/_pkg_.a /root/.cache/go-build/ff/ff90235cad9aa7a2722767efba3326ca7dcc6eb3e0998cd2899612cc092bb3da-d # internal
2025-08-20T22:42:50.5891907Z [00:04:32.241]➜  go.mongodb.org/mongo-driver/mongo/options
2025-08-20T22:42:50.5893892Z [00:04:32.242]➜  mkdir -p $WORK/b2265/
2025-08-20T22:42:50.5894796Z [00:04:32.242]➜  cat >/tmp/go-build3998081543/b2265/importcfg << 'EOF' # internal
2025-08-20T22:42:50.5928052Z [00:04:32.242]➜  # import config
2025-08-20T22:42:50.5928473Z [00:04:32.242]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:50.5928960Z [00:04:32.242]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:50.5929410Z [00:04:32.242]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:50.5930366Z [00:04:32.242]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:50.5930846Z [00:04:32.242]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:42:50.5931295Z [00:04:32.242]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.5931841Z [00:04:32.242]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.5932388Z [00:04:32.242]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build3998081543/b2246/_pkg_.a
2025-08-20T22:42:50.5933127Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:50.5933801Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3998081543/b250/_pkg_.a
2025-08-20T22:42:50.5934473Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:50.5935135Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3998081543/b2249/_pkg_.a
2025-08-20T22:42:50.5936001Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3998081543/b2260/_pkg_.a
2025-08-20T22:42:50.5936693Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3998081543/b2261/_pkg_.a
2025-08-20T22:42:50.5937374Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3998081543/b2266/_pkg_.a
2025-08-20T22:42:50.5938061Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3998081543/b2255/_pkg_.a
2025-08-20T22:42:50.5938746Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3998081543/b2267/_pkg_.a
2025-08-20T22:42:50.5939414Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3998081543/b2256/_pkg_.a
2025-08-20T22:42:50.5940060Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:50.5940960Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3998081543/b2268/_pkg_.a
2025-08-20T22:42:50.5941819Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3998081543/b2274/_pkg_.a
2025-08-20T22:42:50.5942695Z [00:04:32.242]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3998081543/b2273/_pkg_.a
2025-08-20T22:42:50.5943292Z [00:04:32.242]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:50.5943721Z [00:04:32.242]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:50.5944140Z [00:04:32.242]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:50.5944568Z [00:04:32.242]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:50.5944997Z [00:04:32.242]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:50.5947431Z [00:04:32.242]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:50.5947949Z [00:04:32.242]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:50.5948274Z [00:04:32.242]➜  EOF
2025-08-20T22:42:50.5960682Z [00:04:32.242]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2265/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options=>go.mongodb.org/mongo-driver@v1.14.0/mongo/options;$WORK/b2265=>" -p go.mongodb.org/mongo-driver/mongo/options -lang=go1.18 -complete -installsuffix shared -buildid CFfBo3yFYEq4l8JbkqjH/CFfBo3yFYEq4l8JbkqjH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2265/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/aggregateoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/autoencryptionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/bulkwriteoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/changestreamoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/clientencryptionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/clientoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/collectionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/countoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/createcollectionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/datakeyoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/dboptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/deleteoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/distinctoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/encryptoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/estimatedcountoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/findoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/gridfsoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/indexoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/insertoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/listcollectionsoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/listdatabasesoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/loggeroptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/mongooptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/replaceoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/rewrapdatakeyoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/runcmdoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/searchindexoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/serverapioptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/sessionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/transactionoptions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/options/updateoptions.go
2025-08-20T22:42:50.7208779Z [00:04:32.373]➜  go tool buildid -w $WORK/b1351/_pkg_.a # internal
2025-08-20T22:42:50.7400208Z [00:04:32.392]➜  cp $WORK/b1351/_pkg_.a /root/.cache/go-build/6f/6fc6493a5aa599c6347008369dfebcfb032f9ecc488a79a42c4538a2bf39771a-d # internal
2025-08-20T22:42:50.7510368Z [00:04:32.402]➜  go.mongodb.org/mongo-driver/x/mongo/driver/operation
2025-08-20T22:42:50.7510883Z [00:04:32.402]➜  mkdir -p $WORK/b2276/
2025-08-20T22:42:50.7511273Z [00:04:32.403]➜  cat >/tmp/go-build3998081543/b2276/importcfg << 'EOF' # internal
2025-08-20T22:42:50.7511632Z [00:04:32.403]➜  # import config
2025-08-20T22:42:50.7511979Z [00:04:32.403]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:50.7512449Z [00:04:32.403]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.7512879Z [00:04:32.403]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.7513401Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:50.7514042Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:42:50.7514682Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3998081543/b2249/_pkg_.a
2025-08-20T22:42:50.7515471Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3998081543/b2252/_pkg_.a
2025-08-20T22:42:50.7516245Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3998081543/b2269/_pkg_.a
2025-08-20T22:42:50.7516959Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3998081543/b2253/_pkg_.a
2025-08-20T22:42:50.7518032Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3998081543/b2261/_pkg_.a
2025-08-20T22:42:50.7518712Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3998081543/b2250/_pkg_.a
2025-08-20T22:42:50.7519396Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3998081543/b2251/_pkg_.a
2025-08-20T22:42:50.7520223Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3998081543/b2266/_pkg_.a
2025-08-20T22:42:50.7521020Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3998081543/b2255/_pkg_.a
2025-08-20T22:42:50.7521715Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3998081543/b2267/_pkg_.a
2025-08-20T22:42:50.7522377Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build3998081543/b2277/_pkg_.a
2025-08-20T22:42:50.7523051Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:50.7523733Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3998081543/b2268/_pkg_.a
2025-08-20T22:42:50.7524435Z [00:04:32.403]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3998081543/b2272/_pkg_.a
2025-08-20T22:42:50.7525054Z [00:04:32.403]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:50.7527266Z [00:04:32.403]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:50.7527770Z [00:04:32.403]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:50.7528203Z [00:04:32.403]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:50.7528624Z [00:04:32.403]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:50.7528936Z [00:04:32.403]➜  EOF
2025-08-20T22:42:50.7539943Z [00:04:32.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2276/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation;$WORK/b2276=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/operation -lang=go1.18 -complete -installsuffix shared -buildid Gpf9RTJzmHH5Yyh0cJWc/Gpf9RTJzmHH5Yyh0cJWc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2276/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/abort_transaction.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/aggregate.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/command.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/commit_transaction.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/count.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/create.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/create_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/create_search_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/delete.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/distinct.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/drop_collection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/drop_database.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/drop_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/drop_search_index.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/end_sessions.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/find.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/find_and_modify.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/hello.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/insert.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/listDatabases.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/list_collections.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/list_indexes.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/update.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/operation/update_search_index.go
2025-08-20T22:42:50.7957538Z [00:04:32.448]➜  go tool buildid -w $WORK/b2283/_pkg_.a # internal
2025-08-20T22:42:50.8020068Z [00:04:32.453]➜  cp $WORK/b2283/_pkg_.a /root/.cache/go-build/db/db2cd2aadbc893139e4e916261e6fbb9d7db87b624101fd345f719ce62d75624-d # internal
2025-08-20T22:42:50.8020882Z [00:04:32.453]➜  github.com/xdg-go/scram
2025-08-20T22:42:50.8021182Z [00:04:32.453]➜  mkdir -p $WORK/b2281/
2025-08-20T22:42:50.8021577Z [00:04:32.454]➜  cat >/tmp/go-build3998081543/b2281/importcfg << 'EOF' # internal
2025-08-20T22:42:50.8021935Z [00:04:32.454]➜  # import config
2025-08-20T22:42:50.8022293Z [00:04:32.454]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:50.8022755Z [00:04:32.454]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:50.8023223Z [00:04:32.454]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:50.8023684Z [00:04:32.454]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:50.8024156Z [00:04:32.454]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:42:50.8024633Z [00:04:32.454]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:50.8025085Z [00:04:32.454]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.8028317Z [00:04:32.454]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.8028946Z [00:04:32.454]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build3998081543/b2282/_pkg_.a
2025-08-20T22:42:50.8029573Z [00:04:32.454]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3998081543/b2283/_pkg_.a
2025-08-20T22:42:50.8030062Z [00:04:32.454]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:42:50.8030489Z [00:04:32.454]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:50.8030912Z [00:04:32.454]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:50.8031329Z [00:04:32.454]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:50.8031637Z [00:04:32.454]➜  EOF
2025-08-20T22:42:50.8034763Z [00:04:32.454]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2281/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2=>github.com/xdg-go/scram@v1.1.2;$WORK/b2281=>" -p github.com/xdg-go/scram -lang=go1.11 -complete -installsuffix shared -buildid dGQ5LKZWVEJ_LRXyrtOi/dGQ5LKZWVEJ_LRXyrtOi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2281/importcfg -pack /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/client.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/client_conv.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/common.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/doc.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/parse.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/scram.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/server.go /root/go/pkg/mod/github.com/xdg-go/scram@v1.1.2/server_conv.go
2025-08-20T22:42:50.8987278Z [00:04:32.551]➜  go tool buildid -w $WORK/b2281/_pkg_.a # internal
2025-08-20T22:42:50.8990609Z [00:04:32.551]➜  cp $WORK/b2281/_pkg_.a /root/.cache/go-build/74/74e47c9fedf5641cfda1ae1b42e311ac670acee642423052b5cfa1f66b7fc94b-d # internal
2025-08-20T22:42:50.9013428Z [00:04:32.554]➜  go.mongodb.org/mongo-driver/internal/aws/awserr
2025-08-20T22:42:50.9014366Z [00:04:32.554]➜  mkdir -p $WORK/b2285/
2025-08-20T22:42:50.9018190Z [00:04:32.554]➜  cat >/tmp/go-build3998081543/b2285/importcfg << 'EOF' # internal
2025-08-20T22:42:50.9020000Z [00:04:32.554]➜  # import config
2025-08-20T22:42:50.9020775Z [00:04:32.554]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.9021497Z [00:04:32.554]➜  EOF
2025-08-20T22:42:50.9024500Z [00:04:32.554]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2285/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/awserr=>go.mongodb.org/mongo-driver@v1.14.0/internal/aws/awserr;$WORK/b2285=>" -p go.mongodb.org/mongo-driver/internal/aws/awserr -lang=go1.18 -complete -installsuffix shared -buildid -uZg4xQdpBtqGUxo23tl/-uZg4xQdpBtqGUxo23tl -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2285/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/awserr/error.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/awserr/types.go
2025-08-20T22:42:50.9062955Z [00:04:32.558]➜  go tool buildid -w $WORK/b2265/_pkg_.a # internal
2025-08-20T22:42:50.9127048Z [00:04:32.565]➜  cp $WORK/b2265/_pkg_.a /root/.cache/go-build/16/16f41b935ebdacc5ba35808fd0ce9fa935420b4eeb0380b2f28c2db5a235f40f-d # internal
2025-08-20T22:42:50.9159876Z [00:04:32.568]➜  golang.org/x/sync/singleflight
2025-08-20T22:42:50.9160437Z [00:04:32.568]➜  mkdir -p $WORK/b2286/
2025-08-20T22:42:50.9170600Z [00:04:32.569]➜  cat >/tmp/go-build3998081543/b2286/importcfg << 'EOF' # internal
2025-08-20T22:42:50.9171545Z [00:04:32.569]➜  # import config
2025-08-20T22:42:50.9172215Z [00:04:32.569]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:50.9173045Z [00:04:32.569]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.9174146Z [00:04:32.569]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.9174620Z [00:04:32.569]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:50.9175816Z [00:04:32.569]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:42:50.9176334Z [00:04:32.569]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:50.9176652Z [00:04:32.569]➜  EOF
2025-08-20T22:42:50.9178548Z [00:04:32.570]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2286/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/sync@v0.15.0/singleflight=>golang.org/x/sync@v0.15.0/singleflight;$WORK/b2286=>" -p golang.org/x/sync/singleflight -lang=go1.23 -complete -installsuffix shared -buildid j5fD1V-wgCv2Ykyu7KJr/j5fD1V-wgCv2Ykyu7KJr -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2286/importcfg -pack /root/go/pkg/mod/golang.org/x/sync@v0.15.0/singleflight/singleflight.go
2025-08-20T22:42:50.9313948Z [00:04:32.584]➜  go tool buildid -w $WORK/b2285/_pkg_.a # internal
2025-08-20T22:42:50.9329737Z [00:04:32.585]➜  cp $WORK/b2285/_pkg_.a /root/.cache/go-build/07/07a27f31f00628477f22f366b60718bd59c32009d240b5612b7c0b5a2dfb39f8-d # internal
2025-08-20T22:42:50.9335752Z [00:04:32.586]➜  go.mongodb.org/mongo-driver/internal/aws
2025-08-20T22:42:50.9348619Z [00:04:32.587]➜  mkdir -p $WORK/b2288/
2025-08-20T22:42:50.9353080Z [00:04:32.588]➜  cat >/tmp/go-build3998081543/b2288/importcfg << 'EOF' # internal
2025-08-20T22:42:50.9353897Z [00:04:32.588]➜  # import config
2025-08-20T22:42:50.9354745Z [00:04:32.588]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:50.9355984Z [00:04:32.588]➜  EOF
2025-08-20T22:42:50.9357981Z [00:04:32.588]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2288/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws=>go.mongodb.org/mongo-driver@v1.14.0/internal/aws;$WORK/b2288=>" -p go.mongodb.org/mongo-driver/internal/aws -lang=go1.18 -complete -installsuffix shared -buildid 2NO-P-g0KCPJFw5XWvqW/2NO-P-g0KCPJFw5XWvqW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2288/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/types.go
2025-08-20T22:42:50.9534032Z [00:04:32.606]➜  go tool buildid -w $WORK/b2288/_pkg_.a # internal
2025-08-20T22:42:50.9540184Z [00:04:32.606]➜  cp $WORK/b2288/_pkg_.a /root/.cache/go-build/34/347d1cd7134493b66d65f6f559c877b16133f595cc0741d5dfcec07764281870-d # internal
2025-08-20T22:42:50.9556784Z [00:04:32.608]➜  go.mongodb.org/mongo-driver/x/mongo/driver/ocsp
2025-08-20T22:42:50.9557459Z [00:04:32.608]➜  mkdir -p $WORK/b2291/
2025-08-20T22:42:50.9578212Z [00:04:32.609]➜  cat >/tmp/go-build3998081543/b2291/importcfg << 'EOF' # internal
2025-08-20T22:42:50.9581159Z [00:04:32.609]➜  # import config
2025-08-20T22:42:50.9582417Z [00:04:32.609]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:50.9583333Z [00:04:32.609]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:50.9584041Z [00:04:32.609]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:50.9585285Z [00:04:32.609]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:50.9586139Z [00:04:32.609]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:50.9586630Z [00:04:32.609]➜  packagefile crypto/x509/pkix=/tmp/go-build3998081543/b169/_pkg_.a
2025-08-20T22:42:50.9587112Z [00:04:32.609]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:42:50.9587559Z [00:04:32.609]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:50.9587985Z [00:04:32.609]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:50.9598823Z [00:04:32.609]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3998081543/b2260/_pkg_.a
2025-08-20T22:42:50.9599490Z [00:04:32.609]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3998081543/b2229/_pkg_.a
2025-08-20T22:42:50.9600061Z [00:04:32.609]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3998081543/b431/_pkg_.a
2025-08-20T22:42:50.9600584Z [00:04:32.609]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:50.9601449Z [00:04:32.609]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:50.9601962Z [00:04:32.609]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:50.9602389Z [00:04:32.609]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:50.9602803Z [00:04:32.609]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:50.9603111Z [00:04:32.609]➜  EOF
2025-08-20T22:42:50.9603409Z [00:04:32.609]➜  go tool buildid -w $WORK/b2286/_pkg_.a # internal
2025-08-20T22:42:50.9606672Z [00:04:32.609]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2291/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/ocsp=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/ocsp;$WORK/b2291=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/ocsp -lang=go1.18 -complete -installsuffix shared -buildid NQmvl0rMTijhw1703dC2/NQmvl0rMTijhw1703dC2 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2291/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/ocsp/cache.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/ocsp/config.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/ocsp/ocsp.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/ocsp/options.go
2025-08-20T22:42:50.9609662Z [00:04:32.611]➜  cp $WORK/b2286/_pkg_.a /root/.cache/go-build/f7/f764f3223fe3dcf0a397711400999b47eddaf201a36f1645513c632bfa3eb9cc-d # internal
2025-08-20T22:42:50.9610292Z [00:04:32.611]➜  go.mongodb.org/mongo-driver/internal/aws/credentials
2025-08-20T22:42:50.9610631Z [00:04:32.611]➜  mkdir -p $WORK/b2284/
2025-08-20T22:42:50.9611005Z [00:04:32.611]➜  cat >/tmp/go-build3998081543/b2284/importcfg << 'EOF' # internal
2025-08-20T22:42:50.9611351Z [00:04:32.611]➜  # import config
2025-08-20T22:42:50.9611694Z [00:04:32.611]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:50.9612496Z [00:04:32.611]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build3998081543/b2285/_pkg_.a
2025-08-20T22:42:50.9613158Z [00:04:32.611]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3998081543/b2286/_pkg_.a
2025-08-20T22:42:50.9613661Z [00:04:32.611]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:50.9614072Z [00:04:32.611]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:50.9614383Z [00:04:32.611]➜  EOF
2025-08-20T22:42:50.9617215Z [00:04:32.612]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2284/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/credentials=>go.mongodb.org/mongo-driver@v1.14.0/internal/aws/credentials;$WORK/b2284=>" -p go.mongodb.org/mongo-driver/internal/aws/credentials -lang=go1.18 -complete -installsuffix shared -buildid i-XOCsxm0BnquD91nRwD/i-XOCsxm0BnquD91nRwD -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2284/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/credentials/chain_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/credentials/credentials.go
2025-08-20T22:42:51.0094326Z [00:04:32.660]➜  go tool buildid -w $WORK/b2284/_pkg_.a # internal
2025-08-20T22:42:51.0102652Z [00:04:32.660]➜  cp $WORK/b2284/_pkg_.a /root/.cache/go-build/82/8253cd1ba7a1f7bcc8a78f7b7c63e6dd668429907a5f3c40c4e01e6257d7c022-d # internal
2025-08-20T22:42:51.0103351Z [00:04:32.662]➜  go tool buildid -w $WORK/b2291/_pkg_.a # internal
2025-08-20T22:42:51.0113723Z [00:04:32.663]➜  cp $WORK/b2291/_pkg_.a /root/.cache/go-build/0d/0db182c60de3faeb9415702a7bb8cbf57fe354525810d17defe541a729b932be-d # internal
2025-08-20T22:42:51.0117835Z [00:04:32.664]➜  go.mongodb.org/mongo-driver/internal/aws/signer/v4
2025-08-20T22:42:51.0120791Z [00:04:32.664]➜  mkdir -p $WORK/b2287/
2025-08-20T22:42:51.0128020Z [00:04:32.665]➜  cat >/tmp/go-build3998081543/b2287/importcfg << 'EOF' # internal
2025-08-20T22:42:51.0132333Z [00:04:32.665]➜  # import config
2025-08-20T22:42:51.0132948Z [00:04:32.665]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:51.0133457Z [00:04:32.665]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:51.0133929Z [00:04:32.665]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:51.0134397Z [00:04:32.665]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:51.0134837Z [00:04:32.665]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.0135509Z [00:04:32.665]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build3998081543/b2288/_pkg_.a
2025-08-20T22:42:51.0136273Z [00:04:32.665]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3998081543/b2284/_pkg_.a
2025-08-20T22:42:51.0136837Z [00:04:32.665]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:51.0137260Z [00:04:32.665]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:51.0137740Z [00:04:32.665]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:51.0138180Z [00:04:32.665]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:51.0138602Z [00:04:32.665]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:51.0143568Z [00:04:32.665]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:51.0144015Z [00:04:32.665]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.0144348Z [00:04:32.665]➜  EOF
2025-08-20T22:42:51.0147586Z [00:04:32.665]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2287/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/signer/v4=>go.mongodb.org/mongo-driver@v1.14.0/internal/aws/signer/v4;$WORK/b2287=>" -p go.mongodb.org/mongo-driver/internal/aws/signer/v4 -lang=go1.18 -complete -installsuffix shared -buildid _P7wXM33RI9ygUWFjUUU/_P7wXM33RI9ygUWFjUUU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2287/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/signer/v4/header_rules.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/signer/v4/request.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/signer/v4/uri_path.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/aws/signer/v4/v4.go
2025-08-20T22:42:51.0150615Z [00:04:32.666]➜  go.mongodb.org/mongo-driver/internal/credproviders
2025-08-20T22:42:51.0151060Z [00:04:32.666]➜  mkdir -p $WORK/b2289/
2025-08-20T22:42:51.0158602Z [00:04:32.668]➜  cat >/tmp/go-build3998081543/b2289/importcfg << 'EOF' # internal
2025-08-20T22:42:51.0161541Z [00:04:32.668]➜  # import config
2025-08-20T22:42:51.0162474Z [00:04:32.668]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:51.0162993Z [00:04:32.669]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:51.0163478Z [00:04:32.669]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:51.0163905Z [00:04:32.669]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.0164506Z [00:04:32.669]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3998081543/b2284/_pkg_.a
2025-08-20T22:42:51.0165217Z [00:04:32.669]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3998081543/b2262/_pkg_.a
2025-08-20T22:42:51.0165945Z [00:04:32.669]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:51.0166396Z [00:04:32.669]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:51.0166822Z [00:04:32.669]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:51.0167234Z [00:04:32.669]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:51.0167639Z [00:04:32.669]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.0167948Z [00:04:32.669]➜  EOF
2025-08-20T22:42:51.0172233Z [00:04:32.669]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2289/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/credproviders=>go.mongodb.org/mongo-driver@v1.14.0/internal/credproviders;$WORK/b2289=>" -p go.mongodb.org/mongo-driver/internal/credproviders -lang=go1.18 -complete -installsuffix shared -buildid sdk4v1sf8fEB3S1-docF/sdk4v1sf8fEB3S1-docF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2289/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/credproviders/assume_role_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/credproviders/ec2_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/credproviders/ecs_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/credproviders/env_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/credproviders/imds_provider.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/internal/credproviders/static_provider.go
2025-08-20T22:42:51.0912133Z [00:04:32.743]➜  go tool buildid -w $WORK/b2289/_pkg_.a # internal
2025-08-20T22:42:51.0924686Z [00:04:32.745]➜  cp $WORK/b2289/_pkg_.a /root/.cache/go-build/7c/7c39544bc47d09204fec5085a145c88549812d874a9472cccb993e3446c11a27-d # internal
2025-08-20T22:42:51.0961964Z [00:04:32.749]➜  go tool buildid -w $WORK/b2287/_pkg_.a # internal
2025-08-20T22:42:51.0962889Z [00:04:32.749]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds
2025-08-20T22:42:51.0972755Z [00:04:32.750]➜  mkdir -p $WORK/b2290/
2025-08-20T22:42:51.0973438Z [00:04:32.750]➜  cat >/tmp/go-build3998081543/b2290/importcfg << 'EOF' # internal
2025-08-20T22:42:51.0974876Z [00:04:32.750]➜  # import config
2025-08-20T22:42:51.0975240Z [00:04:32.750]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:51.0977035Z [00:04:32.750]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:51.0977492Z [00:04:32.750]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.0978428Z [00:04:32.750]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3998081543/b2284/_pkg_.a
2025-08-20T22:42:51.0979172Z [00:04:32.750]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3998081543/b2289/_pkg_.a
2025-08-20T22:42:51.0979881Z [00:04:32.750]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:51.0980436Z [00:04:32.750]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:51.0980992Z [00:04:32.750]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:51.0981483Z [00:04:32.750]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:51.0981889Z [00:04:32.750]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.0982196Z [00:04:32.750]➜  EOF
2025-08-20T22:42:51.0985071Z [00:04:32.750]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2290/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/creds=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/creds;$WORK/b2290=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds -lang=go1.18 -complete -installsuffix shared -buildid HGCU7C_lEl-2fMlhGqHV/HGCU7C_lEl-2fMlhGqHV -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2290/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/creds/awscreds.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/creds/azurecreds.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/creds/gcpcreds.go
2025-08-20T22:42:51.1012902Z [00:04:32.753]➜  cp $WORK/b2287/_pkg_.a /root/.cache/go-build/f1/f1a2f7ee1ae40dbf8a3896124e34abfc7219d15c4446e301b9e72a79f9541889-d # internal
2025-08-20T22:42:51.1014728Z [00:04:32.753]➜  github.com/jackc/pgx/v5/internal/anynil
2025-08-20T22:42:51.1015168Z [00:04:32.753]➜  mkdir -p $WORK/b2294/
2025-08-20T22:42:51.1017002Z [00:04:32.753]➜  cat >/tmp/go-build3998081543/b2294/importcfg << 'EOF' # internal
2025-08-20T22:42:51.1017689Z [00:04:32.753]➜  # import config
2025-08-20T22:42:51.1018157Z [00:04:32.753]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:51.1018677Z [00:04:32.753]➜  EOF
2025-08-20T22:42:51.1020960Z [00:04:32.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2294/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/anynil=>github.com/jackc/pgx/v5@v5.5.5/internal/anynil;$WORK/b2294=>" -p github.com/jackc/pgx/v5/internal/anynil -lang=go1.19 -complete -installsuffix shared -buildid AAwVsRYdprr4kIFqCjnF/AAwVsRYdprr4kIFqCjnF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2294/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/anynil/anynil.go
2025-08-20T22:42:51.1233884Z [00:04:32.776]➜  go tool buildid -w $WORK/b2294/_pkg_.a # internal
2025-08-20T22:42:51.1240897Z [00:04:32.776]➜  cp $WORK/b2294/_pkg_.a /root/.cache/go-build/d5/d57065addc9de6d6044e54015c98b32e892c978f09789d506928ac77d146ff8b-d # internal
2025-08-20T22:42:51.1267346Z [00:04:32.776]➜  github.com/jackc/pgx/v5/internal/pgio
2025-08-20T22:42:51.1268037Z [00:04:32.776]➜  mkdir -p $WORK/b2295/
2025-08-20T22:42:51.1271379Z [00:04:32.779]➜  cat >/tmp/go-build3998081543/b2295/importcfg << 'EOF' # internal
2025-08-20T22:42:51.1271780Z [00:04:32.779]➜  # import config
2025-08-20T22:42:51.1272270Z [00:04:32.779]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:51.1272703Z [00:04:32.779]➜  EOF
2025-08-20T22:42:51.1274888Z [00:04:32.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2295/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/pgio=>github.com/jackc/pgx/v5@v5.5.5/internal/pgio;$WORK/b2295=>" -p github.com/jackc/pgx/v5/internal/pgio -lang=go1.19 -complete -installsuffix shared -buildid I5smV9kRAFlH6J33r9d8/I5smV9kRAFlH6J33r9d8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2295/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/pgio/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/pgio/write.go
2025-08-20T22:42:51.1488728Z [00:04:32.801]➜  go tool buildid -w $WORK/b2295/_pkg_.a # internal
2025-08-20T22:42:51.1505827Z [00:04:32.803]➜  cp $WORK/b2295/_pkg_.a /root/.cache/go-build/12/120361cb6ec0c62c5114125383ac44f472f0546866b2c411aa74a9cbb04e6edf-d # internal
2025-08-20T22:42:51.1510953Z [00:04:32.803]➜  github.com/jackc/pgx/v5/internal/sanitize
2025-08-20T22:42:51.1511602Z [00:04:32.803]➜  mkdir -p $WORK/b2296/
2025-08-20T22:42:51.1517210Z [00:04:32.804]➜  cat >/tmp/go-build3998081543/b2296/importcfg << 'EOF' # internal
2025-08-20T22:42:51.1518147Z [00:04:32.804]➜  # import config
2025-08-20T22:42:51.1518981Z [00:04:32.804]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:51.1519639Z [00:04:32.804]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:51.1520570Z [00:04:32.804]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.1521818Z [00:04:32.804]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:51.1522261Z [00:04:32.804]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:51.1522682Z [00:04:32.804]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.1523120Z [00:04:32.804]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:51.1523454Z [00:04:32.804]➜  EOF
2025-08-20T22:42:51.1525607Z [00:04:32.804]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2296/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/sanitize=>github.com/jackc/pgx/v5@v5.5.5/internal/sanitize;$WORK/b2296=>" -p github.com/jackc/pgx/v5/internal/sanitize -lang=go1.19 -complete -installsuffix shared -buildid mYvP-7xzDe4osU981Dwz/mYvP-7xzDe4osU981Dwz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2296/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/sanitize/sanitize.go
2025-08-20T22:42:51.1547169Z [00:04:32.807]➜  go tool buildid -w $WORK/b2290/_pkg_.a # internal
2025-08-20T22:42:51.1548190Z [00:04:32.807]➜  cp $WORK/b2290/_pkg_.a /root/.cache/go-build/8a/8af12a8b48e75c186c9479f6072e2960eb2fa2db450a53fec1fd40ebffa6f9c8-d # internal
2025-08-20T22:42:51.1549596Z [00:04:32.807]➜  github.com/jackc/pgpassfile
2025-08-20T22:42:51.1549887Z [00:04:32.807]➜  mkdir -p $WORK/b2299/
2025-08-20T22:42:51.1550278Z [00:04:32.807]➜  cat >/tmp/go-build3998081543/b2299/importcfg << 'EOF' # internal
2025-08-20T22:42:51.1550624Z [00:04:32.807]➜  # import config
2025-08-20T22:42:51.1550970Z [00:04:32.807]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:51.1551386Z [00:04:32.807]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:51.1551786Z [00:04:32.807]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:51.1552196Z [00:04:32.807]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:51.1552639Z [00:04:32.807]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:51.1552960Z [00:04:32.807]➜  EOF
2025-08-20T22:42:51.1554691Z [00:04:32.807]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2299/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgpassfile@v1.0.0=>github.com/jackc/pgpassfile@v1.0.0;$WORK/b2299=>" -p github.com/jackc/pgpassfile -lang=go1.12 -complete -installsuffix shared -buildid Ep_lOlV__nKmqlmPvBfH/Ep_lOlV__nKmqlmPvBfH -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2299/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgpassfile@v1.0.0/pgpass.go
2025-08-20T22:42:51.1790574Z [00:04:32.831]➜  go tool buildid -w $WORK/b2299/_pkg_.a # internal
2025-08-20T22:42:51.1802428Z [00:04:32.833]➜  cp $WORK/b2299/_pkg_.a /root/.cache/go-build/b4/b4917ae3f8b7922dcba0cdcf529fc6f05c3ece48175341757691e1971168485a-d # internal
2025-08-20T22:42:51.1809999Z [00:04:32.833]➜  github.com/jackc/pgservicefile
2025-08-20T22:42:51.1816771Z [00:04:32.834]➜  mkdir -p $WORK/b2300/
2025-08-20T22:42:51.1827940Z [00:04:32.835]➜  cat >/tmp/go-build3998081543/b2300/importcfg << 'EOF' # internal
2025-08-20T22:42:51.1831402Z [00:04:32.835]➜  # import config
2025-08-20T22:42:51.1831786Z [00:04:32.835]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:51.1832217Z [00:04:32.835]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:51.1832638Z [00:04:32.835]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.1833398Z [00:04:32.835]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:51.1833901Z [00:04:32.835]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:51.1834323Z [00:04:32.835]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:51.1834641Z [00:04:32.835]➜  EOF
2025-08-20T22:42:51.1837077Z [00:04:32.835]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2300/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgservicefile@v0.0.0-20231201235250-de7065d80cb9=>github.com/jackc/pgservicefile@v0.0.0-20231201235250-de7065d80cb9;$WORK/b2300=>" -p github.com/jackc/pgservicefile -lang=go1.14 -complete -installsuffix shared -buildid Y9hTaHr5DnxElMa86tO4/Y9hTaHr5DnxElMa86tO4 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2300/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgservicefile@v0.0.0-20231201235250-de7065d80cb9/pgservicefile.go
2025-08-20T22:42:51.1842981Z [00:04:32.837]➜  go tool buildid -w $WORK/b2296/_pkg_.a # internal
2025-08-20T22:42:51.1852975Z [00:04:32.838]➜  cp $WORK/b2296/_pkg_.a /root/.cache/go-build/33/337276e3d3e679f041c15b43a242e889aa7633c4569ba968e9406f05f1d58c74-d # internal
2025-08-20T22:42:51.1853917Z [00:04:32.838]➜  github.com/jackc/pgx/v5/internal/iobufpool
2025-08-20T22:42:51.1854371Z [00:04:32.838]➜  mkdir -p $WORK/b2301/
2025-08-20T22:42:51.1855648Z [00:04:32.838]➜  cat >/tmp/go-build3998081543/b2301/importcfg << 'EOF' # internal
2025-08-20T22:42:51.1856085Z [00:04:32.838]➜  # import config
2025-08-20T22:42:51.1856426Z [00:04:32.838]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:51.1857022Z [00:04:32.838]➜  EOF
2025-08-20T22:42:51.1859148Z [00:04:32.838]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2301/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/iobufpool=>github.com/jackc/pgx/v5@v5.5.5/internal/iobufpool;$WORK/b2301=>" -p github.com/jackc/pgx/v5/internal/iobufpool -lang=go1.19 -complete -installsuffix shared -buildid sPjfQf9kFg5XnAa3Su4V/sPjfQf9kFg5XnAa3Su4V -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2301/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/iobufpool/iobufpool.go
2025-08-20T22:42:51.1900797Z [00:04:32.842]➜  go tool buildid -w $WORK/b2276/_pkg_.a # internal
2025-08-20T22:42:51.2009662Z [00:04:32.853]➜  go tool buildid -w $WORK/b2301/_pkg_.a # internal
2025-08-20T22:42:51.2011256Z [00:04:32.853]➜  cp $WORK/b2276/_pkg_.a /root/.cache/go-build/ee/ee93b3888f08bdaea82538e969b87ca19e147af4204fe0c9bc716aa6e0735274-d # internal
2025-08-20T22:42:51.2021753Z [00:04:32.855]➜  cp $WORK/b2301/_pkg_.a /root/.cache/go-build/c3/c32e7b9d5716f06a181f6fa69dc949fa5f48bd3fd211f684eacdac606a05301f-d # internal
2025-08-20T22:42:51.2022800Z [00:04:32.855]➜  github.com/jackc/pgx/v5/pgconn/internal/bgreader
2025-08-20T22:42:51.2023322Z [00:04:32.855]➜  mkdir -p $WORK/b2302/
2025-08-20T22:42:51.2027894Z [00:04:32.855]➜  cat >/tmp/go-build3998081543/b2302/importcfg << 'EOF' # internal
2025-08-20T22:42:51.2028519Z [00:04:32.855]➜  # import config
2025-08-20T22:42:51.2029296Z [00:04:32.855]➜  packagefile github.com/jackc/pgx/v5/internal/iobufpool=/tmp/go-build3998081543/b2301/_pkg_.a
2025-08-20T22:42:51.2029920Z [00:04:32.855]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:51.2030335Z [00:04:32.855]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:51.2030645Z [00:04:32.855]➜  EOF
2025-08-20T22:42:51.2033012Z [00:04:32.855]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2302/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/bgreader=>github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/bgreader;$WORK/b2302=>" -p github.com/jackc/pgx/v5/pgconn/internal/bgreader -lang=go1.19 -complete -installsuffix shared -buildid ZgrXcca7uRRrI568UIaI/ZgrXcca7uRRrI568UIaI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2302/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/bgreader/bgreader.go
2025-08-20T22:42:51.2054534Z [00:04:32.858]➜  go tool buildid -w $WORK/b2300/_pkg_.a # internal
2025-08-20T22:42:51.2063189Z [00:04:32.858]➜  cp $WORK/b2300/_pkg_.a /root/.cache/go-build/c5/c5c705430913a148cb13f77969c40b55d0faf744fd9dce106d4ed78f731e1e07-d # internal
2025-08-20T22:42:51.2064293Z [00:04:32.859]➜  github.com/jackc/pgx/v5/pgconn/internal/ctxwatch
2025-08-20T22:42:51.2064646Z [00:04:32.859]➜  mkdir -p $WORK/b2303/
2025-08-20T22:42:51.2070226Z [00:04:32.859]➜  cat >/tmp/go-build3998081543/b2303/importcfg << 'EOF' # internal
2025-08-20T22:42:51.2072042Z [00:04:32.860]➜  # import config
2025-08-20T22:42:51.2072439Z [00:04:32.860]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:51.2072872Z [00:04:32.860]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:51.2073182Z [00:04:32.860]➜  EOF
2025-08-20T22:42:51.2075568Z [00:04:32.860]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2303/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/ctxwatch=>github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/ctxwatch;$WORK/b2303=>" -p github.com/jackc/pgx/v5/pgconn/internal/ctxwatch -lang=go1.19 -complete -installsuffix shared -buildid cTCJb8kpYAc5ilamZy0h/cTCJb8kpYAc5ilamZy0h -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2303/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/internal/ctxwatch/context_watcher.go
2025-08-20T22:42:51.2078580Z [00:04:32.860]➜  go.mongodb.org/mongo-driver/x/mongo/driver/auth
2025-08-20T22:42:51.2078945Z [00:04:32.860]➜  mkdir -p $WORK/b2280/
2025-08-20T22:42:51.2087163Z [00:04:32.861]➜  cat >/tmp/go-build3998081543/b2280/importcfg << 'EOF' # internal
2025-08-20T22:42:51.2088698Z [00:04:32.861]➜  # import config
2025-08-20T22:42:51.2089050Z [00:04:32.861]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:51.2089483Z [00:04:32.861]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:51.2089944Z [00:04:32.861]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:42:51.2090403Z [00:04:32.861]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:51.2090878Z [00:04:32.861]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:51.2091328Z [00:04:32.861]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:51.2091742Z [00:04:32.861]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.2092231Z [00:04:32.861]➜  packagefile github.com/xdg-go/scram=/tmp/go-build3998081543/b2281/_pkg_.a
2025-08-20T22:42:51.2092804Z [00:04:32.861]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3998081543/b2283/_pkg_.a
2025-08-20T22:42:51.2093386Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:51.2094022Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:51.2094961Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3998081543/b2284/_pkg_.a
2025-08-20T22:42:51.2100136Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build3998081543/b2287/_pkg_.a
2025-08-20T22:42:51.2101079Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3998081543/b2289/_pkg_.a
2025-08-20T22:42:51.2101781Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3998081543/b2250/_pkg_.a
2025-08-20T22:42:51.2102740Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3998081543/b2251/_pkg_.a
2025-08-20T22:42:51.2103430Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:51.2104102Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3998081543/b2268/_pkg_.a
2025-08-20T22:42:51.2104824Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build3998081543/b2290/_pkg_.a
2025-08-20T22:42:51.2105679Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3998081543/b2276/_pkg_.a
2025-08-20T22:42:51.2107473Z [00:04:32.861]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3998081543/b2272/_pkg_.a
2025-08-20T22:42:51.2108342Z [00:04:32.861]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:51.2109538Z [00:04:32.861]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:51.2110028Z [00:04:32.861]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:51.2110741Z [00:04:32.861]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.2111342Z [00:04:32.861]➜  EOF
2025-08-20T22:42:51.2119432Z [00:04:32.862]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2280/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth;$WORK/b2280=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/auth -lang=go1.18 -complete -installsuffix shared -buildid SVAu_8040iyl7Vx2iv2r/SVAu_8040iyl7Vx2iv2r -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2280/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/auth.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/aws_conv.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/conversation.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/cred.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/default.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/gssapi_not_enabled.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/mongodbaws.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/mongodbcr.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/plain.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/sasl.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/scram.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/util.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/auth/x509.go
2025-08-20T22:42:51.2185670Z [00:04:32.870]➜  go tool buildid -w $WORK/b2302/_pkg_.a # internal
2025-08-20T22:42:51.2189226Z [00:04:32.871]➜  cp $WORK/b2302/_pkg_.a /root/.cache/go-build/2b/2b7c07679790232f7cb39bef6d1e5f7d16f51ee6e48eb3af1f010f9ad803777b-d # internal
2025-08-20T22:42:51.2194778Z [00:04:32.872]➜  github.com/jackc/pgx/v5/pgproto3
2025-08-20T22:42:51.2197268Z [00:04:32.872]➜  mkdir -p $WORK/b2304/
2025-08-20T22:42:51.2198766Z [00:04:32.872]➜  cat >/tmp/go-build3998081543/b2304/importcfg << 'EOF' # internal
2025-08-20T22:42:51.2199614Z [00:04:32.872]➜  # import config
2025-08-20T22:42:51.2200778Z [00:04:32.872]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:51.2201338Z [00:04:32.872]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:51.2201824Z [00:04:32.872]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:51.2202298Z [00:04:32.872]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:51.2202947Z [00:04:32.872]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:51.2203371Z [00:04:32.872]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.2203937Z [00:04:32.872]➜  packagefile github.com/jackc/pgx/v5/internal/iobufpool=/tmp/go-build3998081543/b2301/_pkg_.a
2025-08-20T22:42:51.2204598Z [00:04:32.872]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build3998081543/b2295/_pkg_.a
2025-08-20T22:42:51.2205112Z [00:04:32.872]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:51.2205831Z [00:04:32.872]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:51.2206293Z [00:04:32.872]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:51.2206724Z [00:04:32.872]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:51.2207143Z [00:04:32.872]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:51.2207554Z [00:04:32.872]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.2208101Z [00:04:32.872]➜  EOF
2025-08-20T22:42:51.2225091Z [00:04:32.873]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2304/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3=>github.com/jackc/pgx/v5@v5.5.5/pgproto3;$WORK/b2304=>" -p github.com/jackc/pgx/v5/pgproto3 -lang=go1.19 -complete -installsuffix shared -buildid gWIxtmIDjRN-2YZYBjhk/gWIxtmIDjRN-2YZYBjhk -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2304/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_cleartext_password.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_gss.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_gss_continue.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_md5_password.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_ok.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_sasl.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_sasl_continue.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/authentication_sasl_final.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/backend.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/backend_key_data.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/big_endian.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/bind.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/bind_complete.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/cancel_request.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/chunkreader.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/close.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/close_complete.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/command_complete.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_both_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_data.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_done.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_fail.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_in_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/copy_out_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/data_row.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/describe.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/empty_query_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/error_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/execute.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/flush.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/frontend.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/function_call.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/function_call_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/gss_enc_request.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/gss_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/no_data.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/notice_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/notification_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/parameter_description.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/parameter_status.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/parse.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/parse_complete.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/password_message.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/pgproto3.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/portal_suspended.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/query.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/ready_for_query.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/row_description.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/sasl_initial_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/sasl_response.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/ssl_request.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/startup_message.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/sync.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/terminate.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgproto3/trace.go
2025-08-20T22:42:51.2284336Z [00:04:32.881]➜  go tool buildid -w $WORK/b2303/_pkg_.a # internal
2025-08-20T22:42:51.2292175Z [00:04:32.882]➜  cp $WORK/b2303/_pkg_.a /root/.cache/go-build/63/6315510249a0c4af674b770bd60f0c9b4da32ea29da7b453bcafe2e2951ad56d-d # internal
2025-08-20T22:42:51.2330383Z [00:04:32.885]➜  golang.org/x/text/width
2025-08-20T22:42:51.2331587Z [00:04:32.886]➜  mkdir -p $WORK/b2306/
2025-08-20T22:42:51.2336380Z [00:04:32.886]➜  cat >/tmp/go-build3998081543/b2306/importcfg << 'EOF' # internal
2025-08-20T22:42:51.2337251Z [00:04:32.886]➜  # import config
2025-08-20T22:42:51.2337814Z [00:04:32.886]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:42:51.2338535Z [00:04:32.886]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:51.2338993Z [00:04:32.886]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:51.2339329Z [00:04:32.886]➜  EOF
2025-08-20T22:42:51.2341928Z [00:04:32.886]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2306/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/width=>golang.org/x/text@v0.26.0/width;$WORK/b2306=>" -p golang.org/x/text/width -lang=go1.23 -complete -installsuffix shared -buildid O-dssBJGEDDjRIPe_EHW/O-dssBJGEDDjRIPe_EHW -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2306/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/width/kind_string.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/width/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/width/transform.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/width/trieval.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/width/width.go
2025-08-20T22:42:51.3112404Z [00:04:32.963]➜  go tool buildid -w $WORK/b2306/_pkg_.a # internal
2025-08-20T22:42:51.3138896Z [00:04:32.964]➜  cp $WORK/b2306/_pkg_.a /root/.cache/go-build/42/42962f43d99bafcbe5d79c82cb707f191858ecca19af4db6dd4b1dda5f2b91f0-d # internal
2025-08-20T22:42:51.3280209Z [00:04:32.980]➜  golang.org/x/text/secure/precis
2025-08-20T22:42:51.3280660Z [00:04:32.980]➜  mkdir -p $WORK/b2305/
2025-08-20T22:42:51.3287780Z [00:04:32.981]➜  cat >/tmp/go-build3998081543/b2305/importcfg << 'EOF' # internal
2025-08-20T22:42:51.3288774Z [00:04:32.981]➜  # import config
2025-08-20T22:42:51.3289465Z [00:04:32.981]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:51.3290118Z [00:04:32.981]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:51.3291302Z [00:04:32.981]➜  packagefile golang.org/x/text/cases=/tmp/go-build3998081543/b211/_pkg_.a
2025-08-20T22:42:51.3292116Z [00:04:32.981]➜  packagefile golang.org/x/text/language=/tmp/go-build3998081543/b213/_pkg_.a
2025-08-20T22:42:51.3292806Z [00:04:32.981]➜  packagefile golang.org/x/text/runes=/tmp/go-build3998081543/b669/_pkg_.a
2025-08-20T22:42:51.3294106Z [00:04:32.981]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3998081543/b523/_pkg_.a
2025-08-20T22:42:51.3294719Z [00:04:32.981]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:42:51.3295298Z [00:04:32.981]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3998081543/b218/_pkg_.a
2025-08-20T22:42:51.3296074Z [00:04:32.981]➜  packagefile golang.org/x/text/width=/tmp/go-build3998081543/b2306/_pkg_.a
2025-08-20T22:42:51.3318236Z [00:04:32.981]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:51.3319115Z [00:04:32.981]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:51.3319463Z [00:04:32.981]➜  EOF
2025-08-20T22:42:51.3323670Z [00:04:32.981]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2305/_pkg_.a -trimpath "/root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis=>golang.org/x/text@v0.26.0/secure/precis;$WORK/b2305=>" -p golang.org/x/text/secure/precis -lang=go1.23 -complete -installsuffix shared -buildid hLJ2m4f590vMwI_9Il4d/hLJ2m4f590vMwI_9Il4d -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2305/importcfg -pack /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/class.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/context.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/doc.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/nickname.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/options.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/profile.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/profiles.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/tables15.0.0.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/transformer.go /root/go/pkg/mod/golang.org/x/text@v0.26.0/secure/precis/trieval.go
2025-08-20T22:42:51.3650272Z [00:04:33.017]➜  go tool buildid -w $WORK/b2280/_pkg_.a # internal
2025-08-20T22:42:51.3708301Z [00:04:33.023]➜  cp $WORK/b2280/_pkg_.a /root/.cache/go-build/9c/9cfe920e2404854cc9c00f2a14347f2b8cef6cd4982f2d43790c8510ac922335-d # internal
2025-08-20T22:42:51.3791437Z [00:04:33.031]➜  go.mongodb.org/mongo-driver/x/mongo/driver/topology
2025-08-20T22:42:51.3793471Z [00:04:33.032]➜  mkdir -p $WORK/b2278/
2025-08-20T22:42:51.3796582Z [00:04:33.032]➜  cat >/tmp/go-build3998081543/b2278/importcfg << 'EOF' # internal
2025-08-20T22:42:51.3799212Z [00:04:33.032]➜  # import config
2025-08-20T22:42:51.3800599Z [00:04:33.032]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:51.3801267Z [00:04:33.032]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:51.3802093Z [00:04:33.032]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:51.3803030Z [00:04:33.032]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:51.3804167Z [00:04:33.032]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.3804782Z [00:04:33.032]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build3998081543/b2279/_pkg_.a
2025-08-20T22:42:51.3805810Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:51.3806537Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3998081543/b250/_pkg_.a
2025-08-20T22:42:51.3807214Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:51.3807844Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3998081543/b2249/_pkg_.a
2025-08-20T22:42:51.3808692Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3998081543/b2269/_pkg_.a
2025-08-20T22:42:51.3809406Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3998081543/b2260/_pkg_.a
2025-08-20T22:42:51.3810096Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3998081543/b2261/_pkg_.a
2025-08-20T22:42:51.3810778Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3998081543/b2254/_pkg_.a
2025-08-20T22:42:51.3811470Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3998081543/b2263/_pkg_.a
2025-08-20T22:42:51.3812147Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3998081543/b2250/_pkg_.a
2025-08-20T22:42:51.3812825Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3998081543/b2251/_pkg_.a
2025-08-20T22:42:51.3813496Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3998081543/b2265/_pkg_.a
2025-08-20T22:42:51.3814499Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:51.3815242Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3998081543/b2268/_pkg_.a
2025-08-20T22:42:51.3816108Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3998081543/b2280/_pkg_.a
2025-08-20T22:42:51.3816858Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3998081543/b2274/_pkg_.a
2025-08-20T22:42:51.3817582Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3998081543/b2275/_pkg_.a
2025-08-20T22:42:51.3818281Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build3998081543/b2291/_pkg_.a
2025-08-20T22:42:51.3819009Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3998081543/b2276/_pkg_.a
2025-08-20T22:42:51.3819760Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3998081543/b2272/_pkg_.a
2025-08-20T22:42:51.3820513Z [00:04:33.032]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3998081543/b2273/_pkg_.a
2025-08-20T22:42:51.3821082Z [00:04:33.032]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:51.3821496Z [00:04:33.032]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:51.3821908Z [00:04:33.032]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:51.3822370Z [00:04:33.032]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:51.3822809Z [00:04:33.032]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:51.3823240Z [00:04:33.032]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:51.3823667Z [00:04:33.032]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:51.3824116Z [00:04:33.032]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:51.3824558Z [00:04:33.032]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.3824869Z [00:04:33.032]➜  EOF
2025-08-20T22:42:51.3832414Z [00:04:33.032]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2278/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology=>go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology;$WORK/b2278=>" -p go.mongodb.org/mongo-driver/x/mongo/driver/topology -lang=go1.18 -complete -installsuffix shared -buildid 2JMXWuPHU4tAyCo8CKgg/2JMXWuPHU4tAyCo8CKgg -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2278/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/cancellation_listener.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/connection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/connection_legacy.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/connection_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/diff.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/fsm.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/pool.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/pool_generation_counter.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/rtt_monitor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/server.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/server_options.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/tls_connection_source_1_17.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/topology.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/x/mongo/driver/topology/topology_options.go
2025-08-20T22:42:51.5742715Z [00:04:33.227]➜  go tool buildid -w $WORK/b2305/_pkg_.a # internal
2025-08-20T22:42:51.5757858Z [00:04:33.228]➜  cp $WORK/b2305/_pkg_.a /root/.cache/go-build/98/986ee3eecfe47866d1203c30b42a96e7f0f11199bd3902dcbf9555e74ba4389c-d # internal
2025-08-20T22:42:51.5784150Z [00:04:33.231]➜  github.com/jackc/pgx/v5/pgtype
2025-08-20T22:42:51.5784775Z [00:04:33.231]➜  mkdir -p $WORK/b2307/
2025-08-20T22:42:51.5786012Z [00:04:33.231]➜  cat >/tmp/go-build3998081543/b2307/importcfg << 'EOF' # internal
2025-08-20T22:42:51.5788626Z [00:04:33.231]➜  # import config
2025-08-20T22:42:51.5789381Z [00:04:33.231]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:51.5790409Z [00:04:33.231]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:51.5791150Z [00:04:33.231]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:51.5791951Z [00:04:33.231]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:51.5792717Z [00:04:33.231]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:51.5794378Z [00:04:33.231]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:51.5794842Z [00:04:33.231]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:51.5795263Z [00:04:33.231]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.5795975Z [00:04:33.231]➜  packagefile github.com/jackc/pgx/v5/internal/anynil=/tmp/go-build3998081543/b2294/_pkg_.a
2025-08-20T22:42:51.5796630Z [00:04:33.231]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build3998081543/b2295/_pkg_.a
2025-08-20T22:42:51.5797143Z [00:04:33.231]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:51.5797553Z [00:04:33.231]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:51.5797991Z [00:04:33.231]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:51.5798417Z [00:04:33.231]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:51.5798842Z [00:04:33.231]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:42:51.5799278Z [00:04:33.231]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:51.5799704Z [00:04:33.231]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:51.5800400Z [00:04:33.231]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:51.5800895Z [00:04:33.231]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:51.5801317Z [00:04:33.231]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:51.5801725Z [00:04:33.231]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.5802143Z [00:04:33.231]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:51.5802628Z [00:04:33.231]➜  EOF
2025-08-20T22:42:51.5817106Z [00:04:33.231]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2307/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype=>github.com/jackc/pgx/v5@v5.5.5/pgtype;$WORK/b2307=>" -p github.com/jackc/pgx/v5/pgtype -lang=go1.19 -complete -installsuffix shared -buildid -i4vSnCH88v7GIps3mZo/-i4vSnCH88v7GIps3mZo -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2307/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/array.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/array_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/bits.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/bool.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/box.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/builtin_wrappers.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/bytea.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/circle.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/composite.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/convert.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/date.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/enum_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/float4.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/float8.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/hstore.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/inet.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/int.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/interval.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/json.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/jsonb.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/line.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/lseg.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/ltree.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/macaddr.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/multirange.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/numeric.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/path.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/pgtype.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/pgtype_default.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/point.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/polygon.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/qchar.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/range.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/range_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/record_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/register_default_pg_types.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/text.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/text_format_only_codec.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/tid.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/time.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/timestamp.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/timestamptz.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/uint32.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgtype/uuid.go
2025-08-20T22:42:51.5844464Z [00:04:33.237]➜  go tool buildid -w $WORK/b2304/_pkg_.a # internal
2025-08-20T22:42:51.5938272Z [00:04:33.246]➜  cp $WORK/b2304/_pkg_.a /root/.cache/go-build/18/18ea9d50248f58eb8dd73f23f04e7f83121582c902e6601c8a2149e3915873d9-d # internal
2025-08-20T22:42:51.5971679Z [00:04:33.246]➜  github.com/jackc/pgx/v5/pgconn
2025-08-20T22:42:51.5972037Z [00:04:33.246]➜  mkdir -p $WORK/b2298/
2025-08-20T22:42:51.5972884Z [00:04:33.249]➜  cat >/tmp/go-build3998081543/b2298/importcfg << 'EOF' # internal
2025-08-20T22:42:51.5973698Z [00:04:33.249]➜  # import config
2025-08-20T22:42:51.5974939Z [00:04:33.249]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:51.5975891Z [00:04:33.249]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:51.5976572Z [00:04:33.249]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:51.5977138Z [00:04:33.249]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:42:51.5977957Z [00:04:33.249]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:51.5978888Z [00:04:33.249]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:51.5979909Z [00:04:33.249]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:51.5980617Z [00:04:33.249]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:51.5981240Z [00:04:33.249]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:51.5982189Z [00:04:33.249]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:42:51.5983213Z [00:04:33.249]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:51.5984398Z [00:04:33.249]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:42:51.5985151Z [00:04:33.249]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:51.5986202Z [00:04:33.249]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:51.5986937Z [00:04:33.249]➜  packagefile github.com/jackc/pgpassfile=/tmp/go-build3998081543/b2299/_pkg_.a
2025-08-20T22:42:51.5988463Z [00:04:33.249]➜  packagefile github.com/jackc/pgservicefile=/tmp/go-build3998081543/b2300/_pkg_.a
2025-08-20T22:42:51.5989133Z [00:04:33.249]➜  packagefile github.com/jackc/pgx/v5/internal/iobufpool=/tmp/go-build3998081543/b2301/_pkg_.a
2025-08-20T22:42:51.5989799Z [00:04:33.249]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build3998081543/b2295/_pkg_.a
2025-08-20T22:42:51.5990491Z [00:04:33.249]➜  packagefile github.com/jackc/pgx/v5/pgconn/internal/bgreader=/tmp/go-build3998081543/b2302/_pkg_.a
2025-08-20T22:42:51.5991243Z [00:04:33.249]➜  packagefile github.com/jackc/pgx/v5/pgconn/internal/ctxwatch=/tmp/go-build3998081543/b2303/_pkg_.a
2025-08-20T22:42:51.5991941Z [00:04:33.249]➜  packagefile github.com/jackc/pgx/v5/pgproto3=/tmp/go-build3998081543/b2304/_pkg_.a
2025-08-20T22:42:51.5992519Z [00:04:33.249]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3998081543/b285/_pkg_.a
2025-08-20T22:42:51.5993104Z [00:04:33.249]➜  packagefile golang.org/x/text/secure/precis=/tmp/go-build3998081543/b2305/_pkg_.a
2025-08-20T22:42:51.5993598Z [00:04:33.249]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:51.5994004Z [00:04:33.249]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:51.5994414Z [00:04:33.249]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:51.5994831Z [00:04:33.249]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:51.5995700Z [00:04:33.249]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:51.5996138Z [00:04:33.249]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:42:51.5996590Z [00:04:33.249]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:51.5997037Z [00:04:33.249]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:51.5997458Z [00:04:33.249]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:51.5998002Z [00:04:33.249]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:51.5998498Z [00:04:33.249]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:51.5998909Z [00:04:33.249]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.5999215Z [00:04:33.249]➜  EOF
2025-08-20T22:42:51.6002433Z [00:04:33.249]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2298/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn=>github.com/jackc/pgx/v5@v5.5.5/pgconn;$WORK/b2298=>" -p github.com/jackc/pgx/v5/pgconn -lang=go1.19 -complete -installsuffix shared -buildid WuhdxMEWsIdPj2E0BK8f/WuhdxMEWsIdPj2E0BK8f -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2298/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/auth_scram.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/config.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/defaults.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/errors.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/krb5.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgconn/pgconn.go
2025-08-20T22:42:51.9038248Z [00:04:33.556]➜  go tool buildid -w $WORK/b2298/_pkg_.a # internal
2025-08-20T22:42:51.9105979Z [00:04:33.563]➜  cp $WORK/b2298/_pkg_.a /root/.cache/go-build/78/784a110da6789bbebed2c1efde5b386db863a38835ae6c508b9b62b978de7496-d # internal
2025-08-20T22:42:51.9111824Z [00:04:33.563]➜  github.com/jackc/pgx/v5/internal/stmtcache
2025-08-20T22:42:51.9116905Z [00:04:33.564]➜  mkdir -p $WORK/b2297/
2025-08-20T22:42:51.9118927Z [00:04:33.564]➜  cat >/tmp/go-build3998081543/b2297/importcfg << 'EOF' # internal
2025-08-20T22:42:51.9119925Z [00:04:33.564]➜  # import config
2025-08-20T22:42:51.9120948Z [00:04:33.564]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:42:51.9121597Z [00:04:33.564]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:51.9122159Z [00:04:33.564]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:51.9122795Z [00:04:33.564]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build3998081543/b2298/_pkg_.a
2025-08-20T22:42:51.9146316Z [00:04:33.564]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:51.9146887Z [00:04:33.564]➜  EOF
2025-08-20T22:42:51.9149678Z [00:04:33.564]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2297/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache=>github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache;$WORK/b2297=>" -p github.com/jackc/pgx/v5/internal/stmtcache -lang=go1.19 -complete -installsuffix shared -buildid fVX7dggNOw_AepAL-MXX/fVX7dggNOw_AepAL-MXX -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2297/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache/lru_cache.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache/stmtcache.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/internal/stmtcache/unlimited_cache.go
2025-08-20T22:42:51.9651547Z [00:04:33.617]➜  go tool buildid -w $WORK/b2297/_pkg_.a # internal
2025-08-20T22:42:51.9659333Z [00:04:33.618]➜  cp $WORK/b2297/_pkg_.a /root/.cache/go-build/d6/d64533317eae7962cd8ccfaf297137a2a9fe1a29379d2ea16e8491b438c3453a-d # internal
2025-08-20T22:42:51.9661760Z [00:04:33.619]➜  github.com/jackc/puddle/v2
2025-08-20T22:42:51.9663888Z [00:04:33.619]➜  mkdir -p $WORK/b2310/
2025-08-20T22:42:51.9668726Z [00:04:33.619]➜  cat >/tmp/go-build3998081543/b2310/importcfg << 'EOF' # internal
2025-08-20T22:42:51.9670540Z [00:04:33.619]➜  # import config
2025-08-20T22:42:51.9671367Z [00:04:33.619]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:51.9672316Z [00:04:33.619]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:51.9672947Z [00:04:33.619]➜  packagefile github.com/jackc/puddle/v2/internal/genstack=/tmp/go-build3998081543/b2311/_pkg_.a
2025-08-20T22:42:51.9673888Z [00:04:33.619]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3998081543/b782/_pkg_.a
2025-08-20T22:42:51.9674456Z [00:04:33.619]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:51.9674901Z [00:04:33.619]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:51.9675482Z [00:04:33.619]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:51.9675881Z [00:04:33.619]➜  EOF
2025-08-20T22:42:51.9678757Z [00:04:33.619]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2310/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2=>github.com/jackc/puddle/v2@v2.2.2;$WORK/b2310=>" -p github.com/jackc/puddle/v2 -lang=go1.19 -complete -installsuffix shared -buildid NjPHDhJIwn8iSAubexeS/NjPHDhJIwn8iSAubexeS -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2310/importcfg -pack /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2/context.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2/doc.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2/log.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2/nanotime.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2/pool.go /root/go/pkg/mod/github.com/jackc/puddle/v2@v2.2.2/resource_list.go
2025-08-20T22:42:51.9937904Z [00:04:33.646]➜  go tool buildid -w $WORK/b2310/_pkg_.a # internal
2025-08-20T22:42:51.9963634Z [00:04:33.649]➜  cp $WORK/b2310/_pkg_.a /root/.cache/go-build/8c/8c20c0a53ecfc95f7f3fc9e3dc6591254ebeb8d121d5c45d73db9d3d31715271-d # internal
2025-08-20T22:42:51.9981283Z [00:04:33.650]➜  github.com/jinzhu/now
2025-08-20T22:42:51.9982272Z [00:04:33.651]➜  mkdir -p $WORK/b2313/
2025-08-20T22:42:52.0011529Z [00:04:33.653]➜  cat >/tmp/go-build3998081543/b2313/importcfg << 'EOF' # internal
2025-08-20T22:42:52.0012694Z [00:04:33.654]➜  # import config
2025-08-20T22:42:52.0013402Z [00:04:33.654]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:52.0014147Z [00:04:33.654]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:52.0014893Z [00:04:33.654]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:52.0015764Z [00:04:33.654]➜  EOF
2025-08-20T22:42:52.0017897Z [00:04:33.654]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2313/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jinzhu/now@v1.1.5=>github.com/jinzhu/now@v1.1.5;$WORK/b2313=>" -p github.com/jinzhu/now -lang=go1.12 -complete -installsuffix shared -buildid t5tstv1PdhniWlJBsCED/t5tstv1PdhniWlJBsCED -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2313/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-20T22:42:52.0666283Z [00:04:33.719]➜  go tool buildid -w $WORK/b2278/_pkg_.a # internal
2025-08-20T22:42:52.0951353Z [00:04:33.747]➜  cp $WORK/b2278/_pkg_.a /root/.cache/go-build/fe/feb1e5871fd6cb496f33a31727b738bf6caa8fa6cdf2bb5631cee8327e5fad26-d # internal
2025-08-20T22:42:52.1057626Z [00:04:33.758]➜  go tool buildid -w $WORK/b2313/_pkg_.a # internal
2025-08-20T22:42:52.1084585Z [00:04:33.761]➜  cp $WORK/b2313/_pkg_.a /root/.cache/go-build/ba/bafa11e2f83a132515d570342aff7a55713d14a4251e925768ddcc0bbfce5754-d # internal
2025-08-20T22:42:52.1186740Z [00:04:33.771]➜  gorm.io/gorm/clause
2025-08-20T22:42:52.1189827Z [00:04:33.771]➜  mkdir -p $WORK/b2314/
2025-08-20T22:42:52.1191604Z [00:04:33.772]➜  cat >/tmp/go-build3998081543/b2314/importcfg << 'EOF' # internal
2025-08-20T22:42:52.1206862Z [00:04:33.772]➜  # import config
2025-08-20T22:42:52.1208753Z [00:04:33.773]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:52.1209798Z [00:04:33.773]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:52.1210497Z [00:04:33.773]➜  packagefile go/ast=/tmp/go-build3998081543/b221/_pkg_.a
2025-08-20T22:42:52.1211820Z [00:04:33.773]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:52.1212465Z [00:04:33.773]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:52.1212958Z [00:04:33.773]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:52.1213277Z [00:04:33.773]➜  EOF
2025-08-20T22:42:52.1218407Z [00:04:33.773]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2314/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause=>gorm.io/gorm@v1.25.11/clause;$WORK/b2314=>" -p gorm.io/gorm/clause -lang=go1.18 -complete -installsuffix shared -buildid djlA8AcEIGXY0-MvriYq/djlA8AcEIGXY0-MvriYq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2314/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/clause.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/delete.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/expression.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/from.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/group_by.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/insert.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/joins.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/limit.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/locking.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/on_conflict.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/order_by.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/returning.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/select.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/set.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/update.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/values.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/where.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/clause/with.go
2025-08-20T22:42:52.1248869Z [00:04:33.777]➜  go.mongodb.org/mongo-driver/mongo
2025-08-20T22:42:52.1252017Z [00:04:33.777]➜  mkdir -p $WORK/b2248/
2025-08-20T22:42:52.1262941Z [00:04:33.778]➜  cat >/tmp/go-build3998081543/b2248/importcfg << 'EOF' # internal
2025-08-20T22:42:52.1270315Z [00:04:33.779]➜  # import config
2025-08-20T22:42:52.1270686Z [00:04:33.779]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:52.1271137Z [00:04:33.779]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:52.1271567Z [00:04:33.779]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:52.1271981Z [00:04:33.779]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:52.1272488Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:42:52.1273130Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3998081543/b250/_pkg_.a
2025-08-20T22:42:52.1273795Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3998081543/b252/_pkg_.a
2025-08-20T22:42:52.1274442Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:42:52.1275100Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:42:52.1275950Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3998081543/b2249/_pkg_.a
2025-08-20T22:42:52.1276617Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3998081543/b2257/_pkg_.a
2025-08-20T22:42:52.1277303Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build3998081543/b2258/_pkg_.a
2025-08-20T22:42:52.1277969Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3998081543/b2259/_pkg_.a
2025-08-20T22:42:52.1279015Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3998081543/b2260/_pkg_.a
2025-08-20T22:42:52.1279705Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3998081543/b2261/_pkg_.a
2025-08-20T22:42:52.1280369Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3998081543/b2262/_pkg_.a
2025-08-20T22:42:52.1281144Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3998081543/b2251/_pkg_.a
2025-08-20T22:42:52.1281927Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3998081543/b2265/_pkg_.a
2025-08-20T22:42:52.1282607Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3998081543/b2266/_pkg_.a
2025-08-20T22:42:52.1283283Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3998081543/b2255/_pkg_.a
2025-08-20T22:42:52.1284027Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3998081543/b2267/_pkg_.a
2025-08-20T22:42:52.1284717Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:42:52.1299360Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3998081543/b2268/_pkg_.a
2025-08-20T22:42:52.1300303Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3998081543/b2270/_pkg_.a
2025-08-20T22:42:52.1301134Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3998081543/b2271/_pkg_.a
2025-08-20T22:42:52.1301922Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3998081543/b2276/_pkg_.a
2025-08-20T22:42:52.1302661Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3998081543/b2272/_pkg_.a
2025-08-20T22:42:52.1303769Z [00:04:33.779]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build3998081543/b2278/_pkg_.a
2025-08-20T22:42:52.1304418Z [00:04:33.779]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:52.1304904Z [00:04:33.779]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:52.1305331Z [00:04:33.779]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:52.1305976Z [00:04:33.779]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:42:52.1306417Z [00:04:33.779]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:52.1306848Z [00:04:33.779]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:52.1307273Z [00:04:33.779]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:52.1307692Z [00:04:33.779]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:52.1308001Z [00:04:33.779]➜  EOF
2025-08-20T22:42:52.1315960Z [00:04:33.779]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2248/_pkg_.a -trimpath "/root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo=>go.mongodb.org/mongo-driver@v1.14.0/mongo;$WORK/b2248=>" -p go.mongodb.org/mongo-driver/mongo -lang=go1.18 -complete -installsuffix shared -buildid X-xz-1dXjdnNTe0pJzDq/X-xz-1dXjdnNTe0pJzDq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2248/importcfg -pack /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/background_context.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/batch_cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/bulk_write.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/bulk_write_models.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/change_stream.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/change_stream_deployment.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/client.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/client_encryption.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/collection.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/crypt_retrievers.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/cursor.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/database.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/doc.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/errors.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/index_options_builder.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/index_view.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/mongo.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/mongocryptd.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/results.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/search_index_view.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/session.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/single_result.go /root/go/pkg/mod/go.mongodb.org/mongo-driver@v1.14.0/mongo/util.go
2025-08-20T22:42:52.2669801Z [00:04:33.919]➜  go tool buildid -w $WORK/b2314/_pkg_.a # internal
2025-08-20T22:42:52.2691431Z [00:04:33.921]➜  cp $WORK/b2314/_pkg_.a /root/.cache/go-build/25/25bf0fb2a1b11eee25127710b19ef3d3dfa71c7975817afb1237a1bff74f070d-d # internal
2025-08-20T22:42:52.2701461Z [00:04:33.922]➜  gorm.io/gorm/utils
2025-08-20T22:42:52.2710708Z [00:04:33.922]➜  mkdir -p $WORK/b2316/
2025-08-20T22:42:52.2711149Z [00:04:33.923]➜  cat >/tmp/go-build3998081543/b2316/importcfg << 'EOF' # internal
2025-08-20T22:42:52.2711509Z [00:04:33.923]➜  # import config
2025-08-20T22:42:52.2711900Z [00:04:33.923]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:52.2712367Z [00:04:33.923]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:52.2712809Z [00:04:33.923]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:52.2713547Z [00:04:33.923]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:52.2714073Z [00:04:33.923]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:52.2714563Z [00:04:33.923]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:52.2714993Z [00:04:33.923]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:52.2722566Z [00:04:33.923]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:52.2723022Z [00:04:33.923]➜  EOF
2025-08-20T22:42:52.2724704Z [00:04:33.924]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2316/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.11/utils=>gorm.io/gorm@v1.25.11/utils;$WORK/b2316=>" -p gorm.io/gorm/utils -lang=go1.18 -complete -installsuffix shared -buildid wYmPuhhnAUUkPTEz2HEq/wYmPuhhnAUUkPTEz2HEq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2316/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.11/utils/utils.go
2025-08-20T22:42:52.3089399Z [00:04:33.961]➜  go tool buildid -w $WORK/b2316/_pkg_.a # internal
2025-08-20T22:42:52.3103939Z [00:04:33.963]➜  cp $WORK/b2316/_pkg_.a /root/.cache/go-build/da/da12960fbeb45886bac943120cdcb6ca1e4e9c8ab0ff8630c9b69eaffa1604e3-d # internal
2025-08-20T22:42:52.3112208Z [00:04:33.964]➜  gorm.io/gorm/logger
2025-08-20T22:42:52.3114730Z [00:04:33.964]➜  mkdir -p $WORK/b2315/
2025-08-20T22:42:52.3123499Z [00:04:33.965]➜  cat >/tmp/go-build3998081543/b2315/importcfg << 'EOF' # internal
2025-08-20T22:42:52.3124143Z [00:04:33.965]➜  # import config
2025-08-20T22:42:52.3124851Z [00:04:33.965]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:52.3126725Z [00:04:33.965]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:52.3127247Z [00:04:33.965]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:52.3127670Z [00:04:33.965]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:52.3128131Z [00:04:33.965]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3998081543/b2316/_pkg_.a
2025-08-20T22:42:52.3128978Z [00:04:33.965]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:52.3129384Z [00:04:33.965]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:52.3129786Z [00:04:33.965]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:52.3130199Z [00:04:33.965]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:52.3130622Z [00:04:33.965]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:52.3131183Z [00:04:33.965]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:52.3131670Z [00:04:33.965]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:52.3132089Z [00:04:33.965]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:52.3132509Z [00:04:33.965]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:52.3132824Z [00:04:33.965]➜  EOF
2025-08-20T22:42:52.3147964Z [00:04:33.965]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2315/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.11/logger=>gorm.io/gorm@v1.25.11/logger;$WORK/b2315=>" -p gorm.io/gorm/logger -lang=go1.18 -complete -installsuffix shared -buildid pKOhpMVhm5TCLfIa3N4O/pKOhpMVhm5TCLfIa3N4O -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2315/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.11/logger/logger.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/logger/sql.go
2025-08-20T22:42:52.4475165Z [00:04:34.100]➜  go tool buildid -w $WORK/b2315/_pkg_.a # internal
2025-08-20T22:42:52.4498999Z [00:04:34.102]➜  cp $WORK/b2315/_pkg_.a /root/.cache/go-build/e5/e56f408ddc8945f0b42583d44e886da1cb17b74473306eebbd1e634e45a6b499-d # internal
2025-08-20T22:42:52.4570523Z [00:04:34.109]➜  gorm.io/gorm/schema
2025-08-20T22:42:52.4571885Z [00:04:34.110]➜  mkdir -p $WORK/b2317/
2025-08-20T22:42:52.4582764Z [00:04:34.111]➜  cat >/tmp/go-build3998081543/b2317/importcfg << 'EOF' # internal
2025-08-20T22:42:52.4583705Z [00:04:34.111]➜  # import config
2025-08-20T22:42:52.4584574Z [00:04:34.111]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:52.4585956Z [00:04:34.111]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:52.4586468Z [00:04:34.111]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:42:52.4586949Z [00:04:34.111]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:52.4587458Z [00:04:34.111]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:52.4587949Z [00:04:34.111]➜  packagefile encoding/gob=/tmp/go-build3998081543/b684/_pkg_.a
2025-08-20T22:42:52.4588415Z [00:04:34.111]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:52.4588879Z [00:04:34.111]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:52.4589324Z [00:04:34.111]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:52.4589753Z [00:04:34.111]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:52.4590262Z [00:04:34.111]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build3998081543/b1279/_pkg_.a
2025-08-20T22:42:52.4590820Z [00:04:34.111]➜  packagefile github.com/jinzhu/now=/tmp/go-build3998081543/b2313/_pkg_.a
2025-08-20T22:42:52.4591291Z [00:04:34.111]➜  packagefile go/ast=/tmp/go-build3998081543/b221/_pkg_.a
2025-08-20T22:42:52.4591776Z [00:04:34.111]➜  packagefile golang.org/x/text/cases=/tmp/go-build3998081543/b211/_pkg_.a
2025-08-20T22:42:52.4592332Z [00:04:34.111]➜  packagefile golang.org/x/text/language=/tmp/go-build3998081543/b213/_pkg_.a
2025-08-20T22:42:52.4592864Z [00:04:34.111]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3998081543/b2314/_pkg_.a
2025-08-20T22:42:52.4593559Z [00:04:34.111]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3998081543/b2315/_pkg_.a
2025-08-20T22:42:52.4594073Z [00:04:34.111]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3998081543/b2316/_pkg_.a
2025-08-20T22:42:52.4594883Z [00:04:34.111]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:52.4595325Z [00:04:34.111]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:52.4595923Z [00:04:34.111]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:52.4596352Z [00:04:34.111]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:52.4596782Z [00:04:34.111]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:52.4597327Z [00:04:34.111]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:52.4597807Z [00:04:34.111]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:52.4598247Z [00:04:34.111]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:52.4598582Z [00:04:34.111]➜  EOF
2025-08-20T22:42:52.4602056Z [00:04:34.111]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2317/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema=>gorm.io/gorm@v1.25.11/schema;$WORK/b2317=>" -p gorm.io/gorm/schema -lang=go1.18 -complete -installsuffix shared -buildid zVBqfrIjRxE2z-5wyFjM/zVBqfrIjRxE2z-5wyFjM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2317/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/constraint.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/field.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/index.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/naming.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/pool.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/relationship.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/schema.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/serializer.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/schema/utils.go
2025-08-20T22:42:53.0839370Z [00:04:34.736]➜  go tool buildid -w $WORK/b2317/_pkg_.a # internal
2025-08-20T22:42:53.0922503Z [00:04:34.745]➜  cp $WORK/b2317/_pkg_.a /root/.cache/go-build/bb/bb965331c45ea126f6089342052061cfd6ca6b9f80b106002b76ccdadb5b2762-d # internal
2025-08-20T22:42:53.0995307Z [00:04:34.752]➜  gorm.io/gorm
2025-08-20T22:42:53.0997093Z [00:04:34.752]➜  mkdir -p $WORK/b2312/
2025-08-20T22:42:53.0999044Z [00:04:34.752]➜  cat >/tmp/go-build3998081543/b2312/importcfg << 'EOF' # internal
2025-08-20T22:42:53.0999436Z [00:04:34.752]➜  # import config
2025-08-20T22:42:53.1001560Z [00:04:34.752]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:53.1002074Z [00:04:34.752]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:53.1002574Z [00:04:34.753]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:53.1003071Z [00:04:34.753]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:53.1003520Z [00:04:34.753]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:53.1003978Z [00:04:34.753]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:53.1004475Z [00:04:34.753]➜  packagefile github.com/jinzhu/now=/tmp/go-build3998081543/b2313/_pkg_.a
2025-08-20T22:42:53.1005000Z [00:04:34.753]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3998081543/b2314/_pkg_.a
2025-08-20T22:42:53.1005671Z [00:04:34.753]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3998081543/b2315/_pkg_.a
2025-08-20T22:42:53.1006236Z [00:04:34.753]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3998081543/b2317/_pkg_.a
2025-08-20T22:42:53.1006751Z [00:04:34.753]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3998081543/b2316/_pkg_.a
2025-08-20T22:42:53.1007213Z [00:04:34.753]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:53.1007639Z [00:04:34.753]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:53.1008050Z [00:04:34.753]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:53.1008468Z [00:04:34.753]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:53.1009239Z [00:04:34.753]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:53.1009666Z [00:04:34.753]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:53.1010073Z [00:04:34.753]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:53.1010382Z [00:04:34.753]➜  EOF
2025-08-20T22:42:53.1014163Z [00:04:34.753]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2312/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.11=>gorm.io/gorm@v1.25.11;$WORK/b2312=>" -p gorm.io/gorm -lang=go1.18 -complete -installsuffix shared -buildid 1EFfcSRcJ8WCMrNlkKtY/1EFfcSRcJ8WCMrNlkKtY -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2312/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.11/association.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/chainable_api.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/errors.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/finisher_api.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/gorm.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/migrator.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/model.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/prepare_stmt.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/scan.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/soft_delete.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/statement.go
2025-08-20T22:42:53.1439940Z [00:04:34.796]➜  go tool buildid -w $WORK/b2248/_pkg_.a # internal
2025-08-20T22:42:53.1578088Z [00:04:34.809]➜  cp $WORK/b2248/_pkg_.a /root/.cache/go-build/9a/9a33a73377ac5e896b546f6e223a01e3c37fe94e5b4ffcbdb5a314e4f4f81248-d # internal
2025-08-20T22:42:53.1611625Z [00:04:34.813]➜  gopkg.in/cheggaaa/pb.v2/termutil
2025-08-20T22:42:53.1615080Z [00:04:34.814]➜  mkdir -p $WORK/b2324/
2025-08-20T22:42:53.1619284Z [00:04:34.814]➜  cat >/tmp/go-build3998081543/b2324/importcfg << 'EOF' # internal
2025-08-20T22:42:53.1620444Z [00:04:34.814]➜  # import config
2025-08-20T22:42:53.1620834Z [00:04:34.814]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:53.1621638Z [00:04:34.814]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:53.1622166Z [00:04:34.814]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:53.1622654Z [00:04:34.814]➜  packagefile os/signal=/tmp/go-build3998081543/b082/_pkg_.a
2025-08-20T22:42:53.1623088Z [00:04:34.814]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:53.1623510Z [00:04:34.814]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:53.1623835Z [00:04:34.814]➜  EOF
2025-08-20T22:42:53.1626585Z [00:04:34.814]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2324/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/termutil=>gopkg.in/cheggaaa/pb.v2@v2.0.7/termutil;$WORK/b2324=>" -p gopkg.in/cheggaaa/pb.v2/termutil -lang=go1.16 -complete -installsuffix shared -buildid _-LE3baDws3RownGRUEI/_-LE3baDws3RownGRUEI -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2324/importcfg -pack /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/termutil/term.go /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/termutil/term_linux.go /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/termutil/term_nix.go /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/termutil/term_x.go
2025-08-20T22:42:53.2417773Z [00:04:34.894]➜  go tool buildid -w $WORK/b2324/_pkg_.a # internal
2025-08-20T22:42:53.2426673Z [00:04:34.895]➜  cp $WORK/b2324/_pkg_.a /root/.cache/go-build/ec/ec48e97a7f84ddc0d3084556a2408e0cc1d1ac27f2a0177d9f7bc8fa2f4533dc-d # internal
2025-08-20T22:42:53.2449358Z [00:04:34.897]➜  gopkg.in/fatih/color.v1
2025-08-20T22:42:53.2450625Z [00:04:34.898]➜  mkdir -p $WORK/b2325/
2025-08-20T22:42:53.2461256Z [00:04:34.899]➜  cat >/tmp/go-build3998081543/b2325/importcfg << 'EOF' # internal
2025-08-20T22:42:53.2461710Z [00:04:34.899]➜  # import config
2025-08-20T22:42:53.2462071Z [00:04:34.899]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:53.2462601Z [00:04:34.899]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3998081543/b184/_pkg_.a
2025-08-20T22:42:53.2463566Z [00:04:34.899]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3998081543/b185/_pkg_.a
2025-08-20T22:42:53.2464242Z [00:04:34.899]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:53.2464662Z [00:04:34.899]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:53.2465216Z [00:04:34.899]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:53.2466089Z [00:04:34.899]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:53.2466705Z [00:04:34.899]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:53.2467109Z [00:04:34.899]➜  EOF
2025-08-20T22:42:53.2479492Z [00:04:34.900]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2325/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/fatih/color.v1@v1.7.0=>gopkg.in/fatih/color.v1@v1.7.0;$WORK/b2325=>" -p gopkg.in/fatih/color.v1 -lang=go1.16 -complete -installsuffix shared -buildid F2DYpjem9eLJ654VcdpN/F2DYpjem9eLJ654VcdpN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2325/importcfg -pack /root/go/pkg/mod/gopkg.in/fatih/color.v1@v1.7.0/color.go /root/go/pkg/mod/gopkg.in/fatih/color.v1@v1.7.0/doc.go
2025-08-20T22:42:53.3462321Z [00:04:34.998]➜  go tool buildid -w $WORK/b2325/_pkg_.a # internal
2025-08-20T22:42:53.3481847Z [00:04:35.001]➜  cp $WORK/b2325/_pkg_.a /root/.cache/go-build/49/4978d1ba64ff95af3ecbdb31fad4135e96e28086986773ccd169fd317db358c0-d # internal
2025-08-20T22:42:53.3544177Z [00:04:35.007]➜  gopkg.in/mattn/go-colorable.v0
2025-08-20T22:42:53.3556606Z [00:04:35.008]➜  mkdir -p $WORK/b2326/
2025-08-20T22:42:53.3557325Z [00:04:35.008]➜  cat >/tmp/go-build3998081543/b2326/importcfg << 'EOF' # internal
2025-08-20T22:42:53.3559123Z [00:04:35.008]➜  # import config
2025-08-20T22:42:53.3559483Z [00:04:35.008]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:53.3559989Z [00:04:35.008]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3998081543/b185/_pkg_.a
2025-08-20T22:42:53.3560813Z [00:04:35.008]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:53.3561325Z [00:04:35.008]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:53.3561675Z [00:04:35.008]➜  EOF
2025-08-20T22:42:53.3563760Z [00:04:35.008]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2326/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/mattn/go-colorable.v0@v0.1.0=>gopkg.in/mattn/go-colorable.v0@v0.1.0;$WORK/b2326=>" -p gopkg.in/mattn/go-colorable.v0 -lang=go1.16 -complete -installsuffix shared -buildid dZBvlHCVOfcq9OuSPabC/dZBvlHCVOfcq9OuSPabC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2326/importcfg -pack /root/go/pkg/mod/gopkg.in/mattn/go-colorable.v0@v0.1.0/colorable_others.go /root/go/pkg/mod/gopkg.in/mattn/go-colorable.v0@v0.1.0/noncolorable.go
2025-08-20T22:42:53.4162986Z [00:04:35.068]➜  go tool buildid -w $WORK/b2326/_pkg_.a # internal
2025-08-20T22:42:53.4177676Z [00:04:35.070]➜  cp $WORK/b2326/_pkg_.a /root/.cache/go-build/ce/ce5e4db191c5a5bccc2ffe13a4ee6ded32bdd4465874922dce290ebf5ba81c7c-d # internal
2025-08-20T22:42:53.4244818Z [00:04:35.077]➜  gopkg.in/mattn/go-isatty.v0
2025-08-20T22:42:53.4245839Z [00:04:35.077]➜  mkdir -p $WORK/b2327/
2025-08-20T22:42:53.4249854Z [00:04:35.077]➜  cat >/tmp/go-build3998081543/b2327/importcfg << 'EOF' # internal
2025-08-20T22:42:53.4251020Z [00:04:35.077]➜  # import config
2025-08-20T22:42:53.4251935Z [00:04:35.077]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:42:53.4252318Z [00:04:35.077]➜  EOF
2025-08-20T22:42:53.4254518Z [00:04:35.077]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2327/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/mattn/go-isatty.v0@v0.0.4=>gopkg.in/mattn/go-isatty.v0@v0.0.4;$WORK/b2327=>" -p gopkg.in/mattn/go-isatty.v0 -lang=go1.16 -complete -installsuffix shared -buildid Xlh-1hZQiqxrYn4jI_aC/Xlh-1hZQiqxrYn4jI_aC -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2327/importcfg -pack /root/go/pkg/mod/gopkg.in/mattn/go-isatty.v0@v0.0.4/doc.go /root/go/pkg/mod/gopkg.in/mattn/go-isatty.v0@v0.0.4/isatty_linux.go /root/go/pkg/mod/gopkg.in/mattn/go-isatty.v0@v0.0.4/isatty_others.go
2025-08-20T22:42:53.4636360Z [00:04:35.116]➜  go tool buildid -w $WORK/b2327/_pkg_.a # internal
2025-08-20T22:42:53.4645803Z [00:04:35.117]➜  cp $WORK/b2327/_pkg_.a /root/.cache/go-build/d2/d287ec9466dfc995224b82db2f10ccdfd930b6cf5fcf6c0ad4e2fd141a275815-d # internal
2025-08-20T22:42:53.4673003Z [00:04:35.120]➜  gopkg.in/mattn/go-runewidth.v0
2025-08-20T22:42:53.4673857Z [00:04:35.120]➜  mkdir -p $WORK/b2328/
2025-08-20T22:42:53.4675211Z [00:04:35.120]➜  cat >/tmp/go-build3998081543/b2328/importcfg << 'EOF' # internal
2025-08-20T22:42:53.4675786Z [00:04:35.120]➜  # import config
2025-08-20T22:42:53.4676122Z [00:04:35.120]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:53.4676541Z [00:04:35.120]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:53.4676991Z [00:04:35.120]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:53.4677313Z [00:04:35.120]➜  EOF
2025-08-20T22:42:53.4679598Z [00:04:35.120]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2328/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/mattn/go-runewidth.v0@v0.0.4=>gopkg.in/mattn/go-runewidth.v0@v0.0.4;$WORK/b2328=>" -p gopkg.in/mattn/go-runewidth.v0 -lang=go1.16 -complete -installsuffix shared -buildid lSPLhcWWU2g109ZFac7E/lSPLhcWWU2g109ZFac7E -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2328/importcfg -pack /root/go/pkg/mod/gopkg.in/mattn/go-runewidth.v0@v0.0.4/runewidth.go /root/go/pkg/mod/gopkg.in/mattn/go-runewidth.v0@v0.0.4/runewidth_posix.go
2025-08-20T22:42:53.5750187Z [00:04:35.227]➜  go tool buildid -w $WORK/b2328/_pkg_.a # internal
2025-08-20T22:42:53.5799194Z [00:04:35.229]➜  cp $WORK/b2328/_pkg_.a /root/.cache/go-build/7d/7d25ec549d2ea98f1679ac0ae43318af86c14a893f7a93b8bb569328e269c378-d # internal
2025-08-20T22:42:53.5804864Z [00:04:35.233]➜  gopkg.in/cheggaaa/pb.v2
2025-08-20T22:42:53.5806757Z [00:04:35.233]➜  mkdir -p $WORK/b2322/
2025-08-20T22:42:53.5812886Z [00:04:35.234]➜  cat >/tmp/go-build3998081543/b2322/importcfg << 'EOF' # internal
2025-08-20T22:42:53.5814190Z [00:04:35.234]➜  # import config
2025-08-20T22:42:53.5814607Z [00:04:35.234]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:53.5815049Z [00:04:35.234]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:53.5819575Z [00:04:35.234]➜  packagefile gopkg.in/VividCortex/ewma.v1=/tmp/go-build3998081543/b2323/_pkg_.a
2025-08-20T22:42:53.5820208Z [00:04:35.234]➜  packagefile gopkg.in/cheggaaa/pb.v2/termutil=/tmp/go-build3998081543/b2324/_pkg_.a
2025-08-20T22:42:53.5820782Z [00:04:35.234]➜  packagefile gopkg.in/fatih/color.v1=/tmp/go-build3998081543/b2325/_pkg_.a
2025-08-20T22:42:53.5821343Z [00:04:35.234]➜  packagefile gopkg.in/mattn/go-colorable.v0=/tmp/go-build3998081543/b2326/_pkg_.a
2025-08-20T22:42:53.5821917Z [00:04:35.234]➜  packagefile gopkg.in/mattn/go-isatty.v0=/tmp/go-build3998081543/b2327/_pkg_.a
2025-08-20T22:42:53.5822521Z [00:04:35.234]➜  packagefile gopkg.in/mattn/go-runewidth.v0=/tmp/go-build3998081543/b2328/_pkg_.a
2025-08-20T22:42:53.5823007Z [00:04:35.234]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:53.5823415Z [00:04:35.234]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:53.5823843Z [00:04:35.234]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:53.5824572Z [00:04:35.234]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:53.5825049Z [00:04:35.234]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:53.5825729Z [00:04:35.234]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:53.5826222Z [00:04:35.234]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:53.5826645Z [00:04:35.234]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:53.5827277Z [00:04:35.234]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:53.5827753Z [00:04:35.234]➜  packagefile text/template=/tmp/go-build3998081543/b238/_pkg_.a
2025-08-20T22:42:53.5828194Z [00:04:35.234]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:53.5828504Z [00:04:35.234]➜  EOF
2025-08-20T22:42:53.5831384Z [00:04:35.234]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2322/_pkg_.a -trimpath "/root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7=>gopkg.in/cheggaaa/pb.v2@v2.0.7;$WORK/b2322=>" -p gopkg.in/cheggaaa/pb.v2 -lang=go1.16 -complete -installsuffix shared -buildid nXvYuYbFYzpJ0XnJM1rN/nXvYuYbFYzpJ0XnJM1rN -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2322/importcfg -pack /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/element.go /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/pb.go /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/preset.go /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/reader.go /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/speed.go /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/template.go /root/go/pkg/mod/gopkg.in/cheggaaa/pb.v2@v2.0.7/util.go
2025-08-20T22:42:53.7491505Z [00:04:35.401]➜  go tool buildid -w $WORK/b2312/_pkg_.a # internal
2025-08-20T22:42:53.7638845Z [00:04:35.416]➜  cp $WORK/b2312/_pkg_.a /root/.cache/go-build/0c/0c8532115bf66059e856a6dc39c92bbdd723acaafece39c6366923dbbd51c550-d # internal
2025-08-20T22:42:53.7808826Z [00:04:35.433]➜  gorm.io/gorm/callbacks
2025-08-20T22:42:53.7809196Z [00:04:35.433]➜  mkdir -p $WORK/b2318/
2025-08-20T22:42:53.7858594Z [00:04:35.438]➜  cat >/tmp/go-build3998081543/b2318/importcfg << 'EOF' # internal
2025-08-20T22:42:53.7859011Z [00:04:35.438]➜  # import config
2025-08-20T22:42:53.7859356Z [00:04:35.438]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:53.7859812Z [00:04:35.438]➜  packagefile gorm.io/gorm=/tmp/go-build3998081543/b2312/_pkg_.a
2025-08-20T22:42:53.7860310Z [00:04:35.438]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3998081543/b2314/_pkg_.a
2025-08-20T22:42:53.7860844Z [00:04:35.438]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3998081543/b2317/_pkg_.a
2025-08-20T22:42:53.7861666Z [00:04:35.438]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3998081543/b2316/_pkg_.a
2025-08-20T22:42:53.7862204Z [00:04:35.438]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:53.7862625Z [00:04:35.438]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:53.7863043Z [00:04:35.438]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:53.7863375Z [00:04:35.438]➜  EOF
2025-08-20T22:42:53.7867934Z [00:04:35.438]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2318/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks=>gorm.io/gorm@v1.25.11/callbacks;$WORK/b2318=>" -p gorm.io/gorm/callbacks -lang=go1.18 -complete -installsuffix shared -buildid Vt9HnrgSxhMQIN_ntt-P/Vt9HnrgSxhMQIN_ntt-P -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2318/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/associations.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/callbacks.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/callmethod.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/create.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/delete.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/helper.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/interfaces.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/preload.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/query.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/raw.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/row.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/transaction.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/callbacks/update.go
2025-08-20T22:42:53.8300479Z [00:04:35.482]➜  go tool buildid -w $WORK/b2322/_pkg_.a # internal
2025-08-20T22:42:53.8348638Z [00:04:35.487]➜  cp $WORK/b2322/_pkg_.a /root/.cache/go-build/f5/f52b476ebd36675b4923d3ffe9324a23bb57402cda72f4a0355e3b2a45590253-d # internal
2025-08-20T22:42:53.8369318Z [00:04:35.489]➜  gorm.io/gorm/migrator
2025-08-20T22:42:53.8370230Z [00:04:35.489]➜  mkdir -p $WORK/b2319/
2025-08-20T22:42:53.8381627Z [00:04:35.490]➜  cat >/tmp/go-build3998081543/b2319/importcfg << 'EOF' # internal
2025-08-20T22:42:53.8382071Z [00:04:35.490]➜  # import config
2025-08-20T22:42:53.8382422Z [00:04:35.490]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:53.8382880Z [00:04:35.490]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:53.8383347Z [00:04:35.490]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:53.8383766Z [00:04:35.490]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:53.8384204Z [00:04:35.491]➜  packagefile gorm.io/gorm=/tmp/go-build3998081543/b2312/_pkg_.a
2025-08-20T22:42:53.8384696Z [00:04:35.491]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3998081543/b2314/_pkg_.a
2025-08-20T22:42:53.8385843Z [00:04:35.491]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3998081543/b2315/_pkg_.a
2025-08-20T22:42:53.8386379Z [00:04:35.491]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3998081543/b2317/_pkg_.a
2025-08-20T22:42:53.8386852Z [00:04:35.491]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:53.8387277Z [00:04:35.491]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:53.8387703Z [00:04:35.491]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:53.8388136Z [00:04:35.491]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:53.8388559Z [00:04:35.491]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:53.8388866Z [00:04:35.491]➜  EOF
2025-08-20T22:42:53.8391384Z [00:04:35.491]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2319/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/gorm@v1.25.11/migrator=>gorm.io/gorm@v1.25.11/migrator;$WORK/b2319=>" -p gorm.io/gorm/migrator -lang=go1.18 -complete -installsuffix shared -buildid 10U48ruJdPVzAUYkxHeB/10U48ruJdPVzAUYkxHeB -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2319/importcfg -pack /root/go/pkg/mod/gorm.io/gorm@v1.25.11/migrator/column_type.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/migrator/index.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/migrator/migrator.go /root/go/pkg/mod/gorm.io/gorm@v1.25.11/migrator/table_type.go
2025-08-20T22:42:54.2499744Z [00:04:35.902]➜  go tool buildid -w $WORK/b2319/_pkg_.a # internal
2025-08-20T22:42:54.2643872Z [00:04:35.917]➜  cp $WORK/b2319/_pkg_.a /root/.cache/go-build/71/713987f52de70df96f7e4d30f66d7a454f6e1b103766f0eee633591bc91ce302-d # internal
2025-08-20T22:42:54.2654003Z [00:04:35.918]➜  internal/profile
2025-08-20T22:42:54.2654332Z [00:04:35.918]➜  mkdir -p $WORK/b2330/
2025-08-20T22:42:54.2669280Z [00:04:35.919]➜  cat >/tmp/go-build3998081543/b2330/importcfg << 'EOF' # internal
2025-08-20T22:42:54.2670006Z [00:04:35.919]➜  # import config
2025-08-20T22:42:54.2670918Z [00:04:35.919]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:54.2671466Z [00:04:35.919]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:42:54.2671930Z [00:04:35.919]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:54.2672345Z [00:04:35.919]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:54.2672747Z [00:04:35.919]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:54.2673158Z [00:04:35.919]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:54.2673845Z [00:04:35.919]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:54.2674327Z [00:04:35.919]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:54.2674758Z [00:04:35.919]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:54.2675179Z [00:04:35.919]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:54.2675833Z [00:04:35.919]➜  EOF
2025-08-20T22:42:54.2678525Z [00:04:35.919]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2330/_pkg_.a -trimpath "/root/.go/src/internal/profile=>internal/profile;$WORK/b2330=>" -p internal/profile -lang=go1.25 -std -complete -installsuffix shared -buildid NFCqmxfJZwDjB3ySICMm/NFCqmxfJZwDjB3ySICMm -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2330/importcfg -pack /root/.go/src/internal/profile/encode.go /root/.go/src/internal/profile/filter.go /root/.go/src/internal/profile/graph.go /root/.go/src/internal/profile/merge.go /root/.go/src/internal/profile/profile.go /root/.go/src/internal/profile/proto.go /root/.go/src/internal/profile/prune.go
2025-08-20T22:42:54.3291517Z [00:04:35.981]➜  go tool buildid -w $WORK/b2318/_pkg_.a # internal
2025-08-20T22:42:54.3389587Z [00:04:35.991]➜  cp $WORK/b2318/_pkg_.a /root/.cache/go-build/6b/6bcc80075321e37d513bad18cd5c60a3b0ef2866506f6360c21bdbb300e2e1d9-d # internal
2025-08-20T22:42:54.3439381Z [00:04:35.996]➜  gorm.io/driver/sqlite
2025-08-20T22:42:54.3446998Z [00:04:35.997]➜  mkdir -p $WORK/b2320/
2025-08-20T22:42:54.3447589Z [00:04:35.997]➜  cat >/tmp/go-build3998081543/b2320/importcfg << 'EOF' # internal
2025-08-20T22:42:54.3448085Z [00:04:35.997]➜  # import config
2025-08-20T22:42:54.3448585Z [00:04:35.997]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:54.3449149Z [00:04:35.997]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:54.3449725Z [00:04:35.997]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:54.3450286Z [00:04:35.997]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:54.3450798Z [00:04:35.997]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:54.3451388Z [00:04:35.997]➜  packagefile github.com/mattn/go-sqlite3=/tmp/go-build3998081543/b2099/_pkg_.a
2025-08-20T22:42:54.3451985Z [00:04:35.997]➜  packagefile gorm.io/gorm=/tmp/go-build3998081543/b2312/_pkg_.a
2025-08-20T22:42:54.3452589Z [00:04:35.997]➜  packagefile gorm.io/gorm/callbacks=/tmp/go-build3998081543/b2318/_pkg_.a
2025-08-20T22:42:54.3453442Z [00:04:35.997]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3998081543/b2314/_pkg_.a
2025-08-20T22:42:54.3454110Z [00:04:35.997]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3998081543/b2315/_pkg_.a
2025-08-20T22:42:54.3454734Z [00:04:35.997]➜  packagefile gorm.io/gorm/migrator=/tmp/go-build3998081543/b2319/_pkg_.a
2025-08-20T22:42:54.3455449Z [00:04:35.997]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3998081543/b2317/_pkg_.a
2025-08-20T22:42:54.3456073Z [00:04:35.997]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:54.3456619Z [00:04:35.997]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:54.3457185Z [00:04:35.997]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:54.3457671Z [00:04:35.997]➜  EOF
2025-08-20T22:42:54.3460231Z [00:04:35.997]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2320/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.5=>gorm.io/driver/sqlite@v1.5.5;$WORK/b2320=>" -p gorm.io/driver/sqlite -lang=go1.20 -complete -installsuffix shared -buildid trUmEI9ZlkHSC3ZPEuCL/trUmEI9ZlkHSC3ZPEuCL -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2320/importcfg -pack /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.5/ddlmod.go /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.5/error_translator.go /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.5/errors.go /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.5/migrator.go /root/go/pkg/mod/gorm.io/driver/sqlite@v1.5.5/sqlite.go
2025-08-20T22:42:54.6363536Z [00:04:36.288]➜  go tool buildid -w $WORK/b2320/_pkg_.a # internal
2025-08-20T22:42:54.6473186Z [00:04:36.299]➜  cp $WORK/b2320/_pkg_.a /root/.cache/go-build/ae/ae4d3f59bf7619108356863e87e6f649c564acd1d5a51d606e8dbef006c2355a-d # internal
2025-08-20T22:42:54.6561291Z [00:04:36.308]➜  github.com/denisbrodbeck/machineid
2025-08-20T22:42:54.6561709Z [00:04:36.308]➜  mkdir -p $WORK/b2332/
2025-08-20T22:42:54.6562393Z [00:04:36.308]➜  cat >/tmp/go-build3998081543/b2332/importcfg << 'EOF' # internal
2025-08-20T22:42:54.6562756Z [00:04:36.308]➜  # import config
2025-08-20T22:42:54.6563130Z [00:04:36.308]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:42:54.6563600Z [00:04:36.308]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:54.6564067Z [00:04:36.308]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:54.6564509Z [00:04:36.308]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:54.6564918Z [00:04:36.308]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:54.6565472Z [00:04:36.308]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:42:54.6565965Z [00:04:36.308]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:54.6566379Z [00:04:36.308]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:42:54.6566812Z [00:04:36.308]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:54.6567338Z [00:04:36.308]➜  EOF
2025-08-20T22:42:54.6569873Z [00:04:36.308]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2332/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/denisbrodbeck/machineid@v1.0.1=>github.com/denisbrodbeck/machineid@v1.0.1;$WORK/b2332=>" -p github.com/denisbrodbeck/machineid -lang=go1.16 -complete -installsuffix shared -buildid 8iWiFEkVxQrVIz03lkiq/8iWiFEkVxQrVIz03lkiq -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2332/importcfg -pack /root/go/pkg/mod/github.com/denisbrodbeck/machineid@v1.0.1/helper.go /root/go/pkg/mod/github.com/denisbrodbeck/machineid@v1.0.1/id.go /root/go/pkg/mod/github.com/denisbrodbeck/machineid@v1.0.1/id_linux.go
2025-08-20T22:42:54.6600141Z [00:04:36.312]➜  go tool buildid -w $WORK/b2330/_pkg_.a # internal
2025-08-20T22:42:54.6625263Z [00:04:36.315]➜  cp $WORK/b2330/_pkg_.a /root/.cache/go-build/3e/3e47507f1e658a4607de736eb693cdfdba67f926c61b7ce88f561778d8fe6458-d # internal
2025-08-20T22:42:54.6638801Z [00:04:36.316]➜  net/http/pprof
2025-08-20T22:42:54.6639461Z [00:04:36.316]➜  mkdir -p $WORK/b2329/
2025-08-20T22:42:54.6651158Z [00:04:36.318]➜  cat >/tmp/go-build3998081543/b2329/importcfg << 'EOF' # internal
2025-08-20T22:42:54.6651544Z [00:04:36.318]➜  # import config
2025-08-20T22:42:54.6651892Z [00:04:36.318]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:54.6653538Z [00:04:36.318]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:54.6654017Z [00:04:36.318]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:54.6654439Z [00:04:36.318]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:54.6654850Z [00:04:36.318]➜  packagefile html=/tmp/go-build3998081543/b244/_pkg_.a
2025-08-20T22:42:54.6655323Z [00:04:36.318]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:42:54.6657668Z [00:04:36.318]➜  packagefile internal/profile=/tmp/go-build3998081543/b2330/_pkg_.a
2025-08-20T22:42:54.6658148Z [00:04:36.318]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:54.6658561Z [00:04:36.318]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:54.6658984Z [00:04:36.318]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:54.6659415Z [00:04:36.318]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:54.6659828Z [00:04:36.318]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:54.6660464Z [00:04:36.318]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:54.6661028Z [00:04:36.318]➜  packagefile runtime/pprof=/tmp/go-build3998081543/b1111/_pkg_.a
2025-08-20T22:42:54.6661503Z [00:04:36.318]➜  packagefile runtime/trace=/tmp/go-build3998081543/b291/_pkg_.a
2025-08-20T22:42:54.6661944Z [00:04:36.318]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:42:54.6662372Z [00:04:36.318]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:54.6662975Z [00:04:36.318]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:54.6663400Z [00:04:36.318]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:54.6663706Z [00:04:36.318]➜  EOF
2025-08-20T22:42:54.6665204Z [00:04:36.318]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2329/_pkg_.a -trimpath "/root/.go/src/net/http/pprof=>net/http/pprof;$WORK/b2329=>" -p net/http/pprof -lang=go1.25 -std -complete -installsuffix shared -buildid iEzZuQ-TLSwHQ-rwr2mz/iEzZuQ-TLSwHQ-rwr2mz -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2329/importcfg -pack /root/.go/src/net/http/pprof/pprof.go
2025-08-20T22:42:54.6980602Z [00:04:36.350]➜  go tool buildid -w $WORK/b2332/_pkg_.a # internal
2025-08-20T22:42:54.6994037Z [00:04:36.352]➜  cp $WORK/b2332/_pkg_.a /root/.cache/go-build/90/90849ce8d37b2d966910696efc83d757d4224225819593165f2faca7fe4abd4a-d # internal
2025-08-20T22:42:54.7886646Z [00:04:36.441]➜  go tool buildid -w $WORK/b2329/_pkg_.a # internal
2025-08-20T22:42:54.7910743Z [00:04:36.443]➜  cp $WORK/b2329/_pkg_.a /root/.cache/go-build/05/05c25a169a832cee986286f809d4220a1f7821b85cdfad4b0dff8d8be9d46039-d # internal
2025-08-20T22:42:55.9487151Z [00:04:37.601]➜  go tool buildid -w $WORK/b2307/_pkg_.a # internal
2025-08-20T22:42:56.0029551Z [00:04:37.655]➜  cp $WORK/b2307/_pkg_.a /root/.cache/go-build/01/01ca6394179936c68e2e141831de14637f876e1a4257875dcb1f4a22f4834189-d # internal
2025-08-20T22:42:56.0041058Z [00:04:37.657]➜  github.com/jackc/pgx/v5
2025-08-20T22:42:56.0048955Z [00:04:37.657]➜  mkdir -p $WORK/b2293/
2025-08-20T22:42:56.0060155Z [00:04:37.658]➜  cat >/tmp/go-build3998081543/b2293/importcfg << 'EOF' # internal
2025-08-20T22:42:56.0060777Z [00:04:37.658]➜  # import config
2025-08-20T22:42:56.0062463Z [00:04:37.658]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:56.0063191Z [00:04:37.658]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:56.0063895Z [00:04:37.658]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:56.0066286Z [00:04:37.658]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:56.0066792Z [00:04:37.658]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:56.0067242Z [00:04:37.659]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:56.0067661Z [00:04:37.659]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:56.0068215Z [00:04:37.659]➜  packagefile github.com/jackc/pgx/v5/internal/anynil=/tmp/go-build3998081543/b2294/_pkg_.a
2025-08-20T22:42:56.0068866Z [00:04:37.659]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build3998081543/b2295/_pkg_.a
2025-08-20T22:42:56.0069522Z [00:04:37.659]➜  packagefile github.com/jackc/pgx/v5/internal/sanitize=/tmp/go-build3998081543/b2296/_pkg_.a
2025-08-20T22:42:56.0070223Z [00:04:37.659]➜  packagefile github.com/jackc/pgx/v5/internal/stmtcache=/tmp/go-build3998081543/b2297/_pkg_.a
2025-08-20T22:42:56.0070873Z [00:04:37.659]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build3998081543/b2298/_pkg_.a
2025-08-20T22:42:56.0071467Z [00:04:37.659]➜  packagefile github.com/jackc/pgx/v5/pgtype=/tmp/go-build3998081543/b2307/_pkg_.a
2025-08-20T22:42:56.0071956Z [00:04:37.659]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:56.0072371Z [00:04:37.659]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:56.0072799Z [00:04:37.659]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:56.0073447Z [00:04:37.659]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:56.0073973Z [00:04:37.659]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:56.0074415Z [00:04:37.659]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:56.0074749Z [00:04:37.659]➜  EOF
2025-08-20T22:42:56.0100542Z [00:04:37.661]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2293/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5=>github.com/jackc/pgx/v5@v5.5.5;$WORK/b2293=>" -p github.com/jackc/pgx/v5 -lang=go1.19 -complete -installsuffix shared -buildid jFNT6HDuME2jrZhsVTMh/jFNT6HDuME2jrZhsVTMh -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2293/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/batch.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/conn.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/copy_from.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/extended_query_builder.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/large_objects.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/named_args.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/rows.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/tracer.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/tx.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/values.go
2025-08-20T22:42:56.2186426Z [00:04:37.871]➜  go tool buildid -w $WORK/b2293/_pkg_.a # internal
2025-08-20T22:42:56.2278394Z [00:04:37.880]➜  cp $WORK/b2293/_pkg_.a /root/.cache/go-build/13/1344e64475587242f6f1601e0aac4f439302833f19ea20515526813b532531d1-d # internal
2025-08-20T22:42:56.2298012Z [00:04:37.882]➜  github.com/jackc/pgx/v5/pgxpool
2025-08-20T22:42:56.2298464Z [00:04:37.882]➜  mkdir -p $WORK/b2309/
2025-08-20T22:42:56.2306352Z [00:04:37.882]➜  cat >/tmp/go-build3998081543/b2309/importcfg << 'EOF' # internal
2025-08-20T22:42:56.2306762Z [00:04:37.882]➜  # import config
2025-08-20T22:42:56.2307144Z [00:04:37.882]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:56.2307575Z [00:04:37.882]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:56.2308056Z [00:04:37.883]➜  packagefile github.com/jackc/pgx/v5=/tmp/go-build3998081543/b2293/_pkg_.a
2025-08-20T22:42:56.2308635Z [00:04:37.883]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build3998081543/b2298/_pkg_.a
2025-08-20T22:42:56.2309234Z [00:04:37.883]➜  packagefile github.com/jackc/puddle/v2=/tmp/go-build3998081543/b2310/_pkg_.a
2025-08-20T22:42:56.2309738Z [00:04:37.883]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:56.2310177Z [00:04:37.883]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:56.2310607Z [00:04:37.883]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:56.2311028Z [00:04:37.883]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:56.2311473Z [00:04:37.883]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:56.2311908Z [00:04:37.883]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:56.2312217Z [00:04:37.883]➜  EOF
2025-08-20T22:42:56.2315833Z [00:04:37.883]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2309/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool=>github.com/jackc/pgx/v5@v5.5.5/pgxpool;$WORK/b2309=>" -p github.com/jackc/pgx/v5/pgxpool -lang=go1.19 -complete -installsuffix shared -buildid N3BGcZ26l5wiHx1T8fAM/N3BGcZ26l5wiHx1T8fAM -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2309/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/batch_results.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/conn.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/doc.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/pool.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/rows.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/stat.go /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/pgxpool/tx.go
2025-08-20T22:42:56.3587737Z [00:04:38.011]➜  go tool buildid -w $WORK/b2309/_pkg_.a # internal
2025-08-20T22:42:56.3621243Z [00:04:38.014]➜  cp $WORK/b2309/_pkg_.a /root/.cache/go-build/dc/dc1c02f0061f03eb69f1bd1a61a0350d73b24e4d70ff840ee347ca49f8d64a8b-d # internal
2025-08-20T22:42:56.3634384Z [00:04:38.015]➜  github.com/jackc/pgx/v5/stdlib
2025-08-20T22:42:56.3635041Z [00:04:38.015]➜  mkdir -p $WORK/b2308/
2025-08-20T22:42:56.3635543Z [00:04:38.015]➜  cat >/tmp/go-build3998081543/b2308/importcfg << 'EOF' # internal
2025-08-20T22:42:56.3635965Z [00:04:38.015]➜  # import config
2025-08-20T22:42:56.3636325Z [00:04:38.015]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:56.3636777Z [00:04:38.015]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:56.3637267Z [00:04:38.015]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:56.3637743Z [00:04:38.015]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:56.3638157Z [00:04:38.015]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:56.3638637Z [00:04:38.015]➜  packagefile github.com/jackc/pgx/v5=/tmp/go-build3998081543/b2293/_pkg_.a
2025-08-20T22:42:56.3639212Z [00:04:38.015]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build3998081543/b2298/_pkg_.a
2025-08-20T22:42:56.3640011Z [00:04:38.015]➜  packagefile github.com/jackc/pgx/v5/pgtype=/tmp/go-build3998081543/b2307/_pkg_.a
2025-08-20T22:42:56.3640739Z [00:04:38.015]➜  packagefile github.com/jackc/pgx/v5/pgxpool=/tmp/go-build3998081543/b2309/_pkg_.a
2025-08-20T22:42:56.3641304Z [00:04:38.015]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:56.3641717Z [00:04:38.015]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:56.3642148Z [00:04:38.015]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:56.3642587Z [00:04:38.015]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:56.3643010Z [00:04:38.015]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:56.3643441Z [00:04:38.015]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:56.3643861Z [00:04:38.015]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:56.3644269Z [00:04:38.015]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:56.3644595Z [00:04:38.015]➜  EOF
2025-08-20T22:42:56.3646504Z [00:04:38.015]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2308/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/stdlib=>github.com/jackc/pgx/v5@v5.5.5/stdlib;$WORK/b2308=>" -p github.com/jackc/pgx/v5/stdlib -lang=go1.19 -complete -installsuffix shared -buildid _ghBxujs1UUY8rF7MD1t/_ghBxujs1UUY8rF7MD1t -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2308/importcfg -pack /root/go/pkg/mod/github.com/jackc/pgx/v5@v5.5.5/stdlib/sql.go
2025-08-20T22:42:56.4938014Z [00:04:38.146]➜  go tool buildid -w $WORK/b2308/_pkg_.a # internal
2025-08-20T22:42:56.4971946Z [00:04:38.150]➜  cp $WORK/b2308/_pkg_.a /root/.cache/go-build/45/4586975463df843bfad65ade1f4e871252303de4fc69db6ac22937376b0658fe-d # internal
2025-08-20T22:42:56.4985984Z [00:04:38.151]➜  gorm.io/driver/postgres
2025-08-20T22:42:56.4987715Z [00:04:38.151]➜  mkdir -p $WORK/b2292/
2025-08-20T22:42:56.5005267Z [00:04:38.152]➜  cat >/tmp/go-build3998081543/b2292/importcfg << 'EOF' # internal
2025-08-20T22:42:56.5006174Z [00:04:38.152]➜  # import config
2025-08-20T22:42:56.5006561Z [00:04:38.152]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:56.5007041Z [00:04:38.152]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:56.5007482Z [00:04:38.152]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:56.5007964Z [00:04:38.152]➜  packagefile github.com/jackc/pgx/v5=/tmp/go-build3998081543/b2293/_pkg_.a
2025-08-20T22:42:56.5008696Z [00:04:38.152]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build3998081543/b2298/_pkg_.a
2025-08-20T22:42:56.5009352Z [00:04:38.152]➜  packagefile github.com/jackc/pgx/v5/stdlib=/tmp/go-build3998081543/b2308/_pkg_.a
2025-08-20T22:42:56.5009874Z [00:04:38.152]➜  packagefile gorm.io/gorm=/tmp/go-build3998081543/b2312/_pkg_.a
2025-08-20T22:42:56.5010375Z [00:04:38.152]➜  packagefile gorm.io/gorm/callbacks=/tmp/go-build3998081543/b2318/_pkg_.a
2025-08-20T22:42:56.5010907Z [00:04:38.152]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3998081543/b2314/_pkg_.a
2025-08-20T22:42:56.5011420Z [00:04:38.152]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3998081543/b2315/_pkg_.a
2025-08-20T22:42:56.5011934Z [00:04:38.152]➜  packagefile gorm.io/gorm/migrator=/tmp/go-build3998081543/b2319/_pkg_.a
2025-08-20T22:42:56.5012452Z [00:04:38.152]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3998081543/b2317/_pkg_.a
2025-08-20T22:42:56.5012929Z [00:04:38.152]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:56.5013352Z [00:04:38.152]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:56.5013783Z [00:04:38.152]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:56.5014099Z [00:04:38.152]➜  EOF
2025-08-20T22:42:56.5016574Z [00:04:38.152]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2292/_pkg_.a -trimpath "/root/go/pkg/mod/gorm.io/driver/postgres@v1.5.7=>gorm.io/driver/postgres@v1.5.7;$WORK/b2292=>" -p gorm.io/driver/postgres -lang=go1.18 -complete -installsuffix shared -buildid aZMAOmHMVbk5ApmOPRVU/aZMAOmHMVbk5ApmOPRVU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2292/importcfg -pack /root/go/pkg/mod/gorm.io/driver/postgres@v1.5.7/error_translator.go /root/go/pkg/mod/gorm.io/driver/postgres@v1.5.7/migrator.go /root/go/pkg/mod/gorm.io/driver/postgres@v1.5.7/postgres.go
2025-08-20T22:42:56.7368620Z [00:04:38.389]➜  go tool buildid -w $WORK/b2292/_pkg_.a # internal
2025-08-20T22:42:56.7427053Z [00:04:38.395]➜  cp $WORK/b2292/_pkg_.a /root/.cache/go-build/95/952b193ac3c45b898e51319477ba11ee1002584e1d1c95043220c461f3deaa87-d # internal
2025-08-20T22:42:58.0441222Z [00:04:39.696]➜  cd /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels
2025-08-20T22:42:58.0443283Z [00:04:39.696]➜  /root/.go/pkg/tool/linux_arm64/asm -p github.com/apache/arrow/go/v15/arrow/compute/internal/kernels -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels=>github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/internal/kernels;$WORK/b2220=>" -I $WORK/b2220/ -I /root/.go/pkg/include -D GOOS_linux -D GOARCH_arm64 -shared -o $WORK/b2220/cast_numeric_neon_arm64.o ./cast_numeric_neon_arm64.s
2025-08-20T22:42:58.0519601Z [00:04:39.704]➜  go tool pack r $WORK/b2220/_pkg_.a $WORK/b2220/cast_numeric_neon_arm64.o # internal
2025-08-20T22:42:58.0520157Z [00:04:39.704]➜  go tool buildid -w $WORK/b2220/_pkg_.a # internal
2025-08-20T22:42:58.1838257Z [00:04:39.836]➜  cp $WORK/b2220/_pkg_.a /root/.cache/go-build/06/060d3d7499a8a64e054b7e04bf0327626456c3e8ffe0f58ec733308e50cba090-d # internal
2025-08-20T22:42:58.1888239Z [00:04:39.841]➜  github.com/apache/arrow/go/v15/arrow/compute
2025-08-20T22:42:58.1888623Z [00:04:39.841]➜  mkdir -p $WORK/b2217/
2025-08-20T22:42:58.1891644Z [00:04:39.842]➜  cat >/tmp/go-build3998081543/b2217/importcfg << 'EOF' # internal
2025-08-20T22:42:58.1892425Z [00:04:39.842]➜  # import config
2025-08-20T22:42:58.1893156Z [00:04:39.842]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:58.1893611Z [00:04:39.842]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:58.1894068Z [00:04:39.842]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:58.1894514Z [00:04:39.842]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:58.1894939Z [00:04:39.842]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:58.1895878Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:42:58.1896610Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/array=/tmp/go-build3998081543/b817/_pkg_.a
2025-08-20T22:42:58.1897296Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:42:58.1898013Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/compute/exec=/tmp/go-build3998081543/b2218/_pkg_.a
2025-08-20T22:42:58.1898830Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/compute/internal/kernels=/tmp/go-build3998081543/b2220/_pkg_.a
2025-08-20T22:42:58.1899605Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal128=/tmp/go-build3998081543/b813/_pkg_.a
2025-08-20T22:42:58.1900318Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal256=/tmp/go-build3998081543/b814/_pkg_.a
2025-08-20T22:42:58.1901051Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal=/tmp/go-build3998081543/b824/_pkg_.a
2025-08-20T22:42:58.1901775Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:42:58.1902471Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/ipc=/tmp/go-build3998081543/b822/_pkg_.a
2025-08-20T22:42:58.1903139Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:42:58.1904105Z [00:04:39.842]➜  packagefile github.com/apache/arrow/go/v15/arrow/scalar=/tmp/go-build3998081543/b2219/_pkg_.a
2025-08-20T22:42:58.1904760Z [00:04:39.842]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3998081543/b430/_pkg_.a
2025-08-20T22:42:58.1905294Z [00:04:39.842]➜  packagefile golang.org/x/exp/slices=/tmp/go-build3998081543/b428/_pkg_.a
2025-08-20T22:42:58.1906094Z [00:04:39.842]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3998081543/b431/_pkg_.a
2025-08-20T22:42:58.1906649Z [00:04:39.842]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:42:58.1907144Z [00:04:39.842]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:42:58.1907577Z [00:04:39.842]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:58.1907989Z [00:04:39.842]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:58.1908418Z [00:04:39.842]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:42:58.1908865Z [00:04:39.842]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:58.1909300Z [00:04:39.842]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:58.1909729Z [00:04:39.842]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:58.1910158Z [00:04:39.842]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:58.1910582Z [00:04:39.842]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:58.1910998Z [00:04:39.842]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:58.1911418Z [00:04:39.842]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:58.1911739Z [00:04:39.842]➜  EOF
2025-08-20T22:42:58.1912010Z [00:04:39.842]➜  cd /tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling
2025-08-20T22:42:58.1919769Z [00:04:39.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2217/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute=>github.com/apache/arrow/go/v15@v15.0.2/arrow/compute;$WORK/b2217=>" -p github.com/apache/arrow/go/v15/arrow/compute -lang=go1.20 -complete -installsuffix shared -buildid f6NEF9vz4Ch2JYa9PY2g/f6NEF9vz4Ch2JYa9PY2g -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2217/importcfg -pack /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/arithmetic.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/cast.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/datum.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/datumkind_string.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/doc.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/exec.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/executor.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/expression.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/fieldref.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/funckind_string.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/functions.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/registry.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/scalar_bool.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/scalar_compare.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/selection.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/utils.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/vector_hash.go /root/go/pkg/mod/github.com/apache/arrow/go/v15@v15.0.2/arrow/compute/vector_run_ends.go
2025-08-20T22:42:58.8792490Z [00:04:40.532]➜  go tool buildid -w $WORK/b2217/_pkg_.a # internal
2025-08-20T22:42:58.8975253Z [00:04:40.550]➜  cp $WORK/b2217/_pkg_.a /root/.cache/go-build/7d/7d0f165ce4a53de2d36587ea1796f496d2660cca97e80168fe56ce31f7493f34-d # internal
2025-08-20T22:42:59.3160940Z [00:04:40.968]➜  github.com/snowflakedb/gosnowflake
2025-08-20T22:42:59.3162178Z [00:04:40.968]➜  mkdir -p $WORK/b2204/
2025-08-20T22:42:59.3164419Z [00:04:40.969]➜  cat >/tmp/go-build3998081543/b2204/importcfg << 'EOF' # internal
2025-08-20T22:42:59.3164835Z [00:04:40.969]➜  # import config
2025-08-20T22:42:59.3165179Z [00:04:40.969]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:42:59.3165827Z [00:04:40.969]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:42:59.3166282Z [00:04:40.969]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:42:59.3166733Z [00:04:40.969]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:42:59.3167159Z [00:04:40.969]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:42:59.3167598Z [00:04:40.969]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:42:59.3168107Z [00:04:40.969]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:42:59.3168574Z [00:04:40.969]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:42:59.3169030Z [00:04:40.969]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:42:59.3169489Z [00:04:40.969]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:42:59.3169945Z [00:04:40.969]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:42:59.3170450Z [00:04:40.969]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:42:59.3170932Z [00:04:40.969]➜  packagefile crypto/x509/pkix=/tmp/go-build3998081543/b169/_pkg_.a
2025-08-20T22:42:59.3171413Z [00:04:40.969]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:42:59.3171902Z [00:04:40.969]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:42:59.3172394Z [00:04:40.969]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:42:59.3173202Z [00:04:40.969]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:42:59.3173680Z [00:04:40.969]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:42:59.3174148Z [00:04:40.969]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:42:59.3174614Z [00:04:40.969]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:42:59.3175060Z [00:04:40.969]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:42:59.3175751Z [00:04:40.969]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:42:59.3176315Z [00:04:40.969]➜  packagefile github.com/99designs/keyring=/tmp/go-build3998081543/b2205/_pkg_.a
2025-08-20T22:42:59.3176950Z [00:04:40.969]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:42:59.3177656Z [00:04:40.969]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:42:59.3178410Z [00:04:40.969]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build3998081543/b1070/_pkg_.a
2025-08-20T22:42:59.3179164Z [00:04:40.969]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:42:59.3179964Z [00:04:40.969]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3998081543/b1072/_pkg_.a
2025-08-20T22:42:59.3180788Z [00:04:40.969]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3998081543/b1080/_pkg_.a
2025-08-20T22:42:59.3181505Z [00:04:40.969]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:42:59.3182166Z [00:04:40.969]➜  packagefile github.com/apache/arrow/go/v15/arrow/array=/tmp/go-build3998081543/b817/_pkg_.a
2025-08-20T22:42:59.3182854Z [00:04:40.969]➜  packagefile github.com/apache/arrow/go/v15/arrow/compute=/tmp/go-build3998081543/b2217/_pkg_.a
2025-08-20T22:42:59.3183841Z [00:04:40.969]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal128=/tmp/go-build3998081543/b813/_pkg_.a
2025-08-20T22:42:59.3184635Z [00:04:40.969]➜  packagefile github.com/apache/arrow/go/v15/arrow/ipc=/tmp/go-build3998081543/b822/_pkg_.a
2025-08-20T22:42:59.3185303Z [00:04:40.969]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:42:59.3186311Z [00:04:40.969]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:42:59.3186939Z [00:04:40.969]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3998081543/b542/_pkg_.a
2025-08-20T22:42:59.3187613Z [00:04:40.969]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build3998081543/b1158/_pkg_.a
2025-08-20T22:42:59.3188273Z [00:04:40.969]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3998081543/b1085/_pkg_.a
2025-08-20T22:42:59.3188867Z [00:04:40.969]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:42:59.3189454Z [00:04:40.969]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build3998081543/b2222/_pkg_.a
2025-08-20T22:42:59.3190047Z [00:04:40.969]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3998081543/b1032/_pkg_.a
2025-08-20T22:42:59.3190601Z [00:04:40.969]➜  packagefile github.com/pkg/browser=/tmp/go-build3998081543/b1039/_pkg_.a
2025-08-20T22:42:59.3191158Z [00:04:40.969]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3998081543/b2228/_pkg_.a
2025-08-20T22:42:59.3191714Z [00:04:40.969]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3998081543/b2229/_pkg_.a
2025-08-20T22:42:59.3192197Z [00:04:40.969]➜  packagefile html=/tmp/go-build3998081543/b244/_pkg_.a
2025-08-20T22:42:59.3192607Z [00:04:40.969]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:42:59.3193011Z [00:04:40.969]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:42:59.3193709Z [00:04:40.969]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:42:59.3194145Z [00:04:40.969]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:42:59.3194585Z [00:04:40.969]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:42:59.3195006Z [00:04:40.969]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:42:59.3195610Z [00:04:40.969]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:42:59.3196210Z [00:04:40.969]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:42:59.3196722Z [00:04:40.969]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:42:59.3197136Z [00:04:40.969]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:42:59.3197559Z [00:04:40.969]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:42:59.3197979Z [00:04:40.969]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:42:59.3198437Z [00:04:40.969]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:42:59.3198894Z [00:04:40.969]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:42:59.3199319Z [00:04:40.969]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:42:59.3199790Z [00:04:40.969]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:42:59.3200267Z [00:04:40.969]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:42:59.3200749Z [00:04:40.969]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:42:59.3201170Z [00:04:40.969]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:42:59.3201602Z [00:04:40.969]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:42:59.3202019Z [00:04:40.969]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:42:59.3202454Z [00:04:40.969]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:42:59.3203117Z [00:04:40.969]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:42:59.3203610Z [00:04:40.969]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:42:59.3204127Z [00:04:40.969]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:42:59.3204591Z [00:04:40.969]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:42:59.3204923Z [00:04:40.969]➜  EOF
2025-08-20T22:42:59.3222374Z [00:04:40.969]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2204/_pkg_.a -trimpath "/root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0=>github.com/snowflakedb/gosnowflake@v1.10.0;$WORK/b2204=>" -p github.com/snowflakedb/gosnowflake -lang=go1.19 -complete -installsuffix shared -buildid hUZqfT4l9oULJH9GyzKZ/hUZqfT4l9oULJH9GyzKZ -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2204/importcfg -pack /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/arrow_chunk.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/async.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/auth.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/authexternalbrowser.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/authokta.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/azure_storage_client.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/bind_uploader.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/cacert.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/chunk.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/chunk_downloader.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/client.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/client_configuration.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/connection.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/connection_util.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/connector.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/converter.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/datatype.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/datetime.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/doc.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/driver.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/dsn.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/easy_logging.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/encrypt_util.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/errors.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/file_compression_type.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/file_transfer_agent.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/file_util.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/gcs_storage_client.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/heartbeat.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/htap.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/local_storage_client.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/location.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/log.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/monitoring.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/multistatement.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/ocsp.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/priv_key_test_coding_helper.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/query.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/release.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/restful.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/result.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/retry.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/rows.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/s3_storage_client.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/secret_detector.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/secure_storage_manager.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/sqlstate.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/statement.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/storage_client.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/structured_type.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/telemetry.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/transaction.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/url_util.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/util.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/uuid.go /root/go/pkg/mod/github.com/snowflakedb/gosnowflake@v1.10.0/version.go
2025-08-20T22:43:00.1694008Z [00:04:41.822]➜  go tool buildid -w $WORK/b2204/_pkg_.a # internal
2025-08-20T22:43:00.1882774Z [00:04:41.841]➜  cp $WORK/b2204/_pkg_.a /root/.cache/go-build/70/70be23a516d0fd231ac6dad9d78a803c877405e180bc603bea550963d0c88581-d # internal
2025-08-20T22:43:00.1891388Z [00:04:41.842]➜  github.com/slingdata-io/sling-cli/core/dbio/database
2025-08-20T22:43:00.1891778Z [00:04:41.842]➜  mkdir -p $WORK/b762/
2025-08-20T22:43:00.1897064Z [00:04:41.842]➜  cat >/tmp/go-build3998081543/b762/importcfg << 'EOF' # internal
2025-08-20T22:43:00.1897868Z [00:04:41.842]➜  # import config
2025-08-20T22:43:00.1898490Z [00:04:41.842]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:43:00.1899416Z [00:04:41.842]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:43:00.1899985Z [00:04:41.842]➜  packagefile cloud.google.com/go/bigquery=/tmp/go-build3998081543/b763/_pkg_.a
2025-08-20T22:43:00.1900566Z [00:04:41.842]➜  packagefile cloud.google.com/go/bigtable=/tmp/go-build3998081543/b828/_pkg_.a
2025-08-20T22:43:00.1901448Z [00:04:41.842]➜  packagefile cloud.google.com/go/civil=/tmp/go-build3998081543/b794/_pkg_.a
2025-08-20T22:43:00.1901946Z [00:04:41.842]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:43:00.1902388Z [00:04:41.842]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:43:00.1902850Z [00:04:41.842]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:43:00.1903545Z [00:04:41.842]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:43:00.1904085Z [00:04:41.842]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:43:00.1904584Z [00:04:41.842]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:43:00.1905057Z [00:04:41.842]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:43:00.1905782Z [00:04:41.842]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:43:00.1906324Z [00:04:41.842]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:43:00.1906768Z [00:04:41.842]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:43:00.1907321Z [00:04:41.842]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:43:00.1908019Z [00:04:41.842]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build3998081543/b1009/_pkg_.a
2025-08-20T22:43:00.1908751Z [00:04:41.842]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/data/aztables=/tmp/go-build3998081543/b1042/_pkg_.a
2025-08-20T22:43:00.1909440Z [00:04:41.842]➜  packagefile github.com/ClickHouse/clickhouse-go/v2=/tmp/go-build3998081543/b1045/_pkg_.a
2025-08-20T22:43:00.1910123Z [00:04:41.842]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/chcol=/tmp/go-build3998081543/b1060/_pkg_.a
2025-08-20T22:43:00.1910787Z [00:04:41.842]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:43:00.1911742Z [00:04:41.842]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:43:00.1912471Z [00:04:41.842]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:43:00.1913091Z [00:04:41.842]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:43:00.1913697Z [00:04:41.842]➜  packagefile github.com/apache/iceberg-go/catalog=/tmp/go-build3998081543/b1220/_pkg_.a
2025-08-20T22:43:00.1914350Z [00:04:41.842]➜  packagefile github.com/apache/iceberg-go/catalog/glue=/tmp/go-build3998081543/b1261/_pkg_.a
2025-08-20T22:43:00.1915013Z [00:04:41.842]➜  packagefile github.com/apache/iceberg-go/catalog/rest=/tmp/go-build3998081543/b1270/_pkg_.a
2025-08-20T22:43:00.1915940Z [00:04:41.842]➜  packagefile github.com/apache/iceberg-go/catalog/sql=/tmp/go-build3998081543/b1271/_pkg_.a
2025-08-20T22:43:00.1916578Z [00:04:41.842]➜  packagefile github.com/apache/iceberg-go/table=/tmp/go-build3998081543/b1222/_pkg_.a
2025-08-20T22:43:00.1917207Z [00:04:41.842]➜  packagefile github.com/apache/iceberg-go/utils=/tmp/go-build3998081543/b1084/_pkg_.a
2025-08-20T22:43:00.1917805Z [00:04:41.842]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:43:00.1918401Z [00:04:41.842]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3998081543/b540/_pkg_.a
2025-08-20T22:43:00.1919031Z [00:04:41.842]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3998081543/b542/_pkg_.a
2025-08-20T22:43:00.1919686Z [00:04:41.842]➜  packagefile github.com/aws/aws-sdk-go-v2/service/athena=/tmp/go-build3998081543/b1299/_pkg_.a
2025-08-20T22:43:00.1920375Z [00:04:41.842]➜  packagefile github.com/aws/aws-sdk-go-v2/service/athena/types=/tmp/go-build3998081543/b1301/_pkg_.a
2025-08-20T22:43:00.1921045Z [00:04:41.842]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3998081543/b576/_pkg_.a
2025-08-20T22:43:00.1921919Z [00:04:41.842]➜  packagefile github.com/databricks/databricks-sql-go=/tmp/go-build3998081543/b1302/_pkg_.a
2025-08-20T22:43:00.1922630Z [00:04:41.842]➜  packagefile github.com/databricks/databricks-sql-go/driverctx=/tmp/go-build3998081543/b1313/_pkg_.a
2025-08-20T22:43:00.1923346Z [00:04:41.842]➜  packagefile github.com/databricks/databricks-sql-go/logger=/tmp/go-build3998081543/b1322/_pkg_.a
2025-08-20T22:43:00.1923982Z [00:04:41.842]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3998081543/b586/_pkg_.a
2025-08-20T22:43:00.1924683Z [00:04:41.842]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build3998081543/b1351/_pkg_.a
2025-08-20T22:43:00.1925517Z [00:04:41.842]➜  packagefile github.com/exasol/exasol-driver-go=/tmp/go-build3998081543/b2072/_pkg_.a
2025-08-20T22:43:00.1926178Z [00:04:41.842]➜  packagefile github.com/fatih/color=/tmp/go-build3998081543/b183/_pkg_.a
2025-08-20T22:43:00.1926733Z [00:04:41.842]➜  packagefile github.com/flarco/bigquery=/tmp/go-build3998081543/b2085/_pkg_.a
2025-08-20T22:43:00.1927279Z [00:04:41.842]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:43:00.1927809Z [00:04:41.842]➜  packagefile github.com/flarco/g/csv=/tmp/go-build3998081543/b587/_pkg_.a
2025-08-20T22:43:00.1928342Z [00:04:41.842]➜  packagefile github.com/flarco/g/net=/tmp/go-build3998081543/b292/_pkg_.a
2025-08-20T22:43:00.1928895Z [00:04:41.842]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3998081543/b2093/_pkg_.a
2025-08-20T22:43:00.1929445Z [00:04:41.842]➜  packagefile github.com/gobwas/glob=/tmp/go-build3998081543/b305/_pkg_.a
2025-08-20T22:43:00.1929973Z [00:04:41.842]➜  packagefile github.com/jmoiron/sqlx=/tmp/go-build3998081543/b590/_pkg_.a
2025-08-20T22:43:00.1930493Z [00:04:41.842]➜  packagefile github.com/lib/pq=/tmp/go-build3998081543/b2096/_pkg_.a
2025-08-20T22:43:00.1931031Z [00:04:41.842]➜  packagefile github.com/mattn/go-sqlite3=/tmp/go-build3998081543/b2099/_pkg_.a
2025-08-20T22:43:00.1931835Z [00:04:41.842]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build3998081543/b2100/_pkg_.a
2025-08-20T22:43:00.1932537Z [00:04:41.842]➜  packagefile github.com/microsoft/go-mssqldb/azuread=/tmp/go-build3998081543/b2116/_pkg_.a
2025-08-20T22:43:00.1933312Z [00:04:41.842]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/krb5=/tmp/go-build3998081543/b2117/_pkg_.a
2025-08-20T22:43:00.1933996Z [00:04:41.842]➜  packagefile github.com/orcaman/concurrent-map/v2=/tmp/go-build3998081543/b260/_pkg_.a
2025-08-20T22:43:00.1934647Z [00:04:41.842]➜  packagefile github.com/prometheus/client_golang/api=/tmp/go-build3998081543/b2159/_pkg_.a
2025-08-20T22:43:00.1935557Z [00:04:41.842]➜  packagefile github.com/prometheus/client_golang/api/prometheus/v1=/tmp/go-build3998081543/b2160/_pkg_.a
2025-08-20T22:43:00.1936319Z [00:04:41.842]➜  packagefile github.com/prometheus/common/config=/tmp/go-build3998081543/b2163/_pkg_.a
2025-08-20T22:43:00.1936943Z [00:04:41.842]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3998081543/b2161/_pkg_.a
2025-08-20T22:43:00.1937565Z [00:04:41.842]➜  packagefile github.com/psanford/sqlite3vfs=/tmp/go-build3998081543/b2178/_pkg_.a
2025-08-20T22:43:00.1938176Z [00:04:41.842]➜  packagefile github.com/psanford/sqlite3vfshttp=/tmp/go-build3998081543/b2179/_pkg_.a
2025-08-20T22:43:00.1938741Z [00:04:41.842]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:43:00.1939292Z [00:04:41.842]➜  packagefile github.com/shopspring/decimal=/tmp/go-build3998081543/b652/_pkg_.a
2025-08-20T22:43:00.1939863Z [00:04:41.842]➜  packagefile github.com/sijms/go-ora/v2=/tmp/go-build3998081543/b2180/_pkg_.a
2025-08-20T22:43:00.1940480Z [00:04:41.842]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio=/tmp/go-build3998081543/b302/_pkg_.a
2025-08-20T22:43:00.1941182Z [00:04:41.842]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/filesys=/tmp/go-build3998081543/b2195/_pkg_.a
2025-08-20T22:43:00.1941902Z [00:04:41.842]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/iop=/tmp/go-build3998081543/b342/_pkg_.a
2025-08-20T22:43:00.1942873Z [00:04:41.842]➜  packagefile github.com/slingdata-io/sling-cli/core/env=/tmp/go-build3998081543/b653/_pkg_.a
2025-08-20T22:43:00.1943514Z [00:04:41.842]➜  packagefile github.com/snowflakedb/gosnowflake=/tmp/go-build3998081543/b2204/_pkg_.a
2025-08-20T22:43:00.1944082Z [00:04:41.842]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:43:00.1944771Z [00:04:41.842]➜  packagefile github.com/timeplus-io/proton-go-driver/v2=/tmp/go-build3998081543/b2230/_pkg_.a
2025-08-20T22:43:00.1945629Z [00:04:41.842]➜  packagefile github.com/trinodb/trino-go-client/trino=/tmp/go-build3998081543/b2242/_pkg_.a
2025-08-20T22:43:00.1946269Z [00:04:41.842]➜  packagefile github.com/xo/dburl=/tmp/go-build3998081543/b2245/_pkg_.a
2025-08-20T22:43:00.1946806Z [00:04:41.842]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build3998081543/b2246/_pkg_.a
2025-08-20T22:43:00.1947382Z [00:04:41.842]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:43:00.1948028Z [00:04:41.842]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:43:00.1948654Z [00:04:41.842]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build3998081543/b2248/_pkg_.a
2025-08-20T22:43:00.1949283Z [00:04:41.842]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3998081543/b2265/_pkg_.a
2025-08-20T22:43:00.1949952Z [00:04:41.842]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3998081543/b2255/_pkg_.a
2025-08-20T22:43:00.1950560Z [00:04:41.842]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:43:00.1951153Z [00:04:41.842]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3998081543/b667/_pkg_.a
2025-08-20T22:43:00.1951737Z [00:04:41.842]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:43:00.1952508Z [00:04:41.842]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:43:00.1953164Z [00:04:41.842]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:43:00.1953746Z [00:04:41.842]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3998081543/b281/_pkg_.a
2025-08-20T22:43:00.1954265Z [00:04:41.842]➜  packagefile gorm.io/driver/postgres=/tmp/go-build3998081543/b2292/_pkg_.a
2025-08-20T22:43:00.1954795Z [00:04:41.842]➜  packagefile gorm.io/driver/sqlite=/tmp/go-build3998081543/b2320/_pkg_.a
2025-08-20T22:43:00.1955290Z [00:04:41.842]➜  packagefile gorm.io/gorm=/tmp/go-build3998081543/b2312/_pkg_.a
2025-08-20T22:43:00.1955896Z [00:04:41.842]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:43:00.1956311Z [00:04:41.842]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:43:00.1956723Z [00:04:41.842]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:43:00.1957146Z [00:04:41.842]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:43:00.1957576Z [00:04:41.842]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:43:00.1957997Z [00:04:41.842]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:43:00.1958431Z [00:04:41.842]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:43:00.1958838Z [00:04:41.842]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:43:00.1959253Z [00:04:41.842]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:43:00.1959676Z [00:04:41.842]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:43:00.1960118Z [00:04:41.842]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:43:00.1960567Z [00:04:41.842]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:43:00.1960992Z [00:04:41.842]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:43:00.1961415Z [00:04:41.842]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:43:00.1962075Z [00:04:41.842]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:43:00.1962515Z [00:04:41.842]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:43:00.1962933Z [00:04:41.842]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:43:00.1963360Z [00:04:41.842]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:43:00.1963777Z [00:04:41.842]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:43:00.1964294Z [00:04:41.842]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:43:00.1964797Z [00:04:41.842]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:43:00.1965217Z [00:04:41.842]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:43:00.1965835Z [00:04:41.842]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:43:00.1966163Z [00:04:41.842]➜  EOF
2025-08-20T22:43:00.1976092Z [00:04:41.842]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b762/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database=>github.com/slingdata-io/sling-cli/core/dbio/database;$WORK/b762=>" -p github.com/slingdata-io/sling-cli/core/dbio/database -lang=go1.24 -complete -installsuffix shared -buildid jW08eGvafNsoYepGDqsi/jW08eGvafNsoYepGDqsi -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b762/importcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/analyzer.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_athena.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_azuretable.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_bigquery.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_bigtable.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_clickhouse.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_d1.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_databricks.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_duckdb.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_duckdb_unix.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_ducklake.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_elasticsearch.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_exasol.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_iceberg.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_mongo.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_mysql.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_oracle.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_postgres.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_prometheus.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_proton.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_redshift.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_snowflake.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_sqlite.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_sqlserver.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_starrocks.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_trino.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/dbx.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/schemata.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/transaction.go
2025-08-20T22:43:02.2439982Z [00:04:43.896]➜  go tool buildid -w $WORK/b762/_pkg_.a # internal
2025-08-20T22:43:02.2894384Z [00:04:43.942]➜  cp $WORK/b762/_pkg_.a /root/.cache/go-build/ba/babb5a8c769c2fb2a97df32e552dd6a094bd49fcdfa85c7897082c934bcee7c8-d # internal
2025-08-20T22:43:02.2896134Z [00:04:43.942]➜  github.com/slingdata-io/sling-cli/core/dbio/connection
2025-08-20T22:43:02.2896528Z [00:04:43.942]➜  mkdir -p $WORK/b304/
2025-08-20T22:43:02.2896920Z [00:04:43.942]➜  cat >/tmp/go-build3998081543/b304/importcfg << 'EOF' # internal
2025-08-20T22:43:02.2897633Z [00:04:43.942]➜  # import config
2025-08-20T22:43:02.2897988Z [00:04:43.942]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:43:02.2898464Z [00:04:43.942]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:43:02.2898958Z [00:04:43.942]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:43:02.2899403Z [00:04:43.942]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:43:02.2899816Z [00:04:43.942]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:43:02.2900420Z [00:04:43.942]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:43:02.2901009Z [00:04:43.942]➜  packagefile github.com/flarco/g/net=/tmp/go-build3998081543/b292/_pkg_.a
2025-08-20T22:43:02.2901540Z [00:04:43.942]➜  packagefile github.com/gobwas/glob=/tmp/go-build3998081543/b305/_pkg_.a
2025-08-20T22:43:02.2902236Z [00:04:43.942]➜  packagefile github.com/orcaman/concurrent-map/v2=/tmp/go-build3998081543/b260/_pkg_.a
2025-08-20T22:43:02.2902824Z [00:04:43.942]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:43:02.2903429Z [00:04:43.942]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio=/tmp/go-build3998081543/b302/_pkg_.a
2025-08-20T22:43:02.2904119Z [00:04:43.942]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/api=/tmp/go-build3998081543/b313/_pkg_.a
2025-08-20T22:43:02.2904840Z [00:04:43.942]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/database=/tmp/go-build3998081543/b762/_pkg_.a
2025-08-20T22:43:02.2905863Z [00:04:43.942]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/filesys=/tmp/go-build3998081543/b2195/_pkg_.a
2025-08-20T22:43:02.2906641Z [00:04:43.942]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/iop=/tmp/go-build3998081543/b342/_pkg_.a
2025-08-20T22:43:02.2907321Z [00:04:43.942]➜  packagefile github.com/slingdata-io/sling-cli/core/env=/tmp/go-build3998081543/b653/_pkg_.a
2025-08-20T22:43:02.2908144Z [00:04:43.942]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:43:02.2908744Z [00:04:43.942]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3998081543/b288/_pkg_.a
2025-08-20T22:43:02.2909270Z [00:04:43.942]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:43:02.2909682Z [00:04:43.942]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:43:02.2910099Z [00:04:43.942]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:43:02.2910512Z [00:04:43.942]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:43:02.2910959Z [00:04:43.942]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:43:02.2911381Z [00:04:43.942]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:43:02.2911801Z [00:04:43.942]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:43:02.2912106Z [00:04:43.942]➜  EOF
2025-08-20T22:43:02.2914691Z [00:04:43.943]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b304/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection=>github.com/slingdata-io/sling-cli/core/dbio/connection;$WORK/b304=>" -p github.com/slingdata-io/sling-cli/core/dbio/connection -lang=go1.24 -complete -installsuffix shared -buildid J7kIq16KtqTJS5fp0VfF/J7kIq16KtqTJS5fp0VfF -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b304/importcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection_discover.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection_local.go
2025-08-20T22:43:02.7194054Z [00:04:44.372]➜  go tool buildid -w $WORK/b304/_pkg_.a # internal
2025-08-20T22:43:02.7274224Z [00:04:44.380]➜  cp $WORK/b304/_pkg_.a /root/.cache/go-build/ac/ac0819f8e2b3c2e61fef93c967c485c0c8db1959a44351014fa621f8015fd910-d # internal
2025-08-20T22:43:02.7277655Z [00:04:44.380]➜  github.com/slingdata-io/sling-cli/core/sling
2025-08-20T22:43:02.7278020Z [00:04:44.380]➜  mkdir -p $WORK/b2321/
2025-08-20T22:43:02.7281561Z [00:04:44.381]➜  cat >/tmp/go-build3998081543/b2321/importcfg << 'EOF' # internal
2025-08-20T22:43:02.7282833Z [00:04:44.381]➜  # import config
2025-08-20T22:43:02.7283189Z [00:04:44.381]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:43:02.7283610Z [00:04:44.381]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:43:02.7284032Z [00:04:44.381]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:43:02.7284675Z [00:04:44.381]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:43:02.7285254Z [00:04:44.381]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:43:02.7286017Z [00:04:44.381]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:43:02.7286519Z [00:04:44.381]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3998081543/b586/_pkg_.a
2025-08-20T22:43:02.7287062Z [00:04:44.381]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:43:02.7287834Z [00:04:44.381]➜  packagefile github.com/flarco/g/net=/tmp/go-build3998081543/b292/_pkg_.a
2025-08-20T22:43:02.7288380Z [00:04:44.381]➜  packagefile github.com/gobwas/glob=/tmp/go-build3998081543/b305/_pkg_.a
2025-08-20T22:43:02.7288934Z [00:04:44.381]➜  packagefile github.com/json-iterator/go=/tmp/go-build3998081543/b257/_pkg_.a
2025-08-20T22:43:02.7289472Z [00:04:44.381]➜  packagefile github.com/nqd/flat=/tmp/go-build3998081543/b607/_pkg_.a
2025-08-20T22:43:02.7289988Z [00:04:44.381]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:43:02.7290528Z [00:04:44.381]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build3998081543/b651/_pkg_.a
2025-08-20T22:43:02.7291115Z [00:04:44.381]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/tmp/go-build3998081543/b295/_pkg_.a
2025-08-20T22:43:02.7291722Z [00:04:44.381]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build3998081543/b298/_pkg_.a
2025-08-20T22:43:02.7292357Z [00:04:44.381]➜  packagefile github.com/slingdata-io/sling-cli/core=/tmp/go-build3998081543/b301/_pkg_.a
2025-08-20T22:43:02.7293125Z [00:04:44.381]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio=/tmp/go-build3998081543/b302/_pkg_.a
2025-08-20T22:43:02.7293879Z [00:04:44.381]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/api=/tmp/go-build3998081543/b313/_pkg_.a
2025-08-20T22:43:02.7294614Z [00:04:44.381]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/connection=/tmp/go-build3998081543/b304/_pkg_.a
2025-08-20T22:43:02.7295544Z [00:04:44.381]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/database=/tmp/go-build3998081543/b762/_pkg_.a
2025-08-20T22:43:02.7296342Z [00:04:44.381]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/filesys=/tmp/go-build3998081543/b2195/_pkg_.a
2025-08-20T22:43:02.7297059Z [00:04:44.381]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/iop=/tmp/go-build3998081543/b342/_pkg_.a
2025-08-20T22:43:02.7297738Z [00:04:44.381]➜  packagefile github.com/slingdata-io/sling-cli/core/env=/tmp/go-build3998081543/b653/_pkg_.a
2025-08-20T22:43:02.7298337Z [00:04:44.381]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:43:02.7298869Z [00:04:44.381]➜  packagefile gopkg.in/cheggaaa/pb.v2=/tmp/go-build3998081543/b2322/_pkg_.a
2025-08-20T22:43:02.7299383Z [00:04:44.381]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3998081543/b288/_pkg_.a
2025-08-20T22:43:02.7299827Z [00:04:44.381]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:43:02.7300399Z [00:04:44.381]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:43:02.7300863Z [00:04:44.381]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:43:02.7301319Z [00:04:44.381]➜  packagefile net/http/pprof=/tmp/go-build3998081543/b2329/_pkg_.a
2025-08-20T22:43:02.7301771Z [00:04:44.381]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:43:02.7302182Z [00:04:44.381]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:43:02.7302794Z [00:04:44.381]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:43:02.7303220Z [00:04:44.381]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:43:02.7303668Z [00:04:44.381]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:43:02.7304114Z [00:04:44.381]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:43:02.7304532Z [00:04:44.381]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:43:02.7304844Z [00:04:44.381]➜  EOF
2025-08-20T22:43:02.7309755Z [00:04:44.381]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2321/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling=>github.com/slingdata-io/sling-cli/core/sling;$WORK/b2321=>" -p github.com/slingdata-io/sling-cli/core/sling -lang=go1.24 -complete -installsuffix shared -buildid 427nC6Emt88c6huEf1EU/427nC6Emt88c6huEf1EU -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2321/importcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/config.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/hooks.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/http.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/pbar.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/pipeline.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/project.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/replication.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/sling.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_func.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_run.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_run_read.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_run_write.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_state.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/types.go
2025-08-20T22:43:03.5641301Z [00:04:45.216]➜  go tool buildid -w $WORK/b2321/_pkg_.a # internal
2025-08-20T22:43:03.5761770Z [00:04:45.229]➜  cp $WORK/b2321/_pkg_.a /root/.cache/go-build/2c/2c87b7c0d40712f89b5352bbbc82ae3392c0e4ea48d62dcd47e65c6fa8131121-d # internal
2025-08-20T22:43:03.5763125Z [00:04:45.229]➜  github.com/slingdata-io/sling-cli/core/store
2025-08-20T22:43:03.5763783Z [00:04:45.229]➜  mkdir -p $WORK/b2331/
2025-08-20T22:43:03.5765932Z [00:04:45.229]➜  cat >/tmp/go-build3998081543/b2331/importcfg << 'EOF' # internal
2025-08-20T22:43:03.5766313Z [00:04:45.229]➜  # import config
2025-08-20T22:43:03.5766705Z [00:04:45.229]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:43:03.5767334Z [00:04:45.229]➜  packagefile github.com/denisbrodbeck/machineid=/tmp/go-build3998081543/b2332/_pkg_.a
2025-08-20T22:43:03.5767903Z [00:04:45.229]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:43:03.5768429Z [00:04:45.229]➜  packagefile github.com/jmoiron/sqlx=/tmp/go-build3998081543/b590/_pkg_.a
2025-08-20T22:43:03.5769027Z [00:04:45.229]➜  packagefile github.com/orcaman/concurrent-map/v2=/tmp/go-build3998081543/b260/_pkg_.a
2025-08-20T22:43:03.5769678Z [00:04:45.229]➜  packagefile github.com/slingdata-io/sling-cli/core=/tmp/go-build3998081543/b301/_pkg_.a
2025-08-20T22:43:03.5770392Z [00:04:45.229]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/connection=/tmp/go-build3998081543/b304/_pkg_.a
2025-08-20T22:43:03.5771147Z [00:04:45.229]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/database=/tmp/go-build3998081543/b762/_pkg_.a
2025-08-20T22:43:03.5771844Z [00:04:45.229]➜  packagefile github.com/slingdata-io/sling-cli/core/env=/tmp/go-build3998081543/b653/_pkg_.a
2025-08-20T22:43:03.5772767Z [00:04:45.229]➜  packagefile github.com/slingdata-io/sling-cli/core/sling=/tmp/go-build3998081543/b2321/_pkg_.a
2025-08-20T22:43:03.5773433Z [00:04:45.229]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:43:03.5773928Z [00:04:45.229]➜  packagefile gorm.io/gorm=/tmp/go-build3998081543/b2312/_pkg_.a
2025-08-20T22:43:03.5774417Z [00:04:45.229]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3998081543/b2315/_pkg_.a
2025-08-20T22:43:03.5775067Z [00:04:45.229]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:43:03.5775751Z [00:04:45.229]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:43:03.5776209Z [00:04:45.229]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:43:03.5776521Z [00:04:45.229]➜  EOF
2025-08-20T22:43:03.5778529Z [00:04:45.229]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b2331/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/core/store=>github.com/slingdata-io/sling-cli/core/store;$WORK/b2331=>" -p github.com/slingdata-io/sling-cli/core/store -lang=go1.24 -complete -installsuffix shared -buildid 64wmCYvLKPWPivZa94P8/64wmCYvLKPWPivZa94P8 -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b2331/importcfg -pack /tmp/tmp.1skgbcPykl/TEMPREPO/core/store/db.go /tmp/tmp.1skgbcPykl/TEMPREPO/core/store/store.go
2025-08-20T22:43:03.7440873Z [00:04:45.396]➜  go tool buildid -w $WORK/b2331/_pkg_.a # internal
2025-08-20T22:43:03.7498964Z [00:04:45.402]➜  cp $WORK/b2331/_pkg_.a /root/.cache/go-build/80/80dec5130b02e7da116f5b954464066608eebac181eee0a3fcbc052e3c3a188d-d # internal
2025-08-20T22:43:03.7503291Z [00:04:45.403]➜  github.com/slingdata-io/sling-cli/cmd/sling
2025-08-20T22:43:03.7503664Z [00:04:45.403]➜  mkdir -p $WORK/b001/
2025-08-20T22:43:03.7507032Z [00:04:45.403]➜  cat >/tmp/go-build3998081543/b001/importcfg << 'EOF' # internal
2025-08-20T22:43:03.7508632Z [00:04:45.403]➜  # import config
2025-08-20T22:43:03.7508995Z [00:04:45.403]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:43:03.7509445Z [00:04:45.403]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:43:03.7509868Z [00:04:45.403]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:43:03.7510377Z [00:04:45.403]➜  packagefile github.com/c-bata/go-prompt=/tmp/go-build3998081543/b064/_pkg_.a
2025-08-20T22:43:03.7510914Z [00:04:45.403]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:43:03.7511457Z [00:04:45.403]➜  packagefile github.com/flarco/g/net=/tmp/go-build3998081543/b292/_pkg_.a
2025-08-20T22:43:03.7512244Z [00:04:45.403]➜  packagefile github.com/flarco/g/process=/tmp/go-build3998081543/b293/_pkg_.a
2025-08-20T22:43:03.7512904Z [00:04:45.403]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build3998081543/b187/_pkg_.a
2025-08-20T22:43:03.7513478Z [00:04:45.403]➜  packagefile github.com/integrii/flaggy=/tmp/go-build3998081543/b237/_pkg_.a
2025-08-20T22:43:03.7514039Z [00:04:45.403]➜  packagefile github.com/kardianos/osext=/tmp/go-build3998081543/b300/_pkg_.a
2025-08-20T22:43:03.7514576Z [00:04:45.403]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:43:03.7515145Z [00:04:45.403]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build3998081543/b298/_pkg_.a
2025-08-20T22:43:03.7516157Z [00:04:45.403]➜  packagefile github.com/slingdata-io/sling-cli/core=/tmp/go-build3998081543/b301/_pkg_.a
2025-08-20T22:43:03.7516820Z [00:04:45.403]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio=/tmp/go-build3998081543/b302/_pkg_.a
2025-08-20T22:43:03.7517566Z [00:04:45.403]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/connection=/tmp/go-build3998081543/b304/_pkg_.a
2025-08-20T22:43:03.7518312Z [00:04:45.403]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/database=/tmp/go-build3998081543/b762/_pkg_.a
2025-08-20T22:43:03.7519010Z [00:04:45.403]➜  packagefile github.com/slingdata-io/sling-cli/core/env=/tmp/go-build3998081543/b653/_pkg_.a
2025-08-20T22:43:03.7519960Z [00:04:45.403]➜  packagefile github.com/slingdata-io/sling-cli/core/sling=/tmp/go-build3998081543/b2321/_pkg_.a
2025-08-20T22:43:03.7520714Z [00:04:45.403]➜  packagefile github.com/slingdata-io/sling-cli/core/store=/tmp/go-build3998081543/b2331/_pkg_.a
2025-08-20T22:43:03.7521317Z [00:04:45.403]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:43:03.7521823Z [00:04:45.403]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3998081543/b288/_pkg_.a
2025-08-20T22:43:03.7522528Z [00:04:45.403]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:43:03.7522955Z [00:04:45.403]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:43:03.7523376Z [00:04:45.403]➜  packagefile os/signal=/tmp/go-build3998081543/b082/_pkg_.a
2025-08-20T22:43:03.7523801Z [00:04:45.403]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:43:03.7524244Z [00:04:45.403]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:43:03.7524699Z [00:04:45.403]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:43:03.7525144Z [00:04:45.403]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:43:03.7525853Z [00:04:45.403]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:43:03.7526285Z [00:04:45.403]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:43:03.7526704Z [00:04:45.403]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:43:03.7527385Z [00:04:45.403]➜  packagefile runtime/cgo=/tmp/go-build3998081543/b087/_pkg_.a
2025-08-20T22:43:03.7527801Z [00:04:45.403]➜  EOF
2025-08-20T22:43:03.7528189Z [00:04:45.403]➜  cat >/tmp/go-build3998081543/b001/embedcfg << 'EOF' # internal
2025-08-20T22:43:03.7528512Z [00:04:45.403]➜  {
2025-08-20T22:43:03.7528726Z [00:04:45.403]➜  	"Patterns": {
2025-08-20T22:43:03.7528968Z [00:04:45.403]➜  		"resource/*": [
2025-08-20T22:43:03.7529239Z [00:04:45.403]➜  			"resource/examples.sh",
2025-08-20T22:43:03.7529547Z [00:04:45.403]➜  			"resource/llm_API_SPEC.md",
2025-08-20T22:43:03.7529835Z [00:04:45.403]➜  			"resource/mcp.yaml"
2025-08-20T22:43:03.7530075Z [00:04:45.403]➜  		]
2025-08-20T22:43:03.7530279Z [00:04:45.403]➜  	},
2025-08-20T22:43:03.7530481Z [00:04:45.403]➜  	"Files": {
2025-08-20T22:43:03.7530923Z [00:04:45.403]➜  		"resource/examples.sh": "/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource/examples.sh",
2025-08-20T22:43:03.7531567Z [00:04:45.403]➜  		"resource/llm_API_SPEC.md": "/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource/llm_API_SPEC.md",
2025-08-20T22:43:03.7532199Z [00:04:45.403]➜  		"resource/mcp.yaml": "/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource/mcp.yaml"
2025-08-20T22:43:03.7532584Z [00:04:45.403]➜  	}
2025-08-20T22:43:03.7532783Z [00:04:45.403]➜  }EOF
2025-08-20T22:43:03.7534694Z [00:04:45.403]➜  /root/.go/pkg/tool/linux_arm64/compile -o $WORK/b001/_pkg_.a -trimpath "/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling=>github.com/slingdata-io/sling-cli/cmd/sling;$WORK/b001=>" -p main -lang=go1.24 -complete -installsuffix shared -buildid Xi1LwIfcKiXp1Y-PUJOc/Xi1LwIfcKiXp1Y-PUJOc -goversion go1.25.0 -c=4 -shared -nolocalimports -importcfg $WORK/b001/importcfg -embedcfg $WORK/b001/embedcfg -pack ./sling_cli.go ./sling_cloud.go ./sling_conns.go ./sling_prompt.go ./sling_run.go ./sling_update.go
2025-08-20T22:43:03.9709724Z [00:04:45.623]➜  go tool buildid -w $WORK/b001/_pkg_.a # internal
2025-08-20T22:43:03.9758916Z [00:04:45.628]➜  cp $WORK/b001/_pkg_.a /root/.cache/go-build/43/439256d659017c34fdef4736b0a656525a39c180665029a03590937b92cdb9ac-d # internal
2025-08-20T22:43:03.9807199Z [00:04:45.633]➜  cat >/tmp/go-build3998081543/b001/importcfg.link << 'EOF' # internal
2025-08-20T22:43:03.9809150Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/cmd/sling=/tmp/go-build3998081543/b001/_pkg_.a
2025-08-20T22:43:03.9810721Z [00:04:45.633]➜  packagefile context=/tmp/go-build3998081543/b002/_pkg_.a
2025-08-20T22:43:03.9814341Z [00:04:45.633]➜  packagefile embed=/tmp/go-build3998081543/b047/_pkg_.a
2025-08-20T22:43:03.9814989Z [00:04:45.633]➜  packagefile fmt=/tmp/go-build3998081543/b052/_pkg_.a
2025-08-20T22:43:03.9815742Z [00:04:45.633]➜  packagefile github.com/c-bata/go-prompt=/tmp/go-build3998081543/b064/_pkg_.a
2025-08-20T22:43:03.9816322Z [00:04:45.633]➜  packagefile github.com/flarco/g=/tmp/go-build3998081543/b083/_pkg_.a
2025-08-20T22:43:03.9816858Z [00:04:45.633]➜  packagefile github.com/flarco/g/net=/tmp/go-build3998081543/b292/_pkg_.a
2025-08-20T22:43:03.9817648Z [00:04:45.633]➜  packagefile github.com/flarco/g/process=/tmp/go-build3998081543/b293/_pkg_.a
2025-08-20T22:43:03.9818241Z [00:04:45.633]➜  packagefile github.com/getsentry/sentry-go=/tmp/go-build3998081543/b187/_pkg_.a
2025-08-20T22:43:03.9818814Z [00:04:45.633]➜  packagefile github.com/integrii/flaggy=/tmp/go-build3998081543/b237/_pkg_.a
2025-08-20T22:43:03.9819371Z [00:04:45.633]➜  packagefile github.com/kardianos/osext=/tmp/go-build3998081543/b300/_pkg_.a
2025-08-20T22:43:03.9819913Z [00:04:45.633]➜  packagefile github.com/samber/lo=/tmp/go-build3998081543/b263/_pkg_.a
2025-08-20T22:43:03.9820477Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v3/mem=/tmp/go-build3998081543/b298/_pkg_.a
2025-08-20T22:43:03.9821104Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core=/tmp/go-build3998081543/b301/_pkg_.a
2025-08-20T22:43:03.9821758Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio=/tmp/go-build3998081543/b302/_pkg_.a
2025-08-20T22:43:03.9822714Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/connection=/tmp/go-build3998081543/b304/_pkg_.a
2025-08-20T22:43:03.9823551Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/database=/tmp/go-build3998081543/b762/_pkg_.a
2025-08-20T22:43:03.9824307Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core/env=/tmp/go-build3998081543/b653/_pkg_.a
2025-08-20T22:43:03.9824983Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core/sling=/tmp/go-build3998081543/b2321/_pkg_.a
2025-08-20T22:43:03.9825854Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core/store=/tmp/go-build3998081543/b2331/_pkg_.a
2025-08-20T22:43:03.9826463Z [00:04:45.633]➜  packagefile github.com/spf13/cast=/tmp/go-build3998081543/b275/_pkg_.a
2025-08-20T22:43:03.9826972Z [00:04:45.633]➜  packagefile gopkg.in/yaml.v2=/tmp/go-build3998081543/b288/_pkg_.a
2025-08-20T22:43:03.9827432Z [00:04:45.633]➜  packagefile net/http=/tmp/go-build3998081543/b190/_pkg_.a
2025-08-20T22:43:03.9827887Z [00:04:45.633]➜  packagefile os=/tmp/go-build3998081543/b058/_pkg_.a
2025-08-20T22:43:03.9828314Z [00:04:45.633]➜  packagefile os/signal=/tmp/go-build3998081543/b082/_pkg_.a
2025-08-20T22:43:03.9828741Z [00:04:45.633]➜  packagefile path=/tmp/go-build3998081543/b050/_pkg_.a
2025-08-20T22:43:03.9829183Z [00:04:45.633]➜  packagefile path/filepath=/tmp/go-build3998081543/b088/_pkg_.a
2025-08-20T22:43:03.9829667Z [00:04:45.633]➜  packagefile runtime=/tmp/go-build3998081543/b009/_pkg_.a
2025-08-20T22:43:03.9830121Z [00:04:45.633]➜  packagefile runtime/debug=/tmp/go-build3998081543/b236/_pkg_.a
2025-08-20T22:43:03.9830568Z [00:04:45.633]➜  packagefile strings=/tmp/go-build3998081543/b070/_pkg_.a
2025-08-20T22:43:03.9830997Z [00:04:45.633]➜  packagefile syscall=/tmp/go-build3998081543/b041/_pkg_.a
2025-08-20T22:43:03.9831416Z [00:04:45.633]➜  packagefile time=/tmp/go-build3998081543/b037/_pkg_.a
2025-08-20T22:43:03.9831849Z [00:04:45.633]➜  packagefile runtime/cgo=/tmp/go-build3998081543/b087/_pkg_.a
2025-08-20T22:43:03.9832298Z [00:04:45.633]➜  packagefile errors=/tmp/go-build3998081543/b003/_pkg_.a
2025-08-20T22:43:03.9832778Z [00:04:45.633]➜  packagefile internal/reflectlite=/tmp/go-build3998081543/b004/_pkg_.a
2025-08-20T22:43:03.9833243Z [00:04:45.633]➜  packagefile sync=/tmp/go-build3998081543/b033/_pkg_.a
2025-08-20T22:43:03.9833679Z [00:04:45.633]➜  packagefile sync/atomic=/tmp/go-build3998081543/b035/_pkg_.a
2025-08-20T22:43:03.9834155Z [00:04:45.633]➜  packagefile internal/bytealg=/tmp/go-build3998081543/b010/_pkg_.a
2025-08-20T22:43:03.9834883Z [00:04:45.633]➜  packagefile internal/stringslite=/tmp/go-build3998081543/b031/_pkg_.a
2025-08-20T22:43:03.9835701Z [00:04:45.633]➜  packagefile io=/tmp/go-build3998081543/b048/_pkg_.a
2025-08-20T22:43:03.9836175Z [00:04:45.633]➜  packagefile io/fs=/tmp/go-build3998081543/b049/_pkg_.a
2025-08-20T22:43:03.9836631Z [00:04:45.633]➜  packagefile internal/fmtsort=/tmp/go-build3998081543/b053/_pkg_.a
2025-08-20T22:43:03.9837081Z [00:04:45.633]➜  packagefile math=/tmp/go-build3998081543/b055/_pkg_.a
2025-08-20T22:43:03.9837699Z [00:04:45.633]➜  packagefile reflect=/tmp/go-build3998081543/b054/_pkg_.a
2025-08-20T22:43:03.9838126Z [00:04:45.633]➜  packagefile slices=/tmp/go-build3998081543/b044/_pkg_.a
2025-08-20T22:43:03.9838552Z [00:04:45.633]➜  packagefile strconv=/tmp/go-build3998081543/b056/_pkg_.a
2025-08-20T22:43:03.9838997Z [00:04:45.633]➜  packagefile unicode/utf8=/tmp/go-build3998081543/b051/_pkg_.a
2025-08-20T22:43:03.9839432Z [00:04:45.633]➜  packagefile bytes=/tmp/go-build3998081543/b065/_pkg_.a
2025-08-20T22:43:03.9839993Z [00:04:45.633]➜  packagefile github.com/c-bata/go-prompt/internal/bisect=/tmp/go-build3998081543/b066/_pkg_.a
2025-08-20T22:43:03.9840657Z [00:04:45.633]➜  packagefile github.com/c-bata/go-prompt/internal/debug=/tmp/go-build3998081543/b068/_pkg_.a
2025-08-20T22:43:03.9841324Z [00:04:45.633]➜  packagefile github.com/c-bata/go-prompt/internal/strings=/tmp/go-build3998081543/b073/_pkg_.a
2025-08-20T22:43:03.9842192Z [00:04:45.633]➜  packagefile github.com/c-bata/go-prompt/internal/term=/tmp/go-build3998081543/b074/_pkg_.a
2025-08-20T22:43:03.9842870Z [00:04:45.633]➜  packagefile github.com/mattn/go-runewidth=/tmp/go-build3998081543/b078/_pkg_.a
2025-08-20T22:43:03.9843472Z [00:04:45.633]➜  packagefile golang.org/x/sys/unix=/tmp/go-build3998081543/b076/_pkg_.a
2025-08-20T22:43:03.9843959Z [00:04:45.633]➜  packagefile archive/tar=/tmp/go-build3998081543/b084/_pkg_.a
2025-08-20T22:43:03.9844395Z [00:04:45.633]➜  packagefile bufio=/tmp/go-build3998081543/b089/_pkg_.a
2025-08-20T22:43:03.9844841Z [00:04:45.633]➜  packagefile compress/gzip=/tmp/go-build3998081543/b090/_pkg_.a
2025-08-20T22:43:03.9845301Z [00:04:45.633]➜  packagefile crypto/aes=/tmp/go-build3998081543/b094/_pkg_.a
2025-08-20T22:43:03.9846005Z [00:04:45.633]➜  packagefile crypto/cipher=/tmp/go-build3998081543/b095/_pkg_.a
2025-08-20T22:43:03.9846466Z [00:04:45.633]➜  packagefile crypto/md5=/tmp/go-build3998081543/b120/_pkg_.a
2025-08-20T22:43:03.9846924Z [00:04:45.633]➜  packagefile crypto/rand=/tmp/go-build3998081543/b121/_pkg_.a
2025-08-20T22:43:03.9847395Z [00:04:45.633]➜  packagefile crypto/sha1=/tmp/go-build3998081543/b124/_pkg_.a
2025-08-20T22:43:03.9847847Z [00:04:45.633]➜  packagefile crypto/tls=/tmp/go-build3998081543/b125/_pkg_.a
2025-08-20T22:43:03.9848351Z [00:04:45.633]➜  packagefile database/sql/driver=/tmp/go-build3998081543/b180/_pkg_.a
2025-08-20T22:43:03.9848852Z [00:04:45.633]➜  packagefile encoding/base64=/tmp/go-build3998081543/b172/_pkg_.a
2025-08-20T22:43:03.9849326Z [00:04:45.633]➜  packagefile encoding/hex=/tmp/go-build3998081543/b170/_pkg_.a
2025-08-20T22:43:03.9849791Z [00:04:45.633]➜  packagefile encoding/json=/tmp/go-build3998081543/b181/_pkg_.a
2025-08-20T22:43:03.9850289Z [00:04:45.633]➜  packagefile github.com/fatih/color=/tmp/go-build3998081543/b183/_pkg_.a
2025-08-20T22:43:03.9850867Z [00:04:45.633]➜  packagefile github.com/flarco/g/sizedwaitgroup=/tmp/go-build3998081543/b186/_pkg_.a
2025-08-20T22:43:03.9851482Z [00:04:45.633]➜  packagefile github.com/jedib0t/go-pretty/table=/tmp/go-build3998081543/b240/_pkg_.a
2025-08-20T22:43:03.9852075Z [00:04:45.633]➜  packagefile github.com/json-iterator/go=/tmp/go-build3998081543/b257/_pkg_.a
2025-08-20T22:43:03.9852677Z [00:04:45.633]➜  packagefile github.com/orcaman/concurrent-map/v2=/tmp/go-build3998081543/b260/_pkg_.a
2025-08-20T22:43:03.9853245Z [00:04:45.633]➜  packagefile github.com/rs/zerolog=/tmp/go-build3998081543/b261/_pkg_.a
2025-08-20T22:43:03.9853813Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v4/cpu=/tmp/go-build3998081543/b265/_pkg_.a
2025-08-20T22:43:03.9854643Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v4/disk=/tmp/go-build3998081543/b270/_pkg_.a
2025-08-20T22:43:03.9855532Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v4/docker=/tmp/go-build3998081543/b271/_pkg_.a
2025-08-20T22:43:03.9856281Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v4/mem=/tmp/go-build3998081543/b272/_pkg_.a
2025-08-20T22:43:03.9856886Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v4/net=/tmp/go-build3998081543/b273/_pkg_.a
2025-08-20T22:43:03.9857737Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v4/process=/tmp/go-build3998081543/b274/_pkg_.a
2025-08-20T22:43:03.9858388Z [00:04:45.633]➜  packagefile github.com/stretchr/testify/assert=/tmp/go-build3998081543/b277/_pkg_.a
2025-08-20T22:43:03.9858982Z [00:04:45.633]➜  packagefile golang.org/x/crypto/pbkdf2=/tmp/go-build3998081543/b285/_pkg_.a
2025-08-20T22:43:03.9859528Z [00:04:45.633]➜  packagefile gopkg.in/gomail.v2=/tmp/go-build3998081543/b286/_pkg_.a
2025-08-20T22:43:03.9859996Z [00:04:45.633]➜  packagefile log=/tmp/go-build3998081543/b071/_pkg_.a
2025-08-20T22:43:03.9860430Z [00:04:45.633]➜  packagefile math/rand=/tmp/go-build3998081543/b123/_pkg_.a
2025-08-20T22:43:03.9860876Z [00:04:45.633]➜  packagefile net=/tmp/go-build3998081543/b173/_pkg_.a
2025-08-20T22:43:03.9861318Z [00:04:45.633]➜  packagefile os/exec=/tmp/go-build3998081543/b231/_pkg_.a
2025-08-20T22:43:03.9861742Z [00:04:45.633]➜  packagefile regexp=/tmp/go-build3998081543/b080/_pkg_.a
2025-08-20T22:43:03.9862355Z [00:04:45.633]➜  packagefile sort=/tmp/go-build3998081543/b067/_pkg_.a
2025-08-20T22:43:03.9862944Z [00:04:45.633]➜  packagefile testing=/tmp/go-build3998081543/b289/_pkg_.a
2025-08-20T22:43:03.9863511Z [00:04:45.633]➜  packagefile text/template=/tmp/go-build3998081543/b238/_pkg_.a
2025-08-20T22:43:03.9863981Z [00:04:45.633]➜  packagefile unicode=/tmp/go-build3998081543/b057/_pkg_.a
2025-08-20T22:43:03.9864409Z [00:04:45.633]➜  packagefile net/url=/tmp/go-build3998081543/b179/_pkg_.a
2025-08-20T22:43:03.9864962Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v3/process=/tmp/go-build3998081543/b294/_pkg_.a
2025-08-20T22:43:03.9865779Z [00:04:45.633]➜  packagefile container/ring=/tmp/go-build3998081543/b188/_pkg_.a
2025-08-20T22:43:03.9866266Z [00:04:45.633]➜  packagefile crypto/x509=/tmp/go-build3998081543/b167/_pkg_.a
2025-08-20T22:43:03.9866852Z [00:04:45.633]➜  packagefile github.com/getsentry/sentry-go/internal/debug=/tmp/go-build3998081543/b189/_pkg_.a
2025-08-20T22:43:03.9867594Z [00:04:45.633]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage=/tmp/go-build3998081543/b208/_pkg_.a
2025-08-20T22:43:03.9868327Z [00:04:45.633]➜  packagefile github.com/getsentry/sentry-go/internal/ratelimit=/tmp/go-build3998081543/b210/_pkg_.a
2025-08-20T22:43:03.9869064Z [00:04:45.633]➜  packagefile github.com/getsentry/sentry-go/internal/traceparser=/tmp/go-build3998081543/b219/_pkg_.a
2025-08-20T22:43:03.9869642Z [00:04:45.633]➜  packagefile go/build=/tmp/go-build3998081543/b220/_pkg_.a
2025-08-20T22:43:03.9870142Z [00:04:45.633]➜  packagefile golang.org/x/sys/execabs=/tmp/go-build3998081543/b235/_pkg_.a
2025-08-20T22:43:03.9870704Z [00:04:45.633]➜  packagefile golang.org/x/exp/constraints=/tmp/go-build3998081543/b264/_pkg_.a
2025-08-20T22:43:03.9871349Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v3/internal/common=/tmp/go-build3998081543/b296/_pkg_.a
2025-08-20T22:43:03.9871974Z [00:04:45.633]➜  packagefile encoding/csv=/tmp/go-build3998081543/b303/_pkg_.a
2025-08-20T22:43:03.9872736Z [00:04:45.633]➜  packagefile github.com/gobwas/glob=/tmp/go-build3998081543/b305/_pkg_.a
2025-08-20T22:43:03.9873366Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/api=/tmp/go-build3998081543/b313/_pkg_.a
2025-08-20T22:43:03.9874087Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/filesys=/tmp/go-build3998081543/b2195/_pkg_.a
2025-08-20T22:43:03.9874888Z [00:04:45.633]➜  packagefile github.com/slingdata-io/sling-cli/core/dbio/iop=/tmp/go-build3998081543/b342/_pkg_.a
2025-08-20T22:43:03.9875790Z [00:04:45.633]➜  packagefile cloud.google.com/go/bigquery=/tmp/go-build3998081543/b763/_pkg_.a
2025-08-20T22:43:03.9876423Z [00:04:45.633]➜  packagefile cloud.google.com/go/bigtable=/tmp/go-build3998081543/b828/_pkg_.a
2025-08-20T22:43:03.9876982Z [00:04:45.633]➜  packagefile cloud.google.com/go/civil=/tmp/go-build3998081543/b794/_pkg_.a
2025-08-20T22:43:03.9877488Z [00:04:45.633]➜  packagefile database/sql=/tmp/go-build3998081543/b344/_pkg_.a
2025-08-20T22:43:03.9877971Z [00:04:45.633]➜  packagefile encoding/pem=/tmp/go-build3998081543/b171/_pkg_.a
2025-08-20T22:43:03.9878546Z [00:04:45.633]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore=/tmp/go-build3998081543/b986/_pkg_.a
2025-08-20T22:43:03.9879249Z [00:04:45.633]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity=/tmp/go-build3998081543/b1009/_pkg_.a
2025-08-20T22:43:03.9879976Z [00:04:45.633]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/data/aztables=/tmp/go-build3998081543/b1042/_pkg_.a
2025-08-20T22:43:03.9880664Z [00:04:45.633]➜  packagefile github.com/ClickHouse/clickhouse-go/v2=/tmp/go-build3998081543/b1045/_pkg_.a
2025-08-20T22:43:03.9881347Z [00:04:45.633]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/chcol=/tmp/go-build3998081543/b1060/_pkg_.a
2025-08-20T22:43:03.9882017Z [00:04:45.633]➜  packagefile github.com/apache/arrow-go/v18/arrow=/tmp/go-build3998081543/b350/_pkg_.a
2025-08-20T22:43:03.9882856Z [00:04:45.633]➜  packagefile github.com/apache/arrow-go/v18/arrow/array=/tmp/go-build3998081543/b375/_pkg_.a
2025-08-20T22:43:03.9883591Z [00:04:45.633]➜  packagefile github.com/apache/arrow-go/v18/arrow/memory=/tmp/go-build3998081543/b356/_pkg_.a
2025-08-20T22:43:03.9884275Z [00:04:45.633]➜  packagefile github.com/apache/iceberg-go=/tmp/go-build3998081543/b1067/_pkg_.a
2025-08-20T22:43:03.9884881Z [00:04:45.633]➜  packagefile github.com/apache/iceberg-go/catalog=/tmp/go-build3998081543/b1220/_pkg_.a
2025-08-20T22:43:03.9885671Z [00:04:45.633]➜  packagefile github.com/apache/iceberg-go/catalog/glue=/tmp/go-build3998081543/b1261/_pkg_.a
2025-08-20T22:43:03.9886388Z [00:04:45.633]➜  packagefile github.com/apache/iceberg-go/catalog/rest=/tmp/go-build3998081543/b1270/_pkg_.a
2025-08-20T22:43:03.9887046Z [00:04:45.633]➜  packagefile github.com/apache/iceberg-go/catalog/sql=/tmp/go-build3998081543/b1271/_pkg_.a
2025-08-20T22:43:03.9887688Z [00:04:45.633]➜  packagefile github.com/apache/iceberg-go/table=/tmp/go-build3998081543/b1222/_pkg_.a
2025-08-20T22:43:03.9888319Z [00:04:45.633]➜  packagefile github.com/apache/iceberg-go/utils=/tmp/go-build3998081543/b1084/_pkg_.a
2025-08-20T22:43:03.9888916Z [00:04:45.633]➜  packagefile github.com/aws/aws-sdk-go-v2/aws=/tmp/go-build3998081543/b315/_pkg_.a
2025-08-20T22:43:03.9889509Z [00:04:45.633]➜  packagefile github.com/aws/aws-sdk-go-v2/config=/tmp/go-build3998081543/b540/_pkg_.a
2025-08-20T22:43:03.9890132Z [00:04:45.633]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials=/tmp/go-build3998081543/b542/_pkg_.a
2025-08-20T22:43:03.9890791Z [00:04:45.633]➜  packagefile github.com/aws/aws-sdk-go-v2/service/athena=/tmp/go-build3998081543/b1299/_pkg_.a
2025-08-20T22:43:03.9891480Z [00:04:45.633]➜  packagefile github.com/aws/aws-sdk-go-v2/service/athena/types=/tmp/go-build3998081543/b1301/_pkg_.a
2025-08-20T22:43:03.9892149Z [00:04:45.633]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts=/tmp/go-build3998081543/b576/_pkg_.a
2025-08-20T22:43:03.9892990Z [00:04:45.633]➜  packagefile github.com/databricks/databricks-sql-go=/tmp/go-build3998081543/b1302/_pkg_.a
2025-08-20T22:43:03.9893690Z [00:04:45.633]➜  packagefile github.com/databricks/databricks-sql-go/driverctx=/tmp/go-build3998081543/b1313/_pkg_.a
2025-08-20T22:43:03.9894402Z [00:04:45.633]➜  packagefile github.com/databricks/databricks-sql-go/logger=/tmp/go-build3998081543/b1322/_pkg_.a
2025-08-20T22:43:03.9895035Z [00:04:45.633]➜  packagefile github.com/dustin/go-humanize=/tmp/go-build3998081543/b586/_pkg_.a
2025-08-20T22:43:03.9896176Z [00:04:45.633]➜  packagefile github.com/elastic/go-elasticsearch/v8=/tmp/go-build3998081543/b1351/_pkg_.a
2025-08-20T22:43:03.9896879Z [00:04:45.633]➜  packagefile github.com/exasol/exasol-driver-go=/tmp/go-build3998081543/b2072/_pkg_.a
2025-08-20T22:43:03.9897476Z [00:04:45.633]➜  packagefile github.com/flarco/bigquery=/tmp/go-build3998081543/b2085/_pkg_.a
2025-08-20T22:43:03.9898026Z [00:04:45.633]➜  packagefile github.com/flarco/g/csv=/tmp/go-build3998081543/b587/_pkg_.a
2025-08-20T22:43:03.9898591Z [00:04:45.633]➜  packagefile github.com/go-sql-driver/mysql=/tmp/go-build3998081543/b2093/_pkg_.a
2025-08-20T22:43:03.9899146Z [00:04:45.633]➜  packagefile github.com/jmoiron/sqlx=/tmp/go-build3998081543/b590/_pkg_.a
2025-08-20T22:43:03.9899665Z [00:04:45.633]➜  packagefile github.com/lib/pq=/tmp/go-build3998081543/b2096/_pkg_.a
2025-08-20T22:43:03.9900207Z [00:04:45.633]➜  packagefile github.com/mattn/go-sqlite3=/tmp/go-build3998081543/b2099/_pkg_.a
2025-08-20T22:43:03.9900795Z [00:04:45.633]➜  packagefile github.com/microsoft/go-mssqldb=/tmp/go-build3998081543/b2100/_pkg_.a
2025-08-20T22:43:03.9901419Z [00:04:45.633]➜  packagefile github.com/microsoft/go-mssqldb/azuread=/tmp/go-build3998081543/b2116/_pkg_.a
2025-08-20T22:43:03.9902125Z [00:04:45.633]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/krb5=/tmp/go-build3998081543/b2117/_pkg_.a
2025-08-20T22:43:03.9902822Z [00:04:45.633]➜  packagefile github.com/prometheus/client_golang/api=/tmp/go-build3998081543/b2159/_pkg_.a
2025-08-20T22:43:03.9903713Z [00:04:45.633]➜  packagefile github.com/prometheus/client_golang/api/prometheus/v1=/tmp/go-build3998081543/b2160/_pkg_.a
2025-08-20T22:43:03.9904464Z [00:04:45.633]➜  packagefile github.com/prometheus/common/config=/tmp/go-build3998081543/b2163/_pkg_.a
2025-08-20T22:43:03.9905162Z [00:04:45.633]➜  packagefile github.com/prometheus/common/model=/tmp/go-build3998081543/b2161/_pkg_.a
2025-08-20T22:43:03.9906036Z [00:04:45.633]➜  packagefile github.com/psanford/sqlite3vfs=/tmp/go-build3998081543/b2178/_pkg_.a
2025-08-20T22:43:03.9906660Z [00:04:45.633]➜  packagefile github.com/psanford/sqlite3vfshttp=/tmp/go-build3998081543/b2179/_pkg_.a
2025-08-20T22:43:03.9907255Z [00:04:45.633]➜  packagefile github.com/shopspring/decimal=/tmp/go-build3998081543/b652/_pkg_.a
2025-08-20T22:43:03.9907828Z [00:04:45.633]➜  packagefile github.com/sijms/go-ora/v2=/tmp/go-build3998081543/b2180/_pkg_.a
2025-08-20T22:43:03.9908420Z [00:04:45.633]➜  packagefile github.com/snowflakedb/gosnowflake=/tmp/go-build3998081543/b2204/_pkg_.a
2025-08-20T22:43:03.9909083Z [00:04:45.633]➜  packagefile github.com/timeplus-io/proton-go-driver/v2=/tmp/go-build3998081543/b2230/_pkg_.a
2025-08-20T22:43:03.9909743Z [00:04:45.633]➜  packagefile github.com/trinodb/trino-go-client/trino=/tmp/go-build3998081543/b2242/_pkg_.a
2025-08-20T22:43:03.9910321Z [00:04:45.633]➜  packagefile github.com/xo/dburl=/tmp/go-build3998081543/b2245/_pkg_.a
2025-08-20T22:43:03.9910859Z [00:04:45.633]➜  packagefile github.com/youmark/pkcs8=/tmp/go-build3998081543/b2246/_pkg_.a
2025-08-20T22:43:03.9911438Z [00:04:45.633]➜  packagefile go.mongodb.org/mongo-driver/bson=/tmp/go-build3998081543/b249/_pkg_.a
2025-08-20T22:43:03.9912071Z [00:04:45.633]➜  packagefile go.mongodb.org/mongo-driver/bson/primitive=/tmp/go-build3998081543/b254/_pkg_.a
2025-08-20T22:43:03.9912706Z [00:04:45.633]➜  packagefile go.mongodb.org/mongo-driver/mongo=/tmp/go-build3998081543/b2248/_pkg_.a
2025-08-20T22:43:03.9913338Z [00:04:45.633]➜  packagefile go.mongodb.org/mongo-driver/mongo/options=/tmp/go-build3998081543/b2265/_pkg_.a
2025-08-20T22:43:03.9914269Z [00:04:45.633]➜  packagefile go.mongodb.org/mongo-driver/mongo/readpref=/tmp/go-build3998081543/b2255/_pkg_.a
2025-08-20T22:43:03.9914917Z [00:04:45.633]➜  packagefile golang.org/x/oauth2/google=/tmp/go-build3998081543/b656/_pkg_.a
2025-08-20T22:43:03.9915670Z [00:04:45.633]➜  packagefile golang.org/x/text/encoding/unicode=/tmp/go-build3998081543/b667/_pkg_.a
2025-08-20T22:43:03.9916321Z [00:04:45.633]➜  packagefile golang.org/x/text/transform=/tmp/go-build3998081543/b217/_pkg_.a
2025-08-20T22:43:03.9917003Z [00:04:45.633]➜  packagefile google.golang.org/api/iterator=/tmp/go-build3998081543/b827/_pkg_.a
2025-08-20T22:43:03.9917697Z [00:04:45.633]➜  packagefile google.golang.org/api/option=/tmp/go-build3998081543/b670/_pkg_.a
2025-08-20T22:43:03.9918237Z [00:04:45.633]➜  packagefile gopkg.in/yaml.v3=/tmp/go-build3998081543/b281/_pkg_.a
2025-08-20T22:43:03.9918753Z [00:04:45.633]➜  packagefile gorm.io/driver/postgres=/tmp/go-build3998081543/b2292/_pkg_.a
2025-08-20T22:43:03.9919298Z [00:04:45.633]➜  packagefile gorm.io/driver/sqlite=/tmp/go-build3998081543/b2320/_pkg_.a
2025-08-20T22:43:03.9919792Z [00:04:45.633]➜  packagefile gorm.io/gorm=/tmp/go-build3998081543/b2312/_pkg_.a
2025-08-20T22:43:03.9920229Z [00:04:45.633]➜  packagefile maps=/tmp/go-build3998081543/b085/_pkg_.a
2025-08-20T22:43:03.9920651Z [00:04:45.633]➜  packagefile math/big=/tmp/go-build3998081543/b122/_pkg_.a
2025-08-20T22:43:03.9921152Z [00:04:45.633]➜  packagefile github.com/mattn/go-isatty=/tmp/go-build3998081543/b185/_pkg_.a
2025-08-20T22:43:03.9921688Z [00:04:45.633]➜  packagefile github.com/nqd/flat=/tmp/go-build3998081543/b607/_pkg_.a
2025-08-20T22:43:03.9922222Z [00:04:45.633]➜  packagefile github.com/segmentio/ksuid=/tmp/go-build3998081543/b651/_pkg_.a
2025-08-20T22:43:03.9922803Z [00:04:45.633]➜  packagefile github.com/shirou/gopsutil/v3/cpu=/tmp/go-build3998081543/b295/_pkg_.a
2025-08-20T22:43:03.9923373Z [00:04:45.633]➜  packagefile gopkg.in/cheggaaa/pb.v2=/tmp/go-build3998081543/b2322/_pkg_.a
2025-08-20T22:43:03.9924056Z [00:04:45.633]➜  packagefile net/http/pprof=/tmp/go-build3998081543/b2329/_pkg_.a
2025-08-20T22:43:03.9924683Z [00:04:45.633]➜  packagefile github.com/denisbrodbeck/machineid=/tmp/go-build3998081543/b2332/_pkg_.a
2025-08-20T22:43:03.9925291Z [00:04:45.633]➜  packagefile gorm.io/gorm/logger=/tmp/go-build3998081543/b2315/_pkg_.a
2025-08-20T22:43:03.9925978Z [00:04:45.633]➜  packagefile html/template=/tmp/go-build3998081543/b276/_pkg_.a
2025-08-20T22:43:03.9926443Z [00:04:45.633]➜  packagefile encoding=/tmp/go-build3998081543/b182/_pkg_.a
2025-08-20T22:43:03.9926903Z [00:04:45.633]➜  packagefile container/list=/tmp/go-build3998081543/b126/_pkg_.a
2025-08-20T22:43:03.9927380Z [00:04:45.633]➜  packagefile encoding/binary=/tmp/go-build3998081543/b077/_pkg_.a
2025-08-20T22:43:03.9927942Z [00:04:45.633]➜  packagefile vendor/golang.org/x/net/http/httpguts=/tmp/go-build3998081543/b191/_pkg_.a
2025-08-20T22:43:03.9928578Z [00:04:45.633]➜  packagefile vendor/golang.org/x/net/http/httpproxy=/tmp/go-build3998081543/b198/_pkg_.a
2025-08-20T22:43:03.9929219Z [00:04:45.633]➜  packagefile vendor/golang.org/x/net/http2/hpack=/tmp/go-build3998081543/b199/_pkg_.a
2025-08-20T22:43:03.9929807Z [00:04:45.633]➜  packagefile vendor/golang.org/x/net/idna=/tmp/go-build3998081543/b192/_pkg_.a
2025-08-20T22:43:03.9930333Z [00:04:45.633]➜  packagefile internal/godebug=/tmp/go-build3998081543/b038/_pkg_.a
2025-08-20T22:43:03.9930798Z [00:04:45.633]➜  packagefile math/bits=/tmp/go-build3998081543/b040/_pkg_.a
2025-08-20T22:43:03.9931229Z [00:04:45.633]➜  packagefile mime=/tmp/go-build3998081543/b200/_pkg_.a
2025-08-20T22:43:03.9931673Z [00:04:45.633]➜  packagefile mime/multipart=/tmp/go-build3998081543/b201/_pkg_.a
2025-08-20T22:43:03.9932163Z [00:04:45.633]➜  packagefile net/http/httptrace=/tmp/go-build3998081543/b203/_pkg_.a
2025-08-20T22:43:03.9932666Z [00:04:45.633]➜  packagefile net/http/internal=/tmp/go-build3998081543/b204/_pkg_.a
2025-08-20T22:43:03.9933396Z [00:04:45.634]➜  packagefile net/http/internal/ascii=/tmp/go-build3998081543/b205/_pkg_.a
2025-08-20T22:43:03.9933968Z [00:04:45.634]➜  packagefile net/http/internal/httpcommon=/tmp/go-build3998081543/b206/_pkg_.a
2025-08-20T22:43:03.9934481Z [00:04:45.634]➜  packagefile net/textproto=/tmp/go-build3998081543/b197/_pkg_.a
2025-08-20T22:43:03.9934970Z [00:04:45.634]➜  packagefile internal/byteorder=/tmp/go-build3998081543/b012/_pkg_.a
2025-08-20T22:43:03.9935762Z [00:04:45.634]➜  packagefile internal/filepathlite=/tmp/go-build3998081543/b059/_pkg_.a
2025-08-20T22:43:03.9936482Z [00:04:45.634]➜  packagefile internal/goarch=/tmp/go-build3998081543/b006/_pkg_.a
2025-08-20T22:43:03.9937029Z [00:04:45.634]➜  packagefile internal/itoa=/tmp/go-build3998081543/b042/_pkg_.a
2025-08-20T22:43:03.9937500Z [00:04:45.634]➜  packagefile internal/poll=/tmp/go-build3998081543/b060/_pkg_.a
2025-08-20T22:43:03.9938012Z [00:04:45.634]➜  packagefile internal/syscall/execenv=/tmp/go-build3998081543/b062/_pkg_.a
2025-08-20T22:43:03.9938556Z [00:04:45.634]➜  packagefile internal/syscall/unix=/tmp/go-build3998081543/b061/_pkg_.a
2025-08-20T22:43:03.9939068Z [00:04:45.634]➜  packagefile internal/testlog=/tmp/go-build3998081543/b063/_pkg_.a
2025-08-20T22:43:03.9939543Z [00:04:45.634]➜  packagefile internal/abi=/tmp/go-build3998081543/b005/_pkg_.a
2025-08-20T22:43:03.9940035Z [00:04:45.634]➜  packagefile internal/chacha8rand=/tmp/go-build3998081543/b013/_pkg_.a
2025-08-20T22:43:03.9940563Z [00:04:45.634]➜  packagefile internal/coverage/rtcov=/tmp/go-build3998081543/b014/_pkg_.a
2025-08-20T22:43:03.9941073Z [00:04:45.634]➜  packagefile internal/cpu=/tmp/go-build3998081543/b011/_pkg_.a
2025-08-20T22:43:03.9941556Z [00:04:45.634]➜  packagefile internal/godebugs=/tmp/go-build3998081543/b015/_pkg_.a
2025-08-20T22:43:03.9942070Z [00:04:45.634]➜  packagefile internal/goexperiment=/tmp/go-build3998081543/b016/_pkg_.a
2025-08-20T22:43:03.9942567Z [00:04:45.634]➜  packagefile internal/goos=/tmp/go-build3998081543/b017/_pkg_.a
2025-08-20T22:43:03.9943256Z [00:04:45.634]➜  packagefile internal/profilerecord=/tmp/go-build3998081543/b018/_pkg_.a
2025-08-20T22:43:03.9943858Z [00:04:45.634]➜  packagefile internal/runtime/atomic=/tmp/go-build3998081543/b019/_pkg_.a
2025-08-20T22:43:03.9944453Z [00:04:45.634]➜  packagefile internal/runtime/cgroup=/tmp/go-build3998081543/b020/_pkg_.a
2025-08-20T22:43:03.9945000Z [00:04:45.634]➜  packagefile internal/runtime/exithook=/tmp/go-build3998081543/b024/_pkg_.a
2025-08-20T22:43:03.9945722Z [00:04:45.634]➜  packagefile internal/runtime/gc=/tmp/go-build3998081543/b025/_pkg_.a
2025-08-20T22:43:03.9946266Z [00:04:45.634]➜  packagefile internal/runtime/maps=/tmp/go-build3998081543/b026/_pkg_.a
2025-08-20T22:43:03.9946792Z [00:04:45.634]➜  packagefile internal/runtime/math=/tmp/go-build3998081543/b022/_pkg_.a
2025-08-20T22:43:03.9947327Z [00:04:45.634]➜  packagefile internal/runtime/strconv=/tmp/go-build3998081543/b021/_pkg_.a
2025-08-20T22:43:03.9947865Z [00:04:45.634]➜  packagefile internal/runtime/sys=/tmp/go-build3998081543/b030/_pkg_.a
2025-08-20T22:43:03.9948401Z [00:04:45.634]➜  packagefile internal/runtime/syscall=/tmp/go-build3998081543/b023/_pkg_.a
2025-08-20T22:43:03.9948939Z [00:04:45.634]➜  packagefile internal/trace/tracev2=/tmp/go-build3998081543/b032/_pkg_.a
2025-08-20T22:43:03.9949408Z [00:04:45.634]➜  packagefile iter=/tmp/go-build3998081543/b046/_pkg_.a
2025-08-20T22:43:03.9949850Z [00:04:45.634]➜  packagefile internal/asan=/tmp/go-build3998081543/b027/_pkg_.a
2025-08-20T22:43:03.9950326Z [00:04:45.634]➜  packagefile internal/msan=/tmp/go-build3998081543/b028/_pkg_.a
2025-08-20T22:43:03.9950815Z [00:04:45.634]➜  packagefile internal/oserror=/tmp/go-build3998081543/b043/_pkg_.a
2025-08-20T22:43:03.9951295Z [00:04:45.634]➜  packagefile internal/race=/tmp/go-build3998081543/b029/_pkg_.a
2025-08-20T22:43:03.9951801Z [00:04:45.634]➜  packagefile internal/unsafeheader=/tmp/go-build3998081543/b008/_pkg_.a
2025-08-20T22:43:03.9952292Z [00:04:45.634]➜  packagefile internal/sync=/tmp/go-build3998081543/b034/_pkg_.a
2025-08-20T22:43:03.9952995Z [00:04:45.634]➜  packagefile internal/synctest=/tmp/go-build3998081543/b036/_pkg_.a
2025-08-20T22:43:03.9953455Z [00:04:45.634]➜  packagefile cmp=/tmp/go-build3998081543/b045/_pkg_.a
2025-08-20T22:43:03.9953876Z [00:04:45.634]➜  packagefile io/ioutil=/tmp/go-build3998081543/b069/_pkg_.a
2025-08-20T22:43:03.9954382Z [00:04:45.634]➜  packagefile github.com/pkg/term/termios=/tmp/go-build3998081543/b075/_pkg_.a
2025-08-20T22:43:03.9954924Z [00:04:45.634]➜  packagefile github.com/rivo/uniseg=/tmp/go-build3998081543/b079/_pkg_.a
2025-08-20T22:43:03.9955685Z [00:04:45.634]➜  packagefile os/user=/tmp/go-build3998081543/b086/_pkg_.a
2025-08-20T22:43:03.9956204Z [00:04:45.634]➜  packagefile compress/flate=/tmp/go-build3998081543/b091/_pkg_.a
2025-08-20T22:43:03.9956669Z [00:04:45.634]➜  packagefile hash/crc32=/tmp/go-build3998081543/b092/_pkg_.a
2025-08-20T22:43:03.9957160Z [00:04:45.634]➜  packagefile crypto/internal/boring=/tmp/go-build3998081543/b117/_pkg_.a
2025-08-20T22:43:03.9957711Z [00:04:45.634]➜  packagefile crypto/internal/fips140/aes=/tmp/go-build3998081543/b096/_pkg_.a
2025-08-20T22:43:03.9958315Z [00:04:45.634]➜  packagefile crypto/internal/fips140/aes/gcm=/tmp/go-build3998081543/b109/_pkg_.a
2025-08-20T22:43:03.9958910Z [00:04:45.634]➜  packagefile crypto/internal/fips140/alias=/tmp/go-build3998081543/b099/_pkg_.a
2025-08-20T22:43:03.9959485Z [00:04:45.634]➜  packagefile crypto/internal/fips140only=/tmp/go-build3998081543/b115/_pkg_.a
2025-08-20T22:43:03.9959997Z [00:04:45.634]➜  packagefile crypto/subtle=/tmp/go-build3998081543/b116/_pkg_.a
2025-08-20T22:43:03.9960446Z [00:04:45.634]➜  packagefile crypto=/tmp/go-build3998081543/b118/_pkg_.a
2025-08-20T22:43:03.9960856Z [00:04:45.634]➜  packagefile hash=/tmp/go-build3998081543/b093/_pkg_.a
2025-08-20T22:43:03.9961337Z [00:04:45.634]➜  packagefile crypto/internal/fips140=/tmp/go-build3998081543/b097/_pkg_.a
2025-08-20T22:43:03.9961900Z [00:04:45.634]➜  packagefile crypto/internal/fips140/drbg=/tmp/go-build3998081543/b110/_pkg_.a
2025-08-20T22:43:03.9962628Z [00:04:45.634]➜  packagefile crypto/internal/randutil=/tmp/go-build3998081543/b113/_pkg_.a
2025-08-20T22:43:03.9963236Z [00:04:45.634]➜  packagefile crypto/internal/sysrand=/tmp/go-build3998081543/b112/_pkg_.a
2025-08-20T22:43:03.9963866Z [00:04:45.634]➜  packagefile crypto/internal/impl=/tmp/go-build3998081543/b105/_pkg_.a
2025-08-20T22:43:03.9964350Z [00:04:45.634]➜  packagefile crypto/des=/tmp/go-build3998081543/b127/_pkg_.a
2025-08-20T22:43:03.9964805Z [00:04:45.634]➜  packagefile crypto/ecdh=/tmp/go-build3998081543/b128/_pkg_.a
2025-08-20T22:43:03.9965269Z [00:04:45.634]➜  packagefile crypto/ecdsa=/tmp/go-build3998081543/b133/_pkg_.a
2025-08-20T22:43:03.9965947Z [00:04:45.634]➜  packagefile crypto/ed25519=/tmp/go-build3998081543/b147/_pkg_.a
2025-08-20T22:43:03.9966423Z [00:04:45.634]➜  packagefile crypto/elliptic=/tmp/go-build3998081543/b134/_pkg_.a
2025-08-20T22:43:03.9966893Z [00:04:45.634]➜  packagefile crypto/hkdf=/tmp/go-build3998081543/b150/_pkg_.a
2025-08-20T22:43:03.9967357Z [00:04:45.634]➜  packagefile crypto/hmac=/tmp/go-build3998081543/b152/_pkg_.a
2025-08-20T22:43:03.9967891Z [00:04:45.634]➜  packagefile crypto/internal/fips140/mlkem=/tmp/go-build3998081543/b153/_pkg_.a
2025-08-20T22:43:03.9968473Z [00:04:45.634]➜  packagefile crypto/internal/fips140/tls12=/tmp/go-build3998081543/b154/_pkg_.a
2025-08-20T22:43:03.9969052Z [00:04:45.634]➜  packagefile crypto/internal/fips140/tls13=/tmp/go-build3998081543/b155/_pkg_.a
2025-08-20T22:43:03.9969600Z [00:04:45.634]➜  packagefile crypto/internal/hpke=/tmp/go-build3998081543/b156/_pkg_.a
2025-08-20T22:43:03.9970083Z [00:04:45.634]➜  packagefile crypto/rc4=/tmp/go-build3998081543/b161/_pkg_.a
2025-08-20T22:43:03.9970538Z [00:04:45.634]➜  packagefile crypto/rsa=/tmp/go-build3998081543/b162/_pkg_.a
2025-08-20T22:43:03.9970996Z [00:04:45.634]➜  packagefile crypto/sha256=/tmp/go-build3998081543/b164/_pkg_.a
2025-08-20T22:43:03.9971462Z [00:04:45.634]➜  packagefile crypto/sha512=/tmp/go-build3998081543/b142/_pkg_.a
2025-08-20T22:43:03.9972294Z [00:04:45.634]➜  packagefile crypto/tls/internal/fips140tls=/tmp/go-build3998081543/b165/_pkg_.a
2025-08-20T22:43:03.9972950Z [00:04:45.634]➜  packagefile vendor/golang.org/x/crypto/chacha20poly1305=/tmp/go-build3998081543/b157/_pkg_.a
2025-08-20T22:43:03.9973607Z [00:04:45.634]➜  packagefile vendor/golang.org/x/crypto/cryptobyte=/tmp/go-build3998081543/b143/_pkg_.a
2025-08-20T22:43:03.9974124Z [00:04:45.634]➜  packagefile weak=/tmp/go-build3998081543/b139/_pkg_.a
2025-08-20T22:43:03.9974561Z [00:04:45.634]➜  packagefile unicode/utf16=/tmp/go-build3998081543/b145/_pkg_.a
2025-08-20T22:43:03.9975172Z [00:04:45.634]➜  packagefile github.com/mattn/go-colorable=/tmp/go-build3998081543/b184/_pkg_.a
2025-08-20T22:43:03.9975978Z [00:04:45.634]➜  packagefile github.com/jedib0t/go-pretty/text=/tmp/go-build3998081543/b241/_pkg_.a
2025-08-20T22:43:03.9976480Z [00:04:45.634]➜  packagefile html=/tmp/go-build3998081543/b244/_pkg_.a
2025-08-20T22:43:03.9976985Z [00:04:45.634]➜  packagefile github.com/modern-go/concurrent=/tmp/go-build3998081543/b258/_pkg_.a
2025-08-20T22:43:03.9977576Z [00:04:45.634]➜  packagefile github.com/modern-go/reflect2=/tmp/go-build3998081543/b259/_pkg_.a
2025-08-20T22:43:03.9978174Z [00:04:45.634]➜  packagefile github.com/rs/zerolog/internal/json=/tmp/go-build3998081543/b262/_pkg_.a
2025-08-20T22:43:03.9979246Z [00:04:45.634]➜  packagefile github.com/shirou/gopsutil/v4/internal/common=/tmp/go-build3998081543/b266/_pkg_.a
2025-08-20T22:43:03.9979889Z [00:04:45.634]➜  packagefile github.com/tklauser/go-sysconf=/tmp/go-build3998081543/b268/_pkg_.a
2025-08-20T22:43:03.9980483Z [00:04:45.634]➜  packagefile github.com/davecgh/go-spew/spew=/tmp/go-build3998081543/b278/_pkg_.a
2025-08-20T22:43:03.9981099Z [00:04:45.634]➜  packagefile github.com/pmezard/go-difflib/difflib=/tmp/go-build3998081543/b279/_pkg_.a
2025-08-20T22:43:03.9981734Z [00:04:45.634]➜  packagefile github.com/stretchr/testify/assert/yaml=/tmp/go-build3998081543/b280/_pkg_.a
2025-08-20T22:43:03.9982310Z [00:04:45.634]➜  packagefile net/http/httptest=/tmp/go-build3998081543/b282/_pkg_.a
2025-08-20T22:43:03.9983072Z [00:04:45.634]➜  packagefile mime/quotedprintable=/tmp/go-build3998081543/b202/_pkg_.a
2025-08-20T22:43:03.9983623Z [00:04:45.634]➜  packagefile net/mail=/tmp/go-build3998081543/b256/_pkg_.a
2025-08-20T22:43:03.9984121Z [00:04:45.634]➜  packagefile net/smtp=/tmp/go-build3998081543/b287/_pkg_.a
2025-08-20T22:43:03.9984573Z [00:04:45.634]➜  packagefile log/internal=/tmp/go-build3998081543/b072/_pkg_.a
2025-08-20T22:43:03.9985140Z [00:04:45.634]➜  packagefile vendor/golang.org/x/net/dns/dnsmessage=/tmp/go-build3998081543/b174/_pkg_.a
2025-08-20T22:43:03.9986130Z [00:04:45.634]➜  packagefile internal/nettrace=/tmp/go-build3998081543/b175/_pkg_.a
2025-08-20T22:43:03.9986659Z [00:04:45.634]➜  packagefile internal/singleflight=/tmp/go-build3998081543/b176/_pkg_.a
2025-08-20T22:43:03.9987145Z [00:04:45.634]➜  packagefile net/netip=/tmp/go-build3998081543/b177/_pkg_.a
2025-08-20T22:43:03.9987604Z [00:04:45.634]➜  packagefile regexp/syntax=/tmp/go-build3998081543/b081/_pkg_.a
2025-08-20T22:43:03.9988059Z [00:04:45.634]➜  packagefile flag=/tmp/go-build3998081543/b283/_pkg_.a
2025-08-20T22:43:03.9988514Z [00:04:45.634]➜  packagefile internal/sysinfo=/tmp/go-build3998081543/b290/_pkg_.a
2025-08-20T22:43:03.9988993Z [00:04:45.634]➜  packagefile runtime/trace=/tmp/go-build3998081543/b291/_pkg_.a
2025-08-20T22:43:03.9989487Z [00:04:45.634]➜  packagefile text/template/parse=/tmp/go-build3998081543/b239/_pkg_.a
2025-08-20T22:43:03.9990058Z [00:04:45.634]➜  packagefile github.com/shirou/gopsutil/v3/net=/tmp/go-build3998081543/b299/_pkg_.a
2025-08-20T22:43:03.9990580Z [00:04:45.634]➜  packagefile crypto/dsa=/tmp/go-build3998081543/b168/_pkg_.a
2025-08-20T22:43:03.9991055Z [00:04:45.634]➜  packagefile crypto/x509/pkix=/tmp/go-build3998081543/b169/_pkg_.a
2025-08-20T22:43:03.9991537Z [00:04:45.634]➜  packagefile encoding/asn1=/tmp/go-build3998081543/b144/_pkg_.a
2025-08-20T22:43:03.9992119Z [00:04:45.634]➜  packagefile vendor/golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3998081543/b146/_pkg_.a
2025-08-20T22:43:03.9992951Z [00:04:45.634]➜  packagefile net/http/httputil=/tmp/go-build3998081543/b207/_pkg_.a
2025-08-20T22:43:03.9993673Z [00:04:45.634]➜  packagefile github.com/getsentry/sentry-go/internal/otel/baggage/internal/baggage=/tmp/go-build3998081543/b209/_pkg_.a
2025-08-20T22:43:03.9994379Z [00:04:45.634]➜  packagefile golang.org/x/text/cases=/tmp/go-build3998081543/b211/_pkg_.a
2025-08-20T22:43:03.9994926Z [00:04:45.634]➜  packagefile golang.org/x/text/language=/tmp/go-build3998081543/b213/_pkg_.a
2025-08-20T22:43:03.9995721Z [00:04:45.634]➜  packagefile go/ast=/tmp/go-build3998081543/b221/_pkg_.a
2025-08-20T22:43:03.9996278Z [00:04:45.634]➜  packagefile go/build/constraint=/tmp/go-build3998081543/b224/_pkg_.a
2025-08-20T22:43:03.9996746Z [00:04:45.634]➜  packagefile go/doc=/tmp/go-build3998081543/b225/_pkg_.a
2025-08-20T22:43:03.9997177Z [00:04:45.634]➜  packagefile go/parser=/tmp/go-build3998081543/b228/_pkg_.a
2025-08-20T22:43:03.9997626Z [00:04:45.634]➜  packagefile go/scanner=/tmp/go-build3998081543/b222/_pkg_.a
2025-08-20T22:43:03.9998078Z [00:04:45.634]➜  packagefile go/token=/tmp/go-build3998081543/b223/_pkg_.a
2025-08-20T22:43:03.9998547Z [00:04:45.634]➜  packagefile internal/buildcfg=/tmp/go-build3998081543/b229/_pkg_.a
2025-08-20T22:43:03.9999035Z [00:04:45.634]➜  packagefile internal/goroot=/tmp/go-build3998081543/b230/_pkg_.a
2025-08-20T22:43:03.9999530Z [00:04:45.634]➜  packagefile internal/goversion=/tmp/go-build3998081543/b232/_pkg_.a
2025-08-20T22:43:04.0000038Z [00:04:45.634]➜  packagefile internal/platform=/tmp/go-build3998081543/b233/_pkg_.a
2025-08-20T22:43:04.0000534Z [00:04:45.634]➜  packagefile internal/syslist=/tmp/go-build3998081543/b234/_pkg_.a
2025-08-20T22:43:04.0001101Z [00:04:45.634]➜  packagefile github.com/shirou/gopsutil/v3/common=/tmp/go-build3998081543/b297/_pkg_.a
2025-08-20T22:43:04.0001711Z [00:04:45.634]➜  packagefile github.com/gobwas/glob/compiler=/tmp/go-build3998081543/b306/_pkg_.a
2025-08-20T22:43:04.0002298Z [00:04:45.634]➜  packagefile github.com/gobwas/glob/syntax=/tmp/go-build3998081543/b312/_pkg_.a
2025-08-20T22:43:04.0003181Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/v4=/tmp/go-build3998081543/b314/_pkg_.a
2025-08-20T22:43:04.0003869Z [00:04:45.634]➜  packagefile github.com/bits-and-blooms/bloom/v3=/tmp/go-build3998081543/b338/_pkg_.a
2025-08-20T22:43:04.0004442Z [00:04:45.634]➜  packagefile github.com/maja42/goval=/tmp/go-build3998081543/b340/_pkg_.a
2025-08-20T22:43:04.0004999Z [00:04:45.634]➜  packagefile cloud.google.com/go/storage=/tmp/go-build3998081543/b1138/_pkg_.a
2025-08-20T22:43:04.0005910Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob=/tmp/go-build3998081543/b1070/_pkg_.a
2025-08-20T22:43:04.0006685Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blob=/tmp/go-build3998081543/b1071/_pkg_.a
2025-08-20T22:43:04.0007493Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/blockblob=/tmp/go-build3998081543/b1079/_pkg_.a
2025-08-20T22:43:04.0008330Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/container=/tmp/go-build3998081543/b1080/_pkg_.a
2025-08-20T22:43:04.0009140Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/service=/tmp/go-build3998081543/b1083/_pkg_.a
2025-08-20T22:43:04.0009829Z [00:04:45.634]➜  packagefile github.com/PuerkitoBio/goquery=/tmp/go-build3998081543/b2196/_pkg_.a
2025-08-20T22:43:04.0010444Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/retry=/tmp/go-build3998081543/b545/_pkg_.a
2025-08-20T22:43:04.0011141Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/stscreds=/tmp/go-build3998081543/b575/_pkg_.a
2025-08-20T22:43:04.0011842Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/s3/manager=/tmp/go-build3998081543/b1158/_pkg_.a
2025-08-20T22:43:04.0012501Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3=/tmp/go-build3998081543/b1085/_pkg_.a
2025-08-20T22:43:04.0013360Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/types=/tmp/go-build3998081543/b1099/_pkg_.a
2025-08-20T22:43:04.0013966Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go=/tmp/go-build3998081543/b325/_pkg_.a
2025-08-20T22:43:04.0014504Z [00:04:45.634]➜  packagefile github.com/jlaffaye/ftp=/tmp/go-build3998081543/b2200/_pkg_.a
2025-08-20T22:43:04.0015025Z [00:04:45.634]➜  packagefile github.com/pkg/sftp=/tmp/go-build3998081543/b639/_pkg_.a
2025-08-20T22:43:04.0015796Z [00:04:45.634]➜  packagefile golang.org/x/oauth2=/tmp/go-build3998081543/b654/_pkg_.a
2025-08-20T22:43:04.0016416Z [00:04:45.634]➜  packagefile google.golang.org/api/drive/v3=/tmp/go-build3998081543/b2203/_pkg_.a
2025-08-20T22:43:04.0017001Z [00:04:45.634]➜  packagefile google.golang.org/api/googleapi=/tmp/go-build3998081543/b719/_pkg_.a
2025-08-20T22:43:04.0017519Z [00:04:45.634]➜  packagefile archive/zip=/tmp/go-build3998081543/b343/_pkg_.a
2025-08-20T22:43:04.0017980Z [00:04:45.634]➜  packagefile encoding/xml=/tmp/go-build3998081543/b345/_pkg_.a
2025-08-20T22:43:04.0018564Z [00:04:45.634]➜  packagefile github.com/360EntSecGroup-Skylar/excelize=/tmp/go-build3998081543/b346/_pkg_.a
2025-08-20T22:43:04.0019250Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal128=/tmp/go-build3998081543/b359/_pkg_.a
2025-08-20T22:43:04.0019943Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal256=/tmp/go-build3998081543/b360/_pkg_.a
2025-08-20T22:43:04.0020644Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/extensions=/tmp/go-build3998081543/b381/_pkg_.a
2025-08-20T22:43:04.0021328Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/float16=/tmp/go-build3998081543/b361/_pkg_.a
2025-08-20T22:43:04.0021987Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/ipc=/tmp/go-build3998081543/b410/_pkg_.a
2025-08-20T22:43:04.0022620Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/parquet=/tmp/go-build3998081543/b383/_pkg_.a
2025-08-20T22:43:04.0023528Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/parquet/compress=/tmp/go-build3998081543/b384/_pkg_.a
2025-08-20T22:43:04.0024283Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/parquet/file=/tmp/go-build3998081543/b414/_pkg_.a
2025-08-20T22:43:04.0025011Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/parquet/pqarrow=/tmp/go-build3998081543/b424/_pkg_.a
2025-08-20T22:43:04.0025803Z [00:04:45.634]➜  packagefile github.com/flarco/g/json=/tmp/go-build3998081543/b588/_pkg_.a
2025-08-20T22:43:04.0026348Z [00:04:45.634]➜  packagefile github.com/google/uuid=/tmp/go-build3998081543/b246/_pkg_.a
2025-08-20T22:43:04.0026913Z [00:04:45.634]➜  packagefile github.com/jmespath/go-jmespath=/tmp/go-build3998081543/b589/_pkg_.a
2025-08-20T22:43:04.0027510Z [00:04:45.634]➜  packagefile github.com/klauspost/compress/s2=/tmp/go-build3998081543/b592/_pkg_.a
2025-08-20T22:43:04.0028116Z [00:04:45.634]➜  packagefile github.com/klauspost/compress/zstd=/tmp/go-build3998081543/b399/_pkg_.a
2025-08-20T22:43:04.0028729Z [00:04:45.634]➜  packagefile github.com/kshedden/datareader=/tmp/go-build3998081543/b594/_pkg_.a
2025-08-20T22:43:04.0029303Z [00:04:45.634]➜  packagefile github.com/labstack/echo/v4=/tmp/go-build3998081543/b598/_pkg_.a
2025-08-20T22:43:04.0029876Z [00:04:45.634]➜  packagefile github.com/linkedin/goavro/v2=/tmp/go-build3998081543/b606/_pkg_.a
2025-08-20T22:43:04.0030464Z [00:04:45.634]➜  packagefile github.com/parquet-go/parquet-go=/tmp/go-build3998081543/b609/_pkg_.a
2025-08-20T22:43:04.0031094Z [00:04:45.634]➜  packagefile github.com/parquet-go/parquet-go/compress=/tmp/go-build3998081543/b614/_pkg_.a
2025-08-20T22:43:04.0031761Z [00:04:45.634]➜  packagefile github.com/parquet-go/parquet-go/deprecated=/tmp/go-build3998081543/b616/_pkg_.a
2025-08-20T22:43:04.0032424Z [00:04:45.634]➜  packagefile github.com/parquet-go/parquet-go/encoding=/tmp/go-build3998081543/b624/_pkg_.a
2025-08-20T22:43:04.0033072Z [00:04:45.634]➜  packagefile github.com/parquet-go/parquet-go/format=/tmp/go-build3998081543/b615/_pkg_.a
2025-08-20T22:43:04.0033907Z [00:04:45.634]➜  packagefile golang.org/x/crypto/ssh=/tmp/go-build3998081543/b643/_pkg_.a
2025-08-20T22:43:04.0034465Z [00:04:45.634]➜  packagefile golang.org/x/text/encoding=/tmp/go-build3998081543/b596/_pkg_.a
2025-08-20T22:43:04.0035053Z [00:04:45.634]➜  packagefile golang.org/x/text/encoding/charmap=/tmp/go-build3998081543/b665/_pkg_.a
2025-08-20T22:43:04.0035966Z [00:04:45.634]➜  packagefile golang.org/x/text/runes=/tmp/go-build3998081543/b669/_pkg_.a
2025-08-20T22:43:04.0036648Z [00:04:45.634]➜  packagefile golang.org/x/text/unicode/norm=/tmp/go-build3998081543/b218/_pkg_.a
2025-08-20T22:43:04.0037342Z [00:04:45.634]➜  packagefile google.golang.org/api/sheets/v4=/tmp/go-build3998081543/b718/_pkg_.a
2025-08-20T22:43:04.0037952Z [00:04:45.634]➜  packagefile cloud.google.com/go/bigquery/internal=/tmp/go-build3998081543/b764/_pkg_.a
2025-08-20T22:43:04.0038605Z [00:04:45.634]➜  packagefile cloud.google.com/go/bigquery/internal/query=/tmp/go-build3998081543/b765/_pkg_.a
2025-08-20T22:43:04.0039288Z [00:04:45.634]➜  packagefile cloud.google.com/go/bigquery/storage/apiv1=/tmp/go-build3998081543/b766/_pkg_.a
2025-08-20T22:43:04.0040010Z [00:04:45.634]➜  packagefile cloud.google.com/go/bigquery/storage/apiv1/storagepb=/tmp/go-build3998081543/b767/_pkg_.a
2025-08-20T22:43:04.0040643Z [00:04:45.634]➜  packagefile cloud.google.com/go/iam=/tmp/go-build3998081543/b795/_pkg_.a
2025-08-20T22:43:04.0041251Z [00:04:45.634]➜  packagefile cloud.google.com/go/iam/apiv1/iampb=/tmp/go-build3998081543/b796/_pkg_.a
2025-08-20T22:43:04.0041843Z [00:04:45.634]➜  packagefile cloud.google.com/go/internal=/tmp/go-build3998081543/b799/_pkg_.a
2025-08-20T22:43:04.0042439Z [00:04:45.634]➜  packagefile cloud.google.com/go/internal/detect=/tmp/go-build3998081543/b800/_pkg_.a
2025-08-20T22:43:04.0043051Z [00:04:45.634]➜  packagefile cloud.google.com/go/internal/fields=/tmp/go-build3998081543/b802/_pkg_.a
2025-08-20T22:43:04.0043674Z [00:04:45.634]➜  packagefile cloud.google.com/go/internal/optional=/tmp/go-build3998081543/b803/_pkg_.a
2025-08-20T22:43:04.0044568Z [00:04:45.634]➜  packagefile cloud.google.com/go/internal/trace=/tmp/go-build3998081543/b804/_pkg_.a
2025-08-20T22:43:04.0045228Z [00:04:45.634]➜  packagefile cloud.google.com/go/internal/uid=/tmp/go-build3998081543/b805/_pkg_.a
2025-08-20T22:43:04.0046033Z [00:04:45.634]➜  packagefile cloud.google.com/go/internal/version=/tmp/go-build3998081543/b806/_pkg_.a
2025-08-20T22:43:04.0046662Z [00:04:45.634]➜  packagefile github.com/apache/arrow/go/v15/arrow=/tmp/go-build3998081543/b807/_pkg_.a
2025-08-20T22:43:04.0047309Z [00:04:45.634]➜  packagefile github.com/apache/arrow/go/v15/arrow/array=/tmp/go-build3998081543/b817/_pkg_.a
2025-08-20T22:43:04.0047974Z [00:04:45.634]➜  packagefile github.com/apache/arrow/go/v15/arrow/ipc=/tmp/go-build3998081543/b822/_pkg_.a
2025-08-20T22:43:04.0048640Z [00:04:45.634]➜  packagefile github.com/apache/arrow/go/v15/arrow/memory=/tmp/go-build3998081543/b812/_pkg_.a
2025-08-20T22:43:04.0049284Z [00:04:45.634]➜  packagefile github.com/googleapis/gax-go/v2=/tmp/go-build3998081543/b722/_pkg_.a
2025-08-20T22:43:04.0049868Z [00:04:45.634]➜  packagefile golang.org/x/sync/semaphore=/tmp/go-build3998081543/b782/_pkg_.a
2025-08-20T22:43:04.0050483Z [00:04:45.634]➜  packagefile google.golang.org/api/bigquery/v2=/tmp/go-build3998081543/b826/_pkg_.a
2025-08-20T22:43:04.0051132Z [00:04:45.634]➜  packagefile google.golang.org/api/option/internaloption=/tmp/go-build3998081543/b729/_pkg_.a
2025-08-20T22:43:04.0051832Z [00:04:45.634]➜  packagefile google.golang.org/grpc=/tmp/go-build3998081543/b434/_pkg_.a
2025-08-20T22:43:04.0052440Z [00:04:45.634]➜  packagefile google.golang.org/grpc/codes=/tmp/go-build3998081543/b494/_pkg_.a
2025-08-20T22:43:04.0053008Z [00:04:45.634]➜  packagefile google.golang.org/grpc/status=/tmp/go-build3998081543/b507/_pkg_.a
2025-08-20T22:43:04.0053662Z [00:04:45.634]➜  packagefile cloud.google.com/go/bigtable/admin/apiv2/adminpb=/tmp/go-build3998081543/b829/_pkg_.a
2025-08-20T22:43:04.0054558Z [00:04:45.634]➜  packagefile cloud.google.com/go/bigtable/apiv2/bigtablepb=/tmp/go-build3998081543/b832/_pkg_.a
2025-08-20T22:43:04.0055230Z [00:04:45.634]➜  packagefile cloud.google.com/go/bigtable/internal=/tmp/go-build3998081543/b834/_pkg_.a
2025-08-20T22:43:04.0056104Z [00:04:45.634]➜  packagefile cloud.google.com/go/bigtable/internal/option=/tmp/go-build3998081543/b835/_pkg_.a
2025-08-20T22:43:04.0056738Z [00:04:45.634]➜  packagefile cloud.google.com/go/longrunning=/tmp/go-build3998081543/b836/_pkg_.a
2025-08-20T22:43:04.0057360Z [00:04:45.634]➜  packagefile cloud.google.com/go/longrunning/autogen=/tmp/go-build3998081543/b837/_pkg_.a
2025-08-20T22:43:04.0058001Z [00:04:45.634]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2=/tmp/go-build3998081543/b839/_pkg_.a
2025-08-20T22:43:04.0058706Z [00:04:45.634]➜  packagefile cloud.google.com/go/monitoring/apiv3/v2/monitoringpb=/tmp/go-build3998081543/b840/_pkg_.a
2025-08-20T22:43:04.0059447Z [00:04:45.634]➜  packagefile github.com/googleapis/gax-go/v2/apierror=/tmp/go-build3998081543/b723/_pkg_.a
2025-08-20T22:43:04.0060243Z [00:04:45.634]➜  packagefile go.opentelemetry.io/otel/attribute=/tmp/go-build3998081543/b738/_pkg_.a
2025-08-20T22:43:04.0060843Z [00:04:45.634]➜  packagefile go.opentelemetry.io/otel/metric=/tmp/go-build3998081543/b755/_pkg_.a
2025-08-20T22:43:04.0061443Z [00:04:45.634]➜  packagefile go.opentelemetry.io/otel/sdk/metric=/tmp/go-build3998081543/b849/_pkg_.a
2025-08-20T22:43:04.0062112Z [00:04:45.634]➜  packagefile go.opentelemetry.io/otel/sdk/metric/metricdata=/tmp/go-build3998081543/b854/_pkg_.a
2025-08-20T22:43:04.0062809Z [00:04:45.634]➜  packagefile google.golang.org/api/cloudresourcemanager/v1=/tmp/go-build3998081543/b859/_pkg_.a
2025-08-20T22:43:04.0063469Z [00:04:45.634]➜  packagefile google.golang.org/api/transport/grpc=/tmp/go-build3998081543/b772/_pkg_.a
2025-08-20T22:43:04.0064180Z [00:04:45.634]➜  packagefile google.golang.org/genproto/googleapis/api/distribution=/tmp/go-build3998081543/b841/_pkg_.a
2025-08-20T22:43:04.0064936Z [00:04:45.634]➜  packagefile google.golang.org/genproto/googleapis/api/metric=/tmp/go-build3998081543/b843/_pkg_.a
2025-08-20T22:43:04.0066002Z [00:04:45.634]➜  packagefile google.golang.org/genproto/googleapis/api/monitoredres=/tmp/go-build3998081543/b844/_pkg_.a
2025-08-20T22:43:04.0066814Z [00:04:45.634]➜  packagefile google.golang.org/genproto/googleapis/rpc/status=/tmp/go-build3998081543/b508/_pkg_.a
2025-08-20T22:43:04.0067536Z [00:04:45.634]➜  packagefile google.golang.org/genproto/googleapis/type/date=/tmp/go-build3998081543/b833/_pkg_.a
2025-08-20T22:43:04.0068196Z [00:04:45.634]➜  packagefile google.golang.org/grpc/balancer/rls=/tmp/go-build3998081543/b860/_pkg_.a
2025-08-20T22:43:04.0068810Z [00:04:45.634]➜  packagefile google.golang.org/grpc/metadata=/tmp/go-build3998081543/b467/_pkg_.a
2025-08-20T22:43:04.0069455Z [00:04:45.634]➜  packagefile google.golang.org/grpc/xds/googledirectpath=/tmp/go-build3998081543/b866/_pkg_.a
2025-08-20T22:43:04.0070145Z [00:04:45.634]➜  packagefile google.golang.org/protobuf/encoding/protojson=/tmp/go-build3998081543/b475/_pkg_.a
2025-08-20T22:43:04.0070802Z [00:04:45.634]➜  packagefile google.golang.org/protobuf/proto=/tmp/go-build3998081543/b449/_pkg_.a
2025-08-20T22:43:04.0071470Z [00:04:45.634]➜  packagefile google.golang.org/protobuf/types/known/durationpb=/tmp/go-build3998081543/b505/_pkg_.a
2025-08-20T22:43:04.0072254Z [00:04:45.634]➜  packagefile google.golang.org/protobuf/types/known/fieldmaskpb=/tmp/go-build3998081543/b798/_pkg_.a
2025-08-20T22:43:04.0073089Z [00:04:45.634]➜  packagefile google.golang.org/protobuf/types/known/timestamppb=/tmp/go-build3998081543/b506/_pkg_.a
2025-08-20T22:43:04.0073749Z [00:04:45.634]➜  packagefile math/rand/v2=/tmp/go-build3998081543/b114/_pkg_.a
2025-08-20T22:43:04.0074405Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported=/tmp/go-build3998081543/b987/_pkg_.a
2025-08-20T22:43:04.0075205Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared=/tmp/go-build3998081543/b991/_pkg_.a
2025-08-20T22:43:04.0076227Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/policy=/tmp/go-build3998081543/b993/_pkg_.a
2025-08-20T22:43:04.0076958Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime=/tmp/go-build3998081543/b996/_pkg_.a
2025-08-20T22:43:04.0077688Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing=/tmp/go-build3998081543/b995/_pkg_.a
2025-08-20T22:43:04.0078441Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime=/tmp/go-build3998081543/b1010/_pkg_.a
2025-08-20T22:43:04.0079178Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud=/tmp/go-build3998081543/b994/_pkg_.a
2025-08-20T22:43:04.0079915Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming=/tmp/go-build3998081543/b1004/_pkg_.a
2025-08-20T22:43:04.0080680Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal=/tmp/go-build3998081543/b1013/_pkg_.a
2025-08-20T22:43:04.0081611Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo=/tmp/go-build3998081543/b1006/_pkg_.a
2025-08-20T22:43:04.0082348Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/log=/tmp/go-build3998081543/b990/_pkg_.a
2025-08-20T22:43:04.0083195Z [00:04:45.634]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential=/tmp/go-build3998081543/b1015/_pkg_.a
2025-08-20T22:43:04.0084127Z [00:04:45.634]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors=/tmp/go-build3998081543/b1017/_pkg_.a
2025-08-20T22:43:04.0085071Z [00:04:45.634]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity=/tmp/go-build3998081543/b1036/_pkg_.a
2025-08-20T22:43:04.0086195Z [00:04:45.634]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/public=/tmp/go-build3998081543/b1037/_pkg_.a
2025-08-20T22:43:04.0087045Z [00:04:45.634]➜  packagefile golang.org/x/crypto/pkcs12=/tmp/go-build3998081543/b1040/_pkg_.a
2025-08-20T22:43:04.0087753Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/log=/tmp/go-build3998081543/b989/_pkg_.a
2025-08-20T22:43:04.0088452Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/to=/tmp/go-build3998081543/b1043/_pkg_.a
2025-08-20T22:43:04.0089211Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/data/aztables/internal=/tmp/go-build3998081543/b1044/_pkg_.a
2025-08-20T22:43:04.0089976Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/uuid=/tmp/go-build3998081543/b1008/_pkg_.a
2025-08-20T22:43:04.0090561Z [00:04:45.634]➜  packagefile compress/zlib=/tmp/go-build3998081543/b390/_pkg_.a
2025-08-20T22:43:04.0091119Z [00:04:45.634]➜  packagefile github.com/ClickHouse/ch-go/compress=/tmp/go-build3998081543/b1046/_pkg_.a
2025-08-20T22:43:04.0091744Z [00:04:45.634]➜  packagefile github.com/ClickHouse/ch-go/proto=/tmp/go-build3998081543/b1049/_pkg_.a
2025-08-20T22:43:04.0092431Z [00:04:45.634]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/contributors=/tmp/go-build3998081543/b1056/_pkg_.a
2025-08-20T22:43:04.0093139Z [00:04:45.634]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/ext=/tmp/go-build3998081543/b1057/_pkg_.a
2025-08-20T22:43:04.0093840Z [00:04:45.634]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/column=/tmp/go-build3998081543/b1058/_pkg_.a
2025-08-20T22:43:04.0094665Z [00:04:45.634]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/driver=/tmp/go-build3998081543/b1064/_pkg_.a
2025-08-20T22:43:04.0095579Z [00:04:45.634]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/proto=/tmp/go-build3998081543/b1063/_pkg_.a
2025-08-20T22:43:04.0096368Z [00:04:45.634]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/resources=/tmp/go-build3998081543/b1065/_pkg_.a
2025-08-20T22:43:04.0097014Z [00:04:45.634]➜  packagefile github.com/andybalholm/brotli=/tmp/go-build3998081543/b385/_pkg_.a
2025-08-20T22:43:04.0097787Z [00:04:45.634]➜  packagefile go.opentelemetry.io/otel/trace=/tmp/go-build3998081543/b751/_pkg_.a
2025-08-20T22:43:04.0098313Z [00:04:45.634]➜  packagefile time/tzdata=/tmp/go-build3998081543/b1066/_pkg_.a
2025-08-20T22:43:04.0098890Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/bitutil=/tmp/go-build3998081543/b351/_pkg_.a
2025-08-20T22:43:04.0099572Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/decimal=/tmp/go-build3998081543/b358/_pkg_.a
2025-08-20T22:43:04.0100242Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/endian=/tmp/go-build3998081543/b352/_pkg_.a
2025-08-20T22:43:04.0100943Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/debug=/tmp/go-build3998081543/b353/_pkg_.a
2025-08-20T22:43:04.0101646Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/internal/json=/tmp/go-build3998081543/b362/_pkg_.a
2025-08-20T22:43:04.0102400Z [00:04:45.634]➜  packagefile golang.org/x/xerrors=/tmp/go-build3998081543/b372/_pkg_.a
2025-08-20T22:43:04.0102895Z [00:04:45.634]➜  packagefile hash/maphash=/tmp/go-build3998081543/b374/_pkg_.a
2025-08-20T22:43:04.0103474Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/encoded=/tmp/go-build3998081543/b376/_pkg_.a
2025-08-20T22:43:04.0104162Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/internal/bitutils=/tmp/go-build3998081543/b377/_pkg_.a
2025-08-20T22:43:04.0104868Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/internal/hashing=/tmp/go-build3998081543/b379/_pkg_.a
2025-08-20T22:43:04.0105703Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/internal/utils=/tmp/go-build3998081543/b378/_pkg_.a
2025-08-20T22:43:04.0106354Z [00:04:45.634]➜  packagefile golang.org/x/sys/cpu=/tmp/go-build3998081543/b357/_pkg_.a
2025-08-20T22:43:04.0106939Z [00:04:45.634]➜  packagefile github.com/apache/iceberg-go/internal=/tmp/go-build3998081543/b1068/_pkg_.a
2025-08-20T22:43:04.0107561Z [00:04:45.634]➜  packagefile github.com/apache/iceberg-go/io=/tmp/go-build3998081543/b1069/_pkg_.a
2025-08-20T22:43:04.0108241Z [00:04:45.634]➜  packagefile github.com/hamba/avro/v2=/tmp/go-build3998081543/b1213/_pkg_.a
2025-08-20T22:43:04.0108864Z [00:04:45.634]➜  packagefile github.com/hamba/avro/v2/ocf=/tmp/go-build3998081543/b1217/_pkg_.a
2025-08-20T22:43:04.0109415Z [00:04:45.634]➜  packagefile github.com/twmb/murmur3=/tmp/go-build3998081543/b1219/_pkg_.a
2025-08-20T22:43:04.0110004Z [00:04:45.634]➜  packagefile github.com/apache/iceberg-go/config=/tmp/go-build3998081543/b1221/_pkg_.a
2025-08-20T22:43:04.0110668Z [00:04:45.634]➜  packagefile github.com/apache/iceberg-go/catalog/internal=/tmp/go-build3998081543/b1262/_pkg_.a
2025-08-20T22:43:04.0111339Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue=/tmp/go-build3998081543/b1263/_pkg_.a
2025-08-20T22:43:04.0112016Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/types=/tmp/go-build3998081543/b1269/_pkg_.a
2025-08-20T22:43:04.0112629Z [00:04:45.634]➜  packagefile github.com/uptrace/bun=/tmp/go-build3998081543/b1272/_pkg_.a
2025-08-20T22:43:04.0113231Z [00:04:45.634]➜  packagefile github.com/uptrace/bun/dialect/feature=/tmp/go-build3998081543/b1276/_pkg_.a
2025-08-20T22:43:04.0113911Z [00:04:45.634]➜  packagefile github.com/uptrace/bun/dialect/mssqldialect=/tmp/go-build3998081543/b1289/_pkg_.a
2025-08-20T22:43:04.0114602Z [00:04:45.634]➜  packagefile github.com/uptrace/bun/dialect/mysqldialect=/tmp/go-build3998081543/b1291/_pkg_.a
2025-08-20T22:43:04.0115521Z [00:04:45.634]➜  packagefile github.com/uptrace/bun/dialect/oracledialect=/tmp/go-build3998081543/b1292/_pkg_.a
2025-08-20T22:43:04.0116293Z [00:04:45.634]➜  packagefile github.com/uptrace/bun/dialect/pgdialect=/tmp/go-build3998081543/b1293/_pkg_.a
2025-08-20T22:43:04.0116980Z [00:04:45.634]➜  packagefile github.com/uptrace/bun/dialect/sqlitedialect=/tmp/go-build3998081543/b1297/_pkg_.a
2025-08-20T22:43:04.0117796Z [00:04:45.634]➜  packagefile github.com/uptrace/bun/extra/bundebug=/tmp/go-build3998081543/b1298/_pkg_.a
2025-08-20T22:43:04.0118408Z [00:04:45.634]➜  packagefile github.com/uptrace/bun/schema=/tmp/go-build3998081543/b1278/_pkg_.a
2025-08-20T22:43:04.0119042Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute=/tmp/go-build3998081543/b425/_pkg_.a
2025-08-20T22:43:04.0119746Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute/exprs=/tmp/go-build3998081543/b1223/_pkg_.a
2025-08-20T22:43:04.0120467Z [00:04:45.634]➜  packagefile github.com/apache/arrow-go/v18/parquet/metadata=/tmp/go-build3998081543/b421/_pkg_.a
2025-08-20T22:43:04.0121156Z [00:04:45.634]➜  packagefile github.com/apache/iceberg-go/table/internal=/tmp/go-build3998081543/b1247/_pkg_.a
2025-08-20T22:43:04.0121836Z [00:04:45.634]➜  packagefile github.com/apache/iceberg-go/table/substrait=/tmp/go-build3998081543/b1248/_pkg_.a
2025-08-20T22:43:04.0122445Z [00:04:45.634]➜  packagefile github.com/pterm/pterm=/tmp/go-build3998081543/b1249/_pkg_.a
2025-08-20T22:43:04.0123326Z [00:04:45.634]➜  packagefile github.com/substrait-io/substrait-go/v3/expr=/tmp/go-build3998081543/b1224/_pkg_.a
2025-08-20T22:43:04.0124007Z [00:04:45.634]➜  packagefile golang.org/x/sync/errgroup=/tmp/go-build3998081543/b431/_pkg_.a
2025-08-20T22:43:04.0124616Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/rand=/tmp/go-build3998081543/b316/_pkg_.a
2025-08-20T22:43:04.0125262Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdk=/tmp/go-build3998081543/b317/_pkg_.a
2025-08-20T22:43:04.0126189Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sync/singleflight=/tmp/go-build3998081543/b318/_pkg_.a
2025-08-20T22:43:04.0126881Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/auth/bearer=/tmp/go-build3998081543/b319/_pkg_.a
2025-08-20T22:43:04.0127486Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/logging=/tmp/go-build3998081543/b323/_pkg_.a
2025-08-20T22:43:04.0128090Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/middleware=/tmp/go-build3998081543/b322/_pkg_.a
2025-08-20T22:43:04.0128688Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/ptr=/tmp/go-build3998081543/b331/_pkg_.a
2025-08-20T22:43:04.0129321Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/transport/http=/tmp/go-build3998081543/b541/_pkg_.a
2025-08-20T22:43:04.0144767Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds=/tmp/go-build3998081543/b543/_pkg_.a
2025-08-20T22:43:04.0145791Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds=/tmp/go-build3998081543/b551/_pkg_.a
2025-08-20T22:43:04.0146593Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/processcreds=/tmp/go-build3998081543/b553/_pkg_.a
2025-08-20T22:43:04.0147319Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/ssocreds=/tmp/go-build3998081543/b555/_pkg_.a
2025-08-20T22:43:04.0148009Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds=/tmp/go-build3998081543/b544/_pkg_.a
2025-08-20T22:43:04.0148686Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/ini=/tmp/go-build3998081543/b584/_pkg_.a
2025-08-20T22:43:04.0149378Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/shareddefaults=/tmp/go-build3998081543/b556/_pkg_.a
2025-08-20T22:43:04.0150057Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso=/tmp/go-build3998081543/b557/_pkg_.a
2025-08-20T22:43:04.0151008Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc=/tmp/go-build3998081543/b570/_pkg_.a
2025-08-20T22:43:04.0151781Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/private/requestcompression=/tmp/go-build3998081543/b585/_pkg_.a
2025-08-20T22:43:04.0152473Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/defaults=/tmp/go-build3998081543/b558/_pkg_.a
2025-08-20T22:43:04.0153122Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/middleware=/tmp/go-build3998081543/b332/_pkg_.a
2025-08-20T22:43:04.0153955Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/restjson=/tmp/go-build3998081543/b559/_pkg_.a
2025-08-20T22:43:04.0154635Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth=/tmp/go-build3998081543/b336/_pkg_.a
2025-08-20T22:43:04.0155309Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/auth/smithy=/tmp/go-build3998081543/b560/_pkg_.a
2025-08-20T22:43:04.0156305Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/configsources=/tmp/go-build3998081543/b561/_pkg_.a
2025-08-20T22:43:04.0157014Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints=/tmp/go-build3998081543/b562/_pkg_.a
2025-08-20T22:43:04.0157756Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn=/tmp/go-build3998081543/b563/_pkg_.a
2025-08-20T22:43:04.0158490Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/middleware=/tmp/go-build3998081543/b564/_pkg_.a
2025-08-20T22:43:04.0159518Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/athena/internal/endpoints=/tmp/go-build3998081543/b1300/_pkg_.a
2025-08-20T22:43:04.0160316Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/auth=/tmp/go-build3998081543/b326/_pkg_.a
2025-08-20T22:43:04.0160909Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/document=/tmp/go-build3998081543/b568/_pkg_.a
2025-08-20T22:43:04.0161557Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/encoding/httpbinding=/tmp/go-build3998081543/b337/_pkg_.a
2025-08-20T22:43:04.0162222Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/encoding/json=/tmp/go-build3998081543/b573/_pkg_.a
2025-08-20T22:43:04.0162839Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/endpoints=/tmp/go-build3998081543/b569/_pkg_.a
2025-08-20T22:43:04.0163422Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/io=/tmp/go-build3998081543/b550/_pkg_.a
2025-08-20T22:43:04.0164000Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/metrics=/tmp/go-build3998081543/b327/_pkg_.a
2025-08-20T22:43:04.0164591Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/rand=/tmp/go-build3998081543/b333/_pkg_.a
2025-08-20T22:43:04.0165161Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/time=/tmp/go-build3998081543/b328/_pkg_.a
2025-08-20T22:43:04.0165933Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/tracing=/tmp/go-build3998081543/b329/_pkg_.a
2025-08-20T22:43:04.0166557Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/transport/http=/tmp/go-build3998081543/b324/_pkg_.a
2025-08-20T22:43:04.0167228Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/query=/tmp/go-build3998081543/b577/_pkg_.a
2025-08-20T22:43:04.0167911Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/xml=/tmp/go-build3998081543/b578/_pkg_.a
2025-08-20T22:43:04.0168652Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding=/tmp/go-build3998081543/b579/_pkg_.a
2025-08-20T22:43:04.0169454Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/presigned-url=/tmp/go-build3998081543/b580/_pkg_.a
2025-08-20T22:43:04.0170244Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints=/tmp/go-build3998081543/b581/_pkg_.a
2025-08-20T22:43:04.0170969Z [00:04:45.634]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sts/types=/tmp/go-build3998081543/b582/_pkg_.a
2025-08-20T22:43:04.0171620Z [00:04:45.634]➜  packagefile github.com/aws/smithy-go/encoding/xml=/tmp/go-build3998081543/b583/_pkg_.a
2025-08-20T22:43:04.0172480Z [00:04:45.634]➜  packagefile github.com/apache/thrift/lib/go/thrift=/tmp/go-build3998081543/b389/_pkg_.a
2025-08-20T22:43:04.0173205Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/auth=/tmp/go-build3998081543/b1303/_pkg_.a
2025-08-20T22:43:04.0173932Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth/m2m=/tmp/go-build3998081543/b1304/_pkg_.a
2025-08-20T22:43:04.0174870Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/auth/pat=/tmp/go-build3998081543/b1312/_pkg_.a
2025-08-20T22:43:04.0175833Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/errors=/tmp/go-build3998081543/b1314/_pkg_.a
2025-08-20T22:43:04.0176662Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/internal/cli_service=/tmp/go-build3998081543/b1315/_pkg_.a
2025-08-20T22:43:04.0177452Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/internal/client=/tmp/go-build3998081543/b1316/_pkg_.a
2025-08-20T22:43:04.0178225Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/internal/config=/tmp/go-build3998081543/b1317/_pkg_.a
2025-08-20T22:43:04.0178993Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/internal/errors=/tmp/go-build3998081543/b1321/_pkg_.a
2025-08-20T22:43:04.0179750Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows=/tmp/go-build3998081543/b1325/_pkg_.a
2025-08-20T22:43:04.0180696Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/internal/sentinel=/tmp/go-build3998081543/b1349/_pkg_.a
2025-08-20T22:43:04.0181575Z [00:04:45.634]➜  packagefile github.com/databricks/databricks-sql-go/internal/thrift_protocol=/tmp/go-build3998081543/b1350/_pkg_.a
2025-08-20T22:43:04.0182329Z [00:04:45.634]➜  packagefile github.com/pkg/errors=/tmp/go-build3998081543/b595/_pkg_.a
2025-08-20T22:43:04.0183016Z [00:04:45.634]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport=/tmp/go-build3998081543/b1352/_pkg_.a
2025-08-20T22:43:04.0183860Z [00:04:45.634]➜  packagefile github.com/elastic/elastic-transport-go/v8/elastictransport/version=/tmp/go-build3998081543/b1353/_pkg_.a
2025-08-20T22:43:04.0184631Z [00:04:45.634]➜  packagefile github.com/elastic/go-elasticsearch/v8/esapi=/tmp/go-build3998081543/b1354/_pkg_.a
2025-08-20T22:43:04.0185498Z [00:04:45.634]➜  packagefile github.com/elastic/go-elasticsearch/v8/internal/version=/tmp/go-build3998081543/b1355/_pkg_.a
2025-08-20T22:43:04.0186310Z [00:04:45.634]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi=/tmp/go-build3998081543/b1356/_pkg_.a
2025-08-20T22:43:04.0187035Z [00:04:45.634]➜  packagefile github.com/exasol/exasol-driver-go/internal/config=/tmp/go-build3998081543/b2073/_pkg_.a
2025-08-20T22:43:04.0187761Z [00:04:45.634]➜  packagefile github.com/exasol/exasol-driver-go/pkg/connection=/tmp/go-build3998081543/b2074/_pkg_.a
2025-08-20T22:43:04.0188463Z [00:04:45.634]➜  packagefile github.com/exasol/exasol-driver-go/pkg/dsn=/tmp/go-build3998081543/b2084/_pkg_.a
2025-08-20T22:43:04.0189110Z [00:04:45.634]➜  packagefile github.com/flarco/bigquery/internal=/tmp/go-build3998081543/b2086/_pkg_.a
2025-08-20T22:43:04.0189765Z [00:04:45.634]➜  packagefile github.com/flarco/bigquery/internal/param=/tmp/go-build3998081543/b2091/_pkg_.a
2025-08-20T22:43:04.0190438Z [00:04:45.634]➜  packagefile github.com/flarco/bigquery/internal/query=/tmp/go-build3998081543/b2092/_pkg_.a
2025-08-20T22:43:04.0191069Z [00:04:45.634]➜  packagefile github.com/francoispqt/gojay=/tmp/go-build3998081543/b2089/_pkg_.a
2025-08-20T22:43:04.0191626Z [00:04:45.634]➜  packagefile filippo.io/edwards25519=/tmp/go-build3998081543/b2094/_pkg_.a
2025-08-20T22:43:04.0192197Z [00:04:45.634]➜  packagefile github.com/jmoiron/sqlx/reflectx=/tmp/go-build3998081543/b591/_pkg_.a
2025-08-20T22:43:04.0192759Z [00:04:45.634]➜  packagefile github.com/lib/pq/oid=/tmp/go-build3998081543/b2097/_pkg_.a
2025-08-20T22:43:04.0193447Z [00:04:45.634]➜  packagefile github.com/lib/pq/scram=/tmp/go-build3998081543/b2098/_pkg_.a
2025-08-20T22:43:04.0194064Z [00:04:45.634]➜  packagefile github.com/golang-sql/civil=/tmp/go-build3998081543/b2101/_pkg_.a
2025-08-20T22:43:04.0194631Z [00:04:45.634]➜  packagefile github.com/golang-sql/sqlexp=/tmp/go-build3998081543/b2102/_pkg_.a
2025-08-20T22:43:04.0195229Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/aecmk=/tmp/go-build3998081543/b2103/_pkg_.a
2025-08-20T22:43:04.0196180Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth=/tmp/go-build3998081543/b2104/_pkg_.a
2025-08-20T22:43:04.0197141Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/integratedauth/ntlm=/tmp/go-build3998081543/b2106/_pkg_.a
2025-08-20T22:43:04.0197845Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/internal/cp=/tmp/go-build3998081543/b2108/_pkg_.a
2025-08-20T22:43:04.0198541Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/internal/decimal=/tmp/go-build3998081543/b2109/_pkg_.a
2025-08-20T22:43:04.0199467Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/algorithms=/tmp/go-build3998081543/b2110/_pkg_.a
2025-08-20T22:43:04.0200570Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/encryption=/tmp/go-build3998081543/b2112/_pkg_.a
2025-08-20T22:43:04.0201646Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/keys=/tmp/go-build3998081543/b2113/_pkg_.a
2025-08-20T22:43:04.0202751Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/internal/querytext=/tmp/go-build3998081543/b2115/_pkg_.a
2025-08-20T22:43:04.0203539Z [00:04:45.634]➜  packagefile github.com/microsoft/go-mssqldb/msdsn=/tmp/go-build3998081543/b2105/_pkg_.a
2025-08-20T22:43:04.0204175Z [00:04:45.634]➜  packagefile github.com/jcmturner/gokrb5/v8/client=/tmp/go-build3998081543/b2118/_pkg_.a
2025-08-20T22:43:04.0204815Z [00:04:45.634]➜  packagefile github.com/jcmturner/gokrb5/v8/config=/tmp/go-build3998081543/b2119/_pkg_.a
2025-08-20T22:43:04.0205626Z [00:04:45.634]➜  packagefile github.com/jcmturner/gokrb5/v8/credentials=/tmp/go-build3998081543/b2123/_pkg_.a
2025-08-20T22:43:04.0206347Z [00:04:45.634]➜  packagefile github.com/jcmturner/gokrb5/v8/gssapi=/tmp/go-build3998081543/b2154/_pkg_.a
2025-08-20T22:43:04.0206981Z [00:04:45.634]➜  packagefile github.com/jcmturner/gokrb5/v8/keytab=/tmp/go-build3998081543/b2126/_pkg_.a
2025-08-20T22:43:04.0207624Z [00:04:45.634]➜  packagefile github.com/jcmturner/gokrb5/v8/spnego=/tmp/go-build3998081543/b2155/_pkg_.a
2025-08-20T22:43:04.0208243Z [00:04:45.634]➜  packagefile github.com/mwitkow/go-conntrack=/tmp/go-build3998081543/b2164/_pkg_.a
2025-08-20T22:43:04.0208840Z [00:04:45.634]➜  packagefile golang.org/x/net/http/httpproxy=/tmp/go-build3998081543/b2177/_pkg_.a
2025-08-20T22:43:04.0209402Z [00:04:45.634]➜  packagefile golang.org/x/net/http2=/tmp/go-build3998081543/b520/_pkg_.a
2025-08-20T22:43:04.0209998Z [00:04:45.634]➜  packagefile golang.org/x/oauth2/clientcredentials=/tmp/go-build3998081543/b1311/_pkg_.a
2025-08-20T22:43:04.0210638Z [00:04:45.634]➜  packagefile github.com/prometheus/client_model/go=/tmp/go-build3998081543/b2162/_pkg_.a
2025-08-20T22:43:04.0211280Z [00:04:45.634]➜  packagefile github.com/sijms/go-ora/v2/advanced_nego=/tmp/go-build3998081543/b2181/_pkg_.a
2025-08-20T22:43:04.0211936Z [00:04:45.634]➜  packagefile github.com/sijms/go-ora/v2/configurations=/tmp/go-build3998081543/b2184/_pkg_.a
2025-08-20T22:43:04.0212777Z [00:04:45.634]➜  packagefile github.com/sijms/go-ora/v2/converters=/tmp/go-build3998081543/b2186/_pkg_.a
2025-08-20T22:43:04.0213394Z [00:04:45.634]➜  packagefile github.com/sijms/go-ora/v2/lazy_init=/tmp/go-build3998081543/b2187/_pkg_.a
2025-08-20T22:43:04.0213996Z [00:04:45.634]➜  packagefile github.com/sijms/go-ora/v2/network=/tmp/go-build3998081543/b2185/_pkg_.a
2025-08-20T22:43:04.0214718Z [00:04:45.634]➜  packagefile github.com/sijms/go-ora/v2/network/security=/tmp/go-build3998081543/b2188/_pkg_.a
2025-08-20T22:43:04.0215555Z [00:04:45.634]➜  packagefile github.com/sijms/go-ora/v2/trace=/tmp/go-build3998081543/b2189/_pkg_.a
2025-08-20T22:43:04.0216136Z [00:04:45.634]➜  packagefile go/types=/tmp/go-build3998081543/b2190/_pkg_.a
2025-08-20T22:43:04.0216654Z [00:04:45.634]➜  packagefile github.com/99designs/keyring=/tmp/go-build3998081543/b2205/_pkg_.a
2025-08-20T22:43:04.0217363Z [00:04:45.634]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/bloberror=/tmp/go-build3998081543/b1072/_pkg_.a
2025-08-20T22:43:04.0218131Z [00:04:45.634]➜  packagefile github.com/apache/arrow/go/v15/arrow/compute=/tmp/go-build3998081543/b2217/_pkg_.a
2025-08-20T22:43:04.0218835Z [00:04:45.634]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal128=/tmp/go-build3998081543/b813/_pkg_.a
2025-08-20T22:43:04.0219495Z [00:04:45.634]➜  packagefile github.com/gabriel-vasile/mimetype=/tmp/go-build3998081543/b2222/_pkg_.a
2025-08-20T22:43:04.0220086Z [00:04:45.634]➜  packagefile github.com/golang-jwt/jwt/v5=/tmp/go-build3998081543/b1032/_pkg_.a
2025-08-20T22:43:04.0220636Z [00:04:45.634]➜  packagefile github.com/pkg/browser=/tmp/go-build3998081543/b1039/_pkg_.a
2025-08-20T22:43:04.0221184Z [00:04:45.635]➜  packagefile github.com/sirupsen/logrus=/tmp/go-build3998081543/b2228/_pkg_.a
2025-08-20T22:43:04.0221737Z [00:04:45.635]➜  packagefile golang.org/x/crypto/ocsp=/tmp/go-build3998081543/b2229/_pkg_.a
2025-08-20T22:43:04.0222409Z [00:04:45.635]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/contributors=/tmp/go-build3998081543/b2231/_pkg_.a
2025-08-20T22:43:04.0223400Z [00:04:45.635]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/external=/tmp/go-build3998081543/b2232/_pkg_.a
2025-08-20T22:43:04.0224200Z [00:04:45.635]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/binary=/tmp/go-build3998081543/b2234/_pkg_.a
2025-08-20T22:43:04.0224945Z [00:04:45.635]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/column=/tmp/go-build3998081543/b2233/_pkg_.a
2025-08-20T22:43:04.0225887Z [00:04:45.635]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/compress=/tmp/go-build3998081543/b2238/_pkg_.a
2025-08-20T22:43:04.0226655Z [00:04:45.635]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/driver=/tmp/go-build3998081543/b2240/_pkg_.a
2025-08-20T22:43:04.0227385Z [00:04:45.635]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/io=/tmp/go-build3998081543/b2241/_pkg_.a
2025-08-20T22:43:04.0228120Z [00:04:45.635]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/proto=/tmp/go-build3998081543/b2237/_pkg_.a
2025-08-20T22:43:04.0228750Z [00:04:45.635]➜  packagefile github.com/pierrec/lz4=/tmp/go-build3998081543/b2243/_pkg_.a
2025-08-20T22:43:04.0229301Z [00:04:45.635]➜  packagefile golang.org/x/crypto/scrypt=/tmp/go-build3998081543/b2247/_pkg_.a
2025-08-20T22:43:04.0229915Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/bson/bsoncodec=/tmp/go-build3998081543/b250/_pkg_.a
2025-08-20T22:43:04.0230564Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonrw=/tmp/go-build3998081543/b252/_pkg_.a
2025-08-20T22:43:04.0231205Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/bson/bsontype=/tmp/go-build3998081543/b253/_pkg_.a
2025-08-20T22:43:04.0231869Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/x/bsonx/bsoncore=/tmp/go-build3998081543/b255/_pkg_.a
2025-08-20T22:43:04.0232501Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/event=/tmp/go-build3998081543/b2249/_pkg_.a
2025-08-20T22:43:04.0233347Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/internal/codecutil=/tmp/go-build3998081543/b2257/_pkg_.a
2025-08-20T22:43:04.0234030Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/internal/csfle=/tmp/go-build3998081543/b2258/_pkg_.a
2025-08-20T22:43:04.0234688Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/internal/csot=/tmp/go-build3998081543/b2259/_pkg_.a
2025-08-20T22:43:04.0235675Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/internal/httputil=/tmp/go-build3998081543/b2260/_pkg_.a
2025-08-20T22:43:04.0236420Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/internal/logger=/tmp/go-build3998081543/b2261/_pkg_.a
2025-08-20T22:43:04.0237086Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/internal/uuid=/tmp/go-build3998081543/b2262/_pkg_.a
2025-08-20T22:43:04.0237763Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/mongo/description=/tmp/go-build3998081543/b2251/_pkg_.a
2025-08-20T22:43:04.0238458Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/mongo/readconcern=/tmp/go-build3998081543/b2266/_pkg_.a
2025-08-20T22:43:04.0239156Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/mongo/writeconcern=/tmp/go-build3998081543/b2267/_pkg_.a
2025-08-20T22:43:04.0239832Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver=/tmp/go-build3998081543/b2268/_pkg_.a
2025-08-20T22:43:04.0240546Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt=/tmp/go-build3998081543/b2270/_pkg_.a
2025-08-20T22:43:04.0241344Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/mongocrypt/options=/tmp/go-build3998081543/b2271/_pkg_.a
2025-08-20T22:43:04.0242126Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/operation=/tmp/go-build3998081543/b2276/_pkg_.a
2025-08-20T22:43:04.0242860Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/session=/tmp/go-build3998081543/b2272/_pkg_.a
2025-08-20T22:43:04.0243764Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/topology=/tmp/go-build3998081543/b2278/_pkg_.a
2025-08-20T22:43:04.0244486Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/tag=/tmp/go-build3998081543/b2256/_pkg_.a
2025-08-20T22:43:04.0245253Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/connstring=/tmp/go-build3998081543/b2274/_pkg_.a
2025-08-20T22:43:04.0246252Z [00:04:45.635]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/wiremessage=/tmp/go-build3998081543/b2273/_pkg_.a
2025-08-20T22:43:04.0246949Z [00:04:45.635]➜  packagefile cloud.google.com/go/compute/metadata=/tmp/go-build3998081543/b657/_pkg_.a
2025-08-20T22:43:04.0247582Z [00:04:45.635]➜  packagefile golang.org/x/oauth2/authhandler=/tmp/go-build3998081543/b658/_pkg_.a
2025-08-20T22:43:04.0248227Z [00:04:45.635]➜  packagefile golang.org/x/oauth2/google/externalaccount=/tmp/go-build3998081543/b659/_pkg_.a
2025-08-20T22:43:04.0249020Z [00:04:45.635]➜  packagefile golang.org/x/oauth2/google/internal/externalaccountauthorizeduser=/tmp/go-build3998081543/b662/_pkg_.a
2025-08-20T22:43:04.0249839Z [00:04:45.635]➜  packagefile golang.org/x/oauth2/google/internal/impersonate=/tmp/go-build3998081543/b660/_pkg_.a
2025-08-20T22:43:04.0250481Z [00:04:45.635]➜  packagefile golang.org/x/oauth2/internal=/tmp/go-build3998081543/b655/_pkg_.a
2025-08-20T22:43:04.0251029Z [00:04:45.635]➜  packagefile golang.org/x/oauth2/jws=/tmp/go-build3998081543/b663/_pkg_.a
2025-08-20T22:43:04.0251565Z [00:04:45.635]➜  packagefile golang.org/x/oauth2/jwt=/tmp/go-build3998081543/b664/_pkg_.a
2025-08-20T22:43:04.0252145Z [00:04:45.635]➜  packagefile golang.org/x/text/encoding/internal=/tmp/go-build3998081543/b666/_pkg_.a
2025-08-20T22:43:04.0252818Z [00:04:45.635]➜  packagefile golang.org/x/text/encoding/internal/identifier=/tmp/go-build3998081543/b597/_pkg_.a
2025-08-20T22:43:04.0253500Z [00:04:45.635]➜  packagefile golang.org/x/text/internal/utf8internal=/tmp/go-build3998081543/b668/_pkg_.a
2025-08-20T22:43:04.0254290Z [00:04:45.635]➜  packagefile cloud.google.com/go/auth=/tmp/go-build3998081543/b671/_pkg_.a
2025-08-20T22:43:04.0254856Z [00:04:45.635]➜  packagefile google.golang.org/api/internal=/tmp/go-build3998081543/b676/_pkg_.a
2025-08-20T22:43:04.0255674Z [00:04:45.635]➜  packagefile google.golang.org/api/internal/impersonate=/tmp/go-build3998081543/b717/_pkg_.a
2025-08-20T22:43:04.0256296Z [00:04:45.635]➜  packagefile log/slog=/tmp/go-build3998081543/b392/_pkg_.a
2025-08-20T22:43:04.0256925Z [00:04:45.635]➜  packagefile github.com/jackc/pgx/v5=/tmp/go-build3998081543/b2293/_pkg_.a
2025-08-20T22:43:04.0257550Z [00:04:45.635]➜  packagefile github.com/jackc/pgx/v5/pgconn=/tmp/go-build3998081543/b2298/_pkg_.a
2025-08-20T22:43:04.0258132Z [00:04:45.635]➜  packagefile github.com/jackc/pgx/v5/stdlib=/tmp/go-build3998081543/b2308/_pkg_.a
2025-08-20T22:43:04.0258681Z [00:04:45.635]➜  packagefile gorm.io/gorm/callbacks=/tmp/go-build3998081543/b2318/_pkg_.a
2025-08-20T22:43:04.0259197Z [00:04:45.635]➜  packagefile gorm.io/gorm/clause=/tmp/go-build3998081543/b2314/_pkg_.a
2025-08-20T22:43:04.0259727Z [00:04:45.635]➜  packagefile gorm.io/gorm/migrator=/tmp/go-build3998081543/b2319/_pkg_.a
2025-08-20T22:43:04.0260239Z [00:04:45.635]➜  packagefile gorm.io/gorm/schema=/tmp/go-build3998081543/b2317/_pkg_.a
2025-08-20T22:43:04.0260753Z [00:04:45.635]➜  packagefile github.com/jinzhu/now=/tmp/go-build3998081543/b2313/_pkg_.a
2025-08-20T22:43:04.0261267Z [00:04:45.635]➜  packagefile gorm.io/gorm/utils=/tmp/go-build3998081543/b2316/_pkg_.a
2025-08-20T22:43:04.0261791Z [00:04:45.635]➜  packagefile github.com/imdario/mergo=/tmp/go-build3998081543/b608/_pkg_.a
2025-08-20T22:43:04.0262356Z [00:04:45.635]➜  packagefile gopkg.in/VividCortex/ewma.v1=/tmp/go-build3998081543/b2323/_pkg_.a
2025-08-20T22:43:04.0262941Z [00:04:45.635]➜  packagefile gopkg.in/cheggaaa/pb.v2/termutil=/tmp/go-build3998081543/b2324/_pkg_.a
2025-08-20T22:43:04.0263503Z [00:04:45.635]➜  packagefile gopkg.in/fatih/color.v1=/tmp/go-build3998081543/b2325/_pkg_.a
2025-08-20T22:43:04.0264234Z [00:04:45.635]➜  packagefile gopkg.in/mattn/go-colorable.v0=/tmp/go-build3998081543/b2326/_pkg_.a
2025-08-20T22:43:04.0264870Z [00:04:45.635]➜  packagefile gopkg.in/mattn/go-isatty.v0=/tmp/go-build3998081543/b2327/_pkg_.a
2025-08-20T22:43:04.0265698Z [00:04:45.635]➜  packagefile gopkg.in/mattn/go-runewidth.v0=/tmp/go-build3998081543/b2328/_pkg_.a
2025-08-20T22:43:04.0266268Z [00:04:45.635]➜  packagefile internal/profile=/tmp/go-build3998081543/b2330/_pkg_.a
2025-08-20T22:43:04.0266767Z [00:04:45.635]➜  packagefile runtime/pprof=/tmp/go-build3998081543/b1111/_pkg_.a
2025-08-20T22:43:04.0267342Z [00:04:45.635]➜  packagefile vendor/golang.org/x/text/secure/bidirule=/tmp/go-build3998081543/b193/_pkg_.a
2025-08-20T22:43:04.0267985Z [00:04:45.635]➜  packagefile vendor/golang.org/x/text/unicode/bidi=/tmp/go-build3998081543/b195/_pkg_.a
2025-08-20T22:43:04.0268610Z [00:04:45.635]➜  packagefile vendor/golang.org/x/text/unicode/norm=/tmp/go-build3998081543/b196/_pkg_.a
2025-08-20T22:43:04.0269169Z [00:04:45.635]➜  packagefile internal/bisect=/tmp/go-build3998081543/b039/_pkg_.a
2025-08-20T22:43:04.0269702Z [00:04:45.635]➜  packagefile crypto/internal/boring/sig=/tmp/go-build3998081543/b119/_pkg_.a
2025-08-20T22:43:04.0270275Z [00:04:45.635]➜  packagefile crypto/internal/fips140/check=/tmp/go-build3998081543/b100/_pkg_.a
2025-08-20T22:43:04.0270863Z [00:04:45.635]➜  packagefile crypto/internal/fips140/subtle=/tmp/go-build3998081543/b107/_pkg_.a
2025-08-20T22:43:04.0271494Z [00:04:45.635]➜  packagefile crypto/internal/fips140deps/byteorder=/tmp/go-build3998081543/b103/_pkg_.a
2025-08-20T22:43:04.0272168Z [00:04:45.635]➜  packagefile crypto/internal/fips140deps/cpu=/tmp/go-build3998081543/b104/_pkg_.a
2025-08-20T22:43:04.0272795Z [00:04:45.635]➜  packagefile crypto/internal/fips140deps/godebug=/tmp/go-build3998081543/b098/_pkg_.a
2025-08-20T22:43:04.0273402Z [00:04:45.635]➜  packagefile crypto/internal/fips140/sha256=/tmp/go-build3998081543/b102/_pkg_.a
2025-08-20T22:43:04.0273978Z [00:04:45.635]➜  packagefile crypto/internal/fips140/sha3=/tmp/go-build3998081543/b106/_pkg_.a
2025-08-20T22:43:04.0274774Z [00:04:45.635]➜  packagefile crypto/internal/fips140/sha512=/tmp/go-build3998081543/b108/_pkg_.a
2025-08-20T22:43:04.0275561Z [00:04:45.635]➜  packagefile crypto/internal/entropy=/tmp/go-build3998081543/b111/_pkg_.a
2025-08-20T22:43:04.0276224Z [00:04:45.635]➜  packagefile crypto/internal/fips140/ecdh=/tmp/go-build3998081543/b129/_pkg_.a
2025-08-20T22:43:04.0276970Z [00:04:45.635]➜  packagefile crypto/internal/fips140/edwards25519/field=/tmp/go-build3998081543/b132/_pkg_.a
2025-08-20T22:43:04.0277699Z [00:04:45.635]➜  packagefile crypto/internal/boring/bbig=/tmp/go-build3998081543/b135/_pkg_.a
2025-08-20T22:43:04.0278281Z [00:04:45.635]➜  packagefile crypto/internal/fips140/ecdsa=/tmp/go-build3998081543/b136/_pkg_.a
2025-08-20T22:43:04.0278864Z [00:04:45.635]➜  packagefile crypto/internal/fips140/nistec=/tmp/go-build3998081543/b130/_pkg_.a
2025-08-20T22:43:04.0279443Z [00:04:45.635]➜  packagefile crypto/internal/fips140cache=/tmp/go-build3998081543/b138/_pkg_.a
2025-08-20T22:43:04.0280028Z [00:04:45.635]➜  packagefile crypto/internal/fips140hash=/tmp/go-build3998081543/b140/_pkg_.a
2025-08-20T22:43:04.0280610Z [00:04:45.635]➜  packagefile crypto/internal/fips140/ed25519=/tmp/go-build3998081543/b148/_pkg_.a
2025-08-20T22:43:04.0281193Z [00:04:45.635]➜  packagefile crypto/internal/fips140/hkdf=/tmp/go-build3998081543/b151/_pkg_.a
2025-08-20T22:43:04.0281764Z [00:04:45.635]➜  packagefile crypto/internal/fips140/hmac=/tmp/go-build3998081543/b101/_pkg_.a
2025-08-20T22:43:04.0282347Z [00:04:45.635]➜  packagefile crypto/internal/fips140/bigmod=/tmp/go-build3998081543/b137/_pkg_.a
2025-08-20T22:43:04.0282924Z [00:04:45.635]➜  packagefile crypto/internal/fips140/rsa=/tmp/go-build3998081543/b163/_pkg_.a
2025-08-20T22:43:04.0283445Z [00:04:45.635]➜  packagefile crypto/fips140=/tmp/go-build3998081543/b166/_pkg_.a
2025-08-20T22:43:04.0283993Z [00:04:45.635]➜  packagefile vendor/golang.org/x/crypto/chacha20=/tmp/go-build3998081543/b158/_pkg_.a
2025-08-20T22:43:04.0284850Z [00:04:45.635]➜  packagefile vendor/golang.org/x/crypto/internal/alias=/tmp/go-build3998081543/b159/_pkg_.a
2025-08-20T22:43:04.0285766Z [00:04:45.635]➜  packagefile vendor/golang.org/x/crypto/internal/poly1305=/tmp/go-build3998081543/b160/_pkg_.a
2025-08-20T22:43:04.0286407Z [00:04:45.635]➜  packagefile github.com/go-openapi/strfmt=/tmp/go-build3998081543/b242/_pkg_.a
2025-08-20T22:43:04.0287006Z [00:04:45.635]➜  packagefile github.com/shirou/gopsutil/v4/common=/tmp/go-build3998081543/b267/_pkg_.a
2025-08-20T22:43:04.0287605Z [00:04:45.635]➜  packagefile github.com/tklauser/numcpus=/tmp/go-build3998081543/b269/_pkg_.a
2025-08-20T22:43:04.0288173Z [00:04:45.635]➜  packagefile net/http/internal/testcert=/tmp/go-build3998081543/b284/_pkg_.a
2025-08-20T22:43:04.0288663Z [00:04:45.635]➜  packagefile unique=/tmp/go-build3998081543/b178/_pkg_.a
2025-08-20T22:43:04.0289156Z [00:04:45.635]➜  packagefile golang.org/x/text/internal=/tmp/go-build3998081543/b212/_pkg_.a
2025-08-20T22:43:04.0289758Z [00:04:45.635]➜  packagefile golang.org/x/text/internal/language=/tmp/go-build3998081543/b214/_pkg_.a
2025-08-20T22:43:04.0290423Z [00:04:45.635]➜  packagefile golang.org/x/text/internal/language/compact=/tmp/go-build3998081543/b216/_pkg_.a
2025-08-20T22:43:04.0291001Z [00:04:45.635]➜  packagefile go/doc/comment=/tmp/go-build3998081543/b226/_pkg_.a
2025-08-20T22:43:04.0291496Z [00:04:45.635]➜  packagefile internal/lazyregexp=/tmp/go-build3998081543/b227/_pkg_.a
2025-08-20T22:43:04.0292045Z [00:04:45.635]➜  packagefile github.com/gobwas/glob/match=/tmp/go-build3998081543/b307/_pkg_.a
2025-08-20T22:43:04.0292640Z [00:04:45.635]➜  packagefile github.com/gobwas/glob/syntax/ast=/tmp/go-build3998081543/b310/_pkg_.a
2025-08-20T22:43:04.0293242Z [00:04:45.635]➜  packagefile github.com/gobwas/glob/util/runes=/tmp/go-build3998081543/b308/_pkg_.a
2025-08-20T22:43:04.0293853Z [00:04:45.635]➜  packagefile github.com/gobwas/glob/syntax/lexer=/tmp/go-build3998081543/b311/_pkg_.a
2025-08-20T22:43:04.0294782Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4=/tmp/go-build3998081543/b334/_pkg_.a
2025-08-20T22:43:04.0295577Z [00:04:45.635]➜  packagefile github.com/bits-and-blooms/bitset=/tmp/go-build3998081543/b339/_pkg_.a
2025-08-20T22:43:04.0296236Z [00:04:45.635]➜  packagefile github.com/maja42/goval/internal=/tmp/go-build3998081543/b341/_pkg_.a
2025-08-20T22:43:04.0296866Z [00:04:45.635]➜  packagefile cloud.google.com/go/storage/experimental=/tmp/go-build3998081543/b1139/_pkg_.a
2025-08-20T22:43:04.0297616Z [00:04:45.635]➜  packagefile cloud.google.com/go/storage/internal=/tmp/go-build3998081543/b1140/_pkg_.a
2025-08-20T22:43:04.0298329Z [00:04:45.635]➜  packagefile cloud.google.com/go/storage/internal/apiv2=/tmp/go-build3998081543/b1141/_pkg_.a
2025-08-20T22:43:04.0299050Z [00:04:45.635]➜  packagefile cloud.google.com/go/storage/internal/apiv2/storagepb=/tmp/go-build3998081543/b1142/_pkg_.a
2025-08-20T22:43:04.0299911Z [00:04:45.635]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric=/tmp/go-build3998081543/b1143/_pkg_.a
2025-08-20T22:43:04.0300709Z [00:04:45.635]➜  packagefile github.com/googleapis/gax-go/v2/callctx=/tmp/go-build3998081543/b727/_pkg_.a
2025-08-20T22:43:04.0301365Z [00:04:45.635]➜  packagefile go.opentelemetry.io/contrib/detectors/gcp=/tmp/go-build3998081543/b1147/_pkg_.a
2025-08-20T22:43:04.0301963Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel=/tmp/go-build3998081543/b743/_pkg_.a
2025-08-20T22:43:04.0302533Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/codes=/tmp/go-build3998081543/b741/_pkg_.a
2025-08-20T22:43:04.0303136Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/sdk/resource=/tmp/go-build3998081543/b855/_pkg_.a
2025-08-20T22:43:04.0303778Z [00:04:45.635]➜  packagefile google.golang.org/api/iamcredentials/v1=/tmp/go-build3998081543/b1149/_pkg_.a
2025-08-20T22:43:04.0304405Z [00:04:45.635]➜  packagefile google.golang.org/api/storage/v1=/tmp/go-build3998081543/b1150/_pkg_.a
2025-08-20T22:43:04.0305139Z [00:04:45.635]➜  packagefile google.golang.org/api/transport=/tmp/go-build3998081543/b801/_pkg_.a
2025-08-20T22:43:04.0305983Z [00:04:45.635]➜  packagefile google.golang.org/api/transport/http=/tmp/go-build3998081543/b730/_pkg_.a
2025-08-20T22:43:04.0306764Z [00:04:45.635]➜  packagefile google.golang.org/genproto/googleapis/type/expr=/tmp/go-build3998081543/b797/_pkg_.a
2025-08-20T22:43:04.0307412Z [00:04:45.635]➜  packagefile google.golang.org/grpc/encoding=/tmp/go-build3998081543/b496/_pkg_.a
2025-08-20T22:43:04.0308048Z [00:04:45.635]➜  packagefile google.golang.org/grpc/experimental/stats=/tmp/go-build3998081543/b465/_pkg_.a
2025-08-20T22:43:04.0308652Z [00:04:45.635]➜  packagefile google.golang.org/grpc/mem=/tmp/go-build3998081543/b498/_pkg_.a
2025-08-20T22:43:04.0309272Z [00:04:45.635]➜  packagefile google.golang.org/grpc/stats/opentelemetry=/tmp/go-build3998081543/b1151/_pkg_.a
2025-08-20T22:43:04.0309959Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/encoding/protowire=/tmp/go-build3998081543/b450/_pkg_.a
2025-08-20T22:43:04.0310677Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/reflect/protoreflect=/tmp/go-build3998081543/b455/_pkg_.a
2025-08-20T22:43:04.0311472Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/base=/tmp/go-build3998081543/b1074/_pkg_.a
2025-08-20T22:43:04.0312342Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/exported=/tmp/go-build3998081543/b1075/_pkg_.a
2025-08-20T22:43:04.0313238Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/generated=/tmp/go-build3998081543/b1073/_pkg_.a
2025-08-20T22:43:04.0314119Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/internal/shared=/tmp/go-build3998081543/b1076/_pkg_.a
2025-08-20T22:43:04.0314932Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/sas=/tmp/go-build3998081543/b1078/_pkg_.a
2025-08-20T22:43:04.0316115Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/appendblob=/tmp/go-build3998081543/b1081/_pkg_.a
2025-08-20T22:43:04.0316945Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/storage/azblob/pageblob=/tmp/go-build3998081543/b1082/_pkg_.a
2025-08-20T22:43:04.0317640Z [00:04:45.635]➜  packagefile github.com/andybalholm/cascadia=/tmp/go-build3998081543/b2197/_pkg_.a
2025-08-20T22:43:04.0318198Z [00:04:45.635]➜  packagefile golang.org/x/net/html=/tmp/go-build3998081543/b2198/_pkg_.a
2025-08-20T22:43:04.0318898Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/ratelimit=/tmp/go-build3998081543/b546/_pkg_.a
2025-08-20T22:43:04.0319630Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/context=/tmp/go-build3998081543/b547/_pkg_.a
2025-08-20T22:43:04.0320319Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/timeconv=/tmp/go-build3998081543/b548/_pkg_.a
2025-08-20T22:43:04.0320959Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/arn=/tmp/go-build3998081543/b1093/_pkg_.a
2025-08-20T22:43:04.0321618Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/awsutil=/tmp/go-build3998081543/b1159/_pkg_.a
2025-08-20T22:43:04.0322288Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/sdkio=/tmp/go-build3998081543/b554/_pkg_.a
2025-08-20T22:43:04.0322993Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream=/tmp/go-build3998081543/b1086/_pkg_.a
2025-08-20T22:43:04.0323810Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi=/tmp/go-build3998081543/b1087/_pkg_.a
2025-08-20T22:43:04.0324564Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a=/tmp/go-build3998081543/b1088/_pkg_.a
2025-08-20T22:43:04.0325272Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/checksum=/tmp/go-build3998081543/b1091/_pkg_.a
2025-08-20T22:43:04.0326269Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared=/tmp/go-build3998081543/b1092/_pkg_.a
2025-08-20T22:43:04.0327321Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config=/tmp/go-build3998081543/b1095/_pkg_.a
2025-08-20T22:43:04.0328254Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations=/tmp/go-build3998081543/b1096/_pkg_.a
2025-08-20T22:43:04.0329061Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints=/tmp/go-build3998081543/b1098/_pkg_.a
2025-08-20T22:43:04.0329812Z [00:04:45.635]➜  packagefile github.com/aws/smithy-go/container/private/cache=/tmp/go-build3998081543/b1100/_pkg_.a
2025-08-20T22:43:04.0330544Z [00:04:45.635]➜  packagefile github.com/aws/smithy-go/container/private/cache/lru=/tmp/go-build3998081543/b1101/_pkg_.a
2025-08-20T22:43:04.0331283Z [00:04:45.635]➜  packagefile github.com/aws/smithy-go/endpoints/private/rulesfn=/tmp/go-build3998081543/b1102/_pkg_.a
2025-08-20T22:43:04.0331940Z [00:04:45.635]➜  packagefile github.com/aws/smithy-go/sync=/tmp/go-build3998081543/b1103/_pkg_.a
2025-08-20T22:43:04.0332526Z [00:04:45.635]➜  packagefile github.com/aws/smithy-go/waiter=/tmp/go-build3998081543/b1104/_pkg_.a
2025-08-20T22:43:04.0333130Z [00:04:45.635]➜  packagefile github.com/hashicorp/go-multierror=/tmp/go-build3998081543/b2201/_pkg_.a
2025-08-20T22:43:04.0333676Z [00:04:45.635]➜  packagefile github.com/kr/fs=/tmp/go-build3998081543/b640/_pkg_.a
2025-08-20T22:43:04.0334309Z [00:04:45.635]➜  packagefile github.com/pkg/sftp/internal/encoding/ssh/filexfer=/tmp/go-build3998081543/b641/_pkg_.a
2025-08-20T22:43:04.0335091Z [00:04:45.635]➜  packagefile github.com/pkg/sftp/internal/encoding/ssh/filexfer/openssh=/tmp/go-build3998081543/b642/_pkg_.a
2025-08-20T22:43:04.0336100Z [00:04:45.635]➜  packagefile github.com/googleapis/gax-go/v2/internallog=/tmp/go-build3998081543/b674/_pkg_.a
2025-08-20T22:43:04.0336778Z [00:04:45.635]➜  packagefile google.golang.org/api/internal/gensupport=/tmp/go-build3998081543/b721/_pkg_.a
2025-08-20T22:43:04.0337737Z [00:04:45.635]➜  packagefile google.golang.org/api/internal/third_party/uritemplates=/tmp/go-build3998081543/b720/_pkg_.a
2025-08-20T22:43:04.0338387Z [00:04:45.635]➜  packagefile github.com/mohae/deepcopy=/tmp/go-build3998081543/b347/_pkg_.a
2025-08-20T22:43:04.0338869Z [00:04:45.635]➜  packagefile image=/tmp/go-build3998081543/b348/_pkg_.a
2025-08-20T22:43:04.0339307Z [00:04:45.635]➜  packagefile image/color=/tmp/go-build3998081543/b349/_pkg_.a
2025-08-20T22:43:04.0339986Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/parquet/schema=/tmp/go-build3998081543/b382/_pkg_.a
2025-08-20T22:43:04.0340728Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/arrow/arrio=/tmp/go-build3998081543/b411/_pkg_.a
2025-08-20T22:43:04.0341398Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal=/tmp/go-build3998081543/b412/_pkg_.a
2025-08-20T22:43:04.0342125Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/dictutils=/tmp/go-build3998081543/b413/_pkg_.a
2025-08-20T22:43:04.0343045Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/arrow/internal/flatbuf=/tmp/go-build3998081543/b354/_pkg_.a
2025-08-20T22:43:04.0343766Z [00:04:45.635]➜  packagefile github.com/google/flatbuffers/go=/tmp/go-build3998081543/b355/_pkg_.a
2025-08-20T22:43:04.0344338Z [00:04:45.635]➜  packagefile github.com/pierrec/lz4/v4=/tmp/go-build3998081543/b405/_pkg_.a
2025-08-20T22:43:04.0345031Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/gen-go/parquet=/tmp/go-build3998081543/b388/_pkg_.a
2025-08-20T22:43:04.0345946Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/debug=/tmp/go-build3998081543/b387/_pkg_.a
2025-08-20T22:43:04.0346580Z [00:04:45.635]➜  packagefile github.com/golang/snappy=/tmp/go-build3998081543/b395/_pkg_.a
2025-08-20T22:43:04.0347160Z [00:04:45.635]➜  packagefile github.com/klauspost/compress/gzip=/tmp/go-build3998081543/b396/_pkg_.a
2025-08-20T22:43:04.0348028Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/bmi=/tmp/go-build3998081543/b415/_pkg_.a
2025-08-20T22:43:04.0348874Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/encoding=/tmp/go-build3998081543/b417/_pkg_.a
2025-08-20T22:43:04.0349738Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/encryption=/tmp/go-build3998081543/b419/_pkg_.a
2025-08-20T22:43:04.0350516Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/thrift=/tmp/go-build3998081543/b420/_pkg_.a
2025-08-20T22:43:04.0351269Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/parquet/internal/utils=/tmp/go-build3998081543/b418/_pkg_.a
2025-08-20T22:43:04.0351891Z [00:04:45.635]➜  packagefile golang.org/x/exp/mmap=/tmp/go-build3998081543/b423/_pkg_.a
2025-08-20T22:43:04.0352492Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/arrow/flight=/tmp/go-build3998081543/b432/_pkg_.a
2025-08-20T22:43:04.0353165Z [00:04:45.635]➜  packagefile github.com/klauspost/compress/internal/le=/tmp/go-build3998081543/b398/_pkg_.a
2025-08-20T22:43:04.0353854Z [00:04:45.635]➜  packagefile github.com/klauspost/compress/internal/race=/tmp/go-build3998081543/b593/_pkg_.a
2025-08-20T22:43:04.0354486Z [00:04:45.635]➜  packagefile github.com/klauspost/compress=/tmp/go-build3998081543/b400/_pkg_.a
2025-08-20T22:43:04.0355084Z [00:04:45.635]➜  packagefile github.com/klauspost/compress/huff0=/tmp/go-build3998081543/b401/_pkg_.a
2025-08-20T22:43:04.0355945Z [00:04:45.635]➜  packagefile github.com/klauspost/compress/internal/snapref=/tmp/go-build3998081543/b403/_pkg_.a
2025-08-20T22:43:04.0356675Z [00:04:45.635]➜  packagefile github.com/klauspost/compress/zstd/internal/xxhash=/tmp/go-build3998081543/b404/_pkg_.a
2025-08-20T22:43:04.0357336Z [00:04:45.635]➜  packagefile github.com/labstack/gommon/color=/tmp/go-build3998081543/b599/_pkg_.a
2025-08-20T22:43:04.0357926Z [00:04:45.635]➜  packagefile github.com/labstack/gommon/log=/tmp/go-build3998081543/b600/_pkg_.a
2025-08-20T22:43:04.0358735Z [00:04:45.635]➜  packagefile golang.org/x/crypto/acme=/tmp/go-build3998081543/b603/_pkg_.a
2025-08-20T22:43:04.0359316Z [00:04:45.635]➜  packagefile golang.org/x/crypto/acme/autocert=/tmp/go-build3998081543/b604/_pkg_.a
2025-08-20T22:43:04.0359892Z [00:04:45.635]➜  packagefile golang.org/x/net/http2/h2c=/tmp/go-build3998081543/b605/_pkg_.a
2025-08-20T22:43:04.0360405Z [00:04:45.635]➜  packagefile container/heap=/tmp/go-build3998081543/b610/_pkg_.a
2025-08-20T22:43:04.0361030Z [00:04:45.635]➜  packagefile github.com/olekukonko/tablewriter=/tmp/go-build3998081543/b611/_pkg_.a
2025-08-20T22:43:04.0361721Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/bloom=/tmp/go-build3998081543/b612/_pkg_.a
2025-08-20T22:43:04.0362381Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/bloom/xxhash=/tmp/go-build3998081543/b613/_pkg_.a
2025-08-20T22:43:04.0363074Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/compress/brotli=/tmp/go-build3998081543/b617/_pkg_.a
2025-08-20T22:43:04.0363780Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/compress/gzip=/tmp/go-build3998081543/b618/_pkg_.a
2025-08-20T22:43:04.0364469Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/compress/lz4=/tmp/go-build3998081543/b619/_pkg_.a
2025-08-20T22:43:04.0365161Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/compress/snappy=/tmp/go-build3998081543/b620/_pkg_.a
2025-08-20T22:43:04.0366138Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/compress/uncompressed=/tmp/go-build3998081543/b622/_pkg_.a
2025-08-20T22:43:04.0366866Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/compress/zstd=/tmp/go-build3998081543/b623/_pkg_.a
2025-08-20T22:43:04.0367578Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/encoding/bitpacked=/tmp/go-build3998081543/b626/_pkg_.a
2025-08-20T22:43:04.0368338Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/encoding/bytestreamsplit=/tmp/go-build3998081543/b627/_pkg_.a
2025-08-20T22:43:04.0369245Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/encoding/delta=/tmp/go-build3998081543/b628/_pkg_.a
2025-08-20T22:43:04.0370012Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/encoding/plain=/tmp/go-build3998081543/b630/_pkg_.a
2025-08-20T22:43:04.0370762Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/encoding/rle=/tmp/go-build3998081543/b631/_pkg_.a
2025-08-20T22:43:04.0371439Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/hashprobe=/tmp/go-build3998081543/b633/_pkg_.a
2025-08-20T22:43:04.0372184Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/internal/bitpack=/tmp/go-build3998081543/b629/_pkg_.a
2025-08-20T22:43:04.0372896Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/internal/bytealg=/tmp/go-build3998081543/b632/_pkg_.a
2025-08-20T22:43:04.0373600Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/internal/debug=/tmp/go-build3998081543/b637/_pkg_.a
2025-08-20T22:43:04.0374326Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/internal/unsafecast=/tmp/go-build3998081543/b625/_pkg_.a
2025-08-20T22:43:04.0375015Z [00:04:45.635]➜  packagefile github.com/parquet-go/parquet-go/sparse=/tmp/go-build3998081543/b635/_pkg_.a
2025-08-20T22:43:04.0375817Z [00:04:45.635]➜  packagefile github.com/segmentio/encoding/thrift=/tmp/go-build3998081543/b638/_pkg_.a
2025-08-20T22:43:04.0376359Z [00:04:45.635]➜  packagefile crypto/mlkem=/tmp/go-build3998081543/b644/_pkg_.a
2025-08-20T22:43:04.0376889Z [00:04:45.635]➜  packagefile golang.org/x/crypto/chacha20=/tmp/go-build3998081543/b645/_pkg_.a
2025-08-20T22:43:04.0377465Z [00:04:45.635]➜  packagefile golang.org/x/crypto/curve25519=/tmp/go-build3998081543/b647/_pkg_.a
2025-08-20T22:43:04.0378076Z [00:04:45.635]➜  packagefile golang.org/x/crypto/internal/poly1305=/tmp/go-build3998081543/b648/_pkg_.a
2025-08-20T22:43:04.0378744Z [00:04:45.635]➜  packagefile golang.org/x/crypto/ssh/internal/bcrypt_pbkdf=/tmp/go-build3998081543/b649/_pkg_.a
2025-08-20T22:43:04.0379637Z [00:04:45.635]➜  packagefile github.com/googleapis/gax-go/v2/internallog/grpclog=/tmp/go-build3998081543/b771/_pkg_.a
2025-08-20T22:43:04.0380352Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/runtime/protoimpl=/tmp/go-build3998081543/b485/_pkg_.a
2025-08-20T22:43:04.0381088Z [00:04:45.635]➜  packagefile google.golang.org/genproto/googleapis/api/annotations=/tmp/go-build3998081543/b768/_pkg_.a
2025-08-20T22:43:04.0381817Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/types/descriptorpb=/tmp/go-build3998081543/b539/_pkg_.a
2025-08-20T22:43:04.0382615Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/types/known/wrapperspb=/tmp/go-build3998081543/b770/_pkg_.a
2025-08-20T22:43:04.0383436Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/bitutil=/tmp/go-build3998081543/b808/_pkg_.a
2025-08-20T22:43:04.0384138Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/decimal256=/tmp/go-build3998081543/b814/_pkg_.a
2025-08-20T22:43:04.0384856Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/endian=/tmp/go-build3998081543/b809/_pkg_.a
2025-08-20T22:43:04.0385709Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/float16=/tmp/go-build3998081543/b815/_pkg_.a
2025-08-20T22:43:04.0386488Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/debug=/tmp/go-build3998081543/b810/_pkg_.a
2025-08-20T22:43:04.0387203Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/internal/json=/tmp/go-build3998081543/b816/_pkg_.a
2025-08-20T22:43:04.0387887Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/encoded=/tmp/go-build3998081543/b818/_pkg_.a
2025-08-20T22:43:04.0388589Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/internal/bitutils=/tmp/go-build3998081543/b819/_pkg_.a
2025-08-20T22:43:04.0389303Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/internal/hashing=/tmp/go-build3998081543/b821/_pkg_.a
2025-08-20T22:43:04.0390005Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/internal/utils=/tmp/go-build3998081543/b820/_pkg_.a
2025-08-20T22:43:04.0390946Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/arrio=/tmp/go-build3998081543/b823/_pkg_.a
2025-08-20T22:43:04.0391692Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal=/tmp/go-build3998081543/b824/_pkg_.a
2025-08-20T22:43:04.0392433Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/dictutils=/tmp/go-build3998081543/b825/_pkg_.a
2025-08-20T22:43:04.0393203Z [00:04:45.635]➜  packagefile github.com/apache/arrow/go/v15/arrow/internal/flatbuf=/tmp/go-build3998081543/b811/_pkg_.a
2025-08-20T22:43:04.0393901Z [00:04:45.635]➜  packagefile github.com/googleapis/gax-go/v2/internal=/tmp/go-build3998081543/b728/_pkg_.a
2025-08-20T22:43:04.0394486Z [00:04:45.635]➜  packagefile golang.org/x/net/trace=/tmp/go-build3998081543/b435/_pkg_.a
2025-08-20T22:43:04.0395042Z [00:04:45.635]➜  packagefile google.golang.org/grpc/backoff=/tmp/go-build3998081543/b438/_pkg_.a
2025-08-20T22:43:04.0395895Z [00:04:45.635]➜  packagefile google.golang.org/grpc/balancer=/tmp/go-build3998081543/b439/_pkg_.a
2025-08-20T22:43:04.0396506Z [00:04:45.635]➜  packagefile google.golang.org/grpc/balancer/base=/tmp/go-build3998081543/b469/_pkg_.a
2025-08-20T22:43:04.0397150Z [00:04:45.635]➜  packagefile google.golang.org/grpc/balancer/pickfirst=/tmp/go-build3998081543/b470/_pkg_.a
2025-08-20T22:43:04.0397815Z [00:04:45.635]➜  packagefile google.golang.org/grpc/balancer/roundrobin=/tmp/go-build3998081543/b492/_pkg_.a
2025-08-20T22:43:04.0398446Z [00:04:45.635]➜  packagefile google.golang.org/grpc/channelz=/tmp/go-build3998081543/b440/_pkg_.a
2025-08-20T22:43:04.0399050Z [00:04:45.635]➜  packagefile google.golang.org/grpc/connectivity=/tmp/go-build3998081543/b442/_pkg_.a
2025-08-20T22:43:04.0399665Z [00:04:45.635]➜  packagefile google.golang.org/grpc/credentials=/tmp/go-build3998081543/b445/_pkg_.a
2025-08-20T22:43:04.0400317Z [00:04:45.635]➜  packagefile google.golang.org/grpc/credentials/insecure=/tmp/go-build3998081543/b495/_pkg_.a
2025-08-20T22:43:04.0401163Z [00:04:45.635]➜  packagefile google.golang.org/grpc/encoding/proto=/tmp/go-build3998081543/b499/_pkg_.a
2025-08-20T22:43:04.0401762Z [00:04:45.635]➜  packagefile google.golang.org/grpc/grpclog=/tmp/go-build3998081543/b443/_pkg_.a
2025-08-20T22:43:04.0402342Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal=/tmp/go-build3998081543/b463/_pkg_.a
2025-08-20T22:43:04.0403030Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/backoff=/tmp/go-build3998081543/b500/_pkg_.a
2025-08-20T22:43:04.0403791Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/balancer/gracefulswitch=/tmp/go-build3998081543/b501/_pkg_.a
2025-08-20T22:43:04.0404522Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/balancerload=/tmp/go-build3998081543/b502/_pkg_.a
2025-08-20T22:43:04.0405195Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/binarylog=/tmp/go-build3998081543/b503/_pkg_.a
2025-08-20T22:43:04.0406158Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/channelz=/tmp/go-build3998081543/b441/_pkg_.a
2025-08-20T22:43:04.0406827Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/grpcsync=/tmp/go-build3998081543/b511/_pkg_.a
2025-08-20T22:43:04.0407483Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/grpcutil=/tmp/go-build3998081543/b497/_pkg_.a
2025-08-20T22:43:04.0408117Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/idle=/tmp/go-build3998081543/b513/_pkg_.a
2025-08-20T22:43:04.0408758Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/metadata=/tmp/go-build3998081543/b514/_pkg_.a
2025-08-20T22:43:04.0409398Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/pretty=/tmp/go-build3998081543/b474/_pkg_.a
2025-08-20T22:43:04.0410040Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/resolver=/tmp/go-build3998081543/b515/_pkg_.a
2025-08-20T22:43:04.0410779Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/resolver/delegatingresolver=/tmp/go-build3998081543/b517/_pkg_.a
2025-08-20T22:43:04.0411840Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/resolver/passthrough=/tmp/go-build3998081543/b532/_pkg_.a
2025-08-20T22:43:04.0412620Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/resolver/unix=/tmp/go-build3998081543/b533/_pkg_.a
2025-08-20T22:43:04.0413310Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/serviceconfig=/tmp/go-build3998081543/b516/_pkg_.a
2025-08-20T22:43:04.0413970Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/stats=/tmp/go-build3998081543/b534/_pkg_.a
2025-08-20T22:43:04.0414604Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/status=/tmp/go-build3998081543/b510/_pkg_.a
2025-08-20T22:43:04.0415255Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/transport=/tmp/go-build3998081543/b519/_pkg_.a
2025-08-20T22:43:04.0416127Z [00:04:45.635]➜  packagefile google.golang.org/grpc/keepalive=/tmp/go-build3998081543/b529/_pkg_.a
2025-08-20T22:43:04.0416721Z [00:04:45.635]➜  packagefile google.golang.org/grpc/peer=/tmp/go-build3998081543/b530/_pkg_.a
2025-08-20T22:43:04.0417297Z [00:04:45.635]➜  packagefile google.golang.org/grpc/resolver=/tmp/go-build3998081543/b468/_pkg_.a
2025-08-20T22:43:04.0417895Z [00:04:45.635]➜  packagefile google.golang.org/grpc/resolver/dns=/tmp/go-build3998081543/b535/_pkg_.a
2025-08-20T22:43:04.0418512Z [00:04:45.635]➜  packagefile google.golang.org/grpc/serviceconfig=/tmp/go-build3998081543/b464/_pkg_.a
2025-08-20T22:43:04.0419227Z [00:04:45.635]➜  packagefile google.golang.org/grpc/stats=/tmp/go-build3998081543/b466/_pkg_.a
2025-08-20T22:43:04.0419846Z [00:04:45.635]➜  packagefile google.golang.org/grpc/tap=/tmp/go-build3998081543/b531/_pkg_.a
2025-08-20T22:43:04.0420518Z [00:04:45.635]➜  packagefile cloud.google.com/go/longrunning/autogen/longrunningpb=/tmp/go-build3998081543/b830/_pkg_.a
2025-08-20T22:43:04.0421245Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/types/known/emptypb=/tmp/go-build3998081543/b831/_pkg_.a
2025-08-20T22:43:04.0422050Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/protoadapt=/tmp/go-build3998081543/b484/_pkg_.a
2025-08-20T22:43:04.0422716Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/types/known/anypb=/tmp/go-build3998081543/b509/_pkg_.a
2025-08-20T22:43:04.0423379Z [00:04:45.635]➜  packagefile github.com/googleapis/gax-go/v2/iterator=/tmp/go-build3998081543/b838/_pkg_.a
2025-08-20T22:43:04.0424022Z [00:04:45.635]➜  packagefile cloud.google.com/go/monitoring/internal=/tmp/go-build3998081543/b848/_pkg_.a
2025-08-20T22:43:04.0424703Z [00:04:45.635]➜  packagefile google.golang.org/genproto/googleapis/api=/tmp/go-build3998081543/b769/_pkg_.a
2025-08-20T22:43:04.0425509Z [00:04:45.635]➜  packagefile google.golang.org/genproto/googleapis/api/label=/tmp/go-build3998081543/b842/_pkg_.a
2025-08-20T22:43:04.0426324Z [00:04:45.635]➜  packagefile google.golang.org/genproto/googleapis/type/calendarperiod=/tmp/go-build3998081543/b846/_pkg_.a
2025-08-20T22:43:04.0427251Z [00:04:45.635]➜  packagefile google.golang.org/genproto/googleapis/type/timeofday=/tmp/go-build3998081543/b847/_pkg_.a
2025-08-20T22:43:04.0428015Z [00:04:45.635]➜  packagefile github.com/googleapis/gax-go/v2/apierror/internal/proto=/tmp/go-build3998081543/b724/_pkg_.a
2025-08-20T22:43:04.0428769Z [00:04:45.635]➜  packagefile google.golang.org/genproto/googleapis/rpc/errdetails=/tmp/go-build3998081543/b726/_pkg_.a
2025-08-20T22:43:04.0429438Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/internal=/tmp/go-build3998081543/b739/_pkg_.a
2025-08-20T22:43:04.0430084Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/internal/attribute=/tmp/go-build3998081543/b740/_pkg_.a
2025-08-20T22:43:04.0430752Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/metric/embedded=/tmp/go-build3998081543/b756/_pkg_.a
2025-08-20T22:43:04.0431400Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/internal/global=/tmp/go-build3998081543/b745/_pkg_.a
2025-08-20T22:43:04.0432030Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/metric/noop=/tmp/go-build3998081543/b760/_pkg_.a
2025-08-20T22:43:04.0432794Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/sdk/instrumentation=/tmp/go-build3998081543/b850/_pkg_.a
2025-08-20T22:43:04.0433539Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/sdk/metric/exemplar=/tmp/go-build3998081543/b851/_pkg_.a
2025-08-20T22:43:04.0434219Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal=/tmp/go-build3998081543/b852/_pkg_.a
2025-08-20T22:43:04.0434950Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/aggregate=/tmp/go-build3998081543/b853/_pkg_.a
2025-08-20T22:43:04.0435849Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/sdk/metric/internal/x=/tmp/go-build3998081543/b858/_pkg_.a
2025-08-20T22:43:04.0436523Z [00:04:45.635]➜  packagefile cloud.google.com/go/auth/credentials=/tmp/go-build3998081543/b677/_pkg_.a
2025-08-20T22:43:04.0437149Z [00:04:45.635]➜  packagefile cloud.google.com/go/auth/grpctransport=/tmp/go-build3998081543/b773/_pkg_.a
2025-08-20T22:43:04.0437790Z [00:04:45.635]➜  packagefile cloud.google.com/go/auth/oauth2adapt=/tmp/go-build3998081543/b690/_pkg_.a
2025-08-20T22:43:04.0438572Z [00:04:45.635]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc=/tmp/go-build3998081543/b775/_pkg_.a
2025-08-20T22:43:04.0439278Z [00:04:45.635]➜  packagefile golang.org/x/time/rate=/tmp/go-build3998081543/b790/_pkg_.a
2025-08-20T22:43:04.0439981Z [00:04:45.635]➜  packagefile google.golang.org/grpc/balancer/grpclb=/tmp/go-build3998081543/b791/_pkg_.a
2025-08-20T22:43:04.0440695Z [00:04:45.635]➜  packagefile google.golang.org/grpc/credentials/google=/tmp/go-build3998081543/b778/_pkg_.a
2025-08-20T22:43:04.0441355Z [00:04:45.635]➜  packagefile google.golang.org/grpc/credentials/oauth=/tmp/go-build3998081543/b788/_pkg_.a
2025-08-20T22:43:04.0442037Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/types/known/structpb=/tmp/go-build3998081543/b845/_pkg_.a
2025-08-20T22:43:04.0442918Z [00:04:45.635]➜  packagefile google.golang.org/grpc/balancer/rls/internal/adaptive=/tmp/go-build3998081543/b861/_pkg_.a
2025-08-20T22:43:04.0443665Z [00:04:45.635]➜  packagefile google.golang.org/grpc/balancer/rls/internal/keys=/tmp/go-build3998081543/b862/_pkg_.a
2025-08-20T22:43:04.0444371Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/balancergroup=/tmp/go-build3998081543/b864/_pkg_.a
2025-08-20T22:43:04.0445033Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/buffer=/tmp/go-build3998081543/b512/_pkg_.a
2025-08-20T22:43:04.0445963Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/grpclog=/tmp/go-build3998081543/b473/_pkg_.a
2025-08-20T22:43:04.0446667Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/proto/grpc_lookup_v1=/tmp/go-build3998081543/b863/_pkg_.a
2025-08-20T22:43:04.0447363Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/envconfig=/tmp/go-build3998081543/b448/_pkg_.a
2025-08-20T22:43:04.0448034Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/googlecloud=/tmp/go-build3998081543/b787/_pkg_.a
2025-08-20T22:43:04.0448897Z [00:04:45.635]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap=/tmp/go-build3998081543/b867/_pkg_.a
2025-08-20T22:43:04.0449515Z [00:04:45.635]➜  packagefile google.golang.org/grpc/xds=/tmp/go-build3998081543/b893/_pkg_.a
2025-08-20T22:43:04.0450138Z [00:04:45.635]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient=/tmp/go-build3998081543/b917/_pkg_.a
2025-08-20T22:43:04.0450854Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/encoding/json=/tmp/go-build3998081543/b476/_pkg_.a
2025-08-20T22:43:04.0451610Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/encoding/messageset=/tmp/go-build3998081543/b454/_pkg_.a
2025-08-20T22:43:04.0452327Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/errors=/tmp/go-build3998081543/b451/_pkg_.a
2025-08-20T22:43:04.0453005Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/filedesc=/tmp/go-build3998081543/b477/_pkg_.a
2025-08-20T22:43:04.0453768Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/flags=/tmp/go-build3998081543/b457/_pkg_.a
2025-08-20T22:43:04.0454486Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/genid=/tmp/go-build3998081543/b458/_pkg_.a
2025-08-20T22:43:04.0455144Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/order=/tmp/go-build3998081543/b459/_pkg_.a
2025-08-20T22:43:04.0456010Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/pragma=/tmp/go-build3998081543/b456/_pkg_.a
2025-08-20T22:43:04.0456678Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/set=/tmp/go-build3998081543/b483/_pkg_.a
2025-08-20T22:43:04.0457330Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/internal/strs=/tmp/go-build3998081543/b460/_pkg_.a
2025-08-20T22:43:04.0458020Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/reflect/protoregistry=/tmp/go-build3998081543/b461/_pkg_.a
2025-08-20T22:43:04.0458737Z [00:04:45.635]➜  packagefile google.golang.org/protobuf/runtime/protoiface=/tmp/go-build3998081543/b462/_pkg_.a
2025-08-20T22:43:04.0459478Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/log=/tmp/go-build3998081543/b988/_pkg_.a
2025-08-20T22:43:04.0460243Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/exported=/tmp/go-build3998081543/b992/_pkg_.a
2025-08-20T22:43:04.0461025Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers=/tmp/go-build3998081543/b997/_pkg_.a
2025-08-20T22:43:04.0461966Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async=/tmp/go-build3998081543/b999/_pkg_.a
2025-08-20T22:43:04.0462900Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body=/tmp/go-build3998081543/b1000/_pkg_.a
2025-08-20T22:43:04.0463753Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/fake=/tmp/go-build3998081543/b1001/_pkg_.a
2025-08-20T22:43:04.0464796Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc=/tmp/go-build3998081543/b1002/_pkg_.a
2025-08-20T22:43:04.0465782Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op=/tmp/go-build3998081543/b1003/_pkg_.a
2025-08-20T22:43:04.0466627Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/diag=/tmp/go-build3998081543/b1005/_pkg_.a
2025-08-20T22:43:04.0467367Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/poller=/tmp/go-build3998081543/b998/_pkg_.a
2025-08-20T22:43:04.0468120Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/internal/temporal=/tmp/go-build3998081543/b1007/_pkg_.a
2025-08-20T22:43:04.0468925Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/internal/resource=/tmp/go-build3998081543/b1011/_pkg_.a
2025-08-20T22:43:04.0469728Z [00:04:45.635]➜  packagefile github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy=/tmp/go-build3998081543/b1012/_pkg_.a
2025-08-20T22:43:04.0470739Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache=/tmp/go-build3998081543/b1014/_pkg_.a
2025-08-20T22:43:04.0471672Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base=/tmp/go-build3998081543/b1016/_pkg_.a
2025-08-20T22:43:04.0472701Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/exported=/tmp/go-build3998081543/b1024/_pkg_.a
2025-08-20T22:43:04.0473683Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth=/tmp/go-build3998081543/b1023/_pkg_.a
2025-08-20T22:43:04.0474662Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops=/tmp/go-build3998081543/b1025/_pkg_.a
2025-08-20T22:43:04.0475832Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/accesstokens=/tmp/go-build3998081543/b1026/_pkg_.a
2025-08-20T22:43:04.0477109Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority=/tmp/go-build3998081543/b1027/_pkg_.a
2025-08-20T22:43:04.0478195Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/options=/tmp/go-build3998081543/b1035/_pkg_.a
2025-08-20T22:43:04.0479181Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/shared=/tmp/go-build3998081543/b1031/_pkg_.a
2025-08-20T22:43:04.0479978Z [00:04:45.635]➜  packagefile github.com/kylelemons/godebug/pretty=/tmp/go-build3998081543/b1018/_pkg_.a
2025-08-20T22:43:04.0480823Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/base/storage=/tmp/go-build3998081543/b1020/_pkg_.a
2025-08-20T22:43:04.0481825Z [00:04:45.635]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local=/tmp/go-build3998081543/b1038/_pkg_.a
2025-08-20T22:43:04.0482629Z [00:04:45.635]➜  packagefile golang.org/x/crypto/pkcs12/internal/rc2=/tmp/go-build3998081543/b1041/_pkg_.a
2025-08-20T22:43:04.0483183Z [00:04:45.635]➜  packagefile hash/adler32=/tmp/go-build3998081543/b391/_pkg_.a
2025-08-20T22:43:04.0483688Z [00:04:45.635]➜  packagefile github.com/go-faster/city=/tmp/go-build3998081543/b1047/_pkg_.a
2025-08-20T22:43:04.0484330Z [00:04:45.635]➜  packagefile github.com/go-faster/errors=/tmp/go-build3998081543/b1048/_pkg_.a
2025-08-20T22:43:04.0484971Z [00:04:45.635]➜  packagefile github.com/segmentio/asm/bswap=/tmp/go-build3998081543/b1050/_pkg_.a
2025-08-20T22:43:04.0485902Z [00:04:45.635]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/binary=/tmp/go-build3998081543/b1059/_pkg_.a
2025-08-20T22:43:04.0486656Z [00:04:45.635]➜  packagefile github.com/ClickHouse/clickhouse-go/v2/lib/timezone=/tmp/go-build3998081543/b1061/_pkg_.a
2025-08-20T22:43:04.0487446Z [00:04:45.635]➜  packagefile github.com/paulmach/orb=/tmp/go-build3998081543/b1062/_pkg_.a
2025-08-20T22:43:04.0488060Z [00:04:45.635]➜  packagefile github.com/andybalholm/brotli/matchfinder=/tmp/go-build3998081543/b386/_pkg_.a
2025-08-20T22:43:04.0488729Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/semconv/v1.26.0=/tmp/go-build3998081543/b750/_pkg_.a
2025-08-20T22:43:04.0489373Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/trace/embedded=/tmp/go-build3998081543/b752/_pkg_.a
2025-08-20T22:43:04.0490062Z [00:04:45.635]➜  packagefile go.opentelemetry.io/otel/trace/internal/telemetry=/tmp/go-build3998081543/b753/_pkg_.a
2025-08-20T22:43:04.0490679Z [00:04:45.635]➜  packagefile github.com/goccy/go-json=/tmp/go-build3998081543/b363/_pkg_.a
2025-08-20T22:43:04.0491263Z [00:04:45.635]➜  packagefile golang.org/x/xerrors/internal=/tmp/go-build3998081543/b373/_pkg_.a
2025-08-20T22:43:04.0491809Z [00:04:45.635]➜  packagefile github.com/zeebo/xxh3=/tmp/go-build3998081543/b380/_pkg_.a
2025-08-20T22:43:04.0492584Z [00:04:45.635]➜  packagefile github.com/stretchr/testify/mock=/tmp/go-build3998081543/b1215/_pkg_.a
2025-08-20T22:43:04.0493189Z [00:04:45.635]➜  packagefile gocloud.dev/blob=/tmp/go-build3998081543/b1105/_pkg_.a
2025-08-20T22:43:04.0493720Z [00:04:45.635]➜  packagefile gocloud.dev/blob/azureblob=/tmp/go-build3998081543/b1129/_pkg_.a
2025-08-20T22:43:04.0494272Z [00:04:45.635]➜  packagefile gocloud.dev/blob/gcsblob=/tmp/go-build3998081543/b1134/_pkg_.a
2025-08-20T22:43:04.0494823Z [00:04:45.635]➜  packagefile gocloud.dev/blob/memblob=/tmp/go-build3998081543/b1156/_pkg_.a
2025-08-20T22:43:04.0495558Z [00:04:45.635]➜  packagefile gocloud.dev/blob/s3blob=/tmp/go-build3998081543/b1157/_pkg_.a
2025-08-20T22:43:04.0496139Z [00:04:45.635]➜  packagefile gocloud.dev/gcp=/tmp/go-build3998081543/b1155/_pkg_.a
2025-08-20T22:43:04.0496695Z [00:04:45.635]➜  packagefile github.com/hamba/avro/v2/pkg/crc64=/tmp/go-build3998081543/b1214/_pkg_.a
2025-08-20T22:43:04.0497313Z [00:04:45.635]➜  packagefile github.com/mitchellh/mapstructure=/tmp/go-build3998081543/b247/_pkg_.a
2025-08-20T22:43:04.0497953Z [00:04:45.635]➜  packagefile github.com/hamba/avro/v2/internal/bytesx=/tmp/go-build3998081543/b1218/_pkg_.a
2025-08-20T22:43:04.0498647Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/document=/tmp/go-build3998081543/b1264/_pkg_.a
2025-08-20T22:43:04.0499403Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/internal/document=/tmp/go-build3998081543/b1265/_pkg_.a
2025-08-20T22:43:04.0500201Z [00:04:45.635]➜  packagefile github.com/aws/aws-sdk-go-v2/service/glue/internal/endpoints=/tmp/go-build3998081543/b1268/_pkg_.a
2025-08-20T22:43:04.0500885Z [00:04:45.635]➜  packagefile github.com/uptrace/bun/dialect=/tmp/go-build3998081543/b1273/_pkg_.a
2025-08-20T22:43:04.0501506Z [00:04:45.635]➜  packagefile github.com/uptrace/bun/dialect/sqltype=/tmp/go-build3998081543/b1277/_pkg_.a
2025-08-20T22:43:04.0502132Z [00:04:45.635]➜  packagefile github.com/uptrace/bun/internal=/tmp/go-build3998081543/b1274/_pkg_.a
2025-08-20T22:43:04.0502703Z [00:04:45.635]➜  packagefile golang.org/x/mod/semver=/tmp/go-build3998081543/b1290/_pkg_.a
2025-08-20T22:43:04.0503300Z [00:04:45.635]➜  packagefile github.com/uptrace/bun/internal/parser=/tmp/go-build3998081543/b1282/_pkg_.a
2025-08-20T22:43:04.0503916Z [00:04:45.635]➜  packagefile github.com/uptrace/bun/migrate=/tmp/go-build3998081543/b1294/_pkg_.a
2025-08-20T22:43:04.0504699Z [00:04:45.635]➜  packagefile github.com/uptrace/bun/migrate/sqlschema=/tmp/go-build3998081543/b1296/_pkg_.a
2025-08-20T22:43:04.0505505Z [00:04:45.635]➜  packagefile github.com/jinzhu/inflection=/tmp/go-build3998081543/b1279/_pkg_.a
2025-08-20T22:43:04.0506141Z [00:04:45.635]➜  packagefile github.com/puzpuzpuz/xsync/v3=/tmp/go-build3998081543/b1280/_pkg_.a
2025-08-20T22:43:04.0506750Z [00:04:45.635]➜  packagefile github.com/uptrace/bun/extra/bunjson=/tmp/go-build3998081543/b1281/_pkg_.a
2025-08-20T22:43:04.0507561Z [00:04:45.635]➜  packagefile github.com/uptrace/bun/internal/tagparser=/tmp/go-build3998081543/b1283/_pkg_.a
2025-08-20T22:43:04.0508211Z [00:04:45.635]➜  packagefile github.com/vmihailenco/msgpack/v5=/tmp/go-build3998081543/b1284/_pkg_.a
2025-08-20T22:43:04.0508880Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute/exec=/tmp/go-build3998081543/b426/_pkg_.a
2025-08-20T22:43:04.0509647Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/arrow/compute/internal/kernels=/tmp/go-build3998081543/b429/_pkg_.a
2025-08-20T22:43:04.0510010Z [00:04:45.635]➜  packagefile github.com/apache/arrow-go/v18/arrow/scalar=/tmp/go-build3998081543/b427/_pkg_.a
2025-08-20T22:43:04.0510263Z [00:04:45.635]➜  packagefile golang.org/x/exp/maps=/tmp/go-build3998081543/b430/_pkg_.a
2025-08-20T22:43:04.0510525Z [00:04:45.635]➜  packagefile golang.org/x/exp/slices=/tmp/go-build3998081543/b428/_pkg_.a
2025-08-20T22:43:04.0510890Z [00:04:45.635]➜  packagefile github.com/substrait-io/substrait-go/v3/extensions=/tmp/go-build3998081543/b1227/_pkg_.a
2025-08-20T22:43:04.0511446Z [00:04:45.635]➜  packagefile github.com/substrait-io/substrait-go/v3/types=/tmp/go-build3998081543/b1240/_pkg_.a
2025-08-20T22:43:04.0511744Z [00:04:45.635]➜  packagefile github.com/cespare/xxhash/v2=/tmp/go-build3998081543/b422/_pkg_.a
2025-08-20T22:43:04.0511999Z [00:04:45.635]➜  packagefile atomicgo.dev/cursor=/tmp/go-build3998081543/b1250/_pkg_.a
2025-08-20T22:43:04.0512252Z [00:04:45.635]➜  packagefile atomicgo.dev/keyboard=/tmp/go-build3998081543/b1251/_pkg_.a
2025-08-20T22:43:04.0512535Z [00:04:45.636]➜  packagefile atomicgo.dev/keyboard/keys=/tmp/go-build3998081543/b1253/_pkg_.a
2025-08-20T22:43:04.0512786Z [00:04:45.636]➜  packagefile atomicgo.dev/schedule=/tmp/go-build3998081543/b1255/_pkg_.a
2025-08-20T22:43:04.0513048Z [00:04:45.636]➜  packagefile github.com/gookit/color=/tmp/go-build3998081543/b1256/_pkg_.a
2025-08-20T22:43:04.0513367Z [00:04:45.636]➜  packagefile github.com/lithammer/fuzzysearch/fuzzy=/tmp/go-build3998081543/b1258/_pkg_.a
2025-08-20T22:43:04.0513675Z [00:04:45.636]➜  packagefile github.com/pterm/pterm/internal=/tmp/go-build3998081543/b1259/_pkg_.a
2025-08-20T22:43:04.0513920Z [00:04:45.636]➜  packagefile golang.org/x/term=/tmp/go-build3998081543/b1260/_pkg_.a
2025-08-20T22:43:04.0514209Z [00:04:45.636]➜  packagefile github.com/cockroachdb/apd/v3=/tmp/go-build3998081543/b1225/_pkg_.a
2025-08-20T22:43:04.0514528Z [00:04:45.636]➜  packagefile github.com/substrait-io/substrait-go/v3=/tmp/go-build3998081543/b1226/_pkg_.a
2025-08-20T22:43:04.0514879Z [00:04:45.636]➜  packagefile github.com/substrait-io/substrait-go/v3/proto=/tmp/go-build3998081543/b1241/_pkg_.a
2025-08-20T22:43:04.0515170Z [00:04:45.636]➜  packagefile github.com/aws/smithy-go/context=/tmp/go-build3998081543/b320/_pkg_.a
2025-08-20T22:43:04.0515681Z [00:04:45.636]➜  packagefile github.com/aws/smithy-go/internal/sync/singleflight=/tmp/go-build3998081543/b321/_pkg_.a
2025-08-20T22:43:04.0516184Z [00:04:45.636]➜  packagefile github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client=/tmp/go-build3998081543/b552/_pkg_.a
2025-08-20T22:43:04.0516607Z [00:04:45.636]➜  packagefile github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config=/tmp/go-build3998081543/b549/_pkg_.a
2025-08-20T22:43:04.0517006Z [00:04:45.636]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints=/tmp/go-build3998081543/b565/_pkg_.a
2025-08-20T22:43:04.0517344Z [00:04:45.636]➜  packagefile github.com/aws/aws-sdk-go-v2/service/sso/types=/tmp/go-build3998081543/b567/_pkg_.a
2025-08-20T22:43:04.0517874Z [00:04:45.636]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints=/tmp/go-build3998081543/b571/_pkg_.a
2025-08-20T22:43:04.0518237Z [00:04:45.636]➜  packagefile github.com/aws/aws-sdk-go-v2/service/ssooidc/types=/tmp/go-build3998081543/b572/_pkg_.a
2025-08-20T22:43:04.0518599Z [00:04:45.636]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/endpoints/v2=/tmp/go-build3998081543/b566/_pkg_.a
2025-08-20T22:43:04.0518893Z [00:04:45.636]➜  packagefile github.com/aws/smithy-go/encoding=/tmp/go-build3998081543/b574/_pkg_.a
2025-08-20T22:43:04.0519407Z [00:04:45.636]➜  packagefile github.com/aws/smithy-go/transport/http/internal/io=/tmp/go-build3998081543/b330/_pkg_.a
2025-08-20T22:43:04.0519774Z [00:04:45.636]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth=/tmp/go-build3998081543/b1305/_pkg_.a
2025-08-20T22:43:04.0520047Z [00:04:45.636]➜  packagefile github.com/rs/zerolog/log=/tmp/go-build3998081543/b1310/_pkg_.a
2025-08-20T22:43:04.0520365Z [00:04:45.636]➜  packagefile github.com/hashicorp/go-retryablehttp=/tmp/go-build3998081543/b1323/_pkg_.a
2025-08-20T22:43:04.0520732Z [00:04:45.636]➜  packagefile github.com/databricks/databricks-sql-go/auth/noop=/tmp/go-build3998081543/b1318/_pkg_.a
2025-08-20T22:43:04.0521115Z [00:04:45.636]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth/u2m=/tmp/go-build3998081543/b1319/_pkg_.a
2025-08-20T22:43:04.0521549Z [00:04:45.636]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows/arrowbased=/tmp/go-build3998081543/b1326/_pkg_.a
2025-08-20T22:43:04.0522106Z [00:04:45.636]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows/columnbased=/tmp/go-build3998081543/b1348/_pkg_.a
2025-08-20T22:43:04.0522556Z [00:04:45.636]➜  packagefile github.com/databricks/databricks-sql-go/internal/rows/rowscanner=/tmp/go-build3998081543/b1346/_pkg_.a
2025-08-20T22:43:04.0522902Z [00:04:45.636]➜  packagefile github.com/databricks/databricks-sql-go/rows=/tmp/go-build3998081543/b1347/_pkg_.a
2025-08-20T22:43:04.0523355Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/delete=/tmp/go-build3998081543/b1357/_pkg_.a
2025-08-20T22:43:04.0523781Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/get=/tmp/go-build3998081543/b1551/_pkg_.a
2025-08-20T22:43:04.0524225Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/status=/tmp/go-build3998081543/b1552/_pkg_.a
2025-08-20T22:43:04.0524669Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/asyncsearch/submit=/tmp/go-build3998081543/b1553/_pkg_.a
2025-08-20T22:43:04.0525196Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/deleteautoscalingpolicy=/tmp/go-build3998081543/b1554/_pkg_.a
2025-08-20T22:43:04.0525861Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingcapacity=/tmp/go-build3998081543/b1555/_pkg_.a
2025-08-20T22:43:04.0526434Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/getautoscalingpolicy=/tmp/go-build3998081543/b1556/_pkg_.a
2025-08-20T22:43:04.0526944Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/autoscaling/putautoscalingpolicy=/tmp/go-build3998081543/b1557/_pkg_.a
2025-08-20T22:43:04.0527357Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/capabilities=/tmp/go-build3998081543/b1558/_pkg_.a
2025-08-20T22:43:04.0527772Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/aliases=/tmp/go-build3998081543/b1559/_pkg_.a
2025-08-20T22:43:04.0528195Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/allocation=/tmp/go-build3998081543/b1560/_pkg_.a
2025-08-20T22:43:04.0528657Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/componenttemplates=/tmp/go-build3998081543/b1562/_pkg_.a
2025-08-20T22:43:04.0529156Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/count=/tmp/go-build3998081543/b1563/_pkg_.a
2025-08-20T22:43:04.0529619Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/fielddata=/tmp/go-build3998081543/b1564/_pkg_.a
2025-08-20T22:43:04.0530022Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/health=/tmp/go-build3998081543/b1565/_pkg_.a
2025-08-20T22:43:04.0530418Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/help=/tmp/go-build3998081543/b1567/_pkg_.a
2025-08-20T22:43:04.0530929Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/indices=/tmp/go-build3998081543/b1568/_pkg_.a
2025-08-20T22:43:04.0531335Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/master=/tmp/go-build3998081543/b1569/_pkg_.a
2025-08-20T22:43:04.0531760Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldatafeeds=/tmp/go-build3998081543/b1570/_pkg_.a
2025-08-20T22:43:04.0532235Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mldataframeanalytics=/tmp/go-build3998081543/b1571/_pkg_.a
2025-08-20T22:43:04.0532636Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mljobs=/tmp/go-build3998081543/b1572/_pkg_.a
2025-08-20T22:43:04.0533081Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/mltrainedmodels=/tmp/go-build3998081543/b1573/_pkg_.a
2025-08-20T22:43:04.0533728Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodeattrs=/tmp/go-build3998081543/b1574/_pkg_.a
2025-08-20T22:43:04.0534142Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/nodes=/tmp/go-build3998081543/b1575/_pkg_.a
2025-08-20T22:43:04.0534574Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/pendingtasks=/tmp/go-build3998081543/b1576/_pkg_.a
2025-08-20T22:43:04.0534995Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/plugins=/tmp/go-build3998081543/b1577/_pkg_.a
2025-08-20T22:43:04.0535526Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/recovery=/tmp/go-build3998081543/b1578/_pkg_.a
2025-08-20T22:43:04.0536007Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/repositories=/tmp/go-build3998081543/b1579/_pkg_.a
2025-08-20T22:43:04.0536418Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/segments=/tmp/go-build3998081543/b1580/_pkg_.a
2025-08-20T22:43:04.0536835Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/shards=/tmp/go-build3998081543/b1581/_pkg_.a
2025-08-20T22:43:04.0537250Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/snapshots=/tmp/go-build3998081543/b1582/_pkg_.a
2025-08-20T22:43:04.0537644Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/tasks=/tmp/go-build3998081543/b1583/_pkg_.a
2025-08-20T22:43:04.0538063Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/templates=/tmp/go-build3998081543/b1584/_pkg_.a
2025-08-20T22:43:04.0538483Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/threadpool=/tmp/go-build3998081543/b1585/_pkg_.a
2025-08-20T22:43:04.0538903Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cat/transforms=/tmp/go-build3998081543/b1586/_pkg_.a
2025-08-20T22:43:04.0539396Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/deleteautofollowpattern=/tmp/go-build3998081543/b1587/_pkg_.a
2025-08-20T22:43:04.0539804Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/follow=/tmp/go-build3998081543/b1588/_pkg_.a
2025-08-20T22:43:04.0540222Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followinfo=/tmp/go-build3998081543/b1589/_pkg_.a
2025-08-20T22:43:04.0540752Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/followstats=/tmp/go-build3998081543/b1590/_pkg_.a
2025-08-20T22:43:04.0541250Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/forgetfollower=/tmp/go-build3998081543/b1591/_pkg_.a
2025-08-20T22:43:04.0541723Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/getautofollowpattern=/tmp/go-build3998081543/b1592/_pkg_.a
2025-08-20T22:43:04.0542294Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pauseautofollowpattern=/tmp/go-build3998081543/b1593/_pkg_.a
2025-08-20T22:43:04.0542728Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/pausefollow=/tmp/go-build3998081543/b1594/_pkg_.a
2025-08-20T22:43:04.0543194Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/putautofollowpattern=/tmp/go-build3998081543/b1595/_pkg_.a
2025-08-20T22:43:04.0543684Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumeautofollowpattern=/tmp/go-build3998081543/b1596/_pkg_.a
2025-08-20T22:43:04.0544112Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/resumefollow=/tmp/go-build3998081543/b1597/_pkg_.a
2025-08-20T22:43:04.0544514Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/stats=/tmp/go-build3998081543/b1598/_pkg_.a
2025-08-20T22:43:04.0544924Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ccr/unfollow=/tmp/go-build3998081543/b1599/_pkg_.a
2025-08-20T22:43:04.0545955Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/allocationexplain=/tmp/go-build3998081543/b1600/_pkg_.a
2025-08-20T22:43:04.0546519Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletecomponenttemplate=/tmp/go-build3998081543/b1601/_pkg_.a
2025-08-20T22:43:04.0547052Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/deletevotingconfigexclusions=/tmp/go-build3998081543/b1602/_pkg_.a
2025-08-20T22:43:04.0547557Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/existscomponenttemplate=/tmp/go-build3998081543/b1603/_pkg_.a
2025-08-20T22:43:04.0548042Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getcomponenttemplate=/tmp/go-build3998081543/b1604/_pkg_.a
2025-08-20T22:43:04.0548487Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/getsettings=/tmp/go-build3998081543/b1605/_pkg_.a
2025-08-20T22:43:04.0548918Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/health=/tmp/go-build3998081543/b1606/_pkg_.a
2025-08-20T22:43:04.0549333Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/info=/tmp/go-build3998081543/b1609/_pkg_.a
2025-08-20T22:43:04.0549786Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/pendingtasks=/tmp/go-build3998081543/b1610/_pkg_.a
2025-08-20T22:43:04.0550308Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/postvotingconfigexclusions=/tmp/go-build3998081543/b1611/_pkg_.a
2025-08-20T22:43:04.0550796Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putcomponenttemplate=/tmp/go-build3998081543/b1612/_pkg_.a
2025-08-20T22:43:04.0551243Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/putsettings=/tmp/go-build3998081543/b1613/_pkg_.a
2025-08-20T22:43:04.0551820Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/remoteinfo=/tmp/go-build3998081543/b1614/_pkg_.a
2025-08-20T22:43:04.0552249Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/reroute=/tmp/go-build3998081543/b1615/_pkg_.a
2025-08-20T22:43:04.0552662Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/state=/tmp/go-build3998081543/b1616/_pkg_.a
2025-08-20T22:43:04.0553136Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/cluster/stats=/tmp/go-build3998081543/b1617/_pkg_.a
2025-08-20T22:43:04.0553594Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/checkin=/tmp/go-build3998081543/b1618/_pkg_.a
2025-08-20T22:43:04.0554026Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/delete=/tmp/go-build3998081543/b1619/_pkg_.a
2025-08-20T22:43:04.0554446Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/get=/tmp/go-build3998081543/b1620/_pkg_.a
2025-08-20T22:43:04.0554886Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/lastsync=/tmp/go-build3998081543/b1621/_pkg_.a
2025-08-20T22:43:04.0555305Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/list=/tmp/go-build3998081543/b1622/_pkg_.a
2025-08-20T22:43:04.0555962Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/post=/tmp/go-build3998081543/b1623/_pkg_.a
2025-08-20T22:43:04.0556392Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/put=/tmp/go-build3998081543/b1624/_pkg_.a
2025-08-20T22:43:04.0556839Z [00:04:45.636]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/secretpost=/tmp/go-build3998081543/b1625/_pkg_.a
2025-08-20T22:43:04.0557299Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobcancel=/tmp/go-build3998081543/b1626/_pkg_.a
2025-08-20T22:43:04.0557963Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobdelete=/tmp/go-build3998081543/b1627/_pkg_.a
2025-08-20T22:43:04.0558428Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobget=/tmp/go-build3998081543/b1628/_pkg_.a
2025-08-20T22:43:04.0558886Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjoblist=/tmp/go-build3998081543/b1629/_pkg_.a
2025-08-20T22:43:04.0559341Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/syncjobpost=/tmp/go-build3998081543/b1630/_pkg_.a
2025-08-20T22:43:04.0559838Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateactivefiltering=/tmp/go-build3998081543/b1631/_pkg_.a
2025-08-20T22:43:04.0560308Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateapikeyid=/tmp/go-build3998081543/b1632/_pkg_.a
2025-08-20T22:43:04.0560809Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateconfiguration=/tmp/go-build3998081543/b1633/_pkg_.a
2025-08-20T22:43:04.0561281Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateerror=/tmp/go-build3998081543/b1634/_pkg_.a
2025-08-20T22:43:04.0561759Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefiltering=/tmp/go-build3998081543/b1635/_pkg_.a
2025-08-20T22:43:04.0562281Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatefilteringvalidation=/tmp/go-build3998081543/b1636/_pkg_.a
2025-08-20T22:43:04.0562755Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateindexname=/tmp/go-build3998081543/b1637/_pkg_.a
2025-08-20T22:43:04.0563204Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatename=/tmp/go-build3998081543/b1638/_pkg_.a
2025-08-20T22:43:04.0563772Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatenative=/tmp/go-build3998081543/b1639/_pkg_.a
2025-08-20T22:43:04.0564247Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatepipeline=/tmp/go-build3998081543/b1640/_pkg_.a
2025-08-20T22:43:04.0564787Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatescheduling=/tmp/go-build3998081543/b1641/_pkg_.a
2025-08-20T22:43:04.0565466Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updateservicetype=/tmp/go-build3998081543/b1642/_pkg_.a
2025-08-20T22:43:04.0565949Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/connector/updatestatus=/tmp/go-build3998081543/b1643/_pkg_.a
2025-08-20T22:43:04.0566347Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/bulk=/tmp/go-build3998081543/b1644/_pkg_.a
2025-08-20T22:43:04.0566795Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/clearscroll=/tmp/go-build3998081543/b1646/_pkg_.a
2025-08-20T22:43:04.0567248Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/closepointintime=/tmp/go-build3998081543/b1647/_pkg_.a
2025-08-20T22:43:04.0567656Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/count=/tmp/go-build3998081543/b1648/_pkg_.a
2025-08-20T22:43:04.0568063Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/create=/tmp/go-build3998081543/b1649/_pkg_.a
2025-08-20T22:43:04.0568472Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/delete=/tmp/go-build3998081543/b1650/_pkg_.a
2025-08-20T22:43:04.0568909Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyquery=/tmp/go-build3998081543/b1651/_pkg_.a
2025-08-20T22:43:04.0569555Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletebyqueryrethrottle=/tmp/go-build3998081543/b1653/_pkg_.a
2025-08-20T22:43:04.0569997Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/deletescript=/tmp/go-build3998081543/b1654/_pkg_.a
2025-08-20T22:43:04.0570409Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/exists=/tmp/go-build3998081543/b1655/_pkg_.a
2025-08-20T22:43:04.0570844Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/existssource=/tmp/go-build3998081543/b1656/_pkg_.a
2025-08-20T22:43:04.0571256Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/explain=/tmp/go-build3998081543/b1657/_pkg_.a
2025-08-20T22:43:04.0571674Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/fieldcaps=/tmp/go-build3998081543/b1658/_pkg_.a
2025-08-20T22:43:04.0572124Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/get=/tmp/go-build3998081543/b1659/_pkg_.a
2025-08-20T22:43:04.0572546Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscript=/tmp/go-build3998081543/b1660/_pkg_.a
2025-08-20T22:43:04.0573001Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptcontext=/tmp/go-build3998081543/b1661/_pkg_.a
2025-08-20T22:43:04.0573464Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getscriptlanguages=/tmp/go-build3998081543/b1662/_pkg_.a
2025-08-20T22:43:04.0573886Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/getsource=/tmp/go-build3998081543/b1663/_pkg_.a
2025-08-20T22:43:04.0574317Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/healthreport=/tmp/go-build3998081543/b1664/_pkg_.a
2025-08-20T22:43:04.0574721Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/index=/tmp/go-build3998081543/b1665/_pkg_.a
2025-08-20T22:43:04.0575225Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/info=/tmp/go-build3998081543/b1666/_pkg_.a
2025-08-20T22:43:04.0575837Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/knnsearch=/tmp/go-build3998081543/b1667/_pkg_.a
2025-08-20T22:43:04.0576294Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mget=/tmp/go-build3998081543/b1668/_pkg_.a
2025-08-20T22:43:04.0576783Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearch=/tmp/go-build3998081543/b1669/_pkg_.a
2025-08-20T22:43:04.0577273Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/msearchtemplate=/tmp/go-build3998081543/b1670/_pkg_.a
2025-08-20T22:43:04.0577708Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/mtermvectors=/tmp/go-build3998081543/b1671/_pkg_.a
2025-08-20T22:43:04.0578167Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/openpointintime=/tmp/go-build3998081543/b1672/_pkg_.a
2025-08-20T22:43:04.0578566Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/ping=/tmp/go-build3998081543/b1673/_pkg_.a
2025-08-20T22:43:04.0578992Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/putscript=/tmp/go-build3998081543/b1674/_pkg_.a
2025-08-20T22:43:04.0579408Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rankeval=/tmp/go-build3998081543/b1675/_pkg_.a
2025-08-20T22:43:04.0579823Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindex=/tmp/go-build3998081543/b1676/_pkg_.a
2025-08-20T22:43:04.0580279Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/reindexrethrottle=/tmp/go-build3998081543/b1677/_pkg_.a
2025-08-20T22:43:04.0580754Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/rendersearchtemplate=/tmp/go-build3998081543/b1678/_pkg_.a
2025-08-20T22:43:04.0581472Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scriptspainlessexecute=/tmp/go-build3998081543/b1679/_pkg_.a
2025-08-20T22:43:04.0581911Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/scroll=/tmp/go-build3998081543/b1680/_pkg_.a
2025-08-20T22:43:04.0582319Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/search=/tmp/go-build3998081543/b1681/_pkg_.a
2025-08-20T22:43:04.0582745Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchmvt=/tmp/go-build3998081543/b1682/_pkg_.a
2025-08-20T22:43:04.0583179Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchshards=/tmp/go-build3998081543/b1685/_pkg_.a
2025-08-20T22:43:04.0583624Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/searchtemplate=/tmp/go-build3998081543/b1686/_pkg_.a
2025-08-20T22:43:04.0584054Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termsenum=/tmp/go-build3998081543/b1687/_pkg_.a
2025-08-20T22:43:04.0584485Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/termvectors=/tmp/go-build3998081543/b1688/_pkg_.a
2025-08-20T22:43:04.0584888Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/update=/tmp/go-build3998081543/b1689/_pkg_.a
2025-08-20T22:43:04.0585442Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyquery=/tmp/go-build3998081543/b1690/_pkg_.a
2025-08-20T22:43:04.0585995Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/core/updatebyqueryrethrottle=/tmp/go-build3998081543/b1691/_pkg_.a
2025-08-20T22:43:04.0586518Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/deletedanglingindex=/tmp/go-build3998081543/b1692/_pkg_.a
2025-08-20T22:43:04.0587199Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/importdanglingindex=/tmp/go-build3998081543/b1693/_pkg_.a
2025-08-20T22:43:04.0587720Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/danglingindices/listdanglingindices=/tmp/go-build3998081543/b1694/_pkg_.a
2025-08-20T22:43:04.0588167Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/deletepolicy=/tmp/go-build3998081543/b1695/_pkg_.a
2025-08-20T22:43:04.0588682Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/executepolicy=/tmp/go-build3998081543/b1696/_pkg_.a
2025-08-20T22:43:04.0589176Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/getpolicy=/tmp/go-build3998081543/b1697/_pkg_.a
2025-08-20T22:43:04.0589607Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/putpolicy=/tmp/go-build3998081543/b1698/_pkg_.a
2025-08-20T22:43:04.0590024Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/enrich/stats=/tmp/go-build3998081543/b1699/_pkg_.a
2025-08-20T22:43:04.0590427Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/delete=/tmp/go-build3998081543/b1700/_pkg_.a
2025-08-20T22:43:04.0590818Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/get=/tmp/go-build3998081543/b1701/_pkg_.a
2025-08-20T22:43:04.0591233Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/getstatus=/tmp/go-build3998081543/b1702/_pkg_.a
2025-08-20T22:43:04.0591635Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/eql/search=/tmp/go-build3998081543/b1703/_pkg_.a
2025-08-20T22:43:04.0592057Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/asyncquery=/tmp/go-build3998081543/b1705/_pkg_.a
2025-08-20T22:43:04.0592459Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/esql/query=/tmp/go-build3998081543/b1706/_pkg_.a
2025-08-20T22:43:04.0593059Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/getfeatures=/tmp/go-build3998081543/b1708/_pkg_.a
2025-08-20T22:43:04.0593556Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/features/resetfeatures=/tmp/go-build3998081543/b1709/_pkg_.a
2025-08-20T22:43:04.0594020Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/globalcheckpoints=/tmp/go-build3998081543/b1710/_pkg_.a
2025-08-20T22:43:04.0594442Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/msearch=/tmp/go-build3998081543/b1711/_pkg_.a
2025-08-20T22:43:04.0594870Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/postsecret=/tmp/go-build3998081543/b1712/_pkg_.a
2025-08-20T22:43:04.0595280Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/fleet/search=/tmp/go-build3998081543/b1713/_pkg_.a
2025-08-20T22:43:04.0595885Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/graph/explore=/tmp/go-build3998081543/b1714/_pkg_.a
2025-08-20T22:43:04.0596334Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/deletelifecycle=/tmp/go-build3998081543/b1715/_pkg_.a
2025-08-20T22:43:04.0596790Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/explainlifecycle=/tmp/go-build3998081543/b1716/_pkg_.a
2025-08-20T22:43:04.0597224Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getlifecycle=/tmp/go-build3998081543/b1717/_pkg_.a
2025-08-20T22:43:04.0597641Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/getstatus=/tmp/go-build3998081543/b1718/_pkg_.a
2025-08-20T22:43:04.0598098Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/migratetodatatiers=/tmp/go-build3998081543/b1719/_pkg_.a
2025-08-20T22:43:04.0598653Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/movetostep=/tmp/go-build3998081543/b1720/_pkg_.a
2025-08-20T22:43:04.0599087Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/putlifecycle=/tmp/go-build3998081543/b1721/_pkg_.a
2025-08-20T22:43:04.0599518Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/removepolicy=/tmp/go-build3998081543/b1722/_pkg_.a
2025-08-20T22:43:04.0599981Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/retry=/tmp/go-build3998081543/b1723/_pkg_.a
2025-08-20T22:43:04.0600392Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/start=/tmp/go-build3998081543/b1724/_pkg_.a
2025-08-20T22:43:04.0600782Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ilm/stop=/tmp/go-build3998081543/b1725/_pkg_.a
2025-08-20T22:43:04.0601216Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/addblock=/tmp/go-build3998081543/b1726/_pkg_.a
2025-08-20T22:43:04.0601651Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/analyze=/tmp/go-build3998081543/b1727/_pkg_.a
2025-08-20T22:43:04.0602096Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clearcache=/tmp/go-build3998081543/b1728/_pkg_.a
2025-08-20T22:43:04.0602505Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/clone=/tmp/go-build3998081543/b1729/_pkg_.a
2025-08-20T22:43:04.0602925Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/close=/tmp/go-build3998081543/b1730/_pkg_.a
2025-08-20T22:43:04.0603343Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/create=/tmp/go-build3998081543/b1731/_pkg_.a
2025-08-20T22:43:04.0603816Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/createdatastream=/tmp/go-build3998081543/b1732/_pkg_.a
2025-08-20T22:43:04.0604422Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/datastreamsstats=/tmp/go-build3998081543/b1733/_pkg_.a
2025-08-20T22:43:04.0604909Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/delete=/tmp/go-build3998081543/b1734/_pkg_.a
2025-08-20T22:43:04.0605507Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletealias=/tmp/go-build3998081543/b1735/_pkg_.a
2025-08-20T22:43:04.0606048Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatalifecycle=/tmp/go-build3998081543/b1736/_pkg_.a
2025-08-20T22:43:04.0606519Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletedatastream=/tmp/go-build3998081543/b1737/_pkg_.a
2025-08-20T22:43:04.0606997Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deleteindextemplate=/tmp/go-build3998081543/b1738/_pkg_.a
2025-08-20T22:43:04.0607464Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/deletetemplate=/tmp/go-build3998081543/b1739/_pkg_.a
2025-08-20T22:43:04.0607897Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/diskusage=/tmp/go-build3998081543/b1740/_pkg_.a
2025-08-20T22:43:04.0608338Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/downsample=/tmp/go-build3998081543/b1741/_pkg_.a
2025-08-20T22:43:04.0608763Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/exists=/tmp/go-build3998081543/b1742/_pkg_.a
2025-08-20T22:43:04.0609206Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsalias=/tmp/go-build3998081543/b1743/_pkg_.a
2025-08-20T22:43:04.0609686Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existsindextemplate=/tmp/go-build3998081543/b1744/_pkg_.a
2025-08-20T22:43:04.0610146Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/existstemplate=/tmp/go-build3998081543/b1745/_pkg_.a
2025-08-20T22:43:04.0610828Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/explaindatalifecycle=/tmp/go-build3998081543/b1746/_pkg_.a
2025-08-20T22:43:04.0611294Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/fieldusagestats=/tmp/go-build3998081543/b1747/_pkg_.a
2025-08-20T22:43:04.0611775Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/flush=/tmp/go-build3998081543/b1748/_pkg_.a
2025-08-20T22:43:04.0612260Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/forcemerge=/tmp/go-build3998081543/b1749/_pkg_.a
2025-08-20T22:43:04.0612666Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/get=/tmp/go-build3998081543/b1750/_pkg_.a
2025-08-20T22:43:04.0613096Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getalias=/tmp/go-build3998081543/b1751/_pkg_.a
2025-08-20T22:43:04.0613572Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatalifecycle=/tmp/go-build3998081543/b1752/_pkg_.a
2025-08-20T22:43:04.0614028Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getdatastream=/tmp/go-build3998081543/b1753/_pkg_.a
2025-08-20T22:43:04.0614485Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getfieldmapping=/tmp/go-build3998081543/b1754/_pkg_.a
2025-08-20T22:43:04.0614954Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getindextemplate=/tmp/go-build3998081543/b1755/_pkg_.a
2025-08-20T22:43:04.0615606Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getmapping=/tmp/go-build3998081543/b1756/_pkg_.a
2025-08-20T22:43:04.0616103Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/getsettings=/tmp/go-build3998081543/b1757/_pkg_.a
2025-08-20T22:43:04.0616712Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/gettemplate=/tmp/go-build3998081543/b1758/_pkg_.a
2025-08-20T22:43:04.0617204Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/migratetodatastream=/tmp/go-build3998081543/b1759/_pkg_.a
2025-08-20T22:43:04.0617673Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/modifydatastream=/tmp/go-build3998081543/b1760/_pkg_.a
2025-08-20T22:43:04.0618087Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/open=/tmp/go-build3998081543/b1761/_pkg_.a
2025-08-20T22:43:04.0618561Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/promotedatastream=/tmp/go-build3998081543/b1762/_pkg_.a
2025-08-20T22:43:04.0618986Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putalias=/tmp/go-build3998081543/b1763/_pkg_.a
2025-08-20T22:43:04.0619465Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putdatalifecycle=/tmp/go-build3998081543/b1764/_pkg_.a
2025-08-20T22:43:04.0619931Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putindextemplate=/tmp/go-build3998081543/b1765/_pkg_.a
2025-08-20T22:43:04.0620369Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putmapping=/tmp/go-build3998081543/b1766/_pkg_.a
2025-08-20T22:43:04.0620811Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/putsettings=/tmp/go-build3998081543/b1767/_pkg_.a
2025-08-20T22:43:04.0621252Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/puttemplate=/tmp/go-build3998081543/b1768/_pkg_.a
2025-08-20T22:43:04.0621679Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/recovery=/tmp/go-build3998081543/b1769/_pkg_.a
2025-08-20T22:43:04.0622205Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/refresh=/tmp/go-build3998081543/b1770/_pkg_.a
2025-08-20T22:43:04.0622701Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/reloadsearchanalyzers=/tmp/go-build3998081543/b1771/_pkg_.a
2025-08-20T22:43:04.0623159Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolvecluster=/tmp/go-build3998081543/b1772/_pkg_.a
2025-08-20T22:43:04.0623672Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/resolveindex=/tmp/go-build3998081543/b1773/_pkg_.a
2025-08-20T22:43:04.0624127Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/rollover=/tmp/go-build3998081543/b1774/_pkg_.a
2025-08-20T22:43:04.0624558Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/segments=/tmp/go-build3998081543/b1775/_pkg_.a
2025-08-20T22:43:04.0624997Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shardstores=/tmp/go-build3998081543/b1776/_pkg_.a
2025-08-20T22:43:04.0625588Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/shrink=/tmp/go-build3998081543/b1778/_pkg_.a
2025-08-20T22:43:04.0626126Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulateindextemplate=/tmp/go-build3998081543/b1779/_pkg_.a
2025-08-20T22:43:04.0626600Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/simulatetemplate=/tmp/go-build3998081543/b1780/_pkg_.a
2025-08-20T22:43:04.0627013Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/split=/tmp/go-build3998081543/b1781/_pkg_.a
2025-08-20T22:43:04.0627431Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/stats=/tmp/go-build3998081543/b1782/_pkg_.a
2025-08-20T22:43:04.0627857Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/unfreeze=/tmp/go-build3998081543/b1783/_pkg_.a
2025-08-20T22:43:04.0628560Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/updatealiases=/tmp/go-build3998081543/b1784/_pkg_.a
2025-08-20T22:43:04.0629074Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/indices/validatequery=/tmp/go-build3998081543/b1785/_pkg_.a
2025-08-20T22:43:04.0629505Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/delete=/tmp/go-build3998081543/b1786/_pkg_.a
2025-08-20T22:43:04.0629926Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/get=/tmp/go-build3998081543/b1787/_pkg_.a
2025-08-20T22:43:04.0630371Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/inference=/tmp/go-build3998081543/b1788/_pkg_.a
2025-08-20T22:43:04.0630784Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/inference/put=/tmp/go-build3998081543/b1789/_pkg_.a
2025-08-20T22:43:04.0631276Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletegeoipdatabase=/tmp/go-build3998081543/b1790/_pkg_.a
2025-08-20T22:43:04.0631726Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/deletepipeline=/tmp/go-build3998081543/b1791/_pkg_.a
2025-08-20T22:43:04.0632161Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/geoipstats=/tmp/go-build3998081543/b1792/_pkg_.a
2025-08-20T22:43:04.0632623Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getgeoipdatabase=/tmp/go-build3998081543/b1793/_pkg_.a
2025-08-20T22:43:04.0633065Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/getpipeline=/tmp/go-build3998081543/b1794/_pkg_.a
2025-08-20T22:43:04.0633513Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/processorgrok=/tmp/go-build3998081543/b1795/_pkg_.a
2025-08-20T22:43:04.0634083Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putgeoipdatabase=/tmp/go-build3998081543/b1796/_pkg_.a
2025-08-20T22:43:04.0634533Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/putpipeline=/tmp/go-build3998081543/b1797/_pkg_.a
2025-08-20T22:43:04.0634955Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ingest/simulate=/tmp/go-build3998081543/b1798/_pkg_.a
2025-08-20T22:43:04.0635649Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/delete=/tmp/go-build3998081543/b1799/_pkg_.a
2025-08-20T22:43:04.0636148Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/get=/tmp/go-build3998081543/b1800/_pkg_.a
2025-08-20T22:43:04.0636621Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/getbasicstatus=/tmp/go-build3998081543/b1801/_pkg_.a
2025-08-20T22:43:04.0637078Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/gettrialstatus=/tmp/go-build3998081543/b1802/_pkg_.a
2025-08-20T22:43:04.0637506Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/post=/tmp/go-build3998081543/b1803/_pkg_.a
2025-08-20T22:43:04.0637963Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststartbasic=/tmp/go-build3998081543/b1804/_pkg_.a
2025-08-20T22:43:04.0638419Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/license/poststarttrial=/tmp/go-build3998081543/b1805/_pkg_.a
2025-08-20T22:43:04.0638882Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/deletepipeline=/tmp/go-build3998081543/b1806/_pkg_.a
2025-08-20T22:43:04.0639332Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/getpipeline=/tmp/go-build3998081543/b1807/_pkg_.a
2025-08-20T22:43:04.0639779Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/logstash/putpipeline=/tmp/go-build3998081543/b1808/_pkg_.a
2025-08-20T22:43:04.0640394Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/deprecations=/tmp/go-build3998081543/b1809/_pkg_.a
2025-08-20T22:43:04.0640970Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/getfeatureupgradestatus=/tmp/go-build3998081543/b1810/_pkg_.a
2025-08-20T22:43:04.0641462Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/migration/postfeatureupgrade=/tmp/go-build3998081543/b1811/_pkg_.a
2025-08-20T22:43:04.0641988Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/cleartrainedmodeldeploymentcache=/tmp/go-build3998081543/b1812/_pkg_.a
2025-08-20T22:43:04.0642397Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/closejob=/tmp/go-build3998081543/b1813/_pkg_.a
2025-08-20T22:43:04.0642829Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendar=/tmp/go-build3998081543/b1814/_pkg_.a
2025-08-20T22:43:04.0643305Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarevent=/tmp/go-build3998081543/b1815/_pkg_.a
2025-08-20T22:43:04.0643759Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletecalendarjob=/tmp/go-build3998081543/b1816/_pkg_.a
2025-08-20T22:43:04.0644193Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedatafeed=/tmp/go-build3998081543/b1817/_pkg_.a
2025-08-20T22:43:04.0644686Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletedataframeanalytics=/tmp/go-build3998081543/b1818/_pkg_.a
2025-08-20T22:43:04.0645129Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteexpireddata=/tmp/go-build3998081543/b1819/_pkg_.a
2025-08-20T22:43:04.0645679Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletefilter=/tmp/go-build3998081543/b1820/_pkg_.a
2025-08-20T22:43:04.0646260Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deleteforecast=/tmp/go-build3998081543/b1821/_pkg_.a
2025-08-20T22:43:04.0646676Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletejob=/tmp/go-build3998081543/b1822/_pkg_.a
2025-08-20T22:43:04.0647130Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletemodelsnapshot=/tmp/go-build3998081543/b1823/_pkg_.a
2025-08-20T22:43:04.0647683Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodel=/tmp/go-build3998081543/b1824/_pkg_.a
2025-08-20T22:43:04.0648216Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/deletetrainedmodelalias=/tmp/go-build3998081543/b1825/_pkg_.a
2025-08-20T22:43:04.0648675Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/estimatemodelmemory=/tmp/go-build3998081543/b1826/_pkg_.a
2025-08-20T22:43:04.0649132Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/evaluatedataframe=/tmp/go-build3998081543/b1827/_pkg_.a
2025-08-20T22:43:04.0649626Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/explaindataframeanalytics=/tmp/go-build3998081543/b1828/_pkg_.a
2025-08-20T22:43:04.0650031Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/flushjob=/tmp/go-build3998081543/b1829/_pkg_.a
2025-08-20T22:43:04.0650441Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/forecast=/tmp/go-build3998081543/b1830/_pkg_.a
2025-08-20T22:43:04.0650856Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getbuckets=/tmp/go-build3998081543/b1831/_pkg_.a
2025-08-20T22:43:04.0651303Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendarevents=/tmp/go-build3998081543/b1832/_pkg_.a
2025-08-20T22:43:04.0651726Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcalendars=/tmp/go-build3998081543/b1833/_pkg_.a
2025-08-20T22:43:04.0652293Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getcategories=/tmp/go-build3998081543/b1834/_pkg_.a
2025-08-20T22:43:04.0652717Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeeds=/tmp/go-build3998081543/b1835/_pkg_.a
2025-08-20T22:43:04.0653162Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdatafeedstats=/tmp/go-build3998081543/b1836/_pkg_.a
2025-08-20T22:43:04.0653637Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalytics=/tmp/go-build3998081543/b1837/_pkg_.a
2025-08-20T22:43:04.0654128Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getdataframeanalyticsstats=/tmp/go-build3998081543/b1838/_pkg_.a
2025-08-20T22:43:04.0654544Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getfilters=/tmp/go-build3998081543/b1839/_pkg_.a
2025-08-20T22:43:04.0654986Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getinfluencers=/tmp/go-build3998081543/b1840/_pkg_.a
2025-08-20T22:43:04.0655592Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobs=/tmp/go-build3998081543/b1841/_pkg_.a
2025-08-20T22:43:04.0656065Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getjobstats=/tmp/go-build3998081543/b1842/_pkg_.a
2025-08-20T22:43:04.0656505Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmemorystats=/tmp/go-build3998081543/b1843/_pkg_.a
2025-08-20T22:43:04.0656954Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshots=/tmp/go-build3998081543/b1844/_pkg_.a
2025-08-20T22:43:04.0657460Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getmodelsnapshotupgradestats=/tmp/go-build3998081543/b1845/_pkg_.a
2025-08-20T22:43:04.0658073Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getoverallbuckets=/tmp/go-build3998081543/b1846/_pkg_.a
2025-08-20T22:43:04.0658490Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/getrecords=/tmp/go-build3998081543/b1847/_pkg_.a
2025-08-20T22:43:04.0658935Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodels=/tmp/go-build3998081543/b1848/_pkg_.a
2025-08-20T22:43:04.0659474Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/gettrainedmodelsstats=/tmp/go-build3998081543/b1850/_pkg_.a
2025-08-20T22:43:04.0659926Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/infertrainedmodel=/tmp/go-build3998081543/b1851/_pkg_.a
2025-08-20T22:43:04.0660319Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/info=/tmp/go-build3998081543/b1852/_pkg_.a
2025-08-20T22:43:04.0660721Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/openjob=/tmp/go-build3998081543/b1853/_pkg_.a
2025-08-20T22:43:04.0661195Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postcalendarevents=/tmp/go-build3998081543/b1854/_pkg_.a
2025-08-20T22:43:04.0661603Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/postdata=/tmp/go-build3998081543/b1855/_pkg_.a
2025-08-20T22:43:04.0662050Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdatafeed=/tmp/go-build3998081543/b1856/_pkg_.a
2025-08-20T22:43:04.0662536Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/previewdataframeanalytics=/tmp/go-build3998081543/b1857/_pkg_.a
2025-08-20T22:43:04.0662965Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendar=/tmp/go-build3998081543/b1858/_pkg_.a
2025-08-20T22:43:04.0663425Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putcalendarjob=/tmp/go-build3998081543/b1859/_pkg_.a
2025-08-20T22:43:04.0664018Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdatafeed=/tmp/go-build3998081543/b1860/_pkg_.a
2025-08-20T22:43:04.0664505Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putdataframeanalytics=/tmp/go-build3998081543/b1861/_pkg_.a
2025-08-20T22:43:04.0664919Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putfilter=/tmp/go-build3998081543/b1862/_pkg_.a
2025-08-20T22:43:04.0665329Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/putjob=/tmp/go-build3998081543/b1863/_pkg_.a
2025-08-20T22:43:04.0666003Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodel=/tmp/go-build3998081543/b1864/_pkg_.a
2025-08-20T22:43:04.0666487Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelalias=/tmp/go-build3998081543/b1865/_pkg_.a
2025-08-20T22:43:04.0667013Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodeldefinitionpart=/tmp/go-build3998081543/b1866/_pkg_.a
2025-08-20T22:43:04.0667507Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/puttrainedmodelvocabulary=/tmp/go-build3998081543/b1867/_pkg_.a
2025-08-20T22:43:04.0667910Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/resetjob=/tmp/go-build3998081543/b1868/_pkg_.a
2025-08-20T22:43:04.0668376Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/revertmodelsnapshot=/tmp/go-build3998081543/b1869/_pkg_.a
2025-08-20T22:43:04.0668810Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/setupgrademode=/tmp/go-build3998081543/b1870/_pkg_.a
2025-08-20T22:43:04.0669241Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdatafeed=/tmp/go-build3998081543/b1871/_pkg_.a
2025-08-20T22:43:04.0669872Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/startdataframeanalytics=/tmp/go-build3998081543/b1872/_pkg_.a
2025-08-20T22:43:04.0670378Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/starttrainedmodeldeployment=/tmp/go-build3998081543/b1873/_pkg_.a
2025-08-20T22:43:04.0670802Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdatafeed=/tmp/go-build3998081543/b1874/_pkg_.a
2025-08-20T22:43:04.0671345Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stopdataframeanalytics=/tmp/go-build3998081543/b1875/_pkg_.a
2025-08-20T22:43:04.0671877Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/stoptrainedmodeldeployment=/tmp/go-build3998081543/b1876/_pkg_.a
2025-08-20T22:43:04.0672364Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedatafeed=/tmp/go-build3998081543/b1877/_pkg_.a
2025-08-20T22:43:04.0672859Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatedataframeanalytics=/tmp/go-build3998081543/b1878/_pkg_.a
2025-08-20T22:43:04.0673286Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatefilter=/tmp/go-build3998081543/b1879/_pkg_.a
2025-08-20T22:43:04.0673701Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatejob=/tmp/go-build3998081543/b1880/_pkg_.a
2025-08-20T22:43:04.0674162Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatemodelsnapshot=/tmp/go-build3998081543/b1881/_pkg_.a
2025-08-20T22:43:04.0674672Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/updatetrainedmodeldeployment=/tmp/go-build3998081543/b1882/_pkg_.a
2025-08-20T22:43:04.0675123Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/upgradejobsnapshot=/tmp/go-build3998081543/b1883/_pkg_.a
2025-08-20T22:43:04.0675722Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validate=/tmp/go-build3998081543/b1884/_pkg_.a
2025-08-20T22:43:04.0676381Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ml/validatedetector=/tmp/go-build3998081543/b1885/_pkg_.a
2025-08-20T22:43:04.0676855Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/monitoring/bulk=/tmp/go-build3998081543/b1886/_pkg_.a
2025-08-20T22:43:04.0677398Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/clearrepositoriesmeteringarchive=/tmp/go-build3998081543/b1887/_pkg_.a
2025-08-20T22:43:04.0677911Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/getrepositoriesmeteringinfo=/tmp/go-build3998081543/b1888/_pkg_.a
2025-08-20T22:43:04.0678340Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/hotthreads=/tmp/go-build3998081543/b1889/_pkg_.a
2025-08-20T22:43:04.0678745Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/info=/tmp/go-build3998081543/b1891/_pkg_.a
2025-08-20T22:43:04.0679232Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/reloadsecuresettings=/tmp/go-build3998081543/b1892/_pkg_.a
2025-08-20T22:43:04.0679642Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/stats=/tmp/go-build3998081543/b1893/_pkg_.a
2025-08-20T22:43:04.0680044Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/nodes/usage=/tmp/go-build3998081543/b1894/_pkg_.a
2025-08-20T22:43:04.0680499Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/flamegraph=/tmp/go-build3998081543/b1895/_pkg_.a
2025-08-20T22:43:04.0680973Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/stacktraces=/tmp/go-build3998081543/b1896/_pkg_.a
2025-08-20T22:43:04.0681407Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/status=/tmp/go-build3998081543/b1897/_pkg_.a
2025-08-20T22:43:04.0682018Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/profiling/topnfunctions=/tmp/go-build3998081543/b1898/_pkg_.a
2025-08-20T22:43:04.0682470Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleterule=/tmp/go-build3998081543/b1899/_pkg_.a
2025-08-20T22:43:04.0682939Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/deleteruleset=/tmp/go-build3998081543/b1900/_pkg_.a
2025-08-20T22:43:04.0683437Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getrule=/tmp/go-build3998081543/b1901/_pkg_.a
2025-08-20T22:43:04.0683919Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/getruleset=/tmp/go-build3998081543/b1902/_pkg_.a
2025-08-20T22:43:04.0684375Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/listrulesets=/tmp/go-build3998081543/b1903/_pkg_.a
2025-08-20T22:43:04.0684825Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putrule=/tmp/go-build3998081543/b1904/_pkg_.a
2025-08-20T22:43:04.0685280Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/putruleset=/tmp/go-build3998081543/b1905/_pkg_.a
2025-08-20T22:43:04.0685929Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/queryrules/test=/tmp/go-build3998081543/b1906/_pkg_.a
2025-08-20T22:43:04.0686387Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/deletejob=/tmp/go-build3998081543/b1907/_pkg_.a
2025-08-20T22:43:04.0686813Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getjobs=/tmp/go-build3998081543/b1908/_pkg_.a
2025-08-20T22:43:04.0687262Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupcaps=/tmp/go-build3998081543/b1909/_pkg_.a
2025-08-20T22:43:04.0687739Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/getrollupindexcaps=/tmp/go-build3998081543/b1910/_pkg_.a
2025-08-20T22:43:04.0688379Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/putjob=/tmp/go-build3998081543/b1911/_pkg_.a
2025-08-20T22:43:04.0688848Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/rollupsearch=/tmp/go-build3998081543/b1912/_pkg_.a
2025-08-20T22:43:04.0689282Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/startjob=/tmp/go-build3998081543/b1913/_pkg_.a
2025-08-20T22:43:04.0689708Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/rollup/stopjob=/tmp/go-build3998081543/b1914/_pkg_.a
2025-08-20T22:43:04.0690206Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/cachestats=/tmp/go-build3998081543/b1915/_pkg_.a
2025-08-20T22:43:04.0690701Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/clearcache=/tmp/go-build3998081543/b1916/_pkg_.a
2025-08-20T22:43:04.0691186Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/mount=/tmp/go-build3998081543/b1917/_pkg_.a
2025-08-20T22:43:04.0691661Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchablesnapshots/stats=/tmp/go-build3998081543/b1918/_pkg_.a
2025-08-20T22:43:04.0692215Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/delete=/tmp/go-build3998081543/b1920/_pkg_.a
2025-08-20T22:43:04.0692804Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/deletebehavioralanalytics=/tmp/go-build3998081543/b1921/_pkg_.a
2025-08-20T22:43:04.0693262Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/get=/tmp/go-build3998081543/b1922/_pkg_.a
2025-08-20T22:43:04.0693807Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/getbehavioralanalytics=/tmp/go-build3998081543/b1923/_pkg_.a
2025-08-20T22:43:04.0694421Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/list=/tmp/go-build3998081543/b1924/_pkg_.a
2025-08-20T22:43:04.0694877Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/put=/tmp/go-build3998081543/b1925/_pkg_.a
2025-08-20T22:43:04.0695601Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/putbehavioralanalytics=/tmp/go-build3998081543/b1926/_pkg_.a
2025-08-20T22:43:04.0696119Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/searchapplication/search=/tmp/go-build3998081543/b1927/_pkg_.a
2025-08-20T22:43:04.0696611Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/activateuserprofile=/tmp/go-build3998081543/b1928/_pkg_.a
2025-08-20T22:43:04.0697061Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/authenticate=/tmp/go-build3998081543/b1930/_pkg_.a
2025-08-20T22:43:04.0697660Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkdeleterole=/tmp/go-build3998081543/b1931/_pkg_.a
2025-08-20T22:43:04.0698106Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkputrole=/tmp/go-build3998081543/b1932/_pkg_.a
2025-08-20T22:43:04.0698588Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/bulkupdateapikeys=/tmp/go-build3998081543/b1933/_pkg_.a
2025-08-20T22:43:04.0699046Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/changepassword=/tmp/go-build3998081543/b1934/_pkg_.a
2025-08-20T22:43:04.0699520Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearapikeycache=/tmp/go-build3998081543/b1935/_pkg_.a
2025-08-20T22:43:04.0700016Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedprivileges=/tmp/go-build3998081543/b1936/_pkg_.a
2025-08-20T22:43:04.0700570Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedrealms=/tmp/go-build3998081543/b1937/_pkg_.a
2025-08-20T22:43:04.0701100Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedroles=/tmp/go-build3998081543/b1938/_pkg_.a
2025-08-20T22:43:04.0701612Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/clearcachedservicetokens=/tmp/go-build3998081543/b1939/_pkg_.a
2025-08-20T22:43:04.0702065Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createapikey=/tmp/go-build3998081543/b1940/_pkg_.a
2025-08-20T22:43:04.0702574Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createcrossclusterapikey=/tmp/go-build3998081543/b1941/_pkg_.a
2025-08-20T22:43:04.0703056Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/createservicetoken=/tmp/go-build3998081543/b1942/_pkg_.a
2025-08-20T22:43:04.0703538Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteprivileges=/tmp/go-build3998081543/b1943/_pkg_.a
2025-08-20T22:43:04.0703983Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterole=/tmp/go-build3998081543/b1944/_pkg_.a
2025-08-20T22:43:04.0704522Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleterolemapping=/tmp/go-build3998081543/b1945/_pkg_.a
2025-08-20T22:43:04.0705014Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteservicetoken=/tmp/go-build3998081543/b1946/_pkg_.a
2025-08-20T22:43:04.0705638Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/deleteuser=/tmp/go-build3998081543/b1947/_pkg_.a
2025-08-20T22:43:04.0706147Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuser=/tmp/go-build3998081543/b1948/_pkg_.a
2025-08-20T22:43:04.0706770Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/disableuserprofile=/tmp/go-build3998081543/b1949/_pkg_.a
2025-08-20T22:43:04.0707222Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuser=/tmp/go-build3998081543/b1950/_pkg_.a
2025-08-20T22:43:04.0707701Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enableuserprofile=/tmp/go-build3998081543/b1951/_pkg_.a
2025-08-20T22:43:04.0708155Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollkibana=/tmp/go-build3998081543/b1952/_pkg_.a
2025-08-20T22:43:04.0708594Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/enrollnode=/tmp/go-build3998081543/b1953/_pkg_.a
2025-08-20T22:43:04.0709035Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getapikey=/tmp/go-build3998081543/b1954/_pkg_.a
2025-08-20T22:43:04.0709640Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getbuiltinprivileges=/tmp/go-build3998081543/b1955/_pkg_.a
2025-08-20T22:43:04.0710108Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getprivileges=/tmp/go-build3998081543/b1956/_pkg_.a
2025-08-20T22:43:04.0710538Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrole=/tmp/go-build3998081543/b1957/_pkg_.a
2025-08-20T22:43:04.0711001Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getrolemapping=/tmp/go-build3998081543/b1958/_pkg_.a
2025-08-20T22:43:04.0711482Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getserviceaccounts=/tmp/go-build3998081543/b1959/_pkg_.a
2025-08-20T22:43:04.0711972Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getservicecredentials=/tmp/go-build3998081543/b1960/_pkg_.a
2025-08-20T22:43:04.0712500Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getsettings=/tmp/go-build3998081543/b1961/_pkg_.a
2025-08-20T22:43:04.0712939Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/gettoken=/tmp/go-build3998081543/b1962/_pkg_.a
2025-08-20T22:43:04.0713370Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuser=/tmp/go-build3998081543/b1964/_pkg_.a
2025-08-20T22:43:04.0713847Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprivileges=/tmp/go-build3998081543/b1965/_pkg_.a
2025-08-20T22:43:04.0714309Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/getuserprofile=/tmp/go-build3998081543/b1966/_pkg_.a
2025-08-20T22:43:04.0714754Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/grantapikey=/tmp/go-build3998081543/b1967/_pkg_.a
2025-08-20T22:43:04.0715222Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivileges=/tmp/go-build3998081543/b1969/_pkg_.a
2025-08-20T22:43:04.0715926Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/hasprivilegesuserprofile=/tmp/go-build3998081543/b1970/_pkg_.a
2025-08-20T22:43:04.0716451Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidateapikey=/tmp/go-build3998081543/b1971/_pkg_.a
2025-08-20T22:43:04.0717002Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/invalidatetoken=/tmp/go-build3998081543/b1972/_pkg_.a
2025-08-20T22:43:04.0717479Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcauthenticate=/tmp/go-build3998081543/b1973/_pkg_.a
2025-08-20T22:43:04.0717921Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidclogout=/tmp/go-build3998081543/b1974/_pkg_.a
2025-08-20T22:43:04.0718535Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/oidcprepareauthentication=/tmp/go-build3998081543/b1975/_pkg_.a
2025-08-20T22:43:04.0718991Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putprivileges=/tmp/go-build3998081543/b1976/_pkg_.a
2025-08-20T22:43:04.0719420Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrole=/tmp/go-build3998081543/b1977/_pkg_.a
2025-08-20T22:43:04.0719887Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putrolemapping=/tmp/go-build3998081543/b1978/_pkg_.a
2025-08-20T22:43:04.0720317Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/putuser=/tmp/go-build3998081543/b1979/_pkg_.a
2025-08-20T22:43:04.0720772Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryapikeys=/tmp/go-build3998081543/b1980/_pkg_.a
2025-08-20T22:43:04.0721356Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryrole=/tmp/go-build3998081543/b1981/_pkg_.a
2025-08-20T22:43:04.0721807Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/queryuser=/tmp/go-build3998081543/b1982/_pkg_.a
2025-08-20T22:43:04.0722278Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlauthenticate=/tmp/go-build3998081543/b1983/_pkg_.a
2025-08-20T22:43:04.0722767Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlcompletelogout=/tmp/go-build3998081543/b1984/_pkg_.a
2025-08-20T22:43:04.0723226Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlinvalidate=/tmp/go-build3998081543/b1985/_pkg_.a
2025-08-20T22:43:04.0723670Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samllogout=/tmp/go-build3998081543/b1986/_pkg_.a
2025-08-20T22:43:04.0724191Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlprepareauthentication=/tmp/go-build3998081543/b1987/_pkg_.a
2025-08-20T22:43:04.0724780Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/samlserviceprovidermetadata=/tmp/go-build3998081543/b1988/_pkg_.a
2025-08-20T22:43:04.0725270Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/suggestuserprofiles=/tmp/go-build3998081543/b1989/_pkg_.a
2025-08-20T22:43:04.0725899Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateapikey=/tmp/go-build3998081543/b1990/_pkg_.a
2025-08-20T22:43:04.0726452Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatecrossclusterapikey=/tmp/go-build3998081543/b1991/_pkg_.a
2025-08-20T22:43:04.0726915Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updatesettings=/tmp/go-build3998081543/b1992/_pkg_.a
2025-08-20T22:43:04.0727420Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/security/updateuserprofiledata=/tmp/go-build3998081543/b1993/_pkg_.a
2025-08-20T22:43:04.0727863Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/deletenode=/tmp/go-build3998081543/b1994/_pkg_.a
2025-08-20T22:43:04.0728296Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/getnode=/tmp/go-build3998081543/b1995/_pkg_.a
2025-08-20T22:43:04.0728791Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/shutdown/putnode=/tmp/go-build3998081543/b1996/_pkg_.a
2025-08-20T22:43:04.0729294Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/deletelifecycle=/tmp/go-build3998081543/b1998/_pkg_.a
2025-08-20T22:43:04.0729743Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executelifecycle=/tmp/go-build3998081543/b1999/_pkg_.a
2025-08-20T22:43:04.0730277Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/executeretention=/tmp/go-build3998081543/b2000/_pkg_.a
2025-08-20T22:43:04.0730707Z [00:04:45.637]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getlifecycle=/tmp/go-build3998081543/b2001/_pkg_.a
2025-08-20T22:43:04.0731121Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstats=/tmp/go-build3998081543/b2002/_pkg_.a
2025-08-20T22:43:04.0731541Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/getstatus=/tmp/go-build3998081543/b2003/_pkg_.a
2025-08-20T22:43:04.0731973Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/putlifecycle=/tmp/go-build3998081543/b2004/_pkg_.a
2025-08-20T22:43:04.0732370Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/start=/tmp/go-build3998081543/b2005/_pkg_.a
2025-08-20T22:43:04.0732766Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/slm/stop=/tmp/go-build3998081543/b2006/_pkg_.a
2025-08-20T22:43:04.0733316Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/cleanuprepository=/tmp/go-build3998081543/b2007/_pkg_.a
2025-08-20T22:43:04.0733738Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/clone=/tmp/go-build3998081543/b2008/_pkg_.a
2025-08-20T22:43:04.0734159Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/create=/tmp/go-build3998081543/b2009/_pkg_.a
2025-08-20T22:43:04.0734636Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/createrepository=/tmp/go-build3998081543/b2010/_pkg_.a
2025-08-20T22:43:04.0735058Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/delete=/tmp/go-build3998081543/b2011/_pkg_.a
2025-08-20T22:43:04.0735653Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/deleterepository=/tmp/go-build3998081543/b2012/_pkg_.a
2025-08-20T22:43:04.0736190Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/get=/tmp/go-build3998081543/b2013/_pkg_.a
2025-08-20T22:43:04.0736657Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/getrepository=/tmp/go-build3998081543/b2015/_pkg_.a
2025-08-20T22:43:04.0737170Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/repositoryverifyintegrity=/tmp/go-build3998081543/b2016/_pkg_.a
2025-08-20T22:43:04.0737606Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/restore=/tmp/go-build3998081543/b2017/_pkg_.a
2025-08-20T22:43:04.0738032Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/status=/tmp/go-build3998081543/b2018/_pkg_.a
2025-08-20T22:43:04.0738505Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/snapshot/verifyrepository=/tmp/go-build3998081543/b2019/_pkg_.a
2025-08-20T22:43:04.0738939Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/clearcursor=/tmp/go-build3998081543/b2020/_pkg_.a
2025-08-20T22:43:04.0739363Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/deleteasync=/tmp/go-build3998081543/b2021/_pkg_.a
2025-08-20T22:43:04.0739776Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasync=/tmp/go-build3998081543/b2022/_pkg_.a
2025-08-20T22:43:04.0740274Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/getasyncstatus=/tmp/go-build3998081543/b2023/_pkg_.a
2025-08-20T22:43:04.0740681Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/query=/tmp/go-build3998081543/b2024/_pkg_.a
2025-08-20T22:43:04.0741095Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/sql/translate=/tmp/go-build3998081543/b2026/_pkg_.a
2025-08-20T22:43:04.0741525Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/ssl/certificates=/tmp/go-build3998081543/b2027/_pkg_.a
2025-08-20T22:43:04.0742113Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonym=/tmp/go-build3998081543/b2028/_pkg_.a
2025-08-20T22:43:04.0742603Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/deletesynonymrule=/tmp/go-build3998081543/b2029/_pkg_.a
2025-08-20T22:43:04.0743048Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonym=/tmp/go-build3998081543/b2030/_pkg_.a
2025-08-20T22:43:04.0743515Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymrule=/tmp/go-build3998081543/b2031/_pkg_.a
2025-08-20T22:43:04.0743980Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/getsynonymssets=/tmp/go-build3998081543/b2032/_pkg_.a
2025-08-20T22:43:04.0744423Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonym=/tmp/go-build3998081543/b2033/_pkg_.a
2025-08-20T22:43:04.0745010Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/synonyms/putsynonymrule=/tmp/go-build3998081543/b2034/_pkg_.a
2025-08-20T22:43:04.0745593Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/cancel=/tmp/go-build3998081543/b2035/_pkg_.a
2025-08-20T22:43:04.0746014Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/get=/tmp/go-build3998081543/b2036/_pkg_.a
2025-08-20T22:43:04.0746422Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/tasks/list=/tmp/go-build3998081543/b2037/_pkg_.a
2025-08-20T22:43:04.0746925Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findfieldstructure=/tmp/go-build3998081543/b2039/_pkg_.a
2025-08-20T22:43:04.0747440Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findmessagestructure=/tmp/go-build3998081543/b2040/_pkg_.a
2025-08-20T22:43:04.0747933Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/findstructure=/tmp/go-build3998081543/b2041/_pkg_.a
2025-08-20T22:43:04.0748419Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/textstructure/testgrokpattern=/tmp/go-build3998081543/b2042/_pkg_.a
2025-08-20T22:43:04.0748897Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/deletetransform=/tmp/go-build3998081543/b2043/_pkg_.a
2025-08-20T22:43:04.0749353Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/getnodestats=/tmp/go-build3998081543/b2044/_pkg_.a
2025-08-20T22:43:04.0749812Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransform=/tmp/go-build3998081543/b2045/_pkg_.a
2025-08-20T22:43:04.0750288Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/gettransformstats=/tmp/go-build3998081543/b2046/_pkg_.a
2025-08-20T22:43:04.0750772Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/previewtransform=/tmp/go-build3998081543/b2047/_pkg_.a
2025-08-20T22:43:04.0751225Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/puttransform=/tmp/go-build3998081543/b2048/_pkg_.a
2025-08-20T22:43:04.0751694Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/resettransform=/tmp/go-build3998081543/b2049/_pkg_.a
2025-08-20T22:43:04.0752279Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/schedulenowtransform=/tmp/go-build3998081543/b2050/_pkg_.a
2025-08-20T22:43:04.0752756Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/starttransform=/tmp/go-build3998081543/b2051/_pkg_.a
2025-08-20T22:43:04.0753219Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/stoptransform=/tmp/go-build3998081543/b2052/_pkg_.a
2025-08-20T22:43:04.0753799Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/updatetransform=/tmp/go-build3998081543/b2053/_pkg_.a
2025-08-20T22:43:04.0754285Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/transform/upgradetransforms=/tmp/go-build3998081543/b2054/_pkg_.a
2025-08-20T22:43:04.0754716Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/ackwatch=/tmp/go-build3998081543/b2055/_pkg_.a
2025-08-20T22:43:04.0755171Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/activatewatch=/tmp/go-build3998081543/b2056/_pkg_.a
2025-08-20T22:43:04.0755770Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deactivatewatch=/tmp/go-build3998081543/b2057/_pkg_.a
2025-08-20T22:43:04.0756267Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/deletewatch=/tmp/go-build3998081543/b2058/_pkg_.a
2025-08-20T22:43:04.0756864Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/executewatch=/tmp/go-build3998081543/b2059/_pkg_.a
2025-08-20T22:43:04.0757375Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getsettings=/tmp/go-build3998081543/b2061/_pkg_.a
2025-08-20T22:43:04.0757858Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/getwatch=/tmp/go-build3998081543/b2062/_pkg_.a
2025-08-20T22:43:04.0758299Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/putwatch=/tmp/go-build3998081543/b2063/_pkg_.a
2025-08-20T22:43:04.0758745Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/querywatches=/tmp/go-build3998081543/b2064/_pkg_.a
2025-08-20T22:43:04.0759161Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/start=/tmp/go-build3998081543/b2065/_pkg_.a
2025-08-20T22:43:04.0759573Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stats=/tmp/go-build3998081543/b2066/_pkg_.a
2025-08-20T22:43:04.0760007Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/stop=/tmp/go-build3998081543/b2067/_pkg_.a
2025-08-20T22:43:04.0760464Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/watcher/updatesettings=/tmp/go-build3998081543/b2068/_pkg_.a
2025-08-20T22:43:04.0760866Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/info=/tmp/go-build3998081543/b2069/_pkg_.a
2025-08-20T22:43:04.0761276Z [00:04:45.638]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/xpack/usage=/tmp/go-build3998081543/b2071/_pkg_.a
2025-08-20T22:43:04.0761644Z [00:04:45.638]➜  packagefile github.com/exasol/exasol-driver-go/internal/utils=/tmp/go-build3998081543/b2075/_pkg_.a
2025-08-20T22:43:04.0762012Z [00:04:45.638]➜  packagefile github.com/exasol/exasol-driver-go/internal/version=/tmp/go-build3998081543/b2078/_pkg_.a
2025-08-20T22:43:04.0762412Z [00:04:45.638]➜  packagefile github.com/exasol/exasol-driver-go/pkg/connection/wsconn=/tmp/go-build3998081543/b2079/_pkg_.a
2025-08-20T22:43:04.0762758Z [00:04:45.638]➜  packagefile github.com/exasol/exasol-driver-go/pkg/errors=/tmp/go-build3998081543/b2076/_pkg_.a
2025-08-20T22:43:04.0763103Z [00:04:45.638]➜  packagefile github.com/exasol/exasol-driver-go/pkg/logger=/tmp/go-build3998081543/b2082/_pkg_.a
2025-08-20T22:43:04.0763572Z [00:04:45.638]➜  packagefile github.com/exasol/exasol-driver-go/pkg/proxy=/tmp/go-build3998081543/b2083/_pkg_.a
2025-08-20T22:43:04.0763950Z [00:04:45.638]➜  packagefile github.com/exasol/exasol-driver-go/pkg/types=/tmp/go-build3998081543/b2080/_pkg_.a
2025-08-20T22:43:04.0764246Z [00:04:45.638]➜  packagefile github.com/gorilla/websocket=/tmp/go-build3998081543/b2081/_pkg_.a
2025-08-20T22:43:04.0764593Z [00:04:45.638]➜  packagefile github.com/flarco/bigquery/internal/schema=/tmp/go-build3998081543/b2087/_pkg_.a
2025-08-20T22:43:04.0765099Z [00:04:45.638]➜  packagefile github.com/flarco/bigquery/internal/schema/decoder=/tmp/go-build3998081543/b2088/_pkg_.a
2025-08-20T22:43:04.0765618Z [00:04:45.638]➜  packagefile github.com/viant/xunsafe=/tmp/go-build3998081543/b2090/_pkg_.a
2025-08-20T22:43:04.0765961Z [00:04:45.638]➜  packagefile filippo.io/edwards25519/field=/tmp/go-build3998081543/b2095/_pkg_.a
2025-08-20T22:43:04.0766230Z [00:04:45.638]➜  packagefile golang.org/x/crypto/md4=/tmp/go-build3998081543/b2107/_pkg_.a
2025-08-20T22:43:04.0766784Z [00:04:45.638]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/crypto=/tmp/go-build3998081543/b2111/_pkg_.a
2025-08-20T22:43:04.0767329Z [00:04:45.638]➜  packagefile github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg/utils=/tmp/go-build3998081543/b2114/_pkg_.a
2025-08-20T22:43:04.0767648Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto=/tmp/go-build3998081543/b2127/_pkg_.a
2025-08-20T22:43:04.0768115Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/etype=/tmp/go-build3998081543/b2129/_pkg_.a
2025-08-20T22:43:04.0768535Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/errorcode=/tmp/go-build3998081543/b2143/_pkg_.a
2025-08-20T22:43:04.0768873Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/flags=/tmp/go-build3998081543/b2144/_pkg_.a
2025-08-20T22:43:04.0769222Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/keyusage=/tmp/go-build3998081543/b2145/_pkg_.a
2025-08-20T22:43:04.0769572Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/nametype=/tmp/go-build3998081543/b2125/_pkg_.a
2025-08-20T22:43:04.0769913Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/patype=/tmp/go-build3998081543/b2137/_pkg_.a
2025-08-20T22:43:04.0770228Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/kadmin=/tmp/go-build3998081543/b2146/_pkg_.a
2025-08-20T22:43:04.0770556Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/krberror=/tmp/go-build3998081543/b2147/_pkg_.a
2025-08-20T22:43:04.0770892Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/messages=/tmp/go-build3998081543/b2148/_pkg_.a
2025-08-20T22:43:04.0771205Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/types=/tmp/go-build3998081543/b2138/_pkg_.a
2025-08-20T22:43:04.0771505Z [00:04:45.638]➜  packagefile github.com/jcmturner/dnsutils/v2=/tmp/go-build3998081543/b2120/_pkg_.a
2025-08-20T22:43:04.0771850Z [00:04:45.638]➜  packagefile github.com/jcmturner/gofork/encoding/asn1=/tmp/go-build3998081543/b2121/_pkg_.a
2025-08-20T22:43:04.0772243Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/etypeID=/tmp/go-build3998081543/b2122/_pkg_.a
2025-08-20T22:43:04.0772471Z [00:04:45.638]➜  packagefile encoding/gob=/tmp/go-build3998081543/b684/_pkg_.a
2025-08-20T22:43:04.0772753Z [00:04:45.638]➜  packagefile github.com/hashicorp/go-uuid=/tmp/go-build3998081543/b2124/_pkg_.a
2025-08-20T22:43:04.0773064Z [00:04:45.638]➜  packagefile github.com/jcmturner/goidentity/v6=/tmp/go-build3998081543/b2156/_pkg_.a
2025-08-20T22:43:04.0773404Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/asn1tools=/tmp/go-build3998081543/b2139/_pkg_.a
2025-08-20T22:43:04.0773763Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/chksumtype=/tmp/go-build3998081543/b2136/_pkg_.a
2025-08-20T22:43:04.0774108Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/msgtype=/tmp/go-build3998081543/b2150/_pkg_.a
2025-08-20T22:43:04.0774523Z [00:04:45.638]➜  packagefile github.com/jcmturner/gokrb5/v8/service=/tmp/go-build3998081543/b2157/_pkg_.a
2025-08-20T22:43:04.0774775Z [00:04:45.638]➜  packagefile net/http/cookiejar=/tmp/go-build3998081543/b2158/_pkg_.a
2025-08-20T22:43:04.0775056Z [00:04:45.638]➜  packagefile github.com/jpillora/backoff=/tmp/go-build3998081543/b2165/_pkg_.a
2025-08-20T22:43:04.0775557Z [00:04:45.638]➜  packagefile github.com/prometheus/client_golang/prometheus=/tmp/go-build3998081543/b2166/_pkg_.a
2025-08-20T22:43:04.0775958Z [00:04:45.638]➜  packagefile golang.org/x/net/idna=/tmp/go-build3998081543/b522/_pkg_.a
2025-08-20T22:43:04.0776251Z [00:04:45.638]➜  packagefile golang.org/x/net/http/httpguts=/tmp/go-build3998081543/b521/_pkg_.a
2025-08-20T22:43:04.0776535Z [00:04:45.638]➜  packagefile golang.org/x/net/http2/hpack=/tmp/go-build3998081543/b525/_pkg_.a
2025-08-20T22:43:04.0776846Z [00:04:45.638]➜  packagefile golang.org/x/net/internal/httpcommon=/tmp/go-build3998081543/b526/_pkg_.a
2025-08-20T22:43:04.0777203Z [00:04:45.638]➜  packagefile github.com/sijms/go-ora/v2/advanced_nego/ntlmssp=/tmp/go-build3998081543/b2182/_pkg_.a
2025-08-20T22:43:04.0777424Z [00:04:45.638]➜  packagefile go/constant=/tmp/go-build3998081543/b2191/_pkg_.a
2025-08-20T22:43:04.0777649Z [00:04:45.638]➜  packagefile go/version=/tmp/go-build3998081543/b2192/_pkg_.a
2025-08-20T22:43:04.0777903Z [00:04:45.638]➜  packagefile internal/types/errors=/tmp/go-build3998081543/b2194/_pkg_.a
2025-08-20T22:43:04.0778204Z [00:04:45.638]➜  packagefile github.com/dvsekhvalnov/jose2go=/tmp/go-build3998081543/b2206/_pkg_.a
2025-08-20T22:43:04.0778625Z [00:04:45.638]➜  packagefile github.com/godbus/dbus=/tmp/go-build3998081543/b2214/_pkg_.a
2025-08-20T22:43:04.0778932Z [00:04:45.638]➜  packagefile github.com/gsterjov/go-libsecret=/tmp/go-build3998081543/b2215/_pkg_.a
2025-08-20T22:43:04.0779210Z [00:04:45.638]➜  packagefile github.com/mtibben/percent=/tmp/go-build3998081543/b2216/_pkg_.a
2025-08-20T22:43:04.0779586Z [00:04:45.638]➜  packagefile github.com/apache/arrow/go/v15/arrow/compute/exec=/tmp/go-build3998081543/b2218/_pkg_.a
2025-08-20T22:43:04.0780010Z [00:04:45.638]➜  packagefile github.com/apache/arrow/go/v15/arrow/compute/internal/kernels=/tmp/go-build3998081543/b2220/_pkg_.a
2025-08-20T22:43:04.0780351Z [00:04:45.638]➜  packagefile github.com/apache/arrow/go/v15/arrow/scalar=/tmp/go-build3998081543/b2219/_pkg_.a
2025-08-20T22:43:04.0780729Z [00:04:45.638]➜  packagefile github.com/gabriel-vasile/mimetype/internal/charset=/tmp/go-build3998081543/b2223/_pkg_.a
2025-08-20T22:43:04.0781107Z [00:04:45.638]➜  packagefile github.com/gabriel-vasile/mimetype/internal/magic=/tmp/go-build3998081543/b2224/_pkg_.a
2025-08-20T22:43:04.0781497Z [00:04:45.638]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/timezone=/tmp/go-build3998081543/b2235/_pkg_.a
2025-08-20T22:43:04.0781858Z [00:04:45.638]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/types=/tmp/go-build3998081543/b2236/_pkg_.a
2025-08-20T22:43:04.0782260Z [00:04:45.638]➜  packagefile github.com/timeplus-io/proton-go-driver/v2/lib/cityhash102=/tmp/go-build3998081543/b2239/_pkg_.a
2025-08-20T22:43:04.0782581Z [00:04:45.638]➜  packagefile github.com/pierrec/lz4/internal/xxh32=/tmp/go-build3998081543/b2244/_pkg_.a
2025-08-20T22:43:04.0782921Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/bson/bsonoptions=/tmp/go-build3998081543/b251/_pkg_.a
2025-08-20T22:43:04.0783250Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/mongo/address=/tmp/go-build3998081543/b2250/_pkg_.a
2025-08-20T22:43:04.0783753Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/internal/randutil=/tmp/go-build3998081543/b2263/_pkg_.a
2025-08-20T22:43:04.0784106Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/internal/bsonutil=/tmp/go-build3998081543/b2252/_pkg_.a
2025-08-20T22:43:04.0784453Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/internal/handshake=/tmp/go-build3998081543/b2253/_pkg_.a
2025-08-20T22:43:04.0784794Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/internal/ptrutil=/tmp/go-build3998081543/b2254/_pkg_.a
2025-08-20T22:43:04.0785217Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/internal/driverutil=/tmp/go-build3998081543/b2269/_pkg_.a
2025-08-20T22:43:04.0785848Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/version=/tmp/go-build3998081543/b2277/_pkg_.a
2025-08-20T22:43:04.0786156Z [00:04:45.638]➜  packagefile github.com/montanaflynn/stats=/tmp/go-build3998081543/b2279/_pkg_.a
2025-08-20T22:43:04.0786510Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth=/tmp/go-build3998081543/b2280/_pkg_.a
2025-08-20T22:43:04.0786872Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/dns=/tmp/go-build3998081543/b2275/_pkg_.a
2025-08-20T22:43:04.0787225Z [00:04:45.638]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/ocsp=/tmp/go-build3998081543/b2291/_pkg_.a
2025-08-20T22:43:04.0787590Z [00:04:45.638]➜  packagefile golang.org/x/oauth2/google/internal/stsexchange=/tmp/go-build3998081543/b661/_pkg_.a
2025-08-20T22:43:04.0787920Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/internal=/tmp/go-build3998081543/b672/_pkg_.a
2025-08-20T22:43:04.0788237Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/internal/jwt=/tmp/go-build3998081543/b673/_pkg_.a
2025-08-20T22:43:04.0788500Z [00:04:45.638]➜  packagefile github.com/google/s2a-go=/tmp/go-build3998081543/b691/_pkg_.a
2025-08-20T22:43:04.0788806Z [00:04:45.638]➜  packagefile google.golang.org/api/internal/cert=/tmp/go-build3998081543/b716/_pkg_.a
2025-08-20T22:43:04.0789196Z [00:04:45.638]➜  packagefile log/slog/internal=/tmp/go-build3998081543/b393/_pkg_.a
2025-08-20T22:43:04.0789533Z [00:04:45.638]➜  packagefile log/slog/internal/buffer=/tmp/go-build3998081543/b394/_pkg_.a
2025-08-20T22:43:04.0789912Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/internal/anynil=/tmp/go-build3998081543/b2294/_pkg_.a
2025-08-20T22:43:04.0790232Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/internal/pgio=/tmp/go-build3998081543/b2295/_pkg_.a
2025-08-20T22:43:04.0790571Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/internal/sanitize=/tmp/go-build3998081543/b2296/_pkg_.a
2025-08-20T22:43:04.0790914Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/internal/stmtcache=/tmp/go-build3998081543/b2297/_pkg_.a
2025-08-20T22:43:04.0791229Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/pgtype=/tmp/go-build3998081543/b2307/_pkg_.a
2025-08-20T22:43:04.0791516Z [00:04:45.638]➜  packagefile github.com/jackc/pgpassfile=/tmp/go-build3998081543/b2299/_pkg_.a
2025-08-20T22:43:04.0791814Z [00:04:45.638]➜  packagefile github.com/jackc/pgservicefile=/tmp/go-build3998081543/b2300/_pkg_.a
2025-08-20T22:43:04.0792162Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/internal/iobufpool=/tmp/go-build3998081543/b2301/_pkg_.a
2025-08-20T22:43:04.0792528Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/pgconn/internal/bgreader=/tmp/go-build3998081543/b2302/_pkg_.a
2025-08-20T22:43:04.0792894Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/pgconn/internal/ctxwatch=/tmp/go-build3998081543/b2303/_pkg_.a
2025-08-20T22:43:04.0793196Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/pgproto3=/tmp/go-build3998081543/b2304/_pkg_.a
2025-08-20T22:43:04.0793492Z [00:04:45.638]➜  packagefile golang.org/x/text/secure/precis=/tmp/go-build3998081543/b2305/_pkg_.a
2025-08-20T22:43:04.0793784Z [00:04:45.638]➜  packagefile github.com/jackc/pgx/v5/pgxpool=/tmp/go-build3998081543/b2309/_pkg_.a
2025-08-20T22:43:04.0794018Z [00:04:45.638]➜  packagefile text/tabwriter=/tmp/go-build3998081543/b437/_pkg_.a
2025-08-20T22:43:04.0794417Z [00:04:45.638]➜  packagefile vendor/golang.org/x/text/transform=/tmp/go-build3998081543/b194/_pkg_.a
2025-08-20T22:43:04.0794732Z [00:04:45.638]➜  packagefile crypto/internal/fips140/nistec/fiat=/tmp/go-build3998081543/b131/_pkg_.a
2025-08-20T22:43:04.0794952Z [00:04:45.638]➜  packagefile crypto/sha3=/tmp/go-build3998081543/b141/_pkg_.a
2025-08-20T22:43:04.0795270Z [00:04:45.638]➜  packagefile crypto/internal/fips140/edwards25519=/tmp/go-build3998081543/b149/_pkg_.a
2025-08-20T22:43:04.0795902Z [00:04:45.638]➜  packagefile github.com/asaskevich/govalidator=/tmp/go-build3998081543/b243/_pkg_.a
2025-08-20T22:43:04.0796234Z [00:04:45.638]➜  packagefile github.com/go-openapi/errors=/tmp/go-build3998081543/b245/_pkg_.a
2025-08-20T22:43:04.0796487Z [00:04:45.638]➜  packagefile github.com/oklog/ulid=/tmp/go-build3998081543/b248/_pkg_.a
2025-08-20T22:43:04.0796775Z [00:04:45.638]➜  packagefile golang.org/x/text/internal/tag=/tmp/go-build3998081543/b215/_pkg_.a
2025-08-20T22:43:04.0797088Z [00:04:45.638]➜  packagefile github.com/gobwas/glob/util/strings=/tmp/go-build3998081543/b309/_pkg_.a
2025-08-20T22:43:04.0797434Z [00:04:45.638]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/strings=/tmp/go-build3998081543/b335/_pkg_.a
2025-08-20T22:43:04.0797961Z [00:04:45.638]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping=/tmp/go-build3998081543/b1144/_pkg_.a
2025-08-20T22:43:04.0798300Z [00:04:45.638]➜  packagefile go.opentelemetry.io/otel/semconv/v1.24.0=/tmp/go-build3998081543/b1145/_pkg_.a
2025-08-20T22:43:04.0798609Z [00:04:45.638]➜  packagefile google.golang.org/grpc/encoding/gzip=/tmp/go-build3998081543/b1146/_pkg_.a
2025-08-20T22:43:04.0799083Z [00:04:45.638]➜  packagefile github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp=/tmp/go-build3998081543/b1148/_pkg_.a
2025-08-20T22:43:04.0799338Z [00:04:45.638]➜  packagefile github.com/go-logr/logr=/tmp/go-build3998081543/b744/_pkg_.a
2025-08-20T22:43:04.0799783Z [00:04:45.638]➜  packagefile go.opentelemetry.io/otel/propagation=/tmp/go-build3998081543/b757/_pkg_.a
2025-08-20T22:43:04.0800115Z [00:04:45.638]➜  packagefile go.opentelemetry.io/otel/sdk=/tmp/go-build3998081543/b856/_pkg_.a
2025-08-20T22:43:04.0800445Z [00:04:45.638]➜  packagefile go.opentelemetry.io/otel/sdk/internal/x=/tmp/go-build3998081543/b857/_pkg_.a
2025-08-20T22:43:04.0800760Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/httptransport=/tmp/go-build3998081543/b731/_pkg_.a
2025-08-20T22:43:04.0801184Z [00:04:45.638]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp=/tmp/go-build3998081543/b733/_pkg_.a
2025-08-20T22:43:04.0801515Z [00:04:45.638]➜  packagefile google.golang.org/api/googleapi/transport=/tmp/go-build3998081543/b761/_pkg_.a
2025-08-20T22:43:04.0801886Z [00:04:45.638]➜  packagefile google.golang.org/grpc/experimental/opentelemetry=/tmp/go-build3998081543/b1152/_pkg_.a
2025-08-20T22:43:04.0802262Z [00:04:45.638]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal=/tmp/go-build3998081543/b1153/_pkg_.a
2025-08-20T22:43:04.0802688Z [00:04:45.638]➜  packagefile google.golang.org/grpc/stats/opentelemetry/internal/tracing=/tmp/go-build3998081543/b1154/_pkg_.a
2025-08-20T22:43:04.0802913Z [00:04:45.638]➜  packagefile hash/crc64=/tmp/go-build3998081543/b1077/_pkg_.a
2025-08-20T22:43:04.0803187Z [00:04:45.638]➜  packagefile golang.org/x/net/html/atom=/tmp/go-build3998081543/b2199/_pkg_.a
2025-08-20T22:43:04.0803583Z [00:04:45.638]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto=/tmp/go-build3998081543/b1089/_pkg_.a
2025-08-20T22:43:04.0803956Z [00:04:45.638]➜  packagefile github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4=/tmp/go-build3998081543/b1090/_pkg_.a
2025-08-20T22:43:04.0804355Z [00:04:45.638]➜  packagefile github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn=/tmp/go-build3998081543/b1094/_pkg_.a
2025-08-20T22:43:04.0804720Z [00:04:45.638]➜  packagefile github.com/aws/aws-sdk-go-v2/service/s3/internal/arn=/tmp/go-build3998081543/b1097/_pkg_.a
2025-08-20T22:43:04.0805121Z [00:04:45.638]➜  packagefile github.com/hashicorp/errwrap=/tmp/go-build3998081543/b2202/_pkg_.a
2025-08-20T22:43:04.0805656Z [00:04:45.638]➜  packagefile github.com/googleapis/gax-go/v2/internallog/internal=/tmp/go-build3998081543/b675/_pkg_.a
2025-08-20T22:43:04.0806053Z [00:04:45.638]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4block=/tmp/go-build3998081543/b406/_pkg_.a
2025-08-20T22:43:04.0806477Z [00:04:45.638]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4errors=/tmp/go-build3998081543/b407/_pkg_.a
2025-08-20T22:43:04.0806830Z [00:04:45.638]➜  packagefile github.com/pierrec/lz4/v4/internal/lz4stream=/tmp/go-build3998081543/b408/_pkg_.a
2025-08-20T22:43:04.0807139Z [00:04:45.638]➜  packagefile github.com/klauspost/compress/flate=/tmp/go-build3998081543/b397/_pkg_.a
2025-08-20T22:43:04.0807426Z [00:04:45.638]➜  packagefile github.com/klauspost/cpuid/v2=/tmp/go-build3998081543/b416/_pkg_.a
2025-08-20T22:43:04.0807814Z [00:04:45.638]➜  packagefile github.com/apache/arrow-go/v18/arrow/flight/gen/flight=/tmp/go-build3998081543/b433/_pkg_.a
2025-08-20T22:43:04.0808120Z [00:04:45.638]➜  packagefile github.com/klauspost/compress/fse=/tmp/go-build3998081543/b402/_pkg_.a
2025-08-20T22:43:04.0808410Z [00:04:45.638]➜  packagefile github.com/valyala/fasttemplate=/tmp/go-build3998081543/b601/_pkg_.a
2025-08-20T22:43:04.0808726Z [00:04:45.638]➜  packagefile github.com/klauspost/compress/snappy=/tmp/go-build3998081543/b621/_pkg_.a
2025-08-20T22:43:04.0809121Z [00:04:45.638]➜  packagefile github.com/parquet-go/parquet-go/hashprobe/aeshash=/tmp/go-build3998081543/b634/_pkg_.a
2025-08-20T22:43:04.0809487Z [00:04:45.638]➜  packagefile github.com/parquet-go/parquet-go/hashprobe/wyhash=/tmp/go-build3998081543/b636/_pkg_.a
2025-08-20T22:43:04.0809795Z [00:04:45.638]➜  packagefile golang.org/x/crypto/internal/alias=/tmp/go-build3998081543/b646/_pkg_.a
2025-08-20T22:43:04.0810080Z [00:04:45.638]➜  packagefile golang.org/x/crypto/blowfish=/tmp/go-build3998081543/b650/_pkg_.a
2025-08-20T22:43:04.0810588Z [00:04:45.638]➜  packagefile google.golang.org/protobuf/internal/filetype=/tmp/go-build3998081543/b486/_pkg_.a
2025-08-20T22:43:04.0810928Z [00:04:45.638]➜  packagefile google.golang.org/protobuf/internal/impl=/tmp/go-build3998081543/b487/_pkg_.a
2025-08-20T22:43:04.0811277Z [00:04:45.638]➜  packagefile google.golang.org/protobuf/internal/protolazy=/tmp/go-build3998081543/b490/_pkg_.a
2025-08-20T22:43:04.0811625Z [00:04:45.638]➜  packagefile google.golang.org/protobuf/internal/version=/tmp/go-build3998081543/b491/_pkg_.a
2025-08-20T22:43:04.0811936Z [00:04:45.638]➜  packagefile golang.org/x/net/internal/timeseries=/tmp/go-build3998081543/b436/_pkg_.a
2025-08-20T22:43:04.0812309Z [00:04:45.638]➜  packagefile google.golang.org/grpc/balancer/pickfirst/internal=/tmp/go-build3998081543/b471/_pkg_.a
2025-08-20T22:43:04.0812703Z [00:04:45.638]➜  packagefile google.golang.org/grpc/balancer/pickfirst/pickfirstleaf=/tmp/go-build3998081543/b472/_pkg_.a
2025-08-20T22:43:04.0813072Z [00:04:45.638]➜  packagefile google.golang.org/grpc/balancer/endpointsharding=/tmp/go-build3998081543/b493/_pkg_.a
2025-08-20T22:43:04.0813373Z [00:04:45.638]➜  packagefile google.golang.org/grpc/attributes=/tmp/go-build3998081543/b446/_pkg_.a
2025-08-20T22:43:04.0813760Z [00:04:45.638]➜  packagefile google.golang.org/grpc/internal/credentials=/tmp/go-build3998081543/b447/_pkg_.a
2025-08-20T22:43:04.0814080Z [00:04:45.638]➜  packagefile google.golang.org/grpc/grpclog/internal=/tmp/go-build3998081543/b444/_pkg_.a
2025-08-20T22:43:04.0814448Z [00:04:45.638]➜  packagefile google.golang.org/grpc/binarylog/grpc_binarylog_v1=/tmp/go-build3998081543/b504/_pkg_.a
2025-08-20T22:43:04.0814802Z [00:04:45.638]➜  packagefile google.golang.org/grpc/internal/proxyattributes=/tmp/go-build3998081543/b518/_pkg_.a
2025-08-20T22:43:04.0815187Z [00:04:45.638]➜  packagefile google.golang.org/grpc/internal/transport/networktype=/tmp/go-build3998081543/b528/_pkg_.a
2025-08-20T22:43:04.0815694Z [00:04:45.638]➜  packagefile google.golang.org/grpc/internal/syscall=/tmp/go-build3998081543/b527/_pkg_.a
2025-08-20T22:43:04.0816199Z [00:04:45.638]➜  packagefile google.golang.org/grpc/internal/resolver/dns=/tmp/go-build3998081543/b536/_pkg_.a
2025-08-20T22:43:04.0816553Z [00:04:45.638]➜  packagefile google.golang.org/genproto/googleapis/rpc/code=/tmp/go-build3998081543/b725/_pkg_.a
2025-08-20T22:43:04.0816815Z [00:04:45.638]➜  packagefile github.com/go-logr/stdr=/tmp/go-build3998081543/b746/_pkg_.a
2025-08-20T22:43:04.0817161Z [00:04:45.638]➜  packagefile go.opentelemetry.io/auto/sdk=/tmp/go-build3998081543/b748/_pkg_.a
2025-08-20T22:43:04.0817594Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccount=/tmp/go-build3998081543/b678/_pkg_.a
2025-08-20T22:43:04.0818033Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/credentials/internal/externalaccountuser=/tmp/go-build3998081543/b688/_pkg_.a
2025-08-20T22:43:04.0818399Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/credentials/internal/gdch=/tmp/go-build3998081543/b689/_pkg_.a
2025-08-20T22:43:04.0818815Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/credentials/internal/impersonate=/tmp/go-build3998081543/b679/_pkg_.a
2025-08-20T22:43:04.0819152Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/internal/credsfile=/tmp/go-build3998081543/b681/_pkg_.a
2025-08-20T22:43:04.0819483Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/internal/compute=/tmp/go-build3998081543/b774/_pkg_.a
2025-08-20T22:43:04.0819821Z [00:04:45.638]➜  packagefile cloud.google.com/go/auth/internal/transport=/tmp/go-build3998081543/b732/_pkg_.a
2025-08-20T22:43:04.0820517Z [00:04:45.638]➜  packagefile go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/internal=/tmp/go-build3998081543/b776/_pkg_.a
2025-08-20T22:43:04.0820870Z [00:04:45.638]➜  packagefile go.opentelemetry.io/otel/baggage=/tmp/go-build3998081543/b758/_pkg_.a
2025-08-20T22:43:04.0821202Z [00:04:45.638]➜  packagefile go.opentelemetry.io/otel/semconv/v1.17.0=/tmp/go-build3998081543/b777/_pkg_.a
2025-08-20T22:43:04.0821768Z [00:04:45.638]➜  packagefile google.golang.org/grpc/balancer/grpclb/grpc_lb_v1=/tmp/go-build3998081543/b792/_pkg_.a
2025-08-20T22:43:04.0822132Z [00:04:45.638]➜  packagefile google.golang.org/grpc/balancer/grpclb/state=/tmp/go-build3998081543/b537/_pkg_.a
2025-08-20T22:43:04.0822456Z [00:04:45.638]➜  packagefile google.golang.org/grpc/resolver/manual=/tmp/go-build3998081543/b793/_pkg_.a
2025-08-20T22:43:04.0822786Z [00:04:45.638]➜  packagefile google.golang.org/grpc/credentials/alts=/tmp/go-build3998081543/b779/_pkg_.a
2025-08-20T22:43:04.0823090Z [00:04:45.638]➜  packagefile google.golang.org/grpc/internal/xds=/tmp/go-build3998081543/b789/_pkg_.a
2025-08-20T22:43:04.0823404Z [00:04:45.638]➜  packagefile google.golang.org/grpc/internal/cache=/tmp/go-build3998081543/b865/_pkg_.a
2025-08-20T22:43:04.0823805Z [00:04:45.638]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/core/v3=/tmp/go-build3998081543/b868/_pkg_.a
2025-08-20T22:43:04.0824191Z [00:04:45.638]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider=/tmp/go-build3998081543/b876/_pkg_.a
2025-08-20T22:43:04.0824500Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/bootstrap=/tmp/go-build3998081543/b889/_pkg_.a
2025-08-20T22:43:04.0824919Z [00:04:45.638]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/status/v3=/tmp/go-build3998081543/b894/_pkg_.a
2025-08-20T22:43:04.0825330Z [00:04:45.638]➜  packagefile google.golang.org/grpc/credentials/tls/certprovider/pemfile=/tmp/go-build3998081543/b891/_pkg_.a
2025-08-20T22:43:04.0825877Z [00:04:45.638]➜  packagefile google.golang.org/grpc/internal/admin=/tmp/go-build3998081543/b915/_pkg_.a
2025-08-20T22:43:04.0826174Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/csds=/tmp/go-build3998081543/b916/_pkg_.a
2025-08-20T22:43:04.0826519Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/balancer=/tmp/go-build3998081543/b937/_pkg_.a
2025-08-20T22:43:04.0827019Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier/rls=/tmp/go-build3998081543/b956/_pkg_.a
2025-08-20T22:43:04.0827413Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/fault=/tmp/go-build3998081543/b957/_pkg_.a
2025-08-20T22:43:04.0827782Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/rbac=/tmp/go-build3998081543/b960/_pkg_.a
2025-08-20T22:43:04.0828165Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter/router=/tmp/go-build3998081543/b967/_pkg_.a
2025-08-20T22:43:04.0828579Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/resolver=/tmp/go-build3998081543/b969/_pkg_.a
2025-08-20T22:43:04.0828929Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/server=/tmp/go-build3998081543/b973/_pkg_.a
2025-08-20T22:43:04.0829384Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry/converter=/tmp/go-build3998081543/b974/_pkg_.a
2025-08-20T22:43:04.0829799Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource=/tmp/go-build3998081543/b923/_pkg_.a
2025-08-20T22:43:04.0830179Z [00:04:45.638]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/admin/v3=/tmp/go-build3998081543/b895/_pkg_.a
2025-08-20T22:43:04.0830565Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/internal=/tmp/go-build3998081543/b918/_pkg_.a
2025-08-20T22:43:04.0830935Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/load=/tmp/go-build3998081543/b919/_pkg_.a
2025-08-20T22:43:04.0831327Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport=/tmp/go-build3998081543/b920/_pkg_.a
2025-08-20T22:43:04.0831735Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/ads=/tmp/go-build3998081543/b921/_pkg_.a
2025-08-20T22:43:04.0832188Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/grpctransport=/tmp/go-build3998081543/b934/_pkg_.a
2025-08-20T22:43:04.0832777Z [00:04:45.638]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/transport/lrs=/tmp/go-build3998081543/b936/_pkg_.a
2025-08-20T22:43:04.0833122Z [00:04:45.638]➜  packagefile google.golang.org/protobuf/internal/detrand=/tmp/go-build3998081543/b452/_pkg_.a
2025-08-20T22:43:04.0833468Z [00:04:45.638]➜  packagefile google.golang.org/protobuf/internal/descfmt=/tmp/go-build3998081543/b478/_pkg_.a
2025-08-20T22:43:04.0833815Z [00:04:45.638]➜  packagefile google.golang.org/protobuf/internal/descopts=/tmp/go-build3998081543/b479/_pkg_.a
2025-08-20T22:43:04.0834195Z [00:04:45.638]➜  packagefile google.golang.org/protobuf/internal/editiondefaults=/tmp/go-build3998081543/b480/_pkg_.a
2025-08-20T22:43:04.0834564Z [00:04:45.638]➜  packagefile google.golang.org/protobuf/internal/encoding/defval=/tmp/go-build3998081543/b481/_pkg_.a
2025-08-20T22:43:04.0835103Z [00:04:45.638]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json/types/time=/tmp/go-build3998081543/b1022/_pkg_.a
2025-08-20T22:43:04.0835832Z [00:04:45.638]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust=/tmp/go-build3998081543/b1029/_pkg_.a
2025-08-20T22:43:04.0836443Z [00:04:45.638]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/wstrust/defs=/tmp/go-build3998081543/b1030/_pkg_.a
2025-08-20T22:43:04.0837014Z [00:04:45.638]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/comm=/tmp/go-build3998081543/b1033/_pkg_.a
2025-08-20T22:43:04.0837595Z [00:04:45.638]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/internal/grant=/tmp/go-build3998081543/b1028/_pkg_.a
2025-08-20T22:43:04.0837900Z [00:04:45.638]➜  packagefile github.com/kylelemons/godebug/diff=/tmp/go-build3998081543/b1019/_pkg_.a
2025-08-20T22:43:04.0838390Z [00:04:45.638]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/json=/tmp/go-build3998081543/b1021/_pkg_.a
2025-08-20T22:43:04.0838800Z [00:04:45.638]➜  packagefile github.com/segmentio/asm/cpu=/tmp/go-build3998081543/b1051/_pkg_.a
2025-08-20T22:43:04.0839135Z [00:04:45.638]➜  packagefile github.com/goccy/go-json/internal/decoder=/tmp/go-build3998081543/b364/_pkg_.a
2025-08-20T22:43:04.0839461Z [00:04:45.638]➜  packagefile github.com/goccy/go-json/internal/encoder=/tmp/go-build3998081543/b367/_pkg_.a
2025-08-20T22:43:04.0839864Z [00:04:45.638]➜  packagefile github.com/goccy/go-json/internal/encoder/vm=/tmp/go-build3998081543/b368/_pkg_.a
2025-08-20T22:43:04.0840234Z [00:04:45.638]➜  packagefile github.com/goccy/go-json/internal/encoder/vm_color=/tmp/go-build3998081543/b370/_pkg_.a
2025-08-20T22:43:04.0840624Z [00:04:45.638]➜  packagefile github.com/goccy/go-json/internal/encoder/vm_color_indent=/tmp/go-build3998081543/b371/_pkg_.a
2025-08-20T22:43:04.0840989Z [00:04:45.638]➜  packagefile github.com/goccy/go-json/internal/encoder/vm_indent=/tmp/go-build3998081543/b369/_pkg_.a
2025-08-20T22:43:04.0841320Z [00:04:45.638]➜  packagefile github.com/goccy/go-json/internal/errors=/tmp/go-build3998081543/b365/_pkg_.a
2025-08-20T22:43:04.0841649Z [00:04:45.638]➜  packagefile github.com/goccy/go-json/internal/runtime=/tmp/go-build3998081543/b366/_pkg_.a
2025-08-20T22:43:04.0841915Z [00:04:45.638]➜  packagefile github.com/stretchr/objx=/tmp/go-build3998081543/b1216/_pkg_.a
2025-08-20T22:43:04.0842177Z [00:04:45.638]➜  packagefile go.opencensus.io/stats=/tmp/go-build3998081543/b1106/_pkg_.a
2025-08-20T22:43:04.0842454Z [00:04:45.638]➜  packagefile go.opencensus.io/stats/view=/tmp/go-build3998081543/b1112/_pkg_.a
2025-08-20T22:43:04.0842706Z [00:04:45.638]➜  packagefile go.opencensus.io/tag=/tmp/go-build3998081543/b1110/_pkg_.a
2025-08-20T22:43:04.0842969Z [00:04:45.638]➜  packagefile gocloud.dev/blob/driver=/tmp/go-build3998081543/b1115/_pkg_.a
2025-08-20T22:43:04.0843222Z [00:04:45.638]➜  packagefile gocloud.dev/gcerrors=/tmp/go-build3998081543/b1116/_pkg_.a
2025-08-20T22:43:04.0843628Z [00:04:45.638]➜  packagefile gocloud.dev/internal/gcerr=/tmp/go-build3998081543/b1117/_pkg_.a
2025-08-20T22:43:04.0843965Z [00:04:45.638]➜  packagefile gocloud.dev/internal/oc=/tmp/go-build3998081543/b1119/_pkg_.a
2025-08-20T22:43:04.0844302Z [00:04:45.639]➜  packagefile gocloud.dev/internal/openurl=/tmp/go-build3998081543/b1128/_pkg_.a
2025-08-20T22:43:04.0844635Z [00:04:45.639]➜  packagefile github.com/Azure/go-autorest/autorest/to=/tmp/go-build3998081543/b1130/_pkg_.a
2025-08-20T22:43:04.0844897Z [00:04:45.639]➜  packagefile github.com/google/wire=/tmp/go-build3998081543/b1131/_pkg_.a
2025-08-20T22:43:04.0845178Z [00:04:45.639]➜  packagefile gocloud.dev/internal/escape=/tmp/go-build3998081543/b1132/_pkg_.a
2025-08-20T22:43:04.0845702Z [00:04:45.639]➜  packagefile gocloud.dev/internal/useragent=/tmp/go-build3998081543/b1133/_pkg_.a
2025-08-20T22:43:04.0846091Z [00:04:45.639]➜  packagefile cloud.google.com/go/iam/credentials/apiv1=/tmp/go-build3998081543/b1135/_pkg_.a
2025-08-20T22:43:04.0846508Z [00:04:45.639]➜  packagefile cloud.google.com/go/iam/credentials/apiv1/credentialspb=/tmp/go-build3998081543/b1136/_pkg_.a
2025-08-20T22:43:04.0846795Z [00:04:45.639]➜  packagefile github.com/aws/aws-sdk-go/aws=/tmp/go-build3998081543/b1160/_pkg_.a
2025-08-20T22:43:04.0847098Z [00:04:45.639]➜  packagefile github.com/aws/aws-sdk-go/aws/awserr=/tmp/go-build3998081543/b1161/_pkg_.a
2025-08-20T22:43:04.0847403Z [00:04:45.639]➜  packagefile github.com/aws/aws-sdk-go/aws/client=/tmp/go-build3998081543/b1168/_pkg_.a
2025-08-20T22:43:04.0847714Z [00:04:45.639]➜  packagefile github.com/aws/aws-sdk-go/aws/request=/tmp/go-build3998081543/b1170/_pkg_.a
2025-08-20T22:43:04.0848019Z [00:04:45.639]➜  packagefile github.com/aws/aws-sdk-go/service/s3=/tmp/go-build3998081543/b1173/_pkg_.a
2025-08-20T22:43:04.0848366Z [00:04:45.639]➜  packagefile github.com/aws/aws-sdk-go/service/s3/s3manager=/tmp/go-build3998081543/b1190/_pkg_.a
2025-08-20T22:43:04.0848612Z [00:04:45.639]➜  packagefile gocloud.dev/aws=/tmp/go-build3998081543/b1193/_pkg_.a
2025-08-20T22:43:04.0849060Z [00:04:45.639]➜  packagefile github.com/aws/smithy-go/document/json=/tmp/go-build3998081543/b1266/_pkg_.a
2025-08-20T22:43:04.0849341Z [00:04:45.639]➜  packagefile github.com/tmthrgd/go-hex=/tmp/go-build3998081543/b1275/_pkg_.a
2025-08-20T22:43:04.0849668Z [00:04:45.639]➜  packagefile github.com/uptrace/bun/internal/ordered=/tmp/go-build3998081543/b1295/_pkg_.a
2025-08-20T22:43:04.0850081Z [00:04:45.639]➜  packagefile github.com/vmihailenco/msgpack/v5/msgpcode=/tmp/go-build3998081543/b1285/_pkg_.a
2025-08-20T22:43:04.0850461Z [00:04:45.639]➜  packagefile github.com/vmihailenco/tagparser/v2=/tmp/go-build3998081543/b1286/_pkg_.a
2025-08-20T22:43:04.0850747Z [00:04:45.639]➜  packagefile github.com/creasty/defaults=/tmp/go-build3998081543/b1228/_pkg_.a
2025-08-20T22:43:04.0851011Z [00:04:45.639]➜  packagefile github.com/goccy/go-yaml=/tmp/go-build3998081543/b1229/_pkg_.a
2025-08-20T22:43:04.0851315Z [00:04:45.639]➜  packagefile github.com/substrait-io/substrait=/tmp/go-build3998081543/b1238/_pkg_.a
2025-08-20T22:43:04.0851720Z [00:04:45.639]➜  packagefile github.com/substrait-io/substrait-go/v3/proto/extensions=/tmp/go-build3998081543/b1239/_pkg_.a
2025-08-20T22:43:04.0852145Z [00:04:45.639]➜  packagefile github.com/substrait-io/substrait-go/v3/types/integer_parameters=/tmp/go-build3998081543/b1242/_pkg_.a
2025-08-20T22:43:04.0852520Z [00:04:45.639]➜  packagefile github.com/substrait-io/substrait-go/v3/types/parser=/tmp/go-build3998081543/b1243/_pkg_.a
2025-08-20T22:43:04.0852819Z [00:04:45.639]➜  packagefile atomicgo.dev/keyboard/internal=/tmp/go-build3998081543/b1252/_pkg_.a
2025-08-20T22:43:04.0853104Z [00:04:45.639]➜  packagefile github.com/containerd/console=/tmp/go-build3998081543/b1254/_pkg_.a
2025-08-20T22:43:04.0853366Z [00:04:45.639]➜  packagefile github.com/xo/terminfo=/tmp/go-build3998081543/b1257/_pkg_.a
2025-08-20T22:43:04.0853661Z [00:04:45.639]➜  packagefile github.com/coreos/go-oidc/v3/oidc=/tmp/go-build3998081543/b1306/_pkg_.a
2025-08-20T22:43:04.0854117Z [00:04:45.639]➜  packagefile github.com/hashicorp/go-cleanhttp=/tmp/go-build3998081543/b1324/_pkg_.a
2025-08-20T22:43:04.0854574Z [00:04:45.639]➜  packagefile github.com/databricks/databricks-sql-go/auth/oauth/pkce=/tmp/go-build3998081543/b1320/_pkg_.a
2025-08-20T22:43:04.0854913Z [00:04:45.639]➜  packagefile github.com/apache/arrow/go/v18/arrow=/tmp/go-build3998081543/b1327/_pkg_.a
2025-08-20T22:43:04.0855249Z [00:04:45.639]➜  packagefile github.com/apache/arrow/go/v18/arrow/array=/tmp/go-build3998081543/b1337/_pkg_.a
2025-08-20T22:43:04.0855767Z [00:04:45.639]➜  packagefile github.com/apache/arrow/go/v18/arrow/ipc=/tmp/go-build3998081543/b1342/_pkg_.a
2025-08-20T22:43:04.0856182Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types=/tmp/go-build3998081543/b1358/_pkg_.a
2025-08-20T22:43:04.0856661Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/expandwildcard=/tmp/go-build3998081543/b1409/_pkg_.a
2025-08-20T22:43:04.0857117Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operator=/tmp/go-build3998081543/b1482/_pkg_.a
2025-08-20T22:43:04.0857570Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/searchtype=/tmp/go-build3998081543/b1508/_pkg_.a
2025-08-20T22:43:04.0858034Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestmode=/tmp/go-build3998081543/b1525/_pkg_.a
2025-08-20T22:43:04.0858469Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/bytes=/tmp/go-build3998081543/b1561/_pkg_.a
2025-08-20T22:43:04.0858916Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeunit=/tmp/go-build3998081543/b1566/_pkg_.a
2025-08-20T22:43:04.0859377Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/healthstatus=/tmp/go-build3998081543/b1431/_pkg_.a
2025-08-20T22:43:04.0860041Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdatafeedcolumn=/tmp/go-build3998081543/b1369/_pkg_.a
2025-08-20T22:43:04.0860514Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catdfacolumn=/tmp/go-build3998081543/b1370/_pkg_.a
2025-08-20T22:43:04.0861044Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/catanomalydetectorcolumn=/tmp/go-build3998081543/b1368/_pkg_.a
2025-08-20T22:43:04.0861620Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattrainedmodelscolumn=/tmp/go-build3998081543/b1372/_pkg_.a
2025-08-20T22:43:04.0862140Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cattransformcolumn=/tmp/go-build3998081543/b1373/_pkg_.a
2025-08-20T22:43:04.0862589Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/decision=/tmp/go-build3998081543/b1392/_pkg_.a
2025-08-20T22:43:04.0863031Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/level=/tmp/go-build3998081543/b1607/_pkg_.a
2025-08-20T22:43:04.0863502Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/waitforevents=/tmp/go-build3998081543/b1608/_pkg_.a
2025-08-20T22:43:04.0863941Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/result=/tmp/go-build3998081543/b1500/_pkg_.a
2025-08-20T22:43:04.0864425Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorstatus=/tmp/go-build3998081543/b1386/_pkg_.a
2025-08-20T22:43:04.0864882Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncstatus=/tmp/go-build3998081543/b1529/_pkg_.a
2025-08-20T22:43:04.0865529Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtriggermethod=/tmp/go-build3998081543/b1527/_pkg_.a
2025-08-20T22:43:04.0866147Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/syncjobtype=/tmp/go-build3998081543/b1528/_pkg_.a
2025-08-20T22:43:04.0866777Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/operationtype=/tmp/go-build3998081543/b1645/_pkg_.a
2025-08-20T22:43:04.0867242Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/refresh=/tmp/go-build3998081543/b1496/_pkg_.a
2025-08-20T22:43:04.0867710Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/versiontype=/tmp/go-build3998081543/b1548/_pkg_.a
2025-08-20T22:43:04.0868159Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conflicts=/tmp/go-build3998081543/b1652/_pkg_.a
2025-08-20T22:43:04.0868672Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indicatorhealthstatus=/tmp/go-build3998081543/b1456/_pkg_.a
2025-08-20T22:43:04.0869116Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/optype=/tmp/go-build3998081543/b1483/_pkg_.a
2025-08-20T22:43:04.0869621Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridaggregationtype=/tmp/go-build3998081543/b1683/_pkg_.a
2025-08-20T22:43:04.0870069Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gridtype=/tmp/go-build3998081543/b1684/_pkg_.a
2025-08-20T22:43:04.0870552Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/resultposition=/tmp/go-build3998081543/b1704/_pkg_.a
2025-08-20T22:43:04.0871006Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/esqlformat=/tmp/go-build3998081543/b1707/_pkg_.a
2025-08-20T22:43:04.0871523Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/lifecycleoperationmode=/tmp/go-build3998081543/b1466/_pkg_.a
2025-08-20T22:43:04.0872199Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/feature=/tmp/go-build3998081543/b1410/_pkg_.a
2025-08-20T22:43:04.0872696Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dynamicmapping=/tmp/go-build3998081543/b1402/_pkg_.a
2025-08-20T22:43:04.0873199Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexcheckonstartup=/tmp/go-build3998081543/b1449/_pkg_.a
2025-08-20T22:43:04.0873763Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstorestatus=/tmp/go-build3998081543/b1777/_pkg_.a
2025-08-20T22:43:04.0874219Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tasktype=/tmp/go-build3998081543/b1531/_pkg_.a
2025-08-20T22:43:04.0874691Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensestatus=/tmp/go-build3998081543/b1464/_pkg_.a
2025-08-20T22:43:04.0875153Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/licensetype=/tmp/go-build3998081543/b1465/_pkg_.a
2025-08-20T22:43:04.0875847Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/migrationstatus=/tmp/go-build3998081543/b1471/_pkg_.a
2025-08-20T22:43:04.0876326Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/include=/tmp/go-build3998081543/b1849/_pkg_.a
2025-08-20T22:43:04.0876818Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainedmodeltype=/tmp/go-build3998081543/b1541/_pkg_.a
2025-08-20T22:43:04.0877352Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentallocationstate=/tmp/go-build3998081543/b1394/_pkg_.a
2025-08-20T22:43:04.0877836Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/trainingpriority=/tmp/go-build3998081543/b1542/_pkg_.a
2025-08-20T22:43:04.0878450Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/excludefrequent=/tmp/go-build3998081543/b1406/_pkg_.a
2025-08-20T22:43:04.0878963Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/threadtype=/tmp/go-build3998081543/b1890/_pkg_.a
2025-08-20T22:43:04.0879441Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryruletype=/tmp/go-build3998081543/b1493/_pkg_.a
2025-08-20T22:43:04.0879900Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/statslevel=/tmp/go-build3998081543/b1919/_pkg_.a
2025-08-20T22:43:04.0880355Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/granttype=/tmp/go-build3998081543/b1929/_pkg_.a
2025-08-20T22:43:04.0880837Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterprivilege=/tmp/go-build3998081543/b1377/_pkg_.a
2025-08-20T22:43:04.0881357Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/remoteclusterprivilege=/tmp/go-build3998081543/b1497/_pkg_.a
2025-08-20T22:43:04.0881865Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/accesstokengranttype=/tmp/go-build3998081543/b1963/_pkg_.a
2025-08-20T22:43:04.0882349Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeygranttype=/tmp/go-build3998081543/b1968/_pkg_.a
2025-08-20T22:43:04.0882782Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/type_=/tmp/go-build3998081543/b1997/_pkg_.a
2025-08-20T22:43:04.0883251Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotsort=/tmp/go-build3998081543/b2014/_pkg_.a
2025-08-20T22:43:04.0883699Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortorder=/tmp/go-build3998081543/b1521/_pkg_.a
2025-08-20T22:43:04.0884315Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sqlformat=/tmp/go-build3998081543/b2025/_pkg_.a
2025-08-20T22:43:04.0884770Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/groupby=/tmp/go-build3998081543/b2038/_pkg_.a
2025-08-20T22:43:04.0885273Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionexecutionmode=/tmp/go-build3998081543/b2060/_pkg_.a
2025-08-20T22:43:04.0886003Z [00:04:45.639]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/xpackcategory=/tmp/go-build3998081543/b2070/_pkg_.a
2025-08-20T22:43:04.0886370Z [00:04:45.639]➜  packagefile github.com/exasol/error-reporting-go=/tmp/go-build3998081543/b2077/_pkg_.a
2025-08-20T22:43:04.0886725Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/common=/tmp/go-build3998081543/b2128/_pkg_.a
2025-08-20T22:43:04.0887075Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3961=/tmp/go-build3998081543/b2130/_pkg_.a
2025-08-20T22:43:04.0887441Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc3962=/tmp/go-build3998081543/b2131/_pkg_.a
2025-08-20T22:43:04.0887794Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc4757=/tmp/go-build3998081543/b2134/_pkg_.a
2025-08-20T22:43:04.0888145Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/crypto/rfc8009=/tmp/go-build3998081543/b2135/_pkg_.a
2025-08-20T22:43:04.0888455Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/iana=/tmp/go-build3998081543/b2140/_pkg_.a
2025-08-20T22:43:04.0888797Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/adtype=/tmp/go-build3998081543/b2149/_pkg_.a
2025-08-20T22:43:04.0889146Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/asnAppTag=/tmp/go-build3998081543/b2142/_pkg_.a
2025-08-20T22:43:04.0889458Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/pac=/tmp/go-build3998081543/b2151/_pkg_.a
2025-08-20T22:43:04.0889893Z [00:04:45.639]➜  packagefile github.com/jcmturner/gokrb5/v8/iana/addrtype=/tmp/go-build3998081543/b2141/_pkg_.a
2025-08-20T22:43:04.0890198Z [00:04:45.639]➜  packagefile internal/saferio=/tmp/go-build3998081543/b685/_pkg_.a
2025-08-20T22:43:04.0890440Z [00:04:45.639]➜  packagefile expvar=/tmp/go-build3998081543/b2167/_pkg_.a
2025-08-20T22:43:04.0890743Z [00:04:45.639]➜  packagefile github.com/beorn7/perks/quantile=/tmp/go-build3998081543/b2168/_pkg_.a
2025-08-20T22:43:04.0891143Z [00:04:45.639]➜  packagefile github.com/prometheus/client_golang/prometheus/internal=/tmp/go-build3998081543/b2169/_pkg_.a
2025-08-20T22:43:04.0891458Z [00:04:45.639]➜  packagefile github.com/prometheus/common/expfmt=/tmp/go-build3998081543/b2171/_pkg_.a
2025-08-20T22:43:04.0891745Z [00:04:45.639]➜  packagefile github.com/prometheus/procfs=/tmp/go-build3998081543/b2174/_pkg_.a
2025-08-20T22:43:04.0891984Z [00:04:45.639]➜  packagefile runtime/metrics=/tmp/go-build3998081543/b2170/_pkg_.a
2025-08-20T22:43:04.0892286Z [00:04:45.639]➜  packagefile golang.org/x/text/secure/bidirule=/tmp/go-build3998081543/b523/_pkg_.a
2025-08-20T22:43:04.0892591Z [00:04:45.639]➜  packagefile golang.org/x/text/unicode/bidi=/tmp/go-build3998081543/b524/_pkg_.a
2025-08-20T22:43:04.0892942Z [00:04:45.639]➜  packagefile github.com/sijms/go-ora/v2/network/security/md4=/tmp/go-build3998081543/b2183/_pkg_.a
2025-08-20T22:43:04.0893180Z [00:04:45.639]➜  packagefile internal/gover=/tmp/go-build3998081543/b2193/_pkg_.a
2025-08-20T22:43:04.0893491Z [00:04:45.639]➜  packagefile github.com/dvsekhvalnov/jose2go/aes=/tmp/go-build3998081543/b2207/_pkg_.a
2025-08-20T22:43:04.0893817Z [00:04:45.639]➜  packagefile github.com/dvsekhvalnov/jose2go/arrays=/tmp/go-build3998081543/b2208/_pkg_.a
2025-08-20T22:43:04.0894155Z [00:04:45.639]➜  packagefile github.com/dvsekhvalnov/jose2go/base64url=/tmp/go-build3998081543/b2209/_pkg_.a
2025-08-20T22:43:04.0894509Z [00:04:45.639]➜  packagefile github.com/dvsekhvalnov/jose2go/compact=/tmp/go-build3998081543/b2210/_pkg_.a
2025-08-20T22:43:04.0894932Z [00:04:45.639]➜  packagefile github.com/dvsekhvalnov/jose2go/kdf=/tmp/go-build3998081543/b2211/_pkg_.a
2025-08-20T22:43:04.0895273Z [00:04:45.639]➜  packagefile github.com/dvsekhvalnov/jose2go/keys/ecc=/tmp/go-build3998081543/b2212/_pkg_.a
2025-08-20T22:43:04.0895759Z [00:04:45.639]➜  packagefile github.com/dvsekhvalnov/jose2go/padding=/tmp/go-build3998081543/b2213/_pkg_.a
2025-08-20T22:43:04.0896077Z [00:04:45.639]➜  packagefile github.com/JohnCGriffin/overflow=/tmp/go-build3998081543/b2221/_pkg_.a
2025-08-20T22:43:04.0896375Z [00:04:45.639]➜  packagefile debug/macho=/tmp/go-build3998081543/b2225/_pkg_.a
2025-08-20T22:43:04.0896747Z [00:04:45.639]➜  packagefile github.com/gabriel-vasile/mimetype/internal/json=/tmp/go-build3998081543/b2227/_pkg_.a
2025-08-20T22:43:04.0897073Z [00:04:45.639]➜  packagefile go.mongodb.org/mongo-driver/internal/rand=/tmp/go-build3998081543/b2264/_pkg_.a
2025-08-20T22:43:04.0897340Z [00:04:45.639]➜  packagefile github.com/xdg-go/scram=/tmp/go-build3998081543/b2281/_pkg_.a
2025-08-20T22:43:04.0897625Z [00:04:45.639]➜  packagefile github.com/xdg-go/stringprep=/tmp/go-build3998081543/b2283/_pkg_.a
2025-08-20T22:43:04.0898006Z [00:04:45.639]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/credentials=/tmp/go-build3998081543/b2284/_pkg_.a
2025-08-20T22:43:04.0898367Z [00:04:45.639]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/signer/v4=/tmp/go-build3998081543/b2287/_pkg_.a
2025-08-20T22:43:04.0898736Z [00:04:45.639]➜  packagefile go.mongodb.org/mongo-driver/internal/credproviders=/tmp/go-build3998081543/b2289/_pkg_.a
2025-08-20T22:43:04.0899118Z [00:04:45.639]➜  packagefile go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds=/tmp/go-build3998081543/b2290/_pkg_.a
2025-08-20T22:43:04.0899417Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/fallback=/tmp/go-build3998081543/b692/_pkg_.a
2025-08-20T22:43:04.0899758Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/internal/handshaker=/tmp/go-build3998081543/b693/_pkg_.a
2025-08-20T22:43:04.0900232Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/internal/handshaker/service=/tmp/go-build3998081543/b699/_pkg_.a
2025-08-20T22:43:04.0900676Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/internal/proto/common_go_proto=/tmp/go-build3998081543/b695/_pkg_.a
2025-08-20T22:43:04.0901085Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/internal/proto/v2/common_go_proto=/tmp/go-build3998081543/b707/_pkg_.a
2025-08-20T22:43:04.0901465Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_go_proto=/tmp/go-build3998081543/b708/_pkg_.a
2025-08-20T22:43:04.0901817Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/internal/tokenmanager=/tmp/go-build3998081543/b706/_pkg_.a
2025-08-20T22:43:04.0902124Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/internal/v2=/tmp/go-build3998081543/b710/_pkg_.a
2025-08-20T22:43:04.0902404Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/retry=/tmp/go-build3998081543/b715/_pkg_.a
2025-08-20T22:43:04.0902692Z [00:04:45.639]➜  packagefile github.com/google/s2a-go/stream=/tmp/go-build3998081543/b713/_pkg_.a
2025-08-20T22:43:04.0903106Z [00:04:45.639]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client=/tmp/go-build3998081543/b683/_pkg_.a
2025-08-20T22:43:04.0903373Z [00:04:45.639]➜  packagefile golang.org/x/text/width=/tmp/go-build3998081543/b2306/_pkg_.a
2025-08-20T22:43:04.0903647Z [00:04:45.639]➜  packagefile github.com/jackc/puddle/v2=/tmp/go-build3998081543/b2310/_pkg_.a
2025-08-20T22:43:04.0904068Z [00:04:45.639]➜  packagefile cloud.google.com/go/auth/internal/transport/cert=/tmp/go-build3998081543/b682/_pkg_.a
2025-08-20T22:43:04.0904377Z [00:04:45.639]➜  packagefile github.com/felixge/httpsnoop=/tmp/go-build3998081543/b734/_pkg_.a
2025-08-20T22:43:04.0904878Z [00:04:45.639]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/request=/tmp/go-build3998081543/b735/_pkg_.a
2025-08-20T22:43:04.0905603Z [00:04:45.639]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconv=/tmp/go-build3998081543/b736/_pkg_.a
2025-08-20T22:43:04.0906136Z [00:04:45.639]➜  packagefile github.com/pierrec/lz4/v4/internal/xxh32=/tmp/go-build3998081543/b409/_pkg_.a
2025-08-20T22:43:04.0906444Z [00:04:45.639]➜  packagefile github.com/valyala/bytebufferpool=/tmp/go-build3998081543/b602/_pkg_.a
2025-08-20T22:43:04.0906799Z [00:04:45.639]➜  packagefile google.golang.org/protobuf/encoding/prototext=/tmp/go-build3998081543/b488/_pkg_.a
2025-08-20T22:43:04.0907162Z [00:04:45.639]➜  packagefile google.golang.org/protobuf/internal/encoding/tag=/tmp/go-build3998081543/b489/_pkg_.a
2025-08-20T22:43:04.0907550Z [00:04:45.639]➜  packagefile google.golang.org/grpc/internal/resolver/dns/internal=/tmp/go-build3998081543/b538/_pkg_.a
2025-08-20T22:43:04.0907825Z [00:04:45.639]➜  packagefile github.com/go-logr/logr/funcr=/tmp/go-build3998081543/b747/_pkg_.a
2025-08-20T22:43:04.0908183Z [00:04:45.639]➜  packagefile go.opentelemetry.io/auto/sdk/internal/telemetry=/tmp/go-build3998081543/b749/_pkg_.a
2025-08-20T22:43:04.0908568Z [00:04:45.639]➜  packagefile go.opentelemetry.io/otel/trace/noop=/tmp/go-build3998081543/b754/_pkg_.a
2025-08-20T22:43:04.0908978Z [00:04:45.639]➜  packagefile cloud.google.com/go/auth/credentials/internal/stsexchange=/tmp/go-build3998081543/b680/_pkg_.a
2025-08-20T22:43:04.0909308Z [00:04:45.639]➜  packagefile go.opentelemetry.io/otel/internal/baggage=/tmp/go-build3998081543/b759/_pkg_.a
2025-08-20T22:43:04.0909670Z [00:04:45.639]➜  packagefile google.golang.org/grpc/credentials/alts/internal=/tmp/go-build3998081543/b780/_pkg_.a
2025-08-20T22:43:04.0910081Z [00:04:45.639]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker=/tmp/go-build3998081543/b781/_pkg_.a
2025-08-20T22:43:04.0910527Z [00:04:45.639]➜  packagefile google.golang.org/grpc/credentials/alts/internal/handshaker/service=/tmp/go-build3998081543/b786/_pkg_.a
2025-08-20T22:43:04.0910948Z [00:04:45.639]➜  packagefile google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp=/tmp/go-build3998081543/b784/_pkg_.a
2025-08-20T22:43:04.0911283Z [00:04:45.639]➜  packagefile github.com/cncf/xds/go/udpa/annotations=/tmp/go-build3998081543/b869/_pkg_.a
2025-08-20T22:43:04.0911680Z [00:04:45.639]➜  packagefile github.com/cncf/xds/go/xds/annotations/v3=/tmp/go-build3998081543/b870/_pkg_.a
2025-08-20T22:43:04.0912071Z [00:04:45.639]➜  packagefile github.com/cncf/xds/go/xds/core/v3=/tmp/go-build3998081543/b871/_pkg_.a
2025-08-20T22:43:04.0912470Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/annotations=/tmp/go-build3998081543/b873/_pkg_.a
2025-08-20T22:43:04.0912885Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3=/tmp/go-build3998081543/b874/_pkg_.a
2025-08-20T22:43:04.0913258Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/v3=/tmp/go-build3998081543/b875/_pkg_.a
2025-08-20T22:43:04.0913632Z [00:04:45.639]➜  packagefile github.com/envoyproxy/protoc-gen-validate/validate=/tmp/go-build3998081543/b872/_pkg_.a
2025-08-20T22:43:04.0914002Z [00:04:45.639]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/spiffebundle=/tmp/go-build3998081543/b877/_pkg_.a
2025-08-20T22:43:04.0914398Z [00:04:45.639]➜  packagefile google.golang.org/grpc/internal/xds/bootstrap/tlscreds=/tmp/go-build3998081543/b890/_pkg_.a
2025-08-20T22:43:04.0914763Z [00:04:45.639]➜  packagefile google.golang.org/grpc/internal/credentials/spiffe=/tmp/go-build3998081543/b892/_pkg_.a
2025-08-20T22:43:04.0915179Z [00:04:45.639]➜  packagefile google.golang.org/grpc/balancer/leastrequest=/tmp/go-build3998081543/b938/_pkg_.a
2025-08-20T22:43:04.0915753Z [00:04:45.639]➜  packagefile google.golang.org/grpc/balancer/weightedtarget=/tmp/go-build3998081543/b939/_pkg_.a
2025-08-20T22:43:04.0916204Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/balancer/cdsbalancer=/tmp/go-build3998081543/b943/_pkg_.a
2025-08-20T22:43:04.0916607Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterimpl=/tmp/go-build3998081543/b949/_pkg_.a
2025-08-20T22:43:04.0917111Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clustermanager=/tmp/go-build3998081543/b955/_pkg_.a
2025-08-20T22:43:04.0917532Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/balancer/clusterresolver=/tmp/go-build3998081543/b946/_pkg_.a
2025-08-20T22:43:04.0917951Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/balancer/outlierdetection=/tmp/go-build3998081543/b952/_pkg_.a
2025-08-20T22:43:04.0918341Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/balancer/priority=/tmp/go-build3998081543/b953/_pkg_.a
2025-08-20T22:43:04.0918721Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/clusterspecifier=/tmp/go-build3998081543/b930/_pkg_.a
2025-08-20T22:43:04.0919214Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/common/fault/v3=/tmp/go-build3998081543/b958/_pkg_.a
2025-08-20T22:43:04.0919694Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/fault/v3=/tmp/go-build3998081543/b959/_pkg_.a
2025-08-20T22:43:04.0920155Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/httpfilter=/tmp/go-build3998081543/b931/_pkg_.a
2025-08-20T22:43:04.0920555Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/rbac/v3=/tmp/go-build3998081543/b961/_pkg_.a
2025-08-20T22:43:04.0921037Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/rbac/v3=/tmp/go-build3998081543/b962/_pkg_.a
2025-08-20T22:43:04.0921365Z [00:04:45.639]➜  packagefile google.golang.org/grpc/internal/xds/rbac=/tmp/go-build3998081543/b963/_pkg_.a
2025-08-20T22:43:04.0921849Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/router/v3=/tmp/go-build3998081543/b968/_pkg_.a
2025-08-20T22:43:04.0922154Z [00:04:45.639]➜  packagefile google.golang.org/grpc/internal/wrr=/tmp/go-build3998081543/b941/_pkg_.a
2025-08-20T22:43:04.0922548Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/balancer/ringhash=/tmp/go-build3998081543/b970/_pkg_.a
2025-08-20T22:43:04.0922994Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/resolver/internal=/tmp/go-build3998081543/b972/_pkg_.a
2025-08-20T22:43:04.0923416Z [00:04:45.639]➜  packagefile google.golang.org/grpc/internal/credentials/xds=/tmp/go-build3998081543/b945/_pkg_.a
2025-08-20T22:43:04.0923722Z [00:04:45.639]➜  packagefile github.com/cncf/xds/go/udpa/type/v1=/tmp/go-build3998081543/b924/_pkg_.a
2025-08-20T22:43:04.0924030Z [00:04:45.639]➜  packagefile github.com/cncf/xds/go/xds/type/v3=/tmp/go-build3998081543/b900/_pkg_.a
2025-08-20T22:43:04.0924656Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/client_side_weighted_round_robin/v3=/tmp/go-build3998081543/b975/_pkg_.a
2025-08-20T22:43:04.0925205Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/least_request/v3=/tmp/go-build3998081543/b976/_pkg_.a
2025-08-20T22:43:04.0926006Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/pick_first/v3=/tmp/go-build3998081543/b978/_pkg_.a
2025-08-20T22:43:04.0926576Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/ring_hash/v3=/tmp/go-build3998081543/b979/_pkg_.a
2025-08-20T22:43:04.0927214Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/wrr_locality/v3=/tmp/go-build3998081543/b980/_pkg_.a
2025-08-20T22:43:04.0927637Z [00:04:45.639]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin=/tmp/go-build3998081543/b981/_pkg_.a
2025-08-20T22:43:04.0928036Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/balancer/wrrlocality=/tmp/go-build3998081543/b954/_pkg_.a
2025-08-20T22:43:04.0928441Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdslbregistry=/tmp/go-build3998081543/b932/_pkg_.a
2025-08-20T22:43:04.0928947Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/cluster/v3=/tmp/go-build3998081543/b906/_pkg_.a
2025-08-20T22:43:04.0929364Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/endpoint/v3=/tmp/go-build3998081543/b907/_pkg_.a
2025-08-20T22:43:04.0929783Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/listener/v3=/tmp/go-build3998081543/b908/_pkg_.a
2025-08-20T22:43:04.0930190Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/route/v3=/tmp/go-build3998081543/b898/_pkg_.a
2025-08-20T22:43:04.0930674Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3=/tmp/go-build3998081543/b925/_pkg_.a
2025-08-20T22:43:04.0931235Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3=/tmp/go-build3998081543/b926/_pkg_.a
2025-08-20T22:43:04.0931859Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/transport_sockets/tls/v3=/tmp/go-build3998081543/b912/_pkg_.a
2025-08-20T22:43:04.0932285Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3=/tmp/go-build3998081543/b922/_pkg_.a
2025-08-20T22:43:04.0932626Z [00:04:45.639]➜  packagefile google.golang.org/grpc/internal/xds/matcher=/tmp/go-build3998081543/b928/_pkg_.a
2025-08-20T22:43:04.0932933Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal=/tmp/go-build3998081543/b929/_pkg_.a
2025-08-20T22:43:04.0933374Z [00:04:45.639]➜  packagefile google.golang.org/grpc/xds/internal/xdsclient/xdsresource/version=/tmp/go-build3998081543/b933/_pkg_.a
2025-08-20T22:43:04.0933796Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/bootstrap/v3=/tmp/go-build3998081543/b896/_pkg_.a
2025-08-20T22:43:04.0934195Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/tap/v3=/tmp/go-build3998081543/b913/_pkg_.a
2025-08-20T22:43:04.0934707Z [00:04:45.639]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3=/tmp/go-build3998081543/b935/_pkg_.a
2025-08-20T22:43:04.0934954Z [00:04:45.639]➜  packagefile hash/fnv=/tmp/go-build3998081543/b453/_pkg_.a
2025-08-20T22:43:04.0935317Z [00:04:45.639]➜  packagefile google.golang.org/protobuf/internal/encoding/text=/tmp/go-build3998081543/b482/_pkg_.a
2025-08-20T22:43:04.0936056Z [00:04:45.639]➜  packagefile github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/version=/tmp/go-build3998081543/b1034/_pkg_.a
2025-08-20T22:43:04.0936396Z [00:04:45.639]➜  packagefile github.com/segmentio/asm/cpu/arm=/tmp/go-build3998081543/b1052/_pkg_.a
2025-08-20T22:43:04.0936702Z [00:04:45.639]➜  packagefile github.com/segmentio/asm/cpu/arm64=/tmp/go-build3998081543/b1054/_pkg_.a
2025-08-20T22:43:04.0937001Z [00:04:45.639]➜  packagefile github.com/segmentio/asm/cpu/x86=/tmp/go-build3998081543/b1055/_pkg_.a
2025-08-20T22:43:04.0937317Z [00:04:45.639]➜  packagefile go.opencensus.io/metric/metricdata=/tmp/go-build3998081543/b1107/_pkg_.a
2025-08-20T22:43:04.0937611Z [00:04:45.639]➜  packagefile go.opencensus.io/stats/internal=/tmp/go-build3998081543/b1109/_pkg_.a
2025-08-20T22:43:04.0937923Z [00:04:45.639]➜  packagefile go.opencensus.io/internal/tagencoding=/tmp/go-build3998081543/b1113/_pkg_.a
2025-08-20T22:43:04.0938244Z [00:04:45.639]➜  packagefile go.opencensus.io/metric/metricproducer=/tmp/go-build3998081543/b1114/_pkg_.a
2025-08-20T22:43:04.0938602Z [00:04:45.640]➜  packagefile go.opencensus.io/resource=/tmp/go-build3998081543/b1108/_pkg_.a
2025-08-20T22:43:04.0938889Z [00:04:45.640]➜  packagefile gocloud.dev/internal/retry=/tmp/go-build3998081543/b1118/_pkg_.a
2025-08-20T22:43:04.0939174Z [00:04:45.640]➜  packagefile go.opencensus.io/plugin/ocgrpc=/tmp/go-build3998081543/b1120/_pkg_.a
2025-08-20T22:43:04.0939431Z [00:04:45.640]➜  packagefile go.opencensus.io/trace=/tmp/go-build3998081543/b1121/_pkg_.a
2025-08-20T22:43:04.0939803Z [00:04:45.640]➜  packagefile cloud.google.com/go/iam/internal=/tmp/go-build3998081543/b1137/_pkg_.a
2025-08-20T22:43:04.0940134Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials=/tmp/go-build3998081543/b1162/_pkg_.a
2025-08-20T22:43:04.0940449Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/endpoints=/tmp/go-build3998081543/b1166/_pkg_.a
2025-08-20T22:43:04.0940775Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkio=/tmp/go-build3998081543/b1167/_pkg_.a
2025-08-20T22:43:04.0941119Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/client/metadata=/tmp/go-build3998081543/b1169/_pkg_.a
2025-08-20T22:43:04.0941450Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkrand=/tmp/go-build3998081543/b1172/_pkg_.a
2025-08-20T22:43:04.0941757Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/awsutil=/tmp/go-build3998081543/b1171/_pkg_.a
2025-08-20T22:43:04.0942153Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/arn=/tmp/go-build3998081543/b1174/_pkg_.a
2025-08-20T22:43:04.0942534Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/signer/v4=/tmp/go-build3998081543/b1175/_pkg_.a
2025-08-20T22:43:04.0942879Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared=/tmp/go-build3998081543/b1180/_pkg_.a
2025-08-20T22:43:04.0943228Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/arn=/tmp/go-build3998081543/b1181/_pkg_.a
2025-08-20T22:43:04.0943596Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/s3shared/s3err=/tmp/go-build3998081543/b1182/_pkg_.a
2025-08-20T22:43:04.0943926Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/checksum=/tmp/go-build3998081543/b1183/_pkg_.a
2025-08-20T22:43:04.0944283Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol=/tmp/go-build3998081543/b1178/_pkg_.a
2025-08-20T22:43:04.0944667Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream=/tmp/go-build3998081543/b1184/_pkg_.a
2025-08-20T22:43:04.0945135Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi=/tmp/go-build3998081543/b1185/_pkg_.a
2025-08-20T22:43:04.0945690Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/rest=/tmp/go-build3998081543/b1177/_pkg_.a
2025-08-20T22:43:04.0946108Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restxml=/tmp/go-build3998081543/b1186/_pkg_.a
2025-08-20T22:43:04.0946494Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil=/tmp/go-build3998081543/b1189/_pkg_.a
2025-08-20T22:43:04.0946828Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/corehandlers=/tmp/go-build3998081543/b1191/_pkg_.a
2025-08-20T22:43:04.0947164Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/service/s3/s3iface=/tmp/go-build3998081543/b1192/_pkg_.a
2025-08-20T22:43:04.0947476Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/session=/tmp/go-build3998081543/b1194/_pkg_.a
2025-08-20T22:43:04.0947844Z [00:04:45.640]➜  packagefile github.com/aws/smithy-go/document/internal/serde=/tmp/go-build3998081543/b1267/_pkg_.a
2025-08-20T22:43:04.0948228Z [00:04:45.640]➜  packagefile github.com/vmihailenco/tagparser/v2/internal/parser=/tmp/go-build3998081543/b1287/_pkg_.a
2025-08-20T22:43:04.0948504Z [00:04:45.640]➜  packagefile github.com/goccy/go-yaml/ast=/tmp/go-build3998081543/b1230/_pkg_.a
2025-08-20T22:43:04.0948937Z [00:04:45.640]➜  packagefile github.com/goccy/go-yaml/internal/errors=/tmp/go-build3998081543/b1232/_pkg_.a
2025-08-20T22:43:04.0949268Z [00:04:45.640]➜  packagefile github.com/goccy/go-yaml/internal/format=/tmp/go-build3998081543/b1234/_pkg_.a
2025-08-20T22:43:04.0949558Z [00:04:45.640]➜  packagefile github.com/goccy/go-yaml/parser=/tmp/go-build3998081543/b1235/_pkg_.a
2025-08-20T22:43:04.0949847Z [00:04:45.640]➜  packagefile github.com/goccy/go-yaml/printer=/tmp/go-build3998081543/b1233/_pkg_.a
2025-08-20T22:43:04.0950235Z [00:04:45.640]➜  packagefile github.com/goccy/go-yaml/token=/tmp/go-build3998081543/b1231/_pkg_.a
2025-08-20T22:43:04.0950525Z [00:04:45.640]➜  packagefile github.com/antlr4-go/antlr/v4=/tmp/go-build3998081543/b1244/_pkg_.a
2025-08-20T22:43:04.0950953Z [00:04:45.640]➜  packagefile github.com/substrait-io/substrait-go/v3/types/parser/baseparser=/tmp/go-build3998081543/b1245/_pkg_.a
2025-08-20T22:43:04.0951345Z [00:04:45.640]➜  packagefile github.com/substrait-io/substrait-go/v3/types/parser/util=/tmp/go-build3998081543/b1246/_pkg_.a
2025-08-20T22:43:04.0951625Z [00:04:45.640]➜  packagefile github.com/go-jose/go-jose/v3=/tmp/go-build3998081543/b1307/_pkg_.a
2025-08-20T22:43:04.0951974Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/bitutil=/tmp/go-build3998081543/b1328/_pkg_.a
2025-08-20T22:43:04.0952331Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/decimal128=/tmp/go-build3998081543/b1333/_pkg_.a
2025-08-20T22:43:04.0952691Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/decimal256=/tmp/go-build3998081543/b1334/_pkg_.a
2025-08-20T22:43:04.0953256Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/endian=/tmp/go-build3998081543/b1329/_pkg_.a
2025-08-20T22:43:04.0953672Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/float16=/tmp/go-build3998081543/b1335/_pkg_.a
2025-08-20T22:43:04.0954054Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/debug=/tmp/go-build3998081543/b1330/_pkg_.a
2025-08-20T22:43:04.0954403Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/memory=/tmp/go-build3998081543/b1332/_pkg_.a
2025-08-20T22:43:04.0954749Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/internal/json=/tmp/go-build3998081543/b1336/_pkg_.a
2025-08-20T22:43:04.0955093Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/encoded=/tmp/go-build3998081543/b1338/_pkg_.a
2025-08-20T22:43:04.0955580Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/internal/bitutils=/tmp/go-build3998081543/b1339/_pkg_.a
2025-08-20T22:43:04.0956002Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/internal/hashing=/tmp/go-build3998081543/b1341/_pkg_.a
2025-08-20T22:43:04.0956352Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/internal/utils=/tmp/go-build3998081543/b1340/_pkg_.a
2025-08-20T22:43:04.0956691Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/arrio=/tmp/go-build3998081543/b1343/_pkg_.a
2025-08-20T22:43:04.0957045Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal=/tmp/go-build3998081543/b1344/_pkg_.a
2025-08-20T22:43:04.0957448Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/dictutils=/tmp/go-build3998081543/b1345/_pkg_.a
2025-08-20T22:43:04.0957831Z [00:04:45.640]➜  packagefile github.com/apache/arrow/go/v18/arrow/internal/flatbuf=/tmp/go-build3998081543/b1331/_pkg_.a
2025-08-20T22:43:04.0958350Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/acknowledgementoptions=/tmp/go-build3998081543/b1359/_pkg_.a
2025-08-20T22:43:04.0958858Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actionstatusoptions=/tmp/go-build3998081543/b1360/_pkg_.a
2025-08-20T22:43:04.0959316Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/actiontype=/tmp/go-build3998081543/b1361/_pkg_.a
2025-08-20T22:43:04.0959932Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/allocationexplaindecision=/tmp/go-build3998081543/b1362/_pkg_.a
2025-08-20T22:43:04.0960416Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/apikeytype=/tmp/go-build3998081543/b1363/_pkg_.a
2025-08-20T22:43:04.0960867Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/appliesto=/tmp/go-build3998081543/b1364/_pkg_.a
2025-08-20T22:43:04.0961348Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/boundaryscanner=/tmp/go-build3998081543/b1365/_pkg_.a
2025-08-20T22:43:04.0961919Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/calendarinterval=/tmp/go-build3998081543/b1366/_pkg_.a
2025-08-20T22:43:04.0962447Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/cardinalityexecutionmode=/tmp/go-build3998081543/b1367/_pkg_.a
2025-08-20T22:43:04.0962956Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/categorizationstatus=/tmp/go-build3998081543/b1371/_pkg_.a
2025-08-20T22:43:04.0963428Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/childscoremode=/tmp/go-build3998081543/b1374/_pkg_.a
2025-08-20T22:43:04.0963892Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/chunkingmode=/tmp/go-build3998081543/b1375/_pkg_.a
2025-08-20T22:43:04.0964376Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clusterinfotarget=/tmp/go-build3998081543/b1376/_pkg_.a
2025-08-20T22:43:04.0965096Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/clustersearchstatus=/tmp/go-build3998081543/b1378/_pkg_.a
2025-08-20T22:43:04.0965763Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldsoperator=/tmp/go-build3998081543/b1379/_pkg_.a
2025-08-20T22:43:04.0966313Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/combinedfieldszeroterms=/tmp/go-build3998081543/b1380/_pkg_.a
2025-08-20T22:43:04.0966774Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionop=/tmp/go-build3998081543/b1381/_pkg_.a
2025-08-20T22:43:04.0967265Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditionoperator=/tmp/go-build3998081543/b1382/_pkg_.a
2025-08-20T22:43:04.0967740Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/conditiontype=/tmp/go-build3998081543/b1383/_pkg_.a
2025-08-20T22:43:04.0968230Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectionscheme=/tmp/go-build3998081543/b1384/_pkg_.a
2025-08-20T22:43:04.0968779Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/connectorfieldtype=/tmp/go-build3998081543/b1385/_pkg_.a
2025-08-20T22:43:04.0969249Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/converttype=/tmp/go-build3998081543/b1387/_pkg_.a
2025-08-20T22:43:04.0969751Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataattachmentformat=/tmp/go-build3998081543/b1388/_pkg_.a
2025-08-20T22:43:04.0970220Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/datafeedstate=/tmp/go-build3998081543/b1389/_pkg_.a
2025-08-20T22:43:04.0970699Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dataframestate=/tmp/go-build3998081543/b1390/_pkg_.a
2025-08-20T22:43:04.0971129Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/day=/tmp/go-build3998081543/b1391/_pkg_.a
2025-08-20T22:43:04.0971657Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/delimitedpayloadencoding=/tmp/go-build3998081543/b1393/_pkg_.a
2025-08-20T22:43:04.0972325Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deploymentassignmentstate=/tmp/go-build3998081543/b1395/_pkg_.a
2025-08-20T22:43:04.0972868Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/deprecationlevel=/tmp/go-build3998081543/b1396/_pkg_.a
2025-08-20T22:43:04.0973381Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfiindependencemeasure=/tmp/go-build3998081543/b1397/_pkg_.a
2025-08-20T22:43:04.0973968Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfraftereffect=/tmp/go-build3998081543/b1398/_pkg_.a
2025-08-20T22:43:04.0974438Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/dfrbasicmodel=/tmp/go-build3998081543/b1399/_pkg_.a
2025-08-20T22:43:04.0974900Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/displaytype=/tmp/go-build3998081543/b1400/_pkg_.a
2025-08-20T22:43:04.0975540Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/distanceunit=/tmp/go-build3998081543/b1401/_pkg_.a
2025-08-20T22:43:04.0976037Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/edgengramside=/tmp/go-build3998081543/b1403/_pkg_.a
2025-08-20T22:43:04.0976511Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/emailpriority=/tmp/go-build3998081543/b1404/_pkg_.a
2025-08-20T22:43:04.0977242Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/enrichpolicyphase=/tmp/go-build3998081543/b1405/_pkg_.a
2025-08-20T22:43:04.0977730Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionphase=/tmp/go-build3998081543/b1407/_pkg_.a
2025-08-20T22:43:04.0978214Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/executionstatus=/tmp/go-build3998081543/b1408/_pkg_.a
2025-08-20T22:43:04.0978721Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldsortnumerictype=/tmp/go-build3998081543/b1411/_pkg_.a
2025-08-20T22:43:04.0979177Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldtype=/tmp/go-build3998081543/b1412/_pkg_.a
2025-08-20T22:43:04.0979698Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fieldvaluefactormodifier=/tmp/go-build3998081543/b1413/_pkg_.a
2025-08-20T22:43:04.0980191Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringpolicy=/tmp/go-build3998081543/b1414/_pkg_.a
2025-08-20T22:43:04.0980681Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringrulerule=/tmp/go-build3998081543/b1415/_pkg_.a
2025-08-20T22:43:04.0981204Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filteringvalidationstate=/tmp/go-build3998081543/b1416/_pkg_.a
2025-08-20T22:43:04.0981665Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/filtertype=/tmp/go-build3998081543/b1417/_pkg_.a
2025-08-20T22:43:04.0982148Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/fingerprintdigest=/tmp/go-build3998081543/b1418/_pkg_.a
2025-08-20T22:43:04.0982648Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/followerindexstatus=/tmp/go-build3998081543/b1419/_pkg_.a
2025-08-20T22:43:04.0983145Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionboostmode=/tmp/go-build3998081543/b1420/_pkg_.a
2025-08-20T22:43:04.0983632Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/functionscoremode=/tmp/go-build3998081543/b1421/_pkg_.a
2025-08-20T22:43:04.0984082Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/gappolicy=/tmp/go-build3998081543/b1422/_pkg_.a
2025-08-20T22:43:04.0984642Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geodistancetype=/tmp/go-build3998081543/b1423/_pkg_.a
2025-08-20T22:43:04.0985138Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoexecution=/tmp/go-build3998081543/b1424/_pkg_.a
2025-08-20T22:43:04.0985737Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtargetformat=/tmp/go-build3998081543/b1425/_pkg_.a
2025-08-20T22:43:04.0986341Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geogridtiletype=/tmp/go-build3998081543/b1426/_pkg_.a
2025-08-20T22:43:04.0986825Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoorientation=/tmp/go-build3998081543/b1427/_pkg_.a
2025-08-20T22:43:04.0987308Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geoshaperelation=/tmp/go-build3998081543/b1428/_pkg_.a
2025-08-20T22:43:04.0987773Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geostrategy=/tmp/go-build3998081543/b1429/_pkg_.a
2025-08-20T22:43:04.0988269Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/geovalidationmethod=/tmp/go-build3998081543/b1430/_pkg_.a
2025-08-20T22:43:04.0988764Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterencoder=/tmp/go-build3998081543/b1432/_pkg_.a
2025-08-20T22:43:04.0989449Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterfragmenter=/tmp/go-build3998081543/b1433/_pkg_.a
2025-08-20T22:43:04.0989947Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlighterorder=/tmp/go-build3998081543/b1434/_pkg_.a
2025-08-20T22:43:04.0990458Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertagsschema=/tmp/go-build3998081543/b1435/_pkg_.a
2025-08-20T22:43:04.0990946Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/highlightertype=/tmp/go-build3998081543/b1436/_pkg_.a
2025-08-20T22:43:04.0991426Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/holtwinterstype=/tmp/go-build3998081543/b1437/_pkg_.a
2025-08-20T22:43:04.0991902Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/httpinputmethod=/tmp/go-build3998081543/b1438/_pkg_.a
2025-08-20T22:43:04.0992389Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ibdistribution=/tmp/go-build3998081543/b1439/_pkg_.a
2025-08-20T22:43:04.0992834Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/iblambda=/tmp/go-build3998081543/b1440/_pkg_.a
2025-08-20T22:43:04.0993348Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationalternate=/tmp/go-build3998081543/b1441/_pkg_.a
2025-08-20T22:43:04.0993851Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationcasefirst=/tmp/go-build3998081543/b1442/_pkg_.a
2025-08-20T22:43:04.0994379Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationdecomposition=/tmp/go-build3998081543/b1443/_pkg_.a
2025-08-20T22:43:04.0994881Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icucollationstrength=/tmp/go-build3998081543/b1444/_pkg_.a
2025-08-20T22:43:04.0995647Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationmode=/tmp/go-build3998081543/b1445/_pkg_.a
2025-08-20T22:43:04.0996194Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icunormalizationtype=/tmp/go-build3998081543/b1446/_pkg_.a
2025-08-20T22:43:04.0996789Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/icutransformdirection=/tmp/go-build3998081543/b1447/_pkg_.a
2025-08-20T22:43:04.0997250Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/impactarea=/tmp/go-build3998081543/b1448/_pkg_.a
2025-08-20T22:43:04.0997739Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexingjobstate=/tmp/go-build3998081543/b1450/_pkg_.a
2025-08-20T22:43:04.0998233Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexmetadatastate=/tmp/go-build3998081543/b1451/_pkg_.a
2025-08-20T22:43:04.0998705Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexoptions=/tmp/go-build3998081543/b1452/_pkg_.a
2025-08-20T22:43:04.0999180Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexprivilege=/tmp/go-build3998081543/b1453/_pkg_.a
2025-08-20T22:43:04.0999738Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingallocationoptions=/tmp/go-build3998081543/b1454/_pkg_.a
2025-08-20T22:43:04.1000290Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/indexroutingrebalanceoptions=/tmp/go-build3998081543/b1455/_pkg_.a
2025-08-20T22:43:04.1000739Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/inputtype=/tmp/go-build3998081543/b1457/_pkg_.a
2025-08-20T22:43:04.1001366Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobblockedreason=/tmp/go-build3998081543/b1458/_pkg_.a
2025-08-20T22:43:04.1001880Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jobstate=/tmp/go-build3998081543/b1459/_pkg_.a
2025-08-20T22:43:04.1002453Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/jsonprocessorconflictstrategy=/tmp/go-build3998081543/b1460/_pkg_.a
2025-08-20T22:43:04.1002930Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/keeptypesmode=/tmp/go-build3998081543/b1461/_pkg_.a
2025-08-20T22:43:04.1003456Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/kuromojitokenizationmode=/tmp/go-build3998081543/b1462/_pkg_.a
2025-08-20T22:43:04.1003900Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/language=/tmp/go-build3998081543/b1463/_pkg_.a
2025-08-20T22:43:04.1004362Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/managedby=/tmp/go-build3998081543/b1467/_pkg_.a
2025-08-20T22:43:04.1004816Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/matchtype=/tmp/go-build3998081543/b1468/_pkg_.a
2025-08-20T22:43:04.1005285Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/memorystatus=/tmp/go-build3998081543/b1469/_pkg_.a
2025-08-20T22:43:04.1005873Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/metric=/tmp/go-build3998081543/b1470/_pkg_.a
2025-08-20T22:43:04.1006359Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/minimuminterval=/tmp/go-build3998081543/b1472/_pkg_.a
2025-08-20T22:43:04.1006821Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/missingorder=/tmp/go-build3998081543/b1473/_pkg_.a
2025-08-20T22:43:04.1007354Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/month=/tmp/go-build3998081543/b1474/_pkg_.a
2025-08-20T22:43:04.1007835Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/multivaluemode=/tmp/go-build3998081543/b1475/_pkg_.a
2025-08-20T22:43:04.1008279Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noderole=/tmp/go-build3998081543/b1476/_pkg_.a
2025-08-20T22:43:04.1008834Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/noridecompoundmode=/tmp/go-build3998081543/b1477/_pkg_.a
2025-08-20T22:43:04.1009334Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalization=/tmp/go-build3998081543/b1478/_pkg_.a
2025-08-20T22:43:04.1009815Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/normalizemethod=/tmp/go-build3998081543/b1479/_pkg_.a
2025-08-20T22:43:04.1010330Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/numericfielddataformat=/tmp/go-build3998081543/b1480/_pkg_.a
2025-08-20T22:43:04.1010809Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/onscripterror=/tmp/go-build3998081543/b1481/_pkg_.a
2025-08-20T22:43:04.1011313Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutycontexttype=/tmp/go-build3998081543/b1484/_pkg_.a
2025-08-20T22:43:04.1011811Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/pagerdutyeventtype=/tmp/go-build3998081543/b1485/_pkg_.a
2025-08-20T22:43:04.1012290Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticencoder=/tmp/go-build3998081543/b1486/_pkg_.a
2025-08-20T22:43:04.1012776Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticlanguage=/tmp/go-build3998081543/b1487/_pkg_.a
2025-08-20T22:43:04.1013438Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticnametype=/tmp/go-build3998081543/b1488/_pkg_.a
2025-08-20T22:43:04.1013984Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/phoneticruletype=/tmp/go-build3998081543/b1489/_pkg_.a
2025-08-20T22:43:04.1014475Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/policytype=/tmp/go-build3998081543/b1490/_pkg_.a
2025-08-20T22:43:04.1014938Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/quantifier=/tmp/go-build3998081543/b1491/_pkg_.a
2025-08-20T22:43:04.1015552Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/queryrulecriteriatype=/tmp/go-build3998081543/b1492/_pkg_.a
2025-08-20T22:43:04.1016073Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/rangerelation=/tmp/go-build3998081543/b1494/_pkg_.a
2025-08-20T22:43:04.1016530Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ratemode=/tmp/go-build3998081543/b1495/_pkg_.a
2025-08-20T22:43:04.1017033Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/responsecontenttype=/tmp/go-build3998081543/b1498/_pkg_.a
2025-08-20T22:43:04.1017534Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/restrictionworkflow=/tmp/go-build3998081543/b1499/_pkg_.a
2025-08-20T22:43:04.1017998Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/routingstate=/tmp/go-build3998081543/b1501/_pkg_.a
2025-08-20T22:43:04.1018456Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ruleaction=/tmp/go-build3998081543/b1502/_pkg_.a
2025-08-20T22:43:04.1018935Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/runtimefieldtype=/tmp/go-build3998081543/b1503/_pkg_.a
2025-08-20T22:43:04.1019611Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sampleraggregationexecutionhint=/tmp/go-build3998081543/b1504/_pkg_.a
2025-08-20T22:43:04.1020066Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scoremode=/tmp/go-build3998081543/b1505/_pkg_.a
2025-08-20T22:43:04.1020545Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptlanguage=/tmp/go-build3998081543/b1506/_pkg_.a
2025-08-20T22:43:04.1021083Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/scriptsorttype=/tmp/go-build3998081543/b1507/_pkg_.a
2025-08-20T22:43:04.1021601Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmissing=/tmp/go-build3998081543/b1509/_pkg_.a
2025-08-20T22:43:04.1022081Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortmode=/tmp/go-build3998081543/b1510/_pkg_.a
2025-08-20T22:43:04.1022581Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/segmentsortorder=/tmp/go-build3998081543/b1511/_pkg_.a
2025-08-20T22:43:04.1023029Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shapetype=/tmp/go-build3998081543/b1512/_pkg_.a
2025-08-20T22:43:04.1023519Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardroutingstate=/tmp/go-build3998081543/b1513/_pkg_.a
2025-08-20T22:43:04.1024003Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardsstatsstage=/tmp/go-build3998081543/b1514/_pkg_.a
2025-08-20T22:43:04.1024511Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shardstoreallocation=/tmp/go-build3998081543/b1515/_pkg_.a
2025-08-20T22:43:04.1024986Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdownstatus=/tmp/go-build3998081543/b1516/_pkg_.a
2025-08-20T22:43:04.1025747Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/shutdowntype=/tmp/go-build3998081543/b1517/_pkg_.a
2025-08-20T22:43:04.1026321Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snapshotupgradestate=/tmp/go-build3998081543/b1518/_pkg_.a
2025-08-20T22:43:04.1026807Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/snowballlanguage=/tmp/go-build3998081543/b1519/_pkg_.a
2025-08-20T22:43:04.1027262Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sortmode=/tmp/go-build3998081543/b1520/_pkg_.a
2025-08-20T22:43:04.1027738Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/sourcefieldmode=/tmp/go-build3998081543/b1522/_pkg_.a
2025-08-20T22:43:04.1028197Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/storagetype=/tmp/go-build3998081543/b1523/_pkg_.a
2025-08-20T22:43:04.1028679Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/stringdistance=/tmp/go-build3998081543/b1524/_pkg_.a
2025-08-20T22:43:04.1029138Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/suggestsort=/tmp/go-build3998081543/b1526/_pkg_.a
2025-08-20T22:43:04.1029605Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/synonymformat=/tmp/go-build3998081543/b1530/_pkg_.a
2025-08-20T22:43:04.1030085Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/templateformat=/tmp/go-build3998081543/b1532/_pkg_.a
2025-08-20T22:43:04.1030628Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationcollectmode=/tmp/go-build3998081543/b1533/_pkg_.a
2025-08-20T22:43:04.1031199Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termsaggregationexecutionhint=/tmp/go-build3998081543/b1534/_pkg_.a
2025-08-20T22:43:04.1031831Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/termvectoroption=/tmp/go-build3998081543/b1535/_pkg_.a
2025-08-20T22:43:04.1032304Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/textquerytype=/tmp/go-build3998081543/b1536/_pkg_.a
2025-08-20T22:43:04.1032807Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/timeseriesmetrictype=/tmp/go-build3998081543/b1537/_pkg_.a
2025-08-20T22:43:04.1033329Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenchar=/tmp/go-build3998081543/b1538/_pkg_.a
2025-08-20T22:43:04.1033858Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/tokenizationtruncate=/tmp/go-build3998081543/b1539/_pkg_.a
2025-08-20T22:43:04.1034347Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/totalhitsrelation=/tmp/go-build3998081543/b1540/_pkg_.a
2025-08-20T22:43:04.1034853Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/translogdurability=/tmp/go-build3998081543/b1543/_pkg_.a
2025-08-20T22:43:04.1035304Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/ttesttype=/tmp/go-build3998081543/b1544/_pkg_.a
2025-08-20T22:43:04.1036032Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/unassignedinformationreason=/tmp/go-build3998081543/b1545/_pkg_.a
2025-08-20T22:43:04.1036532Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/useragentproperty=/tmp/go-build3998081543/b1546/_pkg_.a
2025-08-20T22:43:04.1036990Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/valuetype=/tmp/go-build3998081543/b1547/_pkg_.a
2025-08-20T22:43:04.1037452Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/watcherstate=/tmp/go-build3998081543/b1549/_pkg_.a
2025-08-20T22:43:04.1038140Z [00:04:45.640]➜  packagefile github.com/elastic/go-elasticsearch/v8/typedapi/types/enums/zerotermsquery=/tmp/go-build3998081543/b1550/_pkg_.a
2025-08-20T22:43:04.1038445Z [00:04:45.640]➜  packagefile github.com/jcmturner/aescts/v2=/tmp/go-build3998081543/b2132/_pkg_.a
2025-08-20T22:43:04.1038797Z [00:04:45.640]➜  packagefile github.com/jcmturner/gofork/x/crypto/pbkdf2=/tmp/go-build3998081543/b2133/_pkg_.a
2025-08-20T22:43:04.1039114Z [00:04:45.640]➜  packagefile github.com/jcmturner/rpc/v2/mstypes=/tmp/go-build3998081543/b2152/_pkg_.a
2025-08-20T22:43:04.1039412Z [00:04:45.640]➜  packagefile github.com/jcmturner/rpc/v2/ndr=/tmp/go-build3998081543/b2153/_pkg_.a
2025-08-20T22:43:04.1039694Z [00:04:45.640]➜  packagefile github.com/munnerz/goautoneg=/tmp/go-build3998081543/b2172/_pkg_.a
2025-08-20T22:43:04.1040054Z [00:04:45.640]➜  packagefile google.golang.org/protobuf/encoding/protodelim=/tmp/go-build3998081543/b2173/_pkg_.a
2025-08-20T22:43:04.1040394Z [00:04:45.640]➜  packagefile github.com/prometheus/procfs/internal/fs=/tmp/go-build3998081543/b2175/_pkg_.a
2025-08-20T22:43:04.1040740Z [00:04:45.640]➜  packagefile github.com/prometheus/procfs/internal/util=/tmp/go-build3998081543/b2176/_pkg_.a
2025-08-20T22:43:04.1040960Z [00:04:45.640]➜  packagefile debug/dwarf=/tmp/go-build3998081543/b2226/_pkg_.a
2025-08-20T22:43:04.1041231Z [00:04:45.640]➜  packagefile github.com/xdg-go/pbkdf2=/tmp/go-build3998081543/b2282/_pkg_.a
2025-08-20T22:43:04.1041585Z [00:04:45.640]➜  packagefile go.mongodb.org/mongo-driver/internal/aws/awserr=/tmp/go-build3998081543/b2285/_pkg_.a
2025-08-20T22:43:04.1041880Z [00:04:45.640]➜  packagefile golang.org/x/sync/singleflight=/tmp/go-build3998081543/b2286/_pkg_.a
2025-08-20T22:43:04.1042202Z [00:04:45.640]➜  packagefile go.mongodb.org/mongo-driver/internal/aws=/tmp/go-build3998081543/b2288/_pkg_.a
2025-08-20T22:43:04.1042537Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/authinfo=/tmp/go-build3998081543/b694/_pkg_.a
2025-08-20T22:43:04.1042998Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_go_proto=/tmp/go-build3998081543/b697/_pkg_.a
2025-08-20T22:43:04.1043323Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/record=/tmp/go-build3998081543/b698/_pkg_.a
2025-08-20T22:43:04.1043729Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/proto/v2/s2a_context_go_proto=/tmp/go-build3998081543/b709/_pkg_.a
2025-08-20T22:43:04.1044207Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/v2/tlsconfigstore=/tmp/go-build3998081543/b711/_pkg_.a
2025-08-20T22:43:04.1044675Z [00:04:45.640]➜  packagefile github.com/googleapis/enterprise-certificate-proxy/client/util=/tmp/go-build3998081543/b686/_pkg_.a
2025-08-20T22:43:04.1044891Z [00:04:45.640]➜  packagefile net/rpc=/tmp/go-build3998081543/b687/_pkg_.a
2025-08-20T22:43:04.1045240Z [00:04:45.640]➜  packagefile github.com/jackc/puddle/v2/internal/genstack=/tmp/go-build3998081543/b2311/_pkg_.a
2025-08-20T22:43:04.1045978Z [00:04:45.640]➜  packagefile go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/internal/semconvutil=/tmp/go-build3998081543/b737/_pkg_.a
2025-08-20T22:43:04.1046345Z [00:04:45.640]➜  packagefile go.opentelemetry.io/otel/semconv/v1.20.0=/tmp/go-build3998081543/b742/_pkg_.a
2025-08-20T22:43:04.1046747Z [00:04:45.640]➜  packagefile google.golang.org/grpc/credentials/alts/internal/authinfo=/tmp/go-build3998081543/b783/_pkg_.a
2025-08-20T22:43:04.1047136Z [00:04:45.640]➜  packagefile google.golang.org/grpc/credentials/alts/internal/conn=/tmp/go-build3998081543/b785/_pkg_.a
2025-08-20T22:43:04.1047411Z [00:04:45.640]➜  packagefile github.com/go-jose/go-jose/v4=/tmp/go-build3998081543/b878/_pkg_.a
2025-08-20T22:43:04.1047764Z [00:04:45.640]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/jwtbundle=/tmp/go-build3998081543/b881/_pkg_.a
2025-08-20T22:43:04.1048114Z [00:04:45.640]➜  packagefile github.com/spiffe/go-spiffe/v2/bundle/x509bundle=/tmp/go-build3998081543/b886/_pkg_.a
2025-08-20T22:43:04.1048633Z [00:04:45.640]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/jwtutil=/tmp/go-build3998081543/b882/_pkg_.a
2025-08-20T22:43:04.1049048Z [00:04:45.640]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/x509util=/tmp/go-build3998081543/b888/_pkg_.a
2025-08-20T22:43:04.1049382Z [00:04:45.640]➜  packagefile github.com/spiffe/go-spiffe/v2/spiffeid=/tmp/go-build3998081543/b884/_pkg_.a
2025-08-20T22:43:04.1049638Z [00:04:45.640]➜  packagefile github.com/zeebo/errs=/tmp/go-build3998081543/b885/_pkg_.a
2025-08-20T22:43:04.1050087Z [00:04:45.640]➜  packagefile google.golang.org/grpc/balancer/weightedtarget/weightedaggregator=/tmp/go-build3998081543/b940/_pkg_.a
2025-08-20T22:43:04.1050416Z [00:04:45.640]➜  packagefile google.golang.org/grpc/internal/hierarchy=/tmp/go-build3998081543/b942/_pkg_.a
2025-08-20T22:43:04.1050759Z [00:04:45.640]➜  packagefile google.golang.org/grpc/internal/balancer/nop=/tmp/go-build3998081543/b944/_pkg_.a
2025-08-20T22:43:04.1051083Z [00:04:45.640]➜  packagefile github.com/cncf/xds/go/xds/data/orca/v3=/tmp/go-build3998081543/b950/_pkg_.a
2025-08-20T22:43:04.1051479Z [00:04:45.640]➜  packagefile google.golang.org/grpc/xds/internal/balancer/loadstore=/tmp/go-build3998081543/b951/_pkg_.a
2025-08-20T22:43:04.1051837Z [00:04:45.640]➜  packagefile google.golang.org/grpc/internal/balancer/weight=/tmp/go-build3998081543/b947/_pkg_.a
2025-08-20T22:43:04.1052164Z [00:04:45.640]➜  packagefile google.golang.org/grpc/resolver/ringhash=/tmp/go-build3998081543/b948/_pkg_.a
2025-08-20T22:43:04.1052558Z [00:04:45.640]➜  packagefile google.golang.org/genproto/googleapis/api/expr/v1alpha1=/tmp/go-build3998081543/b902/_pkg_.a
2025-08-20T22:43:04.1052896Z [00:04:45.640]➜  packagefile github.com/cncf/xds/go/xds/type/matcher/v3=/tmp/go-build3998081543/b899/_pkg_.a
2025-08-20T22:43:04.1053393Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/rbac/audit_loggers/stream/v3=/tmp/go-build3998081543/b964/_pkg_.a
2025-08-20T22:43:04.1053848Z [00:04:45.640]➜  packagefile google.golang.org/grpc/authz/audit=/tmp/go-build3998081543/b965/_pkg_.a
2025-08-20T22:43:04.1054184Z [00:04:45.640]➜  packagefile google.golang.org/grpc/authz/audit/stdout=/tmp/go-build3998081543/b966/_pkg_.a
2025-08-20T22:43:04.1054614Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v3=/tmp/go-build3998081543/b897/_pkg_.a
2025-08-20T22:43:04.1054921Z [00:04:45.640]➜  packagefile google.golang.org/grpc/balancer/lazy=/tmp/go-build3998081543/b971/_pkg_.a
2025-08-20T22:43:04.1055204Z [00:04:45.640]➜  packagefile cel.dev/expr=/tmp/go-build3998081543/b901/_pkg_.a
2025-08-20T22:43:04.1055986Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/extensions/load_balancing_policies/common/v3=/tmp/go-build3998081543/b977/_pkg_.a
2025-08-20T22:43:04.1056425Z [00:04:45.640]➜  packagefile google.golang.org/grpc/balancer/weightedroundrobin/internal=/tmp/go-build3998081543/b982/_pkg_.a
2025-08-20T22:43:04.1056702Z [00:04:45.640]➜  packagefile google.golang.org/grpc/orca=/tmp/go-build3998081543/b983/_pkg_.a
2025-08-20T22:43:04.1057128Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/metadata/v3=/tmp/go-build3998081543/b903/_pkg_.a
2025-08-20T22:43:04.1057533Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/tracing/v3=/tmp/go-build3998081543/b904/_pkg_.a
2025-08-20T22:43:04.1057937Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/trace/v3=/tmp/go-build3998081543/b911/_pkg_.a
2025-08-20T22:43:04.1058331Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/type/http/v3=/tmp/go-build3998081543/b927/_pkg_.a
2025-08-20T22:43:04.1058750Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/metrics/v3=/tmp/go-build3998081543/b909/_pkg_.a
2025-08-20T22:43:04.1059172Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/overload/v3=/tmp/go-build3998081543/b910/_pkg_.a
2025-08-20T22:43:04.1059808Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/config/common/matcher/v3=/tmp/go-build3998081543/b914/_pkg_.a
2025-08-20T22:43:04.1060189Z [00:04:45.640]➜  packagefile github.com/segmentio/asm/cpu/cpuid=/tmp/go-build3998081543/b1053/_pkg_.a
2025-08-20T22:43:04.1060504Z [00:04:45.640]➜  packagefile go.opencensus.io/trace/propagation=/tmp/go-build3998081543/b1127/_pkg_.a
2025-08-20T22:43:04.1060811Z [00:04:45.640]➜  packagefile github.com/golang/groupcache/lru=/tmp/go-build3998081543/b1122/_pkg_.a
2025-08-20T22:43:04.1061086Z [00:04:45.640]➜  packagefile go.opencensus.io/internal=/tmp/go-build3998081543/b1123/_pkg_.a
2025-08-20T22:43:04.1061380Z [00:04:45.640]➜  packagefile go.opencensus.io/trace/internal=/tmp/go-build3998081543/b1125/_pkg_.a
2025-08-20T22:43:04.1061678Z [00:04:45.640]➜  packagefile go.opencensus.io/trace/tracestate=/tmp/go-build3998081543/b1126/_pkg_.a
2025-08-20T22:43:04.1061993Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/ini=/tmp/go-build3998081543/b1163/_pkg_.a
2025-08-20T22:43:04.1062369Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/shareddefaults=/tmp/go-build3998081543/b1164/_pkg_.a
2025-08-20T22:43:04.1062743Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/sync/singleflight=/tmp/go-build3998081543/b1165/_pkg_.a
2025-08-20T22:43:04.1063073Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/strings=/tmp/go-build3998081543/b1176/_pkg_.a
2025-08-20T22:43:04.1063408Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkmath=/tmp/go-build3998081543/b1179/_pkg_.a
2025-08-20T22:43:04.1063764Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query=/tmp/go-build3998081543/b1187/_pkg_.a
2025-08-20T22:43:04.1064149Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/processcreds=/tmp/go-build3998081543/b1195/_pkg_.a
2025-08-20T22:43:04.1064511Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ssocreds=/tmp/go-build3998081543/b1196/_pkg_.a
2025-08-20T22:43:04.1065022Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/stscreds=/tmp/go-build3998081543/b1204/_pkg_.a
2025-08-20T22:43:04.1065320Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/csm=/tmp/go-build3998081543/b1207/_pkg_.a
2025-08-20T22:43:04.1065838Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/defaults=/tmp/go-build3998081543/b1208/_pkg_.a
2025-08-20T22:43:04.1066174Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/service/ssooidc=/tmp/go-build3998081543/b1203/_pkg_.a
2025-08-20T22:43:04.1066569Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/service/sts=/tmp/go-build3998081543/b1205/_pkg_.a
2025-08-20T22:43:04.1066929Z [00:04:45.640]➜  packagefile github.com/vmihailenco/tagparser/v2/internal=/tmp/go-build3998081543/b1288/_pkg_.a
2025-08-20T22:43:04.1067218Z [00:04:45.640]➜  packagefile github.com/goccy/go-yaml/lexer=/tmp/go-build3998081543/b1236/_pkg_.a
2025-08-20T22:43:04.1067527Z [00:04:45.640]➜  packagefile github.com/go-jose/go-jose/v3/cipher=/tmp/go-build3998081543/b1308/_pkg_.a
2025-08-20T22:43:04.1067834Z [00:04:45.640]➜  packagefile github.com/go-jose/go-jose/v3/json=/tmp/go-build3998081543/b1309/_pkg_.a
2025-08-20T22:43:04.1068229Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/proto/s2a_context_go_proto=/tmp/go-build3998081543/b696/_pkg_.a
2025-08-20T22:43:04.1068631Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/record/internal/halfconn=/tmp/go-build3998081543/b700/_pkg_.a
2025-08-20T22:43:04.1068993Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/v2/certverifier=/tmp/go-build3998081543/b712/_pkg_.a
2025-08-20T22:43:04.1069353Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/v2/remotesigner=/tmp/go-build3998081543/b714/_pkg_.a
2025-08-20T22:43:04.1069655Z [00:04:45.640]➜  packagefile github.com/go-jose/go-jose/v4/cipher=/tmp/go-build3998081543/b879/_pkg_.a
2025-08-20T22:43:04.1069951Z [00:04:45.640]➜  packagefile github.com/go-jose/go-jose/v4/json=/tmp/go-build3998081543/b880/_pkg_.a
2025-08-20T22:43:04.1070444Z [00:04:45.640]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/pemutil=/tmp/go-build3998081543/b887/_pkg_.a
2025-08-20T22:43:04.1070819Z [00:04:45.640]➜  packagefile github.com/spiffe/go-spiffe/v2/internal/cryptoutil=/tmp/go-build3998081543/b883/_pkg_.a
2025-08-20T22:43:04.1071235Z [00:04:45.640]➜  packagefile github.com/envoyproxy/go-control-plane/envoy/data/accesslog/v3=/tmp/go-build3998081543/b905/_pkg_.a
2025-08-20T22:43:04.1071578Z [00:04:45.640]➜  packagefile github.com/cncf/xds/go/xds/service/orca/v3=/tmp/go-build3998081543/b984/_pkg_.a
2025-08-20T22:43:04.1071885Z [00:04:45.640]➜  packagefile google.golang.org/grpc/orca/internal=/tmp/go-build3998081543/b985/_pkg_.a
2025-08-20T22:43:04.1072126Z [00:04:45.640]➜  packagefile go.opencensus.io=/tmp/go-build3998081543/b1124/_pkg_.a
2025-08-20T22:43:04.1072580Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/query/queryutil=/tmp/go-build3998081543/b1188/_pkg_.a
2025-08-20T22:43:04.1072915Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/auth/bearer=/tmp/go-build3998081543/b1197/_pkg_.a
2025-08-20T22:43:04.1073229Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/service/sso=/tmp/go-build3998081543/b1198/_pkg_.a
2025-08-20T22:43:04.1073573Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/service/sso/ssoiface=/tmp/go-build3998081543/b1202/_pkg_.a
2025-08-20T22:43:04.1073921Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/service/sts/stsiface=/tmp/go-build3998081543/b1206/_pkg_.a
2025-08-20T22:43:04.1074304Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds=/tmp/go-build3998081543/b1209/_pkg_.a
2025-08-20T22:43:04.1074694Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/credentials/endpointcreds=/tmp/go-build3998081543/b1212/_pkg_.a
2025-08-20T22:43:04.1075021Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/aws/ec2metadata=/tmp/go-build3998081543/b1210/_pkg_.a
2025-08-20T22:43:04.1075631Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/restjson=/tmp/go-build3998081543/b1199/_pkg_.a
2025-08-20T22:43:04.1075982Z [00:04:45.640]➜  packagefile github.com/goccy/go-yaml/scanner=/tmp/go-build3998081543/b1237/_pkg_.a
2025-08-20T22:43:04.1076403Z [00:04:45.640]➜  packagefile github.com/google/s2a-go/internal/record/internal/aeadcrypter=/tmp/go-build3998081543/b701/_pkg_.a
2025-08-20T22:43:04.1076692Z [00:04:45.640]➜  packagefile golang.org/x/crypto/cryptobyte=/tmp/go-build3998081543/b703/_pkg_.a
2025-08-20T22:43:04.1077033Z [00:04:45.640]➜  packagefile golang.org/x/crypto/hkdf=/tmp/go-build3998081543/b705/_pkg_.a
2025-08-20T22:43:04.1077373Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/internal/sdkuri=/tmp/go-build3998081543/b1211/_pkg_.a
2025-08-20T22:43:04.1077770Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/json/jsonutil=/tmp/go-build3998081543/b1200/_pkg_.a
2025-08-20T22:43:04.1078134Z [00:04:45.640]➜  packagefile github.com/aws/aws-sdk-go/private/protocol/jsonrpc=/tmp/go-build3998081543/b1201/_pkg_.a
2025-08-20T22:43:04.1078467Z [00:04:45.640]➜  packagefile golang.org/x/crypto/chacha20poly1305=/tmp/go-build3998081543/b702/_pkg_.a
2025-08-20T22:43:04.1078776Z [00:04:45.640]➜  packagefile golang.org/x/crypto/cryptobyte/asn1=/tmp/go-build3998081543/b704/_pkg_.a
2025-08-20T22:43:04.1186282Z [00:04:45.641]➜  modinfo "0w\xaf\f\x92t\b\x02A\xe1\xc1\a\xe6\xd6\x18\xe6path\tgithub.com/slingdata-io/sling-cli/cmd/sling\nmod\tgithub.com/slingdata-io/sling-cli\tv1.5.0+dirty\t\ndep\tatomicgo.dev/cursor\tv0.2.0\th1:H6XN5alUJ52FZZUkI7AlJbUc1aW38GWZalpYRPpoPOw=\ndep\tatomicgo.dev/keyboard\tv0.2.9\th1:tOsIid3nlPLZ3lwgG8KZMp/SFmr7P0ssEN5JUsm78K8=\ndep\tatomicgo.dev/schedule\tv0.1.0\th1:nTthAbhZS5YZmgYbb2+DH8uQIZcTlIrd4eYr3UQxEjs=\ndep\tcel.dev/expr\tv0.22.1\th1:xoFEsNh972Yzey8N9TCPx2nDvMN7TMhQEzxLuj/iRrI=\ndep\tcloud.google.com/go\tv0.121.0\th1:pgfwva8nGw7vivjZiRfrmglGWiCJBP+0OmDpenG/Fwg=\ndep\tcloud.google.com/go/auth\tv0.16.1\th1:XrXauHMd30LhQYVRHLGvJiYeczweKQXZxsTbV9TiguU=\ndep\tcloud.google.com/go/auth/oauth2adapt\tv0.2.8\th1:keo8NaayQZ6wimpNSmW5OPc283g65QNIiLpZnkHRbnc=\ndep\tcloud.google.com/go/bigquery\tv1.69.0\th1:rZvHnjSUs5sHK3F9awiuFk2PeOaB8suqNuim21GbaTc=\ndep\tcloud.google.com/go/bigtable\tv1.37.0\th1:Q+x7y04lQ0B+WXp03wc1/FLhFt4CwcQdkwWT0M4Jp3w=\ndep\tcloud.google.com/go/compute/metadata\tv0.7.0\th1:PBWF+iiAerVNe8UCHxdOt6eHLVc3ydFeOCw78U8ytSU=\ndep\tcloud.google.com/go/iam\tv1.5.2\th1:qgFRAGEmd8z6dJ/qyEchAuL9jpswyODjA2lS+w234g8=\ndep\tcloud.google.com/go/longrunning\tv0.6.7\th1:IGtfDWHhQCgCjwQjV9iiLnUta9LBCo8R9QmAFsS/PrE=\ndep\tcloud.google.com/go/monitoring\tv1.24.2\th1:5OTsoJ1dXYIiMiuL+sYscLc9BumrL3CarVLL7dd7lHM=\ndep\tcloud.google.com/go/storage\tv1.53.0\th1:gg0ERZwL17pJ+Cz3cD2qS60w1WMDnwcm5YPAIQBHUAw=\ndep\tfilippo.io/edwards25519\tv1.1.0\th1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=\ndep\tgithub.com/360EntSecGroup-Skylar/excelize\tv1.4.1\th1:l55mJb6rkkaUzOpSsgEeKYtS6/0gHwBYyfo5Jcjv/Ks=\ndep\tgithub.com/99designs/keyring\tv1.2.2\th1:pZd3neh/EmUzWONb35LxQfvuY7kiSXAq3HQd97+XBn0=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/azcore\tv1.18.0\th1:Gt0j3wceWMwPmiazCa8MzMA0MfhmPIz0Qp0FJ6qcM0U=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/azidentity\tv1.10.1\th1:B+blDbyVIG3WaikNxPnhPiJ1MThR03b3vKGtER95TP4=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/data/aztables\tv1.4.0\th1:mXlQ+2C8A4KpXTIIYYxgFYqSivjGTBQidq/b0xxZLuk=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/internal\tv1.11.1\th1:FPKJS1T+clwv+OLGt13a8UjqeRuh0O4SJ3lUriThc+4=\ndep\tgithub.com/Azure/azure-sdk-for-go/sdk/storage/azblob\tv1.6.1\th1:lhZdRq7TIx0GJQvSyX2Si406vrYsov2FXGp/RnSEtcs=\ndep\tgithub.com/Azure/go-autorest/autorest/to\tv0.4.1\th1:CxNHBqdzTr7rLtdrtb5CMjJcDut+WNGCVv7OmS5+lTc=\ndep\tgithub.com/AzureAD/microsoft-authentication-library-for-go\tv1.4.2\th1:oygO0locgZJe7PpYPXT5A29ZkwJaPqcva7BVeemZOZs=\ndep\tgithub.com/ClickHouse/ch-go\tv0.65.1\th1:SLuxmLl5Mjj44/XbINsK2HFvzqup0s6rwKLFH347ZhU=\ndep\tgithub.com/ClickHouse/clickhouse-go/v2\tv2.34.0\th1:Y4rqkdrRHgExvC4o/NTbLdY5LFQ3LHS77/RNFxFX3Co=\ndep\tgithub.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp\tv1.27.0\th1:ErKg/3iS1AKcTkf3yixlZ54f9U1rljCkQyEXWUnIUxc=\ndep\tgithub.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric\tv0.51.0\th1:fYE9p3esPxA/C0rQ0AHhP0drtPXDRhaWiwg1DPqO7IU=\ndep\tgithub.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping\tv0.51.0\th1:6/0iUd0xrnX7qt+mLNRwg5c0PGv8wpE8K90ryANQwMI=\ndep\tgithub.com/JohnCGriffin/overflow\tv0.0.0-20211019200055-46fa312c352c\th1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=\ndep\tgithub.com/PuerkitoBio/goquery\tv1.6.0\th1:j7taAbelrdcsOlGeMenZxc2AWXD5fieT1/znArdnx94=\ndep\tgithub.com/andybalholm/brotli\tv1.1.1\th1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7XdTA=\ndep\tgithub.com/andybalholm/cascadia\tv1.1.0\th1:BuuO6sSfQNFRu1LppgbD25Hr2vLYW25JvxHs5zzsLTo=\ndep\tgithub.com/antlr4-go/antlr/v4\tv4.13.1\th1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ=\ndep\tgithub.com/apache/arrow-go/v18\tv18.3.0\th1:Xq4A6dZj9Nu33sqZibzn012LNnewkTUlfKVUFD/RX/I=\ndep\tgithub.com/apache/arrow/go/v15\tv15.0.2\th1:60IliRbiyTWCWjERBCkO1W4Qun9svcYoZrSLcyOsMLE=\ndep\tgithub.com/apache/arrow/go/v18\tv18.0.0-20241007013041-ab95a4d25142\th1:6EtsUpu9/vLtVl6oVpFiZe9GRax7STd2bG55VNwsRdI=\ndep\tgithub.com/apache/iceberg-go\tv0.3.0\n=>\tgithub.com/flarco/iceberg-go\tv0.0.0-20250705121323-8242bf566290\th1:2F62rRTvDMG1q0sNBVovf1PFdTYzUEoUSM8WeKwnAJ8=\n\ndep\tgithub.com/apache/thrift\tv0.21.0\th1:tdPmh/ptjE1IJnhbhrcl2++TauVjy242rkV/UzJChnE=\ndep\tgithub.com/asaskevich/govalidator\tv0.0.0-20230301143203-a9d515a09cc2\th1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=\ndep\tgithub.com/aws/aws-sdk-go\tv1.55.6\th1:cSg4pvZ3m8dgYcgqB97MrcdjUmZ1BeMYKUxMMB89IPk=\ndep\tgithub.com/aws/aws-sdk-go-v2\tv1.36.5\th1:0OF9RiEMEdDdZEMqF9MRjevyxAQcf6gY+E7vwBILFj0=\ndep\tgithub.com/aws/aws-sdk-go-v2/aws/protocol/eventstream\tv1.6.10\th1:zAybnyUQXIZ5mok5Jqwlf58/TFE7uvd3IAsa1aF9cXs=\ndep\tgithub.com/aws/aws-sdk-go-v2/config\tv1.29.15\th1:I5XjesVMpDZXZEZonVfjI12VNMrYa38LtLnw4NtY5Ss=\ndep\tgithub.com/aws/aws-sdk-go-v2/credentials\tv1.17.68\th1:cFb9yjI02/sWHBSYXAtkamjzCuRymvmeFmt0TC0MbYY=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/ec2/imds\tv1.16.30\th1:x793wxmUWVDhshP8WW2mlnXuFrO4cOd3HLBroh1paFw=\ndep\tgithub.com/aws/aws-sdk-go-v2/feature/s3/manager\tv1.17.69\th1:6VFPH/Zi9xYFMJKPQOX5URYkQoXRWeJ7V/7Y6ZDYoms=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/configsources\tv1.3.36\th1:SsytQyTMHMDPspp+spo7XwXTP44aJZZAC7fBV2C5+5s=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/endpoints/v2\tv2.6.36\th1:i2vNHQiXUvKhs3quBR6aqlgJaiaexz/aNvdCktW/kAM=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/ini\tv1.8.3\th1:bIqFDwgGXXN1Kpp99pDOdKMTTb5d2KyU5X/BZxjOkRo=\ndep\tgithub.com/aws/aws-sdk-go-v2/internal/v4a\tv1.3.36\th1:GMYy2EOWfzdP3wfVAGXBNKY5vK4K8vMET4sYOYltmqs=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/athena\tv1.51.0\th1:Fmh66wriOXgBJDnA/78aur8hH6DrvrWz7ZMzdoS33Yw=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/glue\tv1.113.0\th1:ceM8p2ApgB7vAV90rEfCU5wyj/IOtYBE23twMegak7M=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/accept-encoding\tv1.12.3\th1:eAh2A4b5IzM/lum78bZ590jy36+d/aFLgKF/4Vd1xPE=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/checksum\tv1.7.2\th1:BCG7DCXEXpNCcpwCxg1oi9pkJWH2+eZzTn9MY56MbVw=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/presigned-url\tv1.12.15\th1:dM9/92u2F1JbDaGooxTq18wmmFzbJRfXfVfy96/1CXM=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/internal/s3shared\tv1.18.15\th1:moLQUoVq91LiqT1nbvzDukyqAlCv89ZmwaHw/ZFlFZg=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/s3\tv1.80.1\th1:xYEAf/6QHiTZDccKnPMbsMwlau13GsDsTgdue3wmHGw=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sso\tv1.25.3\th1:1Gw+9ajCV1jogloEv1RRnvfRFia2cL6c9cuKV2Ps+G8=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/ssooidc\tv1.30.1\th1:hXmVKytPfTy5axZ+fYbR5d0cFmC3JvwLm5kM83luako=\ndep\tgithub.com/aws/aws-sdk-go-v2/service/sts\tv1.33.20\th1:oIaQ1e17CSKaWmUTu62MtraRWVIosn/iONMuZt0gbqc=\ndep\tgithub.com/aws/smithy-go\tv1.22.4\th1:uqXzVZNuNexwc/xrh6Tb56u89WDlJY6HS+KC0S4QSjw=\ndep\tgithub.com/beorn7/perks\tv1.0.1\th1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=\ndep\tgithub.com/bits-and-blooms/bitset\tv1.10.0\th1:ePXTeiPEazB5+opbv5fr8umg2R/1NlzgDsyepwsSr88=\ndep\tgithub.com/bits-and-blooms/bloom/v3\tv3.7.0\th1:VfknkqV4xI+PsaDIsoHueyxVDZrfvMn56jeWUzvzdls=\ndep\tgithub.com/c-bata/go-prompt\tv0.2.6\th1:POP+nrHE+DfLYx370bedwNhsqmpCUynWPxuHi0C5vZI=\ndep\tgithub.com/cespare/xxhash/v2\tv2.3.0\th1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=\ndep\tgithub.com/cncf/xds/go\tv0.0.0-20250326154945-ae57f3c0d45f\th1:C5bqEmzEPLsHm9Mv73lSE9e9bKV23aB1vxOsmZrkl3k=\ndep\tgithub.com/cockroachdb/apd/v3\tv3.2.1\th1:U+8j7t0axsIgvQUqthuNm82HIrYXodOV2iWLWtEaIwg=\ndep\tgithub.com/containerd/console\tv1.0.5\th1:R0ymNeydRqH2DmakFNdmjR2k0t7UPuiOV/N/27/qqsc=\ndep\tgithub.com/coreos/go-oidc/v3\tv3.5.0\th1:VxKtbccHZxs8juq7RdJntSqtXFtde9YpNpGn0yqgEHw=\ndep\tgithub.com/creasty/defaults\tv1.8.0\th1:z27FJxCAa0JKt3utc0sCImAEb+spPucmKoOdLHvHYKk=\ndep\tgithub.com/databricks/databricks-sql-go\tv0.0.0-00010101000000-000000000000\n=>\tgithub.com/flarco/databricks-sql-go\tv0.0.0-20250613120556-51f7c1f3b4ad\th1:z5mgsXmNXsgskClg/s6zelILFihJTyK6x7+zX1jUgyU=\n\ndep\tgithub.com/davecgh/go-spew\tv1.1.2-0.20180830191138-d8f796af33cc\th1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=\ndep\tgithub.com/denisbrodbeck/machineid\tv1.0.1\th1:geKr9qtkB876mXguW2X6TU4ZynleN6ezuMSRhl4D7AQ=\ndep\tgithub.com/dustin/go-humanize\tv1.0.1\th1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=\ndep\tgithub.com/dvsekhvalnov/jose2go\tv1.6.0\th1:Y9gnSnP4qEI0+/uQkHvFXeD2PLPJeXEL+ySMEA2EjTY=\ndep\tgithub.com/elastic/elastic-transport-go/v8\tv8.6.0\th1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA=\ndep\tgithub.com/elastic/go-elasticsearch/v8\tv8.17.0\th1:e9cWksE/Fr7urDRmGPGp47Nsp4/mvNOrU8As1l2HQQ0=\ndep\tgithub.com/envoyproxy/go-control-plane/envoy\tv1.32.4\th1:jb83lalDRZSpPWW2Z7Mck/8kXZ5CQAFYVjQcdVIr83A=\ndep\tgithub.com/envoyproxy/protoc-gen-validate\tv1.2.1\th1:DEo3O99U8j4hBFwbJfrz9VtgcDfUKS7KJ7spH3d86P8=\ndep\tgithub.com/exasol/error-reporting-go\tv0.2.0\th1:nKIe4zYiTHbYrKJRlSNJcmGjTJCZredDh5akVHfIbRs=\ndep\tgithub.com/exasol/exasol-driver-go\tv1.0.14\th1:7O8Zs0OCJOBlXmmHAjyBP2WB8wmJo3DcDX9hX93D034=\ndep\tgithub.com/fatih/color\tv1.18.0\th1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=\ndep\tgithub.com/felixge/httpsnoop\tv1.0.4\th1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=\ndep\tgithub.com/flarco/bigquery\tv0.0.9\th1:WfxO6XuuHZTJV+55Bq24FhdHYpmAOzgVk9xOcJpEecY=\ndep\tgithub.com/flarco/g\tv0.1.155\th1:GERi8N2QUtnLXiflq8TGoCyuBR4+nP/QCfTnAGcw/Tw=\ndep\tgithub.com/francoispqt/gojay\tv1.2.13\th1:d2m3sFjloqoIUQU3TsHBgj6qg/BVGlTBeHDUmyJnXKk=\ndep\tgithub.com/gabriel-vasile/mimetype\tv1.4.7\th1:SKFKl7kD0RiPdbht0s7hFtjl489WcQ1VyPW8ZzUMYCA=\ndep\tgithub.com/getsentry/sentry-go\tv0.27.0\th1:Pv98CIbtB3LkMWmXi4Joa5OOcwbmnX88sF5qbK3r3Ps=\ndep\tgithub.com/go-faster/city\tv1.0.1\th1:4WAxSZ3V2Ws4QRDrscLEDcibJY8uf41H6AhXDrNDcGw=\ndep\tgithub.com/go-faster/errors\tv0.7.1\th1:MkJTnDoEdi9pDabt1dpWf7AA8/BaSYZqibYyhZ20AYg=\ndep\tgithub.com/go-jose/go-jose/v3\tv3.0.4\th1:Wp5HA7bLQcKnf6YYao/4kpRpVMp/yf6+pJKV8WFSaNY=\ndep\tgithub.com/go-jose/go-jose/v4\tv4.0.5\th1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=\ndep\tgithub.com/go-logr/logr\tv1.4.2\th1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=\ndep\tgithub.com/go-logr/stdr\tv1.2.2\th1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=\ndep\tgithub.com/go-openapi/errors\tv0.21.0\th1:FhChC/duCnfoLj1gZ0BgaBmzhJC2SL/sJr8a2vAobSY=\ndep\tgithub.com/go-openapi/strfmt\tv0.22.0\th1:Ew9PnEYc246TwrEspvBdDHS4BVKXy/AOVsfqGDgAcaI=\ndep\tgithub.com/go-sql-driver/mysql\tv1.9.1\th1:FrjNGn/BsJQjVRuSa8CBrM5BWA9BWoXXat3KrtSb/iI=\ndep\tgithub.com/gobwas/glob\tv0.2.3\th1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=\ndep\tgithub.com/goccy/go-json\tv0.10.5\th1:Fq85nIqj+gXn/S5ahsiTlK3TmC85qgirsdTP/+DeaC4=\ndep\tgithub.com/goccy/go-yaml\tv1.16.0\th1:d7m1G7A0t+logajVtklHfDYJs2Et9g3gHwdBNNFou0w=\ndep\tgithub.com/godbus/dbus\tv0.0.0-20190726142602-4481cbc300e2\th1:ZpnhV/YsD2/4cESfV5+Hoeu/iUR3ruzNvZ+yQfO03a0=\ndep\tgithub.com/golang-jwt/jwt/v5\tv5.2.2\th1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=\ndep\tgithub.com/golang-sql/civil\tv0.0.0-20220223132316-b832511892a9\th1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA=\ndep\tgithub.com/golang-sql/sqlexp\tv0.1.0\th1:ZCD6MBpcuOVfGVqsEmY5/4FtYiKz6tSyUv9LPEDei6A=\ndep\tgithub.com/golang/groupcache\tv0.0.0-20241129210726-2c02b8208cf8\th1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ=\ndep\tgithub.com/golang/snappy\tv1.0.0\th1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=\ndep\tgithub.com/google/flatbuffers\tv25.2.10+incompatible\th1:F3vclr7C3HpB1k9mxCGRMXq6FdUalZ6H/pNX4FP1v0Q=\ndep\tgithub.com/google/s2a-go\tv0.1.9\th1:LGD7gtMgezd8a/Xak7mEWL0PjoTQFvpRudN895yqKW0=\ndep\tgithub.com/google/uuid\tv1.6.0\th1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=\ndep\tgithub.com/google/wire\tv0.6.0\th1:HBkoIh4BdSxoyo9PveV8giw7ZsaBOvzWKfcg/6MrVwI=\ndep\tgithub.com/googleapis/enterprise-certificate-proxy\tv0.3.6\th1:GW/XbdyBFQ8Qe+YAmFU9uHLo7OnF5tL52HFAgMmyrf4=\ndep\tgithub.com/googleapis/gax-go/v2\tv2.14.2\th1:eBLnkZ9635krYIPD+ag1USrOAI0Nr0QYF3+/3GqO0k0=\ndep\tgithub.com/gookit/color\tv1.5.4\th1:FZmqs7XOyGgCAxmWyPslpiok1k05wmY3SJTytgvYFs0=\ndep\tgithub.com/gorilla/websocket\tv1.5.3\th1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=\ndep\tgithub.com/gsterjov/go-libsecret\tv0.0.0-20161001094733-a6f4afe4910c\th1:6rhixN/i8ZofjG1Y75iExal34USq5p+wiN1tpie8IrU=\ndep\tgithub.com/hamba/avro/v2\tv2.28.0\th1:E8J5D27biyAulWKNiEBhV85QPc9xRMCUCGJewS0KYCE=\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-multierror\tv1.1.1\th1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=\ndep\tgithub.com/hashicorp/go-retryablehttp\tv0.7.7\th1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=\ndep\tgithub.com/hashicorp/go-uuid\tv1.0.3\th1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=\ndep\tgithub.com/imdario/mergo\tv0.3.16\th1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=\ndep\tgithub.com/integrii/flaggy\tv1.5.2\th1:bWV20MQEngo4hWhno3i5Z9ISPxLPKj9NOGNwTWb/8IQ=\ndep\tgithub.com/jackc/pgpassfile\tv1.0.0\th1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=\ndep\tgithub.com/jackc/pgservicefile\tv0.0.0-20231201235250-de7065d80cb9\th1:L0QtFUgDarD7Fpv9jeVMgy/+Ec0mtnmYuImjTz6dtDA=\ndep\tgithub.com/jackc/pgx/v5\tv5.5.5\th1:amBjrZVmksIdNjxGW/IiIMzxMKZFelXbUoPNb+8sjQw=\ndep\tgithub.com/jackc/puddle/v2\tv2.2.2\th1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=\ndep\tgithub.com/jcmturner/aescts/v2\tv2.0.0\th1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8=\ndep\tgithub.com/jcmturner/dnsutils/v2\tv2.0.0\th1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo=\ndep\tgithub.com/jcmturner/gofork\tv1.7.6\th1:QH0l3hzAU1tfT3rZCnW5zXl+orbkNMMRGJfdJjHVETg=\ndep\tgithub.com/jcmturner/goidentity/v6\tv6.0.1\th1:VKnZd2oEIMorCTsFBnJWbExfNN7yZr3EhJAxwOkZg6o=\ndep\tgithub.com/jcmturner/gokrb5/v8\tv8.4.4\th1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh687T8=\ndep\tgithub.com/jcmturner/rpc/v2\tv2.0.3\th1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=\ndep\tgithub.com/jedib0t/go-pretty\tv4.3.0+incompatible\th1:CGs8AVhEKg/n9YbUenWmNStRW2PHJzaeDodcfvRAbIo=\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/jlaffaye/ftp\tv0.2.0\th1:lXNvW7cBu7R/68bknOX3MrRIIqZ61zELs1P2RAiA3lg=\ndep\tgithub.com/jmespath/go-jmespath\tv0.4.0\th1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=\ndep\tgithub.com/jmoiron/sqlx\tv1.2.0\th1:41Ip0zITnmWNR/vHV+S4m+VoUivnWY5E4OJfLZjCJMA=\ndep\tgithub.com/jpillora/backoff\tv1.0.0\th1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=\ndep\tgithub.com/json-iterator/go\tv1.1.12\th1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=\ndep\tgithub.com/kardianos/osext\tv0.0.0-20190222173326-2bc1f35cddc0\th1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=\ndep\tgithub.com/klauspost/compress\tv1.18.0\th1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=\ndep\tgithub.com/klauspost/cpuid/v2\tv2.2.10\th1:tBs3QSyvjDyFTq3uoc/9xFpCuOsJQFNPiAhYdw2skhE=\ndep\tgithub.com/kr/fs\tv0.1.0\th1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=\ndep\tgithub.com/kshedden/datareader\tv0.0.0-20210325133423-816b6ffdd011\th1:PNO6bcxsCMsX4R8nN/78gswn9F3We86Pi80NV0YPkLc=\ndep\tgithub.com/kylelemons/godebug\tv1.1.0\th1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=\ndep\tgithub.com/labstack/echo/v4\tv4.10.2\th1:n1jAhnq/elIFTHr1EYpiYtyKgx4RW9ccVgkqByZaN2M=\ndep\tgithub.com/labstack/gommon\tv0.4.0\th1:y7cvthEAEbU0yHOf4axH8ZG2NH8knB9iNSoTO8dyIk8=\ndep\tgithub.com/lib/pq\tv1.10.9\th1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=\ndep\tgithub.com/linkedin/goavro/v2\tv2.12.0\th1:rIQQSj8jdAUlKQh6DttK8wCRv4t4QO09g1C4aBWXslg=\ndep\tgithub.com/lithammer/fuzzysearch\tv1.1.8\th1:/HIuJnjHuXS8bKaiTMeeDlW2/AyIWk2brx1V8LFgLN4=\ndep\tgithub.com/maja42/goval\tv1.4.0\th1:tlX0X+GvjKzWW2Q6qzWwL4Av2KV1bLtzxwzgxiiwEPc=\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/mattn/go-sqlite3\tv1.14.28\th1:ThEiQrnbtumT+QMknw63Befp/ce/nUPgBPMlRFEum7A=\ndep\tgithub.com/microsoft/go-mssqldb\tv1.8.0\th1:7cyZ/AT7ycDsEoWPIXibd+aVKFtteUNhDGf3aobP+tw=\ndep\tgithub.com/mitchellh/mapstructure\tv1.5.0\th1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=\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/mohae/deepcopy\tv0.0.0-20170929034955-c48cc78d4826\th1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=\ndep\tgithub.com/montanaflynn/stats\tv0.7.0\th1:r3y12KyNxj/Sb/iOE46ws+3mS1+MZca1wlHQFPsY/JU=\ndep\tgithub.com/mtibben/percent\tv0.2.1\th1:5gssi8Nqo8QU/r2pynCm+hBQHpkB/uNK7BJCFogWdzs=\ndep\tgithub.com/munnerz/goautoneg\tv0.0.0-20191010083416-a7dc8b61c822\th1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=\ndep\tgithub.com/mwitkow/go-conntrack\tv0.0.0-20190716064945-2f068394615f\th1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=\ndep\tgithub.com/nqd/flat\tv0.1.1\th1:sKa3CZipbb7WYD9tORSJD6Ylm/00f6D9Wse7+UkSa+4=\ndep\tgithub.com/oklog/ulid\tv1.3.1\th1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=\ndep\tgithub.com/olekukonko/tablewriter\tv0.0.5\th1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=\ndep\tgithub.com/orcaman/concurrent-map/v2\tv2.0.1\th1:jOJ5Pg2w1oeB6PeDurIYf6k9PQ+aTITr/6lP/L/zp6c=\ndep\tgithub.com/parquet-go/parquet-go\tv0.23.0\th1:dyEU5oiHCtbASyItMCD2tXtT2nPmoPbKpqf0+nnGrmk=\ndep\tgithub.com/paulmach/orb\tv0.11.1\th1:3koVegMC4X/WeiXYz9iswopaTwMem53NzTJuTF20JzU=\ndep\tgithub.com/pierrec/lz4\tv2.6.1+incompatible\th1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM=\ndep\tgithub.com/pierrec/lz4/v4\tv4.1.22\th1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU=\ndep\tgithub.com/pkg/browser\tv0.0.0-20240102092130-5ac0b6a4141c\th1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=\ndep\tgithub.com/pkg/errors\tv0.9.1\th1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=\ndep\tgithub.com/pkg/sftp\tv1.13.9\th1:4NGkvGudBL7GteO3m6qnaQ4pC0Kvf0onSVc9gR3EWBw=\ndep\tgithub.com/pkg/term\tv1.2.0-beta.2\th1:L3y/h2jkuBVFdWiJvNfYfKmzcCnILw7mJWm2JQuMppw=\ndep\tgithub.com/pmezard/go-difflib\tv1.0.1-0.20181226105442-5d4384ee4fb2\th1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=\ndep\tgithub.com/prometheus/client_golang\tv1.20.5\th1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y=\ndep\tgithub.com/prometheus/client_model\tv0.6.1\th1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=\ndep\tgithub.com/prometheus/common\tv0.55.0\th1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G1dc=\ndep\tgithub.com/prometheus/procfs\tv0.15.1\th1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=\ndep\tgithub.com/psanford/sqlite3vfs\tv0.0.0-20220823065410-bd28ac7ee3c2\th1:S7ikYUpctxijGIl4P+NJhGSMNov4bP9KsO3JWq/+gOs=\ndep\tgithub.com/psanford/sqlite3vfshttp\tv0.0.0-20220827153928-a19f096e6eb4\th1:ea/vBgpSGRKEdguoxGNiGz8byJNyVXPNVg8pPFsVbWc=\ndep\tgithub.com/pterm/pterm\tv0.12.81\th1:ju+j5I2++FO1jBKMmscgh5h5DPFDFMB7epEjSoKehKA=\ndep\tgithub.com/puzpuzpuz/xsync/v3\tv3.5.1\th1:GJYJZwO6IdxN/IKbneznS6yPkVC+c3zyY/j19c++5Fg=\ndep\tgithub.com/rivo/uniseg\tv0.4.7\th1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=\ndep\tgithub.com/rs/zerolog\tv1.34.0\th1:k43nTLIwcTVQAncfCw4KZ2VY6ukYoZaBPNOE8txlOeY=\ndep\tgithub.com/samber/lo\tv1.39.0\th1:4gTz1wUhNYLhFSKl6O+8peW0v2F4BCY034GRpU9WnuA=\ndep\tgithub.com/segmentio/asm\tv1.2.0\th1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=\ndep\tgithub.com/segmentio/encoding\tv0.4.0\th1:MEBYvRqiUB2nfR2criEXWqwdY6HJOUrCn5hboVOVmy8=\ndep\tgithub.com/segmentio/ksuid\tv1.0.4\th1:sBo2BdShXjmcugAMwjugoGUdUV0pcxY5mW4xKRn3v4c=\ndep\tgithub.com/shirou/gopsutil/v3\tv3.24.4\th1:dEHgzZXt4LMNm+oYELpzl9YCqV65Yr/6SfrvgRBtXeU=\ndep\tgithub.com/shirou/gopsutil/v4\tv4.25.1\th1:QSWkTc+fu9LTAWfkZwZ6j8MSUk4A2LV7rbH0ZqmLjXs=\ndep\tgithub.com/shopspring/decimal\tv1.4.0\th1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=\ndep\tgithub.com/sijms/go-ora/v2\tv2.8.24\th1:TODRWjWGwJ1VlBOhbTLat+diTYe8HXq2soJeB+HMjnw=\ndep\tgithub.com/sirupsen/logrus\tv1.9.3\th1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=\ndep\tgithub.com/snowflakedb/gosnowflake\tv1.10.0\th1:5hBGKa/jJEhciokzgJcz5xmLNlJ8oUm8vhfu5tg82tM=\ndep\tgithub.com/spf13/cast\tv1.7.1\th1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=\ndep\tgithub.com/spiffe/go-spiffe/v2\tv2.5.0\th1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE=\ndep\tgithub.com/stretchr/objx\tv0.5.2\th1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=\ndep\tgithub.com/stretchr/testify\tv1.10.0\th1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=\ndep\tgithub.com/substrait-io/substrait\tv0.69.0\th1:qfwUe1qKa3PsCclMpubQOF6nqIqS14geUuvzJ1P7gsM=\ndep\tgithub.com/substrait-io/substrait-go/v3\tv3.9.1\th1:2yfHDHpK6KMcvLd0bJVzUJoeXO+K98yS+ciBruxD9po=\ndep\tgithub.com/timeplus-io/proton-go-driver/v2\tv2.0.19\th1:hpoS4GLCUs80shiutsAI6VDcFewzlf1bImlRQn3gZf0=\ndep\tgithub.com/tklauser/go-sysconf\tv0.3.12\th1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=\ndep\tgithub.com/tklauser/numcpus\tv0.6.1\th1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=\ndep\tgithub.com/tmthrgd/go-hex\tv0.0.0-20190904060850-447a3041c3bc\th1:9lRDQMhESg+zvGYmW5DyG0UqvY96Bu5QYsTLvCHdrgo=\ndep\tgithub.com/trinodb/trino-go-client\tv0.328.0\th1:X6hrGGysA3nvyVcz8kJbBS98srLNTNsnNYwRkMC1atA=\ndep\tgithub.com/twmb/murmur3\tv1.1.8\th1:8Yt9taO/WN3l08xErzjeschgZU2QSrwm1kclYq+0aRg=\ndep\tgithub.com/uptrace/bun\tv1.2.12\th1:XRvGko5tIZ5A3T0GkLsbFFnSR2Yd6knuML8eJVGTLM0=\ndep\tgithub.com/uptrace/bun/dialect/mssqldialect\tv1.2.12\th1:dkApi4IKagaGgo7udjIQkULoMr4aRj0PCCUqr7rGiig=\ndep\tgithub.com/uptrace/bun/dialect/mysqldialect\tv1.2.12\th1:3+pGxF70Yuve0IT9mqz21UiZXR8OAhZIKFSY7tUYqVc=\ndep\tgithub.com/uptrace/bun/dialect/oracledialect\tv1.2.12\th1:Ne7PSnz3f2iFt6hV17avdgWxOgdtC4zTLtCaIggxTv8=\ndep\tgithub.com/uptrace/bun/dialect/pgdialect\tv1.2.12\th1:UxbxJXqQPeSBDnPMWAi9kDOeWX9HooFf1xkCZR1gsRA=\ndep\tgithub.com/uptrace/bun/dialect/sqlitedialect\tv1.2.12\th1:AYyIK20jLXuhaKhME0vstXXIoNVNoG0OXBsbZOrBmSw=\ndep\tgithub.com/uptrace/bun/extra/bundebug\tv1.2.12\th1:hiPesTgVZAGfIgC2hi1SYuP9EztzhupL4uC5yd2d3Hw=\ndep\tgithub.com/valyala/bytebufferpool\tv1.0.0\th1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=\ndep\tgithub.com/valyala/fasttemplate\tv1.2.2\th1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=\ndep\tgithub.com/viant/xunsafe\tv0.8.0\th1:hDavbYhEaZ2A1QMrgriN3Hqyc/JUzGfPYPdL+GVwmM8=\ndep\tgithub.com/vmihailenco/msgpack/v5\tv5.4.1\th1:cQriyiUvjTwOHg8QZaPihLWeRAAVoCpE00IUPn0Bjt8=\ndep\tgithub.com/vmihailenco/tagparser/v2\tv2.0.0\th1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=\ndep\tgithub.com/xdg-go/pbkdf2\tv1.0.0\th1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=\ndep\tgithub.com/xdg-go/scram\tv1.1.2\th1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=\ndep\tgithub.com/xdg-go/stringprep\tv1.0.4\th1:XLI/Ng3O1Atzq0oBs3TWm+5ZVgkq2aqdlvP9JtoZ6c8=\ndep\tgithub.com/xo/dburl\tv0.3.0\th1:KGkeJB/oQhY/DeeJoYl/1+pNE/JnF6ouAuA8nzpQEQ8=\ndep\tgithub.com/xo/terminfo\tv0.0.0-20220910002029-abceb7e1c41e\th1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=\ndep\tgithub.com/youmark/pkcs8\tv0.0.0-20201027041543-1326539a0a0a\th1:fZHgsYlfvtyqToslyjUt3VOPF4J7aK/3MPcK7xp3PDk=\ndep\tgithub.com/zeebo/errs\tv1.4.0\th1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=\ndep\tgithub.com/zeebo/xxh3\tv1.0.2\th1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=\ndep\tgo.mongodb.org/mongo-driver\tv1.14.0\th1:P98w8egYRjYe3XDjxhYJagTokP/H6HzlsnojRgZRd80=\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.35.0\th1:bGvFt68+KTiAKFlacHW6AhA56GF2rS0bdD3aJYEnmzA=\ndep\tgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc\tv0.60.0\th1:x7wzEgXfnzJcHDwStJT+mxOz4etr2EcexjqhBvmoakw=\ndep\tgo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp\tv0.60.0\th1:sbiXRNDSWJOTobXh5HyQKjq6wUC5tNybqjIqDpAY4CU=\ndep\tgo.opentelemetry.io/otel\tv1.35.0\th1:xKWKPxrxB6OtMCbmMY021CqC45J+3Onta9MqjhnusiQ=\ndep\tgo.opentelemetry.io/otel/metric\tv1.35.0\th1:0znxYu2SNyuMSQT4Y9WDWej0VpcsxkuklLa4/siN90M=\ndep\tgo.opentelemetry.io/otel/sdk\tv1.35.0\th1:iPctf8iprVySXSKJffSS79eOjl9pvxV9ZqOWT0QejKY=\ndep\tgo.opentelemetry.io/otel/sdk/metric\tv1.35.0\th1:1RriWBmCKgkeHEhM7a2uMjMUfP7MsOF5JpUCaEqEI9o=\ndep\tgo.opentelemetry.io/otel/trace\tv1.35.0\th1:dPpEfJu1sDIqruz7BHFG3c7528f6ddfSWfFDVt/xgMs=\ndep\tgocloud.dev\tv0.41.0\th1:qBKd9jZkBKEghYbP/uThpomhedK5s2Gy6Lz7h/zYYrM=\ndep\tgolang.org/x/crypto\tv0.39.0\th1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM=\ndep\tgolang.org/x/exp\tv0.0.0-20250531010427-b6e5de432a8b\th1:QoALfVG9rhQ/M7vYDScfPdWjGL9dlsVVM5VGh7aKoAA=\ndep\tgolang.org/x/mod\tv0.25.0\th1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=\ndep\tgolang.org/x/net\tv0.41.0\th1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=\ndep\tgolang.org/x/oauth2\tv0.30.0\th1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=\ndep\tgolang.org/x/sync\tv0.15.0\th1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=\ndep\tgolang.org/x/sys\tv0.33.0\th1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=\ndep\tgolang.org/x/term\tv0.32.0\th1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=\ndep\tgolang.org/x/text\tv0.26.0\th1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=\ndep\tgolang.org/x/time\tv0.11.0\th1:/bpjEDfN9tkoN/ryeYHnv5hcMlc8ncjMcM4XBk5NWV0=\ndep\tgolang.org/x/xerrors\tv0.0.0-20240903120638-7835f813f4da\th1:noIWHXmPHxILtqtCOPIhSt0ABwskkZKjD3bXGnZGpNY=\ndep\tgoogle.golang.org/api\tv0.236.0\th1:CAiEiDVtO4D/Qja2IA9VzlFrgPnK3XVMmRoJZlSWbc0=\ndep\tgoogle.golang.org/genproto\tv0.0.0-20250505200425-f936aa4a68b2\th1:1tXaIXCracvtsRxSBsYDiSBN0cuJvM7QYW+MrpIRY78=\ndep\tgoogle.golang.org/genproto/googleapis/api\tv0.0.0-20250505200425-f936aa4a68b2\th1:vPV0tzlsK6EzEDHNNH5sa7Hs9bd7iXR7B1tSiPepkV0=\ndep\tgoogle.golang.org/genproto/googleapis/rpc\tv0.0.0-20250528174236-200df99c418a\th1:v2PbRU4K3llS09c7zodFpNePeamkAwG3mPrAery9VeE=\ndep\tgoogle.golang.org/grpc\tv1.72.2\th1:TdbGzwb82ty4OusHWepvFWGLgIbNo1/SUynEN0ssqv8=\ndep\tgoogle.golang.org/protobuf\tv1.36.6\th1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=\ndep\tgopkg.in/VividCortex/ewma.v1\tv1.1.1\th1:tWHEKkKq802K/JT9RiqGCBU5fW3raAPnJGTE9ostZvg=\ndep\tgopkg.in/cheggaaa/pb.v2\tv2.0.7\th1:beaAg8eacCdMQS9Y7obFEtkY7gQl0uZ6Zayb3ry41VY=\ndep\tgopkg.in/fatih/color.v1\tv1.7.0\th1:bYGjb+HezBM6j/QmgBfgm1adxHpzzrss6bj4r9ROppk=\ndep\tgopkg.in/gomail.v2\tv2.0.0-20160411212932-81ebce5c23df\th1:n7WqCuqOuCbNr617RXOY0AWRXxgwEyPp2z+p0+hgMuE=\ndep\tgopkg.in/mattn/go-colorable.v0\tv0.1.0\th1:WYuADWvfvYC07fm8ygYB3LMcsc5CunpxfMGKawHkAos=\ndep\tgopkg.in/mattn/go-isatty.v0\tv0.0.4\th1:NtS1rQGQr4IaFWBGz4Cz4BhB///gyys4gDVtKA7hIsc=\ndep\tgopkg.in/mattn/go-runewidth.v0\tv0.0.4\th1:r0P71TnzQDlNIcizCqvPSSANoFa3WVGtcNJf3TWurcY=\ndep\tgopkg.in/yaml.v2\tv2.4.0\th1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=\ndep\tgopkg.in/yaml.v3\tv3.0.1\th1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=\ndep\tgorm.io/driver/postgres\tv1.5.7\th1:8ptbNJTDbEmhdr62uReG5BGkdQyeasu/FZHxI0IMGnM=\ndep\tgorm.io/driver/sqlite\tv1.5.5\th1:7MDMtUZhV065SilG62E0MquljeArQZNfJnjd9i9gx3E=\ndep\tgorm.io/gorm\tv1.25.11\th1:/Wfyg1B/je1hnDx3sMkX+gAlxrlZpn6X0BXRlwXlvHg=\nbuild\t-buildmode=pie\nbuild\t-compiler=gc\nbuild\t-trimpath=true\nbuild\tDefaultGODEBUG=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0\nbuild\tCGO_ENABLED=1\nbuild\tGOARCH=arm64\nbuild\tGOOS=linux\nbuild\tGOARM64=v8.0\nbuild\tvcs=git\nbuild\tvcs.revision=aa4483a4dece11a844f124c32802b90ed4e72680\nbuild\tvcs.time=2025-08-19T21:43:33Z\nbuild\tvcs.modified=true\n\xf92C1\x86\x18 r\x00\x82B\x10A\x16\xd8\xf2"
2025-08-20T22:43:04.1187030Z [00:04:45.641]➜  EOF
2025-08-20T22:43:04.1187186Z [00:04:45.641]➜  mkdir -p $WORK/b001/exe/
2025-08-20T22:43:04.1187282Z [00:04:45.641]➜  cd .
2025-08-20T22:43:04.1189035Z [00:04:45.641]➜  GOROOT='' /root/.go/pkg/tool/linux_arm64/link -o $WORK/b001/exe/a.out -importcfg $WORK/b001/importcfg.link -installsuffix shared -X=runtime.godebugDefault=containermaxprocs=0,decoratemappings=0,tlssha1=1,updatemaxprocs=0,x509sha256skid=0 -buildmode=pie -buildid=jRwa_cn1fntql49p2U6_/Xi1LwIfcKiXp1Y-PUJOc/zm592fMv8eGsAS-2fETe/jRwa_cn1fntql49p2U6_ -s -w -buildid= -linkmode=external -extldflags "-s -w -static-pie -Wl,--build-id=none" -extld=gcc $WORK/b001/_pkg_.a
2025-08-20T22:43:19.7862085Z [00:05:01.439]➜  go tool buildid -w $WORK/b001/exe/a.out # internal
2025-08-20T22:43:19.9029382Z [00:05:01.555]➜  mkdir -p /build-bins/
2025-08-20T22:43:19.9029830Z [00:05:01.555]➜  cp $WORK/b001/exe/a.out /build-bins/sling
2025-08-20T22:43:19.9979045Z [00:05:01.650]➜  rm -rf $WORK/b001/
2025-08-20T22:43:20.5539749Z [00:05:02.206]➜  '/tmp/tmp.1skgbcPykl/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:43:20.5691864Z [00:05:02.221]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:43:20.5730455Z [00:05:02.225]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:43:21.3182088Z [00:05:02.970]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:43:22.1823945Z [00:05:03.835]➜  copy from `/build-bins/sling' [elf64-littleaarch64] to `/build-bins/stlJnPkc' [elf64-littleaarch64]
2025-08-20T22:43:23.5527450Z [00:05:05.205]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:43:23.5553843Z [00:05:05.208]➜  
2025-08-20T22:43:23.5568828Z [00:05:05.209]➜  /build-bins/LICENSE
2025-08-20T22:43:23.5628428Z [00:05:05.215]➜  
2025-08-20T22:43:23.5642638Z [00:05:05.217]➜  /build-bins/sling
2025-08-20T22:43:23.5652328Z [00:05:05.218]➜  There are 24 section headers, starting at offset 0xae616d8:
2025-08-20T22:43:23.5654017Z [00:05:05.218]➜  
2025-08-20T22:43:23.5654555Z [00:05:05.218]➜  Section Headers:
2025-08-20T22:43:23.5654960Z [00:05:05.218]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:43:23.5655678Z [00:05:05.218]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:43:23.5656082Z [00:05:05.218]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:43:23.5656477Z [00:05:05.218]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:43:23.5656895Z [00:05:05.218]➜    [ 1] .gnu.hash         GNU_HASH         00000000000001c8  000001c8
2025-08-20T22:43:23.5657341Z [00:05:05.218]➜         00000000000000ec  0000000000000000   A       2     0     8
2025-08-20T22:43:23.5657757Z [00:05:05.218]➜    [ 2] .dynsym           DYNSYM           00000000000002b8  000002b8
2025-08-20T22:43:23.5658168Z [00:05:05.218]➜         0000000000000318  0000000000000018   A       3     3     8
2025-08-20T22:43:23.5658582Z [00:05:05.218]➜    [ 3] .dynstr           STRTAB           00000000000005d0  000005d0
2025-08-20T22:43:23.5659007Z [00:05:05.218]➜         00000000000001db  0000000000000000   A       0     0     1
2025-08-20T22:43:23.5659420Z [00:05:05.218]➜    [ 4] .rela.dyn         RELA             00000000000007b0  000007b0
2025-08-20T22:43:23.5659838Z [00:05:05.218]➜         000000000115a0d0  0000000000000018   A       2     0     8
2025-08-20T22:43:23.5660252Z [00:05:05.218]➜    [ 5] .init             PROGBITS         000000000115a880  0115a880
2025-08-20T22:43:23.5660663Z [00:05:05.218]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:43:23.5661409Z [00:05:05.218]➜    [ 6] .text             PROGBITS         000000000115a8a0  0115a8a0
2025-08-20T22:43:23.5661829Z [00:05:05.218]➜         0000000003eeb5d0  0000000000000000  AX       0     0     32
2025-08-20T22:43:23.5662242Z [00:05:05.218]➜    [ 7] .fini             PROGBITS         0000000005045e70  05045e70
2025-08-20T22:43:23.5662651Z [00:05:05.218]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:43:23.5663184Z [00:05:05.218]➜    [ 8] .rodata           PROGBITS         0000000005045e80  05045e80
2025-08-20T22:43:23.5663717Z [00:05:05.218]➜         000000000172236c  0000000000000000   A       0     0     64
2025-08-20T22:43:23.5664146Z [00:05:05.218]➜    [ 9] .eh_frame_hdr     PROGBITS         00000000067681ec  067681ec
2025-08-20T22:43:23.5664568Z [00:05:05.218]➜         0000000000003d14  0000000000000000   A       0     0     4
2025-08-20T22:43:23.5664988Z [00:05:05.218]➜    [10] .eh_frame         PROGBITS         000000000676bf00  0676bf00
2025-08-20T22:43:23.5665570Z [00:05:05.218]➜         000000000001aeb8  0000000000000000   A       0     0     8
2025-08-20T22:43:23.5666040Z [00:05:05.218]➜    [11] .tbss             NOBITS           000000000679d070  0678d070
2025-08-20T22:43:23.5666451Z [00:05:05.218]➜         0000000000000010  0000000000000000 WAT       0     0     8
2025-08-20T22:43:23.5666876Z [00:05:05.218]➜    [12] .init_array       INIT_ARRAY       000000000679d070  0678d070
2025-08-20T22:43:23.5667305Z [00:05:05.218]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:43:23.5667728Z [00:05:05.218]➜    [13] .fini_array       FINI_ARRAY       000000000679d078  0678d078
2025-08-20T22:43:23.5668151Z [00:05:05.218]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:43:23.5668575Z [00:05:05.218]➜    [14] .data.rel.ro      PROGBITS         000000000679d080  0678d080
2025-08-20T22:43:23.5669003Z [00:05:05.218]➜         00000000043a2c48  0000000000000000  WA       0     0     32
2025-08-20T22:43:23.5669735Z [00:05:05.218]➜    [15] .dynamic          DYNAMIC          000000000ab3fcc8  0ab2fcc8
2025-08-20T22:43:23.5670205Z [00:05:05.218]➜         0000000000000170  0000000000000010  WA       3     0     8
2025-08-20T22:43:23.5670612Z [00:05:05.218]➜    [16] .got              PROGBITS         000000000ab3fe38  0ab2fe38
2025-08-20T22:43:23.5671024Z [00:05:05.218]➜         00000000000001b0  0000000000000008  WA       0     0     8
2025-08-20T22:43:23.5671438Z [00:05:05.218]➜    [17] .data             PROGBITS         000000000ab40000  0ab30000
2025-08-20T22:43:23.5671857Z [00:05:05.218]➜         000000000014f288  0000000000000000  WA       0     0     32
2025-08-20T22:43:23.5672288Z [00:05:05.218]➜    [18] .go.buildinfo     PROGBITS         000000000ac8f290  0ac7f290
2025-08-20T22:43:23.5672720Z [00:05:05.218]➜         0000000000006730  0000000000000000  WA       0     0     16
2025-08-20T22:43:23.5673146Z [00:05:05.218]➜    [19] .go.fipsinfo      PROGBITS         000000000ac959c0  0ac859c0
2025-08-20T22:43:23.5673586Z [00:05:05.218]➜         0000000000000078  0000000000000000  WA       0     0     32
2025-08-20T22:43:23.5674017Z [00:05:05.218]➜    [20] .noptrdata        PROGBITS         000000000ac95a40  0ac85a40
2025-08-20T22:43:23.5674446Z [00:05:05.218]➜         00000000001dbbc1  0000000000000000  WA       0     0     32
2025-08-20T22:43:23.5674854Z [00:05:05.218]➜    [21] .bss              NOBITS           000000000ae71620  0ae61601
2025-08-20T22:43:23.5675272Z [00:05:05.218]➜         000000000004d6a8  0000000000000000  WA       0     0     32
2025-08-20T22:43:23.5675872Z [00:05:05.218]➜    [22] .noptrbss         NOBITS           000000000aebece0  0ae61601
2025-08-20T22:43:23.5676304Z [00:05:05.218]➜         000000000002f3a0  0000000000000000  WA       0     0     32
2025-08-20T22:43:23.5676729Z [00:05:05.218]➜    [23] .shstrtab         STRTAB           0000000000000000  0ae61601
2025-08-20T22:43:23.5677149Z [00:05:05.218]➜         00000000000000d5  0000000000000000           0     0     1
2025-08-20T22:43:23.5677691Z [00:05:05.218]➜  Key to Flags:
2025-08-20T22:43:23.5678052Z [00:05:05.218]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:43:23.5678513Z [00:05:05.218]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:43:23.5678959Z [00:05:05.218]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:43:23.5679329Z [00:05:05.218]➜    D (mbind), p (processor specific)
2025-08-20T22:43:23.5679777Z [00:05:05.218]➜  + file /build-bins/LICENSE /build-bins/sling
2025-08-20T22:43:23.8292343Z [00:05:05.482]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:43:23.8362170Z [00:05:05.489]➜  /build-bins/sling:   ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:43:23.8369918Z [00:05:05.489]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/sling
2025-08-20T22:43:23.8389596Z [00:05:05.491]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T22:43:23.8390027Z [00:05:05.491]➜  /build-bins/sling:         182852824 Bytes
2025-08-20T22:43:23.8392005Z [00:05:05.492]➜  + du /build-bins/LICENSE /build-bins/sling --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:43:23.8407315Z [00:05:05.493]➜  35K	2025-08-20 22:43:20.551593555 +0000	/build-bins/LICENSE
2025-08-20T22:43:23.8407966Z [00:05:05.493]➜  175M	2025-08-20 22:43:22.489659217 +0000	/build-bins/sling
2025-08-20T22:43:23.8411039Z [00:05:05.494]➜  + popd
2025-08-20T22:43:24.8204307Z [00:05:06.473]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:43:26.0711188Z [00:05:07.723]➜  + '[' -s /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:43:26.0746166Z [00:05:07.723]➜  + cp -fv /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:43:26.0747717Z [00:05:07.727]➜  '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:43:26.0751501Z [00:05:07.728]➜  + find /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:43:26.0752515Z [00:05:07.728]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:43:26.0757381Z [00:05:07.728]➜  + cut -d: -f1
2025-08-20T22:43:26.0757705Z [00:05:07.728]➜  + xargs realpath --no-symlinks
2025-08-20T22:43:26.0760430Z [00:05:07.728]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:43:26.1741774Z [00:05:07.826]➜  sending incremental file list
2025-08-20T22:43:26.2249947Z [00:05:07.877]➜  sling
2025-08-20T22:43:26.4434967Z [00:05:08.096]➜  
2025-08-20T22:43:26.4435503Z [00:05:08.096]➜  sent 182.90M bytes  received 35 bytes  365.80M bytes/sec
2025-08-20T22:43:26.4435989Z [00:05:08.096]➜  total size is 182.85M  speedup is 1.00
2025-08-20T22:43:26.4447422Z [00:05:08.097]➜  
2025-08-20T22:43:28.5856283Z [00:05:10.238]➜  
2025-08-20T22:43:28.5954891Z [00:05:10.248]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.version' retained as runner:runner
2025-08-20T22:43:28.5956461Z [00:05:10.248]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:43:28.5958137Z [00:05:10.248]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:43:28.5959307Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/build.test.sh' from root:root to runner:runner
2025-08-20T22:43:28.5960548Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/test.sh' from root:root to runner:runner
2025-08-20T22:43:28.5962009Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/prep.linux.sh' from root:root to runner:runner
2025-08-20T22:43:28.5963272Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/prep.mac.sh' from root:root to runner:runner
2025-08-20T22:43:28.5964538Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/build.linux.sh' from root:root to runner:runner
2025-08-20T22:43:28.5966005Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/build.mac.sh' from root:root to runner:runner
2025-08-20T22:43:28.5967481Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/prep.win.ps1' from root:root to runner:runner
2025-08-20T22:43:28.5968747Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/build.win.ps1' from root:root to runner:runner
2025-08-20T22:43:28.5970010Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/windows_ci.py' from root:root to runner:runner
2025-08-20T22:43:28.5971274Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci' from root:root to runner:runner
2025-08-20T22:43:28.5972475Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/prep.gomod.sh' from root:root to runner:runner
2025-08-20T22:43:28.5973845Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/build.sh' from root:root to runner:runner
2025-08-20T22:43:28.5975157Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/build.ps1' from root:root to runner:runner
2025-08-20T22:43:28.5976581Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/test.cli.sh' from root:root to runner:runner
2025-08-20T22:43:28.5977759Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T22:43:28.5978978Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.linux.arm64.yaml' from root:root to runner:runner
2025-08-20T22:43:28.5980204Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:43:28.5981430Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/logo-with-text.png' from root:root to runner:runner
2025-08-20T22:43:28.5982721Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:43:28.5983964Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/examples/example.go' from root:root to runner:runner
2025-08-20T22:43:28.5985145Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T22:43:28.5986658Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.notes.md' from root:root to runner:runner
2025-08-20T22:43:28.5987850Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:43:28.5989034Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T22:43:28.5990319Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/test-version.yml' from root:root to runner:runner
2025-08-20T22:43:28.5991859Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/build-dev.yml' from root:root to runner:runner
2025-08-20T22:43:28.5993203Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/test-docker-build.yml' from root:root to runner:runner
2025-08-20T22:43:28.5994538Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/build-test.yml' from root:root to runner:runner
2025-08-20T22:43:28.5995939Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/bump.yml' from root:root to runner:runner
2025-08-20T22:43:28.5997300Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/build-release.yml' from root:root to runner:runner
2025-08-20T22:43:28.5998763Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/test-sling-action.yml' from root:root to runner:runner
2025-08-20T22:43:28.6000114Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:43:28.6001385Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T22:43:28.6002704Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T22:43:28.6004061Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T22:43:28.6005460Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T22:43:28.6006836Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:43:28.6008274Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/default.env.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6009503Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/env.go' from root:root to runner:runner
2025-08-20T22:43:28.6010870Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/envfile.go' from root:root to runner:runner
2025-08-20T22:43:28.6012079Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/vars.go' from root:root to runner:runner
2025-08-20T22:43:28.6013243Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/env' from root:root to runner:runner
2025-08-20T22:43:28.6014465Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/compression.go' from root:root to runner:runner
2025-08-20T22:43:28.6015921Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.1.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6017426Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.1.csv' from root:root to runner:runner
2025-08-20T22:43:28.6018755Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.1.csv.gz' from root:root to runner:runner
2025-08-20T22:43:28.6020085Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test2.pipe.csv' from root:root to runner:runner
2025-08-20T22:43:28.6021412Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6022858Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test.excel1.xlsx' from root:root to runner:runner
2025-08-20T22:43:28.6024345Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/README.md' from root:root to runner:runner
2025-08-20T22:43:28.6026034Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/v2.metadata.json' from root:root to runner:runner
2025-08-20T22:43:28.6027917Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6029893Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro' from root:root to runner:runner
2025-08-20T22:43:28.6031854Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro' from root:root to runner:runner
2025-08-20T22:43:28.6033713Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6035621Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.v2.metadata.json.crc' from root:root to runner:runner
2025-08-20T22:43:28.6037390Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6039061Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/version-hint.text' from root:root to runner:runner
2025-08-20T22:43:28.6040638Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.v1.metadata.json.crc' from root:root to runner:runner
2025-08-20T22:43:28.6042610Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6044380Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.version-hint.text.crc' from root:root to runner:runner
2025-08-20T22:43:28.6046267Z [00:05:10.248]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro' from root:root to runner:runner
2025-08-20T22:43:28.6048277Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro' from root:root to runner:runner
2025-08-20T22:43:28.6050105Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro' from root:root to runner:runner
2025-08-20T22:43:28.6051750Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/v1.metadata.json' from root:root to runner:runner
2025-08-20T22:43:28.6053428Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6055021Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata' from root:root to runner:runner
2025-08-20T22:43:28.6056834Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/data/00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6058798Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/data/00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6060714Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/data/.00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6062702Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/data/.00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6064302Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/data' from root:root to runner:runner
2025-08-20T22:43:28.6065778Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg' from root:root to runner:runner
2025-08-20T22:43:28.6067189Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/my_file.utf16.csv' from root:root to runner:runner
2025-08-20T22:43:28.6068715Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.csv' from root:root to runner:runner
2025-08-20T22:43:28.6070041Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test.excel2.xlsx' from root:root to runner:runner
2025-08-20T22:43:28.6071450Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test2.1.noheader.csv' from root:root to runner:runner
2025-08-20T22:43:28.6072904Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/_delta_log/00000000000000000000.json' from root:root to runner:runner
2025-08-20T22:43:28.6074545Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/_delta_log/.00000000000000000000.json.crc' from root:root to runner:runner
2025-08-20T22:43:28.6076215Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/_delta_log' from root:root to runner:runner
2025-08-20T22:43:28.6077939Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=China/.part-00000-88fba1af-b28d-4303-9c85-9a97be631d40.c000.snappy.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6079851Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=China/part-00000-88fba1af-b28d-4303-9c85-9a97be631d40.c000.snappy.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6081474Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=China' from root:root to runner:runner
2025-08-20T22:43:28.6083251Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Germany/.part-00000-030076e1-5ec9-47c2-830a-1569f823b6ee.c000.snappy.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6085270Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Germany/part-00000-030076e1-5ec9-47c2-830a-1569f823b6ee.c000.snappy.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6087188Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Germany' from root:root to runner:runner
2025-08-20T22:43:28.6088884Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Argentina/.part-00000-8d0390a3-f797-4265-b9c2-da1c941680a3.c000.snappy.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6090818Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Argentina/part-00000-8d0390a3-f797-4265-b9c2-da1c941680a3.c000.snappy.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6092479Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Argentina' from root:root to runner:runner
2025-08-20T22:43:28.6094080Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta' from root:root to runner:runner
2025-08-20T22:43:28.6095591Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test' from root:root to runner:runner
2025-08-20T22:43:28.6096965Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/stream_processor.go' from root:root to runner:runner
2025-08-20T22:43:28.6098256Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/queue.go' from root:root to runner:runner
2025-08-20T22:43:28.6099541Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_duckdb.go' from root:root to runner:runner
2025-08-20T22:43:28.6100867Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datastream_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6102156Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/iceberg.go' from root:root to runner:runner
2025-08-20T22:43:28.6103393Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/csv.go' from root:root to runner:runner
2025-08-20T22:43:28.6104647Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/partition.go' from root:root to runner:runner
2025-08-20T22:43:28.6106118Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_arrow_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6107462Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet_excel_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6108908Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/avro.go' from root:root to runner:runner
2025-08-20T22:43:28.6110209Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/duckdb.go' from root:root to runner:runner
2025-08-20T22:43:28.6111455Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/README.md' from root:root to runner:runner
2025-08-20T22:43:28.6112862Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/dataflow.go' from root:root to runner:runner
2025-08-20T22:43:28.6114148Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet_google.go' from root:root to runner:runner
2025-08-20T22:43:28.6115530Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/dataset.go' from root:root to runner:runner
2025-08-20T22:43:28.6116843Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/ssh.go' from root:root to runner:runner
2025-08-20T22:43:28.6118356Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sas7bdat.go' from root:root to runner:runner
2025-08-20T22:43:28.6119719Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datastream_batch.go' from root:root to runner:runner
2025-08-20T22:43:28.6121051Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/transforms_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6122370Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_arrow.go' from root:root to runner:runner
2025-08-20T22:43:28.6123676Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/partition_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6124995Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/dataset_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6126431Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datatype.go' from root:root to runner:runner
2025-08-20T22:43:28.6127710Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/queue_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6128992Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datastream.go' from root:root to runner:runner
2025-08-20T22:43:28.6130292Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/iceberg_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6131591Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datatype_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6133097Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/compression_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6134476Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/csv_duckdb.go' from root:root to runner:runner
2025-08-20T22:43:28.6135828Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/delta.go' from root:root to runner:runner
2025-08-20T22:43:28.6137252Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6138531Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet.go' from root:root to runner:runner
2025-08-20T22:43:28.6139851Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/templates/fix_mapping.tsv' from root:root to runner:runner
2025-08-20T22:43:28.6141155Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/templates' from root:root to runner:runner
2025-08-20T22:43:28.6142678Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/transforms.go' from root:root to runner:runner
2025-08-20T22:43:28.6143999Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/aws.go' from root:root to runner:runner
2025-08-20T22:43:28.6145261Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet_excel.go' from root:root to runner:runner
2025-08-20T22:43:28.6146689Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/json.go' from root:root to runner:runner
2025-08-20T22:43:28.6147956Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/delta_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6149230Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/arrow.go' from root:root to runner:runner
2025-08-20T22:43:28.6150486Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/arrow_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6151770Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/duckdb_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6153044Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/csv_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6154316Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet.go' from root:root to runner:runner
2025-08-20T22:43:28.6155611Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop' from root:root to runner:runner
2025-08-20T22:43:28.6157044Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/dbio_types.go' from root:root to runner:runner
2025-08-20T22:43:28.6158362Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/scripts/test.sh' from root:root to runner:runner
2025-08-20T22:43:28.6159662Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/scripts/check_parquet.py' from root:root to runner:runner
2025-08-20T22:43:28.6161086Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/scripts' from root:root to runner:runner
2025-08-20T22:43:28.6162299Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/README.md' from root:root to runner:runner
2025-08-20T22:43:28.6163607Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_bigtable.go' from root:root to runner:runner
2025-08-20T22:43:28.6164990Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_databricks.go' from root:root to runner:runner
2025-08-20T22:43:28.6166625Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.1.csv' from root:root to runner:runner
2025-08-20T22:43:28.6168108Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.pipe.csv' from root:root to runner:runner
2025-08-20T22:43:28.6169485Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.1.csv.gz' from root:root to runner:runner
2025-08-20T22:43:28.6170873Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.csv' from root:root to runner:runner
2025-08-20T22:43:28.6172217Z [00:05:10.249]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.csv.gz' from root:root to runner:runner
2025-08-20T22:43:28.6173520Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test' from root:root to runner:runner
2025-08-20T22:43:28.6174821Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/analyzer_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6176391Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_sqlserver.go' from root:root to runner:runner
2025-08-20T22:43:28.6177760Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_mysql.go' from root:root to runner:runner
2025-08-20T22:43:28.6179141Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_bigquery.go' from root:root to runner:runner
2025-08-20T22:43:28.6180492Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_d1.go' from root:root to runner:runner
2025-08-20T22:43:28.6181971Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/schemata.go' from root:root to runner:runner
2025-08-20T22:43:28.6183375Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_elasticsearch.go' from root:root to runner:runner
2025-08-20T22:43:28.6184777Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_duckdb_unix.go' from root:root to runner:runner
2025-08-20T22:43:28.6186366Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database.go' from root:root to runner:runner
2025-08-20T22:43:28.6187724Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_starrocks.go' from root:root to runner:runner
2025-08-20T22:43:28.6189088Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_trino.go' from root:root to runner:runner
2025-08-20T22:43:28.6190415Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/analyzer.go' from root:root to runner:runner
2025-08-20T22:43:28.6191987Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_clickhouse.go' from root:root to runner:runner
2025-08-20T22:43:28.6193418Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/clickhouse_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6194777Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6196362Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_redshift.go' from root:root to runner:runner
2025-08-20T22:43:28.6197735Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_sqlite.go' from root:root to runner:runner
2025-08-20T22:43:28.6199107Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_snowflake.go' from root:root to runner:runner
2025-08-20T22:43:28.6200474Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_exasol.go' from root:root to runner:runner
2025-08-20T22:43:28.6201777Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/dbx.go' from root:root to runner:runner
2025-08-20T22:43:28.6203138Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_duckdb_windows.go' from root:root to runner:runner
2025-08-20T22:43:28.6204531Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_athena.go' from root:root to runner:runner
2025-08-20T22:43:28.6206099Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/dbx_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6207516Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_prometheus.go' from root:root to runner:runner
2025-08-20T22:43:28.6208892Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_proton.go' from root:root to runner:runner
2025-08-20T22:43:28.6210376Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/transaction.go' from root:root to runner:runner
2025-08-20T22:43:28.6211732Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_iceberg.go' from root:root to runner:runner
2025-08-20T22:43:28.6213113Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_ducklake.go' from root:root to runner:runner
2025-08-20T22:43:28.6214483Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_mongo.go' from root:root to runner:runner
2025-08-20T22:43:28.6216239Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_oracle.go' from root:root to runner:runner
2025-08-20T22:43:28.6217666Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/schemata_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6219022Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_duckdb.go' from root:root to runner:runner
2025-08-20T22:43:28.6220396Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_azuretable.go' from root:root to runner:runner
2025-08-20T22:43:28.6221772Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_postgres.go' from root:root to runner:runner
2025-08-20T22:43:28.6223091Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database' from root:root to runner:runner
2025-08-20T22:43:28.6224373Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection.go' from root:root to runner:runner
2025-08-20T22:43:28.6225837Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6227296Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection_discover.go' from root:root to runner:runner
2025-08-20T22:43:28.6228703Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection_local.go' from root:root to runner:runner
2025-08-20T22:43:28.6230006Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection' from root:root to runner:runner
2025-08-20T22:43:28.6231373Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/.gitignore' from root:root to runner:runner
2025-08-20T22:43:28.6232759Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2/test2.pipe.csv' from root:root to runner:runner
2025-08-20T22:43:28.6234383Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2/json/test1.2.json' from root:root to runner:runner
2025-08-20T22:43:28.6235985Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2/json/test1.1.json' from root:root to runner:runner
2025-08-20T22:43:28.6237434Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2/json' from root:root to runner:runner
2025-08-20T22:43:28.6238840Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2/test2.1.noheader.csv' from root:root to runner:runner
2025-08-20T22:43:28.6240212Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2' from root:root to runner:runner
2025-08-20T22:43:28.6241786Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test.excel1.xlsx' from root:root to runner:runner
2025-08-20T22:43:28.6243267Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/README.md' from root:root to runner:runner
2025-08-20T22:43:28.6244793Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/v2.metadata.json' from root:root to runner:runner
2025-08-20T22:43:28.6246772Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6248774Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro' from root:root to runner:runner
2025-08-20T22:43:28.6250650Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro' from root:root to runner:runner
2025-08-20T22:43:28.6252463Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6254373Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.v2.metadata.json.crc' from root:root to runner:runner
2025-08-20T22:43:28.6256293Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6258066Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/version-hint.text' from root:root to runner:runner
2025-08-20T22:43:28.6259674Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.v1.metadata.json.crc' from root:root to runner:runner
2025-08-20T22:43:28.6261514Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6263308Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.version-hint.text.crc' from root:root to runner:runner
2025-08-20T22:43:28.6265129Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro' from root:root to runner:runner
2025-08-20T22:43:28.6267322Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro' from root:root to runner:runner
2025-08-20T22:43:28.6269187Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro' from root:root to runner:runner
2025-08-20T22:43:28.6270909Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/v1.metadata.json' from root:root to runner:runner
2025-08-20T22:43:28.6272650Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro.crc' from root:root to runner:runner
2025-08-20T22:43:28.6274284Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata' from root:root to runner:runner
2025-08-20T22:43:28.6276075Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/data/00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6278016Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/data/00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6280106Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/data/.00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6282080Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/data/.00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6283832Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/data' from root:root to runner:runner
2025-08-20T22:43:28.6285224Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg' from root:root to runner:runner
2025-08-20T22:43:28.6286819Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/parquet/test1.1.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6288320Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/parquet/test1.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6289743Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/parquet' from root:root to runner:runner
2025-08-20T22:43:28.6291135Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/json/test4.json' from root:root to runner:runner
2025-08-20T22:43:28.6292806Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/json/test1.2.json' from root:root to runner:runner
2025-08-20T22:43:28.6294307Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/json/test1.1.json' from root:root to runner:runner
2025-08-20T22:43:28.6295835Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/json/test1.json' from root:root to runner:runner
2025-08-20T22:43:28.6297269Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/json' from root:root to runner:runner
2025-08-20T22:43:28.6298691Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/avro/train.avro' from root:root to runner:runner
2025-08-20T22:43:28.6300130Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/avro/twitter.avro' from root:root to runner:runner
2025-08-20T22:43:28.6301522Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/avro' from root:root to runner:runner
2025-08-20T22:43:28.6302894Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/xml/test1.xml' from root:root to runner:runner
2025-08-20T22:43:28.6304312Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/xml/test1.1.xml' from root:root to runner:runner
2025-08-20T22:43:28.6305950Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/xml' from root:root to runner:runner
2025-08-20T22:43:28.6307467Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/csv/test1.1.csv' from root:root to runner:runner
2025-08-20T22:43:28.6308942Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/csv/test1.1.csv.gz' from root:root to runner:runner
2025-08-20T22:43:28.6310368Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/csv/test1.csv' from root:root to runner:runner
2025-08-20T22:43:28.6311731Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/csv' from root:root to runner:runner
2025-08-20T22:43:28.6313033Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1' from root:root to runner:runner
2025-08-20T22:43:28.6314371Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test.excel2.xlsx' from root:root to runner:runner
2025-08-20T22:43:28.6315938Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/_delta_log/00000000000000000000.json' from root:root to runner:runner
2025-08-20T22:43:28.6317809Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/_delta_log/.00000000000000000000.json.crc' from root:root to runner:runner
2025-08-20T22:43:28.6319377Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/_delta_log' from root:root to runner:runner
2025-08-20T22:43:28.6321078Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=China/.part-00000-88fba1af-b28d-4303-9c85-9a97be631d40.c000.snappy.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6323023Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=China/part-00000-88fba1af-b28d-4303-9c85-9a97be631d40.c000.snappy.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6324679Z [00:05:10.250]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=China' from root:root to runner:runner
2025-08-20T22:43:28.6326524Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Germany/.part-00000-030076e1-5ec9-47c2-830a-1569f823b6ee.c000.snappy.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6328477Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Germany/part-00000-030076e1-5ec9-47c2-830a-1569f823b6ee.c000.snappy.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6330132Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Germany' from root:root to runner:runner
2025-08-20T22:43:28.6332035Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Argentina/.part-00000-8d0390a3-f797-4265-b9c2-da1c941680a3.c000.snappy.parquet.crc' from root:root to runner:runner
2025-08-20T22:43:28.6334071Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Argentina/part-00000-8d0390a3-f797-4265-b9c2-da1c941680a3.c000.snappy.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6335875Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Argentina' from root:root to runner:runner
2025-08-20T22:43:28.6337310Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta' from root:root to runner:runner
2025-08-20T22:43:28.6338583Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test' from root:root to runner:runner
2025-08-20T22:43:28.6339828Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs.go' from root:root to runner:runner
2025-08-20T22:43:28.6341083Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_s3.go' from root:root to runner:runner
2025-08-20T22:43:28.6342358Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6343906Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_googledrive.go' from root:root to runner:runner
2025-08-20T22:43:28.6345267Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_ftp.go' from root:root to runner:runner
2025-08-20T22:43:28.6346743Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_file_node.go' from root:root to runner:runner
2025-08-20T22:43:28.6348062Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/sheet_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6349379Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_google.go' from root:root to runner:runner
2025-08-20T22:43:28.6350675Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_azure.go' from root:root to runner:runner
2025-08-20T22:43:28.6351972Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_local.go' from root:root to runner:runner
2025-08-20T22:43:28.6353259Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_http.go' from root:root to runner:runner
2025-08-20T22:43:28.6354543Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_sftp.go' from root:root to runner:runner
2025-08-20T22:43:28.6356145Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys' from root:root to runner:runner
2025-08-20T22:43:28.6357501Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/local/local_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6358829Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/local/local.go' from root:root to runner:runner
2025-08-20T22:43:28.6360049Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/local' from root:root to runner:runner
2025-08-20T22:43:28.6361323Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/vertica.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6362648Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/mongodb.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6363996Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/_properties.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6365416Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/oracle.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6366796Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/athena.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6368345Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/base.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6369724Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/azuredwh.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6371153Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/types_general_to_native.tsv' from root:root to runner:runner
2025-08-20T22:43:28.6372537Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/postgres.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6373886Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/motherduck.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6375218Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/proton.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6376670Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/spark.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6378010Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/prometheus.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6379337Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/trino.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6380897Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/elasticsearch.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6382335Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/databricks.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6383719Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/mysql.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6385040Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/profile.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6386583Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/redshift.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6387926Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/bigquery.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6389277Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/clickhouse.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6390615Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/duckdb.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6392241Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/azuretable.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6393651Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/bigtable.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6394982Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/sqlite.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6396454Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/d1.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6397764Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/exasol.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6399100Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/mariadb.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6400435Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/azuresql.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6401770Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/ducklake.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6403097Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/iceberg.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6404669Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/sqlserver.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6406207Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/profile.def.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6407678Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/starrocks.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6409117Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/snowflake.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6410444Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/hive.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6411821Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/types_native_to_general.tsv' from root:root to runner:runner
2025-08-20T22:43:28.6413142Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates' from root:root to runner:runner
2025-08-20T22:43:28.6414391Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/auth.go' from root:root to runner:runner
2025-08-20T22:43:28.6415728Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/api_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6417224Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/api_suite.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6418542Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/api.go' from root:root to runner:runner
2025-08-20T22:43:28.6419775Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/spec.go' from root:root to runner:runner
2025-08-20T22:43:28.6421051Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/OAUTH2_EXAMPLES.md' from root:root to runner:runner
2025-08-20T22:43:28.6422285Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api' from root:root to runner:runner
2025-08-20T22:43:28.6423485Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/dbio.go' from root:root to runner:runner
2025-08-20T22:43:28.6424689Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/.envkey' from root:root to runner:runner
2025-08-20T22:43:28.6426118Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio' from root:root to runner:runner
2025-08-20T22:43:28.6427313Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/store/store.go' from root:root to runner:runner
2025-08-20T22:43:28.6428724Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/store/db.go' from root:root to runner:runner
2025-08-20T22:43:28.6429894Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/store' from root:root to runner:runner
2025-08-20T22:43:28.6431143Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/version.go' from root:root to runner:runner
2025-08-20T22:43:28.6432428Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_run_read.go' from root:root to runner:runner
2025-08-20T22:43:28.6433674Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/config.go' from root:root to runner:runner
2025-08-20T22:43:28.6434902Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/hooks.go' from root:root to runner:runner
2025-08-20T22:43:28.6436310Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/replication.go' from root:root to runner:runner
2025-08-20T22:43:28.6437594Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_run_write.go' from root:root to runner:runner
2025-08-20T22:43:28.6438850Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/pipeline.go' from root:root to runner:runner
2025-08-20T22:43:28.6440086Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/project.go' from root:root to runner:runner
2025-08-20T22:43:28.6441629Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/config_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6442965Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/http.go' from root:root to runner:runner
2025-08-20T22:43:28.6444230Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/replication_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6445700Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/types.go' from root:root to runner:runner
2025-08-20T22:43:28.6446965Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task.go' from root:root to runner:runner
2025-08-20T22:43:28.6448189Z [00:05:10.251]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_func.go' from root:root to runner:runner
2025-08-20T22:43:28.6449439Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_state.go' from root:root to runner:runner
2025-08-20T22:43:28.6450675Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_run.go' from root:root to runner:runner
2025-08-20T22:43:28.6451890Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/pbar.go' from root:root to runner:runner
2025-08-20T22:43:28.6453316Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/sling.go' from root:root to runner:runner
2025-08-20T22:43:28.6454497Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling' from root:root to runner:runner
2025-08-20T22:43:28.6455804Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core' from root:root to runner:runner
2025-08-20T22:43:28.6456984Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:43:28.6458105Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:43:28.6459308Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.windows.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6460516Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/README.md' from root:root to runner:runner
2025-08-20T22:43:28.6461729Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/stripe.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6462988Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/dbt_cloud.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6464263Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/shopify_legacy.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6465918Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/sling_platform.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6467300Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/shopify_graphql.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6468563Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/attio.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6469801Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/uberall.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6471044Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs' from root:root to runner:runner
2025-08-20T22:43:28.6472168Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api' from root:root to runner:runner
2025-08-20T22:43:28.6473318Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.infisical.json' from root:root to runner:runner
2025-08-20T22:43:28.6474557Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.linux.amd64.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6475925Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_cli.go' from root:root to runner:runner
2025-08-20T22:43:28.6477365Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/Dockerfile.arm64' from root:root to runner:runner
2025-08-20T22:43:28.6478629Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_conns.go' from root:root to runner:runner
2025-08-20T22:43:28.6479968Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_prompt.go' from root:root to runner:runner
2025-08-20T22:43:28.6481278Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/Dockerfile' from root:root to runner:runner
2025-08-20T22:43:28.6482517Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_run.go' from root:root to runner:runner
2025-08-20T22:43:28.6483751Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/.gitignore' from root:root to runner:runner
2025-08-20T22:43:28.6485003Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_update.go' from root:root to runner:runner
2025-08-20T22:43:28.6486485Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource/examples.sh' from root:root to runner:runner
2025-08-20T22:43:28.6487789Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource/mcp.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6489346Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource/llm_API_SPEC.md' from root:root to runner:runner
2025-08-20T22:43:28.6490669Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource' from root:root to runner:runner
2025-08-20T22:43:28.6491907Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_cloud.go' from root:root to runner:runner
2025-08-20T22:43:28.6493161Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6494417Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_cli_test.go' from root:root to runner:runner
2025-08-20T22:43:28.6495839Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/suite.db.template.tsv' from root:root to runner:runner
2025-08-20T22:43:28.6497231Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/suite.cli.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6498638Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.22.mysql_bit_type.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6500107Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.20.chunking.expr.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6501695Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.10.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6503063Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.09.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6504501Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.19.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6506072Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.14.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6507469Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.02.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6508936Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.35.transform_functions_test.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6510457Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.32.encoding_test.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6511864Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.12.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6513536Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.15.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6514969Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.00.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6516718Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.30.mssql_azure_multiple_files.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6518188Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.16.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6519648Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.44.staged_transforms_test.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6521173Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.28.oracle_number_scale.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6522605Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.17.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6524094Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.40.sling_loaded_at_csv_string_cast.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6525742Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.47.mssql_uniqueidentifier.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6527485Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.46.postgres_time_datatype.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6528998Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.01.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6530524Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.31.timestamp_string_quotes.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6532007Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.20.chunking.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6533416Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.18.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6534868Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.26.prometheus_issue551.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6536581Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.24.starrocks_empty_as_null.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6538039Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.08.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6539662Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.07.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6541114Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.21.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6542538Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/apis/r.61.stripe.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6544011Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/apis/r.62.shopify.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6545630Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/apis' from root:root to runner:runner
2025-08-20T22:43:28.6547146Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.29.mssql_parquet_overwrite.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6548681Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.36.mongo_snowflake_select.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6550186Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.45.exasol_large_csv.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6551818Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.05.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6553277Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.37.decimal_to_string_cast.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6554900Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.34.encoding_garbled_test.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6556574Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.41.redshit_empty_parquet.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6558107Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.25.prometheus_buffer.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6559645Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.38.snowflake_compression_test.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6561109Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.11.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6562474Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.03.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6564079Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.06.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6565587Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.13.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6567152Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.43.azuretable_incremental_postgres.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6568632Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.04.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6570124Z [00:05:10.252]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.42.mssql_exclude_column_issue607.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6571712Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.33.encoding_target_test.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6573263Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.39.sling_loaded_at_string_cast.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6574758Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.27.delta_r2.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6576598Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.23.iceberg_write.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6577977Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications' from root:root to runner:runner
2025-08-20T22:43:28.6579407Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/suite.file.template.tsv' from root:root to runner:runner
2025-08-20T22:43:28.6580824Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/task.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6582138Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.01.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6583605Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.03.test_copy_fix_demonstration.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6585095Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.05.replication.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6586639Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.02.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6588064Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.04.test_inspect_hook.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6589860Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.05.extra_parquet_files_deletion.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6591373Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines' from root:root to runner:runner
2025-08-20T22:43:28.6592657Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/test1.json' from root:root to runner:runner
2025-08-20T22:43:28.6593950Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test6.csv' from root:root to runner:runner
2025-08-20T22:43:28.6595275Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.1.csv' from root:root to runner:runner
2025-08-20T22:43:28.6596758Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test2.csv' from root:root to runner:runner
2025-08-20T22:43:28.6598147Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/parquet/test1.1.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6599569Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/parquet/test1.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6600930Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/parquet' from root:root to runner:runner
2025-08-20T22:43:28.6602516Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/binary/test.bytes.csv' from root:root to runner:runner
2025-08-20T22:43:28.6603948Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/binary' from root:root to runner:runner
2025-08-20T22:43:28.6605454Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.1.csv.gz' from root:root to runner:runner
2025-08-20T22:43:28.6606865Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.parquet' from root:root to runner:runner
2025-08-20T22:43:28.6608230Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.result.csv' from root:root to runner:runner
2025-08-20T22:43:28.6609563Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test5.csv' from root:root to runner:runner
2025-08-20T22:43:28.6610881Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test3.json' from root:root to runner:runner
2025-08-20T22:43:28.6612197Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.csv' from root:root to runner:runner
2025-08-20T22:43:28.6613802Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test.wide.csv' from root:root to runner:runner
2025-08-20T22:43:28.6615233Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test8.csv' from root:root to runner:runner
2025-08-20T22:43:28.6616698Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test4.csv' from root:root to runner:runner
2025-08-20T22:43:28.6618039Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.upsert.csv' from root:root to runner:runner
2025-08-20T22:43:28.6619379Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test7.csv' from root:root to runner:runner
2025-08-20T22:43:28.6620708Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.2.csv' from root:root to runner:runner
2025-08-20T22:43:28.6621982Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files' from root:root to runner:runner
2025-08-20T22:43:28.6623246Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/test1.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6624477Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests' from root:root to runner:runner
2025-08-20T22:43:28.6625990Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling' from root:root to runner:runner
2025-08-20T22:43:28.6627131Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:43:28.6628382Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:43:28.6629725Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:43:28.6631067Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:43:28.6632384Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:43:28.6633677Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:43:28.6634957Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:43:28.6636366Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:43:28.6637760Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:43:28.6639187Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:43:28.6640481Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:43:28.6641764Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:43:28.6643066Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:43:28.6644373Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:43:28.6645770Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:43:28.6647160Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:43:28.6648407Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:43:28.6649551Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:43:28.6650866Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:43:28.6652325Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-d2a79d1e568b8c8182fec8649eca4e363db7b524.rev' from root:root to runner:runner
2025-08-20T22:43:28.6653994Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-b57c75e6c4dfda438335f6c25397baf6a457e8f0.pack' from root:root to runner:runner
2025-08-20T22:43:28.6655689Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-d2a79d1e568b8c8182fec8649eca4e363db7b524.pack' from root:root to runner:runner
2025-08-20T22:43:28.6657354Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-d2a79d1e568b8c8182fec8649eca4e363db7b524.idx' from root:root to runner:runner
2025-08-20T22:43:28.6658978Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-d2a79d1e568b8c8182fec8649eca4e363db7b524.promisor' from root:root to runner:runner
2025-08-20T22:43:28.6660592Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-b57c75e6c4dfda438335f6c25397baf6a457e8f0.idx' from root:root to runner:runner
2025-08-20T22:43:28.6662310Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-b57c75e6c4dfda438335f6c25397baf6a457e8f0.promisor' from root:root to runner:runner
2025-08-20T22:43:28.6664165Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-b57c75e6c4dfda438335f6c25397baf6a457e8f0.rev' from root:root to runner:runner
2025-08-20T22:43:28.6665650Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:43:28.6666883Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:43:28.6668058Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:43:28.6669245Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:43:28.6670398Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:43:28.6671610Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:43:28.6672786Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:43:28.6673995Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:43:28.6675526Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:43:28.6676989Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:43:28.6678354Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:43:28.6679605Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:43:28.6680808Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:43:28.6681955Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:43:28.6683092Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:43:28.6684246Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:43:28.6685534Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:43:28.6686953Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:43:28.6688241Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:43:28.6689505Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:43:28.6690719Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:43:28.6691879Z [00:05:10.253]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:43:28.6693004Z [00:05:10.254]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:43:28.6694166Z [00:05:10.254]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.mac.yaml' from root:root to runner:runner
2025-08-20T22:43:28.6695478Z [00:05:10.254]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO' from root:root to runner:runner
2025-08-20T22:43:28.6696622Z [00:05:10.254]➜  changed ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl' from root:root to runner:runner
2025-08-20T22:43:28.6697519Z [00:05:10.254]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:43:28.6698588Z [00:05:10.254]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sling' retained as runner:runner
2025-08-20T22:43:28.6699381Z [00:05:10.254]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:43:28.6700224Z [00:05:10.254]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.static.version' retained as runner:runner
2025-08-20T22:43:28.6701023Z [00:05:10.254]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:43:28.6701767Z [00:05:10.254]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:43:28.6702501Z [00:05:10.254]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling' retained as runner:runner
2025-08-20T22:43:28.6703401Z [00:05:10.254]➜  ownership of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:43:28.6704221Z [00:05:10.261]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6705171Z [00:05:10.268]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6706377Z [00:05:10.274]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6707429Z [00:05:10.280]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/build.test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6708604Z [00:05:10.286]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6709964Z [00:05:10.292]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/prep.linux.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6711329Z [00:05:10.298]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/prep.mac.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6712532Z [00:05:10.305]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/build.linux.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6713668Z [00:05:10.311]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/build.mac.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6714866Z [00:05:10.317]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/prep.win.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6716378Z [00:05:10.323]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/build.win.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6763833Z [00:05:10.329]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/ci/windows_ci.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6824074Z [00:05:10.335]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/prep.gomod.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6886415Z [00:05:10.341]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/build.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.6946847Z [00:05:10.347]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/build.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7007735Z [00:05:10.353]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/scripts/test.cli.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7068872Z [00:05:10.359]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.linux.arm64.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7127804Z [00:05:10.365]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7189190Z [00:05:10.371]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/logo-with-text.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7249167Z [00:05:10.377]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7310931Z [00:05:10.383]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/examples/example.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7370352Z [00:05:10.389]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.notes.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7431650Z [00:05:10.396]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7511936Z [00:05:10.404]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7595106Z [00:05:10.412]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/test-version.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7662564Z [00:05:10.419]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/build-dev.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7738615Z [00:05:10.426]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/test-docker-build.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7824644Z [00:05:10.435]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/build-test.yml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7890723Z [00:05:10.441]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/bump.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.7957827Z [00:05:10.448]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/build-release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8022115Z [00:05:10.454]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/workflows/test-sling-action.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8087233Z [00:05:10.461]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8154094Z [00:05:10.468]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8223414Z [00:05:10.475]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8288894Z [00:05:10.481]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/default.env.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8348407Z [00:05:10.487]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/env.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8413242Z [00:05:10.494]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/envfile.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8474739Z [00:05:10.500]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/env/vars.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8536556Z [00:05:10.506]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/compression.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8597330Z [00:05:10.512]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.1.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8659349Z [00:05:10.518]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.1.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8719950Z [00:05:10.524]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.1.csv.gz' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8778168Z [00:05:10.530]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test2.pipe.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8839315Z [00:05:10.536]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8898182Z [00:05:10.542]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test.excel1.xlsx' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:28.8956393Z [00:05:10.548]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9015028Z [00:05:10.554]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/v2.metadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9076375Z [00:05:10.560]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9136119Z [00:05:10.566]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9195635Z [00:05:10.572]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9255627Z [00:05:10.578]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9315948Z [00:05:10.584]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.v2.metadata.json.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9376372Z [00:05:10.590]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9436572Z [00:05:10.596]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/version-hint.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9497122Z [00:05:10.602]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.v1.metadata.json.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9558051Z [00:05:10.608]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9619733Z [00:05:10.614]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.version-hint.text.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9690492Z [00:05:10.621]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9754683Z [00:05:10.628]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9813495Z [00:05:10.634]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9872773Z [00:05:10.640]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/v1.metadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9934236Z [00:05:10.646]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/metadata/.cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:28.9996425Z [00:05:10.652]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/data/00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0056192Z [00:05:10.658]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/data/00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0118341Z [00:05:10.664]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/data/.00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0180029Z [00:05:10.670]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/lineitem_iceberg/data/.00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0240694Z [00:05:10.676]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/my_file.utf16.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0300877Z [00:05:10.682]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test1.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0363104Z [00:05:10.689]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test.excel2.xlsx' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0425307Z [00:05:10.695]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/test2.1.noheader.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0486535Z [00:05:10.701]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/_delta_log/00000000000000000000.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0547936Z [00:05:10.707]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/_delta_log/.00000000000000000000.json.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0609102Z [00:05:10.713]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=China/.part-00000-88fba1af-b28d-4303-9c85-9a97be631d40.c000.snappy.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0671511Z [00:05:10.719]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=China/part-00000-88fba1af-b28d-4303-9c85-9a97be631d40.c000.snappy.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0734558Z [00:05:10.726]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Germany/.part-00000-030076e1-5ec9-47c2-830a-1569f823b6ee.c000.snappy.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0796433Z [00:05:10.732]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Germany/part-00000-030076e1-5ec9-47c2-830a-1569f823b6ee.c000.snappy.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0855306Z [00:05:10.738]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Argentina/.part-00000-8d0390a3-f797-4265-b9c2-da1c941680a3.c000.snappy.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0914804Z [00:05:10.744]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/test/delta/country=Argentina/part-00000-8d0390a3-f797-4265-b9c2-da1c941680a3.c000.snappy.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.0974898Z [00:05:10.750]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/stream_processor.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1037377Z [00:05:10.756]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/queue.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1099887Z [00:05:10.762]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_duckdb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1160679Z [00:05:10.768]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datastream_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1219985Z [00:05:10.774]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/iceberg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1280150Z [00:05:10.780]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/csv.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1341182Z [00:05:10.786]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/partition.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1403625Z [00:05:10.793]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_arrow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1467393Z [00:05:10.799]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet_excel_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1522850Z [00:05:10.805]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/avro.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1581293Z [00:05:10.810]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/duckdb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1644222Z [00:05:10.817]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/README.md' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1711141Z [00:05:10.823]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/dataflow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1778352Z [00:05:10.830]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet_google.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1845245Z [00:05:10.837]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/dataset.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1913581Z [00:05:10.844]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/ssh.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.1987461Z [00:05:10.851]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sas7bdat.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2058119Z [00:05:10.858]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datastream_batch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2120790Z [00:05:10.864]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/transforms_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2182990Z [00:05:10.871]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_arrow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2245232Z [00:05:10.877]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/partition_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2306991Z [00:05:10.883]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/dataset_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2367753Z [00:05:10.889]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datatype.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2429062Z [00:05:10.895]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/queue_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2490321Z [00:05:10.901]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datastream.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2549675Z [00:05:10.907]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/iceberg_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2608854Z [00:05:10.913]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/datatype_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2670722Z [00:05:10.919]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/compression_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2730230Z [00:05:10.925]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/csv_duckdb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2788729Z [00:05:10.931]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/delta.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2849439Z [00:05:10.937]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2910101Z [00:05:10.943]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/parquet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.2971168Z [00:05:10.949]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/templates/fix_mapping.tsv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3030523Z [00:05:10.955]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/transforms.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3091359Z [00:05:10.961]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/aws.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3151002Z [00:05:10.967]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet_excel.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3211110Z [00:05:10.973]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/json.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3271748Z [00:05:10.979]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/delta_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3334402Z [00:05:10.986]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/arrow.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3395746Z [00:05:10.992]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/arrow_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3460130Z [00:05:10.998]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/duckdb_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3523661Z [00:05:11.005]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/csv_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3583696Z [00:05:11.011]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/iop/sheet.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3644383Z [00:05:11.017]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/dbio_types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3709094Z [00:05:11.023]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/scripts/test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3769651Z [00:05:11.029]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/scripts/check_parquet.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3831795Z [00:05:11.035]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3893855Z [00:05:11.042]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_bigtable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.3955681Z [00:05:11.048]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_databricks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4019692Z [00:05:11.054]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.1.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4080378Z [00:05:11.060]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.pipe.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4140818Z [00:05:11.066]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.1.csv.gz' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4200962Z [00:05:11.072]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4261555Z [00:05:11.078]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/test/test1.csv.gz' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4322501Z [00:05:11.085]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/analyzer_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4382313Z [00:05:11.091]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_sqlserver.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4443833Z [00:05:11.097]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_mysql.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4506086Z [00:05:11.103]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_bigquery.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4566346Z [00:05:11.109]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_d1.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4626425Z [00:05:11.115]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/schemata.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4686227Z [00:05:11.121]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_elasticsearch.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4745671Z [00:05:11.127]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_duckdb_unix.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4806906Z [00:05:11.133]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4869375Z [00:05:11.139]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_starrocks.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4932351Z [00:05:11.146]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_trino.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.4992231Z [00:05:11.152]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/analyzer.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5054766Z [00:05:11.158]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_clickhouse.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5116602Z [00:05:11.164]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/clickhouse_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5177826Z [00:05:11.170]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5240340Z [00:05:11.176]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_redshift.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5302279Z [00:05:11.182]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_sqlite.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5363231Z [00:05:11.189]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_snowflake.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5424424Z [00:05:11.195]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_exasol.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5486587Z [00:05:11.201]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/dbx.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5547601Z [00:05:11.207]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_duckdb_windows.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5608210Z [00:05:11.213]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_athena.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5668700Z [00:05:11.219]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/dbx_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5729609Z [00:05:11.225]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_prometheus.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5790399Z [00:05:11.231]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_proton.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5852767Z [00:05:11.238]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/transaction.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5914847Z [00:05:11.244]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_iceberg.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.5975522Z [00:05:11.250]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_ducklake.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6035113Z [00:05:11.256]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_mongo.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6094839Z [00:05:11.262]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_oracle.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6153745Z [00:05:11.268]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/schemata_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6214788Z [00:05:11.274]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_duckdb.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6274393Z [00:05:11.280]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_azuretable.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6336773Z [00:05:11.286]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/database/database_postgres.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6396324Z [00:05:11.292]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6454962Z [00:05:11.298]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6512951Z [00:05:11.304]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection_discover.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6573803Z [00:05:11.310]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/connection/connection_local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6635135Z [00:05:11.316]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6696349Z [00:05:11.322]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2/test2.pipe.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6754531Z [00:05:11.328]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2/json/test1.2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6811103Z [00:05:11.333]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2/json/test1.1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6869728Z [00:05:11.339]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test2/test2.1.noheader.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6928641Z [00:05:11.345]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test.excel1.xlsx' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.6988858Z [00:05:11.351]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7048329Z [00:05:11.357]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/v2.metadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7109504Z [00:05:11.363]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7167674Z [00:05:11.369]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7227273Z [00:05:11.375]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7290813Z [00:05:11.381]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m1.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7349503Z [00:05:11.387]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.v2.metadata.json.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7411696Z [00:05:11.393]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7470526Z [00:05:11.399]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/version-hint.text' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7530387Z [00:05:11.405]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.v1.metadata.json.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7589882Z [00:05:11.411]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7650717Z [00:05:11.417]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.version-hint.text.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7712796Z [00:05:11.424]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/snap-7635660646343998149-1-10eaca8a-1e1c-421e-ad6d-b232e5ee23d3.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7773327Z [00:05:11.430]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/10eaca8a-1e1c-421e-ad6d-b232e5ee23d3-m0.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7833562Z [00:05:11.436]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7892767Z [00:05:11.442]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/v1.metadata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.7953007Z [00:05:11.448]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/metadata/.cf3d0be5-cf70-453d-ad8f-48fdc412e608-m0.avro.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8017058Z [00:05:11.454]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/data/00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8075018Z [00:05:11.460]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/data/00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8133989Z [00:05:11.466]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/data/.00041-414-f3c73457-bbd6-4b92-9c15-17b241171b16-00001.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8192184Z [00:05:11.471]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/lineitem_iceberg/data/.00000-411-0792dcfe-4e25-4ca3-8ada-175286069a47-00001.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8251815Z [00:05:11.478]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/parquet/test1.1.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8309832Z [00:05:11.483]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/parquet/test1.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8369323Z [00:05:11.489]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/json/test4.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8428906Z [00:05:11.495]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/json/test1.2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8488148Z [00:05:11.501]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/json/test1.1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8547228Z [00:05:11.507]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/json/test1.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8606991Z [00:05:11.513]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/avro/train.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8666625Z [00:05:11.519]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/avro/twitter.avro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8724882Z [00:05:11.525]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/xml/test1.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8781452Z [00:05:11.530]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/xml/test1.1.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8841846Z [00:05:11.536]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/csv/test1.1.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8900098Z [00:05:11.542]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/csv/test1.1.csv.gz' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.8961327Z [00:05:11.548]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test1/csv/test1.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9020886Z [00:05:11.554]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/test.excel2.xlsx' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9081997Z [00:05:11.560]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/_delta_log/00000000000000000000.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9139945Z [00:05:11.566]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/_delta_log/.00000000000000000000.json.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9199896Z [00:05:11.572]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=China/.part-00000-88fba1af-b28d-4303-9c85-9a97be631d40.c000.snappy.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9258008Z [00:05:11.578]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=China/part-00000-88fba1af-b28d-4303-9c85-9a97be631d40.c000.snappy.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9316557Z [00:05:11.584]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Germany/.part-00000-030076e1-5ec9-47c2-830a-1569f823b6ee.c000.snappy.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9375261Z [00:05:11.590]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Germany/part-00000-030076e1-5ec9-47c2-830a-1569f823b6ee.c000.snappy.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9436225Z [00:05:11.596]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Argentina/.part-00000-8d0390a3-f797-4265-b9c2-da1c941680a3.c000.snappy.parquet.crc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9497894Z [00:05:11.602]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/test/delta/country=Argentina/part-00000-8d0390a3-f797-4265-b9c2-da1c941680a3.c000.snappy.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9559613Z [00:05:11.608]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9619161Z [00:05:11.614]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_s3.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9678996Z [00:05:11.620]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9739905Z [00:05:11.626]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_googledrive.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9800362Z [00:05:11.632]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_ftp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9858346Z [00:05:11.638]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_file_node.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9917476Z [00:05:11.644]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/sheet_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:29.9976078Z [00:05:11.650]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_google.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0037941Z [00:05:11.656]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_azure.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0099411Z [00:05:11.662]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_local.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0157038Z [00:05:11.668]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0220549Z [00:05:11.674]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/filesys/fs_sftp.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0283036Z [00:05:11.681]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/local/local_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0344278Z [00:05:11.687]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/local/local.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0407531Z [00:05:11.693]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/vertica.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0469187Z [00:05:11.699]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/mongodb.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0529938Z [00:05:11.705]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/_properties.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0592889Z [00:05:11.712]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/oracle.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0656269Z [00:05:11.718]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/athena.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0718461Z [00:05:11.724]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/base.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0779088Z [00:05:11.730]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/azuredwh.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0840618Z [00:05:11.736]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/types_general_to_native.tsv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0900872Z [00:05:11.742]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/postgres.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.0964259Z [00:05:11.749]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/motherduck.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1023828Z [00:05:11.755]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/proton.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1088013Z [00:05:11.761]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/spark.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1151433Z [00:05:11.767]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/prometheus.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1214354Z [00:05:11.774]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/trino.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1277139Z [00:05:11.780]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/elasticsearch.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1339060Z [00:05:11.786]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/databricks.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1399148Z [00:05:11.792]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/mysql.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1457352Z [00:05:11.798]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/profile.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1515246Z [00:05:11.804]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/redshift.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1574360Z [00:05:11.810]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/bigquery.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1635029Z [00:05:11.816]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/clickhouse.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1698195Z [00:05:11.822]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/duckdb.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1759444Z [00:05:11.828]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/azuretable.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1823391Z [00:05:11.835]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/bigtable.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1887241Z [00:05:11.841]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/sqlite.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.1950584Z [00:05:11.847]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/d1.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2012431Z [00:05:11.854]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/exasol.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2073134Z [00:05:11.860]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/mariadb.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2132873Z [00:05:11.866]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/azuresql.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2194496Z [00:05:11.872]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/ducklake.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2253951Z [00:05:11.878]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/iceberg.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2312284Z [00:05:11.884]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/sqlserver.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2373374Z [00:05:11.890]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/profile.def.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2433353Z [00:05:11.896]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/starrocks.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2494247Z [00:05:11.902]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/snowflake.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2555091Z [00:05:11.908]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/hive.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2617507Z [00:05:11.914]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/templates/types_native_to_general.tsv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2679118Z [00:05:11.920]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/auth.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2740904Z [00:05:11.926]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/api_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2801777Z [00:05:11.932]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/api_suite.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2861631Z [00:05:11.938]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/api.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2923709Z [00:05:11.945]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/spec.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.2983779Z [00:05:11.951]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/api/OAUTH2_EXAMPLES.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3044309Z [00:05:11.957]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/dbio.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3103117Z [00:05:11.963]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/dbio/.envkey' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3164854Z [00:05:11.969]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/store/store.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3226221Z [00:05:11.975]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/store/db.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3286295Z [00:05:11.981]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/version.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3346897Z [00:05:11.987]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_run_read.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3404749Z [00:05:11.993]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/config.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3467838Z [00:05:11.999]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/hooks.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3532241Z [00:05:12.006]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/replication.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3598609Z [00:05:12.012]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_run_write.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3658317Z [00:05:12.018]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/pipeline.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3720158Z [00:05:12.024]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/project.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3782803Z [00:05:12.031]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/config_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3846300Z [00:05:12.037]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/http.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3909052Z [00:05:12.043]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/replication_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.3971311Z [00:05:12.049]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/types.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4032542Z [00:05:12.056]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4095779Z [00:05:12.062]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_func.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4158405Z [00:05:12.068]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_state.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4223597Z [00:05:12.075]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/task_run.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4287343Z [00:05:12.081]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/pbar.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4348477Z [00:05:12.087]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/core/sling/sling.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4410598Z [00:05:12.093]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4474727Z [00:05:12.100]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4536972Z [00:05:12.106]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.windows.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4599016Z [00:05:12.112]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4661967Z [00:05:12.119]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/stripe.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4722442Z [00:05:12.125]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/dbt_cloud.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4782296Z [00:05:12.131]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/shopify_legacy.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4842943Z [00:05:12.137]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/sling_platform.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4910263Z [00:05:12.143]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/shopify_graphql.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.4988892Z [00:05:12.151]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/attio.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5058835Z [00:05:12.158]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/api/specs/uberall.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5133155Z [00:05:12.166]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.infisical.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5196576Z [00:05:12.172]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.linux.amd64.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5261517Z [00:05:12.178]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_cli.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5325173Z [00:05:12.185]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/Dockerfile.arm64' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5389210Z [00:05:12.191]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_conns.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5451832Z [00:05:12.198]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_prompt.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5512745Z [00:05:12.204]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/Dockerfile' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5575007Z [00:05:12.210]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_run.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5639651Z [00:05:12.216]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/.gitignore' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5705223Z [00:05:12.223]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_update.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5767045Z [00:05:12.229]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource/examples.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5827868Z [00:05:12.235]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource/mcp.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5887651Z [00:05:12.241]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/resource/llm_API_SPEC.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.5949900Z [00:05:12.247]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_cloud.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6011859Z [00:05:12.254]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_test.go' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6072634Z [00:05:12.260]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/sling_cli_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6135241Z [00:05:12.266]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/suite.db.template.tsv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6198291Z [00:05:12.272]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/suite.cli.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6260636Z [00:05:12.278]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.22.mysql_bit_type.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6324945Z [00:05:12.285]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.20.chunking.expr.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6388388Z [00:05:12.291]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.10.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6450608Z [00:05:12.297]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.09.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6513812Z [00:05:12.304]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.19.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6574751Z [00:05:12.310]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.14.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6635204Z [00:05:12.316]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.02.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6694574Z [00:05:12.322]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.35.transform_functions_test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6755878Z [00:05:12.328]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.32.encoding_test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6814585Z [00:05:12.334]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.12.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6876676Z [00:05:12.340]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.15.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.6938737Z [00:05:12.346]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.00.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7002232Z [00:05:12.353]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.30.mssql_azure_multiple_files.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7063846Z [00:05:12.359]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.16.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7126674Z [00:05:12.365]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.44.staged_transforms_test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7188755Z [00:05:12.371]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.28.oracle_number_scale.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7249987Z [00:05:12.377]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.17.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7310926Z [00:05:12.383]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.40.sling_loaded_at_csv_string_cast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7370517Z [00:05:12.389]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.47.mssql_uniqueidentifier.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7429861Z [00:05:12.395]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.46.postgres_time_datatype.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7489253Z [00:05:12.401]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.01.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7550460Z [00:05:12.407]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.31.timestamp_string_quotes.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7612898Z [00:05:12.414]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.20.chunking.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7674980Z [00:05:12.420]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.18.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7739800Z [00:05:12.426]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.26.prometheus_issue551.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7802368Z [00:05:12.432]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.24.starrocks_empty_as_null.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7864713Z [00:05:12.439]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.08.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7927985Z [00:05:12.445]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.07.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.7989926Z [00:05:12.451]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.21.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8050749Z [00:05:12.457]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/apis/r.61.stripe.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8112226Z [00:05:12.464]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/apis/r.62.shopify.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8173034Z [00:05:12.470]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.29.mssql_parquet_overwrite.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8236535Z [00:05:12.476]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.36.mongo_snowflake_select.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8295248Z [00:05:12.482]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.45.exasol_large_csv.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8356085Z [00:05:12.488]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.05.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8417956Z [00:05:12.494]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.37.decimal_to_string_cast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8479770Z [00:05:12.500]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.34.encoding_garbled_test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8541641Z [00:05:12.506]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.41.redshit_empty_parquet.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8602199Z [00:05:12.513]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.25.prometheus_buffer.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8662543Z [00:05:12.519]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.38.snowflake_compression_test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8721453Z [00:05:12.524]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.11.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8782854Z [00:05:12.530]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.03.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8841850Z [00:05:12.537]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.06.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8903339Z [00:05:12.543]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.13.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.8964994Z [00:05:12.549]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.43.azuretable_incremental_postgres.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9026898Z [00:05:12.555]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.04.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9087433Z [00:05:12.561]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.42.mssql_exclude_column_issue607.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9148191Z [00:05:12.567]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.33.encoding_target_test.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9210722Z [00:05:12.573]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.39.sling_loaded_at_string_cast.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9273066Z [00:05:12.580]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.27.delta_r2.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9335992Z [00:05:12.586]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/replications/r.23.iceberg_write.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9401991Z [00:05:12.592]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/suite.file.template.tsv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9467211Z [00:05:12.599]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/task.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9532972Z [00:05:12.606]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.01.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9596905Z [00:05:12.612]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.03.test_copy_fix_demonstration.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9661659Z [00:05:12.618]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.05.replication.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9722550Z [00:05:12.625]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.02.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9785987Z [00:05:12.631]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.04.test_inspect_hook.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9850083Z [00:05:12.637]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/pipelines/p.05.extra_parquet_files_deletion.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9914459Z [00:05:12.644]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/test1.json' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:30.9978972Z [00:05:12.650]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test6.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0041346Z [00:05:12.656]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.1.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0102921Z [00:05:12.663]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test2.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0166688Z [00:05:12.669]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/parquet/test1.1.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0230440Z [00:05:12.675]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/parquet/test1.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0294979Z [00:05:12.682]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/binary/test.bytes.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0355213Z [00:05:12.688]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.1.csv.gz' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0420231Z [00:05:12.694]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.parquet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0492045Z [00:05:12.701]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.result.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0563504Z [00:05:12.709]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test5.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0627261Z [00:05:12.715]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test3.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0689976Z [00:05:12.721]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0755081Z [00:05:12.728]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test.wide.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0821672Z [00:05:12.734]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test8.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0888234Z [00:05:12.741]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test4.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.0953887Z [00:05:12.748]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.upsert.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1019952Z [00:05:12.754]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test7.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1086837Z [00:05:12.761]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/files/test1.2.csv' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1152882Z [00:05:12.768]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/cmd/sling/tests/test1.yaml' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1219403Z [00:05:12.774]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1285719Z [00:05:12.781]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1350609Z [00:05:12.787]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1415478Z [00:05:12.794]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1480199Z [00:05:12.800]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1541261Z [00:05:12.806]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1603833Z [00:05:12.813]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1666299Z [00:05:12.819]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1729349Z [00:05:12.825]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1793108Z [00:05:12.832]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1859929Z [00:05:12.838]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1931614Z [00:05:12.845]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.1995251Z [00:05:12.852]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2060498Z [00:05:12.858]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2124426Z [00:05:12.865]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2189997Z [00:05:12.871]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2266055Z [00:05:12.879]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2331284Z [00:05:12.885]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-d2a79d1e568b8c8182fec8649eca4e363db7b524.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2393479Z [00:05:12.892]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-b57c75e6c4dfda438335f6c25397baf6a457e8f0.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2457970Z [00:05:12.898]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-d2a79d1e568b8c8182fec8649eca4e363db7b524.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2522366Z [00:05:12.904]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-d2a79d1e568b8c8182fec8649eca4e363db7b524.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2583173Z [00:05:12.911]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-d2a79d1e568b8c8182fec8649eca4e363db7b524.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2645737Z [00:05:12.917]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-b57c75e6c4dfda438335f6c25397baf6a457e8f0.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2707551Z [00:05:12.923]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-b57c75e6c4dfda438335f6c25397baf6a457e8f0.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2770656Z [00:05:12.929]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/objects/pack/pack-b57c75e6c4dfda438335f6c25397baf6a457e8f0.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2833074Z [00:05:12.936]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2899936Z [00:05:12.942]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.2964945Z [00:05:12.949]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3033174Z [00:05:12.956]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3097402Z [00:05:12.962]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3161444Z [00:05:12.968]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3223901Z [00:05:12.975]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3289614Z [00:05:12.981]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3355326Z [00:05:12.988]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.1skgbcPykl/TEMPREPO/.goreleaser.mac.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3417899Z [00:05:12.994]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/sling' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3479522Z [00:05:13.000]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3544386Z [00:05:13.007]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3606087Z [00:05:13.013]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:43:31.3666768Z [00:05:13.019]➜  mode of '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling' retained as 0755 (rwxr-xr-x)
2025-08-20T22:43:31.4171333Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:43:31.4172175Z [00:05:13.069]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:43:36.9431780Z 
2025-08-20T22:43:36.9432554Z [+] Sanitizing /tmp/pkgforge/Pomlqv8UE_SBUILD/BUILD.log ==> /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.static.log
2025-08-20T22:43:39.5056401Z '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.static.log' -> '/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/sling.log'
2025-08-20T22:43:39.5186431Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sling/official/source/sling?tag=HEAD-aa4483a-250819T184333-aarch64-linux&download=sling.log
2025-08-20T22:43:39.5186998Z 
2025-08-20T22:43:39.5187403Z [+] Parsing/Uploading sling/sling --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fsling%2Fsling [aarch64-Linux]
2025-08-20T22:43:39.5214080Z {
2025-08-20T22:43:39.5214244Z   "_disabled": "false",
2025-08-20T22:43:39.5214463Z   "host": "aarch64-Linux",
2025-08-20T22:43:39.5214669Z   "rank": "",
2025-08-20T22:43:39.5214838Z   "pkg": "sling.static",
2025-08-20T22:43:39.5215029Z   "pkg_family": "sling",
2025-08-20T22:43:39.5215257Z   "pkg_id": "github.com.slingdata-io.sling.source",
2025-08-20T22:43:39.5215630Z   "pkg_name": "sling",
2025-08-20T22:43:39.5215809Z   "pkg_type": "static",
2025-08-20T22:43:39.5216191Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling",
2025-08-20T22:43:39.5216593Z   "app_id": "",
2025-08-20T22:43:39.5216756Z   "appstream": "",
2025-08-20T22:43:39.5216924Z   "category": [
2025-08-20T22:43:39.5217090Z     "ConsoleOnly",
2025-08-20T22:43:39.5217252Z     "Utility"
2025-08-20T22:43:39.5217404Z   ],
2025-08-20T22:43:39.5217738Z   "description": "Extract data from a source storage/database and Load it in a target storage/database",
2025-08-20T22:43:39.5218485Z   "desktop": "",
2025-08-20T22:43:39.5218652Z   "homepage": [
2025-08-20T22:43:39.5218850Z     "https://github.com/slingdata-io/sling-cli"
2025-08-20T22:43:39.5219092Z   ],
2025-08-20T22:43:39.5219604Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sling/official/source/sling?tag=HEAD-aa4483a-250819T184333-aarch64-linux&download=sling.png",
2025-08-20T22:43:39.5220179Z   "license": [
2025-08-20T22:43:39.5220337Z     "GPL-3.0"
2025-08-20T22:43:39.5220485Z   ],
2025-08-20T22:43:39.5220630Z   "maintainer": [
2025-08-20T22:43:39.5220953Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:43:39.5221222Z   ],
2025-08-20T22:43:39.5221367Z   "provides": [
2025-08-20T22:43:39.5221526Z     "sling"
2025-08-20T22:43:39.5221672Z   ],
2025-08-20T22:43:39.5221815Z   "note": [
2025-08-20T22:43:39.5222133Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/slingdata-io/sling-cli"
2025-08-20T22:43:39.5222501Z   ],
2025-08-20T22:43:39.5222646Z   "repology": [
2025-08-20T22:43:39.5222816Z     "sling-cli"
2025-08-20T22:43:39.5222972Z   ],
2025-08-20T22:43:39.5223119Z   "screenshots": [],
2025-08-20T22:43:39.5223296Z   "src_url": [
2025-08-20T22:43:39.5223491Z     "https://github.com/slingdata-io/sling-cli"
2025-08-20T22:43:39.5223731Z   ],
2025-08-20T22:43:39.5223871Z   "tag": [
2025-08-20T22:43:39.5224018Z     "Utility"
2025-08-20T22:43:39.5224170Z   ],
2025-08-20T22:43:39.5224331Z   "version": "HEAD-aa4483a-250819T184333",
2025-08-20T22:43:39.5224569Z   "version_upstream": "1.4.15",
2025-08-20T22:43:39.5224883Z   "bsum": "76d440aa9bd01d3e2e2605239204a8180307f4c092a9cc357c923e64507e74a2",
2025-08-20T22:43:39.5225220Z   "build_date": "2025-08-20T22:43:32Z",
2025-08-20T22:43:39.5225988Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17109530950",
2025-08-20T22:43:39.5226331Z   "build_id": "17109530950",
2025-08-20T22:43:39.5226913Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sling/official/source/sling?tag=HEAD-aa4483a-250819T184333-aarch64-linux&download=sling.log",
2025-08-20T22:43:39.5228065Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/sling/static.official.source.yaml",
2025-08-20T22:43:39.5228897Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sling/official/source/sling?tag=HEAD-aa4483a-250819T184333-aarch64-linux&download=sling",
2025-08-20T22:43:39.5229709Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/sling/official/source/sling:HEAD-aa4483a-250819T184333-aarch64-linux",
2025-08-20T22:43:39.5230312Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/sling/official/source/sling",
2025-08-20T22:43:39.5230992Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/sling/official/source/sling?tag=HEAD-aa4483a-250819T184333-aarch64-linux&manifest",
2025-08-20T22:43:39.5231674Z   "shasum": "300080f1b41d4363e0f28c5312c6c9ced6bc4c2f0322fd885ce32a611fd51946",
2025-08-20T22:43:39.5232003Z   "size": "175 MB",
2025-08-20T22:43:39.5232179Z   "size_raw": "182852824",
2025-08-20T22:43:39.5232372Z   "snapshots": [
2025-08-20T22:43:39.5232580Z     "HEAD-5350b9e-250513T152936-aarch64-linux[1.4.6]",
2025-08-20T22:43:39.5232875Z     "HEAD-1324ca2-250524T215638-aarch64-linux[1.4.9]",
2025-08-20T22:43:39.5233166Z     "HEAD-17e8ca1-250611T093643-aarch64-linux[1.4.9]",
2025-08-20T22:43:39.5233456Z     "HEAD-8974e82-250612T071132-aarch64-linux[1.4.10]",
2025-08-20T22:43:39.5233746Z     "HEAD-d0e3929-250629T091103-aarch64-linux[1.4.12]",
2025-08-20T22:43:39.5234035Z     "HEAD-3add725-250709T123133-aarch64-linux[1.4.13]",
2025-08-20T22:43:39.5234326Z     "HEAD-e1b3b19-250725T212256-aarch64-linux[1.4.13]",
2025-08-20T22:43:39.5234614Z     "HEAD-4a4971b-250802T203426-aarch64-linux[1.4.15]"
2025-08-20T22:43:39.5234854Z   ]
2025-08-20T22:43:39.5234991Z }
2025-08-20T22:43:39.5235077Z 
2025-08-20T22:43:39.5235080Z 
2025-08-20T22:43:39.7100590Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/sling/official/source/sling:HEAD-aa4483a-250819T184333-aarch64-linux": ghcr.io/pkgforge/bincache/sling/official/source/sling:HEAD-aa4483a-250819T184333-aarch64-linux: not found
2025-08-20T22:43:39.7150399Z Uploading empty artifact
2025-08-20T22:43:39.7153305Z time=2025-08-20T22:43:39Z level=debug msg=Request #0
2025-08-20T22:43:39.7154126Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sling/official/source/sling/manifests/sha256:1594926077e477b23428c9fb23ab098c15347457160ff6bc69e68381b463badd"
2025-08-20T22:43:39.7154792Z > Request method: "HEAD"
2025-08-20T22:43:39.7154981Z > Request headers:
2025-08-20T22:43:39.7155545Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:43:39.7156520Z    "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-20T22:43:39.8116113Z time=2025-08-20T22:43:39Z level=debug msg=Response #0
2025-08-20T22:43:39.8116476Z < Response Status: "401 Unauthorized"
2025-08-20T22:43:39.8116744Z < Response headers:
2025-08-20T22:43:39.8116938Z    "Content-Type": "application/json"
2025-08-20T22:43:39.8119873Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/sling/official/source/sling:pull\""
2025-08-20T22:43:39.8120503Z    "Date": "Wed, 20 Aug 2025 22:43:39 GMT"
2025-08-20T22:43:39.8120739Z    "Content-Length": "73"
2025-08-20T22:43:39.8120993Z    "X-Github-Request-Id": "1829:2BA0D3:FE346:1149FA:68A64F9B"
2025-08-20T22:43:39.8121318Z time=2025-08-20T22:43:39Z level=debug msg=Request #1
2025-08-20T22:43:39.8121880Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fsling%2Fofficial%2Fsource%2Fsling%3Apull%2Cpush&service=ghcr.io"
2025-08-20T22:43:39.8122410Z > Request method: "GET"
2025-08-20T22:43:39.8122590Z > Request headers:
2025-08-20T22:43:39.8122768Z    "Authorization": "*****"
2025-08-20T22:43:39.8122969Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:43:39.8986381Z time=2025-08-20T22:43:39Z level=debug msg=Response #1
2025-08-20T22:43:39.8987210Z < Response Status: "200 OK"
2025-08-20T22:43:39.8988003Z < Response headers:
2025-08-20T22:43:39.8988536Z    "Content-Type": "application/json"
2025-08-20T22:43:39.8988832Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:43:39.8989220Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:43:39.8989571Z    "Date": "Wed, 20 Aug 2025 22:43:39 GMT"
2025-08-20T22:43:39.8989799Z    "Content-Length": "69"
2025-08-20T22:43:39.8990059Z    "X-Github-Request-Id": "1829:2BA0D3:FE34D:1149FF:68A64F9B"
2025-08-20T22:43:39.8990389Z time=2025-08-20T22:43:39Z level=debug msg=Request #2
2025-08-20T22:43:39.8991085Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sling/official/source/sling/manifests/sha256:1594926077e477b23428c9fb23ab098c15347457160ff6bc69e68381b463badd"
2025-08-20T22:43:39.8991728Z > Request method: "HEAD"
2025-08-20T22:43:39.8991911Z > Request headers:
2025-08-20T22:43:39.8992809Z    "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-20T22:43:39.8993757Z    "Authorization": "*****"
2025-08-20T22:43:39.8993956Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:43:39.9400261Z time=2025-08-20T22:43:39Z level=debug msg=Response #2
2025-08-20T22:43:39.9400614Z < Response Status: "404 Not Found"
2025-08-20T22:43:39.9400829Z < Response headers:
2025-08-20T22:43:39.9401061Z    "Content-Type": "application/json"
2025-08-20T22:43:39.9401337Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:43:39.9401721Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:43:39.9402074Z    "Date": "Wed, 20 Aug 2025 22:43:39 GMT"
2025-08-20T22:43:39.9402302Z    "Content-Length": "70"
2025-08-20T22:43:39.9402555Z    "X-Github-Request-Id": "1829:2BA0D3:FE366:114A1A:68A64F9B"
2025-08-20T22:43:39.9403345Z time=2025-08-20T22:43:39Z level=debug msg=Request #3
2025-08-20T22:43:39.9404046Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sling/official/source/sling/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:43:39.9404681Z > Request method: "HEAD"
2025-08-20T22:43:39.9404867Z > Request headers:
2025-08-20T22:43:39.9405045Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:43:39.9405244Z    "Authorization": "*****"
2025-08-20T22:43:39.9836086Z time=2025-08-20T22:43:39Z level=debug msg=Response #3
2025-08-20T22:43:39.9836448Z < Response Status: "200 OK"
2025-08-20T22:43:39.9836647Z < Response headers:
2025-08-20T22:43:39.9836833Z    "Date": "Wed, 20 Aug 2025 22:43:39 GMT"
2025-08-20T22:43:39.9837118Z    "X-Github-Request-Id": "1829:2BA0D3:FE374:114A29:68A64F9B"
2025-08-20T22:43:39.9837403Z    "Content-Length": "0"
2025-08-20T22:43:39.9837596Z    "Content-Type": ""
2025-08-20T22:43:39.9837970Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T22:43:39.9838457Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:43:39.9838850Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T22:43:39.9839322Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:43:39.9839715Z time=2025-08-20T22:43:39Z level=debug msg=Request #4
2025-08-20T22:43:39.9840301Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/sling/official/source/sling/manifests/HEAD-aa4483a-250819T184333-aarch64-linux"
2025-08-20T22:43:39.9840841Z > Request method: "PUT"
2025-08-20T22:43:39.9841026Z > Request headers:
2025-08-20T22:43:39.9841270Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T22:43:39.9841603Z    "Authorization": "*****"
2025-08-20T22:43:39.9841806Z    "User-Agent": "oras/1.2.3"
2025-08-20T22:43:40.2316677Z time=2025-08-20T22:43:40Z level=debug msg=Response #4
2025-08-20T22:43:40.2317478Z < Response Status: "201 Created"
2025-08-20T22:43:40.2317692Z < Response headers:
2025-08-20T22:43:40.2318055Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T22:43:40.2318727Z    "Location": "/v2/pkgforge/bincache/sling/official/source/sling/manifests/sha256:1594926077e477b23428c9fb23ab098c15347457160ff6bc69e68381b463badd"
2025-08-20T22:43:40.2319427Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T22:43:40.2319780Z    "Date": "Wed, 20 Aug 2025 22:43:40 GMT"
2025-08-20T22:43:40.2320014Z    "Content-Length": "0"
2025-08-20T22:43:40.2320259Z    "X-Github-Request-Id": "1829:2BA0D3:FE380:114A34:68A64F9B"
2025-08-20T22:43:40.2320552Z    "Content-Type": "application/json"
2025-08-20T22:43:40.2320952Z    "Docker-Content-Digest": "sha256:1594926077e477b23428c9fb23ab098c15347457160ff6bc69e68381b463badd"
2025-08-20T22:43:40.2321595Z Pushed [registry] ghcr.io/pkgforge/bincache/sling/official/source/sling:HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:43:40.2322103Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:43:40.2322476Z Digest: sha256:1594926077e477b23428c9fb23ab098c15347457160ff6bc69e68381b463badd
2025-08-20T22:43:42.6363040Z Uploading 018260040fc3 CHECKSUM.sig
2025-08-20T22:43:42.6368924Z Uploading 300080f1b41d sling
2025-08-20T22:43:42.6397554Z Uploading c35e9dbe6321 CHECKSUM
2025-08-20T22:43:42.6423585Z Uploading 3df9c286a85e sling.sig
2025-08-20T22:43:42.6692265Z Exists    3972dc9744f6 LICENSE
2025-08-20T22:43:42.7122179Z Uploading 06ebeb3abacd LICENSE.sig
2025-08-20T22:43:43.5628963Z Uploaded  018260040fc3 CHECKSUM.sig
2025-08-20T22:43:43.6381264Z Uploaded  3df9c286a85e sling.sig
2025-08-20T22:43:43.6403278Z Uploaded  c35e9dbe6321 CHECKSUM
2025-08-20T22:43:43.6462162Z Exists    e850f7ff7074 SBUILD
2025-08-20T22:43:43.7083533Z Uploading b77d3632f8ee sling.json
2025-08-20T22:43:43.7085887Z Uploading b2ce80d6391d SBUILD.sig
2025-08-20T22:43:43.7098097Z Exists    11cf0313013e sling.png
2025-08-20T22:43:43.7508760Z Uploaded  06ebeb3abacd LICENSE.sig
2025-08-20T22:43:43.7671607Z Uploading b3dfe5ada421 sling.json.sig
2025-08-20T22:43:43.8142740Z Uploading 5970e107ca00 sling.log
2025-08-20T22:43:44.6623543Z Uploaded  b77d3632f8ee sling.json
2025-08-20T22:43:44.6973025Z Uploading d9294fb51885 sling.log.sig
2025-08-20T22:43:44.7575718Z Uploaded  b2ce80d6391d SBUILD.sig
2025-08-20T22:43:44.7595604Z Uploaded  b3dfe5ada421 sling.json.sig
2025-08-20T22:43:44.7936283Z Uploading 8f3990232dbc sling.version
2025-08-20T22:43:44.7999494Z Uploading 188dc4d35de0 sling.version.sig
2025-08-20T22:43:44.9857438Z Uploaded  5970e107ca00 sling.log
2025-08-20T22:43:45.2662126Z Uploaded  300080f1b41d sling
2025-08-20T22:43:45.7034432Z Uploaded  d9294fb51885 sling.log.sig
2025-08-20T22:43:45.7167044Z Uploaded  8f3990232dbc sling.version
2025-08-20T22:43:45.7532863Z Uploaded  188dc4d35de0 sling.version.sig
2025-08-20T22:43:45.7533171Z Uploading 83d1c4777592 sling
2025-08-20T22:43:46.0595943Z Uploaded  83d1c4777592 sling
2025-08-20T22:43:46.0606273Z Pushed [registry] ghcr.io/pkgforge/bincache/sling/official/source/sling:HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:43:46.0606810Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:43:46.0607184Z Digest: sha256:83d1c477759279006a8a307793a68d1370771a4df698c6453a5a0d75b0e0aee4
2025-08-20T22:43:51.2861929Z 
2025-08-20T22:43:51.2862908Z [+] Registry --> https://ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:43:51.2863670Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/sling/official/source/sling?tag=HEAD-aa4483a-250819T184333-aarch64-linux&manifest 
2025-08-20T22:43:51.2864145Z 
2025-08-20T22:43:53.8112090Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:43:55.3063841Z ./BUILD_ARTIFACTS.tar : 24.08%   (   378 MiB =>   91.0 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:43:55.3770895Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:43:55.3812251Z 
2025-08-20T22:43:55.3813370Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml :: 00(Hr):05(Min):37(Sec)
2025-08-20T22:43:55.3814351Z 
2025-08-20T22:43:55.3827797Z 
2025-08-20T22:43:55.3828168Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:43:55 PM) UTC
2025-08-20T22:43:55.3828418Z 
2025-08-20T22:43:56.8860773Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:43:56.8906117Z ##[group]Run ##Presets
2025-08-20T22:43:56.8906498Z [36;1m##Presets[0m
2025-08-20T22:43:56.8906675Z [36;1mset +x ; set +e[0m
2025-08-20T22:43:56.8906866Z [36;1m#-------------#[0m
2025-08-20T22:43:56.8907050Z [36;1m##Debug?[0m
2025-08-20T22:43:56.8907266Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:43:56.8907536Z [36;1m  set -x[0m
2025-08-20T22:43:56.8907697Z [36;1mfi[0m
2025-08-20T22:43:56.8907854Z [36;1m#-------------#[0m
2025-08-20T22:43:56.8908036Z [36;1m##Set ENV[0m
2025-08-20T22:43:56.8908248Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:43:56.8908742Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-aa4483a-250819T184333-aarch64-linux"[0m
2025-08-20T22:43:56.8909259Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-aa4483a-250819T184333-aarch64-linux"[0m
2025-08-20T22:43:56.8909824Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950"[0m
2025-08-20T22:43:56.8910318Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:43:56.8910695Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:43:56.8911126Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:43:56.8911442Z [36;1m fi[0m
2025-08-20T22:43:56.8911596Z [36;1m##Push[0m
2025-08-20T22:43:56.8911798Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:43:56.8912060Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:43:56.8912678Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:43:56.8913132Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:43:56.8913552Z [36;1m     ls -sh "/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:43:56.8913874Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:43:56.8914070Z [36;1m       {[0m
2025-08-20T22:43:56.8914239Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:43:56.8914561Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:43:56.8914984Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:43:56.8915593Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:43:56.8916127Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-aa4483a-250819T184333-aarch64-linux")[0m
2025-08-20T22:43:56.8916836Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17109530950")[0m
2025-08-20T22:43:56.8917400Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17109530950")[0m
2025-08-20T22:43:56.8918084Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/sling/official/source/sling:HEAD-aa4483a-250819T184333-aarch64-linux")[0m
2025-08-20T22:43:56.8918792Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T22:43:32Z")[0m
2025-08-20T22:43:56.8919274Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-aa4483a-250819T184333")[0m
2025-08-20T22:43:56.8919903Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T22:43:32Z")[0m
2025-08-20T22:43:56.8931244Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/sling/official/source/sling")[0m
2025-08-20T22:43:56.8932174Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:43:56.8932688Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-aa4483a-250819T184333")[0m
2025-08-20T22:43:56.8933420Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-aa4483a-250819T184333")[0m
2025-08-20T22:43:56.8934179Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling")[0m
2025-08-20T22:43:56.8934867Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-sling")[0m
2025-08-20T22:43:56.8935592Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/slingdata-io/sling-cli")[0m
2025-08-20T22:43:56.8936127Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:43:56.8936631Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-aa4483a-250819T184333")[0m
2025-08-20T22:43:56.8937093Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:43:56.8937577Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:43:56.8937990Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:43:56.8938221Z [36;1m         #Check[0m
2025-08-20T22:43:56.8938779Z [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-20T22:43:32Z" ]]; then[0m
2025-08-20T22:43:56.8939475Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:43:56.8939804Z [36;1m            break[0m
2025-08-20T22:43:56.8939994Z [36;1m          else[0m
2025-08-20T22:43:56.8940522Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:43:56.8940937Z [36;1m          fi[0m
2025-08-20T22:43:56.8941138Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:43:56.8941374Z [36;1m        done[0m
2025-08-20T22:43:56.8941549Z [36;1m       }[0m
2025-08-20T22:43:56.8941730Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:43:56.8941959Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:43:56.8942523Z [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-20T22:43:32Z" ]]; then[0m
2025-08-20T22:43:56.8943258Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:43:56.8943644Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:43:56.8943882Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:43:56.8944465Z [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-20T22:43:32Z" ]]; then[0m
2025-08-20T22:43:56.8945177Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:43:56.8945835Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:43:56.8946216Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:43:56.8946434Z [36;1m           fi[0m
2025-08-20T22:43:56.8946606Z [36;1m       fi[0m
2025-08-20T22:43:56.8946769Z [36;1m   fi[0m
2025-08-20T22:43:56.8946922Z [36;1m fi[0m
2025-08-20T22:43:56.8947087Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:43:56.9015986Z shell: /usr/bin/bash -e {0}
2025-08-20T22:43:56.9016210Z env:
2025-08-20T22:43:56.9016377Z   CROSS_COMPILING: NO
2025-08-20T22:43:56.9016746Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:43:56.9016957Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:43:56.9017155Z   ON_QEMU: NO
2025-08-20T22:43:56.9017305Z   DEBUG: 0
2025-08-20T22:43:56.9017464Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:43:56.9017672Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:43:56.9018150Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:43:56.9018454Z   KEEP_LOGS: YES
2025-08-20T22:43:56.9018622Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:43:56.9018811Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:43:56.9019001Z   SBUILD_REBUILD: false
2025-08-20T22:43:56.9019497Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:43:56.9020024Z   BUILD_SYS: docker://go
2025-08-20T22:43:56.9020212Z   BUILD_ON_HOST: FALSE
2025-08-20T22:43:56.9020390Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:43:56.9020568Z   SYSTMP: /tmp
2025-08-20T22:43:56.9020732Z   GHA_MODE: MATRIX
2025-08-20T22:43:56.9021133Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:43:56.9021615Z   INPUT_SBUILD: /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:43:56.9021913Z   BUILD_DIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml
2025-08-20T22:43:56.9022273Z   SBUILD_OUTDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:43:56.9022724Z   SBUILD_TMPDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:43:56.9023077Z   PKG_TYPE: static
2025-08-20T22:43:56.9023252Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:43:56.9023460Z   SBUILD_PKGVER: HEAD-aa4483a-250819T184333
2025-08-20T22:43:56.9023810Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109530950
2025-08-20T22:43:56.9024150Z   BUILD_ID: 17109530950
2025-08-20T22:43:56.9024330Z   PKG_NAME: sling
2025-08-20T22:43:56.9024507Z   PKG_DATE: 2025-08-20T22:43:32Z
2025-08-20T22:43:56.9024728Z   PKG_VERSION: HEAD-aa4483a-250819T184333
2025-08-20T22:43:56.9025148Z   PKG_VERSION_UPSTREAM: 1.4.15
2025-08-20T22:43:56.9025638Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:43:56.9025991Z   GHCRPKG_TAG: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:43:56.9026424Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling
2025-08-20T22:43:56.9026868Z   PKG_SRCURL: https://github.com/slingdata-io/sling-cli
2025-08-20T22:43:56.9027133Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:43:56.9027534Z   GHCR_TOKEN: ***
2025-08-20T22:43:56.9027815Z   GITHUB_TOKEN: ***
2025-08-20T22:43:56.9028014Z   GITLAB_TOKEN: ***
2025-08-20T22:43:56.9029096Z   MINISIGN_KEY: ***
2025-08-20T22:43:56.9029262Z ##[endgroup]
2025-08-20T22:43:56.9104689Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:43:56.9113280Z 91M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:43:56.9125277Z total 186M
2025-08-20T22:43:56.9126004Z 4.0K CHECKSUM
2025-08-20T22:43:56.9126193Z 4.0K CHECKSUM.sig
2025-08-20T22:43:56.9126380Z  36K LICENSE
2025-08-20T22:43:56.9126537Z 4.0K LICENSE.sig
2025-08-20T22:43:56.9126713Z 8.0K SBUILD
2025-08-20T22:43:56.9126857Z 4.0K SBUILD.sig
2025-08-20T22:43:56.9127023Z 4.0K SBUILD_TEMP
2025-08-20T22:43:56.9127181Z 175M sling
2025-08-20T22:43:56.9127326Z 4.0K sling.json
2025-08-20T22:43:56.9127489Z 4.0K sling.json.sig
2025-08-20T22:43:56.9127667Z 5.5M sling.log
2025-08-20T22:43:56.9127826Z 4.0K sling.log.sig
2025-08-20T22:43:56.9127989Z  40K sling.png
2025-08-20T22:43:56.9128146Z 4.0K sling.sig
2025-08-20T22:43:56.9128305Z 5.5M sling.static.log
2025-08-20T22:43:56.9128491Z 4.0K sling.static.version
2025-08-20T22:43:56.9128692Z 4.0K sling.static.version.sig
2025-08-20T22:43:56.9128891Z 4.0K sling.version
2025-08-20T22:43:56.9129059Z 4.0K sling.version.sig
2025-08-20T22:43:57.2539609Z Uploading 4f531b0e9b5d BUILD_ARTIFACTS.zstd
2025-08-20T22:43:59.0757026Z Uploaded  4f531b0e9b5d BUILD_ARTIFACTS.zstd
2025-08-20T22:43:59.0757354Z Uploading a284c06b1947 SRCBUILD-sling
2025-08-20T22:43:59.3623262Z Uploaded  a284c06b1947 SRCBUILD-sling
2025-08-20T22:43:59.3624441Z Pushed [registry] ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950:HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:43:59.3625112Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T22:43:59.3626219Z Digest: sha256:a284c06b1947b0ac3974ec81fa5576c51f35e77c15c4a61612bba2b4fcbc9e4f
2025-08-20T22:44:04.6060749Z 
2025-08-20T22:44:04.6061527Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950
2025-08-20T22:44:04.6061956Z 
2025-08-20T22:44:04.8410565Z ##[group]Run ##Presets
2025-08-20T22:44:04.8410831Z [36;1m##Presets[0m
2025-08-20T22:44:04.8411008Z [36;1mset +x ; set +e[0m
2025-08-20T22:44:04.8411196Z [36;1m#-------------#[0m
2025-08-20T22:44:04.8411382Z [36;1m##Debug?[0m
2025-08-20T22:44:04.8411597Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:44:04.8411864Z [36;1m  set -x[0m
2025-08-20T22:44:04.8412044Z [36;1mfi[0m
2025-08-20T22:44:04.8412200Z [36;1m#-------------#[0m
2025-08-20T22:44:04.8412429Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:44:04.8412736Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:44:04.8443868Z shell: /usr/bin/bash -e {0}
2025-08-20T22:44:04.8444087Z env:
2025-08-20T22:44:04.8444247Z   CROSS_COMPILING: NO
2025-08-20T22:44:04.8444442Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:44:04.8444649Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:44:04.8444845Z   ON_QEMU: NO
2025-08-20T22:44:04.8445073Z   DEBUG: 0
2025-08-20T22:44:04.8445240Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:44:04.8445802Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:44:04.8446105Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:44:04.8446395Z   KEEP_LOGS: YES
2025-08-20T22:44:04.8446567Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:44:04.8446760Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:44:04.8446954Z   SBUILD_REBUILD: false
2025-08-20T22:44:04.8447697Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:44:04.8448223Z   BUILD_SYS: docker://go
2025-08-20T22:44:04.8448413Z   BUILD_ON_HOST: FALSE
2025-08-20T22:44:04.8448593Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:44:04.8448768Z   SYSTMP: /tmp
2025-08-20T22:44:04.8448932Z   GHA_MODE: MATRIX
2025-08-20T22:44:04.8449331Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:44:04.8449822Z   INPUT_SBUILD: /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:44:04.8450124Z   BUILD_DIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml
2025-08-20T22:44:04.8450485Z   SBUILD_OUTDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:44:04.8450939Z   SBUILD_TMPDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:44:04.8451293Z   PKG_TYPE: static
2025-08-20T22:44:04.8451476Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:44:04.8451682Z   SBUILD_PKGVER: HEAD-aa4483a-250819T184333
2025-08-20T22:44:04.8452034Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109530950
2025-08-20T22:44:04.8452371Z   BUILD_ID: 17109530950
2025-08-20T22:44:04.8452550Z   PKG_NAME: sling
2025-08-20T22:44:04.8452728Z   PKG_DATE: 2025-08-20T22:43:32Z
2025-08-20T22:44:04.8452953Z   PKG_VERSION: HEAD-aa4483a-250819T184333
2025-08-20T22:44:04.8453193Z   PKG_VERSION_UPSTREAM: 1.4.15
2025-08-20T22:44:04.8453491Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:44:04.8453845Z   GHCRPKG_TAG: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:04.8454279Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling
2025-08-20T22:44:04.8454726Z   PKG_SRCURL: https://github.com/slingdata-io/sling-cli
2025-08-20T22:44:04.8454996Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:44:04.8455252Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:04.8456196Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950
2025-08-20T22:44:04.8456602Z ##[endgroup]
2025-08-20T22:44:04.8591580Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:44:04.8591883Z with:
2025-08-20T22:44:04.8592059Z   name: Bincache_sling_aarch64-Linux
2025-08-20T22:44:04.8592320Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:44:04.8592581Z   compression-level: 0
2025-08-20T22:44:04.8592765Z   retention-days: 30
2025-08-20T22:44:04.8592938Z   overwrite: true
2025-08-20T22:44:04.8593139Z   if-no-files-found: warn
2025-08-20T22:44:04.8593339Z   include-hidden-files: false
2025-08-20T22:44:04.8593535Z env:
2025-08-20T22:44:04.8593683Z   CROSS_COMPILING: NO
2025-08-20T22:44:04.8593871Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:44:04.8594079Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:44:04.8594276Z   ON_QEMU: NO
2025-08-20T22:44:04.8594426Z   DEBUG: 0
2025-08-20T22:44:04.8594616Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:44:04.8594828Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:44:04.8595110Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:44:04.8595653Z   KEEP_LOGS: YES
2025-08-20T22:44:04.8595833Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:44:04.8596023Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:44:04.8596213Z   SBUILD_REBUILD: false
2025-08-20T22:44:04.8596712Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:44:04.8597240Z   BUILD_SYS: docker://go
2025-08-20T22:44:04.8597427Z   BUILD_ON_HOST: FALSE
2025-08-20T22:44:04.8597607Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:44:04.8597785Z   SYSTMP: /tmp
2025-08-20T22:44:04.8597946Z   GHA_MODE: MATRIX
2025-08-20T22:44:04.8598345Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:44:04.8598827Z   INPUT_SBUILD: /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:44:04.8599392Z   BUILD_DIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml
2025-08-20T22:44:04.8599758Z   SBUILD_OUTDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:44:04.8600214Z   SBUILD_TMPDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:44:04.8600566Z   PKG_TYPE: static
2025-08-20T22:44:04.8600737Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:44:04.8600942Z   SBUILD_PKGVER: HEAD-aa4483a-250819T184333
2025-08-20T22:44:04.8601293Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109530950
2025-08-20T22:44:04.8601626Z   BUILD_ID: 17109530950
2025-08-20T22:44:04.8601801Z   PKG_NAME: sling
2025-08-20T22:44:04.8601977Z   PKG_DATE: 2025-08-20T22:43:32Z
2025-08-20T22:44:04.8602197Z   PKG_VERSION: HEAD-aa4483a-250819T184333
2025-08-20T22:44:04.8602433Z   PKG_VERSION_UPSTREAM: 1.4.15
2025-08-20T22:44:04.8602722Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:44:04.8603077Z   GHCRPKG_TAG: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:04.8603508Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling
2025-08-20T22:44:04.8603955Z   PKG_SRCURL: https://github.com/slingdata-io/sling-cli
2025-08-20T22:44:04.8604223Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:44:04.8604480Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:04.8604954Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950
2025-08-20T22:44:04.8605979Z   UTC_TIME: 2025_08_20T10_44_04_PM
2025-08-20T22:44:04.8606201Z ##[endgroup]
2025-08-20T22:44:05.5376091Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:44:05.5381108Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:44:05.5381821Z With the provided path, there will be 2 files uploaded
2025-08-20T22:44:05.7889851Z Artifact name is valid!
2025-08-20T22:44:05.7893369Z Root directory input is valid!
2025-08-20T22:44:05.8938514Z Beginning upload of artifact content to blob storage
2025-08-20T22:44:06.5364930Z Uploaded bytes 8388608
2025-08-20T22:44:06.6797552Z Uploaded bytes 16777216
2025-08-20T22:44:06.7014583Z Uploaded bytes 25165824
2025-08-20T22:44:06.7304119Z Uploaded bytes 33554432
2025-08-20T22:44:06.7388862Z Uploaded bytes 41943040
2025-08-20T22:44:06.8983884Z Uploaded bytes 50331648
2025-08-20T22:44:06.9184940Z Uploaded bytes 58720256
2025-08-20T22:44:06.9289754Z Uploaded bytes 67108864
2025-08-20T22:44:06.9475511Z Uploaded bytes 75497472
2025-08-20T22:44:07.0882837Z Uploaded bytes 83886080
2025-08-20T22:44:07.1058421Z Uploaded bytes 92274688
2025-08-20T22:44:07.1336155Z Uploaded bytes 100663296
2025-08-20T22:44:07.2422732Z Uploaded bytes 101425416
2025-08-20T22:44:07.3004541Z Finished uploading artifact content to blob storage!
2025-08-20T22:44:07.3017574Z SHA256 digest of uploaded artifact zip is 788c001ce76f1616a094208745dfdb3e8cd8a1fad177918361ecf81c119bf1f4
2025-08-20T22:44:07.3018064Z Finalizing artifact upload
2025-08-20T22:44:07.4140606Z Artifact Bincache_sling_aarch64-Linux.zip successfully finalized. Artifact ID 3813891974
2025-08-20T22:44:07.4141326Z Artifact Bincache_sling_aarch64-Linux has been successfully uploaded! Final size is 101425416 bytes. Artifact ID is 3813891974
2025-08-20T22:44:07.4163778Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109530950/artifacts/3813891974
2025-08-20T22:44:07.4501256Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:44:07.4501575Z with:
2025-08-20T22:44:07.4501850Z   subject-name: sling-17109530950-HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:07.4502649Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:44:07.4503338Z   show-summary: true
2025-08-20T22:44:07.4503531Z   push-to-registry: false
2025-08-20T22:44:07.4504127Z   github-token: ***
2025-08-20T22:44:07.4504307Z env:
2025-08-20T22:44:07.4504458Z   CROSS_COMPILING: NO
2025-08-20T22:44:07.4504655Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:44:07.4504872Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:44:07.4505472Z   ON_QEMU: NO
2025-08-20T22:44:07.4505681Z   DEBUG: 0
2025-08-20T22:44:07.4505854Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:44:07.4506072Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:44:07.4506401Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:44:07.4506702Z   KEEP_LOGS: YES
2025-08-20T22:44:07.4506881Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:44:07.4507078Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:44:07.4507275Z   SBUILD_REBUILD: false
2025-08-20T22:44:07.4507777Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:44:07.4508311Z   BUILD_SYS: docker://go
2025-08-20T22:44:07.4508505Z   BUILD_ON_HOST: FALSE
2025-08-20T22:44:07.4508702Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:44:07.4508886Z   SYSTMP: /tmp
2025-08-20T22:44:07.4509055Z   GHA_MODE: MATRIX
2025-08-20T22:44:07.4509460Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:44:07.4509953Z   INPUT_SBUILD: /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:44:07.4510257Z   BUILD_DIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml
2025-08-20T22:44:07.4510633Z   SBUILD_OUTDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:44:07.4511095Z   SBUILD_TMPDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:44:07.4511456Z   PKG_TYPE: static
2025-08-20T22:44:07.4511635Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:44:07.4511851Z   SBUILD_PKGVER: HEAD-aa4483a-250819T184333
2025-08-20T22:44:07.4512216Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109530950
2025-08-20T22:44:07.4512558Z   BUILD_ID: 17109530950
2025-08-20T22:44:07.4513006Z   PKG_NAME: sling
2025-08-20T22:44:07.4513187Z   PKG_DATE: 2025-08-20T22:43:32Z
2025-08-20T22:44:07.4513414Z   PKG_VERSION: HEAD-aa4483a-250819T184333
2025-08-20T22:44:07.4513656Z   PKG_VERSION_UPSTREAM: 1.4.15
2025-08-20T22:44:07.4513959Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:44:07.4514324Z   GHCRPKG_TAG: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:07.4514771Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling
2025-08-20T22:44:07.4515223Z   PKG_SRCURL: https://github.com/slingdata-io/sling-cli
2025-08-20T22:44:07.4515912Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:44:07.4516186Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:07.4516671Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950
2025-08-20T22:44:07.4517089Z   UTC_TIME: 2025_08_20T10_44_04_PM
2025-08-20T22:44:07.4517299Z ##[endgroup]
2025-08-20T22:44:07.4603634Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:44:07.4604056Z env:
2025-08-20T22:44:07.4604215Z   CROSS_COMPILING: NO
2025-08-20T22:44:07.4604409Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:44:07.4604622Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:44:07.4604828Z   ON_QEMU: NO
2025-08-20T22:44:07.4604983Z   DEBUG: 0
2025-08-20T22:44:07.4605148Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:44:07.4605864Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:44:07.4606175Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:44:07.4606470Z   KEEP_LOGS: YES
2025-08-20T22:44:07.4606645Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:44:07.4606841Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:44:07.4607035Z   SBUILD_REBUILD: false
2025-08-20T22:44:07.4607540Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:44:07.4608228Z   BUILD_SYS: docker://go
2025-08-20T22:44:07.4608423Z   BUILD_ON_HOST: FALSE
2025-08-20T22:44:07.4608605Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:44:07.4608792Z   SYSTMP: /tmp
2025-08-20T22:44:07.4608956Z   GHA_MODE: MATRIX
2025-08-20T22:44:07.4609358Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:44:07.4609846Z   INPUT_SBUILD: /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:44:07.4610159Z   BUILD_DIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml
2025-08-20T22:44:07.4610526Z   SBUILD_OUTDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:44:07.4610986Z   SBUILD_TMPDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:44:07.4611346Z   PKG_TYPE: static
2025-08-20T22:44:07.4611522Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:44:07.4612028Z   SBUILD_PKGVER: HEAD-aa4483a-250819T184333
2025-08-20T22:44:07.4612413Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109530950
2025-08-20T22:44:07.4612763Z   BUILD_ID: 17109530950
2025-08-20T22:44:07.4612948Z   PKG_NAME: sling
2025-08-20T22:44:07.4613128Z   PKG_DATE: 2025-08-20T22:43:32Z
2025-08-20T22:44:07.4613355Z   PKG_VERSION: HEAD-aa4483a-250819T184333
2025-08-20T22:44:07.4613598Z   PKG_VERSION_UPSTREAM: 1.4.15
2025-08-20T22:44:07.4613895Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:44:07.4614255Z   GHCRPKG_TAG: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:07.4614697Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling
2025-08-20T22:44:07.4615148Z   PKG_SRCURL: https://github.com/slingdata-io/sling-cli
2025-08-20T22:44:07.4615602Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:44:07.4615873Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:07.4616353Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950
2025-08-20T22:44:07.4616771Z   UTC_TIME: 2025_08_20T10_44_04_PM
2025-08-20T22:44:07.4617212Z ##[endgroup]
2025-08-20T22:44:07.9513605Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:44:07.9513935Z with:
2025-08-20T22:44:07.9514568Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:44:07.9516026Z   subject-name: sling-17109530950-HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:07.9516448Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:44:07.9518969Z   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/17109530950/attempts/1"}}}
2025-08-20T22:44:07.9521479Z   push-to-registry: false
2025-08-20T22:44:07.9521925Z   show-summary: true
2025-08-20T22:44:07.9522353Z   github-token: ***
2025-08-20T22:44:07.9522536Z env:
2025-08-20T22:44:07.9522695Z   CROSS_COMPILING: NO
2025-08-20T22:44:07.9522896Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:44:07.9523113Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:44:07.9523317Z   ON_QEMU: NO
2025-08-20T22:44:07.9523476Z   DEBUG: 0
2025-08-20T22:44:07.9523645Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:44:07.9523865Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:44:07.9524156Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:44:07.9524606Z   KEEP_LOGS: YES
2025-08-20T22:44:07.9524791Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:44:07.9524994Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:44:07.9525193Z   SBUILD_REBUILD: false
2025-08-20T22:44:07.9525823Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:44:07.9526363Z   BUILD_SYS: docker://go
2025-08-20T22:44:07.9526571Z   BUILD_ON_HOST: FALSE
2025-08-20T22:44:07.9526761Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:44:07.9526953Z   SYSTMP: /tmp
2025-08-20T22:44:07.9527124Z   GHA_MODE: MATRIX
2025-08-20T22:44:07.9527529Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:44:07.9528020Z   INPUT_SBUILD: /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:44:07.9528328Z   BUILD_DIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml
2025-08-20T22:44:07.9528699Z   SBUILD_OUTDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:44:07.9529161Z   SBUILD_TMPDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:44:07.9529531Z   PKG_TYPE: static
2025-08-20T22:44:07.9529713Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:44:07.9529930Z   SBUILD_PKGVER: HEAD-aa4483a-250819T184333
2025-08-20T22:44:07.9530293Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109530950
2025-08-20T22:44:07.9530650Z   BUILD_ID: 17109530950
2025-08-20T22:44:07.9530837Z   PKG_NAME: sling
2025-08-20T22:44:07.9531021Z   PKG_DATE: 2025-08-20T22:43:32Z
2025-08-20T22:44:07.9531254Z   PKG_VERSION: HEAD-aa4483a-250819T184333
2025-08-20T22:44:07.9531498Z   PKG_VERSION_UPSTREAM: 1.4.15
2025-08-20T22:44:07.9531801Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:44:07.9532161Z   GHCRPKG_TAG: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:07.9532607Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling
2025-08-20T22:44:07.9533285Z   PKG_SRCURL: https://github.com/slingdata-io/sling-cli
2025-08-20T22:44:07.9533566Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:44:07.9533827Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:07.9534313Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950
2025-08-20T22:44:07.9534733Z   UTC_TIME: 2025_08_20T10_44_04_PM
2025-08-20T22:44:07.9534951Z ##[endgroup]
2025-08-20T22:44:09.6259283Z Attestation created for 18 subjects
2025-08-20T22:44:09.6263950Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:44:09.6264384Z -----BEGIN CERTIFICATE-----
2025-08-20T22:44:09.6264726Z MIIG7zCCBnWgAwIBAgIUTBQzylIQi3sotehc2l2wU1NOFpcwCgYIKoZIzj0EAwMw
2025-08-20T22:44:09.6265192Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:44:09.6265806Z cm1lZGlhdGUwHhcNMjUwODIwMjI0NDA4WhcNMjUwODIwMjI1NDA4WjAAMFkwEwYH
2025-08-20T22:44:09.6266291Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE84wUt578loGoOsW/u+NQXra1klH2r77BGf2U
2025-08-20T22:44:09.6266739Z diblx3yBlGYfbMX9mWGTR+NHlALw1odWgCqzn3HNgYfmXSkguKOCBZQwggWQMA4G
2025-08-20T22:44:09.6267197Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUom7y
2025-08-20T22:44:09.6267657Z SbA/nibLhdhyJuIRALo1udswHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:44:09.6268467Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:44:09.6268925Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:44:09.6269376Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:44:09.6269815Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:44:09.6270247Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:44:09.6270695Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:44:09.6271154Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:44:09.6271738Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:44:09.6272195Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:44:09.6272636Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:44:09.6273088Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:44:09.6273552Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:44:09.6273998Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:44:09.6274448Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:44:09.6274912Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:44:09.6275562Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:44:09.6276037Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:44:09.6276495Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:44:09.6276953Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:44:09.6277408Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:44:09.6277867Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:44:09.6278328Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:44:09.6278799Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:44:09.6279254Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5NTMwOTUwL2F0
2025-08-20T22:44:09.6279715Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:44:09.6280179Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJp2oH
2025-08-20T22:44:09.6280647Z AAAEAwBHMEUCIQCZwblXDi+yfTuMycT9UuozwxHBXIoU0Hcpsl1ALFC7UAIgF645
2025-08-20T22:44:09.6281106Z PUa8a8CUbcus+DkuruHYm5rl+fE8vhXI9Svxd80wCgYIKoZIzj0EAwMDaAAwZQIw
2025-08-20T22:44:09.6281562Z JRHAZKcLmrY86i9E1lfmyQ1YE3hTjDZSVQzGpE4R9E8zptHNPiB3QiaWMy1hWZhu
2025-08-20T22:44:09.6282449Z AjEAhJhhQyqdxsqFiGB6Q+InjQDwNAePqu7HK4jbGNH+PqMOMTBmbTCF6q7Iine5
2025-08-20T22:44:09.6282785Z kCOy
2025-08-20T22:44:09.6282953Z -----END CERTIFICATE-----
2025-08-20T22:44:09.6283088Z 
2025-08-20T22:44:09.6283688Z ##[endgroup]
2025-08-20T22:44:09.6284136Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:44:09.6284539Z https://search.sigstore.dev?logIndex=414561828
2025-08-20T22:44:09.6284887Z [36mAttestation uploaded to repository[39m
2025-08-20T22:44:09.6285203Z https://github.com/pkgforge/bincache/attestations/9876135
2025-08-20T22:44:09.7269421Z ##[group]Run ##Presets
2025-08-20T22:44:09.7269690Z [36;1m##Presets[0m
2025-08-20T22:44:09.7269879Z [36;1mset +x ; set +e[0m
2025-08-20T22:44:09.7270074Z [36;1m#-------------#[0m
2025-08-20T22:44:09.7270262Z [36;1m##Debug?[0m
2025-08-20T22:44:09.7270492Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:44:09.7270799Z [36;1m  set -x[0m
2025-08-20T22:44:09.7270967Z [36;1mfi[0m
2025-08-20T22:44:09.7271131Z [36;1m#-------------#[0m
2025-08-20T22:44:09.7271416Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:44:09.7271923Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/sling/official/source"[0m
2025-08-20T22:44:09.7272330Z [36;1m exit 1[0m
2025-08-20T22:44:09.7272498Z [36;1mfi[0m
2025-08-20T22:44:09.7304943Z shell: /usr/bin/bash -e {0}
2025-08-20T22:44:09.7305167Z env:
2025-08-20T22:44:09.7305538Z   CROSS_COMPILING: NO
2025-08-20T22:44:09.7305809Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:44:09.7306035Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:44:09.7306241Z   ON_QEMU: NO
2025-08-20T22:44:09.7306402Z   DEBUG: 0
2025-08-20T22:44:09.7306569Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:44:09.7306792Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:44:09.7307084Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:44:09.7307623Z   KEEP_LOGS: YES
2025-08-20T22:44:09.7307802Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:44:09.7308002Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:44:09.7308201Z   SBUILD_REBUILD: false
2025-08-20T22:44:09.7308704Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:44:09.7309238Z   BUILD_SYS: docker://go
2025-08-20T22:44:09.7309437Z   BUILD_ON_HOST: FALSE
2025-08-20T22:44:09.7309633Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:44:09.7309819Z   SYSTMP: /tmp
2025-08-20T22:44:09.7309990Z   GHA_MODE: MATRIX
2025-08-20T22:44:09.7310403Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:44:09.7310896Z   INPUT_SBUILD: /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:44:09.7311230Z   BUILD_DIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml
2025-08-20T22:44:09.7311597Z   SBUILD_OUTDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:44:09.7312068Z   SBUILD_TMPDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:44:09.7312438Z   PKG_TYPE: static
2025-08-20T22:44:09.7312619Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:44:09.7312836Z   SBUILD_PKGVER: HEAD-aa4483a-250819T184333
2025-08-20T22:44:09.7313200Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109530950
2025-08-20T22:44:09.7313545Z   BUILD_ID: 17109530950
2025-08-20T22:44:09.7313729Z   PKG_NAME: sling
2025-08-20T22:44:09.7313909Z   PKG_DATE: 2025-08-20T22:43:32Z
2025-08-20T22:44:09.7314145Z   PKG_VERSION: HEAD-aa4483a-250819T184333
2025-08-20T22:44:09.7314392Z   PKG_VERSION_UPSTREAM: 1.4.15
2025-08-20T22:44:09.7314695Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:44:09.7315055Z   GHCRPKG_TAG: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:09.7315778Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling
2025-08-20T22:44:09.7316483Z   PKG_SRCURL: https://github.com/slingdata-io/sling-cli
2025-08-20T22:44:09.7316759Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:44:09.7317028Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:09.7317509Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950
2025-08-20T22:44:09.7317926Z   UTC_TIME: 2025_08_20T10_44_04_PM
2025-08-20T22:44:09.7318136Z ##[endgroup]
2025-08-20T22:44:09.7393903Z ##[group]Run ##Presets
2025-08-20T22:44:09.7394156Z [36;1m##Presets[0m
2025-08-20T22:44:09.7394341Z [36;1mset +x ; set +e[0m
2025-08-20T22:44:09.7394535Z [36;1m#-------------#[0m
2025-08-20T22:44:09.7394724Z [36;1m##Debug?[0m
2025-08-20T22:44:09.7394946Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:44:09.7395221Z [36;1m  set -x[0m
2025-08-20T22:44:09.7395623Z [36;1mfi[0m
2025-08-20T22:44:09.7395797Z [36;1m#-------------#[0m
2025-08-20T22:44:09.7396033Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:44:09.7396481Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/sling/official/source"[0m
2025-08-20T22:44:09.7396885Z [36;1m exit 1[0m
2025-08-20T22:44:09.7397052Z [36;1mfi[0m
2025-08-20T22:44:09.7426305Z shell: /usr/bin/bash -e {0}
2025-08-20T22:44:09.7426527Z env:
2025-08-20T22:44:09.7426697Z   CROSS_COMPILING: NO
2025-08-20T22:44:09.7426967Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:44:09.7427192Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:44:09.7427400Z   ON_QEMU: NO
2025-08-20T22:44:09.7427559Z   DEBUG: 0
2025-08-20T22:44:09.7427724Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:44:09.7427940Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:44:09.7428231Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:44:09.7428533Z   KEEP_LOGS: YES
2025-08-20T22:44:09.7428710Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:44:09.7428915Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:44:09.7429380Z   SBUILD_REBUILD: false
2025-08-20T22:44:09.7429893Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:44:09.7430429Z   BUILD_SYS: docker://go
2025-08-20T22:44:09.7430626Z   BUILD_ON_HOST: FALSE
2025-08-20T22:44:09.7430813Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:44:09.7430996Z   SYSTMP: /tmp
2025-08-20T22:44:09.7431170Z   GHA_MODE: MATRIX
2025-08-20T22:44:09.7431580Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:44:09.7432072Z   INPUT_SBUILD: /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:44:09.7432379Z   BUILD_DIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml
2025-08-20T22:44:09.7432749Z   SBUILD_OUTDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:44:09.7433212Z   SBUILD_TMPDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:44:09.7433580Z   PKG_TYPE: static
2025-08-20T22:44:09.7433771Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:44:09.7433989Z   SBUILD_PKGVER: HEAD-aa4483a-250819T184333
2025-08-20T22:44:09.7434353Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109530950
2025-08-20T22:44:09.7434699Z   BUILD_ID: 17109530950
2025-08-20T22:44:09.7434884Z   PKG_NAME: sling
2025-08-20T22:44:09.7435066Z   PKG_DATE: 2025-08-20T22:43:32Z
2025-08-20T22:44:09.7435293Z   PKG_VERSION: HEAD-aa4483a-250819T184333
2025-08-20T22:44:09.7435801Z   PKG_VERSION_UPSTREAM: 1.4.15
2025-08-20T22:44:09.7436107Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:44:09.7436470Z   GHCRPKG_TAG: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:09.7436912Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling
2025-08-20T22:44:09.7437366Z   PKG_SRCURL: https://github.com/slingdata-io/sling-cli
2025-08-20T22:44:09.7437640Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:44:09.7437904Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:09.7438592Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950
2025-08-20T22:44:09.7439010Z   UTC_TIME: 2025_08_20T10_44_04_PM
2025-08-20T22:44:09.7439220Z ##[endgroup]
2025-08-20T22:44:09.7509212Z ##[group]Run ##Presets
2025-08-20T22:44:09.7509487Z [36;1m##Presets[0m
2025-08-20T22:44:09.7509673Z [36;1mset +x ; set +e[0m
2025-08-20T22:44:09.7509868Z [36;1m#-------------#[0m
2025-08-20T22:44:09.7510056Z [36;1m##Debug?[0m
2025-08-20T22:44:09.7510282Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:44:09.7510555Z [36;1m  set -x[0m
2025-08-20T22:44:09.7510720Z [36;1mfi[0m
2025-08-20T22:44:09.7510884Z [36;1m#-------------#[0m
2025-08-20T22:44:09.7511202Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:44:09.7511568Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:44:09.7511867Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:44:09.7512118Z [36;1mfi[0m
2025-08-20T22:44:09.7539645Z shell: /usr/bin/bash -e {0}
2025-08-20T22:44:09.7539876Z env:
2025-08-20T22:44:09.7540041Z   CROSS_COMPILING: NO
2025-08-20T22:44:09.7540293Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:44:09.7540512Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:44:09.7540718Z   ON_QEMU: NO
2025-08-20T22:44:09.7540875Z   DEBUG: 0
2025-08-20T22:44:09.7541045Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:44:09.7541262Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:44:09.7541561Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sling/official/source
2025-08-20T22:44:09.7541859Z   KEEP_LOGS: YES
2025-08-20T22:44:09.7542036Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:44:09.7542235Z   PKG_FAMILY_LOCAL: sling
2025-08-20T22:44:09.7542434Z   SBUILD_REBUILD: false
2025-08-20T22:44:09.7542940Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sling/static.official.source.yaml
2025-08-20T22:44:09.7543676Z   BUILD_SYS: docker://go
2025-08-20T22:44:09.7543880Z   BUILD_ON_HOST: FALSE
2025-08-20T22:44:09.7544070Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:44:09.7544255Z   SYSTMP: /tmp
2025-08-20T22:44:09.7544423Z   GHA_MODE: MATRIX
2025-08-20T22:44:09.7544836Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:44:09.7545330Z   INPUT_SBUILD: /tmp/pkgforge/yFBkp6S9G_build.yaml
2025-08-20T22:44:09.7545942Z   BUILD_DIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml
2025-08-20T22:44:09.7546317Z   SBUILD_OUTDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR
2025-08-20T22:44:09.7546783Z   SBUILD_TMPDIR: /tmp/pkgforge/e8A0kSZ_yFBkp6S9G_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:44:09.7547147Z   PKG_TYPE: static
2025-08-20T22:44:09.7547327Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:44:09.7547543Z   SBUILD_PKGVER: HEAD-aa4483a-250819T184333
2025-08-20T22:44:09.7547905Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17109530950
2025-08-20T22:44:09.7548254Z   BUILD_ID: 17109530950
2025-08-20T22:44:09.7548441Z   PKG_NAME: sling
2025-08-20T22:44:09.7548621Z   PKG_DATE: 2025-08-20T22:43:32Z
2025-08-20T22:44:09.7548852Z   PKG_VERSION: HEAD-aa4483a-250819T184333
2025-08-20T22:44:09.7549099Z   PKG_VERSION_UPSTREAM: 1.4.15
2025-08-20T22:44:09.7549404Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/sling/official/source/sling
2025-08-20T22:44:09.7549763Z   GHCRPKG_TAG: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:09.7550210Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/sling/official/source/sling
2025-08-20T22:44:09.7550669Z   PKG_SRCURL: https://github.com/slingdata-io/sling-cli
2025-08-20T22:44:09.7550945Z   PUSH_SUCCESSFUL: YES
2025-08-20T22:44:09.7551212Z   GHCRPKG_TAG_SRCBUILD: HEAD-aa4483a-250819T184333-aarch64-linux
2025-08-20T22:44:09.7551700Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sling/official/source/sling-srcbuild-17109530950
2025-08-20T22:44:09.7552402Z   UTC_TIME: 2025_08_20T10_44_04_PM
2025-08-20T22:44:09.7552612Z ##[endgroup]
2025-08-20T22:44:09.7609692Z EXITED
2025-08-20T22:44:09.7660882Z Cleaning up orphan processes
